.dm-st-sk{display:block;background:var(--bg-raised);border-radius:var(--radius-sm);background:linear-gradient(100deg,var(--bg-raised) 30%,var(--bg-surface) 50%,var(--bg-raised) 70%);background-size:200% 100%;animation:dm-st-shimmer 1.5s linear infinite}@keyframes dm-st-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.dm-st-sk{animation:none;background:var(--bg-raised)}}.dm-st-sktext{display:flex;flex-direction:column;gap:var(--space-3)}.dm-st-sktext .dm-st-sk{height:13px}.dm-st-skrow{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4)}.dm-st-skrow-icon{width:32px;height:32px;border-radius:var(--radius-sm);flex-shrink:0}.dm-st-skrow-avatar{width:34px;height:34px;border-radius:var(--radius-full);flex-shrink:0}.dm-st-skrow-body{flex:1;display:flex;flex-direction:column;gap:7px;min-width:0}.dm-st-skrow-title{height:13px}.dm-st-skrow-meta{height:10px}.dm-st-skrow-badge{width:22px;height:18px;border-radius:var(--radius-full);flex-shrink:0}.dm-st-spinner{width:18px;height:18px;border-radius:50%;border:2px solid var(--border-strong);border-top-color:var(--accent);animation:dm-st-spin .7s linear infinite;display:inline-block;flex-shrink:0}.dm-st-spinner.dm-st-spinner-sm{width:14px;height:14px;border-width:2px}.dm-st-spinner.dm-st-spinner-lg{width:30px;height:30px;border-width:3px}@keyframes dm-st-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.dm-st-spinner{animation:none;border-color:var(--accent)}}.dm-st-spinner-row{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--text-muted);font-size:12px;font-family:var(--font-mono)}.dm-st-empty{flex-direction:column;gap:var(--space-3);text-align:center;padding:var(--space-7) var(--space-5)}.dm-st-empty,.dm-st-empty-icon{display:flex;align-items:center}.dm-st-empty-icon{width:48px;height:48px;border-radius:var(--radius-full);background:var(--accent-subtle);justify-content:center;color:var(--accent)}.dm-st-empty-icon.dm-st-tone-muted{background:var(--bg-raised);color:var(--text-muted)}.dm-st-empty-icon.dm-st-tone-success{background:color-mix(in srgb,var(--success) 12%,transparent);color:var(--success)}.dm-st-empty-icon.dm-st-tone-accent{background:var(--accent-subtle);color:var(--accent)}.dm-st-empty-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dm-st-empty-title{font-size:var(--text-base);font-weight:600;line-height:var(--leading-snug);color:var(--text-primary)}.dm-st-empty-body{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal);max-width:300px}.dm-st-empty-cta{margin-top:var(--space-1);padding:7px 14px;border-radius:var(--radius-md);border:none;background:var(--accent);color:var(--text-on-accent);font-size:12.5px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:background var(--motion-fast)}.dm-st-empty-cta:hover{background:var(--accent-hover);color:var(--text-on-accent)}.dm-st-error{flex-direction:column;gap:var(--space-3);text-align:center;padding:var(--space-5)}.dm-st-error,.dm-st-error-icon{display:flex;align-items:center;justify-content:center}.dm-st-error-icon{width:48px;height:48px;border-radius:var(--radius-full);background:color-mix(in srgb,var(--danger) 12%,transparent);color:var(--danger)}.dm-st-error-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dm-st-error-title{font-size:var(--text-base);font-weight:600;line-height:var(--leading-snug);color:var(--text-primary)}.dm-st-error-body{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal);max-width:320px}.dm-st-retry{margin-top:var(--space-1);font-size:12px;font-weight:600;font-family:inherit;padding:6px 14px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:transparent;color:var(--text-secondary);cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background var(--motion-fast),color var(--motion-fast),border-color var(--motion-fast)}.dm-st-retry:hover{background:var(--bg-raised);color:var(--text-primary);border-color:var(--border-hover)}.dm-st-retry svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dm-st-nudge{display:flex;align-items:center;gap:8px;padding:8px 14px;background:color-mix(in srgb,var(--warning) 10%,var(--bg-surface));border:1px solid color-mix(in srgb,var(--warning) 30%,transparent);border-radius:var(--radius-md);font-size:12.5px;color:var(--text-secondary);margin:var(--space-3) 0}.dm-st-nudge svg{width:14px;height:14px;stroke:var(--warning);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.dm-st-banner{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:13px;color:var(--text-primary)}.dm-st-banner svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.dm-st-banner-body{flex:1;min-width:0}.dm-st-banner-body strong{font-weight:700}.dm-st-banner.dm-st-tone-danger{background:color-mix(in srgb,var(--danger) 14%,var(--bg-surface));border-bottom:2px solid var(--danger)}.dm-st-banner.dm-st-tone-danger strong,.dm-st-banner.dm-st-tone-danger svg{color:var(--danger)}.dm-st-banner.dm-st-tone-warn{background:color-mix(in srgb,var(--warning) 14%,var(--bg-surface));border-bottom:2px solid var(--warning)}.dm-st-banner.dm-st-tone-warn strong,.dm-st-banner.dm-st-tone-warn svg{color:var(--warning)}.dm-st-banner.dm-st-tone-success{background:color-mix(in srgb,var(--success) 14%,var(--bg-surface));border-bottom:2px solid var(--success)}.dm-st-banner.dm-st-tone-success strong,.dm-st-banner.dm-st-tone-success svg{color:var(--success)}.dm-st-banner .dm-st-spinner{border-color:currentColor color-mix(in srgb,currentColor 35%,transparent) color-mix(in srgb,currentColor 35%,transparent)}.dm-st-banner-detail{font-size:12px;color:var(--text-secondary)}.dm-st-banner-action{margin-left:auto;flex-shrink:0;font-size:12px;font-weight:600;font-family:inherit;padding:5px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:transparent;color:var(--accent);text-decoration:none;cursor:pointer;white-space:nowrap}.dm-st-banner-action:hover{border-color:var(--accent)}.dm-st-banner-action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ed-upgrade-banner{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;color:var(--text-secondary);background:var(--accent-subtle,var(--bg-raised));border-bottom:1px solid var(--border)}.ed-upgrade-banner svg{width:16px;height:16px;flex:0 0 auto;color:var(--accent,var(--text-muted))}.ed-upgrade-link{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.ed-upgrade-link:hover{text-decoration:none}.ed-upgrade-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.dm-st-surface{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.dm-st-surface .dm-st-skrow{border-bottom:1px solid var(--border)}.dm-st-surface .dm-st-skrow:last-child{border-bottom:none}.dm-st-presence{display:inline-flex;align-items:center}.dm-st-presence-avatar,.dm-st-presence-more{width:26px;height:26px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;font-family:var(--font-mono);border:2px solid var(--bg-surface);flex-shrink:0;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dm-st-presence-avatar{background:var(--bg-raised);color:var(--text-secondary)}.dm-st-presence-avatar+.dm-st-presence-avatar,.dm-st-presence-avatar+.dm-st-presence-more{margin-left:-8px}.dm-st-presence-more{background:var(--bg-raised);color:var(--text-secondary);font-size:9.5px;letter-spacing:.02em;padding:0 2px;min-width:26px;width:auto}.dm-stg-page{max-width:980px;margin:0 auto;padding:40px 24px 100px;display:flex;flex-direction:column;gap:40px}.dm-stg-head h1{font-size:22px;font-weight:800;margin:0 0 6px;color:var(--text-primary)}.dm-stg-head p{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.6}.dm-stg-sec-head{display:flex;align-items:center;gap:10px;margin-bottom:16px}.dm-stg-sec-head h2{font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);margin:0}.dm-stg-sec-head .dm-stg-chip{font-size:11px;font-weight:700;font-family:var(--font-mono);background:var(--bg-raised);color:var(--accent);padding:2px 8px;border-radius:var(--radius-sm)}.dm-stg-divider{flex:1;height:1px;background:var(--border)}.dm-stg-sub{font-size:11px;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:12px}.dm-stg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.dm-stg-stack{gap:16px}.dm-stg-stack,.dm-stg-variant{display:flex;flex-direction:column}.dm-stg-variant{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.dm-stg-variant-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;font-family:var(--font-mono);color:var(--text-muted);padding:7px 12px;border-bottom:1px solid var(--border);background:var(--bg-raised)}.dm-stg-variant-body{flex:1;padding:20px;display:flex;align-items:center;justify-content:center;min-height:120px}.dm-stg-variant-body.dm-stg-flush{padding:0;display:block}.dm-shellsk,.dm-stg-canvas{background:var(--bg-canvas)}.dm-shellsk{display:flex;flex-direction:column;height:100dvh}.dm-shellsk-topbar{flex:0 0 auto;display:flex;align-items:center;gap:var(--space-4);height:52px;padding:0 var(--space-4);border-bottom:1px solid var(--border);background:var(--bg-surface)}.dm-shellsk-search{width:min(420px,40%);height:28px;margin-inline:auto;border-radius:var(--radius-full)}.dm-shellsk-body{flex:1 1 auto;display:flex;min-height:0}.dm-shellsk-sidebar{flex:0 0 232px;display:flex;flex-direction:column;gap:12px;padding:var(--space-4);border-right:1px solid var(--border);background:var(--bg-surface)}.dm-shellsk-sidebar .dm-st-sk{height:12px}.dm-shellsk-main{flex:1 1 auto;min-width:0;overflow:hidden}@media (max-width:768px){.dm-shellsk-sidebar{display:none}}.dm-statecard-screen{background:var(--bg-canvas);color:var(--text-primary);font-family:var(--font-sans);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-5)}.dm-statecard{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:460px;width:100%;padding:var(--space-8) var(--space-6);text-align:center}.dm-statecard-wordmark{margin-bottom:var(--space-6)}.dm-statecard-icon{width:64px;height:64px;border-radius:var(--radius-full);margin:0 auto var(--space-5);display:flex;align-items:center;justify-content:center;background:var(--accent-subtle)}.dm-statecard-icon svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dm-statecard-icon.danger{color:var(--danger)}.dm-statecard-icon.warn{color:var(--warning)}.dm-statecard-icon.accent{color:var(--accent)}.dm-statecard-icon.muted{color:var(--text-muted)}.dm-statecard-spinner{width:52px;height:52px;margin:0 auto var(--space-5);border-radius:var(--radius-full);border:4px solid var(--border-strong);border-top-color:var(--accent)}@media (prefers-reduced-motion:no-preference){.dm-statecard-spinner{animation:dm-statecard-spin .9s linear infinite}}@keyframes dm-statecard-spin{to{transform:rotate(1turn)}}.dm-statecard-title{font-size:var(--text-xl);font-weight:700;line-height:var(--leading-snug);color:var(--text-primary);margin:0 0 var(--space-3)}.dm-statecard-body{font-size:var(--text-base);line-height:var(--leading-relaxed)}.dm-statecard-body,.dm-statecard-note{color:var(--text-secondary);margin:0 0 var(--space-6)}.dm-statecard-note{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);font-size:13px;line-height:1.55;text-align:left}.dm-statecard-note b{color:var(--text-primary)}.dm-statecard-actions{display:flex;flex-direction:column;gap:var(--space-2)}.dm-statecard-btn-primary,.dm-statecard-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:600;padding:10px 16px;border-radius:var(--radius-md);cursor:pointer;font-family:inherit;text-decoration:none;transition:background var(--motion-fast),border-color var(--motion-fast)}.dm-statecard-btn-primary{background:var(--accent);color:var(--text-on-accent);border:none}.dm-statecard-btn-primary:hover{background:var(--accent-hover);color:var(--text-on-accent)}.dm-statecard-btn-secondary{background:transparent;border:1px solid var(--border);color:var(--text-primary)}.dm-statecard-btn-secondary:hover{background:var(--bg-raised);border-color:var(--border-hover)}