@layer theme,base,components,utilities;@layer theme{:root{color-scheme:light;--col-width: 850px;--col-pad: 1.1rem;--paper: #f5f1e8;--paper-deep: #ebe4d7;--white: #fffdf8;--ink: #1f2925;--muted: #4f5953;--line: #d8d2c6;--forest: #224b3c;--forest-dark: #17372c;--sage: #91aa99;--sage-pale: #dbe6dc;--rust: #a04732;--rust-text: #8e3928;--rust-pale: #f3dcd5;--gold: #76551d;--shadow: 0 22px 70px rgba(45, 48, 39, .1);--shadow-soft: 0 4px 24px rgba(45, 48, 39, .06);--shadow-modal: 0 30px 90px rgba(12, 22, 17, .24);--surface-raised: rgba(255, 253, 248, .85);--overlay-surface: rgba(255, 253, 248, .94);--header-h: 72px;--surface-border: #e4ded2;--surface-shell: #e2dbcf;--status-error-bg: #fff8f5;--status-error-border: #d8a99e;--status-success-bg: #f7fbf7;--status-success-border: #a7bcae;--advisory-bg: #f7edd7;--advisory-text: #6b511f;--selection-bg: #c9dacb;--button-secondary-border: #9eaaa2;--focus-ring: #a66e31;--char-default: #606863;--char-correct: #294236;--char-incorrect: #872f22;--code-text: #e8eee9;--code-bg: #28352f;--cursor-pulse: #c2d5c5;--serif: Georgia, "Times New Roman", serif;--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}}@layer base{*{box-sizing:border-box}html{min-width:320px;background:var(--paper);scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);-webkit-font-smoothing:antialiased}button,input{font:inherit}button,label[for]{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,input:focus-visible,[tabindex]:focus-visible,a:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}::selection{color:var(--forest-dark);background:var(--selection-bg)}[hidden]{display:none!important}}@layer components{.skip-link{position:fixed;top:0;left:0;z-index:9999;transform:translateY(-100%);color:var(--white);background:var(--ink);padding:.7rem 1rem;padding-top:max(.7rem,env(safe-area-inset-top));font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .15s ease}.skip-link:focus{transform:none}.app-header{height:var(--header-h);padding:0 clamp(1rem,4vw,4rem);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid color-mix(in srgb,var(--line),transparent 45%);background:var(--surface-raised);backdrop-filter:blur(10px);position:relative;z-index:20}.wordmark{border:0;padding:0;background:none;display:flex;align-items:center;gap:.65rem;font:700 1.05rem var(--serif);cursor:pointer;width:max-content}.wordmark-mark{width:30px;height:34px;display:grid;place-items:center;color:var(--paper);background:var(--forest);border-radius:15px 15px 5px 5px;font-size:1rem}.stage-nav{display:flex;align-items:center;color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:color .2s ease-out}.stage-step{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.stage-step-number{width:23px;height:23px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:.72rem}.stage-step{transition:color .2s ease-out}.stage-step-number{transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.stage-step.is-current{color:var(--forest)}.stage-step.is-current .stage-step-number{color:var(--white);border-color:var(--forest);background:var(--forest)}.stage-step.is-done .stage-step-number{color:var(--forest);border-color:var(--sage);background:var(--sage-pale)}.stage-line{width:clamp(18px,4vw,52px);height:1px;margin:0 .5rem;background:var(--line)}.header-actions{justify-self:end;display:flex;align-items:center;gap:1.15rem}.text-button{border:0;padding:.45rem .15rem;background:none;font-size:.84rem;font-weight:700;cursor:pointer;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.28rem;transition:text-decoration-color .12s ease}.text-button:hover{text-decoration-color:currentColor}.text-button.subtle{color:var(--muted)}.text-button.danger{color:var(--rust-text)}.count-badge{display:inline-grid;min-width:21px;height:21px;margin-left:.2rem;padding:0 .3rem;place-items:center;color:var(--white);background:var(--rust);border-radius:11px;font-size:.68rem;text-decoration:none}.sound-menu{display:flex;align-items:center;gap:.55rem}.icon-button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer;display:grid;place-items:center;transition:transform .12s ease,border-color .12s ease}.icon-button:hover{transform:translateY(-1px)}.sound-glyph{width:13px;height:13px;border:solid var(--forest);border-width:0 3px 0 0;position:relative}.sound-glyph:before{content:"";position:absolute;width:6px;height:8px;left:-5px;top:2px;background:var(--forest);clip-path:polygon(0 30%,35% 30%,100% 0,100% 100%,35% 70%,0 70%)}[aria-pressed=false] .sound-glyph:after{content:"";position:absolute;width:16px;height:2px;background:var(--rust);transform:rotate(45deg);left:-7px;top:6px}.volume-range{width:68px;accent-color:var(--forest);cursor:pointer}.stage-panel{min-height:calc(100vh - var(--header-h));opacity:0;transform:translateY(6px);transition:opacity .22s ease-out,transform .22s ease-out;pointer-events:none}.stage-panel.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.import-stage{position:relative;overflow:hidden}.import-stage:after{content:"M";position:absolute;left:-3vw;bottom:-20vh;font:700 min(70vw,700px)/1 var(--serif);color:#1f292506;pointer-events:none}.import-composition{min-height:calc(100vh - var(--header-h));max-width:1320px;margin:auto;padding:clamp(3rem,7vw,7.5rem) clamp(1.25rem,5vw,5rem);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(3rem,9vw,9rem);position:relative;z-index:1}.kicker{margin:0 0 .8rem;color:var(--gold);font-size:.7rem;line-height:1.2;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.brand-title{margin:0;font:700 clamp(4.25rem,8.5vw,7.75rem)/.84 var(--serif);letter-spacing:-.065em;color:var(--ink)}.hero-line{max-width:620px;margin:2.2rem 0 1rem;font:500 clamp(1.6rem,3vw,2.65rem)/1.12 var(--serif);letter-spacing:-.03em}.hero-support{max-width:530px;margin:0;color:var(--muted);font-size:1rem;line-height:1.75}.upload-panel{align-self:center;position:relative}.drop-zone{min-height:410px;padding:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed var(--sage);background:var(--white);cursor:pointer;transition:transform .25s ease,border-color .25s ease,background .25s ease}.drop-zone:hover,.drop-zone.is-dragging{transform:translateY(-4px);border-color:var(--forest);background:var(--white)}.document-glyph{width:66px;height:78px;padding:25px 15px 0;border:2px solid var(--forest);border-radius:2px 15px 2px 2px;display:flex;flex-direction:column;gap:7px;position:relative}.document-glyph:after{content:"";position:absolute;right:-2px;top:-2px;width:20px;height:20px;border-left:2px solid var(--forest);border-bottom:2px solid var(--forest);background:var(--paper);border-radius:0 12px 0 0}.document-glyph i{display:block;height:2px;background:var(--sage)}.drop-title{margin-top:1.35rem;font:600 1.45rem var(--serif)}.drop-divider{margin:.75rem;color:var(--muted);font-size:.75rem;text-transform:uppercase}.drop-help{margin-top:1rem;color:var(--muted);font-size:.78rem}.button{min-height:44px;padding:.68rem 1.15rem;border:1px solid transparent;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-size:.83rem;font-weight:800;cursor:pointer;transition:transform .12s ease,background .12s ease,color .12s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.4;cursor:not-allowed}.button-dormant:disabled{opacity:1;color:var(--muted);background:transparent;border-color:var(--line)}.button-primary{color:var(--white);background:var(--forest);border-color:var(--forest)}.button-primary:hover:not(:disabled){background:var(--forest-dark)}.button-secondary{color:var(--forest);background:transparent;border-color:var(--button-secondary-border)}.button-danger{color:var(--white);background:var(--rust);border-color:var(--rust)}.button-small{min-height:38px;padding:.48rem .8rem;font-size:.75rem}.privacy-note{margin:1.25rem auto 0;max-width:440px;display:flex;gap:.8rem;align-items:flex-start;color:var(--muted);font-size:.75rem;line-height:1.55}.privacy-note p{margin:0}.parse-status{min-height:100px;padding:1.5rem;align-items:center;gap:1rem;border:1px solid var(--line);background:var(--white)}.parse-status:not([hidden]){display:flex}.parse-status p{margin:.35rem 0 0;color:var(--muted);font-size:.82rem}.parse-status.is-error{border-color:var(--status-error-border);background:var(--status-error-bg);color:var(--rust-text)}.parse-status.is-success{border-color:var(--status-success-border);background:var(--status-success-bg)}.status-spinner{width:26px;height:26px;border:2px solid var(--line);border-top-color:var(--forest);border-radius:50%;animation:spin .8s linear infinite}.is-error .status-spinner{border:0;animation:none}.is-error .status-spinner:before{content:"!";width:26px;height:26px;display:grid;place-items:center;color:var(--white);background:var(--rust);border-radius:50%;font-weight:800}.is-success .status-spinner{border:0;animation:none}.is-success .status-spinner:before{content:"";width:26px;height:26px;display:block;border-radius:50%;background:var(--forest);clip-path:polygon(20% 52%,38% 70%,78% 27%,85% 35%,38% 82%,13% 59%)}.read-stage,.type-stage{max-width:1120px;margin:auto;padding:clamp(2.5rem,5vw,5rem) clamp(1rem,4vw,3rem) 7rem}.section-heading,.typing-topbar{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-heading>:last-child,.typing-topbar>:last-child{margin-left:auto;margin-bottom:auto}.section-heading h1,.typing-topbar h1{margin:0;font:600 clamp(2rem,5vw,3.6rem)/1 var(--serif);letter-spacing:-.04em}.section-heading p:not(.kicker){margin:.8rem 0 0;color:var(--muted)}.document-meta{max-width:calc(var(--col-width) + var(--col-pad) * 2);padding:.8rem var(--col-pad);margin:0 auto 1rem;display:flex;align-items:center;padding:.8rem 0;border-bottom:1px solid var(--line)}.file-type{padding:.35rem .5rem;color:var(--forest);border:1px solid var(--surface-border);font-size:.65rem;font-weight:800;letter-spacing:.1em}.file-identity{margin-left:.8rem;min-width:0;display:flex;flex-direction:column;gap:.16rem}.file-identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem}.file-identity span{color:var(--muted);font-size:.7rem}.document-preview:focus-visible,.typing-passage:focus-visible{outline:1px solid var(--sage);outline-offset:-1px}.document-preview{min-height:260px;max-height:min(62vh,720px);max-width:var(--col-width);margin:auto;padding:clamp(2.25rem,6.5vw,6rem);overflow:auto;background:var(--white);border:1px solid var(--surface-border);font:400 1.04rem/1.82 var(--serif);scrollbar-color:var(--sage) transparent}.document-preview h1,.document-preview h2,.document-preview h3{color:var(--forest);line-height:1.15}.document-preview h1{font-size:2.25rem}.document-preview h2{margin-top:2.2em;font-size:1.65rem}.document-preview blockquote{margin-left:0;padding-left:1.2rem;border-left:3px solid var(--sage);color:var(--muted)}.document-preview pre{max-width:100%;padding:1rem;overflow:auto;color:var(--code-text);background:var(--code-bg);font:.84rem/1.6 ui-monospace,monospace;white-space:pre-wrap}.document-preview code{font-family:ui-monospace,monospace}.document-preview table{width:100%;border-collapse:collapse;font-family:var(--sans);font-size:.78rem}.document-preview th,.document-preview td{padding:.65rem;border:1px solid var(--line);text-align:left}.document-preview img{display:block;max-width:100%;height:auto;margin:1.5rem auto}.document-preview a{color:var(--forest);text-decoration-thickness:1px;text-underline-offset:3px}.plain-text{white-space:pre-wrap;overflow-wrap:anywhere}.selection-bar{max-width:calc(var(--col-width) + var(--col-pad) * 2);margin:.75rem auto 0;padding:1rem var(--col-pad);padding-bottom:max(1rem,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid transparent;border-bottom:1px solid transparent;background:var(--surface-raised);position:sticky;bottom:0;backdrop-filter:blur(12px);transition:border-color .2s ease,background .2s ease}.has-selection{border-bottom-color:var(--line)}.selection-summary{display:flex;align-items:center;gap:.75rem;min-width:180px}.selection-summary>div{display:flex;flex-direction:column;gap:.18rem}.selection-summary strong{font:600 .9rem var(--serif)}.selection-summary span:not(.selection-dot){color:var(--muted);font-size:.7rem}.selection-dot{width:9px;height:9px;flex:0 0 auto;background:var(--line);border-radius:50%;transition:background .15s ease}.has-selection .selection-dot{background:var(--forest)}.selection-actions{display:flex;flex:0 0 auto;gap:.7rem}.advisory{max-width:850px;margin:1rem auto;padding:.85rem 1rem;color:var(--advisory-text);border-left:2px solid var(--sage);background:color-mix(in srgb,var(--advisory-bg),transparent 45%);font-size:.78rem;line-height:1.5}.type-stage{max-width:1040px}.typing-topbar{margin-bottom:1.5rem}.typing-topbar h1{font-size:clamp(1.8rem,4vw,3rem)}.live-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:0 0 .75rem}.live-stats div{display:flex;align-items:baseline;justify-content:center;gap:.45rem;border-right:1px solid var(--line)}.live-stats div:first-child{justify-content:flex-start}.live-stats div:last-child{justify-content:flex-end;border:0}.live-stats span{color:var(--muted);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.live-stats strong{font:600 clamp(1.12rem,2.4vw,1.35rem) var(--serif);font-variant-numeric:tabular-nums}.type-stage.is-ended .live-stats{opacity:.62}.type-stage:has(.typing-passage:focus) .live-stats div{border-right-color:transparent}.type-stage:has(.typing-passage:focus) .typing-topbar h1{opacity:.55}.type-stage:has(.typing-passage:focus) .typing-topbar .kicker{opacity:.72}.progress-track{height:2px;background:var(--line);overflow:hidden}.progress-track span{display:block;width:0;height:100%;background:var(--forest);transition:width .15s ease-out}.typing-shell{height:min(48vh,470px);min-height:320px;margin-top:1.5rem;position:relative;background:var(--white);border:1px solid var(--surface-shell);overflow:hidden}.typing-passage{height:100%;padding:clamp(1.85rem,5.5vw,4.5rem);overflow-y:auto;outline:0;white-space:pre-wrap;overflow-wrap:anywhere;font:400 clamp(1.35rem,2.1vw,1.55rem)/1.95 var(--serif);letter-spacing:.01em;scrollbar-color:var(--sage) transparent}.char{color:var(--char-default);border-radius:1px}.char.is-correct{color:var(--char-correct);font-weight:600}.char.is-incorrect{color:var(--char-incorrect);text-decoration:underline wavy var(--char-incorrect) 1px;text-underline-offset:4px}.char.is-current.is-incorrect{color:var(--char-incorrect);animation:none}.char.is-current{color:var(--ink);box-shadow:inset 2px 0 0 var(--forest);animation:cursor-pulse 1.6s ease-in-out infinite}.char.is-current[data-whitespace=true],.char.is-incorrect[data-whitespace=true]{min-width:.38em;display:inline-block}.char.is-incorrect[data-whitespace=true]:after{content:"·";display:inline;font-family:var(--sans)}.char.is-newline{display:inline}.char.is-newline[data-whitespace=true]{min-width:0;display:inline}.char.is-newline.is-current:before,.char.is-newline.is-incorrect:before{content:"↵";display:inline-block;width:1em;font:.7em var(--sans);text-align:center}.session-overlay{position:absolute;z-index:3;inset:0;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--overlay-surface);backdrop-filter:blur(5px);transition:opacity .22s ease,transform .22s ease-out;transform:scale(1)}.session-overlay.is-hidden{opacity:0;pointer-events:none;transform:scale(.99)}.session-overlay .eyebrow{color:var(--gold);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.session-overlay strong{max-width:540px;margin-top:.8rem;font:600 clamp(1.55rem,4vw,2.6rem)/1.1 var(--serif)}.session-overlay p{max-width:450px;margin:.8rem 0 1.5rem;color:var(--muted);line-height:1.6}.typing-hint{color:var(--muted);text-align:center;font-size:.7rem}kbd{padding:.16rem .4rem;border:1px solid var(--line);border-radius:2px;border-bottom-width:2px;background:var(--white);font:.7rem var(--sans)}.session-controls{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-top:1rem}.results{margin-top:3rem;padding:3rem 0;border-top:1px solid var(--line);text-align:center;animation:rise .5s ease both}.results h2{margin:0;font:600 clamp(2rem,5vw,3.4rem)/1.05 var(--serif)}.results>p:not(.kicker){color:var(--muted)}.result-grid{max-width:690px;margin:2.4rem auto;display:grid;grid-template-columns:repeat(4,1fr)}.result-grid div{display:flex;flex-direction:column;border-right:1px solid var(--line)}.result-grid div:first-child{animation-delay:0s}.result-grid div:nth-child(2){animation-delay:.06s}.result-grid div:nth-child(3){animation-delay:.12s}.result-grid div:nth-child(4){animation-delay:.18s}.result-grid div:last-child{border:0;animation-delay:.24s}.result-grid strong{font:600 2rem var(--serif)}.result-grid span{color:var(--muted);font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.missed-words{min-height:1.5rem;color:var(--muted);font-size:.8rem;margin-top:1.5rem;animation:rise .5s ease both;animation-delay:.18s}.missed-words strong{color:var(--rust-text)}.result-actions{margin-top:1.8rem;display:flex;justify-content:center;gap:.8rem}dialog{color:var(--ink)}dialog::backdrop{background:#18231e94;backdrop-filter:blur(3px)}.library-dialog{width:min(920px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);padding:0;border:0;background:var(--paper);box-shadow:var(--shadow-modal);opacity:0;transform:scale(.98);transition:opacity .2s ease-out,transform .2s ease-out}.library-dialog[open]{opacity:1;transform:scale(1)}.dialog-header{padding:2rem 2.25rem 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line)}.dialog-header h1{margin:0;font:600 2.5rem var(--serif)}.dialog-header p:not(.kicker){margin:.5rem 0 0;color:var(--muted);font-size:.82rem}.close-button{border:0;background:none;font-size:.75rem;font-weight:800;cursor:pointer}.library-toolbar{position:relative;padding:1rem 2.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid var(--line)}.library-toolbar>div{display:flex;align-items:center;gap:.9rem}.select-all{font-size:.78rem;font-weight:700}.select-all input,.mistake-item input{accent-color:var(--forest)}.file-label{display:inline-block}.library-empty{padding:5rem 2rem;text-align:center}.library-empty h2{margin:1.2rem 0 .5rem;font:600 1.7rem var(--serif)}.library-empty p{max-width:400px;margin:auto;color:var(--muted);font-size:.85rem;line-height:1.6}.empty-rings{width:55px;height:55px;display:inline-block;border:1px solid var(--sage);border-radius:50%}.mistake-list{max-height:54vh;overflow-y:auto}.mistake-item{padding:1rem 1.5rem;display:grid;grid-template-columns:auto minmax(130px,.7fr) minmax(220px,1.5fr) auto auto auto;align-items:center;gap:1rem;border-bottom:1px solid var(--line);transition:background .1s ease}.mistake-item:hover{background:#f5f1e880}.mistake-word{font:600 1.1rem var(--serif);overflow-wrap:anywhere}.mistake-context{color:var(--muted);font:italic .78rem/1.45 var(--serif);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mistake-count{color:var(--rust-text);font-size:.72rem;font-weight:800;white-space:nowrap}.mistake-date{color:var(--muted);font-size:.68rem;white-space:nowrap}.remove-word{padding:.45rem .5rem;margin:-.45rem -.5rem;border:0;background:none;color:var(--muted);font-size:.7rem;font-weight:800;cursor:pointer;transition:color .12s ease}.remove-word:hover{color:var(--rust-text)}.library-footer{padding:1rem 2.25rem;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.75rem}.confirm-dialog{width:min(440px,calc(100vw - 2rem));padding:2rem;border:0;background:var(--white);box-shadow:var(--shadow-modal)}.confirm-dialog h2{margin:0;font:600 1.7rem var(--serif)}.confirm-dialog p{color:var(--muted);font-size:.85rem;line-height:1.6}.confirm-dialog>div{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.7rem}.toast{transition:opacity .18s ease-out,transform .18s ease-out;position:fixed;z-index:100;left:50%;bottom:1.5rem;bottom:max(1.5rem,env(safe-area-inset-bottom));transform:translate(-50%);max-width:min(500px,calc(100vw - 2rem));padding:.85rem 1rem;color:var(--white);background:var(--ink);box-shadow:var(--shadow-soft);font-size:.8rem;text-align:center;animation:toast-in .2s ease both}.toast.is-leaving{opacity:0;transform:translate(-50%,6px)}.motion-rise{animation:rise .7s cubic-bezier(.2,.8,.2,1) both}.motion-delay{animation-delay:.12s}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes cursor-pulse{50%{background:var(--cursor-pulse)}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,8px)}}}@layer utilities{.visually-hidden.file-input:focus-visible{position:absolute;z-index:5;top:100%;left:50%;width:auto;height:auto;margin:.5rem 0 0;padding:.5rem .75rem;clip:auto;clip-path:none;overflow:visible;color:var(--ink);background:var(--white);border:1px solid var(--focus-ring);border-radius:2px;font-size:.75rem;transform:translate(-50%)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}}@media(max-width:880px){.app-header{grid-template-columns:auto 1fr auto}.stage-nav{display:flex;justify-self:center}.stage-step:not(.is-current),.stage-line{display:none}.header-actions{gap:.7rem}.volume-range{width:54px}.import-composition{grid-template-columns:1fr;gap:2.5rem;padding-top:4rem}.brand-title{font-size:clamp(4.8rem,20vw,8rem)}.drop-zone{min-height:340px}.mistake-item{grid-template-columns:auto 1fr auto}.mistake-context{grid-column:2 / -1;grid-row:2}.mistake-date{display:none}}@media(max-width:620px){.app-header{--header-h: 62px;padding:0 .9rem}.wordmark>span:last-child{display:none}.text-button{font-size:.75rem}.import-composition{padding:clamp(3rem,7vw,7rem) 1rem}.hero-line{margin-top:1.5rem}.drop-zone{min-height:310px;padding:2rem 1rem}.section-heading,.typing-topbar{align-items:flex-start;flex-direction:column;gap:1rem}.document-preview{min-height:340px;max-height:58vh;padding:1.5rem 1.2rem}.selection-bar{align-items:stretch;flex-direction:column}.selection-actions{display:grid;grid-template-columns:1fr 1fr}.selection-actions .button{padding:.55rem;font-size:.7rem}.live-stats{grid-template-columns:repeat(2,1fr);row-gap:.7rem}.live-stats div{justify-content:flex-start!important;border:0}.typing-shell{min-height:330px}.typing-passage{padding:2rem 1.25rem}.session-controls{flex-wrap:wrap}.result-grid{grid-template-columns:repeat(2,1fr);row-gap:1.5rem}.result-grid div:nth-child(2){border:0}.result-actions{flex-direction:column}.dialog-header,.library-toolbar,.library-footer{padding-left:1rem;padding-right:1rem}.library-toolbar{align-items:flex-start;flex-direction:column}.library-toolbar>div{width:100%;flex-wrap:wrap}.mistake-item{padding:1rem;gap:.7rem}.mistake-count{font-size:.65rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
