*{box-sizing:border-box}html,body,#root,.player{width:100%;height:100%;margin:0}.player{display:flex;align-items:center;justify-content:center;background:#0b1220;color:#f8fafc;font-family:Segoe UI,system-ui,-apple-system,sans-serif;overflow:hidden}.player--portrait{max-width:min(100vw,1080px);margin:0 auto}.player--landscape{min-height:100vh}.player[style*=--player-aspect]{aspect-ratio:var(--player-aspect);max-height:100vh;max-width:100vw;margin:0 auto}.player__state{text-align:center;padding:32px;max-width:520px}.player__logo{width:64px;height:64px;border-radius:18px;margin:0 auto 20px;background:linear-gradient(135deg,#4f46e5,#7c3aed);display:grid;place-items:center;font-weight:700;font-size:1.6rem;color:#fff;box-shadow:0 12px 32px #4f46e566}.player__state h1{font-size:1.6rem;margin:0 0 8px;font-weight:650}.player__state p{margin:0;color:#94a3b8;font-size:1rem;line-height:1.5}.player__state--error h1{color:#fca5a5}.player__spinner{width:28px;height:28px;margin:0 auto 18px;border:3px solid rgb(148 163 184 / 30%);border-top-color:#fff;border-radius:999px;animation:player-spin .8s linear infinite}@keyframes player-spin{to{transform:rotate(360deg)}}.player__media{width:100%;height:100%;object-fit:contain;background:#000}.player__media--video{object-fit:cover}.player__slide{text-align:center;padding:24px}.player__title{font-size:clamp(1.5rem,4vw,3rem)}.player__meta{opacity:.6}
