:root {
  --ink:#101820;
  --ink-2:#27323d;
  --muted:#66717d;
  --silver:#e8ebee;
  --paper:#fff;
  --ground:#f5f6f8;
  --red:#e21d38;
  --line:rgba(16,24,32,.13);
  --radius:18px;
  --shadow:0 18px 50px rgba(22,35,48,.09);
  color-scheme:light;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--ground);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{min-width:320px;margin:0;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit}
button,input,textarea,select{font:inherit}
button,a{touch-action:manipulation}
:focus-visible{outline:3px solid rgba(226,29,56,.36);outline-offset:3px}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}

.score-strip{background:var(--ink);color:#fff;font-size:11px}
.score-strip .shell{display:flex;align-items:center;gap:18px;min-height:34px}
.score-strip span{display:flex;align-items:center;gap:7px;font-weight:900;letter-spacing:.12em}
.score-strip i,.live-link span,.article-live i{width:7px;height:7px;border-radius:50%;background:#4de08d;box-shadow:0 0 0 4px rgba(77,224,141,.12)}
.score-strip p{margin:0;color:#aeb8c2}
.score-strip a{margin-left:auto;text-decoration:none;font-weight:800}
.score-strip a:hover{color:#fff}

.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);backdrop-filter:blur(18px)}
.header-row{display:flex;align-items:center;justify-content:space-between;min-height:76px}
.brand{display:inline-flex;align-items:center;text-decoration:none}
.brand-logo{display:block;background-image:var(--brand-logo-image);background-repeat:no-repeat;background-position:center 48%;background-size:230px auto}
.brand-logo{width:210px;height:54px}
.main-nav{display:flex;align-items:center;gap:8px}
.main-nav a{position:relative;padding:26px 15px;text-decoration:none;color:var(--muted);font-size:14px;font-weight:800}
.main-nav a:hover,.main-nav a.active{color:var(--ink)}
.main-nav a.active::after{content:"";position:absolute;right:15px;bottom:0;left:15px;height:3px;background:var(--red)}
.menu-toggle{display:none;border:0;background:transparent;padding:10px}
.menu-toggle span{display:block;width:24px;height:2px;margin:5px 0;background:var(--ink)}

.welcome-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 48%,rgba(16,24,32,.7) 100%),var(--hero-bg-image,linear-gradient(145deg,#fff,#e8edf1));background-position:center;background-size:cover}
.welcome-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 42%,rgba(226,29,56,.12),transparent 31%);pointer-events:none}
.welcome-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:56px;align-items:center;min-height:640px;padding-block:65px}
.welcome-copy{position:relative;z-index:2}
.welcome-copy h1,.page-hero h1,.article-header h1,.static-page h1,.not-found h1{margin:0;font-size:clamp(48px,7.5vw,94px);line-height:.9;letter-spacing:-.07em;text-transform:uppercase}
.welcome-copy h1 em{color:transparent;-webkit-text-stroke:1.5px #82909d;font-style:normal}
.welcome-copy>p:not(.eyebrow){max-width:680px;margin:24px 0 0;color:var(--muted);font-size:16px;line-height:1.7}
.brand-showcase{position:relative;align-self:stretch;min-height:510px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(150deg,rgba(40,52,64,.96),rgba(12,19,25,.98));box-shadow:0 35px 80px rgba(10,19,28,.24)}
.brand-showcase::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 36%),radial-gradient(circle at 82% 18%,rgba(226,29,56,.22),transparent 30%)}
.welcome-mascot{position:absolute;z-index:1;right:50%;bottom:-122px;width:min(92%,480px);max-height:620px;object-fit:contain;object-position:bottom;transform:translateX(50%);filter:drop-shadow(0 24px 26px rgba(0,0,0,.38))}
.showcase-message{position:absolute;z-index:3;right:24px;bottom:25px;left:24px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(255,255,255,.13);border-radius:13px;padding:14px 16px;background:rgba(8,14,19,.78);backdrop-filter:blur(14px);color:#fff;text-align:center}
.showcase-message span{display:flex;align-items:center;gap:9px;color:#fff;font-size:11px;font-weight:950;letter-spacing:.12em}.showcase-message i{width:7px;height:7px;border-radius:50%;background:#4de08d;box-shadow:0 0 0 4px rgba(77,224,141,.12)}
.eyebrow{margin:0 0 16px;color:var(--red);font-size:11px;font-weight:950;letter-spacing:.18em}
.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:48px;border:1px solid transparent;border-radius:10px;padding:0 18px;text-decoration:none;font-size:13px;font-weight:900}
.button.primary,.button.dark{background:var(--ink);color:#fff}.button.primary:hover,.button.dark:hover{background:var(--ink-2)}
.button.secondary{border-color:var(--line);background:#fff;color:var(--ink)}.button.secondary:hover{border-color:#7d8791}
.button.light{background:#fff;color:var(--ink)}
.live-console{position:relative;overflow:hidden;border-radius:24px;padding:25px;background:linear-gradient(150deg,#25313c,#0e151c);color:#fff;box-shadow:0 32px 75px rgba(11,21,31,.22)}
.live-console::after{content:"CS";position:absolute;right:-18px;bottom:-45px;color:rgba(255,255,255,.035);font-size:170px;font-weight:950;letter-spacing:-.1em}
.console-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}
.console-top span{display:flex;align-items:center;gap:8px;color:#72eaa6;font-size:10px;font-weight:950;letter-spacing:.15em}
.console-top span i{width:7px;height:7px;border-radius:50%;background:#4de08d;box-shadow:0 0 0 5px rgba(77,224,141,.1)}
.console-top small{color:#8794a0;font-size:8px;font-weight:800;letter-spacing:.12em}
.live-console h2{position:relative;z-index:1;margin:52px 0 12px;font-size:36px;line-height:.96;letter-spacing:-.055em;text-transform:uppercase}
.live-console>p{position:relative;z-index:1;margin:0 0 27px;color:#aab5bf;font-size:13px;line-height:1.6}
.console-links{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.1)}
.console-links a{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1);text-decoration:none;color:#dbe1e6;font-size:12px;font-weight:750}
.console-links a:hover{color:#fff}

.latest{padding-top:78px}.featured,.latest,.archive,.analysis{padding-bottom:84px}
.section-kicker{display:flex;align-items:center;gap:15px;margin-bottom:16px}
.section-kicker span{color:var(--red);font-size:10px;font-weight:950;letter-spacing:.16em}.section-kicker p{margin:0;color:var(--muted);font-size:12px}
.featured-story{display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--ground);box-shadow:var(--shadow)}
.featured-media{min-height:470px;background:#e7eaed;text-decoration:none}
.featured-media img{width:100%;height:100%;object-fit:cover}
.featured-fallback,.image-fallback{display:grid;place-items:center;width:100%;height:100%;background:radial-gradient(circle at 80% 10%,#596674,var(--ink) 55%);color:#fff}
.featured-fallback b{font-size:150px;line-height:.8;letter-spacing:-.11em}.featured-fallback small{margin-top:-80px;color:#9aa6b1;font-weight:900;letter-spacing:.2em}
.featured-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:50px}
.story-meta{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.story-meta a{color:var(--red);text-decoration:none;font-weight:950}.story-meta span::before{content:"";display:inline-block;width:3px;height:3px;margin:0 10px 2px 0;border-radius:50%;background:#abb3bb}
.featured-copy h2{margin:18px 0 15px;font-size:clamp(32px,4.2vw,56px);line-height:.96;letter-spacing:-.06em}.featured-copy h2 a{text-decoration:none}
.featured-copy>p{margin:0 0 28px;color:var(--muted);font-size:14px;line-height:1.7}

.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;border-bottom:1px solid var(--line);padding-bottom:18px}
.section-heading p{margin:0 0 6px;color:var(--red);font-size:10px;font-weight:950;letter-spacing:.17em}.section-heading h2{margin:0;font-size:38px;letter-spacing:-.05em}.section-heading div>span{display:block;margin-top:6px;color:var(--muted);font-size:12px}.section-heading>a{color:var(--muted);text-decoration:none;font-size:12px;font-weight:800}
.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.story-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 30px rgba(22,35,48,.05);transition:.2s ease}
.story-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.story-image{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--silver);text-decoration:none}
.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.story-card:hover .story-image img{transform:scale(1.03)}
.image-fallback{display:flex;flex-direction:column;background:linear-gradient(145deg,#34414e,#121b24)}.image-fallback b{font-size:64px;letter-spacing:-.09em}.image-fallback small{color:#a7b2bd;font-size:9px;font-weight:900;letter-spacing:.15em}
.story-body{padding:19px}.story-body h3{margin:13px 0 9px;font-size:22px;line-height:1.05;letter-spacing:-.04em}.story-body h3 a{text-decoration:none}.story-body>p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:13px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.read-more{display:flex;justify-content:space-between;margin-top:20px;border-top:1px solid var(--line);padding-top:13px;text-decoration:none;font-size:11px;font-weight:900}.read-more span{color:var(--red)}
.empty-news{display:flex;align-items:center;gap:22px;border:1px dashed #aab3bc;border-radius:18px;padding:30px;background:var(--ground)}.empty-news>span{display:grid;place-items:center;flex:0 0 55px;height:55px;border-radius:50%;background:var(--ink);color:#fff;font-weight:950}.empty-news h3{margin:0 0 4px}.empty-news p{margin:0;color:var(--muted);font-size:13px}.empty-news>a{margin-left:auto;color:var(--red);text-decoration:none;font-size:12px;font-weight:900}

.category-band{margin-bottom:84px;background:var(--ink);color:#fff}
.category-band-grid{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:280px;padding-block:48px}
.category-band p,.analysis-card p{margin:0 0 9px;color:#9ca7b2;font-size:10px;font-weight:950;letter-spacing:.17em}.category-band h2,.analysis-card h2{margin:0;font-size:clamp(38px,6vw,70px);line-height:.95;letter-spacing:-.065em;text-transform:uppercase}.category-band div>span,.analysis-card div>span{display:block;margin-top:14px;color:#aab4bd;font-size:14px}
.analysis-card{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;border:1px solid var(--line);border-radius:22px;padding:35px;background:linear-gradient(145deg,#fff,#f3f5f6)}
.analysis-number{color:#c9cfd5;font-size:54px;font-weight:950;letter-spacing:-.07em}.analysis-card h2{font-size:42px;color:var(--ink)}.analysis-card div>span{color:var(--muted)}.analysis-card>a{color:var(--red);text-decoration:none;font-size:12px;font-weight:900}

.page-hero,.static-page{padding-block:76px 52px}.page-hero h1,.static-page h1{font-size:clamp(48px,7vw,82px)}.page-hero>p:last-child{max-width:660px;margin:22px 0 0;color:var(--muted);font-size:16px;line-height:1.65}

.article-page{padding-top:70px}.article-header{max-width:980px;text-align:center}.article-header .story-meta{justify-content:center}.article-header h1{margin:23px auto 20px;max-width:1050px;font-size:clamp(42px,6.8vw,82px)}
.article-deck{max-width:760px;margin:0 auto;color:var(--muted);font-size:19px;line-height:1.55}.article-byline{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:24px}.mini-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;font-size:11px;font-weight:950}.article-byline div{display:flex;flex-direction:column;align-items:flex-start}.article-byline strong{font-size:12px}.article-byline small{color:var(--muted);font-size:10px}
.article-image{overflow:hidden;margin-top:45px;border-radius:24px}.article-image img{width:100%;max-height:680px;object-fit:cover}.article-image figcaption{padding:10px 2px;color:var(--muted);font-size:10px}
.article-layout{display:grid;grid-template-columns:80px minmax(0,720px) minmax(220px,1fr);gap:34px;justify-content:center;padding-block:48px 90px}
.share-rail{display:flex;flex-direction:column;align-items:center;gap:9px}.share-rail>span{margin-bottom:4px;color:var(--muted);font-size:8px;font-weight:900;letter-spacing:.12em;writing-mode:vertical-rl}.share-rail button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-weight:900;cursor:pointer}.share-rail button:hover{border-color:var(--ink)}
.article-content{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.85}.article-content p{margin:0 0 1.45em}.article-content p:first-child::first-letter{float:left;margin:8px 8px 0 0;color:var(--red);font:700 66px/.72 Georgia}
.source-box{margin-top:42px;border-left:4px solid var(--red);padding:18px 20px;background:var(--ground);font-family:Inter,sans-serif}.source-box span{display:block;margin-bottom:5px;color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.13em}.source-box a{word-break:break-word;text-decoration:none;font-size:12px;font-weight:850}
.article-live{align-self:start;position:sticky;top:105px;border-radius:17px;padding:22px;background:var(--ink);color:#fff}.article-live>span{display:flex;align-items:center;gap:8px;color:#63e49b;font-size:9px;font-weight:950;letter-spacing:.13em}.article-live h3{margin:25px 0 8px;font-size:24px;line-height:1.02;letter-spacing:-.04em}.article-live p{margin:0 0 18px;color:#aeb7c0;font-size:12px;line-height:1.55}.article-live a{color:#fff;text-decoration:none;font-size:11px;font-weight:900}

.static-page{max-width:900px;min-height:580px}.prose{max-width:720px;margin-top:35px;color:var(--ink-2);font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.8}.prose p{margin:0 0 1.3em}
.not-found{min-height:630px;padding-block:110px;text-align:center}.not-found>span{color:var(--red);font-size:13px;font-weight:950;letter-spacing:.18em}.not-found h1{max-width:900px;margin:20px auto;font-size:clamp(48px,7vw,86px)}.not-found p{margin-bottom:28px;color:var(--muted)}

.site-footer{background:#0e151c;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr .65fr .65fr .75fr;gap:45px;padding-block:55px}.brand.inverse{color:#fff}.footer-brand p{max-width:330px;color:#909ca7;font-size:13px;line-height:1.6}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.footer-grid>div>strong{margin-bottom:7px;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.footer-grid>div>a{color:#9ba6b0;text-decoration:none;font-size:12px}.footer-grid>div>a:hover{color:#fff}.visitor-card{align-self:start;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:17px;background:rgba(255,255,255,.04)}.visitor-card>span{color:#70e7a2;font-size:8px;font-weight:950;letter-spacing:.14em}.visitor-card>strong{margin:0!important;color:#fff!important;font-size:32px!important;line-height:1!important;letter-spacing:-.05em!important}.visitor-card>small{color:#7f8c97;font-size:9px}.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.1);padding-block:20px;color:#788590;font-size:10px}.footer-bottom small{max-width:600px;text-align:right}
.audio-toggle{position:fixed;z-index:30;right:18px;bottom:18px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:11px 15px;background:#101820;color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.22);font-size:11px;font-weight:850;cursor:pointer}.audio-toggle span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--red);font-size:13px}.audio-toggle.playing span{animation:pulse-audio 1.2s infinite}.audio-toggle:hover{background:#27323d}@keyframes pulse-audio{50%{box-shadow:0 0 0 6px rgba(226,29,56,.18)}}

@media(max-width:940px){
  .welcome-grid{grid-template-columns:1fr;min-height:0}.brand-showcase{min-height:460px}.featured-story{grid-template-columns:1fr}.featured-media{min-height:auto;aspect-ratio:16/9}.featured-copy{padding:34px}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:60px minmax(0,1fr)}.article-live{display:none}
}

@media(max-width:700px){
  .shell{width:min(100% - 24px,1180px)}.score-strip p{display:none}.score-strip .shell{gap:10px}.score-strip a{font-size:10px}
  .header-row{min-height:66px}.brand-logo{width:170px;height:48px;background-size:190px auto}.menu-toggle{display:block}.main-nav{position:absolute;top:66px;right:0;left:0;display:none;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--line);padding:8px 12px 16px;background:#fff;box-shadow:0 20px 40px rgba(20,30,40,.13)}.main-nav.open{display:flex}.main-nav a{padding:14px 12px}.main-nav a.active::after{display:none}
  .welcome-hero{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 48%,rgba(16,24,32,.82) 100%),var(--hero-bg-image,linear-gradient(145deg,#fff,#e8edf1))}.welcome-grid{gap:30px;padding-block:43px 26px}.welcome-copy h1{font-size:clamp(43px,15vw,66px)}.welcome-copy>p:not(.eyebrow){font-size:14px}.button{width:100%}.brand-showcase{min-height:390px}.welcome-mascot{right:50%;bottom:-92px;width:90%;max-height:485px}.showcase-message{right:12px;bottom:12px;left:12px}
  .featured,.latest,.archive,.analysis{padding-bottom:60px}.featured-copy{padding:25px}.featured-copy h2{font-size:34px}.section-heading{align-items:flex-start}.section-heading h2{font-size:32px}.section-heading>a{margin-top:8px}.story-grid{grid-template-columns:1fr}.story-body h3{font-size:23px}.empty-news{align-items:flex-start;flex-wrap:wrap}.empty-news>a{width:100%;margin-left:0}
  .category-band{margin-bottom:60px}.category-band-grid{align-items:flex-start;flex-direction:column;min-height:0}.category-band h2{font-size:45px}.analysis-card{grid-template-columns:1fr;padding:25px}.analysis-number{display:none}.analysis-card h2{font-size:38px}
  .page-hero,.static-page{padding-block:52px 38px}.page-hero h1,.static-page h1{font-size:clamp(43px,14vw,66px)}
  .article-page{padding-top:48px}.article-header h1{font-size:clamp(40px,12.5vw,62px)}.article-deck{font-size:16px}.article-image{width:100%;border-radius:0}.article-layout{grid-template-columns:1fr;padding-top:32px}.share-rail{flex-direction:row;justify-content:center}.share-rail>span{writing-mode:initial;margin:0 5px 0 0}.article-content{font-size:17px;line-height:1.78}
  .footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column}.footer-bottom small{text-align:left}
}

@media(max-width:390px){.score-strip .shell>span{font-size:9px}.score-strip a b{display:none}.story-meta{align-items:flex-start;flex-direction:column;gap:4px}.story-meta span::before{display:none}.article-header .story-meta{align-items:center}.welcome-copy h1{font-size:42px}.brand-showcase{min-height:360px}.welcome-mascot{width:88%}.audio-toggle b{display:none}}
