: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:100dvh;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(100dvh - 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-practice-results{display:flex;flex-direction:column;gap:1rem}.cd-practice-results-intro{font-size:.85rem;margin: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:100dvh}.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)}.fp-panel,[data-effective-mode=dark] .cd-embedded-back{color:#e6e8f0}.fp-panel{position:fixed;z-index:10005;display:flex;flex-direction:column;background:rgba(20,25,50,.92);border:1px solid rgba(255,255,255,.1);border-radius:.85rem;box-shadow:0 18px 50px -12px rgba(0,0,0,.65);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);animation:fp-panel-in .3s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes fp-panel-in{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.fp-dragging{cursor:grabbing;box-shadow:0 22px 60px -12px rgba(0,0,0,.85)}.fp-head{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem .55rem .65rem;border-bottom:1px solid rgba(255,255,255,.06);cursor:grab;flex-shrink:0;touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.fp-head:active{cursor:grabbing}.fp-grip{display:inline-flex;align-items:center;justify-content:center;color:rgba(230,232,240,.4);flex-shrink:0}.fp-title-wrap{display:flex;flex-direction:column;gap:.05rem;min-width:0;flex:1 1 auto}.fp-title{font-size:.92rem;font-weight:700;color:#f1f4ff;letter-spacing:.01em}.fp-sub{font-size:.72rem;color:rgba(230,232,240,.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fp-close{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;padding:0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:999px;color:rgba(230,232,240,.7);cursor:pointer;flex-shrink:0;transition:background .2s,border-color .2s,color .2s;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.fp-close:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff}@media (max-width:640px){.fp-head{padding:.75rem .85rem .7rem .75rem}.fp-close{width:2.75rem;height:2.75rem}}.fp-body{flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden;-webkit-user-select:text;-moz-user-select:text;user-select:text}.study-note-panel{width:440px;max-width:calc(100vw - 24px);background:var(--cd-surface-solid);border:1px solid var(--cd-border);color:var(--theme-text);transition:width var(--mode-transition)}.study-note-panel.study-note-mode-editing{width:630px}.study-note-panel .fp-head{border-bottom-color:var(--cd-border)}.study-note-panel .fp-grip{color:var(--theme-text-muted)}.study-note-panel .fp-title{color:var(--theme-text)}.study-note-panel .fp-close,.study-note-panel .fp-sub{color:var(--theme-text-muted)}.study-note-panel .fp-close{background:transparent;border-color:var(--cd-border)}.study-note-panel .fp-close:hover{background:var(--cd-surface);color:var(--theme-text)}.study-note-delete-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem;border-radius:.55rem;font-size:.85rem;font-weight:600;background:rgba(239,68,68,.08);color:#ef4444;border:1px solid rgba(239,68,68,.3);cursor:pointer;font-family:inherit;transition:background .2s ease,border-color .2s ease}.study-note-delete-btn:hover{background:rgba(239,68,68,.16);border-color:rgba(239,68,68,.5)}.study-note-cancel-btn{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:.55rem;font-size:.85rem;font-weight:600;background:transparent;color:var(--theme-text-muted);border:1px solid var(--cd-border);cursor:pointer;font-family:inherit;transition:background .2s ease,color .2s ease}.study-note-cancel-btn:hover{background:var(--cd-surface);color:var(--theme-text)}.study-note-save-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:.55rem;font-size:.85rem;font-weight:700;background:linear-gradient(135deg,#7c3aed,#2563eb);color:#fff;border:none;cursor:pointer;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease}.study-note-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px -8px rgba(124,58,237,.6)}.study-note-save-btn:disabled{opacity:.4;cursor:not-allowed;background:linear-gradient(135deg,#4b5563,#374151);box-shadow:none}.study-note-delete-confirm{display:flex;align-items:center;gap:.5rem;flex:1;font-size:.85rem;color:#ef4444}.study-note-delete-yes{padding:.4rem .85rem;border-radius:.55rem;font-size:.85rem;font-weight:600;background:#ef4444;color:#fff;border:none;cursor:pointer;font-family:inherit;transition:background .2s ease}.study-note-delete-yes:hover:not(:disabled){background:#dc2626}.study-note-delete-yes:disabled{opacity:.6;cursor:not-allowed}.study-note-textarea{min-height:120px}.study-note-layout{display:grid;height:min(440px,72vh);overflow:hidden;transition:grid-template-columns var(--mode-transition)}.study-note-layout[data-mode=new]{grid-template-columns:0 440px}.study-note-layout[data-mode=viewing]{grid-template-columns:440px 0}.study-note-layout[data-mode=editing]{grid-template-columns:190px 440px}.study-note-drawer{min-width:0;overflow:hidden;display:flex;flex-direction:column}.study-note-drawer-head{flex-shrink:0;padding:.7rem .9rem .45rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-text-muted);white-space:nowrap}.study-note-drawer-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:0 .4rem}.study-note-drawer-empty{padding:.5rem .55rem;font-size:.78rem;color:var(--theme-text-muted)}.study-note-drawer-item{display:flex;align-items:stretch;border-radius:.5rem;overflow:hidden;transition:background var(--mode-transition)}.study-note-drawer-item:hover{background:var(--cd-surface)}.study-note-drawer-item.active{background:rgba(124,58,237,.18)}.study-note-drawer-item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;padding:.45rem .55rem;border:none;background:transparent;text-align:left;cursor:pointer;font-family:inherit}.study-note-drawer-item.active .study-note-drawer-item-main{cursor:default}.study-note-drawer-item-title{font-size:.76rem;font-weight:600;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.study-note-drawer-item-preview{font-size:.72rem;color:var(--theme-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.study-note-drawer-item-flags{display:flex;gap:.2rem;margin-top:2px}.study-note-drawer-item-jump{flex-shrink:0;width:30px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--theme-text-muted);cursor:pointer;transition:background var(--mode-transition),color var(--mode-transition)}.study-note-drawer-item-jump:hover{background:rgba(124,58,237,.16);color:var(--theme-text)}.study-note-drawer-add{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin:.5rem;padding:.5rem;border-radius:.55rem;font-size:.82rem;font-weight:600;font-family:inherit;background:rgba(124,58,237,.12);color:var(--theme-text);border:1px solid var(--cd-border);cursor:pointer;white-space:nowrap;transition:background var(--mode-transition)}.study-note-drawer-add:hover{background:rgba(124,58,237,.2)}.study-note-editor{min-width:440px;overflow:hidden;display:flex;flex-direction:column;gap:.7rem;padding:.9rem 1rem 1rem}.study-note-layout[data-mode=editing] .study-note-editor{border-left:1px solid var(--cd-border)}.study-note-editor-slide{flex-shrink:0;font-size:.8rem;font-weight:700;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.study-note-editor-flags{flex-shrink:0}.study-note-editor .study-note-textarea{flex:1;min-height:0;resize:none}.study-note-editor-actions{flex-shrink:0;display:flex;align-items:center;gap:.5rem}@media (max-width:720px){.study-note-panel{width:min(440px,92vw)}.study-note-panel.study-note-mode-editing{width:min(560px,94vw)}.study-note-layout[data-mode=new]{grid-template-columns:0 minmax(0,1fr)}.study-note-layout[data-mode=viewing]{grid-template-columns:minmax(0,1fr) 0}.study-note-layout[data-mode=editing]{grid-template-columns:150px minmax(0,1fr)}.study-note-editor{min-width:0}}.ccm-btn-primary,.ccm-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:14px;font-size:.95rem;font-weight:700;cursor:pointer;border:none;transition:all .3s cubic-bezier(.16,1,.3,1);font-family:inherit}.ccm-btn-primary{background:linear-gradient(135deg,#f59e0b,#ec4899);color:#fff;box-shadow:0 10px 30px -10px rgba(236,72,153,.6),inset 0 0 0 1px rgba(255,255,255,.1)}.ccm-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px -8px rgba(236,72,153,.8),inset 0 0 0 1px rgba(255,255,255,.15)}.ccm-btn-secondary{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.15)}.ccm-btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25);transform:translateY(-2px)}.ccm-btn-tertiary{background:transparent;border:none;color:rgba(255,255,255,.5);font-size:.85rem;font-weight:500;cursor:pointer;padding:8px 16px;transition:color .3s ease;font-family:inherit}.ccm-btn-tertiary:hover{color:rgba(255,255,255,.85)}.ccs-root{min-height:100vh;position:relative;overflow:hidden;color:#fff;background:radial-gradient(ellipse 60% 50% at 20% 25%,rgba(124,58,237,.25),transparent 70%),radial-gradient(ellipse 55% 45% at 80% 20%,rgba(236,72,153,.18),transparent 70%),radial-gradient(ellipse 65% 55% at 70% 85%,rgba(245,158,11,.15),transparent 70%),linear-gradient(160deg,#0a0416,#1a0a2e 50%,#0a0416)}.ccs-container{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:80px 32px 48px}.ccs-canvas{position:absolute;inset:0;pointer-events:none}@media (prefers-reduced-motion:reduce){.ccs-canvas{opacity:0}}.ccs-module-body{flex:1;min-width:0}.ccs-caught-up-note{color:rgba(255,255,255,.65);font-size:.9rem;margin-bottom:16px}.ccs-hero{text-align:center;margin-bottom:56px}.ccs-hero-trophy{width:96px;height:96px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border-radius:28px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.15),transparent 70%),linear-gradient(135deg,#f59e0b,#ec4899);color:#fff;box-shadow:0 20px 50px -15px rgba(236,72,153,.55)}.ccs-hero-heading{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.05;margin-bottom:16px;background:linear-gradient(135deg,#f59e0b,#ec4899 40%,#a78bfa 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.ccs-hero-course,.ccs-hero-heading{font-family:var(--font-heading,system-ui)}.ccs-hero-course{font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:600;color:rgba(255,255,255,.85);margin-bottom:24px}.ccs-hero-meta{gap:20px;flex-wrap:wrap;justify-content:center;margin-bottom:32px;color:rgba(255,255,255,.65);font-size:.9rem}.ccs-hero-meta,.ccs-hero-meta-item{display:inline-flex;align-items:center}.ccs-hero-meta-item{gap:6px}.ccs-section-title{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:16px}.ccs-modules-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:48px}@media (min-width:640px){.ccs-modules-grid{grid-template-columns:1fr 1fr}}.ccs-module-card{padding:18px 22px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:14px;transition:all .3s ease}.ccs-module-card:hover{background:rgba(255,255,255,.07);border-color:rgba(124,58,237,.35)}.ccs-module-check{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,rgba(16,185,129,.3),rgba(16,185,129,.15));border:1px solid rgba(16,185,129,.4);color:#34d399;display:flex;align-items:center;justify-content:center}.ccs-module-title{flex:1;font-size:.95rem;font-weight:600;color:#fff}.ccs-module-count{font-size:.75rem;color:rgba(255,255,255,.45)}.ccs-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:56px}.ccs-next-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:32px}@media (min-width:640px){.ccs-next-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.ccs-next-grid{grid-template-columns:repeat(3,1fr)}}.ccs-next-card{padding:24px;border-radius:20px;background:radial-gradient(circle at 80% 0,rgba(255,255,255,.08),transparent 50%),rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer;text-align:left;color:inherit;font:inherit;display:block;width:100%;text-decoration:none}.ccs-next-card:hover{transform:translateY(-3px);border-color:rgba(124,58,237,.4);background:radial-gradient(circle at 80% 0,rgba(124,58,237,.15),transparent 50%),rgba(255,255,255,.07)}.ccs-next-card-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,rgba(124,58,237,.35),rgba(124,58,237,.15));border:1px solid rgba(124,58,237,.4);color:#c4b5fd;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.ccs-next-card-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:6px}.ccs-next-card-sub{font-size:.85rem;color:rgba(255,255,255,.6);line-height:1.5;margin-bottom:12px}.ccs-next-card-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:99px;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.3);color:#34d399;font-size:.7rem;font-weight:700}.ccs-next-empty{padding:32px;border-radius:20px;background:rgba(255,255,255,.03);border:1px dashed rgba(255,255,255,.12);text-align:center;color:rgba(255,255,255,.7)}.ccs-next-empty-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:6px}.ccs-exam-card{padding:22px 24px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);margin-bottom:48px}.ccs-exam-line{font-size:.98rem;line-height:1.55;color:rgba(255,255,255,.82)}.ccs-exam-line strong{color:#fff;font-weight:700}.ccs-exam-toggle{display:inline-flex;align-items:center;gap:6px;margin-top:14px;padding:8px 14px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.8);font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all var(--mode-transition)}.ccs-exam-toggle:hover{background:rgba(255,255,255,.09);color:#fff}.ccs-exam-expandable{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--mode-transition)}.ccs-exam-expandable[data-open=true]{grid-template-rows:1fr}.ccs-exam-expandable-inner{min-height:0;overflow:hidden}.ccs-exam-topics{display:flex;flex-direction:column;gap:12px;padding-top:18px}.ccs-exam-topic{display:grid;grid-template-columns:minmax(0,1fr) 120px auto;align-items:center;gap:14px}@media (max-width:560px){.ccs-exam-topic{grid-template-columns:minmax(0,1fr) auto}.ccs-exam-topic-bar{display:none}}.ccs-exam-topic-name{font-size:.9rem;color:rgba(255,255,255,.85);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ccs-exam-topic-bar{height:8px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden}.ccs-exam-topic-fill{height:100%;width:var(--ccs-pct,0);border-radius:99px;background:linear-gradient(90deg,#f59e0b,#ef4444);transition:width var(--mode-transition)}.ccs-exam-topic-fill[data-pass=true]{background:linear-gradient(90deg,#10b981,#34d399)}.ccs-exam-topic-stat{font-size:.82rem;color:rgba(255,255,255,.6);font-weight:600;white-space:nowrap}.ccs-exam-loading{display:flex;align-items:center;gap:8px;padding-top:18px;font-size:.88rem;color:rgba(255,255,255,.6)}.ccs-exam-spin{animation:ccs-exam-spin-kf 1s linear infinite}@keyframes ccs-exam-spin-kf{to{transform:rotate(1turn)}}.crv-root{min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff}.crv-root[data-band=pass]{background:radial-gradient(ellipse 60% 50% at 20% 25%,rgba(124,58,237,.25),transparent 70%),radial-gradient(ellipse 55% 45% at 80% 20%,rgba(236,72,153,.18),transparent 70%),radial-gradient(ellipse 65% 55% at 70% 85%,rgba(245,158,11,.16),transparent 70%),linear-gradient(160deg,#0a0416,#1a0a2e 50%,#0a0416)}.crv-root[data-band=near_miss]{background:radial-gradient(ellipse 60% 50% at 25% 22%,rgba(245,158,11,.18),transparent 70%),radial-gradient(ellipse 60% 55% at 78% 80%,rgba(124,58,237,.16),transparent 70%),linear-gradient(160deg,#0a0712,#1a1226 55%,#0a0712)}.crv-root[data-band=low]{background:radial-gradient(ellipse 60% 50% at 22% 24%,rgba(59,130,246,.16),transparent 70%),radial-gradient(ellipse 60% 55% at 80% 82%,rgba(124,58,237,.16),transparent 70%),linear-gradient(160deg,#070a14,#121a2e 55%,#070a14)}.crv-canvas{position:absolute;inset:0;pointer-events:none;opacity:.85}@media (prefers-reduced-motion:reduce){.crv-canvas{opacity:0}}.crv-content{position:relative;z-index:1;max-width:1100px;width:100%;padding:56px 40px;text-align:center;transform:translateY(18px);opacity:0;animation:crv-content-in .8s cubic-bezier(.16,1,.3,1) .15s forwards}@keyframes crv-content-in{to{transform:translateY(0);opacity:1}}.crv-icon{width:104px;height:104px;margin:0 auto 28px;display:flex;align-items:center;justify-content:center;border-radius:28px;color:#fff}.crv-icon[data-band=pass]{background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.15),transparent 70%),linear-gradient(135deg,#f59e0b,#ec4899 50%,#7c3aed);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 20px 60px -20px rgba(236,72,153,.7),0 0 80px -10px rgba(245,158,11,.5);animation:crv-icon-pulse 3s ease-in-out infinite}.crv-icon[data-band=near_miss]{background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.12),transparent 70%),linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 18px 50px -20px rgba(245,158,11,.6)}.crv-icon[data-band=low]{background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.12),transparent 70%),linear-gradient(135deg,#3b82f6,#6366f1);box-shadow:0 18px 50px -20px rgba(59,130,246,.6)}@keyframes crv-icon-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.crv-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:12px}.crv-heading{font-family:var(--font-heading,system-ui);font-size:clamp(2.25rem,5.5vw,4rem);font-weight:800;line-height:1.15;padding-bottom:.14em;letter-spacing:-.02em;margin-bottom:14px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.crv-heading[data-band=pass]{background-image:linear-gradient(135deg,#f59e0b,#ec4899 40%,#a78bfa 80%)}.crv-heading[data-band=near_miss]{background-image:linear-gradient(135deg,#fbbf24,#fb923c 70%)}.crv-heading[data-band=low]{background-image:linear-gradient(135deg,#60a5fa,#a78bfa 80%)}.crv-course-title{font-family:var(--font-heading,system-ui);font-size:clamp(1.1rem,2.4vw,1.5rem);font-weight:600;color:rgba(255,255,255,.85);margin-bottom:28px}.crv-score{display:inline-flex;flex-direction:column;align-items:center;gap:4px;padding:18px 36px;margin-bottom:28px;border-radius:20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.crv-score-num{font-family:var(--font-heading,system-ui);font-size:clamp(2.4rem,6vw,3.4rem);font-weight:800;line-height:1;letter-spacing:-.02em}.crv-score[data-band=pass] .crv-score-num{color:#34d399}.crv-score[data-band=near_miss] .crv-score-num{color:#fbbf24}.crv-score[data-band=low] .crv-score-num{color:#60a5fa}.crv-score-sub{font-size:.9rem;color:rgba(255,255,255,.6);font-weight:500}.crv-blurb{font-size:1.05rem;line-height:1.6;color:rgba(255,255,255,.82);max-width:640px;margin:0 auto 28px}.crv-nmls-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;margin-bottom:32px;border-radius:99px;background:rgba(124,58,237,.18);border:1px solid rgba(124,58,237,.35);color:#c4b5fd;font-size:.85rem;font-weight:600}.crv-actions{gap:12px;justify-content:center;margin-bottom:16px}.crv-actions,.crv-survey{display:flex;flex-wrap:wrap}.crv-survey{align-items:center;gap:14px;margin:18px auto 0;max-width:560px;padding:14px 18px;border-radius:14px;text-align:left;background:linear-gradient(135deg,rgba(139,92,246,.16),rgba(99,102,241,.08));border:1.5px solid rgba(139,92,246,.5);animation:crv-survey-in .6s cubic-bezier(.22,1,.36,1) .6s both}@keyframes crv-survey-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.crv-survey-spark{width:38px;height:38px;flex:none;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 6px 18px -6px rgba(139,92,246,.7)}.crv-survey-copy{flex:1 1 200px;min-width:0;display:flex;flex-direction:column;gap:2px}.crv-survey-copy strong{font-size:.95rem}.crv-survey-copy span{font-size:.83rem;opacity:.85}@media (prefers-reduced-motion:reduce){.crv-survey{animation:none}}