:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:#e6ecff;background:#0a0e1a;margin:0}.screen{max-width:760px;min-height:100vh;margin:0 auto;padding:16px}.center{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}h1{letter-spacing:2px;margin:12px 0 4px}.muted{color:#8a96b8;font-size:.9rem}.topbar{border-bottom:1px solid #1c2440;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.brand{letter-spacing:2px;font-weight:700}.panel{flex-direction:column;gap:24px;display:flex}section h2{margin:0 0 8px;font-size:1.1rem}.row{align-items:center;gap:8px;display:flex}.row.wrap{flex-wrap:wrap}input{color:inherit;background:#121830;border:1px solid #2a3358;border-radius:8px;flex:1;padding:8px 10px;font-size:1rem}button{color:#fff;cursor:pointer;background:#1d6fe0;border:1px solid #2a3358;border-radius:8px;padding:8px 14px;font-size:.95rem}button.ghost{background:0 0}button:disabled{cursor:default;opacity:.85}.list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.list li{background:#121830;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;display:flex}.list li>span:first-child{align-items:center;gap:8px;display:flex}.swatch{vertical-align:middle;border-radius:4px;width:14px;height:14px;margin-left:8px;display:inline-block}.live-dot{color:#ff5d6c;font-size:.8rem;font-weight:700}.hud{gap:16px;font-weight:600;display:flex}.arena{background:radial-gradient(circle,#141d3a 0%,#0c1124 100%);border:1px solid #2a3358;border-radius:12px;width:100%;height:220px;position:relative;overflow:hidden}.arena-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ball{border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin:-11px 0 0 -11px;transition:left 2.4s linear,top 2.4s linear;display:flex;position:absolute;box-shadow:0 0 10px #00000080}.ball-self{box-shadow:0 0 0 2px #e6ecff,0 0 12px #e6ecff99}.ball-eye{transform-origin:50%;background:#0a0e1a;border-radius:50%;width:6px;height:6px;margin-left:8px;display:block}.ball-name{white-space:nowrap;color:#c5cef0;text-shadow:0 1px 2px #000;pointer-events:none;font-size:.7rem;position:absolute;top:-16px}.error{color:#ff5d6c;font-size:.9rem}.screen.game-screen{flex-direction:column;max-width:none;height:100vh;display:flex;overflow:hidden}.game-view{flex:1;gap:16px;min-height:0;padding-bottom:8px;display:flex}.game-side{flex-direction:column;flex-shrink:0;gap:14px;width:220px;display:flex;overflow-y:auto}.game-side h2{overflow-wrap:anywhere;margin:0;font-size:1.05rem}.board-wrap{flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex}.board-canvas{touch-action:none;cursor:crosshair;image-rendering:pixelated;border:1px solid #2a3358;border-radius:4px}.palette{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.palette-swatch{aspect-ratio:1;border:2px solid #2a3358;border-radius:8px;padding:0}.palette-swatch.selected{border-color:#e6ecff;box-shadow:0 0 10px #e6ecff80}.game-roster{overflow-y:auto}.roster-num{color:#8a96b8;font-family:ui-monospace,monospace}.roster-away{opacity:.5}.hud-stats{font-variant-numeric:tabular-nums;gap:14px;display:flex}.hud-hot{color:#ffd166}.hud-bad{color:#ff5d6c;font-weight:700}@media (width<=700px){.game-view{flex-direction:column-reverse}.game-side{flex-flow:wrap;align-items:center;width:auto}}
