*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:linear-gradient(160deg,#eef6ff,#fdf1ff);min-height:100vh;color:#23324d}.page{max-width:480px;margin:0 auto;padding:2rem 1.25rem;text-align:center;display:flex;flex-direction:column;gap:1rem}h1{margin:0}button{font:inherit;border:2px solid #c8d6ef;border-radius:12px;background:#fff;padding:.6rem 1.2rem;cursor:pointer}button.primary{background:#3d6df2;border-color:#3d6df2;color:#fff;font-weight:600}.profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.profile-card{display:flex;flex-direction:column;gap:.4rem}.profile-play{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1rem;font-size:1.05rem;font-weight:600}.profile-history{font-size:.8rem;padding:.3rem .5rem}.profile-avatar{font-size:2.4rem}.avatar-row{display:flex;justify-content:center;gap:.4rem;margin-bottom:.6rem}.avatar{font-size:1.4rem;padding:.35rem .55rem}.avatar.selected{border-color:#3d6df2;background:#e7eeff}.name-row{display:flex;gap:.5rem;justify-content:center}input{font:inherit;border:2px solid #c8d6ef;border-radius:12px;padding:.6rem .9rem;width:100%;max-width:240px}.drill-header{display:flex;justify-content:space-between;font-weight:600}.prompt{font-size:2.6rem;font-weight:700;margin:.25rem 0 .5rem}.prompt.long{font-size:1.35rem;line-height:1.5}.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.topic-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.1rem .5rem;font-size:.95rem;font-weight:600}.topic-emoji{font-size:2.2rem}.timer{font-size:1.15rem;font-weight:700;color:#6b7a99;margin:.75rem 0 0}.timer.urgent{color:#c0392b;animation:pulse .5s ease-in-out infinite alternate}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.18)}}.answer{font-size:1.6rem;text-align:center;margin-right:.5rem;max-width:180px}.feedback{font-size:1.2rem;font-weight:600}.feedback.ok{color:#1a7f37}.feedback.bad{color:#c0392b}.big-score{font-size:1.6rem;font-weight:700}.error{color:#c0392b}.profile-points{font-size:.85rem;font-weight:500;color:#6b7a99}.streak{color:#e2711d}.points-pop{display:inline-block;font-weight:800;color:#1a7f37;animation:pop .4s ease-out}@keyframes pop{0%{transform:scale(.4);opacity:0}70%{transform:scale(1.25)}to{transform:scale(1);opacity:1}}.round-points{font-size:1.2rem;font-weight:700;color:#1a7f37;margin:0}.total-points{font-weight:600;margin:0}.badge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.badge-card{display:flex;flex-direction:column;align-items:center;gap:.15rem;border:2px solid #c8d6ef;border-radius:12px;background:#fff;padding:.6rem .3rem}.badge-card.locked{opacity:.45}.badge-card.new{border-color:#e2b93b;background:#fff8e1;animation:pop .5s ease-out}.badge-emoji{font-size:1.7rem}.badge-name{font-size:.8rem;font-weight:700}.badge-how{font-size:.65rem;color:#6b7a99}.layout{display:flex;align-items:flex-start;justify-content:center;gap:1.25rem;padding:0 1rem}.layout>.page{flex:0 1 480px;margin:0}.history-panel{width:250px;flex-shrink:0;margin-top:2rem;background:#ffffffa6;border:2px solid #c8d6ef;border-radius:12px;padding:.75rem;text-align:left;max-height:75vh;overflow-y:auto}.history-panel h3{margin:0 0 .4rem}.history-panel.wide{width:100%;max-height:none;margin-top:0;background:transparent;border:none;padding:0}.history-panel:not(.wide) .history-row{grid-template-columns:3.5rem 1fr auto auto;gap:.4rem;font-size:.8rem;padding:.4rem .5rem}.history-panel:not(.wide) .history-topic{display:none}.history-empty{font-size:.85rem;color:#6b7a99}@media (max-width: 760px){.layout{flex-direction:column;align-items:stretch}.history-panel{width:auto;margin-top:0}}.history-day{text-align:left}.history-day-label{margin:.4rem 0 .3rem;font-size:.9rem;color:#6b7a99}.history-row{display:grid;grid-template-columns:5rem 1fr auto auto auto;gap:.6rem;align-items:center;background:#fff;border:2px solid #c8d6ef;border-radius:12px;padding:.5rem .75rem;margin-bottom:.4rem;font-size:.9rem}.history-time{color:#6b7a99}.history-topic{text-transform:capitalize;font-weight:600}.history-score,.history-points{font-weight:700}.history-duration{color:#6b7a99}.admin-page{max-width:720px}.section-heading{margin:.5rem 0 0;text-align:left;color:#6b7a99;font-size:.95rem}.admin-table{display:flex;flex-direction:column;gap:.35rem}.admin-row{display:grid;grid-template-columns:1.4fr 1fr 1fr .8fr .8fr 1.1fr;gap:.5rem;align-items:center;background:#fff;border:2px solid #c8d6ef;border-radius:10px;padding:.45rem .7rem;font-size:.85rem;text-align:left}@media (max-width: 640px){.admin-row{grid-template-columns:1fr 1fr 1fr}}
