:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 240 5.9% 10%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 5.9% 10%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:hsl(var(--foreground));stroke:hsl(var(--foreground));background-color:hsl(var(--background));font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;width:100vw;min-height:100vh}#app{max-width:900px;margin:0 auto;text-align:center;width:90vw}#player-container{aspect-ratio:16/9;display:flex;position:relative;width:100%;margin:0 auto;justify-content:center;align-items:center;overflow:hidden}#controls{display:flex;width:100%;justify-content:center;align-items:center;gap:28px;margin-top:24px;margin-bottom:20px}#time{font-weight:600;font-size:1.2rem;margin-top:16px}#timeline{position:relative;overflow:hidden;margin-top:16px;width:calc(100% - 4px);height:6px;border:2px solid hsl(var(--muted-foreground));cursor:pointer}#timeline>div{position:absolute;left:0;width:4px;top:0;bottom:0;background-color:red;transform:translate(-2px)}#mobile-blocker{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff}#recaptcha{display:flex;flex-direction:row;align-items:center;background-color:#f9f9f9;padding:10px 14px;border-radius:4px;width:calc(100vw - 78px);max-width:360px;border:1px solid #D5D5D5;box-shadow:0 0 10px #0000001a}#recaptcha>div{display:flex;flex-direction:row;align-items:center;font-weight:500;gap:12px;flex:1}#recaptcha>div>div{height:22px;width:22px;background-color:#fff;border-radius:2px;border:2px solid #AEAEAE}#recaptcha>img{width:64px;height:64px}@media screen and (min-width: 512px){#mobile-blocker{display:none}}
