:root{--navy:#061a40;--blue:#0757be;--cyan:#02a8ca;--red:#ff2c33;--cream:#f7f8f5;--ink:#071734;--muted:#667085;--card:#fff;--line:#e7eaf0;--shadow:0 20px 55px rgba(4,30,73,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;overflow-x:hidden}.ambient{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none}.ambient-one{width:420px;height:420px;background:#dff6ff;top:220px;right:-120px}.ambient-two{width:350px;height:350px;background:#e5eeff;top:700px;left:-200px}.topbar{height:82px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:rgba(247,248,245,.84);backdrop-filter:blur(18px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(7,23,52,.06)}.brand img{width:152px;height:64px;object-fit:contain}.desktop-nav{display:flex;gap:34px}.desktop-nav a{color:#667085;text-decoration:none;font-weight:600;font-size:14px;position:relative}.desktop-nav a.active,.desktop-nav a:hover{color:var(--navy)}.desktop-nav a.active:after{content:'';position:absolute;width:5px;height:5px;border-radius:50%;background:var(--red);left:50%;bottom:-12px}.header-actions{display:flex;align-items:center;gap:10px}.icon-button,.avatar{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:white;display:grid;place-items:center}.icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor}.avatar{font-size:11px;font-weight:800;color:white;background:linear-gradient(145deg,var(--blue),var(--cyan))}.connect-button{height:42px;border:0;border-radius:12px;background:var(--navy);color:#fff;padding:0 17px;font-weight:700}.connect-button span{display:inline-block;width:7px;height:7px;background:var(--red);border-radius:50%;margin-right:7px;box-shadow:0 0 0 4px rgba(255,44,51,.15)}main{position:relative}.hero{text-align:center;padding:85px 20px 50px;max-width:980px;margin:auto}.eyebrow,.section-kicker{text-transform:uppercase;font-size:11px;letter-spacing:2px;font-weight:800;color:var(--blue)}.eyebrow i,.section-kicker i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--red);margin:0 7px 1px 0}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(46px,7vw,78px);line-height:1.02;letter-spacing:-4px;margin:20px 0 22px}.hero h1 span{background:linear-gradient(100deg,var(--blue),var(--cyan));-webkit-background-clip:text;color:transparent}.hero>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:630px;margin:0 auto 34px}.search-wrap{height:67px;background:white;border:1px solid #e0e6ef;border-radius:18px;display:flex;align-items:center;padding:7px 8px 7px 20px;box-shadow:var(--shadow);position:relative}.search-icon{width:22px;height:22px;fill:none;stroke:var(--muted);stroke-width:2}.search-wrap input{flex:1;border:0;outline:0;font:500 16px 'DM Sans';padding:0 14px;min-width:0}.search-wrap kbd{font:12px 'DM Sans';color:#98a2b3;border:1px solid var(--line);padding:5px 7px;border-radius:6px}.search-wrap>button,.primary-button{height:51px;border:0;background:var(--blue);color:#fff;border-radius:13px;padding:0 25px;font-weight:700;margin-left:10px}.suggestions{display:none;position:absolute;top:74px;left:0;right:0;background:white;border:1px solid var(--line);border-radius:15px;text-align:left;padding:8px;box-shadow:var(--shadow);z-index:10}.suggestions.open{display:block}.suggestion{padding:12px;border-radius:10px;display:flex;justify-content:space-between;cursor:pointer}.suggestion:hover{background:#f2f6fb}.suggestion small{color:var(--muted)}.quick-topics{display:flex;justify-content:center;gap:8px;align-items:center;margin:22px 0;color:#98a2b3;font-size:13px;flex-wrap:wrap}.quick-topics button,.chips button{border:1px solid var(--line);background:rgba(255,255,255,.7);border-radius:30px;padding:8px 13px;color:#536078}.hero-stats{display:flex;justify-content:center;gap:55px;margin-top:45px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font:800 22px Manrope;color:var(--navy)}.hero-stats span{font-size:12px;color:var(--muted)}.content-section,.upcoming-section{max-width:1180px;margin:auto;padding:68px 24px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:26px}.section-head h2{font:800 34px Manrope;margin:8px 0 0;letter-spacing:-1.3px}.section-kicker{color:var(--red)}.section-kicker.blue{color:var(--blue)}.text-button,.filter-button{border:0;background:none;color:var(--blue);font-weight:700}.text-button b{font-size:20px;margin-left:5px}.featured-grid{display:grid;grid-template-columns:1.45fr .8fr;grid-template-rows:1fr 1fr;gap:16px;height:470px}.feature-card{position:relative;border-radius:22px;overflow:hidden;background:#123;color:white;cursor:pointer;box-shadow:0 18px 40px rgba(3,19,49,.13)}.feature-card:first-child{grid-row:1/3}.feature-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.feature-card:hover img{transform:scale(1.035)}.feature-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,10,26,.92),rgba(2,10,26,0) 70%)}.card-content{position:absolute;left:23px;right:23px;bottom:22px;z-index:2}.live-pill{display:inline-flex;align-items:center;gap:6px;background:var(--red);border-radius:6px;padding:5px 8px;font-size:10px;font-weight:800;letter-spacing:.8px}.live-pill i{width:5px;height:5px;border-radius:50%;background:white;animation:pulse 1.5s infinite}.card-content h3{font:700 21px Manrope;margin:10px 0 7px;max-width:540px}.feature-card:first-child h3{font-size:28px}.card-meta{font-size:12px;color:#d4d9e2;display:flex;gap:13px}.play-fab{position:absolute;right:22px;bottom:23px;z-index:3;width:46px;height:46px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);display:grid;place-items:center}.play-fab:after{content:'';border-left:10px solid white;border-top:7px solid transparent;border-bottom:7px solid transparent;margin-left:3px}.filter-row{margin:45px 0 22px;display:flex;justify-content:space-between}.chips{display:flex;gap:8px}.chips button{padding:10px 17px}.chips button.selected{background:var(--navy);color:white;border-color:var(--navy)}.filter-button{border:1px solid var(--line);background:white;border-radius:10px;padding:9px 14px;color:var(--ink)}.filter-button svg{width:16px;height:16px;fill:none;stroke:currentColor;vertical-align:middle;margin-right:6px}.stream-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stream-card{background:white;border:1px solid var(--line);border-radius:17px;overflow:hidden;transition:.25s;cursor:pointer}.stream-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.thumb{height:175px;position:relative;overflow:hidden;background:#d7e0e9}.thumb img{width:100%;height:100%;object-fit:cover}.thumb .live-pill{position:absolute;left:12px;top:12px}.viewer-count{position:absolute;right:10px;bottom:9px;background:rgba(0,0,0,.7);color:white;border-radius:5px;padding:4px 7px;font-size:10px}.stream-info{padding:17px}.stream-info .category{font-size:10px;color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:1px}.stream-info h3{font:700 16px Manrope;margin:7px 0 12px;line-height:1.4}.channel-line{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}.channel-avatar{width:27px;height:27px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;display:grid;place-items:center;font-weight:800;font-size:9px}.upcoming-section{padding-bottom:90px}.date-strip{display:flex;gap:9px;margin-bottom:18px;overflow:auto;padding-bottom:4px}.date-button{border:1px solid var(--line);background:white;border-radius:12px;padding:10px 18px;min-width:95px;font-weight:600;color:var(--muted)}.date-button.active{background:var(--blue);color:white;border-color:var(--blue)}.schedule{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.schedule-item{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center;padding:19px 22px;border-bottom:1px solid var(--line)}.schedule-item:last-child{border:0}.schedule-time strong{display:block;font:700 17px Manrope}.schedule-time span{font-size:11px;color:var(--muted)}.schedule-main{display:flex;gap:14px;align-items:center}.schedule-main img{width:72px;height:48px;object-fit:cover;border-radius:9px}.schedule-main h4{margin:0 0 5px;font:700 15px Manrope}.schedule-main p{margin:0;color:var(--muted);font-size:12px}.remind{border:1px solid var(--line);border-radius:9px;background:white;padding:9px 13px;font-weight:700;color:var(--navy)}.cta{max-width:1132px;margin:0 auto 80px;background:linear-gradient(120deg,#051837,#063b85);border-radius:26px;padding:58px 65px;color:white;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}.cta:after{content:'W';font:800 250px Manrope;position:absolute;right:170px;top:-80px;color:rgba(255,255,255,.025)}.cta h2{font:800 37px Manrope;letter-spacing:-1.5px;margin:14px 0}.cta p{color:#bdcbe0}.cta button{z-index:1;border:0;background:white;border-radius:13px;padding:15px 20px;color:var(--navy);font-weight:800}.cta button svg{width:17px;height:17px;fill:none;stroke:currentColor;vertical-align:middle;margin-left:8px}footer{text-align:center;padding:35px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}footer img{width:130px;height:54px;object-fit:contain}footer p{font-style:italic}.mobile-nav{display:none}.modal-shell{display:none;position:fixed;inset:0;z-index:50;align-items:center;justify-content:center;padding:20px}.modal-shell.open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(2,9,22,.74);backdrop-filter:blur(8px)}.player-modal,.settings-modal{position:relative;background:white;border-radius:22px;width:min(900px,95vw);overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.35)}.settings-modal{width:min(470px,95vw);padding:40px}.modal-close{position:absolute;right:14px;top:12px;z-index:3;border:0;background:rgba(0,0,0,.08);width:34px;height:34px;border-radius:50%;font-size:22px}.settings-icon{width:52px;height:52px;background:#feecef;color:red;border-radius:14px;display:grid;place-items:center}.settings-icon svg{width:27px;height:27px;fill:none;stroke:currentColor}.settings-modal h2{font:800 27px Manrope;margin-bottom:8px}.settings-modal>p,.settings-note{color:var(--muted);font-size:14px;line-height:1.55}.settings-modal label{display:block;font-weight:700;font-size:13px;margin-top:24px}.settings-modal input{display:block;width:100%;height:48px;border:1px solid var(--line);border-radius:10px;margin-top:7px;padding:0 12px}.settings-note{background:#f4f7fb;padding:12px;border-radius:10px;margin:14px 0}.settings-modal .primary-button{margin:3px 0 0;width:100%}.link-button{width:100%;border:0;background:none;color:var(--blue);font-weight:700;padding:15px}.video-player{aspect-ratio:16/9;background:#020817}.video-player iframe{width:100%;height:100%;border:0}.player-details{padding:20px 24px}.player-details h2{margin:0 0 7px;font:700 22px Manrope}.player-actions{display:flex;gap:9px;margin-top:17px}.mode-btn{border:1px solid var(--line);background:white;padding:10px 14px;border-radius:9px;font-weight:700}.mode-btn.active{background:var(--navy);color:white}.audio-player{padding:58px 30px 35px;background:linear-gradient(150deg,#061a40,#0757be);color:white;text-align:center}.audio-art{width:150px;height:150px;border-radius:28px;margin:auto;background:linear-gradient(135deg,#04b5d2,#07347a);display:grid;place-items:center;box-shadow:0 20px 40px rgba(0,0,0,.25);animation:float 4s ease-in-out infinite}.audio-art img{width:115px}.audio-player h2{margin:25px 0 5px}.audio-player p{color:#bdcbe0}.wave{height:46px;display:flex;justify-content:center;align-items:center;gap:4px;margin:20px}.wave i{width:3px;border-radius:4px;background:#66dff1;animation:wave 1s ease-in-out infinite}.wave i:nth-child(2n){animation-delay:.2s}.wave i:nth-child(3n){animation-delay:.4s}.audio-controls{display:flex;justify-content:center;gap:18px;align-items:center}.audio-controls button{border:0;background:rgba(255,255,255,.12);color:white;border-radius:50%;width:42px;height:42px}.audio-controls .main-play{width:58px;height:58px;background:white;color:var(--blue);font-size:20px}.equalizer{margin-top:25px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;text-align:left;font-size:11px}.equalizer input{width:100%}.toast{position:fixed;right:24px;bottom:24px;background:var(--navy);color:white;padding:13px 18px;border-radius:11px;box-shadow:var(--shadow);transform:translateY(100px);opacity:0;transition:.3s;z-index:80}.toast.show{transform:none;opacity:1}.svg-defs{position:absolute;width:0;height:0}.empty{grid-column:1/-1;text-align:center;color:var(--muted);padding:50px}@keyframes pulse{50%{opacity:.35;box-shadow:0 0 0 5px rgba(255,255,255,.2)}}@keyframes float{50%{transform:translateY(-7px)}}@keyframes wave{0%,100%{height:10px}50%{height:42px}}
@media(max-width:800px){body{padding-bottom:72px}.topbar{height:68px;padding:0 17px}.brand img{width:125px}.desktop-nav,.icon-button,.avatar{display:none}.connect-button{font-size:11px;padding:0 12px;height:37px}.hero{padding:58px 18px 30px}.hero h1{font-size:45px;letter-spacing:-2.7px}.hero>p{font-size:15px}.search-wrap{height:59px;padding-left:15px}.search-wrap kbd{display:none}.search-wrap>button{font-size:0;width:46px;padding:0}.search-wrap>button:after{content:'→';font-size:20px}.hero-stats{gap:33px}.content-section,.upcoming-section{padding:48px 17px}.section-head h2{font-size:27px}.featured-grid{display:flex;overflow:auto;height:330px;scroll-snap-type:x mandatory;margin-right:-17px;padding-right:17px}.feature-card,.feature-card:first-child{min-width:86vw;height:320px;scroll-snap-align:start}.feature-card:first-child h3{font-size:22px}.filter-row{overflow:auto}.chips{overflow:auto}.filter-button{display:none}.stream-grid{grid-template-columns:1fr 1fr;gap:12px}.thumb{height:120px}.stream-info{padding:13px}.stream-info h3{font-size:13px}.channel-line{font-size:10px}.schedule-item{grid-template-columns:70px 1fr auto;padding:14px 12px;gap:9px}.schedule-main img{display:none}.remind{font-size:0;padding:9px}.remind:after{content:'＋';font-size:18px}.cta{margin:0 17px 45px;padding:40px 28px;display:block}.cta h2{font-size:29px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:67px;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);z-index:30;border-top:1px solid var(--line);justify-content:space-around}.mobile-nav a{font-size:9px;text-decoration:none;color:#7b8798;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.mobile-nav svg{width:20px;height:20px;fill:none;stroke:currentColor}.mobile-nav a.active{color:var(--blue)}.settings-modal{padding:30px 22px}.equalizer{grid-template-columns:1fr}}
@media(max-width:430px){.stream-grid{grid-template-columns:1fr}.thumb{height:190px}.quick-topics button:nth-last-child(-n+2){display:none}.hero-stats{justify-content:space-around;gap:0}.section-head .text-button{font-size:12px}}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f1f4f8;border-radius:11px;padding:4px;margin:8px 0 18px}.auth-tabs button{border:0;background:none;padding:10px;border-radius:8px;font-weight:700;color:var(--muted)}.auth-tabs button.active{background:white;color:var(--navy);box-shadow:0 3px 12px rgba(7,23,52,.08)}#authForm label{margin-top:14px}#authForm .primary-button{margin-top:20px}.auth-divider{height:36px;display:flex;align-items:center;justify-content:center;color:#98a2b3;font-size:12px}.auth-divider:before,.auth-divider:after{content:'';height:1px;background:var(--line);flex:1}.auth-divider span{padding:0 12px}.google-button{height:48px;width:100%;border:1px solid var(--line);background:white;border-radius:11px;font-weight:700}.google-button b{font-size:18px;color:#4285f4;margin-right:8px}.privacy-note{font-size:11px!important;text-align:center}.auth-error{background:#fff0f1;color:#b4232c;padding:10px;border-radius:8px;font-size:12px}.account-menu{display:flex;gap:8px}.account-menu a{color:white;text-decoration:none}
.listening-video{width:min(420px,90%);aspect-ratio:16/9;margin:0 auto 22px;border:1px solid rgba(255,255,255,.22);border-radius:14px;overflow:hidden}.listening-video iframe{width:100%;height:100%;border:0}.listening-label{display:block;margin-top:18px;color:#72dff0;font-size:9px;font-weight:800;letter-spacing:1.8px}.audio-notice{display:block;color:#aebdd2;margin:15px auto 0}.close-player-button{margin-left:auto!important;color:#b4232c!important}.modal-close{cursor:pointer;background:#fff!important;color:#071734!important;box-shadow:0 4px 15px rgba(0,0,0,.2)}
html[data-theme="dark"]{--cream:#07111f;--ink:#eef5ff;--muted:#a9b7c9;--card:#101d2d;--line:#26364a;--navy:#eaf3ff;--blue:#62a6ff;--shadow:0 20px 55px rgba(0,0,0,.35);color-scheme:dark}html[data-theme="dark"] body{background:#07111f;color:#eef5ff}html[data-theme="dark"] .topbar{background:rgba(7,17,31,.88);border-color:#26364a}html[data-theme="dark"] .brand img,html[data-theme="dark"] footer img{filter:drop-shadow(0 0 1px rgba(255,255,255,.3))}html[data-theme="dark"] .desktop-nav a.active,html[data-theme="dark"] .desktop-nav a:hover{color:#fff}html[data-theme="dark"] .icon-button,html[data-theme="dark"] .search-wrap,html[data-theme="dark"] .stream-card,html[data-theme="dark"] .schedule,html[data-theme="dark"] .date-button,html[data-theme="dark"] .filter-button,html[data-theme="dark"] .settings-modal,html[data-theme="dark"] .player-modal,html[data-theme="dark"] .mode-btn,html[data-theme="dark"] .google-button,html[data-theme="dark"] .auth-tabs button.active{background:#101d2d;color:#eef5ff;border-color:#26364a}html[data-theme="dark"] .connect-button,html[data-theme="dark"] .chips button.selected{background:#2f7fe4;color:white}html[data-theme="dark"] .search-wrap input,html[data-theme="dark"] .settings-modal input{background:transparent;color:#fff}html[data-theme="dark"] .suggestions{background:#101d2d;border-color:#26364a}html[data-theme="dark"] .suggestion:hover,html[data-theme="dark"] .settings-note,html[data-theme="dark"] .auth-tabs{background:#17273a}html[data-theme="dark"] .quick-topics button,html[data-theme="dark"] .chips button{background:#101d2d;color:#c4d0df;border-color:#26364a}html[data-theme="dark"] .stream-info h3,html[data-theme="dark"] .schedule-main h4,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .player-details h2{color:#f5f9ff}html[data-theme="dark"] .mobile-nav{background:rgba(10,24,41,.96);border-color:#26364a}html[data-theme="dark"] footer{border-color:#26364a}html[data-theme="dark"] .ambient{opacity:.12}html[data-theme="dark"] .modal-close{background:#fff!important;color:#071734!important}
html[data-theme="dark"] .mode-btn.active{background:#2f7fe4;color:#fff;border-color:#2f7fe4}html[data-theme="dark"] .cta button{color:#061a40}html[data-theme="dark"] .close-player-button{color:#ff8d94!important}
.viewer-live{display:inline-flex;align-items:center;gap:6px;color:#e12d37;font-size:12px}.viewer-live i{width:7px;height:7px;border-radius:50%;background:#ff2c33;animation:pulse 1.4s infinite}.player-details .channel-line{justify-content:space-between}.playback-options{display:flex;justify-content:flex-end;margin-top:12px}.quality-control{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px;font-weight:700}.quality-control select{border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--ink);padding:8px}.listening-controls{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end;margin:22px auto 0;max-width:540px;text-align:left;font-size:11px}.listening-controls input{width:100%}.audio-player .quality-control{color:#d8e4f3;display:grid}.audio-player .quality-control select{background:#0d2a56;color:white;border-color:rgba(255,255,255,.25)}.stream-ended{margin-top:15px;border:1px solid #bad7ff;background:#eef6ff;border-radius:10px;padding:13px;display:grid;grid-template-columns:1fr auto;gap:4px 15px}.stream-ended[hidden]{display:none}.stream-ended b{font-size:13px}.stream-ended span{font-size:11px;color:var(--muted)}.stream-ended a{grid-column:2;grid-row:1/3;align-self:center;color:var(--blue);font-size:12px;font-weight:800}.stream-ended.dark{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);text-align:left}.stream-ended.dark span{color:#c9d5e5}.stream-ended.dark a{color:#80dff1}@media(max-width:600px){.listening-controls{grid-template-columns:1fr}.stream-ended{grid-template-columns:1fr}.stream-ended a{grid-column:1;grid-row:auto}.playback-options{justify-content:flex-start}.player-actions{flex-wrap:wrap}.close-player-button{margin-left:0!important}}
.video-player video{width:100%;height:100%;object-fit:contain}.first-party-audio{padding:52px 34px 30px;text-align:center;background:linear-gradient(145deg,#061a40,#0757be);color:white}.first-party-audio .audio-art{width:130px;height:130px}.first-party-audio .audio-art img{width:100%;height:100%;object-fit:contain;border-radius:22px}.first-party-audio audio{display:block;width:min(620px,100%);margin:24px auto}.licensed-quality{display:flex;justify-content:center;align-items:center;gap:10px;font-size:11px}.licensed-quality select{padding:9px;border-radius:8px;background:#0d2a56;color:white;border:1px solid rgba(255,255,255,.25)}.licensed-badge{font-size:10px;color:#8be4be;margin:18px}.download-action{display:inline-flex;align-items:center;padding:10px 14px;border-radius:9px;background:#1b9b5a;color:white;text-decoration:none;font-size:12px;font-weight:800}.mode-btn:disabled{opacity:.45;cursor:not-allowed}
.engagement{background:var(--card);color:var(--ink);padding:18px 24px;border-top:1px solid var(--line)}.engagement-bar{display:flex;gap:10px;align-items:center}.engagement-bar>strong{margin-right:auto;color:#df2933;font-size:12px}.engagement-bar>strong i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ff2c33;margin-right:6px}.engagement button{border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:20px;padding:7px 11px}.reaction-buttons{display:flex;gap:5px}.comments h3{font:800 16px Manrope}.comments article{padding:10px 0;border-top:1px solid var(--line);display:grid;gap:4px;font-size:12px}.comments article b{display:flex;align-items:center;gap:6px}.comments em{font-style:normal;font-size:8px;background:var(--blue);color:white;border-radius:4px;padding:3px 5px}.comment-reply{margin:7px 0 0 18px;padding:9px;background:var(--cream);border-radius:8px}.comments form{display:flex;gap:8px;margin-top:12px}.comments form input{flex:1;border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:10px;padding:11px}.comments form button{background:var(--blue);color:white;border-color:var(--blue)}@media(max-width:550px){.engagement-bar{flex-wrap:wrap}.reaction-buttons{order:3;width:100%}.engagement{padding:15px}}
.site-footer{text-align:left;padding:0;background:#06152c;color:#eaf2fc;border:0}.footer-main{max-width:1180px;margin:auto;padding:65px 24px 48px;display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:55px}.footer-brand img{width:165px;height:70px;object-fit:contain;filter:brightness(0) invert(1)}.footer-brand p{font:700 16px Manrope;color:white;font-style:normal;margin:12px 0 7px}.footer-brand>span{display:block;max-width:300px;color:#93a5bd;line-height:1.7}.footer-live{display:inline-flex;align-items:center;gap:7px;margin-top:20px;color:#aabbd0;font-size:10px;text-transform:uppercase;letter-spacing:1px}.footer-live i{width:7px;height:7px;border-radius:50%;background:#24c774;box-shadow:0 0 0 4px rgba(36,199,116,.12)}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column h3{font:700 12px Manrope;color:white;text-transform:uppercase;letter-spacing:1.4px;margin:8px 0 8px}.footer-column a{color:#99abc2;text-decoration:none;font-size:12px;transition:.2s}.footer-column a:hover{color:white;transform:translateX(2px)}.footer-bottom{border-top:1px solid #1b304b;max-width:1180px;margin:auto;padding:20px 24px 28px;display:flex;gap:25px;align-items:center;color:#7489a3;font-size:10px}.footer-bottom span:nth-child(2){margin-left:auto}.footer-bottom a{color:#b7c6d8;text-decoration:none;margin-left:15px}@media(max-width:800px){.footer-main{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-wrap:wrap}.footer-bottom span:nth-child(2){margin-left:0}.footer-bottom a{margin-left:auto}}@media(max-width:440px){.footer-main{grid-template-columns:1fr 1fr;padding-top:45px}.footer-column:last-child{grid-column:1/-1}.footer-bottom{padding-bottom:85px}.footer-bottom span{width:100%}.footer-bottom a{margin-left:0}}
.player-modal{max-height:calc(100dvh - 32px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.player-modal .modal-close{position:sticky;float:right;top:12px;margin:0 12px -34px 0}.audio-player{padding:22px 26px 20px}.audio-player .listening-video{width:min(360px,72%);margin:0 auto 12px;border-radius:11px}.audio-player .audio-art{width:92px;height:92px;border-radius:20px}.audio-player .audio-art img{width:72px}.audio-player .listening-label{margin-top:11px}.audio-player h2{font-size:clamp(17px,2.2vw,22px);line-height:1.25;margin:12px auto 4px;max-width:760px}.audio-player p{margin:5px 0}.audio-player .wave{height:28px;margin:10px}.audio-player .wave i{transform:scaleY(.62)}.audio-player .listening-controls{margin-top:12px;gap:12px}.audio-player .audio-notice{margin-top:9px}.audio-player .player-actions{margin-top:12px;justify-content:center}.audio-player .mode-btn{padding:8px 12px}.first-party-audio{padding:28px 28px 20px}.first-party-audio .audio-art{width:92px;height:92px}.first-party-audio audio{margin:15px auto}.engagement{max-height:310px;overflow-y:auto}@media(max-height:760px){.audio-player .audio-art{display:none}.audio-player .listening-label{margin-top:8px}.audio-player .listening-video{width:min(300px,58%)}.audio-player h2{font-size:17px}.audio-player .wave{display:none}.audio-player .audio-notice{display:none}.player-modal{max-height:calc(100dvh - 16px)}}@media(max-width:600px){.modal-shell{padding:8px}.player-modal{max-height:calc(100dvh - 16px);width:100%}.audio-player{padding:18px 14px}.audio-player .listening-video{width:min(310px,82%)}.audio-player .audio-art{width:74px;height:74px}.audio-player .audio-art img{width:58px}.audio-player .listening-controls{grid-template-columns:1fr}.audio-player .player-actions{gap:6px}.audio-player .mode-btn{font-size:11px}.engagement{padding:13px;max-height:260px}}
.audio-player{position:relative;overflow:hidden;isolation:isolate}.audio-player:before{content:'';position:absolute;inset:0;background:url('Icon.png') center 52%/52% auto no-repeat;opacity:.055;z-index:-1;pointer-events:none}.audio-player:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,rgba(1,176,208,.12),transparent 52%);z-index:-1;pointer-events:none}.audio-player .listening-video{position:absolute;left:18px;top:18px;width:190px;height:107px;margin:0;border-radius:9px;z-index:2;box-shadow:0 10px 28px rgba(0,0,0,.28)}.audio-player .audio-art{width:118px;height:118px;margin:5px auto 0;position:relative;z-index:1;box-shadow:0 16px 38px rgba(0,0,0,.25)}.audio-player .audio-art img{width:92px}.audio-player .listening-label{margin-top:13px}.audio-player h2{padding-inline:155px}.audio-player .listening-controls,.audio-player .player-actions,.audio-player .wave,.audio-player>p,.audio-player>.audio-notice{position:relative;z-index:1}@media(max-width:760px){.audio-player .listening-video{width:145px;height:82px;left:12px;top:12px}.audio-player .audio-art{width:98px;height:98px}.audio-player .audio-art img{width:76px}.audio-player h2{padding-inline:0;margin-top:15px}.audio-player:before{background-size:75% auto}}@media(max-width:480px){.audio-player .listening-video{width:112px;height:63px}.audio-player .audio-art{width:82px;height:82px;margin-top:3px}.audio-player .audio-art img{width:64px}.audio-player .listening-label{margin-top:9px}}
.audio-player:before,.audio-player:after{z-index:0}.audio-player>*{position:relative;z-index:1}.audio-player .listening-video{z-index:2}@media(max-height:760px){.audio-player .audio-art{display:grid!important;width:76px;height:76px}.audio-player .audio-art img{width:58px}}
.background-audio-hint{display:flex;justify-content:center;align-items:center;gap:7px;color:#a9ddea;font-size:10px;margin:10px 0}.background-audio-hint i{width:7px;height:7px;border-radius:50%;background:#28ca78}
.toast{background:#061a40!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;font-weight:700;line-height:1.4}.toast.show{box-shadow:0 18px 45px rgba(0,0,0,.3)}html[data-theme="dark"] .toast{background:#f3f7fc!important;color:#071734!important;border-color:#cbd6e4!important;box-shadow:0 18px 45px rgba(0,0,0,.5)}
.quick-topics button.selected{background:var(--blue)!important;color:white!important;border-color:var(--blue)!important}.date-button{cursor:pointer}.date-button:focus-visible,.quick-topics button:focus-visible,.chips button:focus-visible{outline:3px solid rgba(2,168,202,.35);outline-offset:2px}.schedule-empty{text-align:center;padding:42px 20px;color:var(--muted)}.schedule-empty b{display:block;color:var(--ink);font:700 16px Manrope;margin-bottom:6px}
.archive-section{max-width:1180px;margin:auto;padding:30px 24px 68px}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.archive-card{background:var(--card);border:1px solid var(--line);border-radius:17px;overflow:hidden;display:grid}.archive-card>img{width:100%;height:180px;object-fit:cover;background:#102038}.archive-card>div{padding:17px}.archive-card span{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.archive-card h3{font:700 17px Manrope;margin:7px 0}.archive-card p,.archive-card small{color:var(--muted);font-size:11px}.archive-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.archive-actions button,.archive-actions a{border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:8px;padding:8px 10px;text-decoration:none;font:700 11px 'DM Sans'}.archive-actions button:first-child{background:var(--blue);color:#fff;border-color:var(--blue)}html[data-theme="dark"] .archive-card,html[data-theme="dark"] .archive-actions button,html[data-theme="dark"] .archive-actions a{background:#101d2d;color:#eef5ff;border-color:#26364a}@media(max-width:800px){.archive-section{padding:25px 17px 50px}.archive-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.archive-grid{grid-template-columns:1fr}}
