:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;height:100%;min-height:100%;margin:0;background:#000;overflow:hidden}button{font:inherit}.player-page{position:relative;width:100vw;min-height:100svh;overflow:hidden;background:#000;isolation:isolate}.video-frame{position:fixed;inset:0;z-index:1;background:#000}.video-frame video{display:block;width:100%;height:100%;background:#000;object-fit:contain}.video-frame[data-fit=cover] video{object-fit:cover}.video-frame[data-fit=fill] video{object-fit:fill}.start-button{position:fixed;top:50%;left:50%;z-index:2;display:grid;width:4.75rem;height:4.75rem;padding:0;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#000000a3;color:#fff;box-shadow:0 18px 48px #0000006b;cursor:pointer;transform:translate(-50%,-50%);transition:background-color .16s ease,border-color .16s ease,transform .16s ease;-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.start-button:hover{border-color:#ffffff7a;background:#121212c7;transform:translate(-50%,-50%) scale(1.04)}.start-button:focus-visible{outline:3px solid rgba(255,255,255,.9);outline-offset:4px}.start-button svg{width:2.1rem;height:2.1rem;margin-left:.22rem}@media(max-width:640px){.start-button{width:4.25rem;height:4.25rem}}@media(prefers-reduced-motion:reduce){.start-button{transition:none}}
