*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:#0a0a0a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}#app{width:100%;height:100vh;display:block}mux-player{width:100%;height:100vh;--media-object-fit: contain}.screen{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2rem;text-align:center}.screen .cover{max-width:400px;max-height:50vh;border-radius:12px;object-fit:cover}.screen h1{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.1}.screen p{font-size:clamp(1rem,1.5vw,1.25rem);color:#aaa;max-width:40ch}.screen.error p{color:#ff8a80}.screen.loading p{color:#666}
