:root{color-scheme:dark;font-family:Segoe UI,system-ui,sans-serif;background:#0f1419;color:#e7ecf3}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}.app{height:100%;min-height:100vh;display:flex;flex-direction:column}.header{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:10px 16px;background:#1a2332;border-bottom:1px solid #2a3548;flex-shrink:0}.header h1{font-size:1.1rem;margin:0 12px 0 0;font-weight:600}.header input{background:#0f1419;border:1px solid #3a4a63;color:inherit;padding:8px 10px;border-radius:8px;letter-spacing:.12em;text-transform:uppercase;width:9rem}.header button{background:#3b82f6;border:none;color:#fff;font-weight:600;padding:8px 14px;border-radius:8px;cursor:pointer}.header button.secondary{background:#334155}.header button:disabled{opacity:.5;cursor:not-allowed}.header .status{margin-left:auto;font-size:.9rem;color:#9fb0c7}.stage{flex:1;min-height:0;display:flex;align-items:stretch;justify-content:center;padding:8px;background:#0b0f14}.screen-wrap{position:relative;flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border:1px solid #2a3548;border-radius:8px;overflow:hidden;background:#000;box-shadow:0 10px 40px #00000073;cursor:none}.screen-wrap img{display:block;width:100%;height:100%;object-fit:contain;cursor:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.local-cursor{position:absolute;left:0;top:0;width:22px;height:22px;margin:-11px 0 0 -11px;border:2px solid #f8fafc;border-radius:50%;box-shadow:0 0 0 1px #0f172a,0 0 10px #3b82f6e6;background:#3b82f640;pointer-events:none;z-index:5}.local-cursor:before,.local-cursor:after{content:"";position:absolute;background:#f8fafc;box-shadow:0 0 0 1px #0f172a}.local-cursor:before{left:10px;top:3px;width:2px;height:16px}.local-cursor:after{left:3px;top:10px;width:16px;height:2px}.app.fullscreen .header{display:none}.app.fullscreen .stage{padding:0}.app.fullscreen .screen-wrap{border:none;border-radius:0;box-shadow:none}.hint{color:#9fb0c7;text-align:center;max-width:28rem;line-height:1.5;margin:auto}.badge{display:inline-block;padding:2px 8px;border-radius:999px;background:#243044;font-size:.8rem}.badge.live{background:#14532d;color:#bbf7d0}.badge.wait{background:#713f12;color:#fde68a}
