html,body,#root{margin:0;padding:0;width:100%;height:100%;background:#000;overflow:hidden}.screen{position:relative;width:100vw;height:100vh;background:#000;cursor:pointer}.video{width:100%;height:100%;object-fit:contain;background:#000;display:block}.spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.buffering-indicator{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;pointer-events:none}.live-badge{position:absolute;top:20px;right:20px;z-index:10;display:flex;align-items:center;gap:8px;background:#0000008c;color:#fff;padding:6px 14px;border-radius:20px;font-family:sans-serif;font-size:13px;font-weight:600;letter-spacing:.5px;pointer-events:none}.live-dot{width:8px;height:8px;border-radius:50%;background:#ff2d2d;animation:live-pulse 1.5s ease-in-out infinite}.live-badge.is-paused .live-dot{background:#999;animation:none}@keyframes live-pulse{0%,to{opacity:1;box-shadow:0 0 #ff2d2d99}50%{opacity:.6;box-shadow:0 0 0 6px #ff2d2d00}}.maintenance-screen{width:100vw;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.maintenance-message{color:#e10600;font-family:Alexandria,sans-serif;font-weight:700;font-size:28px;text-align:center}
