/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#08121c;--paper:#f4f1ea;--red:#ed1c24;--blue:#102a43;--muted:#61707c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{z-index:20;background:#fff;border-bottom:1px solid #dce1e4;justify-content:space-between;align-items:center;height:82px;padding:0 5vw;display:flex;position:sticky;top:0}.brand{letter-spacing:-1px;align-items:center;gap:10px;font-size:21px;font-weight:900;display:flex}.brand strong{color:var(--red)}.brand-mark{background:var(--red);color:#fff;width:34px;height:34px;box-shadow:5px 5px 0 var(--ink);place-items:center;font-size:22px;font-style:italic;display:grid}nav{gap:30px;font-size:13px;font-weight:700;display:flex}nav a:hover{color:var(--red)}.nav-cta{background:var(--ink);color:#fff;padding:13px 17px;font-size:13px;font-weight:800}.nav-cta span,.button span,.section-heading>a span{margin-left:8px}.hero{background:linear-gradient(120deg,#f4f1ea 0 65%,#e7e2d8 65%);padding:34px 5vw 64px}.signal-bar{letter-spacing:2px;border-bottom:1px solid #b8c0c5;padding-bottom:25px;font-size:10px;font-weight:800}.live-dot{background:var(--red);border-radius:50%;width:7px;height:7px;margin-right:8px;display:inline-block;box-shadow:0 0 0 5px #ed1c2420}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:6vw;max-width:1500px;margin:auto;padding-top:58px;display:grid}.eyebrow{letter-spacing:2.4px;margin:0 0 19px;font-size:11px;font-weight:900}.eyebrow.red{color:var(--red)}h1,h2,h3,p{margin-top:0}.hero h1{letter-spacing:-5px;margin-bottom:30px;font-family:Georgia,serif;font-size:clamp(52px,6.2vw,96px);line-height:.92}.hero h1 em,.authority h2 em{color:var(--red);font-weight:400}.lead{color:#344654;max-width:660px;font-size:19px;line-height:1.65}.actions{gap:12px;margin-top:33px;display:flex}.button{justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-size:13px;font-weight:900;display:inline-flex}.primary{background:var(--red);color:#fff}.secondary{background:#fff;border:1px solid #aeb7bd}.play{font-size:10px;margin-right:9px!important}.micro{letter-spacing:1.5px;color:#6a747c;margin:18px 0 0;font-size:10px;font-weight:800}.hero-visual{background:var(--ink);color:#fff;min-height:510px;box-shadow:18px 18px 0 var(--red);flex-direction:column;justify-content:center;padding:48px;display:flex;position:relative;overflow:hidden}.hero-visual:before{content:"";background:linear-gradient(140deg,#0000 35%,#ed1c2455),repeating-linear-gradient(0deg,#0000 0 39px,#ffffff0c 40px);position:absolute;inset:0}.broadcast-label{background:var(--red);letter-spacing:1px;padding:7px 9px;font-size:10px;font-weight:900;position:absolute;top:24px;right:24px}.island-outline{letter-spacing:-18px;color:#0000;-webkit-text-stroke:2px #fff5;font-size:clamp(110px,14vw,220px);font-style:italic;font-weight:900;line-height:.8;position:relative}.screen-lines{gap:9px;margin:28px 0;display:grid;position:relative}.screen-lines span{letter-spacing:2px;color:#bed0dc;font-size:10px}.lower-third{color:var(--ink);background:#fff;align-items:center;gap:18px;padding:18px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.lower-third b{color:var(--red)}.lower-third span{letter-spacing:1.5px;font-size:9px;font-weight:800}.ticker{background:var(--red);color:#fff;white-space:nowrap;letter-spacing:1.3px;align-items:center;gap:23px;height:52px;padding:0 5vw;font-size:10px;font-weight:800;display:flex;overflow:hidden}.ticker b{color:var(--red);background:#fff;padding:8px 10px}.ticker i{font-size:6px}.section{padding:100px 5vw}.section-heading{justify-content:space-between;align-items:end;margin-bottom:45px;display:flex}.section-heading h2,.authority h2,.subscribe h2{letter-spacing:-3px;margin:0;font-family:Georgia,serif;font-size:clamp(40px,5vw,70px);line-height:.98}.section-heading>a{border-bottom:2px solid var(--red);padding-bottom:8px;font-size:12px;font-weight:900}.story-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.story-art{color:#fff;justify-content:space-between;align-items:flex-end;height:240px;padding:25px;display:flex;position:relative;overflow:hidden}.story-art:before{content:"";background:repeating-linear-gradient(135deg,#0000 0 35px,#ffffff0b 36px);position:absolute;inset:0}.story-art span{opacity:.22;font:italic 900 90px Georgia}.story-art b{letter-spacing:1.5px;font-size:10px;position:relative}.art-1{background:#17324b}.art-2{background:#8c1218}.art-3{background:#1b5360}.story-meta{color:var(--red);letter-spacing:1.4px;margin:20px 0 11px;font-size:10px;font-weight:900}.story h3{min-height:90px;font-family:Georgia,serif;font-size:25px;line-height:1.2}.story>a{border-bottom:1px solid #8a959c;padding-bottom:4px;font-size:11px;font-weight:900}.authority{background:var(--ink);color:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:8vw;padding:105px 5vw;display:grid}.authority h2{letter-spacing:-3px;font-family:Georgia,serif;font-size:clamp(42px,5vw,72px);line-height:.98}.authority-copy>p:not(.eyebrow){color:#b7c5cf;max-width:640px;font-size:17px;line-height:1.7}.text-link{color:#fff;border-bottom:2px solid var(--red);margin-top:20px;padding-bottom:7px;font-size:12px;font-weight:900;display:inline-block}.stats{border-top:1px solid #46525c;border-left:1px solid #46525c;grid-template-columns:1fr 1fr;display:grid}.stats div{border-bottom:1px solid #46525c;border-right:1px solid #46525c;padding:35px}.stats strong{color:var(--red);font-family:Georgia,serif;font-size:55px;display:block}.stats span{letter-spacing:1px;color:#b7c5cf;font-size:11px}.watch{background:#e3ded4;padding:100px 5vw}.watch-card{color:#fff;background:linear-gradient(135deg,#122d44,#08121c 60%,#7d1218);flex-direction:column;justify-content:space-between;max-width:1200px;min-height:520px;margin:auto;display:flex;box-shadow:16px 16px #c8c1b5}.watch-top,.watch-bottom{letter-spacing:1.6px;border-bottom:1px solid #fff2;justify-content:space-between;padding:22px 26px;font-size:10px;font-weight:800;display:flex}.watch-bottom{border-top:1px solid #fff2;border-bottom:0}.watch-bottom a{color:#ff6b70}.watch-center{text-align:center}.big-play{background:var(--red);border-radius:50%;place-items:center;width:65px;height:65px;margin:0 auto 24px;padding-left:4px;display:grid}.watch-center h2{margin-bottom:8px;font:48px Georgia,serif}.watch-center p{color:#b9c7d1}.advertise{background:var(--red);color:#fff;grid-template-columns:1.1fr .9fr;align-items:center;gap:8vw;padding:100px 5vw;display:grid}.advertise h2{letter-spacing:-3px;font:clamp(43px,5vw,70px)/.98 Georgia,serif}.light{color:#ffd9da}.ad-copy>p{font-size:18px;line-height:1.65}.ad-actions{align-items:center;gap:25px;margin-top:30px;display:flex}.white{color:var(--red);background:#fff}.ad-actions>a:last-child{border-bottom:1px solid #fff;padding-bottom:5px;font-size:12px;font-weight:900}.subscribe{grid-template-columns:1.1fr .9fr;align-items:center;gap:7vw;padding:100px 5vw;display:grid}.subscribe form label{letter-spacing:1px;margin-bottom:10px;font-size:11px;font-weight:900;display:block}.subscribe form>div{display:flex}.subscribe input{background:#fff;border:1px solid #aeb6bb;flex:1;min-width:0;padding:18px}.subscribe button{background:var(--ink);color:#fff;border:0;padding:0 22px;font-size:12px;font-weight:900}.subscribe small{color:#697680;margin-top:10px;display:block}footer{color:#fff;background:#050b10;padding:70px 5vw 25px}.footer-brand{width:max-content}.footer-brand+p{color:#8fa0ac;margin:25px 0 35px}.footer-links{gap:25px;font-size:12px;font-weight:800;display:flex}.copyright{color:#6f7c85;letter-spacing:1px;border-top:1px solid #263039;justify-content:space-between;margin-top:55px;padding-top:22px;font-size:10px;display:flex}@media (width<=850px){.site-header{height:70px}.site-header nav{display:none}.nav-cta{padding:11px}.hero{padding-bottom:45px}.hero-grid,.authority,.advertise,.subscribe{grid-template-columns:1fr}.hero-grid{padding-top:42px}.hero h1{letter-spacing:-3px}.hero-visual{min-height:390px;margin-right:14px}.story-grid{grid-template-columns:1fr}.story h3{min-height:0}.story-art{height:210px}.authority,.advertise{gap:55px}.section{padding:75px 5vw}.section-heading{align-items:start;gap:20px}.section-heading>a{display:none}.stats strong{font-size:43px}.watch{padding:75px 5vw}.watch-card{min-height:440px}.watch-bottom span{display:none}.subscribe{gap:40px}}@media (width<=520px){.brand{font-size:17px}.brand-mark{width:30px;height:30px}.hero h1{font-size:49px}.lead{font-size:16px}.actions{flex-direction:column}.hero-visual{min-height:340px;padding:30px}.island-outline{font-size:120px}.ticker{gap:17px}.section-heading h2,.authority h2,.subscribe h2{font-size:43px}.stats div{padding:23px 18px}.stats strong{font-size:37px}.watch-center h2{font-size:36px}.advertise h2{font-size:43px}.ad-actions{flex-direction:column;align-items:flex-start}.subscribe form>div{flex-direction:column}.subscribe button{min-height:50px}.copyright{flex-direction:column;gap:15px}}.language-switcher{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#031f427a;border:1px solid #b9e2ff40;border-radius:999px;align-items:center;gap:3px;padding:4px;display:flex;box-shadow:inset 0 1px #ffffff1f}.language-switcher button{color:#a9cbe2;cursor:pointer;letter-spacing:.8px;background:0 0;border:0;border-radius:999px;min-width:34px;height:28px;padding:0 8px;font-size:9px;font-weight:950;transition:background .2s,color .2s,transform .2s}.language-switcher button:hover{color:#fff;transform:translateY(-1px)}.language-switcher button.active{color:#fff;background:linear-gradient(135deg,#2b9cf2,#0d5aaa);box-shadow:0 5px 14px #000c284d,inset 0 1px #ffffff4d}.language-switcher button:focus-visible{outline-offset:2px;outline:2px solid #8ed4ff}@media (width<=1150px){.language-switcher button{min-width:30px;padding-inline:6px}.site-header{gap:10px}}@media (width<=760px){.language-switcher{margin-left:auto}.weather-bar{display:none}}@media (width<=420px){.header-newsdesk-logo{width:94px}.language-switcher button{min-width:28px;height:26px;padding-inline:5px;font-size:8px}}.brand-logo{object-fit:contain;object-position:left center;width:154px;height:68px;display:block}.footer-logo{width:190px;height:auto}@media (width<=520px){.brand-logo{width:122px;height:58px}.footer-logo{width:170px;height:auto}}.header-newsdesk-logo{object-fit:contain;object-position:left center;filter:drop-shadow(0 7px 10px #00071c4d);width:145px;height:64px;display:block}@media (width<=520px){.header-newsdesk-logo{width:105px;height:54px}}.text-brand{gap:2px;line-height:1;display:grid}.text-brand small{color:#9dd5fb;letter-spacing:2.25px;font-size:8px;font-weight:900}.text-brand strong{color:#fff;letter-spacing:-.7px;text-shadow:0 4px 14px #00081c59;font-size:21px;font-weight:950}@media (width<=520px){.text-brand small{letter-spacing:1.8px;font-size:7px}.text-brand strong{font-size:17px}}.headline-ticker{background:var(--red);color:#fff;align-items:stretch;height:58px;display:flex;overflow:hidden}.ticker-label{z-index:2;color:var(--red);letter-spacing:1.4px;white-space:nowrap;background:#fff;align-items:center;padding:0 24px 0 5vw;font-size:10px;display:flex;position:relative;box-shadow:12px 0 18px #7d0a0e66}.ticker-window{flex:1;align-items:center;display:flex;overflow:hidden}.ticker-track{width:max-content;animation:52s linear infinite headline-scroll;display:flex}.ticker-track:hover{animation-play-state:paused}.ticker-track a{white-space:nowrap;align-items:center;gap:10px;padding-right:30px;font-size:11px;font-weight:800;display:flex}.ticker-track a span{letter-spacing:1.2px;background:#fff2;padding:5px 7px;font-size:8px}.ticker-track i{margin-left:18px;font-size:6px}@keyframes headline-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.story-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr}.story{flex-direction:column;display:flex}.story-art{flex:0 0 190px;height:190px}.story h3{font-size:22px}.story>a{align-self:flex-start;margin-top:auto}.video-frame{aspect-ratio:16/9;background:#000;width:100%;position:relative}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.watch-card{min-height:0}.watch-top,.watch-bottom{background:var(--ink)}@media (prefers-reduced-motion:reduce){.ticker-track{animation:none}}@media (width<=1000px){.story-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.headline-ticker{height:54px}.ticker-label{padding:0 12px;font-size:8px}.ticker-track{animation-duration:68s}.story-grid{grid-template-columns:1fr}.story-art{flex-basis:205px;height:205px}}.story-art img{object-fit:cover;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.story-art:after{content:"";background:linear-gradient(#0000 45%,#08121ccc);position:absolute;inset:0}.story:hover .story-art img{transform:scale(1.035)}.story-art span,.story-art b{z-index:2;text-shadow:0 2px 12px #000}:root{--ink:#f5fbff;--paper:#061b39;--blue:#0c4f91;--muted:#b9d3e7;--glass:#0c3d6f94;--glass-deep:#031938c2;--glass-line:#b5e1ff38;--glass-shine:#ffffff21}html{background:#03142d}body{color:var(--ink);background-color:#0000;background-image:radial-gradient(circle at 14% 5%,#248fff6b,#0000 34rem),radial-gradient(circle at 88% 24%,#00d1ff33,#0000 28rem),radial-gradient(circle at 48% 78%,#2159d657,#0000 40rem),linear-gradient(145deg,#020c1d 0%,#082b56 48%,#03162f 100%);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}main{isolation:isolate;position:relative;overflow:hidden}main:before,main:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:fixed}main:before{background:radial-gradient(circle at 32% 28%,#81dcff52,#0d5ec714 55%,#0000 72%);width:32rem;height:32rem;top:8rem;right:-9rem}main:after{background:radial-gradient(circle at 65% 32%,#2695ff47,#0000 68%);width:28rem;height:28rem;bottom:8rem;left:-12rem}.site-header{border-color:var(--glass-line);-webkit-backdrop-filter:blur(20px)saturate(145%);background:linear-gradient(120deg,#083363c7,#081f43ad);box-shadow:0 12px 40px #0008194d,inset 0 1px #ffffff1f}nav a{color:#ddecf8}.nav-cta{background:linear-gradient(135deg,#2c96f5e6,#0a448be6);border:1px solid #caecff4d;border-radius:12px;box-shadow:inset 0 1px #ffffff3d,0 8px 24px #000d2747}.weather-bar{color:#f7fcff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#186cb575,#0427537a);border:1px solid #b9e2ff38;border-radius:14px;align-items:center;gap:10px;min-width:0;padding:8px 12px;transition:border-color .2s,background .2s;display:flex;box-shadow:inset 0 1px #ffffff24}.weather-bar:hover{background:linear-gradient(135deg,#1f7dcf8f,#0631648f);border-color:#b9e2ff70}.weather-icon{color:#9edcff;background:#77caff26;border-radius:50%;flex:0 0 31px;place-items:center;width:31px;height:31px;font-size:22px;line-height:1;display:grid}.weather-summary{min-width:90px;max-width:112px;display:grid}.weather-summary b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.1;overflow:hidden}.weather-summary small{color:#91b5ce;letter-spacing:.8px;margin-top:4px;font-size:7px;font-weight:900}.weather-detail{border-left:1px solid #bee3ff2e;grid-template-columns:auto auto;column-gap:4px;padding-left:9px;display:grid}.weather-detail i{color:#7fc9fa;grid-row:1/3;align-self:center;font-size:13px;font-style:normal}.weather-detail b{white-space:nowrap;font-size:10px}.weather-detail small{color:#91b5ce;letter-spacing:.8px;font-size:7px;font-weight:900}.weather-source{color:#76bcea;letter-spacing:.65px;align-self:flex-end;font-size:6px;font-weight:900}.weather-unavailable{min-width:160px}.weather-unavailable>span:nth-child(2){display:grid}.weather-unavailable b{font-size:9px}.weather-unavailable small{color:#aac9de;font-size:8px}@media (width<=1250px){.site-header nav{gap:17px}.weather-source{display:none}.weather-summary{min-width:70px;max-width:88px}}@media (width<=1020px){.site-header nav{display:none}.weather-summary{min-width:82px}.weather-source{display:inline}}@media (width<=760px){.weather-source{display:none}.weather-bar{gap:7px;padding:7px 9px}.weather-summary{min-width:48px;max-width:64px}.rain-detail{display:none}.nav-cta{font-size:0}.nav-cta span{margin-left:0;font-size:15px}}@media (width<=520px){.site-header{padding-inline:3vw}.weather-icon{flex-basis:27px;width:27px;height:27px;font-size:19px}.weather-summary{min-width:34px}.weather-summary small,.weather-unavailable>span:nth-child(2){display:none}.weather-unavailable{min-width:0}.nav-cta{display:none}}.hero,.section,.watch{background:0 0}.signal-bar{border-color:var(--glass-line);color:#cce5f5}.hero h1,.section-heading h2,.authority h2,.subscribe h2,.advertise h2{text-shadow:0 8px 28px #00081c61}.hero h1 em,.authority h2 em{color:#ff5d65}.lead,.micro{color:#c3d9e9}.button{border-radius:13px;transition:transform .2s}.button:hover,.nav-cta:hover{transform:translateY(-2px)}.primary{background:linear-gradient(135deg,#ff3943,#c70e25);border:1px solid #fff3;box-shadow:inset 0 1px #ffffff4d,0 10px 30px #8f001352}.secondary{color:#f6fbff;border:1px solid var(--glass-line);box-shadow:inset 0 1px 0 var(--glass-shine);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#236eb480,#062c5880)}.hero-visual{-webkit-backdrop-filter:blur(18px)saturate(145%);backdrop-filter:blur(18px)saturate(145%);background:linear-gradient(145deg,#185b9ca8,#021633d1 62%,#5b0a207a);border:1px solid #b8e3ff42;border-radius:24px;box-shadow:inset 0 1px #ffffff38,0 30px 70px #00081a66,14px 14px #ed1c24e0}.hero-visual:before{z-index:1;background:linear-gradient(135deg,#ffffff26,#0000 30%,#ed1c243d),repeating-linear-gradient(0deg,#0000 0 39px,#ffffff09 40px)}.broadcast-label{z-index:4}.latest-episode{z-index:3;width:100%;padding:25px 0 60px;position:relative}.latest-episode-kicker{color:#8fd2ff;letter-spacing:2.4px;margin:0 0 18px;font-size:9px;font-weight:900}.latest-episode h2{color:#fff;letter-spacing:-3px;text-shadow:0 10px 30px #00071c80;margin:0;font:italic 900 clamp(42px,4.2vw,68px)/.94 Georgia,serif}.episode-date{color:#ff6770;margin:18px 0 0;font:600 clamp(18px,1.6vw,24px)/1.15 Georgia,serif}.episode-summary{color:#cce1f0;max-width:440px;margin:22px 0 27px;font-size:15px;line-height:1.55}.episode-watch{background:#0c4885a6;border:1px solid #cbecff47;border-radius:12px;align-items:center;gap:10px;padding:13px 16px;font-size:11px;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #ffffff2e}.episode-play{background:var(--red);border-radius:50%;place-items:center;width:25px;height:25px;padding-left:2px;font-size:8px;display:grid}.hero-player-stage{flex-direction:column;justify-content:center;align-items:center;min-height:510px;padding:25px 0 20px;display:flex;position:relative}.hero-playlist-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#0b386cd9,#021633eb);border:1px solid #cbecff40;border-radius:22px;width:min(100%,650px);overflow:hidden;box-shadow:inset 0 1px #ffffff2b,0 30px 70px #00081c75,10px 10px #ed1c24c7}.hero-player-top{color:#dceeff;letter-spacing:1.7px;justify-content:space-between;align-items:center;padding:14px 17px;font-size:8px;font-weight:900;display:flex}.hero-player-top span:first-child{color:#ff6d75}.hero-video-frame{aspect-ratio:16/9;background:#000;width:100%;position:relative}.hero-video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.hero-watch-row{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#0f4c8b8c,#0422487a);border:1px solid #cbecff38;border-radius:16px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;width:min(100%,650px);margin-top:22px;padding:12px 14px;display:grid;box-shadow:inset 0 1px #ffffff24,0 18px 40px #00081c40}.episode-watch{background:linear-gradient(135deg,#ff3f49,#c10d27);border:1px solid #ffcbd08c;border-radius:50%;place-items:center;width:48px;height:48px;padding:0;display:grid;box-shadow:inset 0 1px #ffffff47,0 8px 20px #58001259}.episode-play{background:0 0;border-radius:0;width:auto;height:auto;padding-left:2px;font-size:13px;display:block}.hero-episode-name{border-left:1px solid #bee3ff33;min-width:0;padding-left:15px}.hero-episode-name small{color:#8fd2ff;letter-spacing:1.5px;margin-bottom:4px;font-size:7px;font-weight:900;display:block}.hero-episode-name strong{color:#f7fbff;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font:italic 700 clamp(13px,1.18vw,18px)/1.13 Georgia,serif;display:-webkit-box;overflow:hidden}.hero-episode-date{color:#ff8b91;letter-spacing:.45px;margin-top:5px;font-size:9px;font-weight:800;display:block}.lower-third{z-index:4;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#06172d;background:#ecf8ffe0}@media (width<=850px){.hero-player-stage{min-height:390px;margin-top:25px}}@media (width<=520px){.hero-player-stage{min-height:320px;padding-inline:0}.hero-playlist-card{border-radius:16px;box-shadow:inset 0 1px #ffffff2b,0 24px 50px #00081c6b,6px 6px #ed1c24c7}.hero-player-top{padding:11px 12px;font-size:7px}.hero-watch-row{grid-template-columns:44px minmax(0,1fr);gap:10px;margin-top:18px}.episode-watch{width:42px;height:42px}.hero-episode-name{text-align:left;padding-left:10px}.hero-episode-name strong{font-size:14px}.hero-episode-date{font-size:8px}}.headline-ticker{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(90deg,#bf0c1fe0,#14579dbd,#052752c7);border-block:1px solid #ffffff29}.ticker-label{background:#eff9ffe6;box-shadow:12px 0 28px #00112f59}.section-heading>a,.story>a,.text-link{color:#e8f6ff;border-color:#55baff}.story{border:1px solid var(--glass-line);box-shadow:inset 0 1px 0 var(--glass-shine),0 18px 45px #000a2038;-webkit-backdrop-filter:blur(18px)saturate(130%);backdrop-filter:blur(18px)saturate(130%);background:linear-gradient(145deg,#16538e8f,#0422489e);border-radius:19px;padding:14px 14px 20px;transition:transform .25s}.story:hover{transform:translateY(-5px)}.story-local{background:linear-gradient(145deg,#16538e94,#042248a3)}.story-regional{background:linear-gradient(145deg,#b7152b94,#5b081ea3);border-color:#ff929947;box-shadow:inset 0 1px #ffe1e42b,0 18px 45px #45001040}.story-featured-story{background:linear-gradient(145deg,#f7fcffc7,#cfe5f49e);border-color:#ffffff85;box-shadow:inset 0 1px #ffffffbf,0 18px 45px #000a2038}.story-art{border:1px solid #ffffff1f;border-radius:13px}.story h3{color:#f8fcff}.story-meta{color:#ff747a}.story-meta span{color:#93b7d1}.story-featured-story h3{color:#071b32}.story-featured-story .story-meta{color:#a30f28}.story-featured-story .story-meta span{color:#57748a}.story-featured-story>a{color:#083d72;border-color:#c20f2d}.authority,.advertise,.subscribe{border:1px solid var(--glass-line);box-shadow:inset 0 1px 0 var(--glass-shine),0 28px 70px #00071b54;-webkit-backdrop-filter:blur(20px)saturate(140%);backdrop-filter:blur(20px)saturate(140%);border-radius:28px;margin-inline:3vw}.authority{background:linear-gradient(135deg,#0d4680ab,#031939c2)}.authority-copy>p:not(.eyebrow),.stats span{color:#c0d8e9}.stats,.stats div{border-color:#b4e0ff2e}.stats strong{color:#ff5f67}.watch-card{border:1px solid var(--glass-line);box-shadow:inset 0 1px 0 var(--glass-shine),0 30px 70px #00081c66;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(140deg,#1863a69e,#031735cc 60%,#690c2785);border-radius:24px;overflow:hidden}.watch-top,.watch-bottom{background:#02163194;border-color:#ffffff21}.advertise{background:linear-gradient(125deg,#c10e23c2,#185c9ea8 58%,#031b3eb8)}.white{color:#a90f25;background:#f5fbffeb;border:1px solid #fff}.subscribe{background:linear-gradient(135deg,#134e8999,#031b3dad);margin-block:100px}.subscribe input{color:#f4fbff;border-color:var(--glass-line);background:#021b3d85;border-radius:12px 0 0 12px}.subscribe input::placeholder{color:#a9c6db}.subscribe button{cursor:pointer;background:linear-gradient(135deg,#248ee8,#0a4c99);border-radius:0 12px 12px 0}.subscribe small{color:#a7c5da}footer{border-top:1px solid var(--glass-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#02122ac7,#010917f0)}.footer-brand+p{color:#a9c7db}.copyright{color:#779ab4;border-color:#b4e0ff24}@media (width<=850px){.authority,.advertise{margin-inline:2.5vw}.subscribe{margin:75px 2.5vw}.hero-visual{border-radius:19px}.story{border-radius:16px}}@media (width<=520px){.authority,.advertise,.subscribe{border-radius:20px}.subscribe input{border-radius:11px 11px 0 0}.subscribe button{border-radius:0 0 11px 11px}.hero-visual{box-shadow:inset 0 1px #fff3,0 24px 55px #00081a61,8px 8px #ed1c24db}}.island-backdrop{z-index:-3;filter:saturate(.9)contrast(1.04);pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0;transform:scale(1.015)}.island-backdrop:after{content:"";background:linear-gradient(145deg,#02122bb8,#043567b0 48%,#01122ac7),radial-gradient(circle at 18% 10%,#2f99ff38,#0000 44%);position:absolute;inset:0}body{background:linear-gradient(145deg,#020c1d52,#082b564d 48%,#03162f5c) fixed}main:before{opacity:.78}main:after{opacity:.72}@media (width<=600px){.island-backdrop{background-position:50%;transform:scale(1.025)}.island-backdrop:after{background:linear-gradient(160deg,#02122bc2,#043567b8 48%,#01122acf)}}.newsletter-form-wrap{width:100%;display:block!important}.newsletter-fields{display:flex}.newsletter-message{border:1px solid;border-radius:10px;margin:0 0 14px;padding:12px 14px;font-size:12px;font-weight:800;line-height:1.4}.newsletter-error{color:#ffd9dc;background:#6f0819b3;border-color:#ff6b787a}.newsletter-success{color:#dfffee;background:#055b3aad;border-color:#52df9d73}.newsletter-submitting{color:#e5f5ff;background:#084078ad;border-color:#65beff6b}.newsletter-honeypot,.newsletter-submit-frame{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important;left:-9999px!important}.newsletter-fields button span{margin-left:8px}.newsletter-fields button:disabled{cursor:wait;opacity:.72}@media (width<=520px){.newsletter-fields{flex-direction:column}}.hero-playlist-card{-webkit-backdrop-filter:blur(18px)saturate(135%);background:linear-gradient(145deg,#0b386c94,#021633b3);border-color:#cbecff47;box-shadow:inset 0 1px #fff3,0 30px 70px #00081c66,10px 10px #ed1c24b8}.story-open{grid-column:1/-1}.story-open .story-art{flex-basis:auto;height:clamp(240px,28vw,390px)}.story-open h3{max-width:1000px;min-height:0;font-size:clamp(28px,3vw,42px)}.story-open .story-reader{margin-top:8px;padding:24px 22px 10px}.story-reader-body{columns:3 280px;column-rule:1px solid #aedcfc24;column-gap:clamp(28px,4vw,60px)}.story-reader-body p{break-inside:avoid;margin-bottom:16px;font-size:15px;line-height:1.7}.story-featured-story .story-reader-body{column-rule-color:#083d7224}@media (width<=900px){.story-reader-body{columns:2 260px}}@media (width<=600px){.story-open .story-art{height:230px}.story-open .story-reader{padding-inline:10px}.story-reader-body{columns:1}}.story-grid{grid-auto-rows:auto;align-items:start}.story-art-button{width:100%;text-align:initial;cursor:pointer;font:inherit;border:0;padding:25px}.story-art-button:focus-visible{outline-offset:3px;outline:3px solid #7ac8ff}.story-art-button:disabled{cursor:default}.story-art-button em{z-index:3;color:#fff;letter-spacing:1px;text-shadow:0 2px 9px #000;background:#021836c7;border:1px solid #ffffff4d;border-radius:999px;padding:7px 9px;font-size:8px;font-style:normal;font-weight:900;position:absolute;top:12px;right:12px}.story-open{transform:none!important}.story-reader{color:#e6f3fc;border-top:1px solid #aedcfc40;border-bottom:1px solid #aedcfc2e;margin:4px 0 18px;padding:20px 18px 8px}.story-reader-top{color:#72c6ff;letter-spacing:1.5px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;font-size:9px;font-weight:900;display:flex}.story-reader-top button{color:#fff;cursor:pointer;background:#052a5499;border:1px solid #b4e0ff40;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800}.story-reader p{margin:0 0 14px;font-size:14px;line-height:1.65}.story-read-link{color:#e8f6ff;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #55baff;align-self:flex-start;margin-top:auto;padding:0 0 4px;font-size:11px;font-weight:900}.story-read-link:disabled{cursor:default;opacity:.55}.story-featured-story .story-reader{color:#102a43;border-color:#083d7233}.story-featured-story .story-reader-top{color:#9f1028}.story-featured-story .story-reader-top button{color:#083d72;background:#ffffff8c;border-color:#083d7238}.story-featured-story .story-read-link{color:#083d72;border-color:#c20f2d}@media (width<=600px){.story-art-button{padding:21px}.story-reader{padding-inline:10px}.story-reader p{font-size:15px;line-height:1.7}}.story-share{border-top:1px solid #aedcfc2e;flex-wrap:wrap;align-items:center;gap:5px;margin-top:17px;padding-top:14px;display:flex}.story-share>span{color:#89bfe3;letter-spacing:1.3px;margin-right:3px;font-size:8px;font-weight:950}.story-share .share-icon{color:#fff;cursor:pointer;border:1px solid #caebff40;border-radius:50%;place-items:center;width:23px;height:23px;min-height:23px;padding:0;transition:transform .18s,filter .18s;display:grid;box-shadow:inset 0 1px #ffffff2e}.share-icon svg{fill:currentColor;stroke:currentColor;stroke-width:1.7px;width:11px;height:11px}.share-icon svg rect,.share-icon svg circle{fill:none}.share-icon svg .icon-fill{fill:currentColor;stroke:none}.story-share button:hover{filter:brightness(1.12);transform:translateY(-2px)}.story-share button:focus-visible{outline-offset:2px;outline:2px solid #7ac8ff}.share-facebook{background:#1877f2}.share-whatsapp{background:#168c49}.share-instagram{background:linear-gradient(135deg,#6c35c5,#d62976 52%,#f58529)}.share-x{background:#080808}.share-linkedin{background:#0a66c2}.story-share small{color:#b8daef;width:100%;min-height:10px;font-size:8px;line-height:1.3}.story-featured-story .story-share{border-color:#083d7229}.story-featured-story .story-share>span,.story-featured-story .story-share small{color:#315f80}@media (width<=520px){.story-share{gap:5px}.story-share .share-icon{width:23px;height:23px;min-height:23px}}.typewriter-line{display:inline}.typewriter-character{opacity:0;animation:10ms step-end forwards typewriter-character;animation-delay:calc(.28s + var(--character-index) * 42ms)}.typewriter-caret{vertical-align:-.08em;background:#ff515b;width:.055em;height:.86em;margin-left:.08em;animation:2.35s step-end .12s both typewriter-caret;display:inline-block}.typewriter-headline{min-height:1.84em}@keyframes typewriter-character{to{opacity:1}}@keyframes typewriter-caret{0%,12%,24%,36%,48%,60%,72%,84%{opacity:1}6%,18%,30%,42%,54%,66%,78%,92%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.typewriter-character{opacity:1;animation:none}.typewriter-caret{display:none}}.typewriter-headline{position:relative}.typewriter-opening,.typewriter-closing{transition:opacity .85s,transform .85s cubic-bezier(.22,1,.36,1);display:block}.typewriter-opening{opacity:1;transform:translateY(0)}.typewriter-closing{opacity:0;pointer-events:none;letter-spacing:-.055em;font-size:1.12em;line-height:.9;position:absolute;inset:0 auto auto 0;transform:translateY(18px)}.typewriter-headline-closing .typewriter-opening{opacity:0;pointer-events:none;transform:translateY(-18px)}.typewriter-headline-closing .typewriter-closing{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.typewriter-opening,.typewriter-closing{transition:none}}@media (width<=520px){.typewriter-closing{font-size:1.08em}}.translation-status{color:#bfe4fb;letter-spacing:1.1px;text-transform:uppercase;background:#052a547a;border:1px solid #99d3fa38;border-radius:999px;align-items:center;gap:8px;width:max-content;max-width:100%;margin:-23px 0 28px;padding:8px 11px;font-size:8px;font-weight:900;display:flex}.translation-status span{color:#63c4ff;font-size:13px}.translation-loading span{animation:1s ease-in-out infinite translation-pulse}.translation-error{color:#ffd8db;background:#680c226b;border-color:#ff899152}.article-translation-note{color:#bfe4fb;background:#052a5473;border:1px solid #99d3fa38;border-radius:10px;margin:0 0 18px;padding:10px 12px;font-size:10px;font-weight:800;line-height:1.45}.article-translation-note.translation-error{color:#ffd8db}@keyframes translation-pulse{50%{opacity:.35;transform:scale(.85)}}@media (prefers-reduced-motion:reduce){.translation-loading span{animation:none}}@media (width<=600px){.translation-status{white-space:normal;margin-top:-18px;margin-bottom:22px;line-height:1.35}}
