*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f10;--surface: #1c1c1e;--surface2: #2c2c2e;--border: #38383a;--text: #f2f2f7;--muted: #8e8e93;--correct: #30d158;--correct-bg: #0d2e16;--wrong: #ff453a;--wrong-bg: #2d0f0e;--accent: #FF6B35;--accent-dim: #cc5529;--radius: 10px;--font: "Segoe UI", system-ui, -apple-system, sans-serif}html{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:100dvh;-webkit-tap-highlight-color:transparent}.app{display:flex;flex-direction:column;min-height:100dvh;max-width:430px;margin:0 auto;padding:0 16px}.main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:16px 0 32px}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 0 12px;border-bottom:1px solid var(--border)}.header-logo{display:flex;align-items:center;gap:8px;font-size:1.35rem;font-weight:800;letter-spacing:-.3px}.logo-icon{font-size:1.5rem;line-height:1}.header-actions{display:flex;align-items:center;gap:8px}.avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.btn{border:none;border-radius:8px;cursor:pointer;font-family:var(--font);font-size:.82rem;font-weight:600;padding:7px 14px;transition:opacity .15s,transform .1s;white-space:nowrap}.btn:active{transform:scale(.96)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dim)}.btn-ghost{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--border)}.progress-wrap{width:100%;margin-bottom:20px}.progress-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.progress-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.progress-count{font-size:.85rem;font-weight:700;color:var(--accent)}.progress-bar-track{width:100%;height:6px;background:var(--surface2);border-radius:99px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--accent);border-radius:99px;transition:width .35s cubic-bezier(.4,0,.2,1)}.problem-display{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;padding:28px 20px 32px;border:2px solid var(--border);border-radius:16px;background:var(--surface);margin-bottom:24px;transition:border-color .2s,background .2s;animation:problemEnter .22s cubic-bezier(.34,1.56,.64,1)}@keyframes problemEnter{0%{opacity:0;transform:scale(.95) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.problem-display--correct{border-color:var(--correct);background:var(--correct-bg)}.problem-display--wrong{border-color:var(--wrong);background:var(--wrong-bg)}.problem-type-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);align-self:flex-start}.problem-equation{display:flex;align-items:center;gap:12px;font-size:clamp(2rem,8vw,3.2rem);font-weight:800;font-variant-numeric:tabular-nums;line-height:1;flex-wrap:nowrap}.problem-op{color:var(--accent);font-size:.85em;font-weight:400}.problem-eq{color:var(--muted);font-size:.85em;font-weight:300}.problem-slots{display:flex;gap:.25em;align-items:center}.slot{width:1.1em;height:1.35em;border:2.5px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:inherit;font-weight:800;font-variant-numeric:tabular-nums;background:var(--bg);color:var(--text);transition:border-color .1s,background .1s,color .1s;-webkit-user-select:none;user-select:none}.slot--empty{color:transparent}.slot--active{border-color:#5ba4f5;background:#5ba4f514}.slot--correct{background:#e1f5ee;color:#0f6e56;border-color:#1d9e75}.slot--wrong{background:#fcebeb;color:#a32d2d;border-color:#e24b4a;animation:slotShake .42s cubic-bezier(.36,.07,.19,.97)}@keyframes slotShake{0%,to{transform:translate(0)}15%{transform:translate(-8px)}30%{transform:translate(7px)}45%{transform:translate(-6px)}60%{transform:translate(5px)}75%{transform:translate(-3px)}90%{transform:translate(2px)}}.numpad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.numpad-key{height:68px;border:none;border-radius:var(--radius);background:var(--surface2);color:var(--text);font-size:1.75rem;font-weight:600;cursor:pointer;transition:background .1s,transform .08s,box-shadow .1s;-webkit-user-select:none;user-select:none;touch-action:manipulation;border:1px solid var(--border);-webkit-tap-highlight-color:transparent}.numpad-key:active,.numpad-key--pressed{background:var(--border);transform:scale(.92)}.numpad-key--delete{font-size:1.4rem;color:var(--muted)}.numpad-spacer{height:68px;background:transparent}.sign-in-nudge{margin-top:16px;font-size:.78rem;color:var(--muted);text-align:center;line-height:1.5}.sign-in-nudge button{background:none;border:none;color:var(--accent);font-size:inherit;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.result-screen{width:100%;display:flex;flex-direction:column;align-items:center;gap:0;animation:fadeUp .4s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.result-header{text-align:center;margin-bottom:28px}.result-fire{font-size:3.5rem;display:block;margin-bottom:8px}.result-title{font-size:1.8rem;font-weight:800;letter-spacing:-.5px}.result-subtitle{font-size:.85rem;color:var(--muted);margin-top:4px}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;margin-bottom:24px}.result-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 8px;display:flex;flex-direction:column;align-items:center;gap:4px}.result-stat-value{font-size:1.8rem;font-weight:800;font-variant-numeric:tabular-nums}.result-stat-label{font-size:.68rem;color:var(--muted);text-transform:uppercase;letter-spacing:1px;text-align:center}.result-grid{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-bottom:24px;font-size:1.6rem;line-height:1}.result-actions{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.btn-share{width:100%;padding:14px;font-size:1rem;border-radius:var(--radius)}.copy-toast{font-size:.8rem;color:var(--correct);font-weight:600}.result-next{font-size:.8rem;color:var(--muted);text-align:center}.already-played{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:32px 0}.already-played h2{font-size:1.5rem;font-weight:800}.already-played-sub{color:var(--muted);font-size:.9rem;margin-top:-4px}.already-played-stats{display:flex;gap:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 24px}.ap-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.ap-stat-value{font-size:1.5rem;font-weight:800}.ap-stat-label{font-size:.68rem;color:var(--muted);text-transform:uppercase;letter-spacing:1px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px 22px;width:min(420px,92vw);animation:slideUp .2s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:14px;right:14px;background:var(--surface2);border:1px solid var(--border);border-radius:50%;width:28px;height:28px;color:var(--muted);font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-title{font-size:1.3rem;font-weight:800;margin-bottom:20px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:24px}.stat-cell{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:12px 6px;display:flex;flex-direction:column;align-items:center;gap:4px}.stat-value{font-size:1.6rem;font-weight:800;font-variant-numeric:tabular-nums}.stat-label{font-size:.62rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;text-align:center;line-height:1.3}.stats-section-title{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.history-list{list-style:none}.history-row{display:grid;grid-template-columns:1fr auto auto auto;gap:12px;align-items:center;padding:8px 0;border-bottom:1px solid var(--border);font-size:.85rem}.history-date{color:var(--muted)}.history-time{font-weight:700;font-variant-numeric:tabular-nums}.history-wrong{color:var(--wrong);font-size:.8rem}.history-streak{color:var(--accent);font-weight:700}.loading{color:var(--muted);font-size:.9rem;display:flex;align-items:center;gap:8px}.loading:before{content:"";width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.game{width:100%;display:flex;flex-direction:column;align-items:center}.header-left{display:flex;align-items:center}.header-back{padding:6px 12px;font-size:.82rem}.logo-text{font-weight:800}.avatar-initial-sm{width:24px;height:24px;border-radius:50%;background:var(--accent);color:#fff;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-name{display:none;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:5px}@media (min-width: 360px){.header-name{display:inline}}.start-screen{width:100%;display:flex;flex-direction:column;gap:18px;padding-top:4px}.start-hero{text-align:center;padding:12px 0 4px}.start-flame{font-size:2.8rem;display:block;margin-bottom:6px}.start-title{font-size:2rem;font-weight:900;letter-spacing:-.8px}.start-tagline{font-size:.82rem;color:var(--muted);margin-top:6px}.start-date{font-size:.72rem;color:var(--muted);margin-top:2px}.daily-lb{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.daily-lb-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:10px}.daily-lb-empty{color:var(--muted);font-size:.82rem;text-align:center;padding:6px 0}.lb-list{list-style:none;display:flex;flex-direction:column;gap:2px}.lb-row{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:8px;font-size:.88rem;transition:background .1s}.lb-row--me{background:#ff6b351f;border:1px solid rgba(255,107,53,.3)}.lb-rank{width:26px;text-align:center;font-size:1rem;flex-shrink:0}.lb-name{flex:1;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-time{font-variant-numeric:tabular-nums;font-weight:700;color:var(--accent);flex-shrink:0}.already-played-banner{display:flex;align-items:center;justify-content:center;gap:16px;background:var(--correct-bg);border:1px solid var(--correct);border-radius:10px;padding:10px 16px;font-size:.85rem;font-weight:600;color:var(--correct)}.start-ctas{display:flex;flex-direction:column;gap:10px}.start-btn{width:100%;padding:14px;font-size:1rem;border-radius:var(--radius)}.completion-badge{width:100%;padding:14px 18px;background:#30d15814;border:1.5px solid rgba(48,209,88,.3);border-radius:var(--radius);color:var(--correct);font-size:.9rem;font-weight:600;text-align:center;cursor:default;-webkit-user-select:none;user-select:none}.completion-badge-time{opacity:.85}.start-auth{display:flex;flex-direction:column;gap:10px}.start-auth-label{font-size:.75rem;color:var(--muted);text-align:center}.btn-google{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.88rem;font-weight:600;padding:11px 16px;cursor:pointer;transition:background .15s,transform .1s;font-family:var(--font);width:100%}.btn-google:hover{background:var(--border)}.btn-google:active{transform:scale(.97)}.start-email-btn{width:100%;text-align:center}.start-email-form{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px}.guest-link{text-align:center;font-size:.78rem}.start-welcome{text-align:center;font-size:.85rem;color:var(--muted);padding:2px 0 6px}.email-auth-form{display:flex;flex-direction:column;gap:10px}.auth-tabs{display:flex;gap:4px;background:var(--bg);border-radius:8px;padding:3px}.auth-tab{flex:1;background:none;border:none;border-radius:6px;color:var(--muted);font-size:.82rem;font-weight:600;padding:7px;cursor:pointer;transition:background .15s,color .15s;font-family:var(--font)}.auth-tab--active{background:var(--surface2);color:var(--text)}.form-group{display:flex;flex-direction:column;gap:4px}.form-input{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--font);font-size:.9rem;padding:10px 12px;outline:none;transition:border-color .15s}.form-input:focus{border-color:var(--accent)}.form-input::placeholder{color:var(--muted)}.form-error-msg{font-size:.78rem;color:var(--wrong);padding:1px 0}.form-info-msg{font-size:.78rem;color:var(--correct);padding:1px 0}.form-link{background:none;border:none;color:var(--muted);font-size:.78rem;cursor:pointer;text-align:center;text-decoration:underline;text-underline-offset:2px;font-family:var(--font);padding:2px 0}.form-link:hover{color:var(--text)}.auth-divider{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.72rem;margin:4px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.result-rank-badge{display:inline-block;background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;padding:3px 12px;border-radius:99px;margin-top:7px;animation:popIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.result-mistakes{color:var(--muted);font-size:.8rem;margin-bottom:14px;text-align:center}.result-lb{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;margin-bottom:20px}.result-lb-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:10px}.lb-list--compact .lb-row{padding:5px 6px}.practice-setup{width:100%;display:flex;flex-direction:column;gap:20px}.practice-setup-header{text-align:center}.practice-setup-title{font-size:1.5rem;font-weight:800;letter-spacing:-.3px}.practice-setup-sub{color:var(--muted);font-size:.82rem;margin-top:5px}.option-section{display:flex;flex-direction:column;gap:8px}.option-section-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.option-section-hint{font-size:.65rem;font-weight:400;text-transform:none;letter-spacing:0;color:var(--muted);opacity:.7}.option-buttons{display:flex;gap:8px;flex-wrap:wrap}.option-btn{flex:1;min-width:56px;background:var(--surface2);border:2px solid var(--border);border-radius:10px;color:var(--text);font-size:.85rem;font-weight:600;padding:10px 6px;cursor:pointer;transition:border-color .15s,background .15s,transform .08s;font-family:var(--font);text-align:center}.option-btn:hover{border-color:var(--accent)}.option-btn:active{transform:scale(.95)}.option-btn--active{background:#ff6b3526;border-color:var(--accent);color:var(--accent)}.option-btn--tall{display:flex;flex-direction:column;align-items:center;gap:3px;padding:12px 6px}.option-btn-label{font-size:.88rem;font-weight:700}.option-btn-desc{font-size:.65rem;color:var(--muted);font-weight:400}.option-btn--active .option-btn-desc{color:var(--accent);opacity:.8}.profile-modal{max-height:88vh;overflow-y:auto}.profile-header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.profile-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid var(--border);flex-shrink:0}.profile-avatar-initial{width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;font-size:1.4rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-name-col{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.profile-display-name{font-size:1.05rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-email{font-size:.72rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-btn{background:none;border:none;cursor:pointer;font-size:.82rem;padding:2px;line-height:1;opacity:.6;flex-shrink:0}.edit-btn:hover{opacity:1}.profile-accuracy{display:flex;justify-content:space-between;align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px 14px;margin-bottom:16px}.profile-accuracy-label{font-size:.78rem;color:var(--muted)}.profile-accuracy-value{font-size:1.1rem;font-weight:800;color:var(--correct)}.activity-section{margin-bottom:4px}.activity-dots{display:flex;gap:6px;margin-top:8px}.activity-dot{flex:1;height:28px;border-radius:6px}.activity-dot--played{background:var(--correct)}.activity-dot--missed{background:var(--surface2);border:1px solid var(--border)}.practice-table{width:100%;border-collapse:collapse;font-size:.82rem}.practice-table th{text-align:left;color:var(--muted);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:0 0 8px}.practice-table th:not(:first-child){text-align:right}.practice-table td{padding:7px 0;border-top:1px solid var(--border)}.practice-table td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.teacher-page{width:100%;max-width:440px;display:flex;flex-direction:column;gap:18px;padding:12px 0 32px}.teacher-title{font-size:1.4rem;font-weight:800;text-align:center}.teacher-sub{color:var(--muted);font-size:.85rem;text-align:center;line-height:1.45}.teacher-auth-card,.room-create-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:12px}.room-create-title{font-size:1rem;font-weight:700}.room-create-tz{color:var(--muted);font-size:.75rem}.room-create-actions{display:flex;gap:10px}.room-create-actions .btn{flex:1;padding:11px}.room-list{list-style:none;display:flex;flex-direction:column;gap:10px}.room-card{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;color:var(--text);font-family:var(--font);font-size:.95rem;font-weight:700;cursor:pointer;text-align:left}.room-card:hover{border-color:var(--accent)}.room-card-code{color:var(--accent);font-weight:800;letter-spacing:2px;font-variant-numeric:tabular-nums}.room-dash-back{align-self:flex-start}.room-dash-name{font-size:1.4rem;font-weight:800;text-align:center}.join-code-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px 20px;text-align:center;display:flex;flex-direction:column;gap:8px}.join-code-label{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:1.5px}.join-code{font-size:clamp(3rem,16vw,4.5rem);font-weight:800;letter-spacing:.18em;color:var(--accent);line-height:1.1}.join-code-hint{color:var(--muted);font-size:.8rem}.roster-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;display:flex;flex-direction:column;gap:8px}.roster-title{font-size:.95rem;font-weight:700}.roster-empty{color:var(--muted);font-size:.85rem;line-height:1.5}.start-teacher-link{color:var(--muted);font-size:.8rem;text-align:center;margin-top:4px}.form-link--inline{font-size:inherit;display:inline}.start-room-btn{border:1px dashed var(--border)}.start-room-btn:hover{border-color:var(--accent)}.room-join{width:min(400px,100%);margin:0 auto;padding:24px 0 40px;display:flex;flex-direction:column;gap:12px}.room-join-title{font-size:1.4rem;font-weight:800;text-align:center}.room-join-sub{color:var(--muted);font-size:.85rem;line-height:1.5;text-align:center}.join-code-input{text-transform:uppercase;text-align:center;font-size:1.5rem;font-weight:800;letter-spacing:.35em;padding:14px 10px 14px calc(10px + .35em)}.room-join-alt{color:var(--muted);font-size:.8rem;text-align:center}.claim-list{list-style:none;display:flex;flex-direction:column;gap:8px}.claim-card{width:100%;display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font:inherit;cursor:pointer;transition:border-color .15s}.claim-card:hover{border-color:var(--accent)}.claim-card:active{transform:scale(.98)}.claim-name{font-size:1rem;font-weight:700}.claim-streak{color:var(--accent);font-weight:700;font-size:.85rem}.claim-last{color:var(--muted);font-size:.72rem}.room-banner{color:var(--muted);font-size:.78rem;text-align:center;margin-top:14px}.room-switch{color:var(--muted);font-size:.78rem;text-align:center;margin-top:12px}.roster-list{list-style:none;display:flex;flex-direction:column;gap:2px}.roster-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 6px;border-radius:6px;font-size:.88rem}.roster-row:nth-child(odd){background:var(--surface)}.roster-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roster-streak{color:var(--accent);font-weight:700;font-variant-numeric:tabular-nums;flex-shrink:0}.dash-tabs{display:flex;gap:8px}.dash-tab{flex:1;padding:9px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);font:inherit;font-size:.85rem;font-weight:700;cursor:pointer}.dash-tab--active{background:#ff6b3526;border-color:var(--accent);color:var(--accent)}.roster-done-count{color:var(--muted);font-weight:400;font-size:.82rem}.roster-note{color:var(--muted);font-size:.75rem;line-height:1.45}.roster-table{width:100%;border-collapse:collapse;font-size:.85rem}.roster-table th{padding:0 0 6px;text-align:right}.roster-table th:first-child{text-align:left}.roster-sort{background:none;border:none;color:var(--muted);font:inherit;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;padding:2px 0}.roster-sort--active{color:var(--accent)}.roster-table td{padding:8px 0 8px 8px;border-top:1px solid var(--border);text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.roster-table td:first-child{padding-left:0;text-align:left}.roster-tr{cursor:pointer}.roster-tr:hover td{background:var(--surface2)}.roster-tr .roster-name{max-width:140px}.roster-best{color:var(--muted);font-weight:600}.status-chip{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:700}.status-chip--done{background:var(--correct-bg);color:var(--correct)}.status-chip--excused{background:var(--surface2);color:var(--text)}.status-chip--absent{background:var(--wrong-bg);color:var(--wrong)}.status-chip--none{color:var(--muted);font-weight:400}.detail-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.detail-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:10px 4px;display:flex;flex-direction:column;align-items:center;gap:2px}.detail-stat-value{font-size:1rem;font-weight:800;font-variant-numeric:tabular-nums}.detail-stat-label{color:var(--muted);font-size:.62rem;text-transform:uppercase;letter-spacing:.5px}.exception-form{display:flex;flex-direction:column;gap:8px}.exception-status-row{display:flex;gap:8px}.exception-status-row .option-btn{flex:1}.history-list{list-style:none;display:flex;flex-direction:column}.history-row{display:flex;flex-direction:column;border-top:1px solid var(--border)}.history-row:first-child{border-top:none}.history-line{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:.82rem}.history-line--btn{width:100%;background:none;border:none;color:inherit;font:inherit;font-size:.82rem;cursor:pointer;text-align:left}.history-line--btn:hover{color:var(--accent)}.history-date{color:var(--muted);width:92px;flex-shrink:0;font-variant-numeric:tabular-nums}.history-done{color:var(--correct);font-weight:600;font-variant-numeric:tabular-nums}.history-missed{color:var(--muted);flex:1}.history-quick{display:flex;gap:6px}.history-quick-btn{background:none;border:1px solid var(--border);border-radius:6px;color:var(--muted);font:inherit;font-size:.7rem;font-weight:600;padding:3px 8px;cursor:pointer}.history-quick-btn:hover{border-color:var(--accent);color:var(--accent)}.history-remove{margin-left:auto;background:none;border:none;color:var(--muted);font-size:.8rem;cursor:pointer;padding:2px 6px}.history-remove:hover{color:var(--wrong)}.attempt-dots{display:flex;flex-wrap:wrap;gap:4px;padding:0 0 10px 92px}.attempt-dot{width:18px;height:18px;border-radius:50%;background:var(--correct-bg);border:1px solid var(--correct);display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;color:var(--text)}.attempt-dot--warn{background:#3a2a0e;border-color:#ffd60a}.attempt-dot--bad{background:var(--wrong-bg);border-color:var(--wrong)}.settings-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.settings-days .option-btn{padding:8px 0;font-size:.75rem}.settings-closed-add{display:flex;gap:8px}.settings-closed-add .form-input{flex:1}.settings-closed-list{list-style:none;display:flex;flex-direction:column}.settings-closed-row{display:flex;align-items:center;gap:8px;padding:7px 0;border-top:1px solid var(--border);font-size:.85rem;font-variant-numeric:tabular-nums}.settings-code{color:var(--accent);font-size:1.6rem;font-weight:800;letter-spacing:.18em}.qg-panel{display:flex;flex-direction:column;gap:14px}.qg-heading{font-size:1.05rem;font-weight:800}.qg-sub{color:var(--muted);font-size:.82rem;margin-top:-8px}.qg-progress{color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-align:center}.qg-question-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 12px;text-align:center}.qg-question{font-size:2.4rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.04em}.qg-lobby{display:flex;flex-direction:column;gap:8px}.qg-lobby-count{color:var(--muted);font-size:.82rem}.qg-lobby-list{list-style:none;display:flex;flex-wrap:wrap;gap:6px}.qg-lobby-chip{background:var(--surface2);border:1px solid var(--border);border-radius:999px;padding:5px 12px;font-size:.82rem;font-weight:600}.qg-summary-table .qg-th-rank,.qg-summary-table .qg-td-rank{width:24px;text-align:left;padding-left:0}.qg-summary-table .qg-th-name{text-align:left}.qg-summary-table .qg-td-rank{font-weight:800;color:var(--accent)}.qg-join-banner{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 12px;border:1px solid var(--accent);border-radius:var(--radius);background:#ff6b351f;color:var(--accent);font-family:inherit;font-size:.92rem;font-weight:700;cursor:pointer;margin-bottom:12px;animation:qg-pulse 1.6s ease-in-out infinite}.qg-join-banner:active{transform:scale(.98)}@keyframes qg-pulse{0%,to{box-shadow:0 0 #ff6b3559}50%{box-shadow:0 0 0 6px #ff6b3500}}.qg-answer{display:block;margin-top:8px;color:var(--muted);font-size:.85rem;font-weight:600}.qg-stat-primary .result-stat-value{color:var(--accent)}.qg-stuck{color:var(--muted);font-size:.8rem;text-align:center;margin-top:-6px}.qg-td-first{font-weight:700}.qg-td-missed{color:#ffd60a}.qg-summary-note{color:var(--muted);font-size:.75rem}.teams-panel{display:flex;flex-direction:column;gap:12px;text-align:left}.team-card{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--radius);padding:12px 14px}.team-card--unassigned{border-left-style:dashed}.team-card-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.team-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.team-name{font-weight:700;font-size:.95rem}.team-size{margin-left:auto;color:var(--muted);font-size:.8rem;font-variant-numeric:tabular-nums}.team-rename{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.85rem;padding:2px 4px}.team-rename:hover{color:var(--text)}.team-name-input{flex:1;min-width:0;padding:6px 10px}.team-name-save{padding:6px 10px;font-size:.8rem}.team-members{display:flex;flex-wrap:wrap;gap:6px}.team-empty{color:var(--muted);font-size:.8rem;font-style:italic}.team-chip{background:var(--surface2);border:1px solid var(--border);border-radius:999px;color:var(--text);cursor:pointer;font-size:.82rem;padding:5px 12px}.team-chip:hover{border-color:var(--accent)}.team-chip:active{transform:scale(.95)}.team-chip--moving{background:#ff6b3526;border-color:var(--accent);color:var(--accent)}.team-move-bar{background:var(--surface);border:1px solid var(--accent);border-radius:var(--radius);padding:10px 12px;display:flex;flex-direction:column;gap:8px}.team-move-label{font-size:.85rem}.team-move-options{display:flex;flex-wrap:wrap;gap:6px}.team-move-btn{display:inline-flex;align-items:center;gap:6px;background:var(--surface2);border:1px solid var(--border);border-radius:999px;color:var(--text);cursor:pointer;font-size:.8rem;padding:5px 12px}.team-move-btn:hover:not(:disabled){border-color:var(--accent)}.team-move-btn:disabled{opacity:.4;cursor:default}.team-move-cancel{color:var(--muted)}.team-badge{display:inline-flex;align-items:center;gap:7px;background:var(--surface);border:1px solid var(--border);border-radius:999px;font-size:.82rem;padding:5px 14px;margin:0 auto 4px}.room-home{display:flex;flex-direction:column;gap:14px;max-width:400px;margin:0 auto;padding:24px 16px;text-align:center;animation:fadeIn .3s ease}.room-home-hero{display:flex;flex-direction:column;align-items:center;gap:4px}.room-home-icon{font-size:2.2rem}.room-home-name{font-size:1.3rem;font-weight:800}.room-home-player{color:var(--muted);font-size:.85rem;margin-bottom:6px}.room-home-daily{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 16px;display:flex;flex-direction:column;align-items:center;gap:10px}.room-home-daily-emoji{font-size:2.2rem;line-height:1}.room-home-daily-title{font-size:1.05rem;font-weight:700}.room-home-daily-sub{color:var(--muted);font-size:.82rem}.room-home-daily .start-btn{width:100%}.room-home-daily .already-played-stats{margin:0}
