:root{color:#f7f9fb;background:#101418;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#1a242ceb,#0c1014fa),#101418}button{min-height:44px;border:0;border-radius:6px;padding:0 18px;color:#101418;background:#7dd3fc;font:inherit;font-weight:700;cursor:pointer;transition:background .16s ease,transform .16s ease}button:hover{background:#bae6fd}button:active{transform:translateY(1px)}.app-shell{width:min(1120px,calc(100% - 32px));min-height:100vh;margin:0 auto;padding:40px 0}.hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.eyebrow{margin:0 0 8px;color:#8ee0b7;font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1{margin:0;font-size:clamp(2.25rem,5vw,4.75rem);line-height:.95}.status-pill{display:inline-flex;flex:0 0 auto;align-items:center;gap:10px;min-width:132px;min-height:42px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:0 16px;background:#ffffff14;color:#d7dee5;font-weight:800;text-transform:capitalize}.status-dot{width:10px;height:10px;border-radius:999px;background:#f59e0b;box-shadow:0 0 0 5px #f59e0b24}.status-live .status-dot{background:#22c55e;box-shadow:0 0 0 5px #22c55e29}.status-offline .status-dot{background:#f87171;box-shadow:0 0 0 5px #f8717129}.player-panel{overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0f;box-shadow:0 22px 70px #00000047}.video-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#030507}.video-player{display:block;width:100%;height:100%;background:#030507}.player-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-content:center;gap:16px;padding:24px;text-align:center;background:#030507b8}.player-overlay p,.player-overlay h2{max-width:520px;margin:0}.player-overlay h2{font-size:clamp(1.35rem,4vw,2.3rem)}.player-overlay-error p{color:#cfd8e3}.spinner{width:42px;height:42px;margin:0 auto;border:4px solid rgba(255,255,255,.24);border-top-color:#7dd3fc;border-radius:999px;animation:spin .9s linear infinite}.stream-meta{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.6fr) auto;gap:18px;align-items:center;padding:18px}.stream-meta div{min-width:0}.stream-meta span{display:block;margin-bottom:4px;color:#98a6b3;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.stream-meta strong{display:block;overflow-wrap:anywhere;color:#f7f9fb;font-size:.96rem}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:720px){.app-shell{width:min(100% - 24px,1120px);padding:24px 0}.hero{align-items:flex-start;flex-direction:column}.stream-meta{grid-template-columns:1fr}.stream-meta button{width:100%}}
