@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#153034;background:#f5f1e8;font-family:Manrope,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #153034;--ink-soft: #52666a;--paper: #f5f1e8;--surface: #fffdf8;--amber: #e2a42d;--amber-deep: #c88816;--border: #ddd5c6;--success: #2e7455;--danger: #a4423d;--shadow: 0 20px 50px rgba(21, 48, 52, .1);--teal: #0e6e6a;--teal-soft: #e5f4f2;--amber-soft: #fff6df;--danger-soft: #fdecea;--success-soft: #e7f6ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}:focus-visible{outline:3px solid rgba(226,164,45,.55);outline-offset:3px}.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.public-page{min-height:100vh;background:radial-gradient(circle at 80% 0%,#fff8dd 0,transparent 36%),var(--paper)}.public-header,.student-header{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px max(24px,calc((100vw - 1120px)/2));border-bottom:1px solid var(--border);background:#f5f1e8e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.student-header{position:sticky;top:0;z-index:5}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;text-decoration:none;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:var(--paper);background:var(--ink)}.button{min-height:44px;border:1px solid transparent;border-radius:10px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;text-decoration:none;cursor:pointer}.button:disabled{opacity:.65;cursor:wait}.button-primary{color:var(--ink);background:var(--amber);box-shadow:0 8px 18px #c888162e}.button-primary:hover{background:#edb33c}.button-secondary{color:var(--ink);border-color:var(--border);background:var(--surface)}.hero{padding-block:clamp(72px,12vw,150px) 70px}.hero h1{max-width:830px;margin:16px 0 20px;font-size:clamp(3rem,7.2vw,6.6rem);line-height:.94;letter-spacing:-.065em}.hero-copy{max-width:620px;margin:0;color:var(--ink-soft);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.7}.eyebrow{color:var(--amber-deep);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin-top:32px}.text-link{font-weight:700;text-underline-offset:4px}.notice{max-width:680px;margin-top:24px;padding:16px 18px;border-left:4px solid var(--amber);background:var(--surface)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border)}.feature-card{min-height:240px;padding:34px 28px;border-right:1px solid var(--border)}.feature-card:last-child{border-right:0}.feature-card h2{margin:44px 0 10px;font-size:1.2rem}.feature-card p,.panel p{color:var(--ink-soft);line-height:1.6}.feature-number{color:var(--amber-deep);font-family:ui-monospace,monospace;font-size:.75rem}.auth-page{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.9fr);align-items:center;gap:28px;padding:max(20px,env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));background:radial-gradient(900px 420px at 0% -10%,rgba(14,110,106,.14),transparent 55%),radial-gradient(700px 380px at 100% 110%,rgba(240,180,41,.2),transparent 46%),#eef3f1;overflow-x:clip}.auth-panel{width:min(460px,100%);margin-inline:auto;display:grid;gap:26px}.auth-intro h1{margin:8px 0;font-size:clamp(2.05rem,4vw,3.15rem);line-height:1.02;letter-spacing:-.045em}.auth-intro p{margin:0;color:var(--ink-soft);line-height:1.55}.auth-form{display:grid;gap:16px}.field{display:grid;gap:6px}.field>label{font-size:.92rem;font-weight:800}.field-hint{margin:0;color:var(--ink-soft);font-size:.8rem;font-weight:600}.field-error{margin:0;color:var(--danger);font-size:.86rem;font-weight:700}.phone-field,.password-field{display:flex;align-items:center;min-height:52px;padding-inline:12px;border:1px solid var(--border);border-radius:14px;background:#fff}.phone-field:focus-within,.password-field:focus-within{border-color:var(--teal);box-shadow:0 0 0 4px #0e6e6a29}.phone-field.is-invalid,.password-field.is-invalid{border-color:var(--danger);background:#fff8f7}.phone-prefix{padding-right:10px;margin-right:10px;border-right:1px solid var(--border);font-weight:800}.phone-field input,.password-field input{width:100%;min-height:48px;padding:0;border:0;border-radius:0;color:var(--ink);background:transparent}.phone-field input:focus,.password-field input:focus,.phone-field input:focus-visible,.password-field input:focus-visible{outline:none;border:0;box-shadow:none}.password-toggle{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:12px;color:var(--ink-soft);background:transparent;cursor:pointer}.password-toggle:hover{color:var(--ink);background:#f3f6f5}.form-banner{margin:0;padding:12px 14px;border-radius:14px;background:var(--danger-soft);color:var(--danger);font-weight:700;line-height:1.45}.form-banner:focus{outline:3px solid rgba(164,66,61,.35);outline-offset:2px}.auth-form .button-primary{width:100%;min-height:52px;border-radius:14px}.help-cta{justify-self:start;min-height:44px;padding:0;border:0;background:transparent;color:var(--teal);font-weight:800;text-align:left;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.help-panel{padding:14px 16px;border-radius:16px;background:var(--amber-soft)}.help-panel p{margin:0;color:var(--ink);line-height:1.5}.help-panel[hidden]{display:none}.auth-aside{display:flex;min-width:0}.learner-aside-card{width:100%;display:grid;align-content:end;gap:18px;min-height:540px;padding:clamp(24px,4vw,40px);border-radius:28px;color:#f6faf8;background:radial-gradient(420px 220px at 100% 0%,rgba(240,180,41,.35),transparent 58%),linear-gradient(165deg,#1c5552,#143e40 46%,#0e2c2e);box-shadow:0 24px 50px #102a2c2e}.learner-aside-card .eyebrow{color:#f0b429}.learner-aside-title{margin:0;max-width:11ch;font-size:clamp(2rem,3.2vw,3rem);font-weight:800;line-height:.98;letter-spacing:-.045em}.trust-list{list-style:none;display:grid;gap:10px;margin:0;padding:0}.trust-list li{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:16px;background:#ffffff14}.trust-list strong,.trust-copy{display:block}.trust-copy{margin-top:2px;color:#f6faf8c7;font-size:.86rem;line-height:1.4}.trust-icon{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;color:#12383a;background:#f0b429}.progress-demo{display:grid;gap:8px;padding:14px;border-radius:16px;background:#ffffff14}.progress-demo-top{display:flex;justify-content:space-between;font-size:.85rem;font-weight:800}.progress-demo-bar{height:8px;overflow:hidden;border-radius:999px;background:#ffffff29}.progress-demo-bar span{display:block;width:72%;height:100%;border-radius:inherit;background:#f0b429}.brand-static{cursor:default}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-error{margin:0;color:var(--danger)!important}.form-success{margin:0;color:var(--success)!important;font-weight:700}.auth-mode-actions{display:grid;gap:2px}.auth-mode-button{border:0;padding:8px;color:var(--ink);background:transparent;font-weight:700;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.invitation-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0%,#fff8dd 0,transparent 38%),var(--paper)}.invitation-card{width:min(620px,100%);display:grid;gap:58px;padding:clamp(28px,6vw,56px);border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.invitation-copy{display:grid;gap:18px}.invitation-copy h1{margin:0;font-size:clamp(2.2rem,6vw,4rem);line-height:1;letter-spacing:-.05em}.invitation-copy p{margin:0;color:var(--ink-soft);line-height:1.65}.invitation-copy .button{justify-self:start;margin-top:6px}.success-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--success);font-size:1.4rem;font-weight:800}.page-state{min-height:100vh;display:grid;place-content:center;padding:30px;text-align:center;background:var(--paper)}.error-state h1{margin-bottom:0}.student-shell{min-height:100vh;background:var(--paper)}.student-header nav{display:flex;gap:28px}.student-header nav a{color:var(--ink-soft);font-size:.9rem;font-weight:700;text-decoration:none}.student-main{width:min(1120px,calc(100% - 40px));margin-inline:auto;padding-block:54px 90px}.welcome-block{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:34px}.welcome-block h1{margin:10px 0 8px;font-size:clamp(2.2rem,5vw,4.2rem);letter-spacing:-.05em}.welcome-block p{margin:0;color:var(--ink-soft)}.category-chip{flex:0 0 auto;padding:9px 14px;border:1px solid var(--border);border-radius:999px;color:var(--ink-soft);background:var(--surface);font-size:.8rem;font-weight:800}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.dashboard-grid>:first-child{grid-column:1 / -1}.panel{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 1px #15303408}.panel-heading{padding:24px 24px 0}.panel-heading h2,.profile-card h2{margin:0 0 6px;font-size:1.05rem}.panel-heading p,.profile-card p{margin:0;font-size:.87rem}.panel-state{min-height:128px;display:grid;place-content:center;padding:24px;text-align:center}.panel-unavailable{gap:6px;color:var(--ink-soft)}.panel-unavailable strong{color:var(--ink)}.panel-unavailable span{font-size:.84rem}.data-list,.membership-list{list-style:none;margin:18px 0 0;padding:0 24px 12px}.data-list li,.membership-list li{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--border)}.data-list li div,.membership-list li div{display:grid;gap:4px}.data-list li span,.membership-list li div span{color:var(--ink-soft);font-size:.8rem}.profile-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;margin-top:18px;scroll-margin-top:100px}.email-verification-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;padding:20px 24px;border:1px solid rgba(226,164,45,.5);border-radius:14px;background:#fff8dd}.email-verification-banner p{margin:5px 0 0;color:var(--ink-soft)}.profile-card{display:flex;align-items:center;gap:18px;padding:24px}.avatar{width:62px;height:62px;flex:0 0 auto;display:grid;place-items:center;border-radius:18px;color:var(--paper);background:var(--ink);font-weight:800}.membership-card{overflow:hidden}.status{flex:0 0 auto;padding:6px 9px;border-radius:999px;font-size:.72rem!important;font-weight:800}.status-active{color:var(--success)!important;background:#2e74551a}.status-invited{color:var(--amber-deep)!important;background:#e2a42d21}.status-inactive{color:var(--ink-soft)!important;background:#efebe3}.disclaimer{margin:12px 0 0;color:var(--ink);font-weight:700;line-height:1.5}.header-tools,.auth-tools{display:flex;align-items:center;gap:10px}.auth-tools{justify-content:space-between}.locale-switch{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--surface)}.locale-option.is-active{background:var(--ink);color:var(--paper)}.public-nav{display:flex;flex-wrap:wrap;gap:16px 22px}.public-nav a,.student-header nav a{min-height:44px;display:inline-flex;align-items:center;color:var(--ink-soft);font-size:.9rem;font-weight:700;text-decoration:none}.locale-option{min-width:44px;min-height:44px;border:0;background:transparent;font-weight:800;cursor:pointer}a.feature-card{display:block;color:inherit;text-decoration:none}.practice-section{padding-block:36px 72px}.practice-section h1{margin:12px 0;font-size:clamp(2rem,5vw,3.4rem);letter-spacing:-.04em}.topic-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:28px 0 0;padding:0}.topic-link{min-height:72px;display:flex;align-items:center;padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:var(--surface);font-weight:800;text-decoration:none}.topic-link:hover{border-color:var(--amber-deep)}.question-card,.review-card{display:grid;gap:14px;margin-top:18px;padding:22px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.question-card h2,.review-card h2,.review-card h3{margin:0;font-size:1.25rem;line-height:1.35}.question-topic{margin:0;color:var(--amber-deep);font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.question-image{width:100%;max-height:320px;object-fit:contain;border-radius:12px;background:#efebe3}.option{min-height:52px;display:flex;align-items:center;gap:12px;margin-top:8px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer}.option input{width:18px;height:18px;flex:0 0 auto}.option-key{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#efebe3;font-size:.8rem;font-weight:800}.option.is-selected{border-color:var(--ink)}.option.is-correct,.review-options .is-correct{border-color:var(--success);background:#2e745514}.option.is-wrong,.review-options .is-wrong{border-color:var(--danger);background:#a4423d14}fieldset{margin:0;padding:0;border:0}.attempt-toolbar,.attempt-meta,.attempt-actions,.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.attempt-toolbar{justify-content:space-between;align-items:flex-start}.timer{margin:0;min-width:88px;padding:8px 12px;border-radius:999px;background:var(--ink);color:var(--paper);font-variant-numeric:tabular-nums;font-weight:800;text-align:center}.timer-warning{background:var(--danger)}.timer-unknown{background:transparent;color:var(--ink-soft);font-weight:600}.question-nav{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.question-dot{min-width:44px;min-height:44px;border:1px solid var(--border);border-radius:10px;background:#fff;font-weight:800;cursor:pointer}.question-dot.is-current{border-color:var(--ink);background:#fff8dd}.save-state{min-height:1.2em;margin:0;color:var(--ink-soft);font-size:.9rem}.result{display:grid;gap:12px}.result-score{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px 18px}.result-score strong{font-size:3rem;letter-spacing:-.05em}.review-list{display:grid;gap:12px}.review-options{list-style:none;margin:0;padding:0;display:grid;gap:8px}.review-options li{padding:10px 12px;border:1px solid var(--border);border-radius:10px}.skip-link{position:absolute;left:12px;top:-48px;z-index:20;padding:10px 14px;border-radius:8px;background:var(--ink);color:var(--paper);font-weight:800}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.data-list a{font-weight:800}@media(max-width:780px){.feature-grid,.dashboard-grid,.profile-grid,.auth-page{grid-template-columns:1fr}.feature-card{border-right:0;border-bottom:1px solid var(--border)}.public-header,.student-header{flex-wrap:wrap;align-items:flex-start}.student-header nav,.public-nav{display:flex;width:100%}.student-main{width:min(100% - 28px,1120px);padding-top:34px}.welcome-block{align-items:start;flex-direction:column}.dashboard-grid>:first-child{grid-column:auto}.field-row{grid-template-columns:1fr}.email-verification-banner{align-items:stretch;flex-direction:column}.attempt-actions .button{flex:1 1 auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.skeleton{animation:none}}@media(max-width:860px){.auth-page{align-items:start;padding-inline:16px}.auth-panel{width:min(520px,100%);gap:18px;padding-top:8px}.learner-aside-card{min-height:0;gap:12px;padding:16px;color:var(--ink);background:#fff;box-shadow:0 10px 30px #14282c0f}.learner-aside-title,.progress-demo{display:none}.learner-aside-card .eyebrow{color:var(--amber-deep)}.trust-list li{align-items:center;min-height:44px;background:#f4f7f6}.trust-copy{color:var(--ink-soft)}}@media(max-width:480px){.trust-copy{display:none}.auth-intro h1{font-size:1.9rem}}.student-shell{min-height:100vh;min-height:100dvh;overflow-x:clip;background:radial-gradient(1000px 380px at 0% -12%,rgba(14,110,106,.12),transparent 52%),#eef3f1}.student-shell .student-header{background:#ffffffeb;border-bottom:1px solid rgba(20,40,44,.08)}.student-shell .student-nav{gap:4px;padding:4px;border-radius:999px;background:#14282c0d}.student-shell .student-nav a{min-height:44px;padding:0 14px;border-radius:999px}.student-shell .student-nav a.is-active,.student-shell .student-nav a[aria-current=page]{color:var(--ink);background:#fff;box-shadow:0 1px 3px #14282c14}.student-tabbar{display:none}.locale-switch.is-prominent{background:#fff;box-shadow:0 1px 2px #14282c0f}.locale-switch.is-prominent .locale-option.is-active{background:var(--teal);color:#fff}.student-shell .button,.auth-page .button{border-radius:14px}.student-shell .student-main{width:min(1040px,calc(100% - 40px));padding-block:28px 72px}.student-shell .welcome-block h1,.student-shell .learner-page-head h1{margin:8px 0;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.05;letter-spacing:-.04em}.learner-page-head{margin-bottom:18px}.learner-page-head .eyebrow,.welcome-block .eyebrow{margin:0}.learner-chips{display:flex;flex-wrap:wrap;gap:8px}.student-shell .disclaimer{display:inline-block;margin-top:12px;padding:8px 12px;border-radius:12px;background:var(--amber-soft);font-size:.82rem;font-weight:700}.stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.stat-card{display:grid;gap:6px;min-height:92px;padding:14px 16px;border:1px solid rgba(20,40,44,.08);border-radius:18px;background:#fff;box-shadow:0 8px 24px #14282c0a}.stat-card span{color:var(--ink-soft);font-size:.78rem;font-weight:700}.stat-card strong{font-size:clamp(1.5rem,3vw,1.9rem);letter-spacing:-.04em}.stat-skeleton{width:42px;height:28px;margin:0}.student-shell .panel{border:1px solid rgba(20,40,44,.08);border-radius:22px;background:#fff;box-shadow:0 12px 32px #14282c0d}.student-shell .panel-heading{padding:18px 18px 0}.student-shell .data-list,.student-shell .membership-list{margin:10px 0 0;padding:0 10px 12px}.student-shell .data-list li,.student-shell .membership-list li{min-height:76px;margin-top:8px;padding:12px;border:0;border-radius:16px;background:#f5f8f7}.student-shell .data-list li div,.student-shell .membership-list li div{min-width:0}.student-shell .data-list strong,.student-shell .membership-list strong{overflow-wrap:anywhere}.student-shell .data-list .button{flex:0 0 auto}.result-link{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;color:inherit;font-weight:700;text-decoration:none}.score-pill{min-width:68px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;color:var(--teal);background:var(--teal-soft)}.score-pill.is-low{color:var(--danger);background:var(--danger-soft)}.topic-meter{display:grid;gap:8px;min-width:0}.topic-meter-top{display:flex;justify-content:space-between;gap:12px}.student-shell .data-list li.topic-row{display:grid;align-items:center}.meter{height:8px;overflow:hidden;border-radius:999px;background:#e3ebe9}.meter span{display:block;height:100%;border-radius:inherit;background:var(--teal)}.meter span.is-mid{background:var(--amber-deep)}.meter span.is-low{background:var(--danger)}.status-assigned{color:var(--teal)!important;background:var(--teal-soft)}.status-in_progress{color:var(--amber-deep)!important;background:var(--amber-soft)}.status-completed{color:var(--success)!important;background:var(--success-soft)}.status-expired{color:var(--ink-soft)!important;background:#efebe3}.panel-empty{gap:10px}.panel-empty p{margin:0}.empty-mark{width:44px;height:44px;border-radius:14px;background:radial-gradient(circle at 50% 42%,#f0b429 0 7px,transparent 8px),var(--teal-soft)}.skeleton{display:block;height:14px;margin:8px 20px;border-radius:999px;background:linear-gradient(90deg,#e6eeec,#f7fbfa 48%,#e6eeec);background-size:200% 100%;animation:learner-shimmer 1.2s ease-in-out infinite}.skeleton+.skeleton{width:72%}.skeleton-card{height:148px;margin:0;border-radius:22px}@keyframes learner-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.panel-unavailable .button{margin-top:8px}.learner-start{display:grid}.start-card,.learner-state{display:grid;justify-items:start;gap:12px}.start-card{padding:clamp(18px,3vw,32px);border-radius:24px;background:#fff;box-shadow:0 16px 40px #14282c0f}.start-card h1,.learner-state h1{margin:0;font-size:clamp(1.7rem,4vw,2.6rem);letter-spacing:-.04em}.start-card .hero-copy{margin:0}.start-facts{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.start-facts li{min-height:36px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:var(--teal-soft);font-weight:800}.student-shell .profile-card{align-items:center;padding:22px}.student-shell .avatar{width:72px;height:72px;border-radius:22px;background:linear-gradient(160deg,#1c5552,#0e2c2e);font-size:1.25rem}.profile-phone{margin:4px 0 0;color:var(--ink-soft);font-weight:700}.profile-help .panel-heading{padding-bottom:20px}.student-shell .profile-grid{grid-template-columns:1fr}.attempt-progress-track{display:none}.student-shell .attempt{display:grid;gap:14px;min-width:0}.student-shell .attempt-toolbar{position:sticky;top:72px;z-index:4;align-items:center;padding:12px 14px;border:1px solid rgba(20,40,44,.08);border-radius:18px;background:#fffffff0;box-shadow:0 8px 24px #14282c0d}.student-shell .attempt-progress-track{display:block;flex:1 1 140px;height:8px;overflow:hidden;border-radius:999px;background:#e3ebe9}.student-shell .attempt-progress-track span{display:block;height:100%;border-radius:inherit;background:var(--teal)}.student-shell .timer{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.student-shell .question-nav{flex-wrap:nowrap;max-width:100%;margin:0;overflow-x:auto;scroll-snap-type:x proximity}.student-shell .question-dot{flex:0 0 auto;scroll-snap-align:center}.student-shell .question-dot.is-answered{border-color:var(--teal);background:var(--teal-soft)}.student-shell .question-dot.is-current{border-color:var(--ink);background:var(--amber-soft)}.student-shell .question-card{border:0;border-radius:22px;box-shadow:0 12px 32px #14282c0d}.student-shell .question-card h2{overflow-wrap:anywhere;font-size:clamp(1.2rem,2.4vw,1.55rem);letter-spacing:-.03em}.student-shell .option{min-height:56px;border-radius:16px;background:#fff}.student-shell .option span:last-child{overflow-wrap:anywhere}.student-shell .option.is-selected{border-color:var(--teal);background:var(--teal-soft);box-shadow:inset 0 0 0 1px var(--teal)}.student-shell .question-image{max-width:100%}.result-hero{display:contents}.student-shell .result.container{width:100%}.student-shell .result{gap:16px}.student-shell .result-hero{display:grid;gap:6px;padding:22px;border-radius:24px;background:#fff;box-shadow:0 16px 40px #14282c0f}.student-shell .result-hero.is-pass{background:linear-gradient(180deg,#e7f6ee,#fff 58%)}.student-shell .result-hero.is-fail{background:linear-gradient(180deg,#fff1ef,#fff 58%)}.student-shell .result h1{margin:0;font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.04em}.student-shell .result-score strong{font-size:clamp(3rem,8vw,4.4rem)}.student-shell .review-card{border:0;border-radius:18px;box-shadow:0 10px 28px #14282c0d}.student-shell .review-card h3{overflow-wrap:anywhere}.page-state.learner-state{justify-items:center;gap:8px;background:#eef3f1}.page-state.learner-state .button{margin-top:8px}@media(min-width:900px){.student-shell .profile-grid{grid-template-columns:.9fr 1.1fr}.student-shell .profile-help{grid-column:1 / -1}}@media(max-width:780px){.student-shell .student-header{flex-wrap:nowrap;align-items:center;gap:8px;min-height:64px;padding:max(8px,env(safe-area-inset-top)) 12px 8px}.student-shell .student-header nav{display:none}.student-shell .header-tools .button{padding-inline:12px}.student-tabbar{position:fixed;right:0;bottom:0;left:0;z-index:6;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:6px 8px calc(8px + env(safe-area-inset-bottom));border-top:1px solid rgba(20,40,44,.08);background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.student-shell .student-tabbar a{min-height:52px;flex-direction:column;gap:2px;padding:4px 6px;border-radius:14px;font-size:.72rem}.student-shell .student-tabbar a span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-shell .student-tabbar a.is-active,.student-shell .student-tabbar a[aria-current=page]{color:var(--teal);background:var(--teal-soft)}.student-shell .student-main{width:min(100% - 24px,1040px);padding-top:20px;padding-bottom:calc(112px + env(safe-area-inset-bottom))}.student-shell .data-list li{align-items:stretch;flex-direction:column}.student-shell .data-list .button,.student-shell .hero-actions .button,.start-card .button{width:100%}.student-shell .attempt-toolbar{top:64px}.student-shell .attempt-actions{position:sticky;bottom:calc(78px + env(safe-area-inset-bottom));z-index:4;padding:10px;border:1px solid rgba(20,40,44,.08);border-radius:18px;background:#fffffff5;box-shadow:0 10px 30px #14282c14}.student-shell .attempt-actions .button{min-height:48px}}
