:root{--bg:#0d0d0d;--surface:#181818;--surface2:#222;--border:#2e2e2e;--primary:#c8ff00;--primary-dim:#c8ff001f;--text:#fff;--muted:#888;--red:#f44;--red-dim:#ff444426;--radius:12px;--radius-sm:8px}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{background:var(--bg);height:100%;color:var(--text);overscroll-behavior:none;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1.4}button{cursor:pointer;color:inherit;font:inherit;touch-action:manipulation;background:0 0;border:none}input{font:inherit;color:inherit}a{color:inherit;text-decoration:none}.layout.svelte-12qhfyh{min-height:100dvh}.game-banner.svelte-12qhfyh{z-index:40;height:calc(44px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);background:var(--surface);border-bottom:1px solid var(--primary);cursor:pointer;width:100%;font:inherit;color:inherit;justify-content:center;align-items:center;gap:10px;display:flex;position:fixed;top:0;left:0;right:0}.banner-score.svelte-12qhfyh{color:var(--primary);font-variant-numeric:tabular-nums;font-size:18px;font-weight:800}.banner-sep.svelte-12qhfyh{color:var(--border);font-size:16px}.banner-timer.svelte-12qhfyh{font-variant-numeric:tabular-nums;color:var(--muted);font-size:16px;font-weight:700}.banner-timer.running.svelte-12qhfyh{color:var(--primary)}.burger-btn.svelte-12qhfyh{top:calc(env(safe-area-inset-top) + var(--banner-offset,0px) + 10px);z-index:45;background:var(--surface2);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:flex;position:fixed;right:16px}.burger-btn.svelte-12qhfyh span:where(.svelte-12qhfyh){background:var(--text);border-radius:1px;width:18px;height:2px;display:block}.menu-screen.svelte-12qhfyh{background:var(--bg);z-index:200;padding:0 32px calc(32px + env(safe-area-inset-bottom));padding-top:env(safe-area-inset-top);flex-direction:column;display:flex;position:fixed;inset:0}.menu-top.svelte-12qhfyh{justify-content:flex-end;padding:12px 0;display:flex}.menu-close.svelte-12qhfyh{color:var(--muted);padding:8px;font-size:22px}.menu-nav.svelte-12qhfyh{flex-direction:column;gap:4px;margin-top:16px;display:flex}.menu-item.svelte-12qhfyh{color:var(--muted);text-align:left;padding:12px 0;font-size:28px;font-weight:700;transition:color .15s}.menu-item.active.svelte-12qhfyh{color:var(--text)}.menu-item.svelte-12qhfyh:active{color:var(--primary)}.menu-divider.svelte-12qhfyh{background:var(--border);height:1px;margin:24px 0}.menu-cta.svelte-12qhfyh{color:var(--primary);font-size:28px}.menu-cta.svelte-12qhfyh:active{opacity:.7}.overlay.svelte-12qhfyh{z-index:300;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;align-items:flex-end;display:flex;position:fixed;inset:0}.modal.svelte-12qhfyh{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:20px;width:100%;padding:24px;display:flex}.modal.svelte-12qhfyh h2:where(.svelte-12qhfyh){font-size:18px;font-weight:700}.field.svelte-12qhfyh{flex-direction:column;gap:8px;display:flex}.field.svelte-12qhfyh span:where(.svelte-12qhfyh),.field-label.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:12px;font-weight:600}.field.svelte-12qhfyh input:where(.svelte-12qhfyh){background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;padding:12px 14px;font-size:16px;transition:border-color .15s}.field.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{border-color:var(--primary)}.period-toggle.svelte-12qhfyh{gap:8px;display:flex}.period-btn.svelte-12qhfyh{background:var(--surface2);border-radius:var(--radius-sm);color:var(--muted);border:1px solid var(--border);flex:1;padding:12px;font-size:14px;font-weight:600;transition:all .15s}.period-btn.active.svelte-12qhfyh{background:var(--primary-dim);border-color:var(--primary);color:var(--primary)}.modal-actions.svelte-12qhfyh{gap:10px;display:flex}.modal-actions.svelte-12qhfyh .btn-ghost:where(.svelte-12qhfyh){flex:1}.modal-actions.svelte-12qhfyh .btn-primary:where(.svelte-12qhfyh){text-align:center;flex:2}.btn-primary.svelte-12qhfyh{background:var(--primary);color:#000;border-radius:var(--radius);padding:10px 18px;font-size:15px;font-weight:700}.btn-primary.svelte-12qhfyh:disabled{opacity:.4}.btn-ghost.svelte-12qhfyh{background:var(--surface2);color:var(--text);border-radius:var(--radius);padding:10px 18px;font-size:15px;font-weight:600}.modal-empty.svelte-12qhfyh{color:var(--muted);text-align:center;padding:8px 0;font-size:14px}.select-actions.svelte-12qhfyh{gap:8px;display:flex}.btn-tiny.svelte-12qhfyh{background:var(--surface2);border-radius:var(--radius-sm);color:var(--muted);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.06em;padding:6px 14px;font-size:12px;font-weight:700}.player-select-list.svelte-12qhfyh{flex-direction:column;gap:6px;max-height:45dvh;list-style:none;display:flex;overflow-y:auto}.player-select-row.svelte-12qhfyh{background:var(--surface2);border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--border);align-items:center;gap:12px;padding:12px 14px;transition:all .15s;display:flex}.player-select-row.selected.svelte-12qhfyh{background:var(--primary-dim);border-color:var(--primary)}.p-number.svelte-12qhfyh{color:var(--primary);min-width:32px;font-size:13px;font-weight:700}.p-name.svelte-12qhfyh{flex:1;font-size:15px;font-weight:500}.p-check.svelte-12qhfyh{color:var(--primary);text-align:center;min-width:20px;font-size:16px;font-weight:700}
