:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17223b;background:#f4f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}.page-shell{width:min(100% - 32px,720px);margin:0 auto;padding:24px 0 48px}.brand{display:flex;align-items:center;gap:10px;margin-bottom:28px;font-weight:750}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#fff;background:#5367e8;font-size:13px}.exercise-card,.state-card{padding:24px 20px;border:1px solid #e2e8f2;border-radius:22px;background:#fff;box-shadow:0 12px 40px #18274b14}.exercise-card h1,.state-card h1{margin:20px 0 18px;font-size:clamp(1.25rem,5vw,1.65rem)}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:6px 10px;border-radius:999px;background:#edf1f7;color:#536078;font-size:.78rem;font-weight:700}.tag-accent{background:#ebeefe;color:#4356cc}.sentence{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px 0;font-size:clamp(1.25rem,5.4vw,1.75rem);line-height:1.75;font-weight:600}.sentence>span{white-space:pre-wrap}.gap-input{width:clamp(3.25rem,calc(var(--gap-size) * .78em + 1.2rem),11rem);min-width:3.25rem;margin:0 4px;padding:4px 5px 2px;border:0;border-bottom:2px solid #8795b0;border-radius:6px 6px 2px 2px;outline:none;background:#f6f8fc;color:#17223b;text-align:center;font-weight:700;transition:border-color .15s,background .15s,box-shadow .15s}.gap-input:focus{border-color:#5367e8;background:#eef0ff;box-shadow:0 2px #5367e8}.gap-input:disabled{color:#43506a;opacity:.85}.translation{margin:20px 0 24px;color:#68758c;line-height:1.55}button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:50px;padding:12px 18px;border:0;border-radius:14px;background:#5367e8;color:#fff;cursor:pointer;font-weight:750}button:hover:not(:disabled){background:#4356d3}button:focus-visible{outline:3px solid #b7c0ff;outline-offset:2px}button:disabled{cursor:wait;opacity:.7}.message,.api-error{display:flex;flex-direction:column;gap:5px;margin:0 0 16px;padding:12px 14px;border-radius:12px;font-size:.92rem;line-height:1.45}.success{color:#17603a;background:#e7f7ee}.incorrect{color:#8a4318;background:#fff1e5}.error,.api-error{color:#9b2735;background:#fdecef}.state-card{display:grid;justify-items:center;text-align:center;color:#68758c}.state-card button{margin-top:8px}.error-state h1{color:#17223b}.spinner{width:18px;height:18px;border:2px solid rgb(255 255 255 / 45%);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}.spinner.large{width:30px;height:30px;border-color:#d9def9;border-top-color:#5367e8}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 600px){.page-shell{padding-top:40px}.exercise-card,.state-card{padding:34px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
