/* Shared theme layer. Loaded last on every page. */
body[data-theme="light"]{
  --ui-canvas:#f4f6fa;--ui-surface:#fff;--ui-surface-2:#edf2f8;--ui-text:#13223a;--ui-muted:#52627c;--ui-border:#d6dfeb;--ui-link:#2449b4;--ui-accent:#d9fa72;--ui-blue:#294cae;--ui-shadow:0 12px 34px rgba(17,32,57,.08);color-scheme:light;
}
body[data-theme="dark"]{
  --ui-canvas:#0b1424;--ui-surface:#16253d;--ui-surface-2:#203350;--ui-text:#eff5ff;--ui-muted:#b8c7dc;--ui-border:#3b506e;--ui-link:#b1c3ff;--ui-accent:#d9fa72;--ui-blue:#9fb5ff;--ui-shadow:0 14px 36px rgba(0,0,0,.2);color-scheme:dark;
}
body[data-theme]{background:var(--ui-canvas);color:var(--ui-text)}
body[data-theme] .pagehead h1,body[data-theme] .pagehead h2,body[data-theme] .empty h1,body[data-theme] .article-main h1,body[data-theme] .article-body h2,body[data-theme] .editorial-intro h2,body[data-theme] .workflow-card h3,body[data-theme] .about-grid h3,body[data-theme] .auth-card h2{color:var(--ui-text)}
body[data-theme] .pagehead p,body[data-theme] .muted,body[data-theme] .article-lead,body[data-theme] .article-body p,body[data-theme] .editorial-intro p,body[data-theme] .workflow-card p,body[data-theme] .about-grid p{color:var(--ui-muted)}
body[data-theme] .card,body[data-theme] .metric,body[data-theme] .account-sidebar,body[data-theme] .sidecard,body[data-theme] .workflow-card,body[data-theme] .about-grid>div,body[data-theme] .editorial-card,body[data-theme] .blog-card,body[data-theme] .question-card,body[data-theme] .auth-card{background:var(--ui-surface);color:var(--ui-text);border-color:var(--ui-border);box-shadow:var(--ui-shadow)}
body[data-theme] .card h2,body[data-theme] .card h3,body[data-theme] .card h4,body[data-theme] .metric strong,body[data-theme] .editorial-card h2,body[data-theme] .blog-card h3{color:var(--ui-text)}
body[data-theme] .card p,body[data-theme] .cardhead p,body[data-theme] .exam-card p,body[data-theme] .mock-card p,body[data-theme] .editorial-card p,body[data-theme] .blog-card p,body[data-theme] .metric small,body[data-theme] .cardmeta,body[data-theme] .tiny{color:var(--ui-muted)}
body[data-theme] .cardhead,body[data-theme] .cardmeta,body[data-theme] .table th,body[data-theme] .table td,body[data-theme] .row{border-color:var(--ui-border)}
body[data-theme] .table td,body[data-theme] .table th,body[data-theme] .question{color:var(--ui-text)}
body[data-theme] .input,body[data-theme] .select,body[data-theme] .textarea,body[data-theme] .searchbar,body[data-theme] .searchbar input{background:var(--ui-surface);color:var(--ui-text);border-color:var(--ui-border)}
body[data-theme] input::placeholder,body[data-theme] textarea::placeholder{color:var(--ui-muted);opacity:.8}
body[data-theme] .field label,body[data-theme] .faq-list summary{color:var(--ui-text)}
body[data-theme] .select option{background:var(--ui-surface);color:var(--ui-text)}
body[data-theme] .btn-ghost{background:var(--ui-surface);color:var(--ui-text);border-color:var(--ui-border)}
body[data-theme] .btn-soft{background:var(--ui-surface-2);color:var(--ui-link);border-color:var(--ui-border)}
body[data-theme] .tab{background:var(--ui-surface);color:var(--ui-muted);border-color:var(--ui-border)}
body[data-theme] .tab.active{background:#294cae;color:#fff;border-color:#294cae}
body[data-theme] .badge.violet{background:var(--ui-surface-2);color:var(--ui-blue)}
body[data-theme] .badge.good{background:rgba(48,179,133,.17);color:var(--ui-text)}
body[data-theme] .badge.warn{background:rgba(237,171,62,.19);color:var(--ui-text)}
body[data-theme] .badge.danger{background:rgba(239,92,106,.17);color:var(--ui-text)}
body[data-theme] .progress{background:var(--ui-surface-2)}body[data-theme] .progress i{background:#6484e2}
body[data-theme] .sidecard a,body[data-theme] .account-sidebar a{color:var(--ui-muted)}
body[data-theme] .sidecard a.active,body[data-theme] .account-sidebar a.active,body[data-theme] .sidecard a:hover,body[data-theme] .account-sidebar a:hover{background:#294cae;color:#fff}
body[data-theme] .account-title,body[data-theme] .account-sidebar .account-title{color:var(--ui-muted)}
body[data-theme] .faq-list details,body[data-theme] .related-guides a{border-color:var(--ui-border)}
body[data-theme] .faq-list details p,body[data-theme] .related-guides a,body[data-theme] .auth-card>p,body[data-theme] .auth-switch{color:var(--ui-muted)}
body[data-theme] .faq-list a,body[data-theme] .auth-switch a,body[data-theme] .label-row a,body[data-theme] .password-toggle,body[data-theme] .link{color:var(--ui-link)}
body[data-theme] .editorial-card:nth-child(2),body[data-theme] .blog-card:nth-child(2){background:var(--ui-surface-2)}
body[data-theme="light"] .editorial-card:nth-child(3),body[data-theme="light"] .blog-card:nth-child(3){background:#d9fa72}
body[data-theme="light"] .editorial-card:nth-child(3) h2,body[data-theme="light"] .blog-card:nth-child(3) h3{color:#13253a}
body[data-theme="light"] .editorial-card:nth-child(3) p,body[data-theme="light"] .blog-card:nth-child(3) p{color:#40553d}
body[data-theme="dark"] .editorial-card:nth-child(3),body[data-theme="dark"] .blog-card:nth-child(3){background:#314b38;border-color:#6d935b}
body[data-theme] .article-divider{background:var(--ui-border)}
body[data-theme] .article-end{background:var(--ui-surface-2)}body[data-theme] .article-end .btn{background:var(--ui-accent);color:#17251b}
body[data-theme] .crumbs{color:var(--ui-muted)}body[data-theme] .crumbs a:hover{color:var(--ui-link)}
body[data-theme] .result-hero{background:#1b3763;color:#fff;border-color:#345686}
body[data-theme] .result-hero h1,body[data-theme] .result-hero h2,body[data-theme] .result-hero h3,body[data-theme] .result-hero .metric strong{color:#fff}
body[data-theme] .result-hero .muted,body[data-theme] .result-hero .metric small{color:#c5d2e6}
body[data-theme] .result-hero .metric{background:#2b4773;border-color:#617ba1;color:#fff}
body[data-theme] .result-hero .progress{background:#4e668a}body[data-theme] .result-hero .progress i{background:var(--ui-accent)}
body[data-theme] .score-ring:after{background:var(--ui-surface)}
body[data-theme] .score-ring strong{color:var(--ui-text)}
body[data-theme] .auth-formwrap{background:var(--ui-canvas)}body[data-theme] .auth-top-link,body[data-theme] .auth-bottom-links{color:var(--ui-muted)}
body[data-theme] .auth-card .btn-primary{background:#1c3356;color:#fff}body[data-theme="dark"] .auth-card .btn-primary{background:#d9fa72;color:#14231b}
body[data-theme] .auth-card-icon{background:#d9fa72;color:#1d361f}
body[data-theme] .workflow-section{background:var(--ui-surface-2)!important}body[data-theme] .editorial-section{background:var(--ui-canvas)!important}body[data-theme] .about-bottom{background:var(--ui-surface-2)}
body[data-theme] .test-legend,body[data-theme] .legend{color:var(--ui-muted)}
body[data-theme] .option,body[data-theme] .qdot{background:var(--ui-surface);color:var(--ui-text);border-color:var(--ui-border)}
body[data-theme] .option.selected,body[data-theme] .option:hover{background:var(--ui-surface-2);border-color:#6b87dc}
body[data-theme] .navwrap,body[data-theme] .nav{background:#111d30;color:#fff}
body[data-theme] .nav .btn-ghost{background:#213550;color:#fff;border-color:#4e6380}
body[data-theme] .nav .btn-soft{background:#d9fa72;color:#17251b;border-color:#d9fa72}
body[data-theme] .footer{background:#111d30;color:#fff;border-color:#354860}
body[data-theme] .footer h4,body[data-theme] .footer .brand strong{color:#fff}
body[data-theme] .footer a,body[data-theme] .footer p{color:#bcc9dc}
body[data-theme] .copyright{color:#a1b1c6;border-color:#354860}
/* The discovery panel and campaign sections intentionally use fixed contrast. */
body[data-theme] .hero,body[data-theme] .blog-hero,body[data-theme] .about-hero{background:#111d30;color:#fff}
body[data-theme] .hero h1,body[data-theme] .blog-hero h1,body[data-theme] .about-hero h1{color:#fff}
body[data-theme] .hero p,body[data-theme] .blog-hero p,body[data-theme] .about-hero p{color:#c0cee2}
body[data-theme] .discovery-panel{background:#f9fbff;color:#13223a}
body[data-theme] .discovery-main h2{color:#13223a}
body[data-theme] .discovery-main .disc-hint{color:#62728c!important}
body[data-theme] .discovery-panel input{background:#fff;color:#13223a;border-color:#cad4e3}
body[data-theme] .discovery-panel input::placeholder{color:#667894}
body[data-theme] .discovery-panel .home-quick a{background:#fff;color:#243553;border-color:#dce3ed}
body[data-theme] .discovery-panel .home-finder{background:#fff;border-color:#dce3ed}
body[data-theme] .discovery-panel .btn-primary,body[data-theme] .hero .btn-primary{background:#d9fa72;color:#18271b}
body[data-theme] .hero .btn-ghost{background:#203653;color:#fff;border-color:#516481}
body[data-theme] .blog-outro,body[data-theme] .auth-visual{background:#111d30;color:#fff}
body[data-theme] .blog-outro h2,body[data-theme] .auth-visual h1{color:#fff}
body[data-theme] .join-strip{background:#d9fa72;color:#172a1a}body[data-theme] .join-strip h2{color:#172a1a}
body[data-theme] .join-strip .btn-primary{background:#112642;color:#fff}body[data-theme] .join-strip .btn-ghost{background:transparent;color:#172a1a;border-color:#799a51}
body[data-theme="dark"] .about-hero{background:#1b355e}
:focus-visible{outline:3px solid #8facff;outline-offset:3px}
[hidden]{display:none!important}

/* Test workspace */
body[data-theme].test-shell{background:var(--ui-canvas);color:var(--ui-text)}
.test-experience{min-height:calc(100vh - 32px)}.test-header{background:#111d30;color:#fff;position:sticky;top:0;z-index:50}.test-header-inner{max-width:1480px;margin:auto;min-height:78px;padding:12px 32px;display:flex;align-items:center;gap:18px}.test-back{width:42px;height:42px;border-radius:12px;border:1px solid #52637b;color:#fff;display:grid;place-items:center;font-size:21px;flex:none}.test-back:hover{background:#283c59}.test-heading{display:grid;gap:2px}.test-overline{font-size:10px;font-weight:900;letter-spacing:.16em;color:#9dacbe}.test-heading strong{font:800 19px Manrope;letter-spacing:-.035em}.test-header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.test-clock{display:flex;align-items:center;gap:9px;padding:7px 13px;border:1px solid #445b78;border-radius:12px}.test-clock small{display:block;color:#96a9c2;font-size:9px;letter-spacing:.12em;font-weight:800}.test-clock strong{font:800 19px Manrope;color:#d9fa72}.clock-icon{font-size:26px;color:#d9fa72}.test-header .theme-toggle{background:#263b59;border:1px solid #516482;color:#fff}.test-finish{background:#d9fa72;color:#15251a;padding:11px 15px}.test-finish:hover{background:#c8ee5a}
.test-progress{background:var(--ui-surface);border-bottom:1px solid var(--ui-border)}.test-progress-inner{max-width:1480px;margin:auto;padding:15px 32px;display:flex;align-items:center;gap:20px;color:var(--ui-muted);font-size:12px;font-weight:800;letter-spacing:.06em}.test-progress-inner strong{color:var(--ui-text)}.test-track{height:7px;background:var(--ui-surface-2);border-radius:99px;flex:1;overflow:hidden}.test-track i{display:block;height:100%;background:#8abe48;border-radius:99px;transition:width .2s}
.test-workspace{max-width:1480px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 320px;min-height:calc(100vh - 144px)}.test-main{padding:40px clamp(22px,4vw,64px) 50px}.test-breadcrumb{font-size:11px;font-weight:900;letter-spacing:.13em;color:var(--ui-muted);margin-bottom:20px}.test-breadcrumb span{margin:0 7px}.test-question-card{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:23px;padding:clamp(24px,3vw,42px);box-shadow:var(--ui-shadow)}.test-question-top{display:flex;justify-content:space-between;gap:16px;align-items:start}.test-question-top>div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.test-topic{background:var(--ui-surface-2);border:1px solid var(--ui-border);border-radius:8px;color:var(--ui-blue);font-size:12px;font-weight:900;padding:7px 10px}.test-question-label{color:var(--ui-muted);font-size:12px;font-weight:800;letter-spacing:.08em}.test-question-label b{color:var(--ui-text)}.review-toggle{background:transparent;color:var(--ui-muted);border:1px solid var(--ui-border);border-radius:9px;font-size:13px;font-weight:800;padding:9px 12px}.review-toggle[aria-pressed="true"]{color:#b78100;background:#fff2cf;border-color:#e8c874}.test-prompt{font:800 clamp(25px,2.5vw,34px)/1.3 Manrope;letter-spacing:-.04em;color:var(--ui-text);margin:38px 0 17px;max-width:860px}.test-instruction{color:var(--ui-muted);font-size:14px;margin:0 0 20px}.test-options{display:grid;gap:12px}.answer-choice{width:100%;display:flex;align-items:center;gap:15px;min-height:66px;text-align:left;border:1px solid var(--ui-border);border-radius:12px;background:var(--ui-surface);color:var(--ui-text);font-size:16px;font-weight:600;padding:12px 17px;transition:.15s}.answer-choice span{width:36px;height:36px;display:grid;place-items:center;flex:none;background:var(--ui-surface-2);border-radius:9px;color:var(--ui-muted);font-weight:900}.answer-choice:hover{border-color:#718dd7;background:var(--ui-surface-2)}.answer-choice.selected{border:2px solid #3f62c0;background:var(--ui-surface-2);padding:11px 16px}.answer-choice.selected span{background:#294cae;color:#fff}
.test-controls{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px}.test-controls>div{display:flex;gap:10px}.test-controls .btn{font-size:14px;padding:12px 18px}.test-prev,.test-clear{background:var(--ui-surface);color:var(--ui-text);border:1px solid var(--ui-border)}.test-next{background:#294cae;color:#fff}.test-next:hover{background:#203d91}.test-controls button:disabled{opacity:.45;cursor:not-allowed}.test-local-note{font-size:12px;color:var(--ui-muted);margin:21px 0 0}
.test-rail{border-left:1px solid var(--ui-border);padding:40px 25px;background:var(--ui-surface)}.test-rail-kicker{font-size:11px;letter-spacing:.15em;font-weight:900;color:var(--ui-blue)}.test-rail h2{font:800 23px Manrope;letter-spacing:-.045em;color:var(--ui-text);margin:8px 0 4px}.test-rail p{font-size:13px;color:var(--ui-muted);line-height:1.55}.demo-palette{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:25px 0 19px}.demo-palette button{aspect-ratio:1;border:1px solid var(--ui-border);border-radius:10px;background:var(--ui-surface-2);color:var(--ui-text);font-size:13px;font-weight:900}.demo-palette button.answered{background:#d9fa72;color:#23381d;border-color:#aad765}.demo-palette button.review{box-shadow:inset 0 0 0 2px #d9a742}.demo-palette button.active{outline:2px solid #5275cf;outline-offset:2px}.test-legend{display:grid;grid-template-columns:1fr 1fr;gap:11px 6px;color:var(--ui-muted);font-size:12px}.test-legend span{display:flex;align-items:center;gap:7px}.test-legend i{width:11px;height:11px;border-radius:3px;border:1px solid var(--ui-border)}.legend-answered{background:#d9fa72}.legend-review{background:#ffe2a1}.legend-current{border:2px solid #5275cf!important}.test-rail-summary{border:1px solid var(--ui-border);background:var(--ui-surface-2);padding:19px;border-radius:15px;margin-top:27px}.test-rail-summary>span{font-size:10px;font-weight:900;letter-spacing:.15em;color:var(--ui-blue)}.test-rail-summary strong{display:block;margin-top:8px;font:800 20px Manrope;color:var(--ui-text)}.mini-track{height:8px;border-radius:99px;background:var(--ui-border);overflow:hidden;margin:15px 0 11px}.mini-track i{display:block;height:100%;width:0;background:#8abe48;transition:width .2s}.test-rail-summary p{margin:0}.test-rail-tip{display:flex;gap:10px;margin-top:28px;color:var(--ui-muted)}.test-rail-tip span{color:#6c9b37;font-size:28px}.test-rail-tip p{margin:0}
.test-dialog{border:1px solid var(--ui-border);border-radius:21px;background:var(--ui-surface);color:var(--ui-text);box-shadow:0 30px 90px #02091788;padding:0;max-width:min(440px,calc(100% - 30px))}.test-dialog::backdrop{background:#0b1424b8}.dialog-inner{padding:30px}.dialog-icon{width:50px;height:50px;background:#d9fa72;color:#1a2d1b;display:grid;place-items:center;border-radius:13px;font-size:30px}.test-dialog h2{font:800 26px Manrope;margin:20px 0 10px}.test-dialog p{font-size:15px;color:var(--ui-muted);line-height:1.6}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;margin-top:28px}.dialog-actions .btn-primary{background:#294cae;color:#fff}
@media(max-width:1100px){.test-workspace{grid-template-columns:minmax(0,1fr) 275px}.test-rail{padding:35px 17px}.test-main{padding:35px 25px}}
@media(max-width:850px){.test-workspace{grid-template-columns:1fr}.test-rail{border-left:0;border-top:1px solid var(--ui-border);padding:25px}.test-rail-tip{display:none}.test-rail-head p{margin:3px 0}.test-rail-summary{margin-top:20px}.test-header-inner,.test-progress-inner{padding-left:18px;padding-right:18px}}
@media(max-width:560px){.test-header-inner{flex-wrap:wrap;gap:10px;min-height:68px}.test-heading strong{font-size:16px}.test-overline{font-size:9px}.test-header-actions{width:100%;justify-content:flex-end}.test-clock{margin-right:auto}.test-finish{font-size:12px;padding:9px 11px}.test-progress-inner{gap:9px;font-size:10px}.test-progress-inner span:last-child{display:none}.test-main{padding:24px 14px 32px}.test-question-card{padding:22px 18px}.test-question-top{align-items:flex-start;flex-direction:column}.test-prompt{font-size:24px;margin:26px 0 18px}.answer-choice{min-height:60px;font-size:15px}.test-controls{flex-wrap:wrap}.test-controls>div{width:100%;justify-content:flex-end}.test-controls .btn{font-size:12px;padding:10px 12px}.test-controls .test-prev{order:2}.test-rail{padding:25px 14px}.demo-palette{max-width:380px}}
body[data-theme] .test-header .theme-toggle{background:#263b59;color:#fff;border-color:#516482}
body[data-theme] .test-header .theme-toggle:hover{background:#345071}
body[data-theme] .test-dialog .btn-ghost{background:var(--ui-surface);color:var(--ui-text);border-color:var(--ui-border)}
body[data-theme] .test-dialog .btn-primary{background:#294cae;color:#fff}

/* Catalogue, local results and responsive navigation */
.catalogue-grid{align-items:stretch}.catalogue-card{display:flex;flex-direction:column;min-height:250px;transition:transform .2s,border-color .2s,box-shadow .2s}.catalogue-card[href]:hover{transform:translateY(-4px);border-color:#7192d5;box-shadow:0 22px 46px #0b193329}.catalogue-card .cardmeta{margin-top:auto}.catalogue-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:23px}.catalogue-top .exam-icon{width:46px;height:46px;display:grid;place-items:center}.catalogue-top svg{width:25px;height:25px}.catalogue-note{margin-top:26px;border:1px solid var(--ui-border);background:var(--ui-surface-2);border-radius:18px;padding:23px 26px;color:var(--ui-text)}.catalogue-note p{color:var(--ui-muted);margin:8px 0 0;line-height:1.65}.catalogue-note a{display:inline-block;margin-top:14px;color:var(--ui-link);font-weight:800}.catalogue-empty{color:var(--ui-muted);margin:22px 0}.plan-options .plan-card{display:flex;flex-direction:column;gap:16px;padding:28px}.plan-options .plan-card .badge{align-self:flex-start}.plan-options .plan-card h3{font:800 25px Manrope;margin:0}.plan-options .plan-card p{color:var(--ui-muted);margin:0;line-height:1.6}.plan-options .features-list{margin:0 0 auto}.plan-options .btn{align-self:flex-start}
.demo-outcome .pagehead{margin-bottom:24px}.outcome-hero{display:flex;justify-content:space-between;align-items:center;gap:35px;background:linear-gradient(120deg,#152948,#254c76);color:#fff;border:1px solid #47648a;border-radius:25px;padding:clamp(25px,4vw,48px);margin:18px 0 24px}.outcome-hero h2{font:800 clamp(56px,7vw,94px)/1.1 Manrope;margin:16px 0 12px;letter-spacing:-.075em;color:#fff}.outcome-hero h2 small{font-size:23px;letter-spacing:-.02em}.outcome-eyebrow,.outcome-next span{font-size:11px;font-weight:900;letter-spacing:.14em;color:#d9fa72}.outcome-hero p{color:#d6e3f5;max-width:540px;line-height:1.6}.outcome-hero .btn{margin-top:15px}.outcome-ring{height:190px;width:190px;flex:none;border-radius:50%;background:conic-gradient(#d9fa72 var(--score),#476187 0);display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;color:#fff}.outcome-ring:before{content:"";position:absolute;inset:16px;background:#1b3659;border-radius:50%}.outcome-ring strong,.outcome-ring span{z-index:1}.outcome-ring strong{font:800 38px Manrope}.outcome-ring span{font-size:12px;color:#d3e1f1}.outcome-tabs{display:flex;gap:8px;overflow:auto;padding:5px 0 18px}.outcome-tabs a,.review-filters button{white-space:nowrap;border:1px solid var(--ui-border);background:var(--ui-surface);color:var(--ui-muted);border-radius:10px;padding:11px 16px;font-weight:800;font-size:13px}.outcome-tabs a.active,.review-filters button.active{background:#294cae;color:#fff;border-color:#294cae}.outcome-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.outcome-metrics>div{padding:22px;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:15px}.outcome-metrics span{display:block;color:var(--ui-muted);font-size:12px;font-weight:700}.outcome-metrics strong{display:block;color:var(--ui-text);font:800 26px Manrope;margin-top:8px}.outcome-next{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;border-radius:20px;background:var(--ui-surface-2);border:1px solid var(--ui-border);padding:26px}.outcome-next span{color:var(--ui-blue)}.outcome-next h3{color:var(--ui-text);font:800 25px Manrope;margin:8px 0}.outcome-next p{color:var(--ui-muted);margin:0;line-height:1.6}.outcome-next>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.demo-data-note{color:var(--ui-muted);font-size:12px;margin-top:22px}.analysis-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:18px}.analysis-layout .cardbody .btn{margin:12px 8px 0 0}.topic-row{display:grid;grid-template-columns:minmax(170px,1fr) minmax(100px,1fr);align-items:center;gap:20px;padding:17px 0;border-bottom:1px solid var(--ui-border)}.topic-row:last-child{border:0}.topic-row strong{display:block;color:var(--ui-text)}.topic-row span{display:block;color:var(--ui-muted);font-size:12px;margin-top:5px}.topic-bar{height:9px;background:var(--ui-surface-2);border-radius:20px;overflow:hidden}.topic-bar i{display:block;height:100%;background:#7fb44f;border-radius:20px}.review-filters{display:flex;gap:7px;overflow:auto;margin:3px 0 20px}.review-stack{display:grid;gap:20px}.review-item{padding:clamp(20px,3vw,34px);background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:19px;box-shadow:var(--ui-shadow)}.review-item-top{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--ui-muted);font-size:11px;font-weight:900;letter-spacing:.08em}.review-state{padding:7px 10px;border-radius:7px;letter-spacing:0;background:var(--ui-surface-2);color:var(--ui-text)}.review-state.correct{background:#d9fa72;color:#24351e}.review-state.incorrect{background:#ffe1df;color:#842f36}.review-item h2{font:800 clamp(20px,2vw,27px)/1.35 Manrope;color:var(--ui-text);margin:19px 0}.review-choices{display:grid;gap:9px}.review-choices>div{display:flex;align-items:center;gap:12px;border:1px solid var(--ui-border);border-radius:10px;padding:12px;color:var(--ui-text)}.review-choices b{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;background:var(--ui-surface-2);flex:none}.review-choices span{flex:1}.review-choices small{font-weight:800}.review-choices .right{border-color:#8fbf71;background:rgba(145,201,89,.14)}.review-choices .wrong{border-color:#e19a99;background:rgba(223,91,91,.12)}.review-explanation{border-top:1px solid var(--ui-border);margin-top:20px;padding-top:18px;color:var(--ui-text)}.review-explanation p{color:var(--ui-muted);line-height:1.7;margin:7px 0 0}.review-empty{color:var(--ui-muted)}
.mobile-menu{display:none;border:1px solid #53647c;border-radius:10px;background:#213550;width:42px;height:42px;padding:10px;cursor:pointer}.mobile-menu span{display:block;height:2px;background:#fff;margin:4px 0;border-radius:2px}body[data-theme] .nav .mobile-menu{color:#fff}
@media(max-width:1050px){.nav{position:relative;display:flex;flex-wrap:nowrap!important;min-height:72px!important;height:auto!important}.mobile-menu{display:block;order:3;margin-left:4px}.navlinks,body[data-theme] .navlinks{display:none;position:absolute;top:calc(100% - 1px);left:0;width:100%;padding:10px;background:#15253c;border:1px solid #52637b;border-radius:0 0 16px 16px;box-shadow:0 18px 35px #06142755;white-space:normal;overflow:visible;z-index:10;flex-direction:column}.navwrap.nav-open .navlinks{display:flex}.navlinks a{display:block}.navactions{margin-left:auto}.analysis-layout{grid-template-columns:1fr}}
@media(max-width:720px){.nav{min-height:68px!important}.nav-login,.nav-signup{display:none!important}.mobile-menu{order:3}.outcome-metrics{grid-template-columns:repeat(2,1fr)}.outcome-hero{align-items:flex-start}.outcome-ring{height:135px;width:135px}.outcome-ring:before{inset:12px}.outcome-ring strong{font-size:29px}.outcome-next{flex-direction:column;align-items:flex-start}.review-item-top{align-items:flex-start}.review-choices small{font-size:10px}}
@media(max-width:540px){.outcome-hero{flex-direction:column-reverse}.outcome-ring{align-self:flex-start}.outcome-metrics{gap:8px}.outcome-metrics>div{padding:15px}.topic-row{grid-template-columns:1fr;gap:10px}.review-choices>div{flex-wrap:wrap}.review-choices small{margin-left:42px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
