:root{--brand-red:#e30613;--brand-red-dark:#b8050f;--ink:#12141a;--ink-soft:#4b505c;--ink-faint:#8a8f9a;--line:#e7e8ec;--bg:#fff;--bg-soft:#f4f5f7;--dark:#0b0d12;--dark-soft:#181b22;--white:#fff;--font-head:"Big Shoulders",sans-serif;--font-body:"Jost",sans-serif;--radius:6px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-body);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4{font-family:var(--font-head);margin:0;line-height:1.1;font-weight:700}p{margin:0}.container{max-width:1240px;margin:0 auto;padding:0 20px}.utility-bar{background:var(--dark);color:#c7cad2;font-size:12.5px}.utility-inner{justify-content:space-between;flex-wrap:wrap;min-height:34px;gap:2px 10px;padding:4px 0}.utility-inner,.utility-left{display:flex;align-items:center}.utility-left{gap:14px;font-family:var(--font-head)}.utility-date{font-weight:600;letter-spacing:.03em;color:#e4e6ec;font-size:13.5px}.utility-time{display:inline-flex;align-items:center;gap:6px;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em;color:#9298a6}.utility-time-dot{width:5px;height:5px;border-radius:50%;background:var(--brand-red);animation:pulse 1.6s infinite}.utility-right{display:flex;align-items:center;gap:18px}.utility-link{opacity:.85}.utility-link:hover{opacity:1;color:var(--white)}.weather{display:flex;align-items:center;gap:7px;color:var(--white);font-weight:600;animation:weather-fade .5s ease}.weather-flag{font-size:14px;line-height:1}@keyframes weather-fade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.breaking-bar{background:var(--brand-red);color:var(--white)}.breaking-bar.hidden{display:none}.breaking-inner{display:flex;align-items:center;height:40px;gap:14px}.breaking-label{background:var(--dark);font-family:var(--font-head);font-weight:800;font-size:12px;letter-spacing:.06em;padding:5px 10px;border-radius:3px;flex-shrink:0;text-transform:uppercase}.breaking-track{flex:1 1;overflow:hidden;height:100%;display:flex;align-items:center}.breaking-track-inner{display:flex;align-items:center;width:max-content;white-space:nowrap;animation:scroll-left 25s linear infinite}.breaking-item{font-weight:600;font-size:14px;white-space:nowrap;padding-right:48px}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.breaking-close{color:var(--white);opacity:.8;font-size:14px;flex-shrink:0}.breaking-close:hover{opacity:1}.site-header{background:var(--white);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:16px}.logo{display:flex;flex-direction:column;align-items:flex-start;line-height:1;gap:2px}.logo-wordmark{font-family:var(--font-head);font-weight:800;font-size:24px;letter-spacing:-.01em;color:var(--ink)}.logo-bang{color:var(--brand-red)}.logo-tagline{font-family:var(--font-body);font-size:9px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-faint);white-space:nowrap}.footer-logo .logo-wordmark{color:var(--white)}.footer-logo .logo-tagline{color:#8b909b}.header-actions{gap:14px}.header-actions,.icon-btn{display:flex;align-items:center}.icon-btn{justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--ink)}.icon-btn:hover{background:var(--bg-soft)}.watch-live-btn{display:flex;align-items:center;gap:8px;background:var(--dark);color:var(--white);font-weight:700;font-size:13px;padding:9px 16px;border-radius:20px;white-space:nowrap}.watch-live-btn:hover{background:var(--dark-soft)}.dot-live{width:8px;height:8px;border-radius:50%;background:var(--brand-red);display:inline-block;animation:pulse 1.6s infinite;flex-shrink:0}.dot-live.small{width:7px;height:7px}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(227,6,19,.55)}70%{box-shadow:0 0 0 6px rgba(227,6,19,0)}to{box-shadow:0 0 0 0 rgba(227,6,19,0)}}.hamburger{display:none;flex-direction:column;gap:4px;width:24px}.hamburger span{height:2px;background:var(--ink);border-radius:2px}.main-nav{background:var(--dark)}.nav-inner{display:flex;gap:2px;overflow-x:auto;scrollbar-width:none}.nav-inner::-webkit-scrollbar{display:none}.nav-item{font-family:var(--font-head);font-weight:600;font-size:15px;color:#cfd2d9;padding:12px 16px;white-space:nowrap;border-bottom:3px solid transparent;transition:.15s}.nav-item.active,.nav-item:hover{color:var(--white)}.nav-item.active{border-bottom-color:var(--brand-red)}.search-overlay{position:fixed;inset:0;background:rgba(11,13,18,.96);z-index:100;display:none;align-items:center}.search-overlay.open{display:flex}.search-inner{display:flex;align-items:center;gap:20px;width:100%}#searchInput{flex:1 1;background:none;border:none;border-bottom:2px solid var(--brand-red);color:var(--white);font-size:32px;font-family:var(--font-head);padding:10px 0;outline:none}#searchInput::placeholder{color:#767b87}#searchCloseBtn{color:var(--white);font-size:22px}.mobile-drawer{position:fixed;top:0;left:-320px;width:300px;height:100%;background:var(--dark);z-index:110;transition:left .25s ease;overflow-y:auto}.mobile-drawer.open{left:0}.mobile-drawer-inner{padding:80px 20px 20px}.mobile-drawer-inner a{display:block;color:#dfe1e6;font-family:var(--font-head);font-weight:600;font-size:18px;padding:12px 4px;border-bottom:1px solid #262a33}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:105;display:none}.drawer-backdrop.open{display:block}.hero-section{padding:24px 0 8px}.hero-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:20px;gap:20px}.hero-main{position:relative;border-radius:var(--radius);overflow:hidden;color:var(--white);min-height:420px;display:flex}.hero-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-main:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.85));z-index:1}.hero-content{position:relative;z-index:2;padding:28px;align-self:flex-end}.tag{display:inline-flex;align-items:center;gap:6px;background:var(--brand-red);color:var(--white);font-family:var(--font-head);font-weight:800;font-size:12px;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:3px;margin-bottom:12px}.hero-content h1{font-size:34px;color:var(--white);margin-bottom:10px;max-width:680px}.hero-content p{color:#e6e7ea;font-size:15px;max-width:600px;margin-bottom:10px}.meta-line{display:flex;gap:10px;align-items:center;font-size:12.5px;color:#c7cad2}.hero-side{display:flex;flex-direction:column;gap:16px}.hero-side-card{display:flex;gap:12px;border-bottom:1px solid var(--line);padding-bottom:16px}.hero-side-card:last-child{border-bottom:none;padding-bottom:0}.hero-side-card img{width:120px;height:88px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}.hero-side-card .tag{font-size:10.5px;padding:3px 7px;margin-bottom:6px}.hero-side-card h3{font-size:16px;line-height:1.25}.hero-side-card .meta-line{color:var(--ink-faint);margin-top:6px}.content-grid{display:grid;grid-template-columns:1fr 320px;grid-gap:32px;gap:32px;margin-top:36px;align-items:start}.section-block{margin-bottom:40px}.section-head{display:flex;align-items:center;justify-content:space-between;border-bottom:3px solid var(--ink);padding-bottom:10px;margin-bottom:20px}.section-head h2{font-size:24px;text-transform:uppercase;letter-spacing:.01em;display:flex;align-items:baseline;gap:10px}.section-tagline{font-family:var(--font-body);font-size:12.5px;font-weight:500;text-transform:none;letter-spacing:0;color:var(--ink-faint)}.section-head .see-all{font-size:13px;font-weight:700;color:var(--brand-red)}.article-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}.article-card{display:flex;flex-direction:column}.article-card .thumb{position:relative;border-radius:var(--radius);overflow:hidden;margin-bottom:10px;aspect-ratio:16/10}.article-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.3s}.article-card:hover .thumb img{transform:scale(1.04)}.article-card .thumb .tag{position:absolute;top:10px;left:10px;margin:0}.article-card h3{font-size:18px;line-height:1.28;margin-bottom:8px}.article-card:hover h3{color:var(--brand-red)}.article-card p{color:var(--ink-soft);font-size:14px;line-height:1.4;margin-bottom:8px}.article-card .meta-line{color:var(--ink-faint);font-size:12px}.load-more-btn{display:block;margin:28px auto 0;border:1px solid var(--ink);color:var(--ink);font-weight:700;font-size:13px;letter-spacing:.03em;text-transform:uppercase;padding:12px 28px;border-radius:24px}.load-more-btn:hover{background:var(--ink);color:var(--white)}.load-more-btn.hidden{display:none}.sidebar-block{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--line)}.sidebar-block:last-child{border-bottom:none}.sidebar-block h3{font-size:18px;text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:8px}.live-block{background:var(--bg-soft);padding:18px;border-radius:var(--radius);border-bottom:none}.live-item{display:block;padding:10px 0;border-top:1px solid var(--line);font-size:14px;font-weight:600;line-height:1.3}.live-item:first-of-type{border-top:none}.live-item .meta-line{color:var(--ink-faint);font-weight:400;font-size:11.5px;margin-top:4px}.live-item:hover{color:var(--brand-red)}.most-read-list{list-style:none;margin:0;padding:0;counter-reset:mr}.most-read-list li{counter-increment:mr;display:flex;gap:14px;padding:12px 0;border-top:1px solid var(--line)}.most-read-list li:first-child{border-top:none;padding-top:0}.most-read-list li:before{content:counter(mr);font-family:var(--font-head);font-weight:800;font-size:26px;color:var(--line);flex-shrink:0;width:26px}.most-read-list a{font-size:14.5px;font-weight:600;line-height:1.3}.most-read-list a:hover{color:var(--brand-red)}.newsletter-block{background:var(--dark);padding:22px;border-radius:var(--radius);border-bottom:none}.newsletter-block,.newsletter-block h3{color:var(--white)}.newsletter-block p{color:#c7cad2;font-size:13.5px;margin-bottom:14px}.newsletter-form{display:flex;flex-direction:column;gap:10px}.newsletter-form input{padding:10px 12px;border-radius:4px;border:none;font-size:14px}.newsletter-form button{background:var(--brand-red);color:var(--white);font-weight:700;padding:10px;border-radius:4px}.newsletter-form button:hover{background:var(--brand-red-dark)}.newsletter-form button:disabled{opacity:.7;cursor:default}.newsletter-message{font-size:13.5px;font-weight:600;margin-top:4px}.newsletter-message.success{color:#4ade80}.newsletter-message.error{color:#ff8a8a}.category-section{margin-bottom:44px}.category-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.strip-card .thumb{border-radius:var(--radius);overflow:hidden;margin-bottom:10px;aspect-ratio:4/3}.strip-card .thumb img{width:100%;height:100%;object-fit:cover}.strip-card h4{font-size:15.5px;line-height:1.3;font-weight:700}.strip-card:hover h4{color:var(--brand-red)}.strip-card .meta-line{color:var(--ink-faint);font-size:11.5px;margin-top:6px}.site-footer{background:var(--dark);color:#a8adb8;margin-top:40px}.footer-inner{padding:40px 20px 24px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid #262a33;margin-bottom:28px}.footer-logo{color:var(--white)}.footer-social{display:flex;gap:14px}.footer-social a{width:34px;height:34px;border:1px solid #383d48;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--white)}.footer-social a:hover{background:var(--brand-red);border-color:var(--brand-red)}.footer-cols{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;gap:20px;margin-bottom:28px}.footer-cols h4{color:var(--white);font-size:13px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px;font-family:var(--font-body)}.footer-cols a{display:block;font-size:13.5px;padding:6px 0;color:#a8adb8}.footer-cols a:hover{color:var(--white)}.footer-bottom{font-size:12px;color:#767b87}.back-btn{display:inline-block;margin:20px 0;border:1px solid var(--ink);color:var(--ink);padding:8px 16px;border-radius:20px;font-weight:700;font-size:13px}.back-btn:hover{background:var(--ink);color:var(--white)}.article-page .article-hero{position:relative;border-radius:var(--radius);overflow:hidden;min-height:420px;display:flex;color:var(--white);margin-bottom:28px}.article-page .article-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.article-page .article-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.85));z-index:1}.article-page .hero-content h1{font-size:40px;max-width:820px}.article-page .hero-content p{font-size:16px;max-width:760px}.article-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:32px;gap:32px;align-items:start;margin-bottom:48px}.article-body p{font-size:17px;line-height:1.7;color:var(--ink);margin-bottom:18px}.article-body h2{font-size:24px;margin:28px 0 14px}.article-body h3{font-size:20px;margin:24px 0 12px}.article-body ol,.article-body ul{margin:0 0 18px;padding-left:22px;font-size:17px;line-height:1.7;color:var(--ink)}.article-body li{margin-bottom:6px}.article-body a{color:var(--brand-red);text-decoration:underline}.article-body strong{font-weight:700}.article-body blockquote{border-left:3px solid var(--brand-red);margin:0 0 18px;padding:4px 0 4px 16px;color:var(--ink-soft);font-style:italic}.article-body img{display:block}.article-body iframe,.article-body img{max-width:100%;height:auto;border-radius:6px;margin:0 0 18px}.article-body iframe{aspect-ratio:16/9;width:100%}.article-body div[data-youtube-video]{margin:0 0 18px}.article-body div[data-youtube-video] iframe{margin:0}.article-keywords{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 32px}.article-keyword{background:var(--bg-soft);color:var(--ink-soft);font-size:12.5px;font-weight:600;padding:6px 12px;border-radius:16px;text-transform:lowercase}.not-found{padding:80px 0;text-align:center}.not-found h1{font-size:32px;margin-bottom:12px}.stories-row-section{margin:44px 0 48px}.stories-row-head{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:3px solid var(--ink);padding-bottom:12px;margin-bottom:22px}.stories-row-head h2{font-size:26px;text-transform:uppercase;letter-spacing:.01em}.stories-row-tagline{font-family:var(--font-body);font-size:13px;color:var(--ink-faint);margin-top:2px}.stories-row-nav{display:flex;gap:8px;flex-shrink:0}.stories-row-nav button{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink)}.stories-row-nav button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.stories-row{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:4px}.stories-row::-webkit-scrollbar{display:none}.story-card{flex:0 0 200px;display:block}.story-thumb{position:relative;aspect-ratio:9/16;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 14px 30px -16px rgba(0,0,0,.55);transition:box-shadow .25s ease,transform .25s ease}.story-card:hover .story-thumb{transform:translateY(-4px);box-shadow:0 20px 38px -16px rgba(0,0,0,.65)}.story-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.story-card:hover .story-thumb img{transform:scale(1.06)}.story-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),transparent 28%,transparent 45%,rgba(0,0,0,.9))}.story-badge{position:absolute;top:12px;left:12px;z-index:2;color:#fff;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center;gap:5px}.story-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--brand-red)}.story-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:46px;height:46px;border-radius:50%;background:hsla(0,0%,100%,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.4);color:#fff;display:flex;align-items:center;justify-content:center;padding-left:2px;transition:background .2s ease,transform .2s ease,border-color .2s ease}.story-card:hover .story-play{background:var(--brand-red);border-color:var(--brand-red);transform:translate(-50%,-50%) scale(1.08)}.story-thumb-time{position:absolute;top:12px;right:12px;z-index:2;color:#fff;font-size:10.5px;font-weight:600;letter-spacing:.03em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.story-overlay{position:absolute;left:14px;right:14px;bottom:14px;z-index:2}.story-title{font-family:var(--font-head);font-size:17px;font-weight:600;line-height:1.22;letter-spacing:.005em;color:#fff;margin-bottom:6px;text-shadow:0 2px 10px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-byline{font-size:11.5px;font-weight:500;letter-spacing:.03em;color:hsla(0,0%,100%,.68)}.story-card:hover .story-title{color:#fff}.reels-page{padding:32px 0 60px}.reels-page-head{text-align:center;margin-bottom:28px}.reels-page-head h1{font-size:36px;margin-bottom:6px}.reels-page-head p{color:var(--ink-soft);font-size:15px}.reels-viewport{width:100%;max-width:420px;height:78vh;max-height:820px;margin:0 auto;background:#000;border-radius:24px;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;box-shadow:0 30px 70px -20px rgba(0,0,0,.6),0 0 0 1px hsla(0,0%,100%,.06);position:relative}.reels-viewport::-webkit-scrollbar{display:none}.reel-item{position:relative;width:100%;height:100%;scroll-snap-align:start;overflow:hidden;background:#000;display:flex}.reel-video{width:100%;height:100%;object-fit:cover}.reel-youtube-wrap{position:relative;background:#000;overflow:hidden}.reel-youtube-frame{position:absolute;inset:0;width:100%;height:100%;border:0}.reel-gradient-top{top:0;height:140px;background:linear-gradient(180deg,rgba(0,0,0,.6),transparent)}.reel-gradient-bottom,.reel-gradient-top{position:absolute;left:0;right:0;pointer-events:none}.reel-gradient-bottom{bottom:0;height:260px;background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.35) 55%,transparent)}.reel-mute-btn{top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.22);color:#fff;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.25)}.reel-actions,.reel-mute-btn{position:absolute;z-index:3;display:flex;align-items:center}.reel-actions{right:14px;bottom:110px;flex-direction:column;gap:18px}.reel-action-btn{display:flex;flex-direction:column;align-items:center;gap:6px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.02em}.reel-action-btn .icon-circle{width:42px;height:42px;border-radius:50%;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.18);display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .15s ease}.reel-action-btn:active .icon-circle{transform:scale(.92)}.reel-action-btn svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.reel-action-btn.liked .icon-circle{background:rgba(227,6,19,.25);border-color:rgba(227,6,19,.4)}.reel-action-btn.liked{color:var(--brand-red)}.reel-info{position:absolute;left:16px;right:76px;bottom:22px;z-index:3;color:#fff}.reel-author{display:inline-block;font-weight:700;font-size:13px;letter-spacing:.03em;margin-bottom:8px;padding:3px 10px;border-radius:20px;background:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.18)}.reel-caption{font-size:14px;line-height:1.45;letter-spacing:.01em;text-shadow:0 1px 6px rgba(0,0,0,.4);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcasts-page{padding:32px 0 60px}.podcasts-head{margin-bottom:28px;border-bottom:3px solid var(--ink);padding-bottom:14px}.podcasts-head h1{font-size:36px;margin-bottom:6px}.podcasts-head p{color:var(--ink-soft);font-size:15px}.podcast-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-bottom:100px}.podcast-card{display:flex;flex-direction:column;text-align:left;background:var(--bg-soft);border-radius:var(--radius);overflow:hidden;transition:transform .15s}.podcast-card:hover{transform:translateY(-3px)}.podcast-cover{position:relative;aspect-ratio:1/1;overflow:hidden}.podcast-cover img{width:100%;height:100%;object-fit:cover}.podcast-play-badge{position:absolute;bottom:10px;right:10px;width:38px;height:38px;border-radius:50%;background:var(--brand-red);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(227,6,19,.4)}.podcast-info{padding:14px 16px 18px}.podcast-show{font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-red);font-weight:700;margin-bottom:4px}.podcast-title{font-size:15.5px;font-weight:700;line-height:1.3;margin-bottom:8px;font-family:var(--font-body)}.podcast-meta{font-size:12px;color:var(--ink-faint)}.podcast-player-bar{position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--dark);color:#fff;transform:translateY(100%);transition:transform .25s ease;box-shadow:0 -6px 24px rgba(0,0,0,.25)}.podcast-player-bar.open{transform:translateY(0)}.podcast-player-inner{max-width:1240px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px}.podcast-player-cover{width:48px;height:48px;border-radius:6px;object-fit:cover;flex-shrink:0}.podcast-player-meta{min-width:0;flex-shrink:0;width:200px}.podcast-player-meta .title{font-size:13.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podcast-player-meta .show{font-size:11.5px;color:#a8adb8}.podcast-player-toggle{width:38px;height:38px;border-radius:50%;background:var(--brand-red);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.podcast-player-progress{flex:1 1;display:flex;align-items:center;gap:10px;font-size:11px;color:#c7cad2}.podcast-player-progress input[type=range]{flex:1 1;accent-color:var(--brand-red)}.podcast-player-close{color:#a8adb8;flex-shrink:0;font-size:18px}.football-promo{display:flex;align-items:center;gap:14px;margin-bottom:28px;padding:16px 20px;background:linear-gradient(135deg,#0b0d12,#1a1d26);border-radius:12px;color:#fff;border:1px solid hsla(0,0%,100%,.08);transition:transform .2s ease,box-shadow .2s ease}.football-promo:hover{transform:translateY(-2px);box-shadow:0 12px 28px -14px rgba(0,0,0,.5)}.football-promo strong{color:var(--brand-red)}.football-promo span:nth-child(2){flex:1 1;font-size:14px;color:#d5d7dd}.football-promo-arrow{font-size:18px;color:var(--brand-red);flex-shrink:0;transition:transform .2s ease}.football-promo:hover .football-promo-arrow{transform:translateX(4px)}.football-page{padding:32px 0 60px}.football-page-head{margin-bottom:32px}.football-page-head h1{font-size:38px;margin:16px 0 6px}.football-page-head p{color:var(--ink-soft);font-size:15px}.fb-section{margin-bottom:44px}.fb-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:3px solid var(--ink);padding-bottom:10px;margin-bottom:18px}.fb-section-head h2{font-size:22px;text-transform:uppercase;letter-spacing:.01em;display:flex;align-items:center;gap:10px}.fb-demo-note{font-size:11.5px;color:var(--ink-faint);font-style:italic;font-family:var(--font-body)}.fb-live-dot{width:10px;height:10px;border-radius:50%;background:var(--brand-red);display:inline-block;animation:pulse 1.6s infinite}.fb-live-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.fb-live-card{background:var(--dark);color:#fff;border-radius:12px;padding:16px 18px;box-shadow:0 10px 24px -14px rgba(0,0,0,.4)}.fb-live-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.fb-live-top .fb-competition{color:#9298a6;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em}.fb-minute{background:var(--brand-red);color:#fff;font-size:11.5px;font-weight:700;padding:2px 8px;border-radius:10px}.fb-live-teams{justify-content:space-between;gap:10px}.fb-live-team,.fb-live-teams{display:flex;align-items:center}.fb-live-team{gap:8px;font-size:13.5px;font-weight:600;flex:1 1;min-width:0}.fb-live-team span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fb-live-score{font-family:var(--font-head);font-size:24px;padding:0 6px}.fb-avatar,.fb-live-score{font-weight:700;flex-shrink:0}.fb-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;letter-spacing:-.02em}.fb-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin-bottom:20px;padding-bottom:2px}.fb-tabs::-webkit-scrollbar{display:none}.fb-tab{flex-shrink:0;display:flex;align-items:center;gap:6px;padding:9px 16px;border-radius:20px;border:1px solid var(--line);font-size:13.5px;font-weight:600;color:var(--ink-soft);white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.fb-tab.active,.fb-tab:hover{border-color:var(--ink)}.fb-tab.active{background:var(--ink);color:#fff}.fb-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--line)}.fb-table{width:100%;border-collapse:collapse;font-size:13.5px;min-width:560px}.fb-table thead tr{background:var(--bg-soft)}.fb-table th{text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-faint);font-weight:700;padding:12px 8px}.fb-table th.fb-col-team{text-align:left}.fb-table td{padding:11px 8px;text-align:center;border-top:1px solid var(--line);color:var(--ink)}.fb-col-pos{font-weight:700;color:var(--ink-faint);width:32px}.fb-col-team{text-align:left!important;display:flex;align-items:center;gap:10px;font-weight:600;white-space:nowrap}.fb-col-points{font-weight:800;color:var(--ink)}.fb-col-trend{width:24px}.fb-trend{font-size:10px}.fb-trend-up{color:#2a9d8f}.fb-trend-down{color:var(--brand-red)}.fb-trend-same{color:var(--ink-faint)}.fb-row-qualified{box-shadow:inset 3px 0 0 #2a9d8f}.fb-row-relegation{box-shadow:inset 3px 0 0 var(--brand-red)}.fb-legend{display:flex;gap:20px;margin-top:12px;font-size:12px;color:var(--ink-faint);flex-wrap:wrap}.fb-legend span{display:flex;align-items:center;gap:6px}.fb-dot{width:8px;height:8px;border-radius:2px;display:inline-block}.fb-dot-qualified{background:#2a9d8f}.fb-dot-relegation{background:var(--brand-red)}.fb-fixtures{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:14px;gap:14px}.fb-fixture{border:1px solid var(--line);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s ease,border-color .2s ease}.fb-fixture:hover{border-color:var(--ink);box-shadow:0 8px 20px -14px rgba(0,0,0,.3)}.fb-fixture-date{display:flex;justify-content:space-between;font-size:12px;color:var(--ink-faint);text-transform:capitalize}.fb-fixture-time{font-weight:700;color:var(--ink)}.fb-fixture-teams{justify-content:space-between}.fb-fixture-team,.fb-fixture-teams{display:flex;align-items:center;gap:8px}.fb-fixture-team{font-size:13px;font-weight:600;flex:1 1;min-width:0}.fb-fixture-team span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fb-fixture-vs{font-size:11px;color:var(--ink-faint);font-weight:700;flex-shrink:0}.fb-fixture .fb-competition{font-size:11px;color:var(--brand-red);text-transform:uppercase;letter-spacing:.03em;font-weight:700}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f0f1;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-login-card{width:100%;max-width:320px;background:#fff;border-radius:4px;padding:26px 24px;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:14px}.admin-login-logo{display:flex;flex-direction:column;align-items:center;gap:3px;margin-bottom:4px}.admin-login-logo .logo-wordmark{font-size:30px}.admin-login-logo .logo-tagline{font-size:10px}.admin-login-card h1{color:#1d2327;font-size:18px;font-weight:600;text-align:center}.admin-login-card p{color:#646970;font-size:13px;text-align:center;margin-bottom:4px}.admin-login-card input{background:#fff;border:1px solid #8c8f94;border-radius:4px;padding:10px 12px;color:#2c3338;font-size:14px;font-family:inherit}.admin-login-card input:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.admin-login-error{color:#b32d2e;font-size:13px;text-align:center}.admin-login-card button{background:var(--brand-red);color:#fff;font-weight:600;padding:9px;border-radius:3px;font-size:14px;transition:background .15s ease;border:1px solid var(--brand-red-dark)}.admin-login-card button:hover{background:var(--brand-red-dark)}.admin-login-card button:disabled{opacity:.6}.admin-app{--wp-sidebar:#1d2327;--wp-sidebar-hover:#2c3338;--wp-sidebar-text:#c3c4c7;--wp-bg:#f0f0f1;--wp-border:#c3c4c7;--wp-border-light:#dcdcde;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;background:var(--wp-bg)}.admin-topbar{height:32px;background:var(--wp-sidebar);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:13px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.admin-topbar-brand{display:flex;align-items:center;gap:8px;font-weight:700;letter-spacing:.02em}.admin-topbar-logo-dot{width:8px;height:8px;border-radius:50%;background:var(--brand-red);display:inline-block}.admin-topbar-right{display:flex;align-items:center;gap:18px}.admin-topbar-right a{color:#c3c4c7}.admin-topbar-right a:hover{color:#fff}.admin-topbar-user{color:#c3c4c7}.admin-shell{display:flex;align-items:flex-start}.admin-sidebar{width:180px;flex-shrink:0;background:var(--wp-sidebar);color:var(--wp-sidebar-text);justify-content:space-between;min-height:calc(100vh - 32px);position:-webkit-sticky;position:sticky;top:32px;padding:4px 0}.admin-nav,.admin-nav-group,.admin-sidebar{display:flex;flex-direction:column}.admin-nav-link{display:flex;align-items:center;gap:10px;padding:11px 14px;font-size:13.5px;font-weight:500;color:var(--wp-sidebar-text);border-left:4px solid transparent;transition:background .1s ease,color .1s ease}.admin-nav-link svg{flex-shrink:0;opacity:.85}.admin-nav-link.active,.admin-nav-link:hover{background:var(--wp-sidebar-hover);color:#fff}.admin-nav-link.active{border-left-color:var(--brand-red)}.admin-nav-caret{margin-left:auto;opacity:.6}.admin-submenu{display:flex;flex-direction:column;background:#181c1f;padding:4px 0}.admin-submenu-link{padding:8px 14px 8px 42px;font-size:13px;color:var(--wp-sidebar-text)}.admin-submenu-link:hover{color:#fff}.admin-submenu-link.active{color:#fff;font-weight:600}.admin-logout-btn{text-align:left;padding:11px 14px;font-size:13px;font-weight:500;color:var(--wp-sidebar-text);border-top:1px solid hsla(0,0%,100%,.08);border-left:4px solid transparent}.admin-logout-btn:hover{background:var(--wp-sidebar-hover);color:#fff}.admin-content{flex:1 1;padding:20px 24px 60px;max-width:1100px}.admin-warning-banner{background:#fff3cd;border-left:4px solid #dba617;color:#5c4600;padding:12px 16px;font-size:13.5px;line-height:1.5;margin-bottom:20px;box-shadow:0 1px 1px rgba(0,0,0,.04)}.admin-page h1{font-size:23px;font-weight:400;margin-bottom:12px;font-family:inherit;color:#1d2327;display:flex;align-items:center;gap:12px}.admin-subtitle{color:#646970;font-size:13.5px;margin-bottom:20px}.admin-page-head{display:flex;justify-content:space-between;align-items:flex-start}.admin-page-head,.admin-page-head h1{margin-bottom:4px}.admin-back-link{display:inline-block;color:#2271b1;font-size:13px;margin-bottom:12px}.admin-back-link:hover{color:var(--brand-red)}.admin-section-title{font-size:14px;font-weight:600;color:#1d2327;margin:28px 0 10px}.admin-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:8px}.admin-stat-card{background:#fff;border-radius:4px;padding:18px 20px;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 1px rgba(0,0,0,.04);border:1px solid var(--wp-border-light);border-left:4px solid var(--brand-red)}.admin-stat-card:hover{border-left-color:var(--brand-red-dark)}.admin-stat-value{font-size:28px;font-weight:600;color:#1d2327;font-family:inherit}.admin-stat-label{font-size:12.5px;color:#646970;font-weight:500}.admin-category-grid{background:#fff;border:1px solid var(--wp-border-light);border-radius:4px;overflow:hidden;box-shadow:0 1px 1px rgba(0,0,0,.04)}.admin-category-row{display:flex;justify-content:space-between;padding:10px 16px;font-size:13.5px;border-bottom:1px solid var(--wp-border-light)}.admin-category-row:nth-child(2n){background:#f6f7f7}.admin-category-row:last-child{border-bottom:none}.admin-category-count{font-weight:700;color:#1d2327}.admin-category-count.empty{color:#a7aaad;font-weight:400;font-style:italic}.admin-btn-primary{background:var(--brand-red);color:#fff;font-weight:600;font-size:13px;padding:7px 16px;border-radius:3px;flex-shrink:0;transition:background .1s ease;border:1px solid var(--brand-red-dark)}.admin-btn-primary:hover{background:var(--brand-red-dark)}.admin-btn-primary:disabled{opacity:.6}.admin-btn-secondary{background:#f6f7f7;border:1px solid var(--wp-border);color:#2c3338;font-weight:500;font-size:13px;padding:7px 14px;border-radius:3px;margin-top:4px}.admin-btn-secondary:hover{background:#f0f0f1;border-color:#8c8f94}.admin-file-input{display:none}.admin-image-preview{width:100%;border-radius:4px;margin-bottom:10px;border:1px solid var(--wp-border-light)}.admin-field-hint{font-size:12px;color:#646970;font-weight:400;margin-top:2px}.admin-table-wrap{background:#fff;border:1px solid var(--wp-border-light);border-radius:4px;overflow:hidden;overflow-x:auto;box-shadow:0 1px 1px rgba(0,0,0,.04)}.admin-table{width:100%;border-collapse:collapse;font-size:13.5px;min-width:600px}.admin-table th{text-align:left;font-size:12px;font-weight:600;color:#1d2327;padding:10px 16px;border-bottom:1px solid var(--wp-border-light)}.admin-table tbody tr:nth-child(2n),.admin-table th{background:#f6f7f7}.admin-table tbody tr:hover{background:#f0f6fc}.admin-table tbody tr:hover .admin-table-actions{opacity:1}.admin-table td{padding:11px 16px;border-bottom:1px solid var(--wp-border-light);vertical-align:top}.admin-table-title{font-weight:600;max-width:340px;color:#2271b1}.admin-table-actions{display:flex;gap:10px;white-space:nowrap;font-size:12.5px;opacity:0;transition:opacity .1s ease}.admin-table-actions a{color:#2271b1}.admin-table-actions a:hover{color:var(--brand-red);text-decoration:underline}.admin-delete-link{color:#b32d2e;font-weight:500;font-size:12.5px}.admin-delete-link:hover{text-decoration:underline}.admin-form{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap}.admin-form-main{flex:1 1 480px;display:flex;flex-direction:column;gap:16px;min-width:0}.admin-form-side{flex:0 0 260px;display:flex;flex-direction:column;gap:16px}.admin-metabox{background:#fff;border:1px solid var(--wp-border-light);border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.04)}.admin-metabox-header{padding:10px 14px;border-bottom:1px solid var(--wp-border-light);font-size:13px;font-weight:600;color:#1d2327;background:#f6f7f7}.admin-metabox-body{padding:14px;display:flex;flex-direction:column;gap:14px}.admin-title-input{font-size:20px;font-weight:400;padding:8px 10px;border:1px solid var(--wp-border-light);border-radius:4px;width:100%;color:#1d2327}.admin-title-input:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.admin-form label{display:flex;flex-direction:column;gap:6px;font-size:12.5px;font-weight:600;color:#1d2327;flex:1 1}.admin-form input,.admin-form select,.admin-form textarea{border:1px solid var(--wp-border);border-radius:4px;padding:8px 10px;font-size:13.5px;font-family:inherit;color:#2c3338;background:#fff}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.admin-form-row{display:flex;gap:14px}.admin-body-textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.6}.admin-metabox-body-flush{padding:0}.admin-form-error{color:#b32d2e;font-size:13px;font-weight:600;background:#fcf0f1;border-left:4px solid #b32d2e;padding:10px 12px}.rte{display:flex;flex-direction:column}.rte-toolbar{flex-wrap:wrap;gap:2px;padding:8px;border-bottom:1px solid var(--wp-border-light);background:#f6f7f7}.rte-btn,.rte-toolbar{display:flex;align-items:center}.rte-btn{width:30px;height:30px;justify-content:center;border-radius:3px;font-size:13px;color:#2c3338;background:transparent}.rte-btn:hover{background:#e9eaeb}.rte-btn.active{background:#2271b1;color:#fff}.rte-btn:disabled{opacity:.5}.rte-sep{width:1px;height:20px;background:var(--wp-border-light);margin:0 4px}.rte-uploading{font-size:12px;color:#646970;margin-left:6px}.rte-content{padding:16px;min-height:340px}.rte-content .ProseMirror{outline:none;font-size:15px;line-height:1.7;color:#2c3338}.rte-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#8c8f94;pointer-events:none;height:0}.rte-content .ProseMirror iframe,.rte-content .ProseMirror img{max-width:100%;border-radius:4px}.rte-content .ProseMirror blockquote{border-left:3px solid var(--brand-red);margin:0 0 12px;padding:2px 0 2px 14px;color:#4b505c;font-style:italic}.rte-content .ProseMirror h2{font-size:22px;margin:16px 0 8px}.rte-content .ProseMirror h3{font-size:18px;margin:14px 0 6px}.rte-content .ProseMirror ol,.rte-content .ProseMirror ul{padding-left:22px;margin:0 0 12px}.rte-content .ProseMirror a{color:#2271b1}.admin-form-actions{display:flex;align-items:center;gap:16px}.admin-save-message{font-size:13px;color:#00a32a;font-weight:600}.admin-editor{gap:16px;max-width:720px}.admin-editor,.admin-editor-card{display:flex;flex-direction:column}.admin-editor-card{background:#fff;border:1px solid var(--wp-border-light);border-radius:4px;padding:16px;gap:12px;box-shadow:0 1px 1px rgba(0,0,0,.04)}.admin-editor-card label{display:flex;flex-direction:column;gap:6px;font-size:12.5px;font-weight:600;color:#1d2327;flex:1 1}.admin-editor-card input,.admin-editor-card textarea{border:1px solid var(--wp-border);border-radius:4px;padding:8px 10px;font-size:13.5px;font-family:inherit}.admin-editor-card input:focus,.admin-editor-card textarea:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}@media (max-width:980px){.article-layout,.content-grid,.hero-grid{grid-template-columns:1fr}.category-strip,.footer-cols,.podcast-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.hamburger{display:flex}.header-actions .watch-live-btn span:not(.dot-live){display:none}.watch-live-btn{padding:9px 12px}.article-grid{grid-template-columns:1fr}.hero-content h1{font-size:26px}.hero-main{min-height:320px}.utility-right .utility-link:first-of-type{display:none}.utility-bar{font-size:11px}.utility-date{font-size:12px}.utility-time,.weather{font-size:11px}.weather-range{display:none}.footer-top{flex-direction:column;gap:16px;align-items:flex-start}.reels-viewport{height:calc(100vh - 220px);border-radius:0;max-width:100%}.story-card{flex-basis:160px}.podcast-grid{grid-template-columns:1fr 1fr;gap:14px}.podcast-player-meta{width:120px}}