: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}.board{flex-wrap:wrap;justify-content:center;gap:12px;margin:12px 0;display:flex}.block{letter-spacing:1px;color:#0a0e1a;border:none;border-radius:12px;width:96px;height:96px;font-weight:700;transition:transform 50ms}.block.lit{box-shadow:0 0 18px #ffffff80}.block:not(:disabled):active{transform:scale(.94)}
