:root{color-scheme:light;--bg:#f7f7f3;--surface:#fff;--text:#26332d;--muted:#68736d;--border:#e0e5df;--accent:#245849;--forest:#193e35;--on-accent:#fff;--soft:#edf2ed;--amber:#906725;--amber-bg:#f6efdf;--purple:#736083;--purple-bg:#f0edf4;--focus:#b08032;--error:#9e3732;--error-bg:#fcf0ed}:root[data-theme=dark]{color-scheme:dark;--bg:#151c19;--surface:#1e2823;--text:#e7ede7;--muted:#a4b1a7;--border:#37443c;--accent:#a0cfb9;--on-accent:#153b2d;--soft:#2b3a31;--amber:#ddbc78;--amber-bg:#3b3525;--purple:#c1b0d4;--purple-bg:#332e3c;--focus:#e3bc78;--error:#ffaaa1;--error-bg:#452d29}@media(prefers-color-scheme:dark){:root[data-theme=system]{color-scheme:dark;--bg:#151c19;--surface:#1e2823;--text:#e7ede7;--muted:#a4b1a7;--border:#37443c;--accent:#a0cfb9;--on-accent:#153b2d;--soft:#2b3a31;--amber:#ddbc78;--amber-bg:#3b3525;--purple:#c1b0d4;--purple-bg:#332e3c;--focus:#e3bc78;--error:#ffaaa1;--error-bg:#452d29}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:default;opacity:.65}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--focus);outline-offset:4px}button{touch-action:manipulation}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:1.17;letter-spacing:-.025em}h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:14px}h2{font-size:1.65rem}h3{font-size:1.06rem;line-height:1.4}p{margin-bottom:1.2rem}a{color:var(--accent)}.muted{color:var(--muted)}.small{font-size:.875rem}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;line-height:1.6;margin-bottom:16px;color:var(--muted)}.header{border-bottom:1px solid var(--border);background:var(--surface);padding-top:env(safe-area-inset-top)}.header-inner{max-width:1220px;margin:auto;min-height:88px;display:flex;align-items:center;justify-content:space-between;padding:16px 40px;gap:28px}.brand{display:flex;align-items:center;gap:12px;background:none;border:0;font-family:Georgia,serif;font-size:1.55rem;font-weight:700;letter-spacing:-.045em;padding:0}.brand-mark{display:grid;place-items:center;background:var(--forest);color:#fff9e9;border-radius:11px;width:41px;height:43px;font:29px Georgia,serif;letter-spacing:-.11em;padding-right:4px}.header nav{display:flex;gap:9px}.header nav button{border:0;background:transparent;display:flex;gap:8px;align-items:center;padding:11px 13px;border-radius:7px;color:var(--muted);font-size:.875rem;min-height:44px}.header nav .nav-active{background:var(--soft);color:var(--accent);font-weight:700}.offline-status{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--muted);white-space:nowrap}.status-dot{height:6px;width:6px;border-radius:50%;background:var(--accent)}.main{max-width:1080px;margin:auto;padding:48px 32px 45px;min-height:calc(100vh - 180px)}.welcome{margin:0 0 30px}.welcome h1{font-size:clamp(2.5rem,4.5vw,3.2rem);margin-bottom:12px}.welcome .eyebrow{margin-bottom:12px}.welcome p:last-child{margin-bottom:0}.home-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:24px}.practice-card{background:var(--forest);color:#f5f3e9;padding:30px 32px;border-radius:14px;position:relative;overflow:hidden}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;color:#bbd0c5}.pill{display:inline-flex;align-items:center;font-size:.69rem;letter-spacing:.12em;font-weight:700;padding:6px 10px;border:1px solid #769b8970;border-radius:5px}.practice-card h2{font-size:2.1rem;max-width:350px;margin-bottom:14px}.practice-card p{color:#d0ded6;font-size:.94rem;max-width:400px;margin-bottom:22px}.hero-button{display:flex;align-items:center;gap:9px;background:#f4efdf;border:0;border-radius:6px;min-height:48px;padding:12px 18px;color:#193e35;width:100%;font-weight:700;font-size:.94rem}.hero-button svg:last-child{margin-left:auto}.hero-button:hover{background:#fffaf0}.card-foot{margin-top:16px;font-size:.75rem;color:#bdcfc4}.progress-card{padding:27px 28px;background:var(--surface);border:1px solid var(--border);border-radius:14px}.progress-card>.eyebrow{text-align:center}.ring{width:154px;height:154px;border-radius:50%;background:conic-gradient(var(--accent) var(--progress),var(--soft) 0);padding:9px;margin:16px auto 27px;transform:rotate(-90deg)}.ring>div{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;border-radius:50%;background:var(--surface);transform:rotate(90deg)}.ring strong{font:2.4rem Georgia,serif}.ring span{font-size:.75rem;color:var(--muted);margin-top:2px}.mini-metrics{display:grid;grid-template-columns:1fr 1fr;text-align:center}.mini-metrics .metric+.metric{border-left:1px solid var(--border)}.metric{display:flex;flex-direction:column;gap:3px}.metric strong{font-size:1.65rem;font-weight:500;line-height:1.3}.metric span{font-size:.8rem;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:34px 0 16px;gap:15px}.section-heading h2{font-size:1.5rem;margin:0}.text-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;border:0;background:none;color:var(--accent);font-weight:600;font-size:.875rem;padding:8px 0}.explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.explore-card{border:1px solid var(--border);background:var(--surface);padding:24px 22px 35px;border-radius:11px;text-align:left;position:relative}.explore-card:hover{border-color:var(--accent)}.tile-icon{display:grid;place-items:center;color:var(--accent);background:var(--soft);border-radius:9px;width:40px;height:40px;margin-bottom:19px}.tile-icon svg{width:20px}.tile-icon.amber{background:var(--amber-bg);color:var(--amber)}.tile-icon.lavender{background:var(--purple-bg);color:var(--purple)}.explore-card h3{margin-bottom:9px}.explore-card h3 small{font-size:.75rem;background:var(--soft);padding:3px 6px;border-radius:5px;margin-left:3px}.explore-card p{font-size:.875rem;color:var(--muted);line-height:1.6;margin-bottom:0}.tile-arrow{position:absolute;right:20px;bottom:17px;color:var(--muted)}.bank-strip{width:100%;display:flex;align-items:center;gap:17px;padding:22px 24px;margin-top:24px;background:transparent;border:1px solid var(--border);border-radius:10px;text-align:left}.bank-strip>svg{color:var(--accent);flex-shrink:0}.bank-strip>svg:last-child{margin-left:auto}.bank-strip strong,.bank-strip small{display:block}.bank-strip strong{font-size:.95rem}.bank-strip small{font-size:.8rem;color:var(--muted);margin-top:3px}.privacy-note{display:flex;justify-content:center;align-items:center;gap:7px;font-size:.75rem;color:var(--muted);margin:27px 0 0}.footer{display:flex;max-width:1016px;margin:0 auto;padding:20px 0 25px;justify-content:space-between;border-top:1px solid var(--border);font-size:.75rem;color:var(--muted)}.footer span:first-child{font:1rem Georgia,serif}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:1px solid var(--accent);background:var(--accent);color:var(--on-accent);padding:11px 20px;border-radius:7px;font-weight:600;font-size:.94rem}.button.secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.button:hover:not(:disabled){filter:brightness(.96)}.actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.page-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.page-title .eyebrow{margin-bottom:11px}.page-title p:last-child{margin-bottom:0}.narrow{max-width:650px;margin:0 auto}.quiz-main{padding-top:26px}.back{color:var(--muted)}.quiz-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.subtle{color:var(--accent);background:var(--soft);border:0}.quiz-progress-label{display:flex;justify-content:space-between;font-size:.875rem;color:var(--muted);gap:15px;margin-bottom:9px}.quiz-progress-label strong{color:var(--text)}progress{display:block;width:100%;height:5px;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:5px;overflow:hidden;background:var(--border)}progress::-webkit-progress-bar{background:var(--border)}progress::-webkit-progress-value{background:var(--accent)}progress::-moz-progress-bar{background:var(--accent)}.question{text-align:center;padding:37px 0 23px}.question .eyebrow{font-size:.7rem;letter-spacing:.13em;margin-bottom:16px}.question h1{font-size:clamp(2.7rem,7vw,3.6rem);overflow-wrap:anywhere;margin-bottom:0}.question h1.definition-prompt{font-size:clamp(1.65rem,5vw,2.2rem);line-height:1.35;letter-spacing:-.015em}.choices{display:grid;gap:10px}.choice{display:flex;align-items:center;gap:15px;padding:14px 18px;min-height:62px;width:100%;text-align:left;border:1px solid var(--border);border-radius:9px;background:var(--surface);line-height:1.5;font-size:.97rem}.choice .letter{flex:0 0 29px;display:grid;place-items:center;height:29px;background:var(--soft);border-radius:5px;font-size:.75rem;color:var(--muted);font-weight:700}.choice>span:nth-child(2){flex:1}.choice:hover:not(:disabled){border-color:var(--accent);background:var(--soft)}.choice:disabled{opacity:1}.choice.correct-choice{border:2px solid var(--accent);background:var(--soft);padding:13px 17px}.correct-choice .letter{background:var(--accent);color:var(--on-accent)}.choice.wrong-choice{border-color:var(--error);background:var(--error-bg)}.choice-icon{flex-shrink:0;color:var(--accent)}.dont-know{display:block;width:100%;min-height:48px;margin-top:14px;border:1px dashed var(--border);border-radius:8px;background:transparent;color:var(--muted)}.quiz-foot{font-size:.75rem;color:var(--muted);text-align:center;margin-top:24px}.feedback{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:25px;margin-top:20px}.feedback-title{display:flex;align-items:center;gap:8px;color:var(--accent);font-weight:600;font-size:.94rem}.feedback.learning .feedback-title{color:var(--amber)}.feedback h2{margin:20px 0 12px}.feedback h2 span{display:inline-block;margin-left:12px;font:italic .85rem Georgia,serif;color:var(--muted)}blockquote{margin:20px 0;padding:3px 0 3px 17px;border-left:2px solid var(--accent);font:italic 1.05rem/1.7 Georgia,serif;color:var(--muted)}.zipf{font-size:.8rem;color:var(--muted)}.feedback .button{width:100%;margin-top:10px}.summary-card{background:var(--surface);border:1px solid var(--border);padding:40px;border-radius:14px;margin-top:16px;text-align:center}.celebration{display:grid;place-items:center;background:var(--amber-bg);color:var(--amber);height:76px;width:76px;border-radius:50%;margin:0 auto 26px}.summary-card h1{font-size:2.3rem}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 10px;text-align:center;margin:30px 0}.summary-total{display:flex;justify-content:space-between;border-top:1px solid var(--border);padding:20px 0;margin-bottom:10px}.summary-card .button{width:100%}.progress-track{height:5px;background:#fff2;border-radius:10px;overflow:hidden;margin:10px 0}.progress-track>div{background:#e1c487;height:100%}.progress-label{display:flex;justify-content:space-between;font-size:.75rem;color:#ccd9d1;margin-bottom:22px}.panel{padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:24px}.panel h2{font-size:1.5rem;margin-bottom:20px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stats-grid .metric{padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:10px;gap:9px}.stats-grid .metric strong{font-size:2rem}.stat-line{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--border);font-size:.9rem}.stat-line:last-child{border-bottom:0}.stat-line span{color:var(--muted)}.answer-chart{height:16px;display:flex;border-radius:8px;overflow:hidden;margin:28px 0 19px;background:var(--soft)}.answer-chart span:first-child{background:var(--accent)}.answer-chart span:nth-child(2){background:var(--amber)}.answer-chart span:nth-child(3){background:var(--muted)}.link-row{border-top:0;border-left:0;border-right:0;background:none;width:100%;text-align:left}.empty{padding:50px 25px;text-align:center;color:var(--muted)}.empty h2{color:var(--text);margin:18px 0 12px}.empty-mark{font:2.5rem Georgia,serif;color:var(--accent)}.word-list{background:var(--surface);border:1px solid var(--border);border-radius:11px;overflow:hidden}.word-row{display:flex;align-items:center;width:100%;gap:20px;text-align:left;background:none;border:0;border-bottom:1px solid var(--border);padding:19px 23px}.word-row:last-child{border-bottom:0}.word-row:hover{background:var(--soft)}.word-description{flex:1;min-width:0}.word-description>strong{display:block;font:1.3rem Georgia,serif;margin-bottom:5px}.word-description>strong small{font:italic .78rem Georgia,serif;color:var(--muted);margin-left:12px}.word-description>span,.word-description>small{display:block;color:var(--muted);font-size:.9rem}.word-description>small{font-size:.75rem;margin-top:7px}.rank{color:var(--muted);font-size:.9rem;min-width:20px}.accuracy{font-size:1.2rem;white-space:nowrap}.accuracy small{display:block;font-size:.7rem;color:var(--muted)}label{font-size:.85rem;color:var(--muted);display:block}input,textarea,select{border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);padding:11px 12px;min-height:46px;max-width:100%;font-size:1rem}label>input:not([type=checkbox]):not([type=radio]),label>textarea,label>select{display:block;margin-top:7px;width:100%}textarea{resize:vertical;min-height:85px;line-height:1.5}.search-box{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding-left:15px;gap:8px}.search-box input{border:0;margin:0!important;flex:1}.filters{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.alphabet{display:flex;gap:3px;flex-wrap:wrap;margin:22px 0 12px}.alphabet button{border:0;background:transparent;color:var(--muted);border-radius:5px;min-width:30px;min-height:44px;font-size:.8rem}.alphabet .selected{background:var(--accent);color:var(--on-accent)}.load-more{display:flex;margin:22px auto}.review-controls{display:flex;align-items:end;gap:18px;flex-wrap:wrap;margin-bottom:24px}.review-controls label{flex:1;min-width:240px}.review-controls .muted{font-size:.8rem;width:100%}.modal{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:15px;width:min(600px,calc(100% - 32px));max-height:calc(100dvh - 40px);padding:30px;box-shadow:0 20px 80px #0003}.modal::backdrop{background:#10241c99;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.modal-head h2{margin:0;font-size:1.8rem;overflow-wrap:anywhere}.icon-button{border:0;background:none;min-height:44px;min-width:44px;display:grid;place-items:center}.form-stack{display:grid;gap:17px}.detail-definition{font-size:1.18rem}.detail-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:24px 0}.word-detail>.actions{margin-top:25px}.word-detail>.small{margin-top:16px}.mode-options{display:grid;gap:12px;margin:24px 0}.mode-option{display:flex;gap:15px;padding:18px;border:1px solid var(--border);border-radius:9px;cursor:pointer;align-items:center}.mode-option.selected{border-color:var(--accent);background:var(--soft)}.mode-option input{min-height:20px;accent-color:var(--accent)}.mode-option strong,.mode-option small{display:block}.mode-option strong{color:var(--text);font-size:.97rem}.mode-option small{font-size:.8rem;margin-top:4px}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px 0;border-bottom:1px solid var(--border)}.setting-row:last-child{border-bottom:0;padding-bottom:0}.setting-row strong{display:block;color:var(--text);font-size:.95rem;font-weight:500}.setting-row small{display:block;color:var(--muted);font-size:.8rem;margin-top:4px}.setting-row select{width:auto!important;max-width:240px;margin-top:0!important}.setting-row input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:26px;flex:0 0 45px;border:0;padding:3px;width:45px;height:26px;border-radius:15px;background:var(--border);position:relative;cursor:pointer}.setting-row input[type=checkbox]:after{content:"";display:block;position:absolute;top:4px;left:4px;width:18px;height:18px;border-radius:50%;background:#fff}.setting-row input:checked{background:var(--accent)}.setting-row input:checked:after{left:23px}.danger{color:var(--error)}.error,.notice{padding:15px 18px;border-radius:8px;font-size:.9rem;margin-bottom:20px;overflow-wrap:anywhere}.error{background:var(--error-bg);color:var(--error)}.notice{background:var(--soft);color:var(--accent)}.global-error,.update-banner{display:flex;align-items:center;justify-content:space-between;gap:15px}.file-label{position:relative;overflow:hidden;cursor:pointer}.file-label input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;width:100%;cursor:pointer}.file-drop{display:block;padding:25px;border:1px dashed var(--border);border-radius:9px;margin:20px 0}.file-drop input{margin-top:10px}.import-preview{max-height:260px;overflow:auto;margin:20px 0}.import-preview>div{border-bottom:1px solid var(--border);padding:10px}.import-preview p{margin:4px 0;font-size:.85rem;color:var(--muted)}details{margin:16px 0;font-size:.875rem}summary{cursor:pointer;min-height:35px}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:30px;text-align:center}.loading .brand-mark{margin-bottom:20px}.skip-link{position:fixed;left:20px;top:-80px;z-index:10;background:var(--surface);padding:12px}.skip-link:focus{top:10px}.install p{font-size:.94rem;line-height:1.8}@media(min-width:1300px){.main{padding-top:57px}.home-grid{gap:26px}.practice-card{padding:32px 34px}.practice-card h2{font-size:2.25rem}}@media(max-width:850px){.header-inner{padding:15px 24px;gap:16px}.header nav{gap:0}.header nav button{padding:10px}.offline-status{display:none}.footer{margin:0 32px}.home-grid{grid-template-columns:1.45fr 1fr}.explore-grid{gap:12px}.explore-card{padding:19px 16px 35px}.stats-grid{grid-template-columns:1fr 1fr}.page-title{align-items:start}.page-title .actions{flex-shrink:0}.privacy-note{font-size:.7rem}}@media(max-width:600px){.header-inner{padding:14px 20px;min-height:72px}.brand{font-size:1.35rem}.brand-mark{width:35px;height:37px;font-size:26px}.header nav{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);padding:8px max(12px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));z-index:5;justify-content:space-around}.header nav button{flex-direction:column;gap:4px;font-size:.7rem;min-width:72px;padding:6px 8px;border-radius:7px}.header nav .nav-active{background:none}.header nav .nav-active svg{stroke-width:2.4}.offline-status{display:flex;font-size:.69rem}.main{padding:29px 20px 28px;min-height:calc(100dvh - 240px)}.welcome{margin-bottom:23px}.welcome h1{font-size:2.45rem}.welcome .muted{font-size:.9rem}.home-grid{grid-template-columns:1fr;gap:17px}.practice-card{padding:25px}.practice-card h2{font-size:2rem;max-width:290px}.card-top{margin-bottom:19px}.practice-card p{font-size:.9rem}.progress-card{display:grid;grid-template-columns:82px 1fr;gap:8px 18px;padding:19px}.progress-card>.eyebrow{grid-column:2;text-align:left;margin:0;align-self:end;font-size:.65rem}.ring{grid-column:1;grid-row:1/3;width:80px;height:80px;padding:5px;margin:0;align-self:center}.ring strong{font-size:1.6rem}.ring span{font-size:.55rem}.mini-metrics{grid-column:2;grid-row:2;text-align:left;gap:18px}.mini-metrics .metric+.metric{padding-left:17px}.mini-metrics .metric strong{font-size:1.35rem}.mini-metrics .metric span{font-size:.67rem}.section-heading{margin-top:26px}.section-heading h2{font-size:1.4rem}.section-heading .text-button{font-size:.75rem}.explore-grid{grid-template-columns:1fr;gap:10px}.explore-card{display:grid;grid-template-columns:40px 1fr;gap:3px 14px;padding:18px 42px 18px 18px}.tile-icon{grid-row:1/3;margin:0;align-self:center}.explore-card h3{font-size:.94rem;margin:0}.explore-card p{font-size:.78rem;line-height:1.5}.tile-arrow{right:16px;bottom:calc(50% - 9px)}.bank-strip{padding:19px 18px;margin-top:17px;gap:14px}.bank-strip small{font-size:.75rem}.privacy-note{font-size:.68rem;align-items:start;line-height:1.6}.privacy-note svg{flex-shrink:0;margin-top:2px}.footer{margin:0 20px;padding:20px 0 calc(100px + env(safe-area-inset-bottom));font-size:.7rem}.page-title{display:block;margin-bottom:23px}.page-title h1{font-size:2.25rem}.page-title .actions{margin-top:21px}.page-title .muted{font-size:.9rem}.quiz-main{padding:15px 16px 30px}.quiz-top{margin-bottom:15px}.quiz-progress-label{font-size:.78rem}.question{padding:29px 6px 25px}.question h1{font-size:2.6rem}.question .eyebrow{font-size:.62rem}.choices{gap:9px}.choice{font-size:.94rem;padding:13px 14px;min-height:63px;gap:12px}.choice.correct-choice{padding:12px 13px}.choice .letter{flex-basis:26px;height:26px}.feedback{padding:21px}.summary-card{padding:28px 20px}.summary-card h1{font-size:2rem}.summary-grid{gap:22px 8px}.summary-grid .metric span{font-size:.71rem}.summary-grid .metric strong{font-size:1.4rem}.two-columns{grid-template-columns:1fr;gap:0}.stats-grid{gap:12px}.stats-grid .metric{padding:20px}.stats-grid .metric strong{font-size:1.7rem}.panel{padding:22px 20px}.filters{grid-template-columns:1fr 1fr;gap:12px}.word-row{padding:17px 16px;gap:13px}.word-description>strong{font-size:1.2rem}.word-description>strong small{font-size:.71rem}.word-description>span{font-size:.84rem}.word-description>small{font-size:.71rem}.accuracy{font-size:1rem}.rank{font-size:.8rem;min-width:14px}.alphabet{gap:1px}.alphabet button{min-width:32px}.review-controls .button{width:100%}.modal{padding:24px 20px;max-height:calc(100dvh - 30px);border-radius:12px}.modal-head{margin-bottom:18px}.modal-head h2{font-size:1.65rem}.detail-stats .metric strong{font-size:1.4rem}.detail-stats .metric span{font-size:.72rem}.setting-row{gap:15px;flex-wrap:wrap}.setting-row>span{flex:1;min-width:180px}.setting-row select{width:100%!important;max-width:100%;margin-top:4px!important}.setting-row .button{font-size:.83rem}.global-error,.update-banner{flex-wrap:wrap}.form-stack .actions .button{flex:1}}.skip-link:not(:focus){clip-path:inset(50%);width:1px;height:1px;overflow:hidden;white-space:nowrap}.question .eyebrow{font-size:.75rem}.quiz-foot,.card-foot,.privacy-note{font-size:.8rem}.header-inner{flex-wrap:wrap}.main{overflow-wrap:anywhere}.main>*{min-width:0}.home-grid>*{min-width:0}.brand{max-width:100%}.brand-mark{flex-shrink:0}.header nav button span{overflow-wrap:anywhere;min-width:0}@media(max-width:600px){.header nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.header nav button{min-width:0;padding-left:3px;padding-right:3px}.header-inner{column-gap:12px;row-gap:5px}.offline-status{margin-left:auto}.footer{padding-bottom:calc(6rem + 55px + env(safe-area-inset-bottom))}.progress-card{grid-template-columns:minmax(80px,auto) minmax(0,1fr)}.mini-metrics{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.mini-metrics .metric+.metric{padding-left:10px}.setting-row>span{min-width:0;flex-basis:180px}.setting-row strong{overflow-wrap:anywhere}.setting-row select{min-width:0}.section-heading{flex-wrap:wrap}.pill{overflow-wrap:anywhere}.card-top>svg{flex-shrink:0}}@media(max-width:600px){.header nav button{font-size:.8rem}.question .eyebrow{font-size:.75rem}.welcome .eyebrow,.progress-card>.eyebrow{font-size:.75rem}.ring span{font-size:.65rem}.mini-metrics .metric span,.privacy-note,.pill{font-size:.75rem}.section-heading .text-button{font-size:.8rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
