:root{--bg:#f3f1ee;--panel:#f8f7f4;--text:#1c1917;--muted:#78716c;--line:#dedad4;--orange:#c96d3a;--soft:#e4e0db;--miss:#57534e}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0}body{font-family:Georgia,Times New Roman,serif}button{font:inherit}a{color:var(--orange);text-decoration:none}.shell{justify-content:center;min-height:100vh;padding:20px 16px;display:flex}.phone{background:var(--panel);width:100%;max-width:430px;min-height:760px;padding:14px 28px 34px;box-shadow:0 1px 8px #0000000d}.header{border-bottom:1px solid var(--line);color:#57534e;justify-content:center;align-items:center;height:48px;margin:0 -10px 30px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;display:flex;position:relative}.menu-button{color:var(--text);cursor:pointer;background:0 0;border:0;padding:8px;font-size:25px;line-height:1;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.tagline{text-align:center;max-width:330px;margin:0 auto 24px;font-size:22px;line-height:1.08}.progress-row{justify-content:center;align-items:center;gap:11px;margin:18px 0 28px;display:flex}.arrow{color:#8a8680;cursor:pointer;background:0 0;border:0;padding:0 2px;font-size:30px}.arrow.hidden{opacity:0;pointer-events:none}.progress-boxes{gap:6px;display:flex}.progress-box{background:#d4d0ca;border-radius:2px;width:26px;height:26px}.progress-box.active,.progress-box.correct{background:var(--orange)}.progress-box.missed{background:var(--miss)}.word{text-align:center;color:var(--orange);letter-spacing:.08em;margin:30px 0 48px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:42px;font-weight:700}.choices{gap:16px;display:grid}.choice{cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;width:100%;padding:0;display:flex}.choice-letter{border:2px solid var(--orange);color:#57534e;border-radius:50%;flex:none;place-items:center;width:50px;height:50px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:21px;font-weight:700;display:grid}.choice-text{background:#d8d6d3;border-radius:11px;flex:1;justify-content:center;align-items:center;min-height:54px;padding:12px 18px;font-size:21px;line-height:1.1;display:flex}.choice.selected .choice-letter,.choice.selected .choice-text{background:var(--orange);color:#fff}.see-score{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:12px;width:100%;min-height:58px;margin-top:34px;font-size:22px}.see-score:disabled{background:var(--soft);color:var(--muted);cursor:default}.score-top{justify-content:center;align-items:center;gap:18px;margin-top:42px;display:flex}.score-number{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:34px;font-weight:700}.score-title{margin-top:26px;font-size:24px;font-weight:800}.estimate{margin-top:2px;font-size:21px}.score-copy{margin-top:34px;font-size:22px;line-height:1.12}.beat{margin-top:28px;font-size:20px}.score-actions{gap:30px;max-width:260px;margin:54px auto 0;display:grid}.secondary-button{cursor:pointer;background:#d8d6d3;border:0;border-radius:10px;min-height:56px;font-size:22px}.next{margin-top:46px;font-size:18px}.review-list{gap:54px;display:grid}.review-title{margin-bottom:18px;font-size:22px}.review-grid{grid-template-columns:1fr 1fr;align-items:end;gap:14px;display:grid}.review-label{text-align:center;margin-bottom:6px;font-size:18px;font-weight:700}.review-pill{text-align:center;color:#fff;background:var(--orange);border-radius:10px;place-items:center;min-height:54px;padding:10px 12px;font-size:20px;display:grid}.review-pill.missed{background:var(--miss)}.receipt{margin-top:14px;font-size:18px;line-height:1.2}.links{color:var(--orange);justify-content:space-between;margin-top:18px;font-size:20px;display:flex}.menu-panel{z-index:20;background:#0000002e;justify-content:center;padding:20px 16px;display:flex;position:fixed;inset:0}.menu-card{background:var(--panel);width:100%;max-width:430px;min-height:520px;padding:20px 26px;box-shadow:0 8px 30px #0000002e}.menu-card h2{margin-top:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.menu-links{gap:12px;margin:20px 0;display:grid}.menu-links button{text-align:left;cursor:pointer;background:#e6e2dc;border:0;border-radius:10px;padding:14px 16px;font-size:18px}.menu-copy{font-size:18px;line-height:1.28}.footer{color:var(--muted);text-align:center;margin-top:28px;font-size:14px}
