*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:#0a0a0a;margin:0}#root{flex-direction:column;width:100%;min-height:100dvh;display:flex}*{box-sizing:border-box;margin:0;padding:0}.app{color:#fff;background:#0a0a0a;flex-direction:column;min-height:100dvh;font-family:system-ui,sans-serif;display:flex}.header{border-bottom:1px solid #222;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.site-title{letter-spacing:.04em;font-size:18px;font-weight:600}.status-badge{letter-spacing:.08em;background:#1a1a1a;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:flex}.status-badge.live{color:#f44;background:#ff44441f}.status-badge.offline{color:#666}.status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.status-badge.live .status-dot{animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.player-wrapper{background:#000;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.player{object-fit:contain;width:100%;height:100%;max-height:calc(100dvh - 57px);display:block}.offline-screen{color:#444;justify-content:center;align-items:center;width:100%;height:100%;min-height:300px;font-size:16px;display:flex}@media (width<=600px){.header{padding:10px 16px}.site-title{font-size:16px}.player{max-height:calc(100dvh - 53px)}}
