@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap";
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#08090c;--surface:#111318;--surface-high:#191c22;--text:#f5f6f8;--muted:#969ba7;--red:#ff3546;--line:#ffffff17}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:DM Sans,system-ui,sans-serif}button,a{font:inherit}button{color:inherit}.live-page{isolation:isolate;min-height:100vh;padding:0 clamp(18px,4vw,64px);position:relative;overflow:hidden}.live-page:before{content:"";z-index:-3;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:54px 54px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 75%);mask-image:linear-gradient(#000,#0000 75%)}.ambient{z-index:-2;filter:blur(100px);opacity:.13;border-radius:50%;position:fixed}.ambient-one{background:#ff1e42;width:500px;height:500px;top:-280px;left:15%}.ambient-two{opacity:.09;background:#5337ff;width:450px;height:450px;bottom:0;right:-280px}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:min(1240px,100%);height:88px;margin:auto;display:flex}.brand{color:#fff;letter-spacing:.16em;align-items:center;gap:11px;font-family:Space Grotesk,sans-serif;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{background:var(--red);letter-spacing:0;border-radius:9px;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 0 25px #ff35464d}.broadcast-label{color:#6f747f;letter-spacing:.2em;font-size:11px;font-weight:700}.stream-stage{width:min(1180px,100%);margin:clamp(42px,7vh,82px) auto 0}.stage-kicker{align-items:center;gap:15px;margin:0 0 16px 3px;display:flex}.live-badge{background:var(--red);color:#fff;letter-spacing:.08em;border-radius:6px;align-items:center;gap:7px;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex;box-shadow:0 0 22px #ff354640}.live-dot{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}.on-air-copy{color:#787d88;letter-spacing:.18em;font-size:11px;font-weight:700}.stream-card{border:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#101217db;border-radius:22px;overflow:hidden;box-shadow:0 30px 90px #0000007a}.player-shell{aspect-ratio:16/9;background:#030405;position:relative;overflow:hidden}.player-shell:fullscreen{background:#000;place-items:center;width:100vw;height:100vh;display:grid}.player-shell:fullscreen .video-element{width:100%;height:100%}.video-element{object-fit:contain;cursor:pointer;width:100%;height:100%;display:block}.player-gradient{pointer-events:none;background:linear-gradient(#0000,#000c);height:30%;position:absolute;inset:auto 0 0}.player-state{color:#c8cbd1;letter-spacing:.02em;background:radial-gradient(circle,#161922,#060708 65%);flex-direction:column;justify-content:center;align-items:center;gap:14px;font-size:14px;display:flex;position:absolute;inset:0}.spinner{border:3px solid #ffffff26;border-top-color:var(--red);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}.error-state strong{color:#fff;font-size:clamp(18px,3vw,25px)}.error-state>span:last-child{color:var(--muted)}.offline-icon{width:44px;height:44px;color:var(--red);background:#ff354621;border:1px solid #ff354659;border-radius:50%;place-items:center;font-size:22px;font-weight:800;display:grid}.player-controls{z-index:2;opacity:.9;align-items:center;gap:6px;padding:16px 20px;transition:opacity .2s;display:flex;position:absolute;bottom:0;left:0;right:0}.player-shell:hover .player-controls{opacity:1}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:9px;width:40px;height:40px;padding:10px;transition:background .2s,transform .2s}.icon-button:hover{background:#ffffff1f;transform:translateY(-1px)}.icon-button svg{fill:#fff;width:100%;height:100%;display:block}.icon-button .icon-stroke,.share-button .icon-stroke{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.control-live{letter-spacing:.12em;align-items:center;gap:7px;margin-left:7px;font-size:10px;font-weight:800;display:inline-flex}.control-live span,.mini-live-dot{background:var(--red);width:7px;height:7px;box-shadow:0 0 10px var(--red);border-radius:50%}.control-spacer{flex:1}.stream-details{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;padding:clamp(22px,4vw,36px);display:flex}.title-row{align-items:center;gap:13px;display:flex}.title-row h1{letter-spacing:-.035em;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(22px,3vw,34px)}.stream-details p{max-width:690px;color:var(--muted);margin:10px 0 0;font-size:clamp(14px,1.5vw,16px);line-height:1.65}.share-button{border:1px solid var(--line);background:var(--surface-high);cursor:pointer;border-radius:10px;flex:none;align-items:center;gap:9px;padding:12px 17px;font-size:13px;font-weight:600;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.share-button:hover{background:#23262e;border-color:#ffffff2e;transform:translateY(-1px)}.share-button svg{fill:#fff;width:18px;height:18px}.site-footer{color:#5f636d;letter-spacing:.06em;justify-content:space-between;width:min(1180px,100%);margin:30px auto 0;padding:0 2px 32px;font-size:11px;display:flex}.home-shell{background:radial-gradient(circle at 50% 10%, #26131b, transparent 40%), var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.home-card{text-align:center;max-width:680px}.eyebrow{color:var(--red);letter-spacing:.2em;font-size:12px;font-weight:800}.home-card h1{letter-spacing:-.06em;margin:20px 0 14px;font:700 clamp(42px,8vw,76px)/.98 Space Grotesk,sans-serif}.home-card p{color:var(--muted);font-size:18px}.primary-link{color:#fff;background:var(--red);border-radius:10px;margin-top:22px;padding:14px 20px;font-weight:700;text-decoration:none;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.4;transform:scale(.8)}}@media (max-width:680px){.site-header{height:72px}.broadcast-label{display:none}.stream-stage{margin-top:34px}.stream-card{border-radius:15px}.player-controls{padding:9px 10px}.icon-button{width:38px;height:38px}.stream-details{flex-direction:column;align-items:stretch;gap:22px}.share-button{justify-content:center;width:100%}.site-footer{flex-direction:column;gap:8px}}@media (min-width:1500px){.stream-stage,.site-footer{width:min(1380px,88vw)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
