@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Nunito+Sans:wght@400;600;700&display=swap");:root{--brand-accent:#10B981;--brand-accent-dark:#059669;--brand-accent-light:#D1FAE5;--brand-dark:#0f2040;--brand-navy:#1e3a6e;--text-primary:#1a1a1a;--text-muted:#6b7280;--border:#e5e7eb;--bg-page:#f5f6fa;--bg-card:#ffffff;--green:#16a34a;--red:#E03C38;--radius:10px;--shadow:0 2px 12px rgba(0,0,0,0.08)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:Nunito Sans,Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg-page);color:var(--text-primary);min-height:100vh}.aa-header{background:var(--brand-dark);padding:0 24px;height:56px;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:100}.aa-header,.aa-logo{display:flex;align-items:center}.aa-logo{gap:10px;text-decoration:none}.aa-logo-icon{width:36px;height:36px;flex-shrink:0}.aa-logo-text{font-family:Nunito,sans-serif;font-size:15px;font-weight:700;letter-spacing:.02em;color:#fff;line-height:1.1}.aa-logo-text span{color:#9ca3af;font-weight:400}.aa-header-right{gap:16px}.aa-header-right,.timer-badge{display:flex;align-items:center}.timer-badge{gap:7px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:5px 12px;color:#fff;font-size:14px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.05em}.timer-badge svg{opacity:.7}.timer-badge.warning{background:rgba(234,179,8,.15);border-color:#ca8a04;color:#fde68a}.timer-badge.danger{background:rgba(220,38,38,.2);border-color:#dc2626;color:#fca5a5;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.section-badge{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-accent);padding:3px 8px;border:1px solid var(--brand-accent);border-radius:4px}.main-layout{display:grid;grid-template-columns:1fr 220px;grid-gap:20px;gap:20px;max-width:1100px;margin:24px auto;padding:0 20px 40px}@media (max-width:768px){.main-layout{grid-template-columns:1fr}.sidebar{order:-1}}.card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.part-header{padding:14px 20px 12px;border-bottom:1px solid var(--border);display:flex;align-items:baseline;gap:10px}.part-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-accent)}.question-counter{font-size:13px;color:var(--text-muted);margin-left:auto}.audio-section{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;background:#fafafa}.play-btn{display:inline-flex;align-items:center;gap:8px;background:var(--brand-dark);color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}.play-btn:hover:not(:disabled){background:#1a3562}.play-btn:disabled{opacity:.45;cursor:not-allowed}.play-btn.played{background:#4b5563}.play-hint{font-size:12px;color:var(--text-muted)}.photo-section{padding:20px;border-bottom:1px solid var(--border);text-align:center;background:#f9fafb}.photo-section img{max-width:100%;max-height:320px;object-fit:contain;border-radius:6px;box-shadow:0 1px 6px rgba(0,0,0,.12)}.question-body{padding:20px}.question-instruction{font-size:13px;color:var(--text-muted);margin-bottom:14px;font-style:italic}.question-item{margin-bottom:24px}.question-item:last-child{margin-bottom:0}.question-text{font-size:16px;font-weight:500;line-height:1.6;margin-bottom:14px}.passage-box{background:#f8f9fb;border:1px solid var(--border);border-radius:8px;padding:16px 18px;font-size:14.5px;line-height:1.8;margin-bottom:20px;white-space:pre-wrap}.question-body.passage-split{display:flex;gap:20px;align-items:flex-start}.question-body.passage-split>div:first-child{flex:1 1;position:-webkit-sticky;position:sticky;top:76px;max-height:calc(100vh - 120px);overflow-y:auto}.question-body.passage-split>div:last-child{flex:1 1;min-width:0}.options-list{list-style:none;display:flex;flex-direction:column;gap:8px}.option-item label{display:flex;align-items:flex-start;gap:11px;padding:11px 14px;border:1.5px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;font-size:15px;line-height:1.4}.option-item label:hover{border-color:var(--brand-accent);background:#ecfdf5}.option-item input[type=radio]{display:none}.option-item input[type=radio]:checked+label{border-color:var(--brand-accent);background:#ecfdf5}.option-letter{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text-muted);margin-top:1px}input[type=radio]:checked+label .option-letter{background:var(--brand-accent);color:#fff}.nav-footer{padding:16px 20px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:12px}.btn,.nav-footer{align-items:center}.btn{display:inline-flex;gap:6px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:background .15s,opacity .15s;font-family:inherit}.btn:disabled{opacity:.35;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-primary{background:var(--brand-dark);color:#fff}.btn-primary:hover:not(:disabled){background:#1a3562}.btn-accent{background:var(--brand-accent);color:#fff}.btn-accent:hover:not(:disabled){background:var(--brand-accent-dark)}.btn-submit{background:var(--green);color:#fff}.btn-submit:hover:not(:disabled){background:#15803d}.sidebar{display:flex;flex-direction:column;gap:16px}.sidebar-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 16px}.sidebar-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px}.palette{display:flex;flex-wrap:wrap;gap:6px}.palette-btn{width:30px;height:30px;border-radius:6px;border:1.5px solid var(--border);background:#f9fafb;font-size:11px;font-weight:600;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .1s;font-family:inherit}.palette-btn.current{border-color:var(--brand-accent);color:var(--brand-accent);background:#ecfdf5}.palette-btn.answered{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.palette-btn.answered.current{background:var(--brand-accent);border-color:var(--brand-accent)}.palette-btn.locked{background:#fee2e2;border-color:#fca5a5;color:#ef4444;cursor:not-allowed;opacity:.7}.palette-legend{margin-top:10px;display:flex;flex-direction:column;gap:5px}.legend-item{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--text-muted)}.legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.cover-page{min-height:calc(100vh - 56px);display:flex;align-items:center;justify-content:center;padding:32px 20px}.cover-card{background:var(--bg-card);border-radius:16px;box-shadow:0 4px 32px rgba(0,0,0,.1);border:1px solid var(--border);max-width:640px;width:100%;overflow:hidden}.cover-hero{background:var(--brand-dark);padding:36px 40px 28px;text-align:center}.cover-hero h1{font-family:Nunito,sans-serif;font-size:24px;font-weight:800;color:#fff;line-height:1.25;letter-spacing:-.01em}.cover-hero p{margin-top:6px;font-size:14px;color:#9ca3af}.cover-body{padding:32px 40px}.test-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-bottom:28px}.meta-item{background:#f9fafb;border:1px solid var(--border);border-radius:8px;padding:12px 14px}.meta-item .meta-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:3px}.meta-item .meta-val{font-size:15px;font-weight:700;color:var(--text-primary)}.form-label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text-primary)}.form-input{width:100%;padding:10px 13px;border:1.5px solid var(--border);border-radius:8px;font-size:15px;font-family:inherit;outline:none;transition:border-color .15s;margin-bottom:14px}.form-input:focus{border-color:var(--brand-accent)}.instructions-toggle{background:none;border:none;color:var(--brand-navy);font-size:13px;cursor:pointer;padding:0;text-decoration:underline;margin-bottom:20px;display:block;font-family:inherit}.instructions-box{background:#f8f9fb;border:1px solid var(--border);border-radius:8px;padding:14px 16px;font-size:13px;line-height:1.7;margin-bottom:20px;display:none}.instructions-box.open{display:block}.instructions-box ul{padding-left:18px}.instructions-box li{margin-bottom:5px}.start-btn{width:100%;padding:14px;background:var(--brand-accent);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s;letter-spacing:.01em}.start-btn:hover{background:var(--brand-accent-dark)}.start-btn:disabled{opacity:.4;cursor:not-allowed}.disclaimer-text{margin-top:20px;font-size:11px;color:#9ca3af;line-height:1.6;text-align:center}.section-break{min-height:calc(100vh - 56px);display:flex;align-items:center;justify-content:center;padding:24px}.section-break-card{background:var(--bg-card);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);max-width:540px;width:100%;padding:40px;text-align:center}.section-break-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:28px}.section-break-card h2{font-family:Nunito,sans-serif;font-size:22px;font-weight:800;margin-bottom:8px}.section-break-card p{color:var(--text-muted);font-size:14px;line-height:1.6;margin-bottom:24px}.results-page{max-width:800px;margin:0 auto;padding:28px 20px 60px}.score-hero{background:var(--brand-dark);border-radius:14px;padding:32px;text-align:center;margin-bottom:20px;color:#fff}.score-hero h2{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:8px}.band-display{font-family:Nunito,sans-serif;font-size:64px;font-weight:900;line-height:1;color:#fff;letter-spacing:-.03em}.band-name{display:inline-block;margin-top:12px;background:var(--brand-accent);color:#fff;border-radius:6px;padding:4px 14px;font-size:14px;font-weight:700;letter-spacing:.05em}.band-caveat{margin-top:8px;font-size:13px;color:#9ca3af}.criterion-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.criterion-label{font-size:12px;font-weight:600;color:var(--text-primary);min-width:140px;flex-shrink:0}.criterion-bar-track{flex:1 1;height:8px;background:#e5e7eb;border-radius:99px;overflow:hidden}.criterion-bar-fill{height:100%;border-radius:99px;transition:width .8s cubic-bezier(.4,0,.2,1)}.criterion-bar-fill.band-1{background:var(--red);width:25%}.criterion-bar-fill.band-2{background:#f59e0b;width:50%}.criterion-bar-fill.band-3{background:var(--brand-accent);width:75%}.criterion-bar-fill.band-4{background:var(--green);width:100%}.criterion-bar-fill.uncalibrated{background:#d1d5db;width:50%}.criterion-band{font-size:12px;font-weight:700;min-width:24px;text-align:right}.results-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:20px}@media (max-width:600px){.results-grid{grid-template-columns:1fr}}.result-section-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.result-section-card h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:14px}.score-bar-row{margin-bottom:10px}.score-bar-label{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px}.score-bar-label span:first-child{color:var(--text-primary);font-weight:500}.score-bar-label span:last-child{color:var(--text-muted)}.score-bar-track{height:7px;background:#e5e7eb;border-radius:99px;overflow:hidden}.score-bar-fill{height:100%;border-radius:99px;background:var(--brand-accent);transition:width .8s cubic-bezier(.4,0,.2,1)}.score-bar-fill.low{background:var(--red)}.score-bar-fill.high{background:var(--green)}.results-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow);margin-bottom:16px}.results-card h3{font-size:15px;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px}.evidence-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.error-card,.evidence-card{padding:12px 14px;margin-bottom:10px;font-size:13.5px;line-height:1.6}.error-card{background:#fef2f2;border:1px solid #fecaca;border-left:3px solid var(--red);border-radius:8px}.error-card .l1-note{font-size:12px;color:var(--text-muted);font-style:italic;margin-top:4px}.next-step-card{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px 14px;margin-top:10px;font-size:13.5px;line-height:1.6;font-weight:600}.review-toggle{background:none;border:none;color:var(--brand-navy);font-size:13px;cursor:pointer;padding:4px 0;text-decoration:underline;font-family:inherit}.review-part-heading{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-accent);margin:16px 0 8px;padding-bottom:4px;border-bottom:1px solid var(--border)}.review-item{margin-bottom:16px;padding:12px;background:#f9fafb;border-radius:8px}.review-q{font-size:14px;font-weight:600;margin-bottom:8px}.review-choice{font-size:13px;padding:4px 8px;margin-bottom:3px;border-radius:4px;display:flex;align-items:center;gap:6px}.review-choice .letter{font-weight:700;min-width:16px}.review-choice.correct{background:#d1fae5}.review-choice.chosen{background:#fee2e2}.review-badge{margin-left:auto;font-size:11px;font-weight:700}.review-rationale{margin-top:8px;background:#f0f9ff}.review-rationale,.review-script{font-size:12px;color:var(--text-muted);padding:8px 10px;border-radius:6px;line-height:1.5}.review-script{background:#f9fafb;white-space:pre-wrap}.writing-editor{max-width:800px;margin:24px auto;padding:0 20px 40px}.writing-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:24px}.writing-prompt{margin-bottom:20px;background:#f8f9fb;border:1px solid var(--border);border-radius:8px}.writing-prompt,.writing-textarea{font-size:15px;line-height:1.7;padding:16px}.writing-textarea{width:100%;min-height:240px;border:1.5px solid var(--border);border-radius:8px;font-family:inherit;resize:vertical;outline:none;transition:border-color .15s}.writing-textarea:focus{border-color:var(--brand-accent)}.writing-meta{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:13px;color:var(--text-muted)}.word-count{font-weight:600}.word-count.warning{color:#f59e0b}.word-count.danger{color:var(--red)}.autosave-indicator{font-size:11px;color:#9ca3af}.speaking-stage{max-width:700px;margin:24px auto;padding:0 20px 40px}.speaking-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:32px;text-align:center}.speaking-prompt{font-size:15px;line-height:1.7;margin-bottom:24px;padding:16px;background:#f8f9fb;border:1px solid var(--border);border-radius:8px;text-align:left}.speaking-timer{font-family:Nunito,sans-serif;font-size:48px;font-weight:900;color:var(--brand-dark);margin-bottom:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.speaking-timer.recording{color:var(--red)}.speaking-phase-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.speaking-phase-label.prep{color:var(--brand-accent)}.speaking-phase-label.rec{color:var(--red)}.record-btn{width:72px;height:72px;border-radius:50%;border:3px solid var(--red);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:16px auto;transition:background .15s}.record-btn:hover{background:#fef2f2}.record-btn.recording{background:var(--red);animation:pulse 1s infinite}.record-btn .rec-dot{width:28px;height:28px;border-radius:50%;background:var(--red)}.record-btn.recording .rec-dot{background:#fff;border-radius:4px;width:22px;height:22px}.speaking-image{max-width:100%;max-height:280px;object-fit:contain;border-radius:6px;margin-bottom:16px}.email-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow);margin-bottom:16px}.email-card h3{font-size:15px;font-weight:700;margin-bottom:12px}.email-row{display:flex;gap:10px}.email-row .form-input{margin-bottom:0}.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;align-items:center;justify-content:center}.modal-overlay.open{display:flex}.modal{background:#fff;border-radius:14px;padding:28px 32px;max-width:420px;width:90%;text-align:center;box-shadow:0 8px 40px rgba(0,0,0,.2)}.modal h3{font-size:18px;font-weight:800;margin-bottom:10px}.modal p{font-size:14px;color:var(--text-muted);margin-bottom:20px;line-height:1.6}.modal-actions{display:flex;gap:10px;justify-content:center}.lang-switcher{display:flex;align-items:center;gap:2px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:3px}.lang-btn{background:none;border:none;color:#9ca3af;font-size:11px;font-weight:600;padding:4px 9px;border-radius:5px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;letter-spacing:.01em;font-family:inherit}.lang-btn:hover{color:#fff;background:rgba(255,255,255,.1)}.lang-btn.active{background:rgba(255,255,255,.15);color:#fff}.portal-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.portal-gate-card{background:var(--bg-card);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);max-width:420px;width:100%;padding:40px;text-align:center}.scoring-spinner{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px}.spinner{width:40px;height:40px;border:4px solid var(--border);border-top-color:var(--brand-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.sync-banner{position:fixed;bottom:24px;right:24px;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:500;z-index:300;display:flex;align-items:center;gap:10px}.sync-banner.success{background:var(--green);color:#fff}.sync-banner.error{background:var(--red);color:#fff}.sync-banner button{background:rgba(255,255,255,.2);border:none;color:#fff;padding:4px 12px;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:600}@media print{@page{margin:18mm 16mm}.aa-header,.btn,.disclaimer-text,.email-card,.lang-switcher,.sync-banner{display:none!important}body{background:#fff!important}.results-page{max-width:100%;padding:0}.score-hero{background:var(--brand-dark)!important;-webkit-print-color-adjust:exact;print-color-adjust:exact;border-radius:12px;padding:24px;margin-bottom:16px}.results-grid{grid-template-columns:1fr 1fr;gap:12px}.result-section-card,.results-card{page-break-inside:avoid;break-inside:avoid;border:1px solid #e5e7eb;box-shadow:none}.criterion-bar-fill,.score-bar-fill{-webkit-print-color-adjust:exact;print-color-adjust:exact}}