:root{--bg-primary:#09111f;--bg-secondary:#0f172a;--bg-tertiary:#162237;--bg-elevated:#111c30;--accent-primary:#2563eb;--accent-secondary:#0ea5e9;--accent-gradient:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));--text-gradient:linear-gradient(135deg, #e5eefc 0%, #93c5fd 50%, #60a5fa 100%);--text-primary:#e5eefc;--text-secondary:#b6c3da;--text-muted:#7b8ba7;--select-option-bg:#111c30;--select-option-hover-bg:#1d4ed8;--select-option-text:#e5eefc;--select-option-hover-text:#fff;--border-subtle:#94a3b829;--border-strong:#94a3b847;--border-glow:#2563eb47;--glass-bg:#0f172abd;--glass-blur:blur(18px);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--shadow-soft:0 18px 50px #02061747;--transition-smooth:all .24s ease}[data-theme=light]{--bg-primary:#f0f4f9;--bg-secondary:#fff;--bg-tertiary:#e4ecf5;--bg-elevated:#f8fafc;--accent-primary:#1d4ed8;--accent-secondary:#0284c7;--accent-gradient:linear-gradient(135deg, #1d4ed8, #0284c7);--text-gradient:linear-gradient(135deg, #1e3a5f 0%, #1d4ed8 50%, #0284c7 100%);--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--select-option-bg:#fff;--select-option-hover-bg:#bfdbfe;--select-option-text:#0f172a;--select-option-hover-text:#0f172a;--border-subtle:#0f172a1a;--border-strong:#0f172a33;--border-glow:#1d4ed838;--glass-bg:#ffffffeb;--glass-blur:blur(18px);--shadow-soft:0 2px 8px #0f172a0f, 0 8px 32px #0f172a14}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg-primary);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:radial-gradient(circle at top left, #2563eb12, transparent 24%), radial-gradient(circle at top right, #0ea5e912, transparent 18%), var(--bg-primary);min-height:100vh;color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,Segoe UI Variable,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5;transition:background-color .25s,color .25s}button,input,textarea,select{font:inherit}a{color:inherit}h1,h2,h3{letter-spacing:-.03em;font-weight:700}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.btn-primary,.btn-secondary{border-radius:var(--radius-sm);cursor:pointer;min-height:44px;transition:var(--transition-smooth);padding:.72rem 1rem;font-weight:700}.btn-primary{background:var(--accent-gradient);color:#fff;border:none}.btn-secondary{border:1px solid var(--border-subtle);color:var(--text-primary);background:#94a3b814}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-1px)}.btn-primary:hover{box-shadow:0 0 0 4px var(--border-glow), 0 6px 20px #2563eb59}.btn-secondary:hover{border-color:var(--border-strong);background:#94a3b821}[data-theme=light] .btn-secondary{color:var(--text-primary);background:#0f172a0d;border-color:#0f172a24}[data-theme=light] .btn-secondary:hover{background:#0f172a1a;border-color:#0f172a38}.btn-primary:disabled,.btn-secondary:disabled,button:disabled{opacity:.58;cursor:not-allowed;transform:none}.input-field{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--bg-tertiary);width:100%;min-height:48px;color:var(--text-primary);transition:var(--transition-smooth);outline:none;padding:.85rem .95rem}.input-field:focus{border-color:var(--accent-primary);box-shadow:0 0 0 4px var(--border-glow)}select.input-field,.input-field option{color:var(--select-option-text);background-color:var(--select-option-bg)}.input-field option{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light] .input-field option{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.input-field option:checked,.input-field option:hover,.input-field option:focus{color:var(--select-option-hover-text);background-color:var(--select-option-hover-bg)}.status-pill{border:1px solid var(--border-subtle);white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;min-height:30px;padding:.25rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-pill.success{color:#86efac;background:#22c55e1f;border-color:#22c55e38}.status-pill.warning{color:#fcd34d;background:#f59e0b1f;border-color:#f59e0b38}.status-pill.danger{color:#fca5a5;background:#ef44441f;border-color:#ef444438}.status-pill.neutral{color:var(--text-secondary);background:#94a3b814}[data-theme=light] .status-pill.success{color:#15803d;background:#22c55e26;border-color:#22c55e59}[data-theme=light] .status-pill.warning{color:#92400e;background:#f59e0b21;border-color:#f59e0b59}[data-theme=light] .status-pill.danger{color:#991b1b;background:#ef44441a;border-color:#ef44444d}[data-theme=light] .status-pill.neutral{color:var(--text-secondary);background:#0f172a0f;border-color:#0f172a1f}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#94a3b833;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b859}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.animate-shake{animation:.35s ease-in-out shake}[data-theme=light] [class$=-panel],[data-theme=light] [class$=-panel-wrapper],[data-theme=light] .panel-wrap{background:var(--bg-primary)}[data-theme=light] .panel-card{background:var(--bg-secondary);border-color:var(--border-subtle);box-shadow:var(--shadow-soft);color:var(--text-primary)}[data-theme=light] .panel-card h2,[data-theme=light] .panel-card h3{color:var(--text-primary)}[data-theme=light] .panel-card p,[data-theme=light] .section-copy,[data-theme=light] .inline-note,[data-theme=light] .joined-cell,[data-theme=light] .email-cell,[data-theme=light] .member-copy small,[data-theme=light] .settings-page p,[data-theme=light] .detail-copy,[data-theme=light] .empty-state p{color:var(--text-muted)}[data-theme=light] .access-readiness-card{color:var(--text-primary)!important;background:#0f172a08!important;border-color:#0f172a14!important}[data-theme=light] .access-readiness-card span{color:var(--text-muted)!important}[data-theme=light] .access-readiness-card small{color:var(--text-secondary)!important}[data-theme=light] .invite-link-box,[data-theme=light] .role-trigger,[data-theme=light] .search-shell,[data-theme=light] .open-btn{color:var(--text-primary)!important;background:#0f172a08!important;border-color:#0f172a14!important}[data-theme=light] .search-input{color:var(--text-primary)!important}[data-theme=light] .caret,[data-theme=light] .role-icon svg{color:var(--text-muted)!important}[data-theme=light] .members-table{border-color:var(--border-subtle)!important;background:#0f172a03!important}[data-theme=light] .table-head{color:var(--text-muted)!important;border-bottom-color:var(--border-subtle)!important}[data-theme=light] .member-row{border-bottom-color:var(--border-subtle)!important}[data-theme=light] .avatar{color:var(--text-primary)!important;background:#0f172a0f!important}[data-theme=light] .member-role-select{color:var(--text-primary)!important;background:#0f172a08!important;border-color:#0f172a1a!important}[data-theme=light] .assignment-banner{background:#bf95560f!important;border-color:#bf955659!important}[data-theme=light] .assignment-banner strong{color:#78350f!important}[data-theme=light] .assignment-banner p{color:#92400e!important}[data-theme=light] .assignment-filter{color:var(--text-secondary)!important;background:#0f172a08!important;border-color:#0f172a14!important}[data-theme=light] .assignment-filter small{color:var(--text-muted)!important}[data-theme=light] .assignment-filter.active-filter{color:#78350f!important;background:#bf955624!important;border-color:#bf955673!important}[data-theme=light] .assignment-filter.active-filter small{color:#92400e!important}[data-theme=light] .role-menu{border:1px solid var(--border-strong)!important;background:#fff!important;box-shadow:0 10px 25px -5px #0f172a1a,0 0 0 1px #0f172a0d!important}[data-theme=light] .role-search{color:var(--text-primary)!important;border-bottom-color:var(--border-subtle)!important}[data-theme=light] .role-option{color:var(--text-secondary)!important}[data-theme=light] .role-option:hover{color:var(--text-primary)!important;background:#0f172a0d!important}[data-theme=light] .hero-card,[data-theme=light] .metric-card,[data-theme=light] .panel-block,[data-theme=light] .workspace-row,[data-theme=light] .action-btn,[data-theme=light] .access-check-card,[data-theme=light] .recovery-card,[data-theme=light] .action-empty,[data-theme=light] .remediation-card,[data-theme=light] .security-card,[data-theme=light] .session-row,[data-theme=light] .activity-row,[data-theme=light] .enrollment-card,[data-theme=light] .hint-card,[data-theme=light] .recovery-grid span,[data-theme=light] .empty-state{background:var(--bg-primary)!important;border-color:var(--border-subtle)!important;color:var(--text-primary)!important}[data-theme=light] .access-check-card.ready,[data-theme=light] .remediation-card.good{color:#15803d!important;background:#22c55e14!important;border-color:#22c55e40!important}[data-theme=light] .access-check-card.ready small,[data-theme=light] .remediation-card.good small{color:#166534!important}[data-theme=light] .access-check-card.ready span,[data-theme=light] .remediation-card.good span{color:#15803d!important;background:#22c55e26!important}[data-theme=light] .remediation-card.warn{color:#92400e!important;background:#f59e0b14!important;border-color:#f59e0b40!important}[data-theme=light] .remediation-card.warn small{color:#9a3412!important}[data-theme=light] .remediation-card.warn span{color:#92400e!important;background:#f59e0b26!important}[data-theme=light] .session-row.current{background:#1d4ed80f!important;border-color:#1d4ed840!important}[data-theme=light] .ghost-action,[data-theme=light] .btn-secondary-inline,[data-theme=light] .danger-action{color:var(--text-secondary)!important;background:#0f172a0a!important;border-color:#0f172a1a!important}[data-theme=light] .ghost-action:hover,[data-theme=light] .btn-secondary-inline:hover{color:var(--text-primary)!important;background:#0f172a14!important;border-color:#0f172a2e!important}[data-theme=light] .danger-action{color:#b91c1c!important;background:#ef444414!important;border-color:#ef444438!important}[data-theme=light] .danger-action:hover{background:#ef444424!important;border-color:#ef44444d!important}.settings-panel,.panel-wrap,.security-panel,.workflow-panel,.placeholder-panel,.workspace-admin{padding:1.5rem 1.25rem!important}.panel-card,.security-card,.section-card{min-height:calc(100vh - 160px);color:var(--text-primary);padding:2rem 2.2rem;border:1px solid var(--border-subtle)!important;background:var(--bg-secondary)!important;box-shadow:var(--shadow-soft)!important;border-radius:18px!important}@media (width<=900px){.settings-panel,.panel-wrap,.security-panel,.workflow-panel,.placeholder-panel,.workspace-admin{padding:1rem 0!important}.panel-card,.security-card,.section-card{padding:1.25rem!important}}.field{flex-direction:column;gap:.42rem;display:flex}.field span{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.76rem;font-weight:600}.palette-overlay.svelte-wh9uu8{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;padding-top:15vh;background:#0006;justify-content:center;padding-inline:1rem;display:flex;position:fixed;inset:0}.palette-backdrop.svelte-wh9uu8{cursor:default;background:0 0;border:0;padding:0;position:absolute;inset:0}.palette-modal.svelte-wh9uu8{z-index:1;border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;width:100%;max-width:650px;height:min-content;max-height:70vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.search-input-wrapper.svelte-wh9uu8{border-bottom:1px solid var(--border-subtle);align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.search-icon.svelte-wh9uu8{width:20px;color:var(--text-muted);flex:none}input.svelte-wh9uu8{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1.1rem}.clear-search.svelte-wh9uu8{border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:#94a3b814;border-radius:999px;flex:none;place-items:center;display:grid}.clear-search.svelte-wh9uu8:hover{color:var(--text-primary);background:#94a3b824}.clear-search.svelte-wh9uu8 svg:where(.svelte-wh9uu8){width:16px;height:16px}.results-area.svelte-wh9uu8{padding:.5rem;overflow-y:auto}.palette-footer.svelte-wh9uu8{border-top:1px solid var(--border-subtle);color:var(--text-muted);justify-content:flex-end;align-items:center;gap:.55rem;padding:.6rem 1rem .75rem;font-size:.72rem;display:flex}.palette-footer.svelte-wh9uu8 span:where(.svelte-wh9uu8){border:1px solid var(--border-subtle);background:#94a3b814;border-radius:999px;padding:.18rem .5rem}.group-section.svelte-wh9uu8{margin-bottom:1rem}.group-header.svelte-wh9uu8{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0;padding:.5rem 1rem;font-size:.7rem}.result-item.svelte-wh9uu8{text-align:left;cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;border:none;border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .2s;display:flex}.result-item.selected.svelte-wh9uu8{color:var(--text-primary);background:#ffffff14}.item-icon.svelte-wh9uu8{background:#ffffff0a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.item-icon.svelte-wh9uu8 svg:where(.svelte-wh9uu8){width:18px;height:18px}.item-text.svelte-wh9uu8{flex-direction:column;flex:1;display:flex}.item-title.svelte-wh9uu8{align-items:center;gap:.45rem;min-width:0;font-size:.95rem;font-weight:600;display:flex}.item-desc.svelte-wh9uu8{color:var(--text-muted);font-size:.75rem}.item-kind.svelte-wh9uu8{border:1px solid var(--border-subtle);color:var(--text-muted);text-transform:uppercase;border-radius:999px;flex:none;padding:1px 6px;font-size:.62rem;font-weight:700}.result-hints.svelte-wh9uu8{flex:none;align-items:center;gap:.35rem;display:inline-flex}.result-hints.svelte-wh9uu8 span:where(.svelte-wh9uu8){color:var(--text-muted);background:#ffffff1a;border-radius:4px;padding:2px 6px;font-size:.7rem}.show-more-results.svelte-wh9uu8{border:1px solid var(--border-subtle);width:calc(100% - 1rem);color:var(--text-secondary);cursor:pointer;background:#94a3b814;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;margin:.15rem .5rem .65rem;padding:.7rem .95rem;font-size:.82rem;display:flex}.show-more-results.svelte-wh9uu8:hover{color:var(--text-primary);background:#94a3b824}.show-more-results.svelte-wh9uu8 strong:where(.svelte-wh9uu8){color:var(--text-muted);font-size:.72rem}.no-results.svelte-wh9uu8{text-align:center;color:var(--text-muted);justify-items:center;gap:.65rem;padding:3rem 1rem;font-size:.9rem;display:grid}.no-results.svelte-wh9uu8 strong:where(.svelte-wh9uu8){color:var(--text-primary);font-size:1rem}.no-results.svelte-wh9uu8 p:where(.svelte-wh9uu8){max-width:430px;margin:0;line-height:1.5}.query-pill.svelte-wh9uu8{text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;border:1px solid var(--border-subtle);max-width:min(260px,100%);color:var(--text-secondary);background:#94a3b814;border-radius:999px;padding:.08rem .45rem;display:inline-flex;overflow:hidden}.operator-hint.svelte-wh9uu8{color:var(--text-muted);font-size:.82rem}.no-results-actions.svelte-wh9uu8{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.25rem;display:flex}.recovery-grid.svelte-wh9uu8{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;width:min(100%,520px);margin-top:.2rem;display:grid}.recovery-card.svelte-wh9uu8{border:1px solid var(--border-subtle);min-height:84px;color:var(--text-secondary);text-align:left;cursor:pointer;background:#ffffff09;border-radius:8px;flex-direction:column;gap:.3rem;padding:.75rem;display:flex}.recovery-card.svelte-wh9uu8:hover,.recovery-card.svelte-wh9uu8:focus-visible{color:var(--text-primary);background:#6366f11a;border-color:#6366f173;outline:none}.recovery-card.svelte-wh9uu8 strong:where(.svelte-wh9uu8){color:var(--text-primary);font-size:.82rem}.recovery-card.svelte-wh9uu8 span:where(.svelte-wh9uu8){color:var(--text-muted);font-size:.72rem;line-height:1.35}.error-state.svelte-wh9uu8{color:var(--text-secondary);justify-items:center;gap:.65rem;display:grid}.error-state.svelte-wh9uu8 strong:where(.svelte-wh9uu8){color:var(--text-primary)}.retry-search.svelte-wh9uu8{border:1px solid var(--border-subtle);min-height:36px;color:var(--text-primary);cursor:pointer;background:#94a3b814;border-radius:8px;padding:.45rem .8rem;font-weight:700}.spinner-small.svelte-wh9uu8{border:2px solid #ffffff1a;border-top-color:var(--accent-primary);border-radius:50%;width:16px;height:16px;animation:1s linear infinite svelte-wh9uu8-spin}@keyframes svelte-wh9uu8-spin{to{transform:rotate(360deg)}}@media (width<=720px){.palette-overlay.svelte-wh9uu8{align-items:flex-start;padding-top:5rem}.palette-modal.svelte-wh9uu8{max-height:calc(100vh - 6rem)}.search-input-wrapper.svelte-wh9uu8{gap:.75rem;padding:1rem}input.svelte-wh9uu8{font-size:1rem}.item-desc.svelte-wh9uu8,.item-kind.svelte-wh9uu8,.result-hints.svelte-wh9uu8,.palette-footer.svelte-wh9uu8{display:none}.recovery-grid.svelte-wh9uu8{grid-template-columns:1fr}}.toast-wrapper.svelte-cqwvc2{z-index:9999;pointer-events:none;flex-direction:column;gap:.65rem;width:calc(100% - 3rem);max-width:420px;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast-item.svelte-cqwvc2{pointer-events:auto;border-radius:var(--radius-sm);border:1px solid #ffffff0d;align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #02061766,inset 0 0 0 1px #ffffff05}.toast-indicator.svelte-cqwvc2{width:4px;position:absolute;top:0;bottom:0;left:0}.toast-item.success.svelte-cqwvc2 .toast-indicator:where(.svelte-cqwvc2){background-color:#22c55e}.toast-item.error.svelte-cqwvc2 .toast-indicator:where(.svelte-cqwvc2){background-color:#ef4444}.toast-item.warning.svelte-cqwvc2 .toast-indicator:where(.svelte-cqwvc2){background-color:#f59e0b}.toast-item.info.svelte-cqwvc2 .toast-indicator:where(.svelte-cqwvc2){background-color:#3b82f6}.toast-icon.svelte-cqwvc2{flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon.svelte-cqwvc2{width:1.2rem;height:1.2rem}.success-icon.svelte-cqwvc2{color:#4ade80}.error-icon.svelte-cqwvc2{color:#f87171}.warning-icon.svelte-cqwvc2{color:#fbbf24}.info-icon.svelte-cqwvc2{color:#60a5fa}.toast-message.svelte-cqwvc2{color:var(--text-primary);flex:1;margin:0;font-size:.88rem;font-weight:500;line-height:1.4}.toast-close.svelte-cqwvc2{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:color .15s,background-color .15s;display:flex}.toast-close.svelte-cqwvc2:hover{color:var(--text-primary);background-color:#ffffff0d}.close-icon.svelte-cqwvc2{width:.95rem;height:.95rem}.sidebar.svelte-129hoe0{background:linear-gradient(#0f172ae0,#020617fa);border-top:none;border-bottom:none;border-left:none;border-radius:0;flex-direction:column;gap:1.25rem;width:288px;min-height:100vh;padding:1.25rem;transition:width .25s,padding .25s;display:flex}.brand-lockup.svelte-129hoe0,.active-ws.svelte-129hoe0,.account-area.svelte-129hoe0{border:1px solid var(--border-subtle);background:#ffffff08}.brand-lockup.svelte-129hoe0{border-radius:var(--radius-lg);align-items:center;gap:.85rem;padding:.9rem 1rem;display:flex}.brand-mark.svelte-129hoe0,.ws-icon.svelte-129hoe0,.avatar.svelte-129hoe0{color:#fff;background:var(--accent-gradient);border-radius:12px;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.brand-copy.svelte-129hoe0,.ws-info.svelte-129hoe0,.meta.svelte-129hoe0,.item-meta.svelte-129hoe0{flex-direction:column;display:flex}.brand-copy.svelte-129hoe0 strong:where(.svelte-129hoe0){font-size:.92rem}.brand-copy.svelte-129hoe0 span:where(.svelte-129hoe0),.ws-plan.svelte-129hoe0,.item-plan.svelte-129hoe0,.role.svelte-129hoe0,.group-label.svelte-129hoe0,.dropdown-label.svelte-129hoe0{color:var(--text-muted);font-size:.75rem}.workspace-selector.svelte-129hoe0{position:relative}.active-ws.svelte-129hoe0{border-radius:var(--radius-lg);cursor:pointer;text-align:left;align-items:center;gap:.75rem;width:100%;padding:.85rem;display:flex}.ws-name.svelte-129hoe0,.name.svelte-129hoe0,.item-name.svelte-129hoe0{font-weight:600}.chevron.svelte-129hoe0{width:18px;color:var(--text-muted);transition:transform .2s}.chevron.open.svelte-129hoe0{transform:rotate(180deg)}.switcher-dropdown.svelte-129hoe0{z-index:60;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-md);background:#0f172af5;border:1px solid #ffffff14;padding:.75rem;animation:.2s cubic-bezier(.16,1,.3,1) forwards svelte-129hoe0-popIn;position:absolute;top:calc(100% + 10px);left:0;right:0;box-shadow:0 20px 40px -15px #020617cc,inset 0 0 0 1px #ffffff0d}.dropdown-label.svelte-129hoe0{padding:.4rem .65rem .65rem}.workspace-empty.svelte-129hoe0{border:1px dashed var(--border-subtle);border-radius:var(--radius-md);background:#94a3b80f;gap:.45rem;margin:.35rem 0 .45rem;padding:.75rem;display:grid}.workspace-empty.svelte-129hoe0 strong:where(.svelte-129hoe0){color:var(--text-primary);font-size:.82rem}.workspace-empty.svelte-129hoe0 p:where(.svelte-129hoe0){color:var(--text-muted);margin:0;font-size:.74rem;line-height:1.4}.workspace-empty-actions.svelte-129hoe0{flex-wrap:wrap;gap:.45rem;display:flex}.mini-action.svelte-129hoe0{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);min-height:30px;color:var(--text-secondary);cursor:pointer;background:#ffffff0a;padding:.35rem .55rem;font-size:.72rem;font-weight:700}.mini-action.primary.svelte-129hoe0{color:var(--text-primary);background:#6366f124;border-color:#6366f15c}.mini-action.svelte-129hoe0:hover,.mini-action.svelte-129hoe0:focus-visible{color:var(--text-primary);background:#94a3b824;outline:none}.mini-action.svelte-129hoe0:disabled{cursor:not-allowed;opacity:.6}.ws-item.svelte-129hoe0{border-radius:var(--radius-md);width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem;display:flex}.ws-item.active.svelte-129hoe0,.ws-item.svelte-129hoe0:hover{color:var(--text-primary);background:#94a3b81f}.item-icon.svelte-129hoe0{background:#94a3b824;border-radius:10px;place-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:grid}.main-nav.svelte-129hoe0{scrollbar-width:none;flex-direction:column;flex:1;gap:1rem;display:flex;overflow-y:auto}.main-nav.svelte-129hoe0::-webkit-scrollbar{display:none}.nav-group.svelte-129hoe0{flex-direction:column;gap:.35rem;display:flex}.module-context.svelte-129hoe0{border-radius:var(--radius-lg);background:#2563eb1a;border:1px solid #60a5fa33;gap:.35rem;padding:.9rem 1rem;display:grid}.module-context.svelte-129hoe0 strong:where(.svelte-129hoe0){color:var(--text-primary);font-size:.95rem}.context-back.svelte-129hoe0{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .15s,gap .15s;display:inline-flex}.context-back.svelte-129hoe0:hover{color:var(--text-primary);gap:.5rem}.group-label.svelte-129hoe0{text-transform:uppercase;letter-spacing:.08em;padding:0 .8rem}.nav-item.svelte-129hoe0{border-radius:var(--radius-md);min-height:46px;color:var(--text-secondary);align-items:center;gap:.9rem;padding:.8rem .95rem;font-weight:500;text-decoration:none;display:flex}.nav-item.svelte-129hoe0:hover{color:var(--text-primary);background:#94a3b81f}.nav-item.active.svelte-129hoe0{color:#eff6ff;background:#3b82f624;border:1px solid #60a5fa33;border-left:2px solid #60a5facc;padding-left:calc(.95rem - 1px)}.unread-badge.svelte-129hoe0{color:#fff;text-align:center;background:#ef4444;border-radius:999px;min-width:20px;margin-left:auto;padding:2px 6px;font-size:.7rem;font-weight:700}.icon.svelte-129hoe0{flex-shrink:0;width:18px;height:18px}.ws-icon.svelte-129hoe0{position:relative}.pulse-dot.svelte-129hoe0{border:1.5px solid var(--bg-secondary);border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.pulse-dot.active.svelte-129hoe0{background-color:#22c55e;animation:2s infinite svelte-129hoe0-pulseActive;box-shadow:0 0 0 .5px #22c55e66}.pulse-dot.pending.svelte-129hoe0{background-color:#f59e0b;animation:2s infinite svelte-129hoe0-pulsePending}.avatar.svelte-129hoe0{position:relative}.status-indicator.svelte-129hoe0{border:1.5px solid var(--bg-secondary);border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0;box-shadow:0 1px 3px #0003}.status-indicator.live.svelte-129hoe0{background-color:#22c55e}.status-indicator.queued.svelte-129hoe0{background-color:#64748b}.account-area.svelte-129hoe0{border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;min-width:0;padding:.9rem;display:flex}@keyframes svelte-129hoe0-pulseActive{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 5px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes svelte-129hoe0-pulsePending{0%{box-shadow:0 0 #f59e0bb3}70%{box-shadow:0 0 0 5px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}@keyframes svelte-129hoe0-popIn{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.profile.svelte-129hoe0{align-items:center;gap:.75rem;width:100%;min-width:0;display:flex}.meta.svelte-129hoe0{flex-direction:column;flex:1;min-width:0;display:flex}.name.svelte-129hoe0{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.role.svelte-129hoe0{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.account-actions.svelte-129hoe0{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;width:100%;margin-top:.25rem;padding-top:.75rem;display:flex}.avatar.svelte-129hoe0{border-radius:50%;flex-shrink:0}.logout-btn.svelte-129hoe0,.logout-all-btn.svelte-129hoe0,.profile-link.svelte-129hoe0{width:34px;height:34px;color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.logout-btn.svelte-129hoe0:hover{color:#fca5a5;background:#ef444414}.logout-all-btn.svelte-129hoe0:hover{color:#fde68a;background:#f59e0b14}.profile-link.svelte-129hoe0:hover{color:var(--text-primary);background:#ffffff0d}.sidebar.collapsed.svelte-129hoe0 .account-area:where(.svelte-129hoe0){justify-content:center;align-items:center;padding:.5rem}.sidebar.collapsed.svelte-129hoe0 .account-actions:where(.svelte-129hoe0),.hidden.svelte-129hoe0{display:none}hr.svelte-129hoe0{border:none;border-top:1px solid var(--border-subtle);margin:.5rem 0}[data-theme=light] .sidebar.svelte-129hoe0{border-right:1px solid var(--border-subtle);background:linear-gradient(#f8fafc,#edf2f7)}[data-theme=light] .brand-lockup.svelte-129hoe0,[data-theme=light] .active-ws.svelte-129hoe0,[data-theme=light] .account-area.svelte-129hoe0{background:#0f172a08;border-color:#0f172a14}[data-theme=light] .brand-copy.svelte-129hoe0 strong:where(.svelte-129hoe0){color:var(--text-primary)}[data-theme=light] .brand-copy.svelte-129hoe0 span:where(.svelte-129hoe0),[data-theme=light] .ws-plan.svelte-129hoe0,[data-theme=light] .role.svelte-129hoe0,[data-theme=light] .group-label.svelte-129hoe0,[data-theme=light] .dropdown-label.svelte-129hoe0{color:var(--text-muted)}[data-theme=light] .ws-name.svelte-129hoe0,[data-theme=light] .name.svelte-129hoe0{color:var(--text-primary)}[data-theme=light] .chevron.svelte-129hoe0{color:var(--text-muted)}[data-theme=light] .switcher-dropdown.svelte-129hoe0{border-color:var(--border-strong);background:#fff;box-shadow:0 10px 25px -5px #0f172a1a,0 0 0 1px #0f172a0d}[data-theme=light] .ws-item.svelte-129hoe0{color:var(--text-secondary)}[data-theme=light] .ws-item.svelte-129hoe0:hover,[data-theme=light] .ws-item.active.svelte-129hoe0{color:var(--text-primary);background:#0f172a0d}[data-theme=light] .ws-item.active.svelte-129hoe0{color:var(--accent-primary);background:#1d4ed80f}[data-theme=light] .item-icon.svelte-129hoe0{color:var(--text-primary);background:#0f172a0f}[data-theme=light] .module-context.svelte-129hoe0{background:#1d4ed80d;border-color:#1d4ed826}[data-theme=light] .module-context.svelte-129hoe0 strong:where(.svelte-129hoe0){color:var(--accent-primary)}[data-theme=light] .context-back.svelte-129hoe0{color:var(--text-muted)}[data-theme=light] .context-back.svelte-129hoe0:hover{color:var(--text-primary)}[data-theme=light] .nav-item.svelte-129hoe0{color:var(--text-secondary)}[data-theme=light] .nav-item.svelte-129hoe0:hover{color:var(--text-primary);background:#0f172a0d}[data-theme=light] .nav-item.active.svelte-129hoe0{color:var(--accent-primary);border-color:#1d4ed833;border-left:2px solid var(--accent-primary);background:#1d4ed814;padding-left:calc(.95rem - 1px)}[data-theme=light] .logout-btn.svelte-129hoe0,[data-theme=light] .logout-all-btn.svelte-129hoe0,[data-theme=light] .profile-link.svelte-129hoe0{color:var(--text-muted)}[data-theme=light] .logout-btn.svelte-129hoe0:hover{color:#dc2626;background:#dc262614}[data-theme=light] .logout-all-btn.svelte-129hoe0:hover{color:#d97706;background:#d9770614}[data-theme=light] .profile-link.svelte-129hoe0:hover{color:var(--text-primary);background:#0f172a0d}.app-shell.svelte-12qhfyh{background:var(--bg-primary);min-height:100vh}.dashboard-layout.svelte-12qhfyh{min-height:100vh;display:flex}.dashboard-layout.sidebar-collapsed.svelte-12qhfyh .sidebar{width:100px;padding-inline:.85rem}.content-area.svelte-12qhfyh{background:radial-gradient(circle at top left, #3b82f614, transparent 26%), radial-gradient(circle at top right, #0ea5e914, transparent 22%), var(--bg-primary);flex:1;min-height:100vh;padding:5rem 1.25rem 2rem}.content-area.settings-content-area.svelte-12qhfyh{background:var(--bg-primary);padding:0}.topbar.svelte-12qhfyh{z-index:40;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem 1rem;transition:left .25s;display:flex;position:fixed;top:.75rem;left:305px;right:1rem}.dashboard-layout.sidebar-collapsed.svelte-12qhfyh .topbar:where(.svelte-12qhfyh){left:125px}.dashboard-layout.settings-mode.svelte-12qhfyh .topbar:where(.svelte-12qhfyh){display:none}.topbar-left.svelte-12qhfyh,.topbar-actions.svelte-12qhfyh,.status-cluster.svelte-12qhfyh{align-items:center;gap:.75rem;display:flex}.topbar-left.svelte-12qhfyh{min-width:0}.workspace-summary.svelte-12qhfyh{align-items:center;min-width:0;display:flex}.page-route-label.svelte-12qhfyh{color:var(--text-primary);text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;font-size:.84rem;font-weight:600;overflow:hidden}.status-dot.svelte-12qhfyh{border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-dot.online.svelte-12qhfyh{background:#4ade80;box-shadow:0 0 0 3px #22c55e33}.status-dot.offline.svelte-12qhfyh{background:#f87171;box-shadow:0 0 0 3px #ef444433}.status-chip.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.06em;border:1px solid #0000;border-radius:999px;padding:.18rem .5rem;font-size:.7rem;font-weight:700}.status-chip.live.svelte-12qhfyh{color:#4ade80;background:#22c55e1a;border-color:#22c55e4d}.toolbar-btn.svelte-12qhfyh,.palette-pill.svelte-12qhfyh,.profile-btn.svelte-12qhfyh{border:1px solid var(--border-subtle);color:var(--text-primary);background:#ffffff0a}.toolbar-btn.svelte-12qhfyh{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.toolbar-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh),.palette-pill.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:18px;height:18px}.palette-pill.svelte-12qhfyh{cursor:pointer;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .8rem;font-weight:600;display:inline-flex}.palette-pill.svelte-12qhfyh kbd:where(.svelte-12qhfyh){border:1px solid var(--border-subtle);color:var(--text-muted);border-radius:999px;padding:.15rem .45rem;font-size:.72rem}.profile-btn.svelte-12qhfyh{cursor:pointer;border-radius:999px;align-items:center;gap:.7rem;padding:.45rem .7rem .45rem .45rem;display:inline-flex}.profile-avatar.svelte-12qhfyh{background:var(--accent-gradient);color:#fff;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.profile-copy.svelte-12qhfyh{text-align:left;flex-direction:column;display:flex}.profile-copy.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:.84rem;line-height:1.1}.profile-copy.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--text-muted);font-size:.75rem}.loading-overlay.svelte-12qhfyh,.session-gate.svelte-12qhfyh{place-items:center;min-height:100vh;padding:2rem;display:grid}.loading-overlay.svelte-12qhfyh{align-content:center;gap:1.5rem}.spinner.svelte-12qhfyh{border:3px solid var(--border-subtle);border-top-color:var(--accent-primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.loading-overlay.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;font-size:.9rem}.session-gate.svelte-12qhfyh{background:radial-gradient(circle at top right, #3b82f61f, transparent 28%), radial-gradient(circle at bottom left, #0ea5e91a, transparent 32%), var(--bg-primary)}.session-card.svelte-12qhfyh{flex-direction:column;gap:1rem;width:min(560px,100%);padding:2rem;display:flex}.session-badge.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.76rem}.session-card.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-size:2.15rem;line-height:1.05}.session-card.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-secondary);max-width:52ch}.session-meta.svelte-12qhfyh,.session-actions.svelte-12qhfyh{flex-wrap:wrap;gap:.75rem;display:flex}.session-link.svelte-12qhfyh{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.shell-alert.svelte-12qhfyh{border-radius:var(--radius-md);border:1px solid var(--border-subtle);max-width:1400px;color:var(--text-secondary);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto 1rem;padding:.9rem 1rem;display:flex}.shell-alert-actions.svelte-12qhfyh{flex:none;align-items:center;gap:.5rem;display:inline-flex}.shell-alert-actions.svelte-12qhfyh button:where(.svelte-12qhfyh){border:1px solid var(--border-subtle);min-height:34px;color:var(--text-primary);cursor:pointer;background:#ffffff14;border-radius:8px;padding:.4rem .7rem;font-size:.78rem;font-weight:700}.shell-alert-actions.svelte-12qhfyh button:where(.svelte-12qhfyh):disabled{opacity:.5;cursor:not-allowed}.shell-alert.warning.svelte-12qhfyh{background:#f59e0b1f;border-color:#f59e0b3d}.shell-alert.danger.svelte-12qhfyh{background:#ef44441f;border-color:#ef44443d}.shell-alert.neutral.svelte-12qhfyh{background:#94a3b814}.mobile-overlay.svelte-12qhfyh{border:none;display:none}.mobile-only.svelte-12qhfyh{display:none}@media (width<=1100px){.topbar.svelte-12qhfyh,.dashboard-layout.sidebar-collapsed.svelte-12qhfyh .topbar:where(.svelte-12qhfyh){left:1rem}.desktop-only.svelte-12qhfyh,.palette-pill.svelte-12qhfyh span:where(.svelte-12qhfyh),.palette-pill.svelte-12qhfyh kbd:where(.svelte-12qhfyh),.profile-copy.svelte-12qhfyh,.status-cluster.svelte-12qhfyh{display:none}.mobile-only.svelte-12qhfyh{display:inline-flex}.sidebar{z-index:50;transition:transform .25s;position:fixed;inset:0 auto 0 0;transform:translate(-110%)}.dashboard-layout.mobile-open.svelte-12qhfyh .sidebar{transform:translate(0)}.mobile-overlay.svelte-12qhfyh{z-index:45;background:#0206178c;position:fixed;inset:0}.dashboard-layout.mobile-open.svelte-12qhfyh .mobile-overlay:where(.svelte-12qhfyh){display:block}.shell-alert.svelte-12qhfyh{flex-direction:column;align-items:stretch}.shell-alert-actions.svelte-12qhfyh{width:100%}.shell-alert-actions.svelte-12qhfyh button:where(.svelte-12qhfyh){flex:1}}[data-theme=light] .toolbar-btn.svelte-12qhfyh,[data-theme=light] .palette-pill.svelte-12qhfyh,[data-theme=light] .profile-btn.svelte-12qhfyh{color:var(--text-primary);background:#0f172a08;border-color:#0f172a14}[data-theme=light] .palette-pill.svelte-12qhfyh kbd:where(.svelte-12qhfyh){color:var(--text-muted);background:#fff;border-color:#0f172a26}[data-theme=light] .toolbar-btn.svelte-12qhfyh:hover,[data-theme=light] .palette-pill.svelte-12qhfyh:hover,[data-theme=light] .profile-btn.svelte-12qhfyh:hover{background:#0f172a0f;border-color:#0f172a29}
