:root{font-family:'DM Sans','Noto Sans SC',system-ui,sans-serif;color:#18342c;background:#f5f3ec}*{box-sizing:border-box}body{margin:0}.topbar{height:72px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:#f9f8f3;border-bottom:1px solid #dddcd2}.brand{display:flex;align-items:center;gap:12px;font-size:17px;letter-spacing:-.03em}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#1b5140;color:#fff;font-size:13px;font-weight:700}.top-note,.eyebrow{font-size:11px;font-weight:700;letter-spacing:.17em;color:#58806b}.shell{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:calc(100vh - 72px)}.sidebar{padding:45px 32px;background:#e9eee7;border-right:1px solid #d3ddd2;display:flex;flex-direction:column}.sidebar h1{font-size:35px;line-height:1.26;letter-spacing:-.06em;margin:24px 0 12px}.sidebar h1 em{font-style:normal;color:#247557}.sidebar-copy{color:#64766e;font-size:14px;line-height:1.85;margin:0 0 28px}.progress-card{padding:19px;background:#fff;border:1px solid #d9e1d7;border-radius:15px;box-shadow:0 8px 20px #173b2410}.progress-heading{display:flex;justify-content:space-between;font-size:13px;margin-bottom:12px}.progress-heading strong{color:#226d50}.progress-track{height:7px;background:#e5ede7;border-radius:10px;overflow:hidden}.progress-track div{height:100%;width:0;background:#52b484;transition:width .25s}.sidebar nav{margin:28px 0;display:grid;gap:7px}.section-button{border:0;background:transparent;text-align:left;border-radius:11px;padding:13px 14px;display:flex;justify-content:space-between;color:#36574b;cursor:pointer;font:inherit;font-size:14px}.section-button.active{background:#1d5d44;color:#fff}.section-button span:last-child{opacity:.65}.submit-button{margin-top:auto;padding:16px 18px;background:#d4ef7c;border:1px solid #b5d260;border-radius:11px;color:#244433;font:inherit;font-weight:700;cursor:pointer;display:flex;justify-content:space-between}.sidebar-foot{font-size:11px;color:#819289;line-height:1.5}.workspace{width:min(100%,1050px);padding:50px clamp(24px,5vw,82px) 80px;margin:0 auto}.workspace-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:27px}.workspace-heading h2{font-size:30px;letter-spacing:-.04em;margin:8px 0 0}.question-counter{color:#8ca297;font-size:13px;font-weight:700}.audio-panel{background:#e3eee9;border:1px solid #c6ded1;border-radius:16px;padding:18px 22px;margin-bottom:22px}.audio-label{display:flex;align-items:center;gap:12px;margin-bottom:12px}.audio-label strong{display:block;font-size:14px}.audio-label small{display:block;margin-top:3px;color:#688476}.pulse{width:11px;height:11px;border-radius:50%;background:#48af7c;box-shadow:0 0 0 5px #48af7c25}.audio-panel audio{width:100%;height:40px}.context-panel{background:#fff;border:1px solid #d9e0d6;border-radius:16px;margin-bottom:22px;overflow:hidden}.context-head{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #e5ebe2;color:#255c46;font-weight:700}.context-head button{background:none;border:0;color:#2e8062;font:inherit;cursor:pointer}.context-panel pre{white-space:pre-wrap;word-break:break-word;max-height:390px;overflow:auto;padding:20px;margin:0;font-family:inherit;font-size:14px;line-height:1.8;color:#334940}.question-card{background:#fff;border:1px solid #e1e2d8;border-radius:19px;box-shadow:0 18px 46px #253b2710;padding:clamp(25px,4vw,45px)}.question-meta{font-size:12px;color:#6c947d;font-weight:700;letter-spacing:.12em}.question-card h3{font-size:23px;line-height:1.5;letter-spacing:-.02em;margin:18px 0 25px}.muted{color:#788b81;font-weight:400}.options{display:grid;gap:11px}.option{display:flex;align-items:flex-start;gap:14px;padding:16px;border:1px solid #e0e7de;border-radius:11px;cursor:pointer;transition:.15s;background:#fff}.option:hover{border-color:#87b79a;background:#f7fbf7}.option.selected{background:#eef8ec;border-color:#4da77a}.option input{position:absolute;opacity:0}.option-letter{width:27px;height:27px;flex:none;display:grid;place-items:center;border:1px solid #b8cabd;border-radius:7px;font-size:13px;font-weight:700;color:#4d6b59}.option.selected .option-letter{background:#266f51;color:#fff;border-color:#266f51}.option-text{line-height:1.6;font-size:14px}.word-bank{display:flex;flex-wrap:wrap;gap:8px}.word-bank .option{padding:10px 12px;gap:7px}.word-bank .option-letter{border:0;width:auto}.answer-status{margin-top:22px;padding:16px 18px;border-radius:12px;background:#f1f6ed;color:#38634b;font-size:14px;line-height:1.6}.answer-status.wrong{background:#fff2e8;color:#945536}.answer-status strong{display:block;margin-bottom:4px}.navigation{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px}.navigation button{border:1px solid #d7e1d5;border-radius:10px;background:#fff;color:#285b45;padding:12px 15px;font:inherit;font-weight:600;cursor:pointer}.navigation button:disabled{opacity:.35;cursor:default}.nav-dots{font-size:12px;color:#88988c}.result-panel{margin-top:26px;padding:24px;border-radius:16px;background:#1e5a44;color:#fff}.result-panel h3{font-size:24px;margin:0 0 8px}.result-panel p{line-height:1.7;margin:0}.result-panel button{margin-top:16px;border:0;border-radius:8px;background:#d4ef7c;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer}@media(max-width:800px){.shell{display:block}.sidebar{padding:25px;display:block}.sidebar h1,.sidebar-copy,.sidebar-foot{display:none}.sidebar nav{display:flex;overflow:auto;margin:16px 0;gap:6px}.section-button{min-width:max-content}.submit-button{width:100%}.workspace{padding:28px 16px 60px}.top-note{display:none}.question-card{padding:22px}.question-card h3{font-size:19px}.context-panel pre{max-height:270px}}
