:root{--bg-dark: #000000;--text-primary: #ffffff;--text-secondary: #a1a1a6;--accent: #2997ff;--accent-hover: #0077ed;--glass-bg: rgba(28, 28, 30, .4);--glass-border: rgba(255, 255, 255, .1);--glass-highlight: rgba(255, 255, 255, .05)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:700;letter-spacing:-.02em}p{color:var(--text-secondary);font-size:1.1rem}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 20px 40px #0006;transition:transform .3s ease,border-color .3s ease}.glass-panel:hover{border-color:#fff3;transform:translateY(-5px)}.cta-button{display:inline-block;background:var(--text-primary);color:var(--bg-dark);padding:14px 28px;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .2s ease,background .2s ease;margin-top:30px}.cta-button:hover{transform:scale(1.05);background:#e0e0e0}.cta-button-small{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-primary);padding:8px 16px;border-radius:20px;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .2s ease}.cta-button-small:hover{background:#fff3}.navbar{position:fixed;top:0;width:100%;padding:20px 5%;display:flex;justify-content:space-between;align-items:center;z-index:100;background:linear-gradient(to bottom,rgba(0,0,0,.8),transparent)}.logo{font-weight:800;font-size:1.5rem;letter-spacing:-1px}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:120px 5% 60px;position:relative}.hero-content{max-width:800px;z-index:10}.hero-title{font-size:clamp(3rem,8vw,6rem);line-height:1.1;margin-bottom:20px;background:linear-gradient(135deg,#fff,#a1a1a6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.5rem);max-width:600px;margin:0 auto}.hero-image{margin-top:60px;width:100%;max-width:800px;height:400px;display:flex;justify-content:center;align-items:center;perspective:1000px}.glass-tv{width:80%;height:80%;background:var(--glass-bg);border-radius:24px;border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 30px 60px #00000080,inset 0 1px #fff3;display:flex;justify-content:center;align-items:center;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s ease}.hero-image:hover .glass-tv{transform:translateY(-10px);box-shadow:0 40px 80px #000000b3,inset 0 1px #ffffff4d}.glass-screen{width:95%;height:90%;background:#050505;border-radius:16px;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.hero-guide{width:120%;height:100%;position:absolute;top:0;left:0;display:flex;flex-direction:column;padding-top:20px;font-size:.8rem;font-weight:500}.hero-guide-time-row{display:flex;padding-left:90px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:10px}.hero-guide-time{flex:1;color:#ffffff80}.hero-guide-timeline-marker{position:absolute;top:20px;bottom:0;width:2px;background:#ffffffe6;z-index:10;box-shadow:0 0 10px #ffffff80}.hero-guide-channels{display:flex;flex-direction:column;gap:8px}.hero-guide-row{display:flex;align-items:center;height:40px}.hero-guide-ch{width:80px;padding:0 10px;display:flex;flex-direction:column;justify-content:center;line-height:1.2;color:#ffffff80}.hero-guide-ch .ch-num{font-weight:800;font-size:1.1em;color:#ffffffe6}.hero-guide-ch .ch-name{font-size:.65em;font-weight:600;letter-spacing:.5px}.hero-guide-prog{background:#ffffff0d;height:100%;margin-right:4px;border-radius:12px;display:flex;align-items:center;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid rgba(255,255,255,.05);font-weight:500;color:#ffffffb3;transition:all .2s ease;cursor:pointer}.hero-guide-row:hover .hero-guide-prog,.hero-guide-row.active .hero-guide-prog{background:#2997ff33;border-color:#2997ff80;color:#fff}.static-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');opacity:.05;mix-blend-mode:overlay;pointer-events:none}.features{padding:100px 5%;max-width:1200px;margin:0 auto}.feature-row{display:flex;align-items:center;gap:60px;margin-bottom:150px}.feature-row.reverse{flex-direction:row-reverse}.feature-text{flex:1}.feature-text h2{font-size:2.5rem;margin-bottom:20px}.feature-visual{flex:1;height:300px;display:flex;justify-content:center;align-items:center;padding:20px}.timeline-ui{width:100%;display:flex;flex-direction:column;gap:10px}.show-block{padding:15px 20px;border-radius:12px;font-weight:500}.show-block.playing{background:#2997ff33;border:1px solid rgba(41,151,255,.5);color:#fff}.show-block.upcoming{background:#ffffff0d;color:var(--text-secondary)}.channel-list{width:100%;display:flex;flex-direction:column;gap:8px}.channel-item{padding:12px 20px;border-radius:10px;color:var(--text-secondary);transition:all .2s}.channel-item.active{background:#ffffff1a;color:#fff;font-weight:500;transform:scale(1.02)}.gallery{padding:100px 0;max-width:100%;overflow:hidden}.gallery-header{text-align:center;margin-bottom:50px;padding:0 5%}.gallery-header h2{font-size:2.5rem;margin-bottom:15px}.marquee-container{width:100%;overflow:hidden;cursor:grab;padding:20px 0 60px;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.marquee-container:active{cursor:grabbing}.marquee-content{display:flex;gap:40px;width:max-content;will-change:transform;user-select:none;-webkit-user-select:none}.marquee-item{flex-shrink:0;width:min(75vw,760px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000080}.marquee-item img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:contain;pointer-events:none}.platforms{padding:100px 5%;text-align:center;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.02));scroll-margin-top:80px}.platforms h2{font-size:2.5rem;margin-bottom:60px}.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1000px;margin:0 auto}.platform-card{padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:15px}.platform-icon{width:64px;height:64px;color:#fff;margin-bottom:10px}.platform-link{display:inline-block;margin-top:8px;padding:8px 20px;border-radius:20px;border:1px solid rgba(255,255,255,.2);color:var(--text-primary);text-decoration:none;font-size:.9rem;font-weight:500;transition:background .2s ease,border-color .2s ease}.platform-link:hover{background:#ffffff1a;border-color:#fff6}footer{padding:60px 5%;border-top:1px solid rgba(255,255,255,.05);margin-top:50px}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-logo{font-weight:700;font-size:1.2rem;color:#fff}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.feature-row,.feature-row.reverse{flex-direction:column;gap:40px}.feature-text{text-align:center}.footer-content{flex-direction:column;gap:20px;text-align:center}}
