:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f1115;--card:#1a1d24;--card-pressed-up:#4ade80;--card-pressed-down:#f87171;--card-pressed-left:#60a5fa;--card-pressed-right:#facc15;--text:#e5e7eb;--muted:#9ca3af}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);overscroll-behavior:none;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.app{min-height:100%;padding:calc(12px + env(safe-area-inset-top)) 20px calc(16px + env(safe-area-inset-bottom));-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:20px;display:flex}.bar{justify-content:space-between;align-items:center;gap:12px;width:min(420px,100%);display:flex}.bar h1{text-align:center;flex:1;margin:0;font-size:20px}.status{color:var(--muted);align-items:center;gap:7px;min-width:96px;font-size:14px;display:flex}.dot{background:#6b7280;border-radius:50%;width:10px;height:10px}.dot.connecting{background:#facc15}.dot.connected{background:#4ade80}.battery{min-width:96px;color:var(--muted);font-variant-numeric:tabular-nums;justify-content:flex-end;align-items:center;gap:6px;font-size:14px;display:flex}.batt{flex-direction:column;align-items:center;gap:2px;display:inline-flex}.batt-cap{background:var(--muted);border-radius:2px 2px 0 0;width:10px;height:3px}.batt-body{border:2px solid var(--muted);border-radius:5px;align-items:flex-end;width:18px;height:34px;display:flex;position:relative}.batt-body:after{content:"";background:linear-gradient(0deg,#0000 calc(33.4% - 1px),#fff3 calc(33.4% - 1px) 33.4%,#0000 33.4%),linear-gradient(0deg,#0000 calc(66.7% - 1px),#fff3 calc(66.7% - 1px) 66.7%,#0000 66.7%);position:absolute;inset:0}.batt-fill{background:#4ade80;border-radius:2px;width:100%;transition:height .3s ease-out,background-color .3s}.batt-fill.low{background:#f87171}.batt-fill.mid{background:#facc15}.signal{align-items:center;display:flex}.sig{align-items:flex-end;gap:2px;height:34px;display:inline-flex}.sig-bar{background:#9ca3af4d;border-radius:2px;width:5px;transition:background-color .3s}.sig-bar.b1{height:8px}.sig-bar.b2{height:14px}.sig-bar.b3{height:22px}.sig-bar.b4{height:30px}.signal.high .sig-bar.on{background:#4ade80}.signal.mid .sig-bar.on{background:#facc15}.signal.low .sig-bar.on{background:#f87171}.error{color:#fca5a5;background:#f8717126;border:1px solid #f8717180;border-radius:10px;width:min(420px,100%);margin:0;padding:10px 14px;font-size:14px}.connect,.danger{cursor:pointer;border:none;border-radius:12px;width:min(420px,100%);padding:14px;font-size:16px}.connect{color:#052e16;background:#4ade80;font-weight:600}.danger{color:#fecaca;background:#7f1d1d;border:1px solid #ef44448c}.danger.active{color:#450a0a;background:#ef4444;border-color:#ef4444}.danger:disabled{cursor:default}.dpad{aspect-ratio:1;grid-template-areas:".up.""left mid right"".down.";gap:10px;width:min(384px,100%);margin:auto 0 5vh;display:grid}.dpad.disabled{opacity:.35;pointer-events:none}.dir{background:var(--card);width:100%;height:100%;color:var(--text);cursor:pointer;touch-action:none;border:none;border-radius:18px;font-size:26px;transition:background 80ms,transform 80ms}.dir.up{grid-area:up}.dir.left{grid-area:left}.dir.right{grid-area:right}.dir.down{grid-area:down}.center{grid-area:mid}.dir.pressed{transform:scale(.96)}.dir.up.pressed{background:var(--card-pressed-up);color:#052e16}.dir.down.pressed{background:var(--card-pressed-down);color:#450a0a}.dir.left.pressed{background:var(--card-pressed-left);color:#0c1a3a}.dir.right.pressed{background:var(--card-pressed-right);color:#422006}.ctrl{display:contents}@media (orientation:landscape){.dpad{aspect-ratio:auto;justify-content:space-between;align-items:center;gap:16px;width:min(720px,100%);margin:auto;display:flex}.ctrl{background:#1a1d2473;border-radius:26px;gap:10px;padding:10px;display:flex}.ctrl-x{flex-direction:row}.ctrl-y{flex-direction:column}.ctrl .dir{width:92px;height:74px;font-size:22px}.center{display:none}}.throttle{align-items:center;gap:12px;width:min(420px,100%);display:flex}.throttle label{color:var(--muted);font-size:15px}.throttle input[type=range]{appearance:none;background:0 0;flex:1;height:32px;margin:0}.throttle input[type=range]:focus-visible{outline-offset:4px;border-radius:16px;outline:2px solid #4ade80}.throttle input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right, #4ade80 var(--fill,0%), var(--card) var(--fill,0%));border-radius:7px;height:14px}.throttle input[type=range]::-webkit-slider-thumb{appearance:none;background:#e5e7eb;border:2px solid #4ade80;border-radius:50%;width:26px;height:26px;margin-top:-6px}.throttle input[type=range]::-moz-range-track{background:var(--card);border-radius:7px;height:14px}.throttle input[type=range]::-moz-range-progress{background:#4ade80;border-radius:7px;height:14px}.throttle input[type=range]::-moz-range-thumb{background:#e5e7eb;border:2px solid #4ade80;border-radius:50%;width:22px;height:22px}.throttle .value{color:var(--muted);text-align:right;font-variant-numeric:tabular-nums;min-width:44px;font-size:15px}
