:root{color-scheme:light;--ink: #1f2933;--muted: #62717f;--line: #ccd6df;--line-strong: #9cacba;--page: #eef2f5;--panel: #ffffff;--header: #202833;--header-2: #31404e;--blue: #2369a6;--teal: #147c72;--teal-dark: #075e54;--teal-ink: #063f39;--teal-activity-1: #dff3ef;--teal-activity-2: #b9e4dc;--teal-activity-3: #74c7b9;--teal-activity-4: #2b9a89;--green: #247044;--amber: #ad6a00;--red: #b3261e;--soft-blue: #e7f0f8;--soft-teal: #e3f2ef;--soft-red: #fbe8e6;--data-value: var(--header-2);--shadow: 0 18px 46px rgba(31, 41, 51, .12);--white: #fff;--surface-subtle: #f8fafb;--panel-translucent: rgba(255, 255, 255, .72);font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}body{margin:0;background:var(--page);color:var(--ink);overflow-x:hidden}app-root{height:100%;min-height:0}button,input,select,textarea{font:inherit}button{min-height:42px;border:1px solid transparent;border-radius:4px;padding:0 16px;font-weight:700;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.exam-shell{width:100%;height:100dvh;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.exam-header{position:relative;z-index:20;isolation:isolate;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 24px;background:var(--header);color:var(--white);border-bottom:4px solid var(--teal);min-width:0;overflow:visible}.exam-header:before{position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 7% 140%,rgba(20,124,114,.42) 0 56px,transparent 57px),radial-gradient(circle at 90% -85%,rgba(246,193,80,.2) 0 92px,transparent 93px),radial-gradient(circle at 68% 150%,rgba(255,255,255,.08) 0 104px,transparent 105px),linear-gradient(118deg,transparent 58%,rgba(99,203,190,.08) 58% 66%,transparent 66%);content:"";pointer-events:none}.eyebrow,.task-type,.rail-title{margin:0;color:inherit;font-size:12px;font-weight:700;text-transform:uppercase}.task-topbar h2{margin:3px 0 0;font-size:clamp(18px,2vw,24px);line-height:1.1}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;min-width:0}.header-nav-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.exam-header .header-nav-actions{justify-content:flex-end}.exam-header .header-nav-actions button{border-color:#ffffff7a;background:transparent;color:var(--white);white-space:nowrap}.exam-header .header-nav-actions button:hover:not(:disabled){background:#ffffff1f}.exam-header .header-nav-actions .primary{border-color:#f6c150;background:#f6c150;color:#111820}.exam-header .header-nav-actions .primary:hover:not(:disabled){background:#e0ab39}.exam-main{display:grid;grid-template-columns:248px 1fr;min-height:0;min-width:0;overflow:hidden}.exam-rail{display:flex;flex-direction:column;padding:18px;background:var(--surface-subtle);border-right:1px solid var(--line);min-width:0;overflow:hidden}.rail-section{padding-bottom:16px;border-bottom:1px solid var(--line)}.rail-section strong{display:block;margin-top:5px;font-size:20px}.system-panel{display:grid;gap:10px}.system-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:var(--white);border:1px solid var(--line);border-radius:4px}.system-row span{color:var(--muted);font-size:13px}.primary{background:var(--blue);color:var(--white)}.primary:hover:not(:disabled){background:#1d5a90}.secondary{background:var(--white);color:var(--ink);border-color:var(--line-strong)}.secondary:hover:not(:disabled){background:#f1f5f8}.danger{background:var(--red);color:var(--white)}.danger:hover:not(:disabled){background:#951f19}dt{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}dd{margin:2px 0 0;font-weight:800}.task-area{min-width:0;min-height:0;padding:10px;display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden}.task-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.phase-pill{min-width:132px;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:var(--white);font-weight:800;text-align:center}.phase-pill.prep{background:#fff5df;border-color:#d9a73f;color:#6d4100}.phase-pill.recording{background:var(--soft-red);border-color:#e4aaa5;color:#7d1a15}.phase-pill.complete{background:var(--soft-teal);border-color:#98cbc4;color:#16443e}.instruction-band{padding:10px;border:1px solid var(--line-strong);background:var(--white);border-radius:4px}.instruction-band p{margin:0;line-height:1.45}.work-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;margin-top:10px;min-height:0;overflow:hidden}.response-panel{background:var(--panel);border:1px solid var(--line);border-radius:4px;box-shadow:var(--shadow);display:grid;align-content:start;gap:10px;padding:14px;min-height:0;overflow:hidden}.playback-panel{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:4px;background:var(--surface-subtle)}.playback-panel span{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.playback-panel audio{width:100%;min-width:0}.playback-panel strong{color:var(--muted)}@media(max-width:1050px){html,body{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}app-root,.exam-shell{height:auto;min-height:100dvh}.exam-shell,.exam-main,.exam-rail{overflow:visible}.exam-header,.header-actions{align-items:stretch;flex-direction:column}.header-nav-actions{justify-content:flex-start;width:100%}.exam-main{grid-template-columns:1fr}.exam-rail{display:block;min-width:0;width:100%;max-width:100vw;border-right:0;border-bottom:1px solid var(--line)}.task-area,.work-grid,.response-panel{overflow:visible}.task-area{display:block}.work-grid{grid-template-columns:1fr}}@media(max-width:680px){.exam-header:before{background:radial-gradient(circle at 92% -85%,rgba(246,193,80,.2) 0 92px,transparent 93px),linear-gradient(118deg,transparent 58%,rgba(99,203,190,.08) 58% 66%,transparent 66%)}.exam-header{padding-left:14px;padding-right:14px}.system-row>*{min-width:0}.system-row strong{text-align:right;overflow-wrap:anywhere}.header-nav-actions button{min-width:0;padding:0 10px}.task-area{padding-left:14px;padding-right:14px}.task-topbar{align-items:stretch;flex-direction:column}.phase-pill{width:100%}}.reading-shell .exam-header{gap:14px;padding:8px 16px}.reading-shell{position:fixed;inset:0;height:100dvh;min-height:0;overflow:hidden}.reading-shell .practice-header-brand{gap:10px;min-width:218px}.reading-shell app-brand-lockup{--brand-heading-size: 20px;--brand-mark-size: 36px}.reading-shell .header-actions{gap:10px}.reading-shell .exam-main{grid-template-columns:215px minmax(0,1fr)}.reading-shell .exam-rail{padding:10px}.reading-shell .rail-section{padding-bottom:8px}.reading-shell .rail-section strong{font-size:18px}.reading-shell .system-panel{gap:6px}.reading-shell .system-row{padding:7px 8px}.reading-shell .task-area{padding:10px}.reading-shell .task-topbar{margin-bottom:10px}.reading-shell .phase-pill{min-width:112px;padding:8px 11px}.reading-shell .instruction-band{padding:10px}.reading-shell .work-grid{margin-top:10px}.reading-shell .multiple-choice-panel{overflow-y:auto}.reading-shell .reading-panel.reorder-panel{align-content:stretch;grid-template-rows:minmax(0,1fr) auto auto;gap:14px;overflow:hidden}@media(max-width:1050px){.reading-shell .exam-main{grid-template-columns:1fr}}@media(max-width:1050px)and (min-width:681px){.reading-shell{height:100dvh;min-height:0}.reading-shell .exam-header,.reading-shell .header-actions{align-items:center;flex-direction:row}.reading-shell .exam-main{grid-template-columns:152px minmax(0,1fr);overflow:hidden}.reading-shell .exam-rail{display:flex;width:auto;max-width:none;padding:6px;overflow:hidden;border-right:1px solid var(--line);border-bottom:0}.reading-shell .rail-section{padding-bottom:5px}.reading-shell .rail-section strong{font-size:15px}.reading-shell .system-panel{gap:4px}.reading-shell .system-row{padding:5px 6px;font-size:11px}.reading-shell .task-area{display:grid;padding:6px 8px;overflow:hidden}.reading-shell .task-topbar{margin-bottom:4px}.reading-shell .task-topbar h2{font-size:17px}.reading-shell .reading-task-actions .reading-reveal,.reading-shell .phase-pill{min-height:32px;padding:5px 9px;font-size:12px}.reading-shell .instruction-band{padding:5px 8px;font-size:12px}.reading-shell .work-grid{display:grid;min-height:0;margin-top:5px;overflow:hidden}.reading-shell .reading-panel{gap:6px;min-height:0;padding:7px;overflow:hidden}.reading-shell .reading-passage-text{font-size:12px;line-height:1.5}.reading-shell .reading-drop-zone{min-width:76px;min-height:25px;margin:1px}.reading-shell .inline-dropdown{min-width:90px;min-height:28px;margin:1px 2px;padding:3px 20px 3px 5px;font-size:11px}.reading-shell .reading-drop-placeholder{padding:2px 4px;font-size:10px}.reading-shell .reading-option-bank{gap:4px;padding:6px}.reading-shell .reading-option-chip{min-height:27px;padding:3px 6px;font-size:11px}.reading-shell .check-answer{min-width:132px;min-height:31px;font-size:12px}.reading-shell .multiple-choice-panel{gap:8px;padding:9px;overflow-y:auto}.reading-shell .multiple-choice-question{padding:7px 9px}.reading-shell .multiple-choice-option{grid-template-columns:20px minmax(0,1fr);gap:7px;padding:7px 9px;font-size:12px}}@media(max-width:680px){.reading-shell{height:auto;min-height:100dvh;overflow-y:auto}.reading-shell .exam-header{align-items:center;flex-direction:row;padding:4px 6px}.reading-shell .practice-header-brand{gap:6px;min-width:0}.reading-shell app-brand-lockup{--brand-eyebrow-display: none;--brand-heading-size: 14px;--brand-mark-size: 29px}.reading-shell .header-actions{align-items:stretch;flex-direction:column;width:100%}.reading-shell .exam-header{align-items:stretch;flex-direction:column;gap:6px}.reading-shell .header-nav-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));width:100%;gap:4px}.reading-shell .header-nav-actions button{min-width:0;min-height:40px;padding:0 6px;font-size:12px}.reading-shell .exam-main{display:block;overflow:visible}.reading-shell .exam-rail{display:none}.reading-shell .task-area{height:auto;display:block;padding:10px;overflow:visible}.reading-shell .task-topbar{align-items:stretch;gap:8px;margin-bottom:8px;flex-direction:column}.reading-shell .task-type{display:block}.reading-shell .task-topbar h2{margin-top:3px;font-size:18px}.reading-shell .reading-task-actions{display:grid;grid-template-columns:1fr;gap:6px}.reading-shell .phase-pill{display:block;width:100%;min-height:40px;padding:8px 10px;font-size:12px}.reading-shell .reading-task-actions .reading-reveal{width:100%;min-height:40px;padding:0 10px;font-size:12px}.reading-shell .instruction-band{display:block;padding:10px 12px;font-size:14px}.reading-shell .work-grid{min-height:0;margin-top:10px;overflow:visible}.reading-shell .reading-panel{gap:12px;min-height:0;padding:12px;overflow:visible}.reading-shell .panel-label{font-size:11px}.reading-shell .reading-passage-text{font-size:15px;line-height:1.8}.reading-shell .reading-drop-zone{min-width:76px;min-height:32px;margin:1px 2px;padding:3px}.reading-shell .inline-dropdown{min-width:88px;min-height:36px;margin:1px 2px;padding:3px 20px 3px 6px;font-size:13px}.reading-shell .dropdown-panel{gap:4px}.reading-shell .reading-drop-placeholder{padding:1px 2px;font-size:8px}.reading-shell .reading-option-bank{gap:3px;padding:4px}.reading-shell .reading-option-chips{gap:3px}.reading-shell .reading-option-chip{min-height:40px;padding:6px 9px;font-size:13px}.reading-shell .reading-answer-chips strong{padding:3px 4px;font-size:9px}.reading-shell .check-answer{width:100%;min-width:0;min-height:42px;padding:0 10px;font-size:13px}.reading-shell .task-area{height:auto}.reading-shell .multiple-choice-panel{gap:10px;padding:10px;overflow:visible}.reading-shell .multiple-choice-question{padding:5px 6px}.reading-shell .multiple-choice-question p{font-size:14px;line-height:1.5}.reading-shell .multiple-choice-options{gap:4px}.reading-shell .multiple-choice-option{grid-template-columns:22px minmax(0,1fr);gap:8px;padding:10px;font-size:14px;line-height:1.4}.reading-shell .multiple-choice-option input{width:18px;height:18px}}@media(min-width:1051px){.reading-shell.multiple-choice-single-shell .multiple-choice-panel{overflow-y:hidden}}@media(max-width:1050px){html,body{height:100%;min-height:0;overflow:hidden}app-root{height:100%;min-height:0;overflow:hidden}.exam-shell:not(.reading-shell){position:fixed;inset:0;height:100dvh;min-height:0;overflow:hidden}.exam-shell:not(.reading-shell) .exam-header{align-items:center;flex-direction:row;gap:12px;padding:8px 12px}.exam-shell:not(.reading-shell) .practice-header-brand{flex:0 1 auto;min-width:0}.exam-shell:not(.reading-shell) app-brand-lockup{--brand-heading-size: 18px}.exam-shell:not(.reading-shell) .header-actions{flex:1 1 auto;align-items:center;flex-direction:row;gap:8px;min-width:0}.exam-shell:not(.reading-shell) .header-nav-actions{flex:1 1 auto;justify-content:flex-end;width:auto;gap:6px;flex-wrap:nowrap;min-width:0}.exam-shell:not(.reading-shell) .header-nav-actions button{min-height:34px;min-width:0;padding:0 10px;font-size:13px}.exam-shell:not(.reading-shell) .exam-main{display:grid;grid-template-columns:154px minmax(0,1fr);min-height:0;overflow:hidden}.exam-shell:not(.reading-shell) .exam-rail{display:flex;width:auto;max-width:none;min-width:0;padding:8px;overflow:hidden;border-right:1px solid var(--line);border-bottom:0}.exam-shell:not(.reading-shell) .rail-section{padding-bottom:7px}.exam-shell:not(.reading-shell) .rail-section strong{font-size:16px}.exam-shell:not(.reading-shell) .system-panel{gap:6px}.exam-shell:not(.reading-shell) .system-row{padding:6px 7px;font-size:11px}.exam-shell:not(.reading-shell) .score-summary{gap:7px;padding:8px}.exam-shell:not(.reading-shell) .score-summary p{font-size:11px;line-height:1.25}.exam-shell:not(.reading-shell) .task-area{display:grid;grid-template-rows:auto auto minmax(0,1fr);min-height:0;padding:8px;overflow:hidden}.exam-shell:not(.reading-shell) .task-topbar{gap:8px;margin-bottom:6px}.exam-shell:not(.reading-shell) .task-topbar h2{font-size:17px}.exam-shell:not(.reading-shell) .phase-pill{min-width:100px;min-height:32px;padding:6px 9px;font-size:12px}.exam-shell:not(.reading-shell) .instruction-band{padding:7px 9px;font-size:12px}.exam-shell:not(.reading-shell) .work-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,36%);gap:10px;min-height:0;margin-top:8px;overflow:hidden}.exam-shell:not(.reading-shell) .prompt-panel,.exam-shell:not(.reading-shell) .dictation-panel,.exam-shell:not(.reading-shell) .response-panel{min-height:0;overflow:auto}.exam-shell:not(.reading-shell) .prompt-panel .source-prompt-image,.exam-shell:not(.reading-shell) .prompt-panel .source-prompt-canvas{padding:8px}.exam-shell:not(.reading-shell) .dictation-panel,.exam-shell:not(.reading-shell) .response-panel{gap:10px;padding:12px}}@media(max-width:680px){.exam-shell:not(.reading-shell){overflow-y:auto}.exam-shell:not(.reading-shell) .exam-header{display:grid;grid-template-columns:1fr;gap:6px;padding:5px 6px}.exam-shell:not(.reading-shell) .practice-header-brand{gap:7px}.exam-shell:not(.reading-shell) app-brand-lockup{--brand-eyebrow-display: none;--brand-heading-margin: 0;--brand-heading-size: 14px;--brand-mark-size: 30px}.exam-shell:not(.reading-shell) .header-actions{width:100%}.exam-shell:not(.reading-shell) .header-nav-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));width:100%;gap:4px}.exam-shell:not(.reading-shell) .header-nav-actions button{min-height:40px;padding:0 6px;font-size:12px}.exam-shell:not(.reading-shell) .exam-main{display:block;overflow:visible}.exam-shell:not(.reading-shell) .exam-rail{display:none}.exam-shell:not(.reading-shell) .task-area{display:block;padding:10px;overflow:visible}.exam-shell:not(.reading-shell) .task-topbar{align-items:stretch;flex-direction:column;gap:8px;margin-bottom:8px}.exam-shell:not(.reading-shell) .task-type{display:block}.exam-shell:not(.reading-shell) .task-topbar h2{margin-top:3px;font-size:18px}.exam-shell:not(.reading-shell) .phase-pill{width:100%;min-width:0;min-height:40px;padding:8px 10px;font-size:12px}.exam-shell:not(.reading-shell) .instruction-band{display:block;padding:10px 12px;font-size:14px}.exam-shell:not(.reading-shell) .work-grid{grid-template-columns:1fr;grid-template-rows:auto auto;gap:12px;margin-top:10px;overflow-y:visible;overflow-x:hidden}.exam-shell:not(.reading-shell) .prompt-panel,.exam-shell:not(.reading-shell) .dictation-panel,.exam-shell:not(.reading-shell) .response-panel{overflow:visible;padding:8px}.exam-shell:not(.reading-shell) .prompt-panel{grid-template-rows:minmax(220px,48dvh) auto}.exam-shell:not(.reading-shell) .dictation-player,.exam-shell:not(.reading-shell) .timer-card,.exam-shell:not(.reading-shell) .repeat-recording-card,.exam-shell:not(.reading-shell) .short-answer-cue,.exam-shell:not(.reading-shell) .source-answer,.exam-shell:not(.reading-shell) .result-card{padding:8px}}.reading-panel{display:grid;align-content:start;gap:10px;min-width:0;min-height:0;padding:14px;overflow-x:hidden;overflow-y:hidden;border:1px solid var(--line);border-radius:4px;background:var(--panel);box-shadow:var(--shadow)}.reading-work-grid{grid-template-columns:minmax(0,1fr);gap:0}.reading-passage-text{margin:0;color:var(--ink);font-size:14px;line-height:1.75;overflow-wrap:anywhere;white-space:pre-wrap}.reading-option-bank{display:grid;gap:6px;padding:9px;border:1px solid var(--line);border-radius:4px;background:var(--surface-subtle)}.reading-option-bank p{display:none}.reading-option-chips{display:flex;flex-wrap:wrap;gap:6px}.reading-option-chip{max-width:100%;min-height:31px;padding:4px 8px;border-color:var(--line);background:var(--white);color:var(--ink);cursor:grab;font-size:13px;overflow-wrap:anywhere}.reading-option-chip:active:not(:disabled){cursor:grabbing}.reading-option-chip.selected{border-color:var(--blue);background:var(--soft-blue);color:#144a79}.reading-source-note{margin:0;padding:12px 14px;border:1px solid #d3c08d;border-radius:4px;background:#fff9ea;color:#664c0f;line-height:1.5}.reading-source-note p{margin:0}.reading-reveal{width:100%}.reading-task-actions{display:flex;align-items:center;gap:8px}.reading-task-actions .reading-reveal{width:auto;min-height:38px;white-space:nowrap}.reading-answer-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.reading-answer-chips strong{padding:7px 11px;border-radius:4px;background:#c9f1d4;color:#16443e}.reading-bank-answer-chips{margin-top:0}.panel-label{display:block;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}@media(max-width:1050px){.reading-panel{overflow:visible}}@media(max-width:680px){.reading-panel{gap:12px;padding:14px}.reading-passage-text{font-size:15px;line-height:2}.reading-option-bank{padding:10px}}.multiple-choice-options{display:grid;gap:8px;min-width:0;margin:0;padding:0;border:0}.multiple-choice-options legend{margin-bottom:2px}.multiple-choice-option{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;align-items:start;padding:10px 12px;border:1px solid var(--line);border-radius:4px;background:var(--white);line-height:1.45;cursor:pointer}.multiple-choice-option input{width:17px;height:17px;margin:2px 0 0;accent-color:var(--blue)}.multiple-choice-option span{min-width:0;overflow-wrap:anywhere}.multiple-choice-option.selected{border-color:var(--blue);background:var(--soft-blue)}.multiple-choice-option.correct{border-color:#98cbc4;background:var(--soft-teal)}.multiple-choice-option.incorrect{border-color:#e4aaa5;background:var(--soft-red)}.multiple-choice-option:has(input:focus-visible){outline:2px solid rgba(35,105,166,.28);outline-offset:2px}.dictation-answer-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.check-answer{justify-self:start;min-width:186px}.dictation-review-panel{gap:14px;overflow-x:hidden;overflow-y:auto}.result-card,.source-answer{padding:16px;border:1px solid var(--line);border-radius:4px;background:var(--surface-subtle)}.result-card span,.source-answer span{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.result-card strong{display:block;margin:8px 0;font-size:24px}.result-card p,.source-answer p{margin:0;line-height:1.5}.source-answer{border-color:#e4aaa5;background:var(--soft-red)}.source-answer.exact{border-color:#98cbc4;background:var(--soft-teal)}.source-answer.revealed-answer{border-color:#b5ccdf;background:var(--soft-blue)}.source-answer p{margin-top:10px;font-weight:700}.write-email-review-panel .source-answer{overflow-wrap:anywhere}.hidden-answer{border-color:var(--line);background:var(--surface-subtle)}.hidden-answer p{color:var(--muted);font-weight:400}@media(max-height:760px)and (min-width:1051px){.dictation-review-panel{gap:8px;padding:10px}.dictation-review-panel .result-card,.dictation-review-panel .source-answer{padding:10px}.dictation-review-panel .result-card strong{margin:4px 0;font-size:20px}.dictation-review-panel .result-card p,.dictation-review-panel .source-answer p{font-size:13px;line-height:1.3}.dictation-review-panel .source-answer p{margin-top:6px}}.dictation-panel{display:grid;align-content:start;gap:18px;min-width:0;min-height:0;padding:24px;overflow:auto;border:1px solid var(--line);border-radius:4px;background:var(--panel);box-shadow:var(--shadow)}.dictation-player{display:grid;gap:12px;padding:20px;border:1px solid var(--line);border-radius:4px;background:var(--surface-subtle)}.dictation-player p{min-height:20px;margin:0;color:var(--muted);font-weight:700}.dictation-play{min-width:186px}.dictation-play-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.dictation-relisten{min-width:132px}.dictation-input{display:grid;gap:10px}.dictation-input textarea{width:100%;min-height:128px;resize:vertical;padding:14px;border:1px solid var(--line-strong);border-radius:4px;color:var(--ink);line-height:1.5}.dictation-input textarea:focus{outline:2px solid rgba(35,105,166,.3);border-color:var(--blue)}.repeat-sentence-panel{gap:14px}.repeat-recording-heading{display:grid;gap:4px}.repeat-audio-state{display:grid;gap:6px;padding:14px;border:1px solid var(--line);border-radius:4px;background:var(--white)}.repeat-audio-state strong{color:var(--ink);font-size:clamp(18px,2vw,22px)}.repeat-audio-state p{min-height:0;color:var(--muted);font-weight:400;line-height:1.45}.repeat-audio-state.active{border-color:#98cbc4;background:var(--soft-teal)}.repeat-recording-card{display:grid;gap:12px;padding:16px;border:1px solid var(--line);border-radius:4px;background:var(--white)}.repeat-recording-card>strong{font-size:clamp(19px,2vw,23px)}.repeat-recording-card.active{border-color:#e4aaa5;background:var(--soft-red)}.repeat-recording-card .timer-card{background:var(--white)}@media(max-height:760px)and (min-width:1051px){.dictation-work-grid{grid-template-columns:minmax(0,1fr) minmax(390px,410px)}}@media(min-width:1051px){.repeat-sentence-panel{gap:10px;padding:16px}.repeat-sentence-panel .dictation-player{gap:9px;padding:14px}.repeat-audio-state{padding:10px 12px}.repeat-audio-state strong{font-size:18px}.repeat-audio-state p{line-height:1.35}}.exam-shell.multiple-choice-shell.multiple-choice-single-shell .instruction-band p{line-height:1.3}.exam-shell.multiple-choice-shell.multiple-choice-single-shell .multiple-choice-panel{gap:7px;padding:10px 12px;overflow:hidden}.exam-shell.multiple-choice-shell.multiple-choice-single-shell .multiple-choice-passage{font-size:13px;line-height:1.45}.exam-shell.multiple-choice-shell.multiple-choice-single-shell .multiple-choice-question{gap:3px;padding:7px 9px}.exam-shell.multiple-choice-shell.multiple-choice-single-shell .multiple-choice-question p{line-height:1.35}.exam-shell.multiple-choice-shell.multiple-choice-single-shell .multiple-choice-options{gap:6px}.exam-shell.multiple-choice-shell.multiple-choice-single-shell .multiple-choice-option{grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:center;min-height:42px;padding:7px 10px;line-height:1.3}.exam-shell.multiple-choice-shell.multiple-choice-single-shell .multiple-choice-option input{margin-top:0}.exam-shell.multiple-choice-shell.multiple-choice-single-shell .check-answer{min-height:36px}.exam-shell.select-missing-shell .instruction-band p{line-height:1.35}.exam-shell.select-missing-shell .work-grid,.exam-shell.listening-fill-shell .listening-fill-grid,.exam-shell.highlight-incorrect-shell .highlight-work-grid{gap:14px}.read-aloud-response-panel .recording-console span{line-height:1;text-transform:uppercase}.read-aloud-response-panel .recording-console strong{font-size:13px;line-height:1.2}@media(min-width:1051px){.repeat-recording-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 12px;padding:12px}.repeat-recording-card>button{grid-column:2/3;grid-row:1/3;align-self:stretch;min-width:132px}.repeat-recording-heading{grid-column:1/2}}.exam-shell .write-email-work-grid{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr)}.exam-shell .write-email-input textarea{min-height:230px}.exam-shell .write-email-prompt p,.exam-shell .write-email-sample p,.exam-shell .write-email-submission p{font-weight:500;overflow-wrap:anywhere;white-space:pre-wrap}.exam-shell .write-email-prompt p{line-height:1.45}.exam-shell.write-email-shell .task-area,.exam-shell.write-email-shell .work-grid,.exam-shell.write-email-shell .dictation-panel,.exam-shell.write-email-shell .response-panel,.exam-shell.write-email-shell .dictation-review-panel{overflow:visible}.exam-shell.write-email-shell .task-area{grid-template-rows:auto auto auto}.exam-shell.write-email-shell .work-grid{align-items:start;gap:12px}.exam-shell.write-email-shell .write-email-panel{gap:10px;padding:12px}.exam-shell.write-email-shell .write-email-prompt{padding:10px 12px}.exam-shell.write-email-shell .write-email-prompt p{margin-top:6px;font-size:13px;line-height:1.35}.exam-shell.write-email-shell .write-email-input textarea{min-height:205px}.exam-shell.write-email-shell .dictation-answer-actions{gap:8px}.exam-shell.write-email-shell .write-email-review-panel{gap:10px}.exam-shell .summarize-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)}.exam-shell .summarize-editor textarea{min-height:180px}.exam-shell .notes-input{min-height:105px!important}@media(max-height:760px)and (min-width:1051px){.exam-shell .write-email-work-grid{grid-template-columns:minmax(0,1.25fr) minmax(340px,380px)}.exam-shell .write-email-input textarea{min-height:160px}}@media(min-width:1051px){.exam-shell.write-email-shell .exam-main{grid-template-columns:260px minmax(0,1fr)}.exam-shell.write-email-shell .write-email-work-grid{grid-template-columns:minmax(0,1fr) minmax(300px,32%)}.exam-shell .summarize-grid{grid-template-columns:minmax(0,1fr) minmax(320px,38%)}}@media(max-height:820px)and (min-width:1051px){.exam-shell.write-email-shell .exam-main{grid-template-columns:244px minmax(0,1fr)}.exam-shell.write-email-shell .exam-rail{padding:12px}.exam-shell.write-email-shell .rail-section{padding-bottom:10px}.exam-shell.write-email-shell .rail-section strong{font-size:18px}.exam-shell.write-email-shell .system-panel{gap:7px}.exam-shell.write-email-shell .system-row{padding:8px}.exam-shell.write-email-shell .task-topbar{gap:10px}.exam-shell.write-email-shell .task-topbar h2{font-size:18px}.exam-shell.write-email-shell .phase-pill{min-width:110px;min-height:34px;padding:7px 10px;font-size:12px}.exam-shell.write-email-shell .instruction-band{font-size:12px}.exam-shell.write-email-shell .work-grid{gap:10px}.exam-shell.write-email-shell .write-email-panel,.exam-shell.write-email-shell .write-email-review-panel{gap:8px;padding:10px}.exam-shell.write-email-shell .write-email-prompt,.exam-shell.write-email-shell .write-email-review-panel .result-card,.exam-shell.write-email-shell .write-email-review-panel .source-answer{padding:8px 9px}.exam-shell.write-email-shell .write-email-prompt p,.exam-shell.write-email-shell .write-email-review-panel .source-answer p{font-size:12px;line-height:1.28}.exam-shell.write-email-shell .write-email-input textarea{min-height:168px}.exam-shell.write-email-shell .check-answer{min-width:150px}}@media(max-width:1050px)and (min-width:681px){.exam-shell.write-email-shell .system-row{padding:8px}.exam-shell .summarize-grid{grid-template-columns:1fr}}.async-action{position:relative;display:inline-flex;align-items:center;justify-content:center}.async-action:after{content:"";position:absolute;top:50%;right:.7rem;transform:translateY(-50%);width:.9rem;height:.9rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;opacity:0;pointer-events:none}.async-action-indicator-visible:after{opacity:1;animation:async-action-rotate .7s linear infinite}.async-feedback-inline{min-height:1rem;display:inline-flex;align-items:center;gap:.4rem;visibility:hidden;color:var(--muted);font-size:.8rem;font-weight:700}.async-feedback-inline:before{content:"";width:.75rem;height:.75rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%}.async-feedback-inline-visible{visibility:visible}.async-feedback-inline-visible:before{animation:async-action-rotate .7s linear infinite}.async-feedback-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.async-feedback-fieldset{min-width:0;display:grid;gap:10px;margin:0;padding:0;border:0}.async-feedback-content-skeleton{display:block;width:100%;min-height:clamp(9rem,26vh,15rem);overflow:hidden;border-radius:8px;background:linear-gradient(var(--surface-subtle) 0 0) 0 0/92% 1.1rem no-repeat,linear-gradient(var(--surface-subtle) 0 0) 0 2rem/100% 1.1rem no-repeat,linear-gradient(var(--surface-subtle) 0 0) 0 4rem/84% 1.1rem no-repeat,linear-gradient(var(--surface-subtle) 0 0) 0 6rem/96% 1.1rem no-repeat,linear-gradient(var(--surface-subtle) 0 0) 0 8rem/68% 1.1rem no-repeat;position:relative}.async-feedback-content-skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--line) 34%,transparent),transparent);animation:async-feedback-shimmer 1.4s ease-in-out infinite}.async-feedback-list-skeleton,.async-feedback-thread-skeleton{display:grid;gap:12px;padding:18px}.async-feedback-list-skeleton app-loading-skeleton{height:92px}.async-feedback-thread-heading{width:62%;height:58px}.async-feedback-thread-message{width:82%;height:76px}.async-feedback-thread-message:nth-child(odd){justify-self:end}@media(prefers-reduced-motion:reduce){.async-action-indicator-visible:after{animation:async-action-pulse 1.4s ease-in-out infinite;border-top-color:currentColor}.async-feedback-inline-visible:before{animation:async-action-pulse 1.4s ease-in-out infinite;border-top-color:currentColor}.async-feedback-content-skeleton:after{animation:none;transform:none;background:color-mix(in srgb,var(--line) 22%,transparent)}}@keyframes async-action-rotate{to{transform:rotate(360deg)}}@keyframes async-action-pulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes async-feedback-shimmer{to{transform:translate(100%)}}.info-tooltip{position:relative}.info-tooltip:after{width:min(320px,100vw - 40px);position:absolute;z-index:30;top:calc(100% + 8px);right:0;padding:8px 10px;border-radius:6px;background:var(--header);color:var(--white);content:attr(data-tooltip);font-size:12px;font-weight:700;line-height:1.35;opacity:0;pointer-events:none;box-shadow:var(--shadow);transform:translateY(-3px);transition:opacity .12s ease,transform .12s ease,visibility .12s ease;visibility:hidden}.info-tooltip-left:after{right:auto;left:0}.info-tooltip:hover:after,.info-tooltip:focus-visible:after{opacity:1;transform:translateY(0);visibility:visible}@media(prefers-reduced-motion:reduce){.info-tooltip:after{transition:none}}body:has(.assessment-task-controls) .header-nav-actions button.secondary:not(:first-of-type),body:has(.assessment-task-controls) .exam-rail app-question-selector,body:has(.assessment-task-controls) .exam-rail .system-panel,body:has(.assessment-task-controls) .task-topbar select{display:none}
