:root{--hull:#0a0e0c;--panel:#10161233;--panel-solid:#131a16;--line:#2a3a30;--amber:#ffb454;--green:#7ddb8a;--red:#ff5c57;--dim:#6f8578;--text:#cfe3d4;font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace}*{box-sizing:border-box}body{background:var(--hull);color:var(--text);min-height:100vh;margin:0}.panel{background:var(--panel-solid);border:1px solid var(--line);border-radius:6px;padding:16px}.panel h2{letter-spacing:.15em;text-transform:uppercase;color:var(--amber);margin:0 0 8px;font-size:13px}button{font:inherit;color:var(--amber);border:1px solid var(--amber);cursor:pointer;background:0 0;border-radius:4px;padding:8px 14px}button:hover{background:#ffb45422}button:disabled{color:var(--dim);border-color:var(--dim);cursor:not-allowed}.status-ok{color:var(--green)}.status-bad{color:var(--red)}.status-dim{color:var(--dim)}.hud{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:16px;padding:10px 16px;font-size:12px;display:flex}.ailink{flex-wrap:wrap;gap:6px 12px;display:flex}.ailink .tool{white-space:nowrap}.scene{gap:16px;max-width:960px;margin:24px auto;padding:0 16px;display:grid}@keyframes blink{50%{opacity:.35}}.blink{animation:1.2s step-end infinite blink}input[type=range]{appearance:none;cursor:pointer;background:0 0;height:26px}input[type=range]::-webkit-slider-runnable-track{border:1px solid var(--line);background:#0c110e;border-radius:3px;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:linear-gradient(180deg, #ffc878, var(--amber) 45%, #b87f3a);border:1px solid #7a5a28;border-radius:3px;width:14px;height:20px;margin-top:-8px;box-shadow:inset 0 -2px #00000040}input[type=range]::-moz-range-track{border:1px solid var(--line);background:#0c110e;border-radius:3px;height:6px}input[type=range]::-moz-range-thumb{background:linear-gradient(180deg, #ffc878, var(--amber) 45%, #b87f3a);border:1px solid #7a5a28;border-radius:3px;width:12px;height:18px}input[type=range]:focus-visible{outline:1px solid var(--amber);outline-offset:3px}@keyframes beacon-pulse{50%{opacity:.45}}.beacon-halo{animation:2.4s ease-in-out infinite beacon-pulse}@media (prefers-reduced-motion:reduce){.beacon-halo,.blink{animation:none}}button:focus{outline:none}button:focus-visible{outline:2px solid var(--amber);outline-offset:3px}
