:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.4;color:#1f2937;background:#f7f7f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none}#root{display:flex;justify-content:center}.app{width:min(100%,430px);min-height:100%;padding:1.9rem .75rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.app>*{width:100%;max-width:100%}h1{margin:0 0 1rem;font-size:clamp(1.6rem,5vw,2.2rem);line-height:1.15}.start-screen-icon{width:clamp(96px,18vw,120px);height:clamp(96px,18vw,120px);margin:0 auto .75rem;display:block}.card{margin-top:.75rem;padding:1rem;border:none;border-radius:0}.card h2,.card h3,.card p{margin-top:0}.toast-slot{min-height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.toast{margin:0 auto;max-width:100%;padding:.65rem .85rem;border-radius:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toast-success{background:#dcfce7;color:#166534}.toast-error{background:#fee2e2;color:#991b1b}.task{margin:0 0 .9rem;font-size:clamp(1.7rem,7vw,2.1rem);font-weight:700;white-space:nowrap}.answer-form,.action-row,.mode-row,.legend{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:.65rem}.mode-row{flex-direction:column;align-items:stretch}.mode-item{display:flex;align-items:center;gap:.5rem}.mode-main-btn{width:100%}.mode-info-btn{width:2.2rem;min-width:2.2rem;padding:.65rem 0;font-weight:700}.rules-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;justify-content:center;align-items:center;padding:1rem;z-index:1000}.rules-popup{width:min(100%,420px);background:#fff;border-radius:14px;padding:1rem;text-align:left;box-shadow:0 12px 30px #0f172a40}.rules-popup-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.rules-popup-header h3{margin:0;font-size:1.15rem}.rules-close-btn{width:2rem;min-width:2rem;padding:.45rem 0;background:#e5e7eb;color:#111827}.rules-subtitle{margin:.5rem 0 .75rem;font-weight:600}.rules-list{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.45rem}.answer-form{margin-bottom:.9rem}input{width:clamp(96px,28vw,140px);min-width:0;border:1px solid #c9c9c9;border-radius:8px;padding:.6rem;font-size:1rem}button{border:none;border-radius:8px;padding:.65rem .9rem;background:#1f6feb;color:#fff;font-size:1rem;white-space:nowrap;cursor:pointer}button:disabled,input:disabled{opacity:.6;cursor:not-allowed}button.secondary{background:#6b7280}.new-game-section{margin-top:1.2rem}.chart{margin:.9rem 0;display:flex;flex-direction:column;align-items:center;gap:.8rem}.donut{width:clamp(130px,32vw,160px);height:clamp(130px,32vw,160px)}.donut-track,.donut-wrong,.donut-correct{fill:none;stroke-width:16}.donut-track{stroke:#ececec}.donut-wrong{stroke:#dc2626}.donut-correct{stroke:#16a34a}.donut-center{font-size:20px;font-weight:700;fill:#1f2937}.legend-item{margin:0;font-weight:600;white-space:nowrap}.legend-correct{color:#166534}.legend-wrong{color:#991b1b}@media(max-width:767px){.app{padding:1.5rem .7rem .85rem}.card{padding:.9rem .75rem}.answer-form,.action-row,.mode-row,.legend{gap:.55rem}}
