.cdo-overlay{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;background:rgba(7,4,17,.8);backdrop-filter:blur(48px) saturate(155%);-webkit-backdrop-filter:blur(48px) saturate(155%);animation:cdo-fade-in var(--mode-transition,.5s ease-in-out) both}.cdo-overlay[data-exiting=true]{animation:cdo-fade-out var(--mode-transition,.5s ease-in-out) both}@keyframes cdo-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cdo-fade-out{0%{opacity:1}to{opacity:0}}.cdo-panel{position:relative;max-width:440px;width:calc(100% - 32px);padding:8px;color:#f8f5ff;text-align:center;background:transparent;border:none;box-shadow:none}.cdo-ring{width:92px;height:92px;margin:0 auto 28px;animation:cdo-spin 1.3s linear infinite;filter:drop-shadow(0 0 20px rgba(192,132,252,.6))}@keyframes cdo-spin{to{transform:rotate(1turn)}}.cdo-title{font-size:1.75rem;font-weight:800;letter-spacing:.01em;margin-bottom:22px;background:linear-gradient(100deg,#ffffff,#f472b6,#c084fc,#60a5fa,#ffffff);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:cdo-title-shift 8s linear infinite;text-shadow:0 2px 30px rgba(124,58,237,.3)}@keyframes cdo-title-shift{0%{background-position:0 50%}to{background-position:200% 50%}}.cdo-messages{position:relative;min-height:30px;font-size:1.1rem;font-weight:500;color:rgba(255,255,255,.92);letter-spacing:.015em;text-shadow:0 2px 20px rgba(10,6,22,.6)}.cdo-message{position:absolute;left:0;right:0;top:0;opacity:0;transform:translateY(6px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.cdo-message-active{opacity:1;transform:translateY(0)}.cdo-error-overlay{position:fixed;inset:0;z-index:10002;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(10,6,22,.6);backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);animation:cdo-fade-in .25s ease-out both}.cdo-error-card{max-width:420px;width:100%;padding:32px 28px;text-align:center;border-radius:20px;color:#f8f5ff;background:radial-gradient(circle at 50% 0,rgba(239,68,68,.12),transparent 60%),linear-gradient(160deg,#14101f,#1c1430);border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 80px -20px rgba(0,0,0,.7)}.cdo-error-icon{width:56px;height:56px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.35);color:#f87171}.cdo-error-title{font-family:var(--font-heading,system-ui);font-size:1.3rem;font-weight:700;margin-bottom:10px}.cdo-error-msg{font-size:.95rem;line-height:1.55;color:rgba(255,255,255,.72);margin-bottom:22px}.cdo-error-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 28px;border-radius:12px;font-size:.92rem;font-weight:700;cursor:pointer;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:#fff;font-family:inherit;transition:all var(--mode-transition)}.cdo-error-btn:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28)}.udh-shell{--udh-accent:var(--dash-accent,var(--theme-accent,#fb923c));container-type:inline-size;container-name:udh-shell;position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;padding:14px 28px;background:var(--dash-header-bg,rgba(255,255,255,.85));backdrop-filter:var(--dash-backdrop-blur,blur(20px));-webkit-backdrop-filter:var(--dash-backdrop-blur,blur(20px));border-bottom:1px solid var(--dash-header-border,rgba(0,0,0,.06));transition:background var(--mode-transition,.5s ease-in-out),border-color var(--mode-transition,.5s ease-in-out)}.udh-menu{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:12px;border:1px solid var(--theme-border,var(--dash-border,rgba(15,23,42,.08)));background:var(--theme-surface,var(--dash-surface,#ffffff));color:var(--theme-text,var(--dash-text,#0f172a));cursor:pointer;font-family:inherit;transition:background .18s ease,transform .18s ease,color .18s ease}.udh-menu:hover{background:color-mix(in srgb,var(--udh-accent) 12%,transparent);color:var(--udh-accent);transform:translateY(-1px)}.udh-greet{display:flex;flex-direction:column;gap:3px;flex-shrink:0;min-width:0;padding:0 2px}.udh-greet-line1{font-family:var(--font-heading,"Montserrat"),sans-serif;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--theme-text,var(--dash-text,#0f172a));white-space:nowrap}.udh-greet-name{color:var(--udh-accent);font-weight:800}.udh-greet-streak{display:inline-flex;align-items:center;gap:3px;margin-left:8px;vertical-align:middle}.udh-greet-meta{display:flex;align-items:center;gap:8px;min-width:0}.udh-greet-date,.udh-greet-metatext{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--theme-text-muted,var(--dash-text-muted,#64748b));white-space:nowrap}.udh-greet-metatext:before{content:"·";margin-right:8px}.udh-greet-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;border:1px solid transparent;font-size:.66rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.udh-greet-pill-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;animation:udh-pill-pulse 2s ease-in-out infinite}@keyframes udh-pill-pulse{0%,to{opacity:1}50%{opacity:.4}}.udh-greet-pill[data-tone=passing]{background:#d1fae5;border-color:#a7f3d0;color:#047857}.udh-greet-pill[data-tone=passing] .udh-greet-pill-dot{background:#10b981}.udh-greet-pill[data-tone=close]{background:#fef3c7;border-color:#fde68a;color:#b45309}.udh-greet-pill[data-tone=close] .udh-greet-pill-dot{background:#f59e0b}.udh-greet-pill[data-tone=behind]{background:#fee2e2;border-color:#fecaca;color:#dc2626}.udh-greet-pill[data-tone=behind] .udh-greet-pill-dot{background:#ef4444}.udh-greet-pill[data-tone=neutral]{background:color-mix(in srgb,var(--udh-accent) 12%,transparent);border-color:color-mix(in srgb,var(--udh-accent) 32%,transparent);color:var(--udh-accent)}.udh-greet-pill[data-tone=neutral] .udh-greet-pill-dot{background:var(--udh-accent)}[data-effective-mode=dark] .udh-greet-pill[data-tone=passing]{background:rgba(16,185,129,.16);border-color:rgba(16,185,129,.3);color:#6ee7b7}[data-effective-mode=dark] .udh-greet-pill[data-tone=close]{background:rgba(245,158,11,.16);border-color:rgba(245,158,11,.3);color:#fcd34d}[data-effective-mode=dark] .udh-greet-pill[data-tone=behind]{background:rgba(239,68,68,.16);border-color:rgba(239,68,68,.3);color:#fca5a5}.udh-cards{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 0;overflow-x:auto;scrollbar-width:none}.udh-cards::-webkit-scrollbar{display:none}.udh-cards-sparse{justify-content:flex-end}.udh-cards-sparse .udh-greet{margin-right:auto}.udh-card{position:relative;display:inline-flex;align-items:center;gap:12px;padding:10px 14px;border-radius:14px;border:1px solid var(--theme-border,rgba(15,23,42,.08));background:var(--theme-surface,#ffffff);font-family:inherit;text-align:left;text-decoration:none;color:var(--theme-text,#0f172a);flex-shrink:0;min-height:56px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.udh-card[class*=psg-card-]{background:var(--psg-grad);border:0;color:#ffffff}.udh-card[class*=psg-card-] .udh-card-kicker{color:rgba(255,255,255,.78)}.udh-card[class*=psg-card-] .udh-card-value{color:#ffffff}.udh-card[class*=psg-card-] .udh-rate-delta[data-tone=down]{color:#4ade80}.udh-card[class*=psg-card-] .udh-rate-delta[data-tone=up]{color:#fda4af}.udh-card-glyph{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#ffffff}.udh-card:where(button){cursor:pointer}.udh-card:where(button):hover{transform:translateY(-1px)}[data-effective-mode=dark] .udh-card:not([class*=psg-card-]):not(.udh-card-streak):not(.udh-card-square){border-color:rgba(167,139,250,.18);background:rgba(30,27,75,.6);color:#f1f5f9}[data-effective-mode=dark] .udh-card:where(button):not(.udh-card-streak):hover{border-color:rgba(167,139,250,.32)}.udh-card-text{display:flex;flex-direction:column;gap:1px;min-width:0}.udh-card-kicker{font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--theme-text-muted,#64748b);white-space:nowrap}[data-effective-mode=dark] .udh-card-kicker{color:rgba(226,232,240,.55)}.udh-card-kicker-bright{color:#c4b5fd}.udh-card-value{font-family:var(--font-heading,"Montserrat"),sans-serif;font-size:.95rem;font-weight:800;letter-spacing:-.01em;color:var(--theme-text,#0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}[data-effective-mode=dark] .udh-card-value{color:#f1f5f9}.udh-card-value-tight{font-size:.85rem}.udh-card-value-row{display:inline-flex;align-items:baseline;gap:6px}.udh-rate-delta{display:inline-flex;align-items:center;gap:2px;font-size:.7rem;font-weight:800}.udh-rate-delta[data-tone=down]{color:#059669}.udh-rate-delta[data-tone=up]{color:#dc2626}.udh-card-square{width:52px;height:52px;min-height:52px;padding:0;flex-shrink:0;display:inline-grid;place-items:center;cursor:pointer;border:none;color:#ffffff;background:linear-gradient(135deg,var(--udh-accent),color-mix(in srgb,var(--udh-accent) 88%,#000))}.udh-card-square:hover{filter:brightness(1.08)}.udh-square-badge{position:absolute;top:5px;right:5px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#ef4444;color:#ffffff;font-size:.6rem;font-weight:900;letter-spacing:-.02em;display:grid;place-items:center;box-shadow:0 0 0 1.5px rgba(255,255,255,.85)}.udh-card-chatnav{position:sticky;right:0;z-index:2}.udh-chatnav-sphere{position:relative;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;overflow:visible}.udh-chatnav-sphere canvas{display:block}.udh-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;height:52px;padding:0 20px;border:none;border-radius:14px;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:800;letter-spacing:-.01em;color:#ffffff;background:linear-gradient(135deg,var(--udh-accent),color-mix(in srgb,var(--udh-accent) 85%,#000),var(--udh-accent));background-size:200% 200%;animation:udh-cta-shift 3.5s ease infinite;box-shadow:0 10px 26px color-mix(in srgb,var(--udh-accent) 34%,transparent);position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.udh-cta:hover{transform:translateY(-1px);box-shadow:0 14px 34px color-mix(in srgb,var(--udh-accent) 44%,transparent)}.udh-cta-label{white-space:nowrap}@keyframes udh-cta-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (prefers-reduced-motion:reduce){.udh-cta{animation:none}}.udh-pulse-dot{position:absolute;top:-2px;right:-2px;width:9px;height:9px;border-radius:50%;background:#fbbf24;box-shadow:0 0 0 0 rgba(251,191,36,.7);animation:udh-pulse-dot 1.6s ease-in-out infinite}@keyframes udh-pulse-dot{0%,to{box-shadow:0 0 0 0 rgba(251,191,36,.7);transform:scale(1)}50%{box-shadow:0 0 0 6px rgba(251,191,36,0);transform:scale(1.18)}}.udh-pulse-rot-window{height:38px;overflow:hidden;perspective:240px;display:flex;flex-direction:column;justify-content:center}.udh-pulse-rot-content{display:flex;flex-direction:column;gap:2px;transform-origin:50% 50%;transition:transform .4s cubic-bezier(.23,1,.32,1),opacity .4s;will-change:transform,opacity}.udh-pulse-rot-visible{transform:translateY(0) rotateX(0deg);opacity:1}.udh-pulse-rot-exit{transform:translateY(-16px) rotateX(30deg);opacity:0}.udh-pulse-rot-enter{transform:translateY(16px) rotateX(-30deg);opacity:0;transition:none}@media (prefers-reduced-motion:reduce){.udh-pulse-rot-content{transition:opacity .2s}.udh-pulse-rot-enter,.udh-pulse-rot-exit{transform:none}}.udh-card-deadlines[data-state=alert] .udh-card-glyph{animation:udh-icon-pulse 1.8s ease-in-out infinite}@keyframes udh-icon-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.udh-card-alerts[data-state=alert],.udh-card-deadlines[data-state=alert]{animation:udh-card-attention-pulse 2.4s ease-in-out infinite}@keyframes udh-card-attention-pulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.1)}}.udh-card-deadlines-num{display:none;width:36px;height:36px;align-items:center;justify-content:center;font-family:var(--font-heading,"Montserrat"),sans-serif;font-weight:800;font-size:.95rem;line-height:1;background:rgba(255,255,255,.97);color:#9f1239;clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);filter:drop-shadow(0 1px 3px rgba(0,0,0,.25))}.udh-card-deadlines-num[data-tone=orange]{color:#9a3412}.udh-card-alerts-dot{position:absolute;top:-3px;right:-3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#fbbf24;color:#422006;font-size:.62rem;font-weight:900;letter-spacing:-.02em;display:grid;place-items:center;box-shadow:0 0 0 2px rgba(0,0,0,.4)}.udh-card-streak{background:#1a1a1a;border:1.5px solid hsl(28 100% 52%);color:#f9fafb;padding-right:12px;animation:udh-streak-border-pulse 2.4s ease-in-out infinite}[data-effective-mode=dark] .udh-card-streak{background:#0d0d0d}.udh-card-streak[data-state=idle]{animation:none;box-shadow:0 0 6px hsl(28 100% 58%/.25);border-color:hsl(28 100% 52%/.7)}.udh-card-streak .udh-card-kicker{color:rgba(255,255,255,.55)}.udh-streak-card-value{font-family:var(--font-heading,"Montserrat"),sans-serif;font-size:1.1rem;font-weight:800;letter-spacing:-.01em;color:hsl(28 100% 58%);white-space:nowrap;line-height:1.1}.udh-streak-emoji{font-size:2rem;line-height:1;display:inline-block;flex-shrink:0;animation:udh-flame-pulse 1.8s ease-in-out infinite}@keyframes udh-streak-border-pulse{0%,to{box-shadow:0 0 6px hsl(28 100% 58%/.4),0 0 14px hsl(28 100% 58%/.2);border-color:hsl(28 100% 52%)}50%{box-shadow:0 0 14px hsl(28 100% 58%/.8),0 0 28px hsl(28 100% 58%/.4);border-color:hsl(28 100% 68%)}}@keyframes udh-flame-pulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 3px hsl(28 100% 58%/.8))}50%{transform:scale(1.1);filter:drop-shadow(0 0 10px hsl(28 100% 65%))}}.udh-bell-wrap{position:relative;display:inline-flex}.udh-bell-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-width:calc(100vw - 32px);max-height:540px;overflow:hidden;display:flex;flex-direction:column;border-radius:18px;background:var(--theme-surface,#ffffff);border:1px solid var(--theme-border,rgba(15,23,42,.1));box-shadow:0 20px 50px rgba(15,23,42,.18),0 4px 12px rgba(15,23,42,.08);z-index:60;animation:udh-bell-drop .18s ease-out}[data-effective-mode=dark] .udh-bell-dropdown{background:rgba(30,27,75,.97);border-color:rgba(167,139,250,.22);box-shadow:0 20px 50px rgba(0,0,0,.5);backdrop-filter:blur(20px)}@keyframes udh-bell-drop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.udh-bell-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.08))}[data-effective-mode=dark] .udh-bell-head{border-bottom-color:rgba(167,139,250,.18)}.udh-bell-head-title{display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:.92rem;color:var(--theme-text,#0f172a)}[data-effective-mode=dark] .udh-bell-head-title{color:#f1f5f9}.udh-bell-head-count{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.udh-bell-head-action{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;border:none;background:color-mix(in srgb,var(--udh-accent) 10%,transparent);color:var(--udh-accent);font-size:.72rem;font-weight:700;cursor:pointer;transition:background .15s ease;font-family:inherit}.udh-bell-head-action:hover:not(:disabled){background:color-mix(in srgb,var(--udh-accent) 18%,transparent)}.udh-bell-head-action:disabled{opacity:.45;cursor:not-allowed}.udh-bell-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1 1 auto}.udh-bell-item{position:relative;display:flex;align-items:stretch;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.06));transition:background .15s ease}[data-effective-mode=dark] .udh-bell-item{border-bottom-color:rgba(255,255,255,.05)}.udh-bell-item:last-child{border-bottom:none}.udh-bell-item:hover{background:color-mix(in srgb,var(--udh-accent) 5%,transparent)}.udh-bell-item.unread{background:linear-gradient(90deg,color-mix(in srgb,var(--udh-accent) 8%,transparent),transparent 30%)}.udh-bell-item-main{flex:1;display:grid;grid-template-columns:auto 1fr;gap:12px;padding:12px 8px 12px 16px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;color:inherit}.udh-bell-item-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:color-mix(in srgb,var(--udh-accent) 12%,transparent);color:var(--udh-accent);flex-shrink:0}.udh-bell-item[data-severity=error] .udh-bell-item-icon,.udh-bell-item[data-severity=urgent] .udh-bell-item-icon{background:rgba(239,68,68,.12);color:#dc2626}.udh-bell-item[data-severity=warning] .udh-bell-item-icon{background:rgba(249,115,22,.12);color:#ea580c}.udh-bell-item[data-severity=success] .udh-bell-item-icon{background:rgba(16,185,129,.12);color:#059669}.udh-bell-item-body{display:flex;flex-direction:column;gap:2px;min-width:0}.udh-bell-item-title{font-weight:700;font-size:.86rem;line-height:1.3;color:var(--theme-text,#0f172a)}[data-effective-mode=dark] .udh-bell-item-title{color:#f1f5f9}.udh-bell-item-msg{font-size:.78rem;color:var(--theme-text-muted,#64748b);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.udh-bell-item-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px;font-size:.7rem;color:var(--theme-text-muted,#64748b);font-weight:600}.udh-bell-item-cta{display:inline-flex;align-items:center;gap:2px;color:var(--udh-accent);font-weight:700}.udh-bell-item-actions{display:flex;flex-direction:column;gap:4px;padding:12px 12px 12px 4px;align-items:flex-end;flex-shrink:0}.udh-bell-item-btn{width:22px;height:22px;border-radius:6px;border:1px solid var(--theme-border,rgba(15,23,42,.1));background:transparent;color:var(--theme-text-muted,#64748b);display:grid;place-items:center;cursor:pointer;transition:all .15s ease;font-family:inherit}.udh-bell-item-btn:hover{background:color-mix(in srgb,var(--udh-accent) 8%,transparent);color:var(--udh-accent)}.udh-bell-item-btn-danger:hover{background:rgba(239,68,68,.1);color:#dc2626;border-color:rgba(239,68,68,.25)}[data-effective-mode=dark] .udh-bell-item-btn{border-color:rgba(255,255,255,.12)}.udh-bell-empty{padding:36px 28px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.udh-bell-empty-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(124,58,237,.32)}.udh-bell-empty-title{font-weight:800;font-size:1rem;color:var(--theme-text,#0f172a);font-family:var(--font-heading,"Montserrat"),sans-serif}[data-effective-mode=dark] .udh-bell-empty-title{color:#f1f5f9}.udh-bell-empty-sub{font-size:.82rem;color:var(--theme-text-muted,#64748b);line-height:1.5;max-width:280px}@container udh-shell (max-width: 1450px){.udh-greet{display:none}}@container udh-shell (max-width: 1200px){.udh-card-pulse,.udh-card-rate{display:none}}@media (max-width:720px){.udh-shell{padding:12px 16px;gap:12px}.udh-cta{padding:0 14px}.udh-cta-label{display:none}}@media (max-width:680px){.udh-card-streak{display:none}}@media (max-width:530px){.udh-card-alerts .udh-card-text,.udh-card-deadlines .udh-card-text{display:none}.udh-card-alerts,.udh-card-deadlines{width:52px;height:52px;min-height:52px;min-width:52px;padding:0;gap:0;display:inline-grid;place-items:center}.udh-card-deadlines[data-state=alert] .udh-card-glyph{display:none}.udh-card-deadlines-num{display:inline-flex}}.stog{position:relative;display:inline-flex;align-items:stretch;padding:4px;border-radius:999px;background:var(--stog-track-bg,rgba(15,23,42,.06));border:1px solid var(--stog-track-border,rgba(15,23,42,.08))}.stog-thumb{position:absolute;top:4px;bottom:4px;left:4px;width:var(--stog-thumb-width,0);border-radius:999px;background:var(--stog-thumb-bg,#fff);box-shadow:inset 0 0 0 1px var(--stog-thumb-rim,rgba(255,255,255,.4)),0 2px 8px rgba(15,23,42,.1);transform:translateX(var(--stog-thumb-left,0));opacity:0;transition:transform .42s cubic-bezier(.65,0,.35,1),width .42s cubic-bezier(.65,0,.35,1),opacity .35s ease-out,background var(--mode-transition,.5s ease-in-out);pointer-events:none;z-index:0}.stog-thumb[data-visible=true]{opacity:1}.stog-btn{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 18px;border:0;background:transparent;font-family:var(--font-heading,"Montserrat"),sans-serif;font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--stog-muted-color,var(--theme-text-muted,#64748b));cursor:pointer;border-radius:999px;transition:color var(--mode-transition,.5s ease-in-out);white-space:nowrap}.stog-btn:hover:not(.stog-active){color:var(--theme-text,#0f172a)}.stog-btn:focus-visible{outline:2px solid var(--stog-focus-color,var(--theme-accent,#6366f1));outline-offset:3px}.stog-active:focus-visible{outline-color:#fff}.stog-active{color:var(--stog-thumb-color,var(--theme-text,#0f172a))}.stog-btn.shine-sweep{overflow:hidden}.stog-md .stog-btn{padding:10px 22px;font-size:.82rem}.stog.stog-accent{--stog-thumb-bg:var(--theme-accent,#4f46e5);--stog-thumb-color:#fff;--stog-thumb-rim:rgba(255,255,255,0.22)}.stog.stog-accent .stog-dd-item.is-active{background:var(--theme-accent,#4f46e5)}[data-effective-mode=dark] .stog{background:var(--stog-track-bg,rgba(255,255,255,.06));border-color:var(--stog-track-border,rgba(255,255,255,.12))}[data-effective-mode=dark] .stog-thumb{background:var(--stog-thumb-bg,rgba(255,255,255,.95))}[data-effective-mode=dark] .stog-btn{color:var(--stog-muted-color,rgba(241,245,249,.65))}[data-effective-mode=dark] .stog-btn:hover:not(.stog-active){color:#f1f5f9}[data-effective-mode=dark] .stog-active{color:var(--stog-thumb-color,#0f172a)}@media (prefers-reduced-motion:reduce){.stog-thumb{transition:none}}.stog-mobile{display:none}.stog-dd-btn{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 15px;border-radius:999px;cursor:pointer;font-family:var(--font-heading,"Montserrat"),sans-serif;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--stog-thumb-color,var(--theme-text,#0f172a));background:var(--stog-thumb-bg,#fff);border:1px solid var(--stog-track-border,rgba(15,23,42,.14));box-shadow:0 2px 8px rgba(15,23,42,.14)}.stog-dd-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stog-dd-caret{flex:0 0 auto;transition:transform var(--mode-transition,.5s ease-in-out)}.stog-dd-caret.is-open{transform:rotate(180deg)}.stog-dd-menu{z-index:900;display:flex;flex-direction:column;gap:2px;padding:6px;border-radius:14px;background:var(--theme-surface,#fff);border:1px solid var(--theme-border,rgba(15,23,42,.12));box-shadow:0 18px 38px rgba(15,23,42,.24)}.stog-dd-menu[data-in-modal=true]{z-index:1500}.stog-dd-item{display:flex;align-items:center;gap:6px;width:100%;text-align:left;padding:9px 12px;border:0;border-radius:9px;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:700;background:none;color:var(--theme-text,#0f172a);transition:background var(--mode-transition,.5s ease-in-out)}.stog-dd-item:hover{background:color-mix(in srgb,var(--theme-text,#0f172a) 7%,transparent)}.stog-dd-item.is-active{background:var(--cms-accent,#6366f1);color:#fff}[data-effective-mode=dark] .stog-dd-menu{background:rgba(30,27,75,.98);border-color:rgba(167,139,250,.22)}[data-effective-mode=dark] .stog-dd-item{color:#f1f5f9}.stog[data-collapse=always]{display:block;padding:0;background:none;border:0;position:relative}.stog[data-collapse=always]>.stog-btn,.stog[data-collapse=always]>.stog-thumb{display:none}.stog[data-collapse=always] .stog-mobile{display:block}@media (max-width:640px){.stog[data-collapse=auto]{display:block;padding:0;background:none;border:0;position:relative}.stog[data-collapse=auto]>.stog-btn,.stog[data-collapse=auto]>.stog-thumb{display:none}.stog[data-collapse=auto] .stog-mobile{display:block}}.stog[data-collapse=fit][data-fit=on]{display:block;padding:0;background:none;border:0;position:relative}.stog[data-collapse=fit][data-fit=on]>.stog-btn,.stog[data-collapse=fit][data-fit=on]>.stog-thumb{display:none}.stog[data-collapse=fit][data-fit=on] .stog-mobile{display:block}:root{--cd-surface:rgba(255,255,255,0.75);--cd-surface-solid:#ffffff;--cd-border:rgba(0,0,0,0.06);--cd-accent-rgb:124,58,237;--cd-accent2:#f97316;--cd-accent2-rgb:249,115,22;--cd-green:#10b981;--cd-blue:#3b82f6;--cd-card-shadow:0 2px 6px rgba(0,0,0,0.06),0 8px 24px rgba(0,0,0,0.06)}[data-effective-mode=dark]{--cd-surface:rgba(255,255,255,0.06);--cd-surface-solid:#1e293b;--cd-border:rgba(255,255,255,0.08);--cd-card-shadow:0 1px 3px rgba(0,0,0,0.1),0 4px 16px rgba(0,0,0,0.15)}@keyframes cd-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cd-fade-in{animation:cd-fade-in .5s cubic-bezier(.4,0,.2,1) forwards}.cd-bg-mesh{position:fixed;inset:0;pointer-events:none;z-index:0}.cd-bg-orb-1{top:-10%;right:-5%;width:60%;height:60%}.cd-bg-orb-1,.cd-bg-orb-2{position:absolute;border-radius:50%;filter:blur(80px)}.cd-bg-orb-2{bottom:-10%;left:5%;width:50%;height:50%}.cd-card{background-color:var(--cd-surface);border:1px solid transparent;border-color:var(--cd-border);box-shadow:var(--cd-card-shadow);backdrop-filter:blur(20px);border-radius:1rem;transition:transform .2s ease,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out}.cd-card:hover{transform:translateY(-2px)}.cd-nav-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width:1024px){.cd-nav-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cd-nav-grid{grid-template-columns:1fr}}.cd-nav-card{position:relative;overflow:hidden;border-radius:1rem;padding:1.25rem;border:none;text-align:left;color:#fff;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease;min-height:120px;display:flex;flex-direction:column;gap:.5rem}.cd-nav-card:hover{transform:translateY(-2px)}.cd-nav-card:disabled,.cd-nav-card[data-dimmed=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.cd-sp-module-launch:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.cd-nav-card-icon{width:40px;height:40px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.15);flex-shrink:0}.cd-nav-card-title{font-size:.9rem;font-weight:700}.cd-nav-card-sub,.cd-nav-card-title{margin:0;position:relative;z-index:1}.cd-nav-card-sub{font-size:.8rem;font-weight:400;opacity:.75;line-height:1.4}.cd-nmls-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;background:rgba(124,58,237,.1);color:var(--theme-accent)}.cd-info-card{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem}@media (min-width:1024px){.cd-info-card{flex-direction:row}}.cd-info-content{flex:1;text-align:center}@media (min-width:1024px){.cd-info-content{text-align:left}}.cd-back-overview{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.8rem;font-weight:600;background:var(--cd-surface);border:1px solid var(--cd-border);color:var(--theme-text-muted);cursor:pointer;transition:all .2s ease;font-family:inherit}.cd-back-overview:hover{color:var(--theme-text);background:var(--cd-surface-solid)}.cd-preview-banner{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.625rem 1.5rem;background:linear-gradient(135deg,rgba(249,115,22,.15),rgba(234,88,12,.15));border:1px solid rgba(249,115,22,.25);border-radius:.75rem;font-size:.85rem;font-weight:600;color:#f97316}.cd-preview-banner button{padding:.25rem .75rem;border-radius:.375rem;background:#f97316;color:#fff;border:none;font-size:.8rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease}.cd-preview-banner button:hover{background:#ea580c}.cd-note-modal-backdrop{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.cd-note-modal{width:90%;max-width:520px;background:var(--cd-surface-solid);border:1px solid var(--cd-border);border-radius:1.25rem;padding:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.3)}.cd-note-flags{display:flex;gap:.5rem;margin-bottom:1rem}.cd-note-flag{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:.625rem;border:1px solid var(--cd-border);background:transparent;cursor:pointer;transition:all .2s ease;font-family:inherit}.cd-note-flag.active{border-color:var(--theme-accent);background:rgba(124,58,237,.1)}.cd-note-textarea{width:100%;min-height:150px;padding:1rem;border-radius:.75rem;border:1px solid var(--cd-border);background:var(--cd-surface);color:var(--theme-text);font-family:inherit;font-size:.9rem;line-height:1.6;resize:vertical;outline:none;transition:border-color .2s ease}.cd-note-textarea:focus{border-color:var(--theme-accent)}.cd-note-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.cd-notes-head{justify-content:space-between;gap:.75rem;margin-bottom:1rem}.cd-notes-filters,.cd-notes-head{display:flex;align-items:center;flex-wrap:wrap}.cd-notes-filters{gap:.4rem}.cd-flag-filter-reset{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:9999px;font-size:.78rem;font-weight:500;color:var(--theme-text-muted);background:transparent;border:none;cursor:pointer;transition:color var(--mode-transition)}.cd-flag-filter-reset:hover{color:var(--theme-text)}.cd-note-rows{display:flex;flex-direction:column;gap:.5rem}.cd-note-row{display:flex;align-items:stretch;border:1px solid var(--cd-border);border-radius:.75rem;background:var(--cd-surface);overflow:hidden;transition:border-color var(--mode-transition),background var(--mode-transition)}.cd-note-row:hover{border-color:rgba(124,58,237,.4)}.cd-note-row-main{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;font:inherit}.cd-note-row-slide{flex:0 0 30%;font-size:.82rem;font-weight:600;color:var(--theme-text-muted)}.cd-note-row-preview,.cd-note-row-slide{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-note-row-preview{flex:1 1 auto;font-size:.85rem;color:var(--theme-text)}.cd-note-row-actions,.cd-note-row-flags{display:flex;gap:.25rem;flex-shrink:0}.cd-note-row-actions{align-items:center;padding-right:.6rem}.cd-note-row-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:.5rem;border:none;background:transparent;color:var(--theme-text-muted);cursor:pointer;transition:background var(--mode-transition),color var(--mode-transition)}.cd-note-row-icon:hover{background:rgba(124,58,237,.12);color:var(--theme-text)}.cd-note-row-icon-del:hover{background:rgba(239,68,68,.12);color:#ef4444}.cd-note-row-confirm{display:flex;align-items:center;gap:.4rem;padding-right:.75rem;flex-shrink:0}.cd-note-row-confirm-q{font-size:.8rem;font-weight:600;color:#ef4444}.cd-note-row-confirm-no,.cd-note-row-confirm-yes{padding:4px 12px;border-radius:.5rem;font-size:.8rem;font-weight:600;cursor:pointer}.cd-note-row-confirm-yes{background:#ef4444;color:#fff;border:none}.cd-note-row-confirm-yes:disabled{opacity:.5;cursor:default}.cd-note-row-confirm-no{background:transparent;border:1px solid var(--cd-border);color:var(--theme-text-muted)}.cd-notes-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;padding:2.5rem 1rem}.cd-notes-empty-icon{width:56px;height:56px;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:rgba(124,58,237,.1);color:var(--theme-text-muted);margin-bottom:.25rem}.cd-notes-empty-title{font-size:.95rem;font-weight:700;color:var(--theme-text)}.cd-notes-empty-sub{font-size:.85rem;color:var(--theme-text-muted);max-width:360px}@media (max-width:640px){.cd-note-row-main{flex-wrap:wrap;gap:.25rem 1rem}.cd-note-row-slide{flex-basis:100%}}.cd-note-expanded-backdrop{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.cd-note-expanded{width:90%;max-width:600px;max-height:80vh;background:var(--cd-surface-solid);border:1px solid var(--cd-border);border-radius:1.25rem;padding:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow-y:auto;animation:cd-fade-in .3s ease forwards}.cd-exam-donut{position:relative;display:flex;align-items:center;justify-content:center}.cd-exam-attempts{display:flex;flex-direction:column;gap:.5rem}.cd-exam-attempt{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:.75rem;background:var(--cd-surface);border:1px solid var(--cd-border);cursor:pointer;transition:all .2s ease;font-family:inherit;width:100%;text-align:left}.cd-exam-attempt:hover{background:var(--cd-surface-solid);transform:translateX(4px)}.cd-empty-state{flex-direction:column;padding:3rem 2rem;text-align:center;gap:1rem}.cd-empty-card,.cd-empty-state{display:flex;align-items:center;justify-content:center}.cd-empty-card{flex:1;flex-direction:column;background:transparent;border:none;box-shadow:none}.cd-empty-sub{max-width:22.5rem}.cd-empty-state-icon{width:64px;height:64px;border-radius:1rem;background:rgba(124,58,237,.08)}.cd-empty-state-icon,.cd-theme-toggle{display:flex;align-items:center;justify-content:center;color:var(--theme-text-muted)}.cd-theme-toggle{width:36px;height:36px;border-radius:50%;border:1px solid var(--cd-border);background:var(--cd-surface);cursor:pointer;transition:all .2s ease;font-family:inherit}.cd-theme-toggle:hover{background:var(--cd-surface-solid);color:var(--theme-text)}.cd-support-form textarea{width:100%;min-height:100px;padding:.75rem;border-radius:.5rem;border:1px solid var(--cd-border);background:var(--cd-surface);color:var(--theme-text);font-family:inherit;font-size:.85rem;resize:vertical;outline:none}.cd-support-form textarea:focus{border-color:var(--theme-accent)}.cd-panel-content{animation:cd-fade-in .35s cubic-bezier(.4,0,.2,1) forwards}.cd-form-input{width:100%;padding:.75rem 1rem;border-radius:.625rem;font-size:.9rem;font-family:inherit;outline:none;transition:all .2s ease;background:var(--cd-surface-solid);border:1.5px solid var(--cd-border);color:var(--theme-text)}.cd-form-input::-moz-placeholder{color:var(--theme-text-muted)}.cd-form-input::placeholder{color:var(--theme-text-muted)}.cd-form-input:focus{border-color:var(--theme-accent);box-shadow:0 0 0 3px rgba(124,58,237,.1)}.cd-form-textarea{min-height:100px;resize:vertical}.cd-flag-important{--flag-color:#f59e0b}.cd-flag-review{--flag-color:#3b82f6}.cd-flag-confused{--flag-color:#ef4444}.cd-flag-concept{--flag-color:#8b5cf6}.cd-flag-testprep{--flag-color:#10b981}.cd-flag-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1.5px solid var(--cd-border);background:transparent;color:var(--theme-text-muted);cursor:pointer;transition:all .2s ease}.cd-flag-btn.active{border-color:var(--flag-color);background:color-mix(in srgb,var(--flag-color) 8%,transparent);color:var(--flag-color)}.cd-flag-filter{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;font-size:.8rem;font-weight:500;border:1px solid var(--cd-border);background:var(--cd-surface);color:var(--theme-text-muted);cursor:pointer;transition:all .2s ease}.cd-flag-filter.active{border-color:var(--flag-color)}.cd-flag-badge,.cd-flag-filter.active{background:color-mix(in srgb,var(--flag-color) 8%,transparent);color:var(--flag-color)}.cd-flag-badge{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px}.cd-text{color:var(--theme-text)}.cd-text-secondary{color:var(--theme-text-secondary)}.cd-text-muted{color:var(--theme-text-muted)}.cd-bg-surface{background:var(--cd-surface)}.cd-bg-surface-solid{background:var(--cd-surface-solid)}.cd-border-color{border-color:var(--cd-border)}.cd-accent-color{color:var(--theme-accent)}.cd-accent-bg{background:rgba(var(--cd-accent-rgb),.1)}.cd-gradient-btn{background:linear-gradient(135deg,var(--theme-accent),var(--cd-accent2))}.cd-close-btn{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--theme-text-muted);transition:background .2s ease}.cd-close-btn:hover{background:rgba(0,0,0,.05)}[data-effective-mode=dark] .cd-close-btn:hover{background:rgba(255,255,255,.05)}.cd-delete-btn{color:#ef4444;background:rgba(239,68,68,.1)}.cd-cancel-btn{color:var(--theme-text-muted);background:var(--cd-surface);border:1px solid var(--cd-border)}.cd-purchase-modal{overflow:hidden}.cd-bg-page{background:var(--theme-bg)}.cd-screen-center{min-height:100vh;display:flex;align-items:center;justify-content:center}.cd-gate-card{padding:2.5rem;max-width:28rem;text-align:center}.cd-gate-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.cd-gate-icon-amber{background:rgba(245,158,11,.15);color:#f59e0b}.cd-gate-icon-purple{background:rgba(124,58,237,.15);color:var(--theme-accent)}.cd-gate-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--theme-text)}.cd-gate-text{font-size:.875rem;margin-bottom:1.5rem;line-height:1.6;color:var(--theme-text-muted)}.cd-gate-note{font-size:.75rem;margin-bottom:1.5rem;padding:.5rem 1rem;border-radius:.5rem;background:rgba(245,158,11,.1);color:#d97706}.cd-gate-btn{padding:.75rem 2rem;border-radius:.75rem;font-size:.875rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--theme-accent),var(--cd-accent2));border:none;cursor:pointer;font-family:inherit}.cd-viewer-fullscreen{position:fixed;inset:0;z-index:60;background:#0a0a0a}.cd-main{max-width:1500px;margin:0 auto;padding:24px 24px 48px}.cd-header-icon-wrap{width:2.75rem;height:2.75rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(124,58,237,.12),rgba(124,58,237,.06));border:1px solid rgba(124,58,237,.2)}[data-effective-mode=dark] .cd-header-icon-wrap{background:linear-gradient(145deg,rgba(124,58,237,.2),rgba(124,58,237,.1));border-color:rgba(124,58,237,.3)}.cd-info-card-inner{position:relative;overflow:hidden}.cd-info-strip{position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(90deg,transparent,var(--theme-accent),var(--cd-accent2),transparent);border-radius:0 0 4px 4px}.cd-status-pill{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;background:rgba(124,58,237,.1);color:var(--theme-accent)}.cd-status-pill[data-status=completed]{background:rgba(16,185,129,.1);color:var(--cd-green)}.cd-stat-item{font-size:.75rem;color:var(--theme-text-muted)}.cd-cta-primary,.cd-stat-item{display:inline-flex;align-items:center;gap:.5rem}.cd-cta-primary{padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 16px rgba(249,115,22,.35);border:none;cursor:pointer;font-family:inherit;transition:transform .2s ease;position:relative;overflow:hidden}.cd-cta-primary:hover{transform:scale(1.02)}.cd-cta-secondary{padding:.75rem 1.25rem;border-radius:.75rem;font-size:.875rem;font-weight:500;background:var(--cd-surface);border:1px solid var(--cd-border);color:var(--theme-text-secondary);display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-family:inherit;transition:all .2s ease;position:relative;overflow:hidden}.cd-cta-primary>*,.cd-cta-secondary>*,.ed-mode-toggle-btn>*,.tone-cta>*{position:relative;z-index:1}.cd-section-progress{padding:1.5rem}.cd-sp-row{gap:.75rem}.cd-sp-num,.cd-sp-row{display:flex;align-items:center}.cd-sp-num{width:1.75rem;height:1.75rem;border-radius:.5rem;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0;background:rgba(124,58,237,.08);color:var(--theme-text-muted)}.cd-sp-num[data-status=completed]{background:rgba(16,185,129,.15);color:var(--cd-green)}.cd-sp-title{flex:1;font-size:.85rem;color:var(--theme-text)}.cd-sp-pct{font-size:.8rem;font-weight:700;width:2.5rem;text-align:right;color:var(--theme-text-muted)}.cd-sp-pct[data-status=completed]{color:var(--cd-green)}.cd-progress-track{height:.375rem;border-radius:9999px;overflow:hidden;background:var(--cd-border)}.cd-progress-track-sm{width:6rem}.cd-progress-track-md{width:5rem}.cd-progress-fill{height:100%;border-radius:9999px;width:var(--cd-pct,0);background:linear-gradient(90deg,var(--theme-accent),var(--cd-accent2));transition:width .5s ease}.cd-progress-fill[data-status=completed]{background:var(--cd-green)}.cd-progress-fill-slow{transition-duration:1.5s}@media (max-width:640px){.cd-progress-hide-sm{display:none}}.cd-outline-section{overflow:hidden}.cd-outline-toggle{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem;background:transparent;border:none;cursor:pointer;font-family:inherit;transition:background .2s ease}.cd-outline-num{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;background:var(--cd-border);color:var(--theme-text-muted)}.cd-outline-num[data-status=in-progress]{background:rgba(124,58,237,.15);color:var(--theme-accent)}.cd-outline-num[data-status=completed]{background:rgba(16,185,129,.15);color:var(--cd-green)}.cd-outline-body{flex:1;text-align:left}.cd-outline-title{font-size:.875rem;font-weight:600;color:var(--theme-text)}.cd-outline-sub{font-size:.8rem;color:var(--theme-text-muted)}.cd-outline-pct{font-size:.75rem;font-weight:700;width:2.5rem;text-align:right}.cd-outline-chevron,.cd-outline-pct{color:var(--theme-text-muted)}.cd-expandable{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.cd-expandable[data-open=true]{grid-template-rows:1fr}.cd-expandable-inner{overflow:hidden}.cd-outline-slides{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.25rem;border-top:1px solid var(--cd-border)}.cd-outline-slide{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.5rem;font-size:.8rem}.cd-outline-slide-dot{width:.875rem;height:.875rem;border-radius:9999px;border:1px solid var(--cd-border);flex-shrink:0}.cd-outline-slide-title{flex:1;color:var(--theme-text)}.cd-outline-slide-title[data-done=true]{color:var(--theme-text-muted)}.cd-quiz-badge{font-size:.7rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:600;background:rgba(124,58,237,.1);color:var(--theme-accent)}.cd-panel-heading{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:var(--theme-text)}.cd-panel-subheading{font-size:.875rem;font-weight:600;margin-bottom:1rem;color:var(--theme-text-secondary)}.cd-exam-empty-wrap{min-height:calc(100vh - 280px);display:flex;flex-direction:column}.cd-exam-empty-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.cd-exam-empty-text{font-size:.875rem;font-weight:500;color:var(--theme-text)}.cd-exam-empty-sub{font-size:.85rem;color:var(--theme-text-muted);max-width:22.5rem}.cd-resource-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.cd-resource-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.cd-resource-grid{grid-template-columns:repeat(3,1fr)}}.cd-resource-card{padding:1.25rem;text-align:left;display:block;transition:transform .2s ease;cursor:pointer}.cd-resource-card:hover{transform:translateY(-.25rem)}.cd-resource-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.cd-resource-icon-notes{background:rgba(16,185,129,.1);color:#10b981}.cd-resource-icon-pdf{background:rgba(6,182,212,.1);color:#06b6d4}.cd-resource-icon-link{background:rgba(59,130,246,.1);color:#3b82f6}.cd-resource-title{font-size:.875rem;font-weight:600;margin-bottom:.25rem;color:var(--theme-text)}.cd-resource-sub{font-size:.8rem;color:var(--theme-text-muted)}.cd-nav-card{background:var(--tone-card-bg,linear-gradient(135deg,#6366f1,#4f46e5));box-shadow:0 16px 36px -10px var(--tone-card-shadow,rgba(0,0,0,.32)),0 4px 12px -4px rgba(0,0,0,.18),0 1px 0 rgba(255,255,255,.25) inset;transition:box-shadow .3s ease,transform .3s ease}.cd-nav-card:hover{box-shadow:0 22px 48px -10px var(--tone-card-shadow,rgba(0,0,0,.45)),0 6px 16px -4px rgba(0,0,0,.25),0 1px 0 rgba(255,255,255,.3) inset}.cd-ring-wrap{position:relative}.cd-ring-circle{transition:stroke-dashoffset 1.5s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 8px rgba(124,58,237,.4))}.cd-ring-value{font-size:2.25rem;font-weight:700;color:var(--theme-text)}.cd-ring-label{font-size:.75rem;color:var(--theme-text-muted)}.cd-guest-warning{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;line-height:1.5;color:#d97706;padding:.5rem .75rem;border-radius:.5rem;background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.15);max-width:28rem}.cd-guest-warning svg{flex-shrink:0;margin-top:.15rem}.cd-launch-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;gap:1.25rem;animation:cd-launch-fade-in .5s ease-out both}@keyframes cd-launch-fade-in{0%{opacity:0}to{opacity:1}}.cd-launch-spinner{width:2.5rem;height:2.5rem;border-radius:50%;border:3px solid rgba(124,58,237,.15);border-top-color:#7c3aed;animation:cd-launch-spin .8s linear infinite}@keyframes cd-launch-spin{to{transform:rotate(1turn)}}.cd-launch-text{font-size:.9rem;font-weight:500;color:var(--theme-text-muted,#64748b);transition:color .5s ease-in-out}.cd-hub-style-card{position:relative;overflow:hidden;border-radius:1.25rem;margin-bottom:1.5rem;box-shadow:0 2px 6px rgba(0,0,0,.08),0 22px 56px -18px var(--tone-card-shadow,rgba(0,0,0,.22));transition:box-shadow .5s ease-in-out}.cd-hub-top{position:relative;z-index:2;gap:1.5rem;padding:1.75rem;background:var(--tone-card-bg,linear-gradient(135deg,#aa3804,#cc4509 40%,#ea580c 70%,#f97316));color:#fff}.cd-hub-icon-wrap,.cd-hub-top{display:flex;align-items:center}.cd-hub-icon-wrap{width:90px;height:90px;border-radius:1.25rem;justify-content:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);flex-shrink:0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.cd-hub-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.cd-hub-eyebrow{display:flex;align-items:center;gap:.5rem;margin-bottom:.125rem}.cd-hub-eyebrow .cd-status-pill{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.25)}.cd-hub-eyebrow .cd-status-pill[data-status=completed]{background:rgba(16,185,129,.85);border-color:rgba(255,255,255,.3);color:#fff}.cd-hub-title{font-size:1.35rem;font-weight:800;line-height:1.2;color:#fff;margin:0}.cd-hub-desc{font-size:.9rem;line-height:1.45;color:rgba(255,255,255,.88);margin:0}.cd-hub-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.375rem}.cd-hub-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .625rem;border-radius:999px;font-size:.8rem;font-weight:600;background:rgba(255,255,255,.18);color:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.12)}.cd-hub-actions{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.625rem;flex-shrink:0;align-self:center;min-width:11rem}.cd-hub-actions .cd-cta-primary,.cd-hub-actions .cd-cta-secondary{justify-content:space-between;white-space:nowrap;padding:.7rem 1.1rem;font-size:.92rem;font-weight:700;border-radius:.65rem}.cd-hub-actions .cd-cta-primary{background:linear-gradient(135deg,#ffffff,#fef3e8 50%,#ffedd5 80%,#fff7ed);color:#c2410c;border:none;box-shadow:0 10px 26px -8px rgba(0,0,0,.4),0 3px 10px -3px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.7)}.cd-hub-actions .cd-cta-primary:hover{box-shadow:0 16px 38px -10px rgba(0,0,0,.55),0 5px 14px -4px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.85);transform:translateY(-1px);filter:brightness(1.04)}.cd-hub-actions .cd-cta-secondary{background:linear-gradient(135deg,rgba(255,255,255,.28),rgba(255,255,255,.18) 50%,rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.45);color:#fff;box-shadow:0 10px 26px -8px rgba(0,0,0,.4),0 3px 10px -3px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cd-hub-actions .cd-cta-secondary:hover{background:linear-gradient(135deg,rgba(255,255,255,.4),rgba(255,255,255,.26) 50%,rgba(255,255,255,.14));border-color:rgba(255,255,255,.6);box-shadow:0 16px 38px -10px rgba(0,0,0,.5),0 5px 14px -4px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.55);transform:translateY(-1px)}.cd-hub-pill-retired{flex-direction:column;align-items:center;justify-content:center;gap:.1rem;padding:.4rem 1rem;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.15}.cd-hub-pill-retired-label{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.65);line-height:1}.cd-hub-pill-retired-value{font-size:.85rem;font-weight:700;line-height:1.2;white-space:nowrap}.cd-hub-warning-row{position:relative;z-index:2;padding:0 1.5rem;margin-top:-.25rem}.cd-hub-warning-row .cd-guest-warning{max-width:100%;background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.2);border-radius:.5rem;padding:.6rem .85rem;font-size:.82rem;color:#b45309}[data-effective-mode=dark] .cd-hub-warning-row .cd-guest-warning{color:#fbbf24}.cd-hub-lower{position:relative;z-index:2;padding:1rem 1.5rem 1.25rem;background-color:#ffffff;transition:background-color .5s ease-in-out}[data-effective-mode=dark] .cd-hub-lower{background-color:rgba(20,15,40,.9)}.cd-panel-swap{animation:cd-panel-fade-in .7s ease-in-out both;display:flex;flex-direction:column;flex:1;min-height:0;margin-top:1.5rem}@keyframes cd-panel-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cd-nav-card{transition:transform .5s ease-in-out,box-shadow .5s ease-in-out,filter .5s ease-in-out;cursor:pointer}.cd-nav-card[data-active=true]{transform:translateY(-3px);box-shadow:0 16px 40px var(--cd-nav-shadow,rgba(0,0,0,.2)),0 0 0 2px rgba(255,255,255,.35) inset;filter:brightness(1.08) saturate(1.08)}.cd-panel-card{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0}.cd-sp-module-group{display:flex;flex-direction:column;gap:.5rem}.cd-sp-module-group+.cd-sp-module-group{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--cd-border)}.cd-sp-module-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem .875rem;background:var(--cd-surface);border-left:1px solid var(--cd-border);border:1px solid var(--cd-border);border-left-width:3px;border-radius:.5rem;flex-wrap:wrap}.cd-sp-module-header[data-status=completed]{border-left-color:#10b981}.cd-sp-module-header[data-status=in-progress]{border-left-color:var(--cd-accent)}.cd-sp-module-header[data-expandable=true]{cursor:pointer;transition:border-color var(--mode-transition)}.cd-sp-module-header[data-expandable=true]:hover{border-color:var(--cd-accent)}.cd-sp-module-meta{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;min-width:0}.cd-sp-module-label{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--cd-text-muted)}.cd-sp-module-title{font-weight:600;font-size:.9375rem;color:var(--cd-text)}.cd-sp-module-counts{font-size:.78rem;color:var(--cd-text-muted)}.cd-sp-module-controls{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.cd-sp-module-pct{font-weight:600;font-size:.85rem;color:var(--cd-text-secondary)}.cd-sp-module-pct[data-status=completed]{color:#10b981}.cd-sp-module-pct[data-status=in-progress]{color:var(--cd-accent)}.cd-sp-module-launch{padding:.375rem .875rem;border-radius:.4rem;background:var(--cd-accent);color:var(--cd-on-accent);font-size:.8125rem;font-weight:600;text-decoration:none;transition:all var(--mode-transition)}.cd-sp-module-launch:hover{filter:brightness(1.05);transform:translateX(2px)}.cd-sp-module-header[data-locked=true]{opacity:.6;cursor:default}.cd-sp-module-locked{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:var(--cd-text-secondary)}.cd-sp-module-sections{display:flex;flex-direction:column;padding-left:.625rem;border-left:2px solid var(--cd-border);margin-left:.5rem}.cd-module-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600;letter-spacing:.02em}.cd-module-badge-passed{background:rgba(16,185,129,.15);color:#059669;border:1px solid rgba(16,185,129,.3)}.cd-module-badge-pending{background:rgba(245,158,11,.15);color:#b45309;border:1px solid rgba(245,158,11,.3)}.cd-module-badge-inprogress{background:rgba(59,130,246,.15);color:#2563eb;border:1px solid rgba(59,130,246,.3)}.cd-panel-card .cd-card{background:transparent;border:1px solid var(--cd-border);box-shadow:none;backdrop-filter:none}.cd-panel-card .cd-card:hover{background:var(--cd-surface)}.cd-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.cd-expand-all{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;background:var(--cd-surface);border:1px solid var(--cd-border);color:var(--theme-text-muted);cursor:pointer;transition:all .5s ease-in-out;font-family:inherit}.cd-expand-all:hover{color:var(--theme-text);background:var(--cd-surface-solid)}.cd-sp-list{display:flex;flex-direction:column;gap:.5rem}.cd-sp-item{border-top:1px solid var(--cd-border)}.cd-sp-item:first-child{border-top:none}.cd-sp-toggle{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 0;background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .5s ease-in-out}.cd-sp-toggle:hover{background:var(--cd-surface)}.cd-resources-wrap{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0}.cd-stats-grid{display:grid;grid-template-columns:1fr;gap:0 1.5rem}@media (min-width:640px){.cd-stats-grid{grid-template-columns:1fr 1fr}}.cd-stats-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--cd-border)}.cd-stats-label{font-size:.8rem;font-weight:600;color:var(--theme-text-muted);letter-spacing:.02em}.cd-stats-value{font-size:.95rem;font-weight:700;color:var(--theme-text)}@media (max-width:768px){.cd-hub-top{flex-direction:column;align-items:stretch;gap:.875rem;padding:1.25rem}.cd-hub-icon-wrap{display:none}.cd-hub-title{font-size:1.15rem;text-align:center}.cd-hub-desc{text-align:center;font-size:.85rem}.cd-hub-body{align-items:center}.cd-hub-pills{justify-content:center}.cd-hub-actions{min-width:0;flex-direction:row;flex-wrap:wrap;gap:.5rem;align-items:stretch;width:100%}.cd-hub-actions>*{flex:1 1 0;min-width:0}.cd-nav-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.cd-nav-card{min-height:auto;aspect-ratio:1/1;padding:0;align-items:center;justify-content:center}.cd-nav-card-sub,.cd-nav-card-title{display:none}.cd-nav-card-icon{width:auto;height:auto;background:transparent;border-radius:0}.cd-nav-card-icon svg{width:44px;height:44px;stroke-width:1.75}.cd-dashboard .cd-main{display:flex;flex-direction:column;min-height:100vh}.cd-panel-swap{flex:1}.cd-panel-card{padding:1rem}}.cd-result-portal{position:fixed;inset:0;z-index:60;overflow-y:auto;background:#0a0416}.cd-dashboard-embedded{min-height:0}.cd-dashboard-embedded .cd-main{padding-top:0}.cd-embedded-back{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;margin:0 0 1rem;background:var(--cd-surface,rgba(255,255,255,.75));border:1px solid var(--cd-border,rgba(0,0,0,.08));border-radius:.6rem;color:var(--theme-text,#0f172a);font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease}.cd-embedded-back:hover{background:var(--cd-surface-solid,#ffffff);border-color:rgba(124,58,237,.3);transform:translateX(-2px)}[data-effective-mode=dark] .cd-embedded-back{color:#e6e8f0}