:root{font-family:Segoe UI,system-ui,sans-serif;color:#e7eef6;background:#0f1419}*{box-sizing:border-box}body{margin:0}button,select,input{font:inherit;border-radius:8px;border:1px solid #334155;background:#1e293b;color:inherit;padding:.45rem .8rem}button{cursor:pointer}button.primary{background:#0d9488;border-color:#14b8a6}button.danger{background:#9f1239;border-color:#fb7185}.app{max-width:1100px;margin:0 auto;padding:1.2rem}.row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.stage{position:relative;background:#020617;border-radius:12px;overflow:hidden;aspect-ratio:16/9}.stage video,.stage canvas{width:100%;height:100%;object-fit:cover}.stage canvas{position:absolute;top:0;right:0;bottom:0;left:0}.hud{margin-top:.8rem;padding:.8rem 1rem;border-radius:10px;background:#1e293b}.hud.alert{background:#7f1d1d}.hud.escalated{background:#881337}.hud.notice{background:#3f3f0a}.toast{position:fixed;right:1rem;bottom:1rem;background:#0f172a;border:1px solid #22d3ee;padding:.8rem 1rem;border-radius:10px;max-width:22rem}.muted{color:#94a3b8;font-size:.9rem}.debug{font-family:ui-monospace,monospace;font-size:.8rem;white-space:pre-wrap}.card{background:#1e293b;padding:1rem;border-radius:12px;margin:.6rem 0}h1{font-size:1.4rem}label{display:block;margin:.4rem 0}input[type=number]{width:8rem}
