.app-shell{min-height:100vh;padding:1rem;max-width:640px;margin:0 auto}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:1rem}h1,h2,p{margin:0}h1{font-size:1.35rem;color:#1f2937}h2{font-size:1.2rem;color:#1f2937}.game-card{background:#fff;border-radius:22px;padding:1rem;box-shadow:0 10px 30px #0f172a1f;border:2px solid #dbeafe}.level-switch{display:flex;gap:.6rem;margin-bottom:.9rem}.start-card{display:grid;gap:.9rem}.level-meta{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.7rem}.active-level{font-size:.95rem;color:#334155;font-weight:700}.chip{flex:1;border:2px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:999px;padding:.55rem .8rem;font-weight:700}.chip.active{background:#2563eb;color:#fff;border-color:#2563eb}.score{text-align:center;font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.8rem}.question-progress{text-align:center;color:#475569;font-size:.95rem;margin-bottom:.8rem}.question{text-align:center;font-size:1.35rem;line-height:1.2;color:#111827}.range-hint{text-align:center;color:#475569;font-size:.95rem;margin-top:.3rem;margin-bottom:1rem}.answers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.answer{border:none;border-radius:16px;min-height:64px;font-size:1.4rem;font-weight:700;background:#fef3c7;color:#7c2d12}.answer.correct{background:#22c55e;color:#fff}.answer.muted{opacity:.55}.feedback{margin-top:1rem;margin-bottom:1rem;text-align:center;padding:.7rem;border-radius:12px;font-weight:700}.feedback.idle{background:#ecfeff;color:#0e7490}.feedback.correct{background:#dcfce7;color:#166534}.feedback.wrong{background:#ffedd5;color:#9a3412}.progress-wrap{margin-top:.2rem}.progress-label{text-align:center;font-size:.9rem;color:#334155;margin-bottom:.4rem}.progress-track{width:100%;height:12px;border-radius:999px;background:#dbeafe;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#22c55e,#3b82f6);transition:width .1s linear}button{cursor:pointer}.primary,.secondary,.danger{border:none;border-radius:999px;padding:.7rem 1rem;font-weight:700}.primary{width:100%;background:#ec4899;color:#fff}.secondary{background:#e2e8f0;color:#0f172a}.settings-card{display:grid;gap:.85rem}.set-complete{display:grid;gap:.8rem}.danger{width:100%;background:#ef4444;color:#fff}@media (min-width: 768px){.app-shell{padding:2rem 1rem}h1{font-size:1.8rem}.game-card{padding:1.4rem}}:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#fdf4ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#fdf4ff,#e0f2fe);min-height:100vh}button{font:inherit}
