:root{color:#061b2f;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--text:#061b2f;--muted:#5d6f7f;--surface:#fff;--surface-strong:#eef7f7;--border:#d9e7ec;--primary:#0a9f8f;--primary-dark:#003048;--accent:#18a890;--danger:#b42318;--success:#37a954;--shadow:0 18px 42px #141f3714;background:#f5f9fb;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}body{min-height:100vh;color:var(--text);background:#f5f9fb;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0}h1,h2,h3,p{margin:0}h1{letter-spacing:0;font-size:clamp(2.2rem,5vw,4.25rem);line-height:1}h2{letter-spacing:0;font-size:1.2rem;line-height:1.25}h3{letter-spacing:0;font-size:1.05rem;line-height:1.25}#root{min-height:100vh}.app-shell{width:min(1180px,100% - 32px);margin:0 auto;padding:18px 0 44px}.topbar{justify-content:space-between;align-items:center;gap:16px;padding:10px 0 28px;display:flex;position:relative}.brand{font-size:1.2rem;font-weight:850}.brand span{color:var(--primary)}.nav-links,.topbar-actions,.button-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.nav-link{min-height:40px;color:var(--muted);border:1px solid #0000;border-radius:8px;padding:9px 12px}.nav-link:hover,.nav-link.active{color:var(--text);border-color:var(--border);background:#fff}.mobile-menu-button,.mobile-menu-overlay{display:none}.mobile-menu-button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:4px;width:44px;height:44px}.mobile-menu-button span{background:var(--text);border-radius:999px;width:18px;height:2px;display:block}.mobile-menu-overlay{z-index:30;background:#1720335c;padding:72px 12px 12px;position:fixed;inset:0}.mobile-menu-panel{border:1px solid var(--border);width:min(100%,360px);box-shadow:var(--shadow);background:#fff;border-radius:10px;gap:10px;margin-left:auto;padding:14px;display:grid}.mobile-menu-heading{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:4px 2px 8px;display:flex}.mobile-menu-heading strong{color:var(--text)}.mobile-nav-link{min-height:48px;color:var(--text);border:1px solid var(--border);cursor:pointer;background:#f7f9fc;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;font-weight:800;display:flex}.mobile-nav-link.active{color:var(--primary-dark);background:#e8f7f3;border-color:#b9e4db}.mobile-subnav{gap:6px;padding:0 0 4px 14px;display:grid}.mobile-subnav a{min-height:36px;color:var(--muted);border-radius:8px;align-items:center;padding:8px 10px;font-weight:800;display:flex}.mobile-subnav a:hover{color:var(--text);background:#f7f9fc}.mobile-subnav a.active{color:var(--primary-dark);background:#e8f7f3}.mobile-nav-link.danger{color:var(--danger);text-align:left}.welcome-chip{text-overflow:ellipsis;white-space:nowrap;max-width:220px;color:var(--primary-dark);background:#e8f7f3;border:1px solid #b9e4db;border-radius:8px;padding:9px 12px;font-weight:700;overflow:hidden}.main-content,.page{flex-direction:column;gap:20px;display:flex}.narrow-page{width:100%;max-width:500px;margin:0 auto}.card,.hero-panel,.dashboard-hero,.focus-band{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px}.card{padding:22px}.hero-panel{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:24px;padding:clamp(28px,6vw,56px);display:grid;overflow:hidden}.hero-copy{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;display:flex}.eyebrow{min-height:28px;color:var(--primary-dark);text-transform:uppercase;background:#e8f7f3;border-radius:8px;align-items:center;padding:5px 9px;font-size:.78rem;font-weight:800;display:inline-flex}.lead{color:var(--muted);max-width:62ch;font-size:1.05rem}.small-lead{max-width:48ch}.primary-button,.secondary-button,.ghost-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 15px;font-weight:800;transition:transform .15s,background .2s,border-color .2s;display:inline-flex}.primary-button{background:var(--primary);color:#fff}.secondary-button{color:var(--text);border:1px solid var(--border);background:#fff}.ghost-button{color:var(--muted);border:1px solid var(--border);background:0 0}.primary-button:hover,.secondary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled,.segment:disabled{opacity:.55;cursor:not-allowed;transform:none}.full-width{width:100%}.hero-stats{gap:12px;display:grid}.metric-card{background:var(--surface-strong);border:1px solid #d5e4ff;border-radius:8px;flex-direction:column;justify-content:center;gap:6px;min-height:116px;padding:18px;display:flex}.metric-card strong,.stat-card strong,.score-block strong{font-size:2rem;line-height:1}.metric-card span,.stat-card span,.card p,.card li,.card span,.muted{color:var(--muted)}.grid{gap:18px;display:grid}.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{gap:8px;display:grid}.focus-band{justify-content:space-between;align-items:center;gap:18px;padding:24px;display:flex}.focus-band h2{margin-top:8px;font-size:clamp(1.35rem,2.5vw,2rem)}.home-page{gap:0}.home-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:center;gap:clamp(32px,7vw,88px);min-height:min(680px,100vh - 118px);padding:clamp(38px,7vw,82px) 0 clamp(24px,5vw,58px);display:grid}.home-hero-copy{align-content:center;gap:20px;display:grid}.home-hero-copy h1{max-width:15.5ch;font-size:clamp(3rem,5.7vw,5rem);line-height:.98}.home-hero-copy h1 span{color:var(--primary)}.home-hero-copy .lead{color:#3f5064;max-width:620px;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.65}.home-eyebrow{width:fit-content;color:var(--primary-dark);background:linear-gradient(90deg,#18a89024,#48c06024)}.arena-preview{border:1px solid var(--border);background:#fff;border-radius:8px;gap:14px;min-height:430px;padding:26px;display:grid;position:relative;box-shadow:0 24px 64px #00304824}.arena-preview:before{content:none}.home-sprint-preview{place-self:center;width:min(100%,420px)}.quick-test-badge{color:#4d4b14;text-transform:uppercase;background:linear-gradient(135deg,#f3e95a,#e0dc36);border-radius:999px;align-items:center;min-height:34px;padding:7px 16px;font-size:.76rem;font-weight:950;display:inline-flex;position:absolute;top:-18px;right:22px;box-shadow:0 12px 24px #c9a4142e}.arena-topline,.arena-lanes,.arena-feedback,.arena-question{z-index:1;position:relative}.arena-topline,.arena-feedback{background:#f9fbfd;border:1px solid #d9e1ece6;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;min-height:56px;padding:12px 14px;display:flex}.arena-topline span,.arena-feedback span,.arena-lanes span{color:var(--muted);font-weight:750}.arena-topline strong{color:var(--primary-dark);font-size:.96rem}.arena-question{min-height:112px;color:var(--text);background:#f8fafc;border:1px solid #e6edf4;border-radius:8px;place-items:center;padding:clamp(18px,4vw,28px);display:grid}.arena-question span{color:var(--text);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:950;line-height:1}.arena-answer-preview{color:#96a2b0;border:1px solid var(--border);background:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:54px;padding:12px 18px;font-size:1.05rem;font-weight:750;display:flex;box-shadow:inset 0 1px 2px #0030480a}.arena-submit-preview{border-radius:8px;min-height:54px;box-shadow:inset 0 -4px #0030482e,0 14px 26px #0a9f8f2e}.arena-lanes{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.arena-lanes>div{border:1px solid var(--border);background:#f8fafc;border-radius:8px;align-content:center;justify-items:center;gap:6px;min-height:90px;padding:14px;display:grid}.arena-lanes strong{color:var(--text);font-size:1.65rem;line-height:1}.arena-feedback{background:#ecfdf3;border-color:#a9e6c1;margin-top:auto}.arena-feedback strong{color:var(--success)}.form-card{flex-direction:column;gap:16px;display:flex}.auth-page{width:100%}.auth-single-column{width:min(100%,560px);margin:0 auto}.app-shell:not(.authenticated-shell) .narrow-page,.app-shell:not(.authenticated-shell) .auth-page{margin-top:clamp(34px,5vw,62px)}.stacked-form,.form-grid{gap:12px;display:grid}.two-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.password-checklist{flex-wrap:wrap;gap:8px;display:flex}.password-checklist span{min-height:32px;color:var(--muted);border:1px solid var(--border);background:#f7f9fc;border-radius:8px;align-items:center;padding:6px 9px;font-size:.88rem;font-weight:800;display:inline-flex}.password-checklist span.valid{color:var(--success);background:#ecfdf3;border-color:#a9e6c1}.inline-link{color:var(--primary-dark);font-weight:850}.auth-card{align-items:stretch}.form-card h1{font-size:2rem}.form-card label{color:var(--text);flex-direction:column;gap:8px;font-weight:700;display:flex}.form-card input,.quiz-form input{border:1px solid var(--border);width:100%;min-height:48px;color:var(--text);background:#fff;border-radius:8px;outline:none;padding:12px 14px;font-size:16px}.form-card input:focus,.quiz-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #0f766e1f}.form-card input[aria-invalid=true]{border-color:var(--danger);box-shadow:0 0 0 4px #b423181a}.profile-settings-page{width:min(100%,1120px);margin:0 auto}.profile-settings-card{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:clamp(28px,5vw,58px);padding:clamp(24px,4vw,42px);display:grid}.profile-settings-nav{gap:8px;padding-top:6px;display:grid}.profile-settings-nav h2{color:var(--text);margin-bottom:12px;font-size:1.25rem}.profile-settings-nav span{min-height:34px;color:var(--muted);border-radius:8px;align-items:center;padding:8px 10px;font-weight:800;display:flex}.profile-settings-nav span.active{color:var(--text);background:#f4f7fb}.profile-settings-main{gap:16px;max-width:660px;display:grid}.profile-settings-main h1{max-width:620px;font-size:clamp(2rem,4vw,3rem);line-height:1.02}.profile-public-preview{grid-template-columns:76px minmax(0,1fr);align-items:center;gap:16px;margin:10px 0 6px;display:grid}.profile-public-preview img{object-fit:cover;background:#f4f7fb;border:4px solid #fff;border-radius:999px;width:76px;height:76px;box-shadow:0 12px 28px #10182824}.profile-public-preview strong{color:var(--text);font-size:1.1rem;display:block}.profile-public-preview span{color:var(--muted);margin-top:4px;font-weight:750;display:block}.profile-settings-form{margin-top:6px}.profile-settings-form label{color:var(--text);flex-direction:column;gap:8px;font-weight:800;display:flex}.profile-settings-form input{border:1px solid var(--border);width:100%;min-height:48px;color:var(--text);background:#fff;border-radius:8px;outline:none;padding:12px 14px;font-size:16px}.profile-settings-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #0f766e1f}.profile-settings-form input:disabled{color:#697386;cursor:not-allowed;background:#f4f7fb}.centered-text{text-align:center}.form-error{color:var(--danger);background:#fff3f0;border:1px solid #f3b4ad;border-radius:8px;padding:12px 14px}.form-success{color:var(--success);background:#ecfdf3;border:1px solid #a9e6c1;border-radius:8px;padding:12px 14px}.sidebar-profile:hover{border-color:#cbd5e1}.loading-card{text-align:center;color:var(--muted)}.dashboard-hero,.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-hero{padding:24px}.dashboard-page{gap:22px}.dashboard-hero-v2{align-items:stretch}.dashboard-refresh-error{padding:14px 16px}.dashboard-mobile-tabs{display:none}.skeleton-card{overflow:hidden}.skeleton-line{background:linear-gradient(90deg,#eef3f8,#dce5ef,#eef3f8) 0 0/220% 100%;border-radius:8px;width:62%;height:14px;animation:1.4s ease-in-out infinite skeleton-pulse;display:block}.skeleton-line.wide{width:88%}.skeleton-line.short{width:44%}.skeleton-number{width:72px;height:34px}@keyframes skeleton-pulse{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.skeleton-line{animation:none}}.dashboard-hero h1,.section-header h1{font-size:clamp(2rem,4vw,3rem);line-height:1.05}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.stat-card{gap:8px;display:grid}.dashboard-section{gap:16px;display:grid}.mission-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.mission-card{align-content:start;gap:14px;display:grid}.mission-card p{min-height:54px}.mission-topline,.level-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mission-topline span,.level-card-header span{color:var(--muted);font-weight:800}.mission-topline strong{color:var(--primary-dark);font-size:1.8rem;line-height:1}.level-ladder{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.level-card{align-content:start;gap:14px;display:grid}.level-card.played{border-color:#b9e4db}.level-card-header strong{color:var(--muted);background:#f7f9fc;border-radius:8px;padding:6px 8px;font-size:.82rem}.level-card.played .level-card-header strong{color:var(--primary-dark);background:#e8f7f3}.level-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.level-metrics>div{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;align-content:center;gap:5px;min-height:70px;padding:10px;display:grid}.level-metrics span{color:var(--muted);font-size:.82rem;font-weight:750}.level-metrics strong{font-size:1.25rem;line-height:1}.mode-chip-list,.session-tags{flex-wrap:wrap;gap:8px;display:flex}.mode-chip,.session-tags span{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:6px 8px;display:inline-flex}.mode-chip{justify-content:space-between}.mode-chip strong{color:var(--text)}.mode-chip em{color:var(--muted);font-size:.85rem;font-style:normal;font-weight:800}.compact-header{align-items:center}.compact-header h2{font-size:1.2rem}.enriched-session-row{align-items:center}.enriched-session-row>div:first-child{gap:8px;display:grid}.session-list,.skill-list,.badge-list{gap:12px;margin-top:12px;display:grid}.session-row,.skill-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding:14px 0;display:flex}.session-row:last-child,.skill-row:last-child{border-bottom:0}.session-row strong,.skill-row strong{margin-bottom:4px;display:block}.diagnostic-card{gap:14px;display:grid}.skill-row>span{color:var(--primary-dark);font-weight:850}.goal-bar{background:#edf2f7;border-radius:999px;height:10px;overflow:hidden}.goal-bar span{border-radius:inherit;background:var(--primary);height:100%;display:block}.badge-chip{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;gap:4px;padding:12px;display:grid}.progress-meta{color:var(--muted);justify-items:end;gap:4px;font-size:.95rem;display:grid}.right-align{text-align:right}.game-shell{grid-template-columns:minmax(0,1fr);align-items:start;gap:14px;display:grid}.game-page .section-header{align-items:end}.game-page .section-header h1{max-width:760px;font-size:clamp(1.8rem,3.5vw,2.75rem)}.session-banner{box-shadow:var(--shadow);background:#172033;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:10px;display:grid}.session-banner>div{background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;align-content:center;gap:5px;min-height:72px;padding:12px;display:grid}.session-banner span{color:#c5d2e5;font-weight:750}.session-banner strong{color:#fff;font-size:1.65rem;line-height:1}.control-panel{align-items:end;gap:14px;padding:14px;display:flex}.control-panel>div{flex:1 1 0;min-width:0}.control-panel>div:first-of-type{flex-grow:1.25}.control-panel>div:nth-of-type(2){flex-grow:.9}.sprint-card{gap:16px;display:grid}.settings-panel summary{display:none}.panel-label{color:var(--text);margin-bottom:8px;font-weight:800;display:block}.segmented-grid{gap:8px;display:flex;overflow-x:auto}.segment{min-width:max-content;min-height:38px;color:var(--text);border:1px solid var(--border);cursor:pointer;text-align:center;background:#f7f9fc;border-radius:8px;padding:8px 10px;font-weight:750}.focus-note{background:#eef4ff;border:1px solid #d5e4ff;border-radius:8px;gap:10px;padding:14px;display:grid}.focus-note strong{color:var(--accent)}.start-session-button{flex:0 0 180px;width:100%;min-width:0;min-height:38px;margin-top:2px}.result-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.result-grid>div{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;align-content:center;gap:5px;min-height:82px;padding:12px;display:grid}.result-grid span{line-height:1.2}.result-grid strong{color:var(--text);font-size:1.4rem}.sprint-topline{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.sprint-topline h2{margin-top:8px}.score-block{justify-items:end;gap:5px;min-width:112px;display:grid}.question-line{color:#fff;background:#172033;border-radius:8px;place-items:center;min-height:clamp(240px,31vw,360px);font-size:clamp(3rem,9vw,7rem);font-weight:900;display:grid}.skill-hint{color:var(--muted);margin-top:-8px;font-weight:800}.quiz-form{grid-template-columns:minmax(0,1fr) minmax(160px,auto);align-items:center;gap:12px;display:grid}.quiz-form input{font-size:1.25rem;font-weight:800}.result-panel{gap:18px;display:grid}.diagnostic-box,.error-review{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;gap:10px;padding:14px;display:grid}.diagnostic-box h3,.error-review h3{margin:0;font-size:1rem}.pill-list{flex-wrap:wrap;gap:8px;display:flex}.skill-pill{color:var(--primary-dark);background:#e8f7f3;border:1px solid #b9e4db;border-radius:999px;padding:7px 9px;font-weight:800}.error-row{border-top:1px solid var(--border);justify-content:space-between;gap:12px;padding-top:8px;display:flex}.error-row strong{color:var(--danger)}.answer-feedback{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;gap:12px;padding:14px;display:grid}.answer-feedback>div:first-child{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.answer-feedback strong{color:var(--text)}.answer-feedback>div:first-child>span{color:var(--muted);font-weight:800}.answer-feedback.success{background:#ecfdf3;border-color:#a9e6c1}.answer-feedback.success>div:first-child>strong,.answer-feedback.success .answer-values strong{color:var(--success)}.answer-feedback.error{background:#fff3f0;border-color:#f3b4ad}.answer-feedback.error>div:first-child>strong,.answer-feedback.error .answer-values strong{color:var(--danger)}.answer-feedback.neutral{background:#eef4ff;border-color:#d5e4ff}.answer-values{flex-wrap:wrap;gap:8px;display:flex}.answer-values span{min-height:34px;color:var(--muted);background:#ffffffb8;border:1px solid #d9e1eccc;border-radius:8px;align-items:center;gap:6px;padding:7px 9px;font-weight:800;display:inline-flex}@media (width<=960px){.topbar{flex-direction:column;align-items:flex-start}.home-hero,.hero-panel,.mission-grid,.level-ladder,.two-columns,.three-columns,.stats-grid,.game-shell{grid-template-columns:1fr}.nav-links,.topbar-actions{width:100%}}@media (width<=720px){.app-shell{width:min(100% - 20px,1180px);padding:6px 0 24px}.topbar{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6f7fbf5;flex-direction:row;align-items:center;padding:6px 0 10px;position:sticky;top:0}.brand{font-size:1.05rem}.nav-links,.topbar-actions{display:none}.mobile-menu-button{flex-direction:column;display:inline-flex}.mobile-menu-overlay{display:block}.main-content,.page{gap:14px}h1{font-size:clamp(2rem,12vw,3rem)}.hero-panel{gap:18px;padding:20px}.home-hero{gap:18px;min-height:auto;padding-top:10px}.home-hero-copy h1{max-width:16ch}.arena-preview{min-height:360px}.arena-question{min-height:150px}.loop-track{grid-template-columns:1fr}.hero-copy{gap:12px}.hero-copy .lead{font-size:1rem}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.metric-card{min-height:78px;padding:12px}.metric-card strong{font-size:1.45rem}.metric-card span{font-size:.85rem;line-height:1.2}.dashboard-hero{order:1;gap:10px;padding:12px}.dashboard-page .dashboard-hero{box-shadow:none;background:0 0;border:0;padding:0}.dashboard-hero h1,.section-header h1{font-size:clamp(1.8rem,9vw,2.4rem)}.dashboard-page{gap:10px}.dashboard-page .dashboard-hero h1{margin-top:4px;font-size:1.15rem;line-height:1.1}.dashboard-page .lead{display:none}.dashboard-mobile-tabs{z-index:12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6f7fbf5;order:4;gap:6px;padding:4px 0 6px;display:flex;position:sticky;top:64px;overflow-x:auto}.dashboard-mobile-tabs button{border:1px solid var(--border);min-width:max-content;min-height:32px;color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;padding:6px 9px;font-size:.85rem;font-weight:850}.dashboard-mobile-tabs button.active{color:var(--primary-dark);background:#e8f7f3;border-color:#8bcfc2}.dashboard-mobile-panel{order:5;display:none}.dashboard-mobile-panel.active,.dashboard-focus-grid.dashboard-mobile-panel.active{display:grid}.game-page{gap:8px;min-width:0}.game-page .section-header{display:none}.dashboard-priority-grid{order:2}.dashboard-stats-grid{order:3}.dashboard-detail-grid{order:4}.dashboard-history{order:5}.mission-card p{min-height:auto}.dashboard-page .mission-grid,.dashboard-page .level-ladder{grid-template-columns:1fr;gap:10px}.dashboard-page .mission-card,.dashboard-page .level-card,.dashboard-page .diagnostic-card,.dashboard-page .dashboard-history{gap:8px;padding:12px}.dashboard-page .mission-card{min-height:auto}.dashboard-page .mission-card p,.dashboard-page .diagnostic-card p{min-height:auto;font-size:.88rem}.dashboard-page .mission-topline strong{font-size:1.15rem}.dashboard-page .mission-card h3,.dashboard-page .level-card h3,.dashboard-page .diagnostic-card h2{font-size:1rem}.dashboard-page .mission-card .secondary-button,.dashboard-page .level-card .secondary-button,.dashboard-page .diagnostic-card .primary-button{min-height:38px;padding-block:7px;font-size:.9rem}.dashboard-page .level-metrics>div{min-height:58px;padding:8px}.dashboard-page .level-metrics strong{font-size:1.08rem}.dashboard-page .mode-chip-list,.dashboard-page .session-tags{gap:6px}.dashboard-page .mode-chip,.dashboard-page .session-tags span{min-height:30px;padding:5px 7px;font-size:.84rem}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.stat-card{gap:4px;min-height:56px;padding:8px}.stat-card span{font-size:.72rem;line-height:1.05}.stat-card strong{font-size:1.2rem}.dashboard-stats-grid .stat-card:nth-child(3) span,.dashboard-stats-grid .stat-card:nth-child(4) span{font-size:0}.dashboard-stats-grid .stat-card:nth-child(3) span:after{content:"Precis.";font-size:.72rem}.dashboard-stats-grid .stat-card:nth-child(4) span:after{content:"Serie";font-size:.72rem}.dashboard-page .section-kicker{gap:6px}.dashboard-page .section-kicker h2{font-size:1.05rem}.game-shell{flex-direction:column;align-items:stretch;gap:12px;min-width:0;display:flex}.sprint-card{order:2;width:100%;min-width:0}.settings-panel{background:#fff;border-color:#c9d9eb;order:1;gap:8px;width:100%;min-width:0;display:grid;overflow:hidden;box-shadow:0 12px 28px #141f3712}.game-page .settings-panel>div:not(.focus-note){grid-template-columns:48px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.settings-panel summary{display:none}.settings-panel summary:after{content:"+";color:var(--primary-dark);font-size:1.3rem}.settings-panel[open] summary:after{content:"−"}.segmented-grid{scroll-snap-type:x proximity;gap:7px;min-width:0;max-width:100%;padding-bottom:2px;display:flex;overflow-x:auto}.segment{white-space:nowrap;scroll-snap-align:start;min-width:max-content;min-height:32px;padding:6px 9px;font-size:.84rem}.panel-label{letter-spacing:0;text-transform:uppercase;margin-bottom:0;font-size:.62rem}.start-session-button{min-height:40px}.session-banner{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;width:100%;min-width:0;padding:5px;display:grid}.session-banner>div{min-width:0;min-height:40px;padding:5px}.session-banner span{font-size:.62rem;line-height:1.05}.game-page .session-banner>div:nth-child(2) span,.game-page .session-banner>div:nth-child(4) span{font-size:0}.game-page .session-banner>div:nth-child(2) span:after{content:"Justes";font-size:.62rem}.game-page .session-banner>div:nth-child(4) span:after{content:"Prec.";font-size:.62rem}.session-banner strong{font-size:.9rem}.sprint-topline{grid-template-columns:minmax(0,1fr) auto;align-items:start;display:grid}.question-line{min-height:150px;font-size:clamp(3.2rem,18vw,5.5rem)}.skill-hint{margin-top:-10px}.form-card{padding:18px}}@media (width<=640px){.app-shell{width:min(100% - 24px,1180px);padding:8px 0 28px}.card,.dashboard-hero,.focus-band,.home-loop-section{padding:18px}.game-page .settings-panel{padding:8px}.game-page.session-active .settings-panel{display:none}.game-page .sprint-card{padding:14px}.game-page .session-banner>div{min-width:0}.game-page .session-banner span{overflow-wrap:anywhere}.hero-panel{padding:24px}.nav-link,.primary-button,.secondary-button,.ghost-button{width:100%}.mobile-menu-button{width:44px}.mobile-nav-link{width:100%}.focus-band,.session-row,.skill-row,.error-row,.sprint-topline,.quiz-form{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.two-fields{grid-template-columns:1fr}.profile-settings-card{grid-template-columns:1fr;padding:20px}.profile-settings-nav{border-bottom:1px solid var(--border);padding-top:0;padding-bottom:12px}.profile-settings-nav span:not(.active){display:none}.profile-public-preview{grid-template-columns:60px minmax(0,1fr)}.profile-public-preview img{width:60px;height:60px}.arena-lanes{grid-template-columns:1fr}.arena-lanes>div{min-height:76px}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.session-banner{grid-template-columns:repeat(4,minmax(0,1fr));width:calc(100vw - 24px);max-width:100%}.score-block,.progress-meta{text-align:left;justify-items:start}.game-page .score-block{text-align:right;justify-items:end}.game-page .sprint-topline{grid-template-columns:minmax(0,1fr) auto;align-items:start}.level-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=420px){.app-shell{width:min(100% - 16px,1180px)}.card,.dashboard-hero,.focus-band,.home-loop-section,.hero-panel{padding:14px}.game-page .settings-panel{padding:9px}.game-page .sprint-card{padding:12px}.game-page .segment{min-height:30px;padding:5px 8px;font-size:.8rem}.game-page .start-session-button{min-height:38px}.game-page .session-banner{width:calc(100vw - 16px)}.game-page .session-banner>div{min-height:38px;padding:5px}.home-hero-copy h1{max-width:100%;font-size:clamp(2.35rem,10vw,3.2rem)}.arena-preview{min-height:auto;padding:12px}.arena-preview:before{inset:12px}.arena-question{grid-template-columns:1fr}.arena-question strong{min-width:74px;min-height:74px;font-size:2.25rem}.hero-stats{grid-template-columns:1fr}.metric-card{min-height:64px}.session-banner>div{min-height:72px}.result-grid,.stats-grid{grid-template-columns:1fr}.dashboard-page .dashboard-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.dashboard-page .stat-card{min-height:50px;padding:7px 5px}.dashboard-page .stat-card span{font-size:.62rem}.dashboard-page .stat-card strong{font-size:.98rem}.dashboard-page .dashboard-mobile-tabs button{min-height:30px;padding:5px 8px;font-size:.78rem}.question-line{min-height:132px}}:root{--text:#061b2f;--muted:#5d6f7f;--surface:#fff;--surface-strong:#f2f8f8;--border:#d9e7ec;--primary:#0a9f8f;--primary-dark:#003048;--accent:#18a890;--danger:#b42318;--success:#37a954;--coral:#0a9f8f;--coral-soft:#e5f7f3;--blue:#003048;--blue-soft:#e7f0f5;--mint:#48c060;--mint-soft:#ecf8e9;--rose-soft:#f4faf7;--yellow:#e0dc36;--yellow-soft:#fbfadf;--ink:#061b2f;--shadow:0 18px 42px #0030481a}body{background:radial-gradient(circle at 78% 16%,#18a8901f,#0000 26%),radial-gradient(circle at 56% 42%,#e0dc361f,#0000 28%),#f5f9fb}.brand{align-items:center;gap:12px;display:inline-flex}.brand-mark{background:#fff;border:1px solid #0030481a;border-radius:14px;flex:none;place-items:center;width:52px;height:52px;display:grid;overflow:hidden;box-shadow:0 10px 24px #0030481a}.brand-mark img{object-fit:contain;width:44px;height:44px}.brand-copy{display:grid}.brand-copy strong{color:var(--text);font-size:1.24rem;line-height:1}.brand-copy small{color:var(--primary);font-size:.86rem;font-weight:750}.app-shell:not(.authenticated-shell) .topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;border:1px solid #d9e7ecdb;border-radius:999px;justify-content:center;width:fit-content;min-width:min(100%,320px);margin:8px auto 0;padding:12px 22px;box-shadow:0 16px 42px #00304814}.app-shell:not(.authenticated-shell) .topbar .brand-mark{border-radius:16px;width:58px;height:58px}.app-shell:not(.authenticated-shell) .topbar .brand-mark img{width:50px;height:50px}.app-shell:not(.authenticated-shell) .topbar .brand-copy strong{font-size:1.58rem}.nav-link{color:#263248;border-radius:8px;align-items:center;gap:10px;min-height:54px;padding:12px 18px;font-weight:750;display:inline-flex}.nav-link.active{color:#fff;background:linear-gradient(135deg, var(--primary), #48c060);border-color:#0000}.primary-button,.secondary-button,.ghost-button{border-radius:999px;min-height:46px;box-shadow:0 10px 24px #1018280d}.primary-button{background:linear-gradient(135deg, var(--primary), var(--mint))}.primary-button:hover{background:linear-gradient(135deg, var(--primary-dark), var(--primary))}.blue-button{background:var(--blue)}.blue-button:hover{background:#001848}.secondary-button{border-color:var(--border)}.status-chip{color:var(--muted);align-items:center;gap:8px;font-weight:650;display:inline-flex}.status-chip span{background:#24c47a;border-radius:999px;width:10px;height:10px}.authenticated-shell{grid-template-columns:314px minmax(0,1fr);width:100%;min-height:100vh;margin:0;padding:0;display:grid}.authenticated-shell .topbar{z-index:22;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffdb;min-height:68px;padding:0 22px;position:fixed;top:0;left:314px;right:0}.authenticated-shell .topbar .brand,.authenticated-shell .topbar .nav-links,.authenticated-shell .topbar .ghost-button{display:none}.authenticated-shell .topbar-actions{margin-left:auto}.authenticated-shell .main-content{grid-column:2;width:100%;min-width:0;padding:108px clamp(22px,3vw,42px) 46px}.desktop-sidebar{z-index:24;border-right:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;flex-direction:column;gap:28px;width:314px;padding:18px 14px 22px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{padding:0 2px 14px}.sidebar-nav{gap:6px;display:grid}.sidebar-subnav{border-left:1px solid var(--border);gap:4px;margin:-2px 0 8px 18px;padding-left:14px;display:grid}.sidebar-subnav a{min-height:30px;color:var(--muted);align-items:center;font-size:.9rem;font-weight:750;display:inline-flex}.sidebar-subnav a:hover{color:var(--text)}.sidebar-subnav a.active{color:var(--primary-dark);font-weight:900}.sidebar-label{color:#697386;letter-spacing:.08em;text-transform:uppercase;padding:0 10px 8px;font-size:.75rem;font-weight:850}.sidebar-profile{border:1px solid var(--border);background:linear-gradient(135deg,#fff6f7,#eef6ff);border-radius:8px;gap:4px;margin-top:auto;padding:18px 14px;display:grid}.sidebar-profile span,.sidebar-logout{color:var(--muted)}.sidebar-logout{text-align:left;cursor:pointer;background:0 0;min-height:42px;padding:0 10px;font-weight:750}.dashboard-page,.game-page{gap:28px;width:min(100%,1480px);margin:0 auto}.card,.dashboard-hero,.focus-band,.hero-panel{border-color:var(--border);border-radius:8px;box-shadow:0 16px 36px #10182814}.dashboard-hero-v2{background:linear-gradient(116deg,#18a8901f,#ffffffc7 52%,#0030481a),#fff;align-items:center;min-height:320px;padding:clamp(34px,5vw,52px)}.dashboard-hero-v2 h1{overflow-wrap:anywhere;max-width:min(900px,100%);margin-top:14px;font-size:clamp(2.6rem,5.2vw,4.4rem)}.dashboard-greeting{gap:4px;display:grid}.dashboard-greeting>span{color:var(--text)}.dashboard-greeting>strong{max-width:100%;color:var(--coral);overflow-wrap:anywhere;font-size:clamp(2.25rem,4.6vw,3.65rem);line-height:1.02;display:block}.dashboard-hero-v2 h1 span,.game-hero h1 span{color:var(--coral)}.dashboard-hero-v2 h1.dashboard-greeting span{color:var(--text)}.hero-actions{gap:18px;min-width:min(290px,100%);display:grid}.dashboard-stats-grid{gap:20px}.stat-card{justify-content:space-between;align-items:flex-start;min-height:156px;padding:26px;display:flex}.stat-card strong{color:var(--text);letter-spacing:0;margin-top:26px;font-size:clamp(2.1rem,3vw,3rem);display:block}.stat-mark,.mission-mark{border-radius:999px;flex:none;place-items:center;width:40px;height:40px;font-size:.86rem;font-weight:900;display:grid}.tone-coral .stat-mark,.tone-coral .mission-mark{color:var(--coral);background:var(--coral-soft)}.tone-blue .stat-mark,.tone-blue .mission-mark{color:var(--blue);background:var(--blue-soft)}.tone-mint .stat-mark,.tone-mint .mission-mark{color:var(--mint);background:var(--mint-soft)}.tone-rose .stat-mark,.tone-rose .mission-mark{color:var(--coral);background:var(--rose-soft)}.section-kicker h2{color:var(--text);font-size:clamp(2.1rem,4vw,3.1rem);line-height:1.04}.horizontal-kicker{justify-content:space-between;align-items:end;gap:16px;display:flex}.mission-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.mission-card{min-height:296px;padding:26px}.mission-topline{align-items:center}.mission-topline strong{color:var(--text);margin-left:auto;font-size:2rem}.mission-card h3{font-size:1.28rem}.goal-bar{background:#dcebee;height:8px}.goal-bar span{background:linear-gradient(90deg, var(--primary), var(--mint))}.level-ladder{gap:20px}.level-card{background:linear-gradient(#e8f4ffcc,#fff 52%);min-height:338px;padding:26px}.level-card.played{background:linear-gradient(#e5f7f3f2,#fff 54%);border-color:#a7ded6}.level-card-header h3{margin-top:4px;font-size:1.55rem}.level-card-header strong{border-radius:999px}.level-metrics>div{background:#eff3f8d9;border-radius:8px}.mode-chip,.session-tags span{border-radius:999px}.badge-count{background:var(--surface);border:1px solid var(--border);border-radius:999px;place-items:center;min-width:76px;min-height:40px;display:inline-grid}.badge-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.badge-card{text-align:center;align-content:start;justify-items:center;gap:12px;min-height:210px;display:grid}.dashboard-focus-grid{grid-template-columns:minmax(0,1fr)}.game-hero{align-items:start}.game-hero h1{max-width:760px;margin-top:12px;font-size:clamp(3rem,5.5vw,4.2rem)}.game-page .section-header .secondary-button{width:auto}.session-banner{box-shadow:none;background:0 0;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0}.session-banner>div{border:1px solid var(--border);background:#fff;border-radius:8px;min-height:132px;padding:26px;box-shadow:0 16px 36px #10182814}.session-banner span{color:var(--muted)}.session-banner strong{color:var(--text);font-size:2.35rem}.settings-panel{grid-template-columns:minmax(360px,1.25fr) minmax(300px,1fr) auto;align-items:end;gap:26px;padding:26px;display:grid}.settings-panel .focus-note{grid-column:1/-1}.control-group{min-width:0}.panel-label{color:var(--muted);font-weight:750}.segmented-grid{flex-wrap:wrap;overflow:visible}.segment{background:#fff;border-radius:999px;align-items:center;gap:8px;min-height:46px;padding:10px 16px;font-size:1rem;font-weight:750;display:inline-flex}.segment span{color:inherit;font-weight:900}.segment.active{color:#fff;background:linear-gradient(135deg, var(--primary), var(--mint));border-color:#0000}.segment.active.blue-segment{background:linear-gradient(135deg, var(--blue), var(--primary))}.start-session-button{width:198px;min-height:60px}.sprint-card{gap:22px;padding:26px}.sprint-topline{align-items:start}.score-block span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:850}.question-line{background:radial-gradient(circle at 82% 22%,#18a89033,#0000 30%),linear-gradient(135deg,#001848,#003048);min-height:clamp(300px,31vw,350px);font-size:clamp(3.8rem,8vw,6.4rem)}.idle-question{color:#ffffffeb;font-size:clamp(2.2rem,4vw,3.1rem)}.quiz-form{grid-template-columns:minmax(0,1fr) 144px}.quiz-form label{color:var(--muted);gap:8px;font-weight:750;display:grid}.quiz-form input{border-radius:999px;min-height:60px;padding-inline:18px;box-shadow:inset 0 1px 2px #1018280a}.quiz-form .primary-button{min-height:60px}@media (width<=1180px){.mission-grid,.level-ladder{grid-template-columns:repeat(2,minmax(0,1fr))}.badge-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-panel{grid-template-columns:1fr;align-items:stretch}.start-session-button{width:100%}}@media (width<=960px){.authenticated-shell{display:block}.desktop-sidebar{display:none}.authenticated-shell .topbar{left:0}.authenticated-shell .topbar .brand{display:inline-flex}.authenticated-shell .topbar-actions,.authenticated-shell .topbar .nav-links{display:none}.authenticated-shell .mobile-menu-button{flex-direction:column;margin-left:auto;display:inline-flex}.authenticated-shell .main-content{padding:88px 16px 34px}.dashboard-hero-v2{min-height:auto}.dashboard-hero-v2 h1,.game-hero h1{font-size:clamp(2.5rem,9vw,3.6rem)}.stats-grid,.session-banner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.topbar{min-height:66px}.mobile-menu-overlay{background:#071226b8;padding:0}.mobile-menu-panel{border-radius:0;width:min(78vw,304px);min-height:100vh;margin:0;padding:16px 12px;box-shadow:18px 0 48px #07122633}.mobile-menu-heading{padding-bottom:6px}.mobile-nav-link{min-height:44px;padding:10px;font-size:.94rem}.mobile-subnav{gap:4px;padding-left:10px}.mobile-subnav a{min-height:34px;padding:7px 9px;font-size:.9rem}.dashboard-page,.game-page{gap:18px}.dashboard-mobile-tabs{top:66px}.dashboard-page .dashboard-hero{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(135deg,#18a8901f,#00304814),#fff;padding:20px}.dashboard-page .dashboard-hero h1{font-size:clamp(2.4rem,13vw,3.6rem)}.dashboard-greeting>strong{font-size:clamp(2.1rem,11vw,3rem)}.dashboard-page .lead{display:block}.hero-actions{width:100%}.dashboard-page .mission-grid,.dashboard-page .level-ladder,.badge-grid,.stats-grid,.session-banner{grid-template-columns:1fr}.dashboard-page .mission-card,.dashboard-page .level-card,.badge-card,.stat-card,.session-banner>div{min-height:auto;padding:18px}.stat-card strong{margin-top:14px}.horizontal-kicker{flex-direction:column;align-items:start}.game-page .section-header{display:flex}.game-page .section-header .secondary-button{width:auto}.settings-panel{padding:16px}.segmented-grid{flex-wrap:nowrap;overflow-x:auto}.question-line{min-height:260px}}@media (width<=480px){.authenticated-shell .main-content{padding-inline:10px}.brand-mark{width:38px;height:38px}.brand-mark img{width:32px;height:32px}.dashboard-hero-v2 h1,.game-hero h1{font-size:clamp(2.35rem,14vw,3.1rem)}.section-kicker h2{font-size:clamp(1.8rem,11vw,2.45rem)}.quiz-form{grid-template-columns:1fr}.question-line{min-height:210px}}:root{--sprint-accent:#16a085;--sprint-accent-dark:#0f7f6c;--sprint-soft:#e9f7f3}.dashboard-overview-section,.dashboard-plan-section,.dashboard-level-section,.dashboard-badge-section,.dashboard-history-section{padding-block:4px}.compact-kicker h2{font-size:clamp(1.55rem,2.5vw,2.25rem)}.dashboard-overview-section{gap:14px}.dashboard-overview-section .dashboard-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-plan-section{background:#ffffff94;border:1px solid #dde4eeb8;border-radius:8px;padding:24px}.dashboard-plan-section>.section-kicker h2{max-width:620px;font-size:clamp(1.55rem,2.7vw,2.25rem);line-height:1.08}.dashboard-level-section,.dashboard-badge-section{padding-top:12px}.dashboard-badge-section{background:linear-gradient(#ffffffa3,#f3f6fbbd);border:1px solid #dde4eeb8;border-radius:8px;padding:24px}.dashboard-history-section{border-left:4px solid var(--sprint-accent)}.game-page{--sprint-card-width:min(100%, 720px)}.game-page .game-hero{text-align:center;justify-content:center}.game-page .game-hero>div{justify-items:center;gap:8px;display:grid}.game-page .game-hero .secondary-button{position:absolute;top:0;right:0}.game-page .game-hero h1{max-width:none;margin-top:0;font-size:clamp(2.7rem,5vw,4.4rem)}.game-page .game-hero .lead{max-width:none;font-size:1rem}.game-page .setup-panel{grid-template-columns:1fr;align-items:stretch;gap:30px;width:min(100%,760px);margin:0 auto;padding:clamp(26px,4vw,36px);display:grid}.game-page .setup-panel .segmented-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid;overflow:visible}.game-page .setup-panel .segment{background:#fff;border-color:#0000;border-radius:8px;justify-content:center;min-height:62px;box-shadow:inset 0 -4px #07122614,0 12px 28px #1018280f}.game-page .setup-panel .segment.active{background:var(--sprint-accent);box-shadow:inset 0 -4px 0 var(--sprint-accent-dark), 0 18px 34px #16a0852e}.game-page .setup-panel .segment.active.blue-segment{background:linear-gradient(135deg, var(--blue), var(--primary));box-shadow:inset 0 -4px #001848,0 18px 34px #0030482e}.game-page .setup-panel .start-session-button{background:var(--sprint-accent);width:100%;min-height:68px;box-shadow:inset 0 -4px 0 var(--sprint-accent-dark), 0 18px 34px #16a0852e;border-radius:8px;font-size:1.15rem}.sprint-play-area{justify-items:center;gap:22px;width:min(100%,720px);margin:0 auto;display:grid}.timer-ring{border-radius:999px;place-items:center;width:100px;height:100px;padding:10px;display:grid;box-shadow:0 16px 34px #10182814}.timer-ring:before{content:"";border-radius:inherit;background:#fff;grid-area:1/1;width:72px;height:72px}.timer-ring strong,.timer-ring span{z-index:1;color:var(--text);text-align:center;grid-area:1/1;position:relative}.timer-ring strong{align-self:center;margin-top:-10px;font-size:1.55rem;line-height:1}.timer-ring span{color:var(--muted);text-transform:uppercase;align-self:center;margin-top:28px;font-size:.72rem;font-weight:850}.game-page .sprint-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;display:grid}.game-page .sprint-metric-grid>div{text-align:center;align-content:center;justify-items:center;gap:10px;min-height:142px;padding:18px;display:grid}.metric-symbol{width:40px;height:40px;color:var(--sprint-accent);background:var(--sprint-soft);border-radius:12px;place-items:center;font-weight:950;display:grid}.game-page .sprint-metric-grid strong{font-size:1.9rem}.game-page .sprint-metric-grid span:last-child{color:#8a9bb4;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:850}.game-page .sprint-card{width:var(--sprint-card-width);margin:0 auto;padding:clamp(24px,4vw,44px)}.game-page.sprint-running .sprint-topline{display:none}.game-page .question-line{min-height:132px;color:var(--text);background:0 0;font-size:clamp(3.6rem,8vw,5.1rem)}.game-page .question-line:first-letter{color:inherit}.game-page .skill-hint{display:none}.game-page .quiz-form{grid-template-columns:1fr;gap:18px}.game-page .quiz-form label{gap:10px}.game-page .quiz-form label>span{display:none}.game-page .quiz-form input{text-align:center;border:4px solid #16a08547;border-radius:8px;min-height:126px;font-size:clamp(2.5rem,7vw,4rem);box-shadow:0 0 0 6px #16a08514}.game-page .quiz-form input:focus{border-color:var(--sprint-accent);box-shadow:0 0 0 6px #16a08524}.game-page .quiz-form .primary-button{background:var(--sprint-accent);min-height:70px;box-shadow:inset 0 -4px 0 var(--sprint-accent-dark);border-radius:8px;font-size:1.15rem}.game-page.sprint-finished .sprint-card{margin-top:4px}@media (width<=960px){.dashboard-overview-section .dashboard-stats-grid,.game-page .setup-panel .segmented-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-page .game-hero{text-align:left;justify-content:space-between}.game-page .game-hero>div{justify-items:start}.game-page .game-hero .secondary-button{position:static}}@media (width<=640px){.dashboard-overview-section .dashboard-stats-grid,.game-page .setup-panel .segmented-grid,.game-page .sprint-metric-grid{grid-template-columns:1fr}.dashboard-plan-section,.dashboard-badge-section{padding:16px}.game-page .setup-panel{padding:18px}.timer-ring{width:88px;height:88px}.timer-ring:before{width:64px;height:64px}.game-page .sprint-metric-grid>div{min-height:96px}.game-page .question-line{min-height:110px}.game-page .quiz-form input{min-height:96px}}.dashboard-section-nav{z-index:11;border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd6;border-radius:999px;gap:8px;padding:8px;display:flex;position:sticky;top:82px;overflow-x:auto}.dashboard-view-panel{display:none}.dashboard-view-panel.active{display:grid}.dashboard-section-nav button{flex:1 0 max-content;min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-weight:850;display:inline-flex}.dashboard-section-nav button:hover,.dashboard-section-nav button.active{color:var(--text);background:#f5f7fb}.dashboard-section-nav button.active{color:#fff;background:var(--primary)}.player-level-card{background:linear-gradient(135deg,#16a08514,#1187ee14),#fff;gap:14px;padding:24px;display:grid}.player-level-card h3{margin-top:10px;font-size:clamp(1.8rem,4vw,3rem)}.mission-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.mission-board-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.mission-xp-card{min-height:230px}.mission-xp-card.completed{background:linear-gradient(#e8f9f1c7,#fff 56%);border-color:#18b97857}.mission-progress-row{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-weight:850;display:flex}.mission-progress-row strong{color:var(--text)}.dashboard-plan-section .badge-grid{margin-top:22px}.badge-subsection-title{margin-top:18px}.badge-family-stack{gap:14px;display:grid}.badge-family-panel{border:1px solid var(--border);background:#ffffffc7;border-radius:8px;gap:14px;padding:14px;display:grid;box-shadow:0 14px 30px #1018280f}.badge-family-panel summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto 28px;align-items:center;gap:16px;list-style:none;display:grid}.badge-family-panel summary::-webkit-details-marker{display:none}.badge-family-panel summary:before{content:"+";width:28px;height:28px;color:var(--text);background:#f2f5f9;border-radius:999px;grid-area:1/3;place-items:center;font-weight:950;display:grid}.badge-family-panel[open] summary:before{content:"-"}.badge-family-panel summary strong{color:var(--text);font-size:1.05rem;font-weight:950;display:block}.badge-family-panel summary span{color:var(--muted);margin-top:4px;display:block}.badge-family-panel summary em{color:var(--text);grid-column:2;font-style:normal;font-weight:950}.badge-objective-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.badge-level-stack{gap:14px;display:grid}.badge-level-group{border:1px solid var(--border);background:#f8fafc;border-radius:8px;gap:12px;padding:12px;display:grid}.badge-level-heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.badge-level-heading strong{color:var(--text);font-size:1rem;font-weight:950}.badge-level-heading span{color:var(--muted);font-size:.86rem;font-weight:800}.badge-level-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.badge-objective-card{text-align:left;align-content:start;justify-items:stretch;min-height:0}.badge-objective-header{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:14px;display:grid}.badge-objective-header strong{color:var(--text);margin-bottom:5px;font-size:1.1rem;display:block}.badge-progress-copy{color:var(--muted);margin-top:8px;font-size:.82rem;font-weight:850;display:inline-flex}.badge-status-chip{border-radius:999px;width:fit-content;margin-top:8px;padding:5px 9px;font-size:.75rem;font-weight:950;display:inline-flex}.badge-status-chip.earned{color:var(--success);background:var(--mint-soft)}.badge-status-chip.preview{color:var(--muted);background:#eef2f7}.badge-objective-card .badge-art{width:104px;height:122px}.badge-objective-card.badge-discovery .badge-art:before{background:linear-gradient(145deg,#1187ee,#255bd4)}.badge-objective-card.badge-confirmed .badge-art:before{background:linear-gradient(145deg,#18b978,#0f766e)}.badge-objective-card.badge-master .badge-art:before{background:linear-gradient(145deg,#f5b642,#d98d12)}.badge-objective-card.badge-sprinter_apprentice .badge-art:before,.badge-objective-card.badge-sprinter_sharp .badge-art:before,.badge-objective-card.badge-sprinter_flash .badge-art:before{background:linear-gradient(145deg,#16a085,#0f7f6c)}.badge-objective-card.badge-streak_stable .badge-art:before,.badge-objective-card.badge-streak_solid .badge-art:before,.badge-objective-card.badge-streak_long .badge-art:before{background:linear-gradient(145deg,#f0d848,#c9a414)}.badge-objective-card.badge-volume_regular .badge-art:before,.badge-objective-card.badge-volume_pillar .badge-art:before,.badge-objective-card.badge-volume_marathon .badge-art:before{background:linear-gradient(145deg,#8b5cf6,#5b5bd6)}.objective-check-list{gap:7px;display:grid}.objective-check-row{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:8px;min-height:38px;padding:8px 10px;display:grid}.objective-check-row>span{width:24px;height:24px;color:var(--muted);background:#e8edf5;border-radius:999px;place-items:center;font-size:.72rem;font-weight:950;display:grid}.objective-check-row.done>span{background:var(--mint-soft);color:var(--success)}.objective-check-copy{gap:2px;min-width:0;display:grid}.objective-check-row strong{color:var(--text);overflow-wrap:anywhere;line-height:1.15}.objective-check-row em{color:var(--muted);overflow-wrap:anywhere;font-size:.82rem;font-style:normal;font-weight:800;line-height:1.25}.badge-card{gap:10px;min-height:220px;padding:20px 14px}.badge-art{color:#fff;isolation:isolate;place-items:center;width:104px;height:122px;display:grid;position:relative}.badge-art:before{content:"";z-index:-1;clip-path:polygon(50% 0,92% 18%,86% 68%,50% 100%,14% 68%,8% 18%);background:linear-gradient(145deg,#95a3b8,#667085);border-radius:18px 18px 16px 16px;position:absolute;inset:10px 14px 28px;box-shadow:inset 0 -10px #07122624,inset 0 2px #ffffff47,0 14px 26px #10182824}.badge-art:after{content:"";z-index:-2;clip-path:polygon(0 0,50% 18%,100% 0,82% 100%,50% 72%,18% 100%);background:linear-gradient(90deg,#d6deea,#aeb9ca);height:40px;position:absolute;bottom:0;left:34px;right:34px}.badge-core{width:58px;height:58px;color:inherit;background:#07122633;border:3px solid #ffffff94;border-radius:999px;place-items:center;font-weight:900;display:grid;position:relative;box-shadow:inset 0 0 0 4px #ffffff14,0 7px 14px #07122629}.badge-art.rank-two .badge-core{background:linear-gradient(145deg,#14b8a652,#0f766e75);border-color:#f4c95d;box-shadow:inset 0 0 0 4px #ffffff2e,0 0 0 3px #f4c95d47,0 10px 18px #07122633}.badge-art.rank-three .badge-core{background:linear-gradient(145deg,#3b82f657,#4f46e57a);border-color:#8bd3ff;box-shadow:inset 0 0 0 4px #fff3,0 0 0 3px #8bd3ff4d,0 12px 22px #2632973d}.badge-family-icon{color:#0000;filter:drop-shadow(0 3px 2px #07122638);place-items:center;width:42px;height:42px;font-size:0;line-height:1;display:grid;position:relative}.badge-family-icon:before,.badge-family-icon:after{content:"";display:block;position:absolute}.badge-family-mastery .badge-family-icon:before{clip-path:polygon(50% 0,88% 16%,80% 66%,50% 100%,20% 66%,12% 16%);background:linear-gradient(145deg,#fff,#ffffff9e);width:30px;height:35px}.badge-family-mastery .badge-family-icon:after{background:#07122614;border:3px solid #07122638;border-radius:999px;width:17px;height:17px}.badge-family-speed .badge-family-icon:before{clip-path:polygon(52% 0,18% 46%,44% 46%,33% 100%,84% 37%,56% 37%);background:linear-gradient(#ffe27a,#ff8f2b);width:24px;height:38px}.badge-family-streak .badge-family-icon:before{background:linear-gradient(145deg,#ffe2a6 8%,#ff8f4c 42%,#ff4f67 82%);border-radius:70% 42% 72%;width:31px;height:37px;transform:rotate(42deg)}.badge-family-streak .badge-family-icon:after{background:#fff2b8;border-radius:70% 42% 72%;width:14px;height:20px;bottom:8px;transform:rotate(42deg)}.badge-family-volume .badge-family-icon:before{clip-path:polygon(50% 0,92% 24%,77% 82%,50% 100%,23% 82%,8% 24%);background:linear-gradient(145deg,#e2d6ff,#8b5cf6 52%,#4f46e5);width:35px;height:32px}.badge-family-volume .badge-family-icon:after{background:#ffffffb8;width:18px;height:2px;top:12px;transform:rotate(-24deg)}.badge-tier-flourish{pointer-events:none;position:absolute;inset:0}.badge-art.rank-two .badge-tier-flourish:before,.badge-art.rank-two .badge-tier-flourish:after{content:"";filter:drop-shadow(0 4px 5px #0712263d);background:radial-gradient(9px 14px at 70% 8%,#ffe7a1 0 56%,#0000 58%),radial-gradient(9px 14px at 59% 24%,#ffd878 0 56%,#0000 58%),radial-gradient(9px 14px at 48% 42%,#f4c95d 0 56%,#0000 58%),radial-gradient(9px 14px at 38% 60%,#dfa939 0 56%,#0000 58%),radial-gradient(8px 12px at 31% 79%,#c98a1f 0 56%,#0000 58%);border-left:4px solid #dfa939eb;border-radius:70% 0 0 70%;width:36px;height:76px;position:absolute;top:27px}.badge-art.rank-two .badge-tier-flourish:before{left:-7px;transform:rotate(-13deg)}.badge-art.rank-two .badge-tier-flourish:after{right:-7px;transform:scaleX(-1)rotate(-13deg)}.badge-art.rank-three .badge-core:before,.badge-art.rank-three .badge-core:after{content:"";filter:drop-shadow(0 5px 6px #26329747);background:radial-gradient(10px 15px at 70% 8%,#dff4ff 0 56%,#0000 58%),radial-gradient(10px 15px at 59% 24%,#a8ddff 0 56%,#0000 58%),radial-gradient(10px 15px at 48% 42%,#76b7ff 0 56%,#0000 58%),radial-gradient(10px 15px at 38% 60%,#6d7cf6 0 56%,#0000 58%),radial-gradient(9px 13px at 30% 78%,#5b5bd6 0 56%,#0000 58%);border-left:4px solid #76b7fff2;border-radius:72% 0 0 72%;width:38px;height:74px;position:absolute;top:-2px}.badge-art.rank-three .badge-core:before{left:-47px;transform:rotate(-15deg)}.badge-art.rank-three .badge-core:after{right:-47px;transform:scaleX(-1)rotate(-15deg)}.badge-art.rank-three .badge-tier-flourish:before{content:"";clip-path:polygon(0 82%,0 35%,22% 58%,32% 8%,50% 47%,68% 8%,78% 58%,100% 35%,100% 82%,86% 100%,14% 100%);filter:drop-shadow(0 4px 5px #07122647);background:linear-gradient(#fff4b3,#f6c85f 52%,#d99a21);width:52px;height:34px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.badge-art.rank-three .badge-tier-flourish:after{content:"";z-index:-1;border-radius:999px;position:absolute;inset:6px 10px 18px;box-shadow:0 0 28px #ffffff6b}.badge-start .badge-art:before{background:linear-gradient(145deg,#22c55e,#0f9f6e)}.badge-target .badge-art:before{background:linear-gradient(145deg,#1187ee,#255bd4)}.badge-shield .badge-art:before{background:linear-gradient(145deg,#14b8a6,#0f766e)}.badge-streak .badge-art:before{background:linear-gradient(145deg,#f0d848,#c9a414)}.badge-xp .badge-art:before{background:linear-gradient(145deg,#f5b642,#d98d12)}.badge-mission .badge-art:before{background:linear-gradient(145deg,#8b5cf6,#5b5bd6)}.badge-card.locked{opacity:1}.badge-card.locked .badge-art{filter:grayscale();opacity:.5}.badge-objective-card.locked .badge-art{filter:none;opacity:1}.badge-card.locked strong,.badge-card.locked p{color:#8a94a6}.badge-objective-card.locked strong{color:var(--text)}.detailed-session-list{gap:0}.detailed-session-row{grid-template-columns:minmax(0,1fr) minmax(220px,auto);align-items:center;display:grid}.history-score-grid{color:var(--muted);text-align:right;justify-items:end;gap:5px;display:grid}.history-score-grid strong{color:var(--text);display:inline}.history-answers-button{min-height:36px;padding:8px 12px;font-size:.9rem}.answer-history-panel{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;width:min(760px,72vw);margin-top:10px;padding:12px}.answer-history-list{gap:8px;max-height:420px;display:grid;overflow:auto}.answer-history-row{border:1px solid var(--border);color:var(--muted);text-align:left;background:#fff;border-radius:8px;grid-template-columns:34px minmax(88px,1fr) minmax(96px,auto) minmax(86px,auto) 56px;align-items:center;gap:8px;padding:10px;display:grid}.answer-history-row strong,.answer-history-row b{color:var(--text)}.answer-index{width:26px;height:26px;color:var(--muted);background:#eef2f7;border-radius:999px;place-items:center;font-size:.82rem;font-weight:900;display:grid}.answer-history-row.correct{border-color:#18b9784d}.answer-history-row.correct .answer-index{background:var(--mint-soft);color:var(--success)}.answer-history-row.wrong{border-color:#b4231857}.answer-history-row.wrong .answer-index{color:var(--danger);background:#fff3f0}@media (width<=960px){.mission-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.dashboard-section-nav{border-radius:8px;top:74px}.mission-grid-compact{grid-template-columns:1fr}.badge-family-panel summary{grid-template-columns:minmax(0,1fr) 28px}.badge-family-panel summary:before{grid-column:2}.badge-family-panel summary em{grid-column:1/-1}.badge-objective-header{grid-template-columns:1fr}.objective-check-row{grid-template-columns:30px minmax(0,1fr)}.objective-check-copy em{grid-column:auto}.detailed-session-row{grid-template-columns:1fr}.history-score-grid{text-align:left;justify-items:start}.answer-history-panel{width:100%}.answer-history-row{grid-template-columns:32px 1fr}}.dashboard-level-section{gap:22px}.stats-insight-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.stats-insight-card{align-content:start;gap:12px;min-height:190px;display:grid}.stats-insight-card>span,.operation-stat-topline span,.record-grid span,.stat-detail-grid span{color:var(--muted);font-size:.86rem;font-weight:850}.insight-main{color:var(--text);font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.05}.insight-detail-list{gap:8px;display:grid}.insight-detail-row{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-height:38px;padding:8px 10px;display:flex}.trend-chip-row{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.trend-chip{min-height:32px;color:var(--muted);border:1px solid var(--border);background:#f7f9fc;border-radius:999px;align-items:center;padding:6px 9px;font-size:.84rem;font-weight:850;display:inline-flex}.trend-chip.positive{background:var(--mint-soft);color:var(--success);border-color:#18b97847}.trend-chip.negative{color:var(--danger);background:#fff3f0;border-color:#b4231847}.record-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.record-grid>div,.stat-detail-grid>div{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;align-content:center;gap:5px;min-height:66px;padding:10px;display:grid}.record-grid strong,.stat-detail-grid strong{color:var(--text);font-size:1.25rem;line-height:1}.stats-subsection-title{margin-top:8px}.stats-subsection-title h3{font-size:clamp(1.25rem,2vw,1.7rem)}.operation-stats-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;display:grid}.operation-stat-card{align-content:start;gap:12px;min-height:226px;display:grid}.operation-stat-card.unplayed{background:linear-gradient(#f7f9fcd6,#fff 54%)}.operation-stat-topline{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.operation-stat-topline strong{color:var(--text);font-size:2rem;line-height:1}.stat-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.stats-focus-panel{justify-content:space-between;align-items:center;gap:18px;display:flex}.stats-focus-panel>div:first-child{gap:10px;min-width:190px;display:grid}.stats-focus-panel h3{font-size:clamp(1.25rem,2vw,1.7rem)}.stats-focus-list{flex:1;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.stats-focus-row{border:1px solid var(--border);background:#f7f9fc;border-radius:8px;gap:5px;min-height:74px;padding:12px;display:grid}.stats-focus-row strong{color:var(--text)}.stats-focus-row span{color:var(--muted)}.level-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=960px){.stats-focus-panel{flex-direction:column;align-items:stretch}}@media (width<=640px){.stats-insight-grid,.operation-stats-grid,.stats-focus-list{grid-template-columns:1fr}.level-metrics,.record-grid,.stat-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-section-nav{border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;display:grid;top:68px;overflow:visible}.dashboard-section-nav button{white-space:normal;min-width:0;min-height:38px;padding:8px 6px;font-size:.8rem;line-height:1.05}.dashboard-overview-section .dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-page .stat-card{align-content:space-between;min-height:112px;padding:14px;display:grid}.dashboard-page .stat-card strong{margin-top:10px;font-size:1.45rem}.dashboard-page .stat-mark,.dashboard-page .mission-mark{width:34px;height:34px;font-size:.72rem}.stats-insight-grid,.operation-stats-grid,.level-ladder,.mission-board-grid,.badge-level-grid{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;grid-template-columns:none;grid-auto-columns:minmax(260px,84vw);grid-auto-flow:column;gap:12px;padding-bottom:8px;scroll-padding-inline:2px;display:grid;overflow-x:auto}.stats-insight-card,.operation-stat-card,.level-card,.mission-xp-card,.badge-objective-card{scroll-snap-align:start}.stats-insight-card,.operation-stat-card,.mission-xp-card,.level-card{min-height:0}.badge-level-heading{gap:4px;display:grid}.badge-level-heading span{font-size:.78rem}.badge-objective-header{grid-template-columns:92px minmax(0,1fr)}.answer-history-list{max-height:520px}.answer-history-row{grid-template-columns:32px minmax(0,1fr);align-items:start}.answer-history-row strong,.answer-history-row>span:not(.answer-index){grid-column:2}.answer-history-row>span:not(.answer-index){justify-content:space-between;gap:10px;min-width:0;display:flex}.answer-history-row>span:last-child{justify-content:flex-start;font-weight:850}.home-page .arena-lanes{grid-template-columns:repeat(3,minmax(0,1fr))}.home-page .arena-lanes>div{min-height:78px;padding:10px 6px}.home-page .arena-lanes strong{font-size:1.25rem}.game-page.session-active .game-hero{display:none}.game-page .setup-panel .control-group{grid-template-columns:1fr;gap:10px}.game-page .setup-panel .panel-label{text-align:left;max-width:none}.game-page .setup-panel .segmented-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.game-page .setup-panel .segment{min-height:56px;padding:10px}.game-page .setup-panel .start-session-button{min-height:60px}.game-page .sprint-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.game-page .sprint-metric-grid>div{min-height:92px;padding:10px 6px}.game-page .sprint-metric-grid strong{font-size:1.35rem}.game-page .sprint-metric-grid span:last-child{font-size:.68rem}.game-page .metric-symbol{border-radius:10px;width:34px;height:34px;font-size:.72rem}.game-page .sprint-card{padding:18px}.game-page .quiz-form input{min-height:86px}.authenticated-shell .main-content{min-height:100dvh;padding:78px 10px 14px}.dashboard-page{gap:10px}.dashboard-page:not(.dashboard-active-overview){height:calc(100dvh - 92px);min-height:0;overflow:hidden}.dashboard-page:not(.dashboard-active-overview) .dashboard-hero{display:none}.dashboard-page:not(.dashboard-active-overview) .dashboard-section-nav{flex:none;position:static}.dashboard-page:not(.dashboard-active-overview) .dashboard-view-panel.active{overscroll-behavior:contain;scrollbar-width:none;flex:auto;min-height:0;padding:10px 2px 18px;overflow-y:auto}.dashboard-page:not(.dashboard-active-overview) .dashboard-view-panel.active::-webkit-scrollbar{width:0;height:0}.badge-family-panel[open]::-webkit-scrollbar{width:0;height:0}.objective-check-list::-webkit-scrollbar{width:0;height:0}.answer-history-list::-webkit-scrollbar{width:0;height:0}.dashboard-page.dashboard-active-overview .dashboard-hero{min-height:0;padding:16px}.dashboard-page.dashboard-active-overview .dashboard-hero h1{margin-top:10px;font-size:clamp(2rem,11vw,2.75rem)}.dashboard-page.dashboard-active-overview .dashboard-greeting>strong{font-size:clamp(1.9rem,10vw,2.55rem)}.dashboard-page.dashboard-active-overview .small-lead{margin-top:6px;font-size:.92rem;line-height:1.25}.dashboard-page.dashboard-active-overview .dashboard-overview-section .section-kicker{display:none}.dashboard-page.dashboard-active-overview .player-level-card{order:-1;gap:10px;padding:16px}.dashboard-page.dashboard-active-overview .player-level-card h3{margin-top:6px;font-size:1.7rem}.dashboard-page.dashboard-active-overview .player-level-card p{font-size:.9rem}.dashboard-section-nav{position:static;box-shadow:0 12px 28px #1018280f}.dashboard-view-panel .section-kicker{gap:6px}.dashboard-view-panel .section-kicker h2{font-size:clamp(1.55rem,8vw,2rem)}.stats-insight-grid,.operation-stats-grid,.level-ladder,.mission-board-grid,.badge-level-grid{scroll-snap-type:none;grid-template-columns:1fr;grid-auto-columns:auto;grid-auto-flow:row;padding-bottom:0;overflow-x:visible}.stats-insight-card,.operation-stat-card,.level-card,.mission-xp-card,.badge-objective-card{scroll-snap-align:none;padding:16px}.stats-insight-card,.operation-stat-card,.mission-xp-card{min-height:0}.insight-main{font-size:1.55rem}.operation-stat-topline strong{font-size:1.65rem}.operation-stat-card,.level-card{gap:10px}.stats-focus-panel{padding:16px}.mission-xp-card{gap:12px}.badge-family-panel{padding:12px}.badge-family-panel[open]{scrollbar-width:none;max-height:62dvh;overflow-y:auto}.badge-objective-header{grid-template-columns:86px minmax(0,1fr);gap:12px}.badge-objective-card .badge-art{width:82px;height:98px}.badge-objective-card .badge-art:before{border-radius:15px;inset:8px 11px 24px}.badge-objective-card .badge-art:after{height:32px;left:28px;right:28px}.badge-objective-card .badge-core{border-width:2px;width:48px;height:48px}.badge-objective-card .badge-family-icon{width:34px;height:34px}.badge-objective-card .badge-art.rank-two .badge-tier-flourish:before,.badge-objective-card .badge-art.rank-two .badge-tier-flourish:after{border-left-width:3px;width:24px;height:56px;top:24px}.badge-objective-card .badge-art.rank-two .badge-tier-flourish:before{left:0}.badge-objective-card .badge-art.rank-two .badge-tier-flourish:after{right:0}.badge-objective-card .badge-art.rank-three .badge-core:before,.badge-objective-card .badge-art.rank-three .badge-core:after{border-left-width:3px;width:24px;height:52px;top:0}.badge-objective-card .badge-art.rank-three .badge-core:before{left:-18px;transform:rotate(-12deg)}.badge-objective-card .badge-art.rank-three .badge-core:after{right:-18px;transform:scaleX(-1)rotate(-12deg)}.badge-objective-card .badge-art.rank-three .badge-tier-flourish:before{width:38px;height:25px;top:-5px}.badge-objective-card .badge-art.rank-three .badge-tier-flourish:after{inset:7px 12px 18px}.badge-objective-header strong{font-size:1rem}.badge-objective-header p{font-size:.92rem;line-height:1.3}.objective-check-list{scrollbar-width:none;max-height:240px;overflow-y:auto}.objective-check-row{min-height:34px;padding:7px 8px}.dashboard-history-section{padding:14px}.detailed-session-list,.history-score-grid{gap:10px}.detailed-session-row{padding:14px}.answer-history-list{scrollbar-width:none;max-height:360px}.answer-history-row{gap:7px;padding:9px}.game-page{gap:14px;min-height:calc(100dvh - 92px)}.game-page .game-hero{gap:10px}.game-page .game-hero h1{font-size:clamp(2.25rem,13vw,3rem)}.game-page .game-hero .lead{font-size:.94rem;line-height:1.45}.game-page .setup-panel.control-panel{gap:16px;padding:16px;display:grid}.game-page .settings-panel.setup-panel>div.control-group:not(.focus-note),.game-page .setup-panel .control-group{grid-template-columns:1fr;gap:9px;display:grid}.game-page .setup-panel .panel-label{width:100%;color:var(--text);text-align:left;text-transform:none;margin:0;font-size:.82rem;line-height:1.1}.game-page .setup-panel .segmented-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;display:grid;overflow:visible}.game-page .setup-panel .mode-control .segmented-grid button:last-child{grid-column:1/-1}.game-page .setup-panel .segment{white-space:normal;min-width:0;min-height:52px;padding:10px 8px;font-size:.9rem;line-height:1.1}.game-page.session-active{justify-content:start;min-height:calc(100dvh - 92px)}.game-page.session-active .sprint-play-area{gap:14px}.game-page.session-active .timer-ring{width:86px;height:86px}.game-page.session-active .sprint-card{padding:16px}.game-page.session-active .question-line{min-height:104px;font-size:clamp(3.25rem,16vw,4rem)}.game-page.session-active .quiz-form{gap:14px}.game-page.session-active .quiz-form input{min-height:82px}.dashboard-active-missions .section-kicker h2{font-size:clamp(1.55rem,7vw,1.9rem);line-height:1.12}.dashboard-active-missions .mission-board-grid{gap:10px}.dashboard-active-missions .mission-xp-card{gap:8px;padding:13px}.dashboard-active-missions .mission-xp-card h3{font-size:1rem}.dashboard-active-missions .mission-xp-card p,.dashboard-active-missions .mission-progress-row{font-size:.88rem;line-height:1.25}.dashboard-active-missions .badge-subsection-title{margin-top:10px}.app-shell:not(.authenticated-shell) .topbar{margin-top:4px;padding:8px 18px}.app-shell:not(.authenticated-shell) .topbar .brand-mark{width:52px;height:52px}.app-shell:not(.authenticated-shell) .topbar .brand-mark img{width:44px;height:44px}.app-shell:not(.authenticated-shell) .topbar .brand-copy strong{font-size:1.45rem}.home-hero{gap:10px;padding-top:6px}.home-hero-copy{gap:12px}.home-hero-copy h1{font-size:clamp(2.2rem,10.8vw,2.95rem);line-height:1}.home-hero-copy .lead{font-size:.96rem;line-height:1.48}.home-page .button-row{gap:8px}.home-page .primary-button,.home-page .secondary-button{min-height:46px}.home-page .arena-preview{gap:9px;min-height:0;padding:12px}.home-page .quick-test-badge{min-height:28px;padding:5px 12px;top:-15px}.home-page .arena-topline,.home-page .arena-feedback{min-height:44px;padding:8px 10px}.home-page .arena-question{min-height:92px;padding:12px}.home-page .arena-answer-preview,.home-page .arena-submit-preview{min-height:46px}.home-page .arena-lanes>div{min-height:62px}.home-page .arena-feedback{display:none}}
