:root{--bg:#0b0d12;--bg-elevated:#121621;--card:#171c28;--text:#f2f5fb;--muted:#a5adc0;--line:#2a3142;--accent:#ef4444;--accent-soft:rgba(239,68,68,.18);--link:#8ed0ff;--radius:14px;--shell:1120px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{min-height:100vh;background:radial-gradient(circle at 10% 0,#151a28 0,var(--bg) 45%);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible{outline:2px solid #93c5fd;outline-offset:2px;border-radius:8px}.shell{width:min(var(--shell),calc(100% - 2rem));margin:0 auto}.page-space{padding:2rem 0 2.5rem}.site-header{border-bottom:1px solid var(--line);background:rgba(11,13,18,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:68px}.brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--text)}.brand:hover{text-decoration:none}.brand span{display:flex;flex-direction:column;line-height:1.1}.brand small{color:var(--muted);font-size:.75rem}.brand-mark{display:grid;place-items:center;width:2rem;height:2rem;border-radius:10px;background:linear-gradient(150deg,var(--accent),#ad1616);color:#fff;font-size:.75rem;font-weight:700}.main-nav{display:inline-flex;align-items:center;gap:.75rem}.main-nav a{color:var(--text);font-size:.92rem;opacity:.92;padding:.3rem .55rem;border-radius:8px}.main-nav a:hover{text-decoration:none;background:hsla(0,0%,100%,.08)}.hero{margin-bottom:1.25rem;padding:1.25rem;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(130deg,rgba(239,68,68,.12),rgba(23,28,40,.92))}.kicker{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:700;color:#ffb4b4}.hero h1,.page-head h1{margin:.5rem 0;line-height:1.2;letter-spacing:-.02em}.hero p,.page-head p{color:var(--muted);max-width:70ch;margin:.35rem 0 0}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.6rem;gap:.6rem;margin-top:.95rem}.metric{border:1px solid hsla(0,0%,100%,.12);border-radius:10px;background:rgba(0,0,0,.18);padding:.55rem .65rem}.metric strong{display:block;font-size:.82rem}.metric span{color:var(--muted);font-size:.74rem}.hero-cta{gap:.65rem;margin-top:1rem}.hero-cta,.topic-row{display:flex;flex-wrap:wrap}.topic-row{gap:.45rem;margin-top:.85rem}.topic-pill{display:inline-flex;align-items:center;border:1px solid hsla(0,0%,100%,.14);border-radius:999px;padding:.2rem .55rem;font-size:.74rem;color:#f7c6c6;background:rgba(0,0,0,.2)}.topic-pill-active{border-color:rgba(239,68,68,.6);background:rgba(239,68,68,.2);color:#ffd8d8}.button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .78rem;border-radius:10px;border:1px solid transparent;font-size:.88rem;font-weight:600}.button,.button:hover{text-decoration:none}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:#d92f2f}.button-muted{border-color:var(--line);background:rgba(18,22,33,.7);color:var(--text)}.grid{grid-gap:1rem;grid-template-columns:minmax(0,2fr) minmax(260px,1fr)}.grid,.stack{display:grid;gap:1rem}.stack{grid-gap:1rem}.card{background:color-mix(in srgb,var(--card) 88%,#000 12%);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;transition:border-color .18s ease,transform .18s ease}.card:hover{border-color:#3d4a64;transform:translateY(-1px)}.card+.card{margin-top:1rem}.card-featured h2{margin:.4rem 0 .6rem;line-height:1.3}.card-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.badge{display:inline-flex;padding:.26rem .58rem;border-radius:999px;background:var(--accent-soft);color:#ff9ea3;font-size:.73rem;font-weight:600;letter-spacing:.02em;margin-bottom:.55rem}.clean,.story-grid,.story-list{margin:0;padding:0;list-style:none}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.7rem;gap:.7rem}.story-snippet{border:1px solid var(--line);border-radius:12px;padding:.7rem;background:rgba(9,11,17,.32)}.story-snippet a{color:var(--text);font-weight:600;display:inline-block}.story-snippet .status-pill{margin-top:.55rem}.story-snippet time{display:block;margin-top:.35rem;color:var(--muted);font-size:.78rem}.story-item{padding:.75rem 0;border-top:1px solid var(--line)}.story-item:first-child{border-top:0;padding-top:.35rem}.story-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.story-item a{display:inline-block;color:var(--text);font-weight:600}.status-pill{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:.18rem .5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.status-confirmed{color:#86efac;background:rgba(34,197,94,.14)}.status-reported{color:#93c5fd;background:rgba(59,130,246,.14)}.status-developing{color:#fcd34d;background:rgba(250,204,21,.14)}.status-rumor{color:#fca5a5;background:rgba(239,68,68,.14)}.image-qa-pill{text-transform:none;letter-spacing:0}.image-qa-has-image{color:#86efac;background:rgba(34,197,94,.14)}.image-qa-missing{color:#fca5a5;background:rgba(239,68,68,.14)}.image-qa-low-confidence{color:#fcd34d;background:rgba(234,179,8,.18)}.meta-row time,.story-item time{display:block;margin-top:.24rem;color:var(--muted);font-size:.8rem}.meta-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.muted{color:var(--muted)}code{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;padding:.15rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}.page-head{margin-bottom:.95rem}.legend-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.news-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem;margin-top:.8rem}.summary-item{border:1px solid var(--line);border-radius:10px;padding:.6rem .7rem;background:rgba(14,18,28,.72)}.summary-item strong{display:block;font-size:.84rem}.summary-item span{color:var(--muted);font-size:.76rem}.site-footer{border-top:1px solid var(--line);margin-top:1rem}.footer-inner{min-height:56px;display:flex;align-items:center;color:var(--muted);font-size:.88rem}@media (max-width:920px){.grid{grid-template-columns:1fr}.header-inner{min-height:60px;flex-wrap:wrap;padding:.55rem 0}.main-nav{width:100%;justify-content:flex-start;padding-bottom:.25rem;font-size:.9rem}.hero-metrics,.news-summary,.story-grid{grid-template-columns:1fr}.story-item-top{flex-direction:column;align-items:flex-start}}.news-layout{align-items:start}.pagination-row{margin-top:.9rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem}.compact-list li+li{margin-top:.5rem}.newsletter-form{display:grid;grid-gap:.55rem;gap:.55rem}.workflow-form{margin-top:.6rem;display:grid;grid-gap:.5rem;gap:.5rem}.workflow-form label{display:grid;grid-gap:.3rem;gap:.3rem;font-size:.82rem;color:var(--muted)}.workflow-form input,.workflow-form select,.workflow-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:rgba(10,13,20,.7);color:var(--text);padding:.45rem .55rem}.newsletter-form input,.search-form input{width:100%;border:1px solid var(--line);border-radius:10px;background:rgba(10,13,20,.7);color:var(--text);padding:.55rem .65rem}.newsletter-form input::placeholder,.search-form input::placeholder{color:var(--muted)}.ad-placeholder{min-height:140px}.article-layout{display:grid;grid-gap:1rem;gap:1rem}.article-card h1{margin-top:.25rem;line-height:1.2}.article-images{display:grid;grid-gap:.7rem;gap:.7rem;margin:.8rem 0}.article-images figure{margin:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;padding:.5rem;background:rgba(10,13,20,.55)}.article-image-natural{margin:0}.article-image-natural-img{width:auto;max-width:100%;max-height:150px;height:auto;display:block;object-fit:contain}.empty-state{border:1px dashed hsla(0,0%,100%,.2);border-radius:10px;padding:.75rem;background:rgba(10,13,20,.35)}.empty-state p{margin:0}.empty-state p+p{margin-top:.35rem}.article-body h2,.article-body h3{margin-top:1.1rem;margin-bottom:.5rem}.article-body p{margin:.5rem 0}.breadcrumbs{display:flex;align-items:center;gap:.45rem;font-size:.85rem}.breadcrumbs,.breadcrumbs a{color:var(--muted)}.pull-quotes blockquote{border-left:3px solid var(--accent);margin:.5rem 0;padding:.35rem .7rem;background:rgba(239,68,68,.08);border-radius:8px}.search-form{display:grid;grid-gap:.6rem;gap:.6rem}.prose-card li,.prose-card p{color:var(--muted)}.footer-links{justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-links nav{display:inline-flex;gap:.65rem;flex-wrap:wrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.admin-shell .card{background:color-mix(in srgb,var(--card) 92%,#0a0f19 8%)}.admin-head-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.admin-logout-inline{margin-top:.2rem}.admin-traffic-head{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.admin-window-form{display:flex;gap:.5rem;align-items:flex-end}.admin-window-form input{min-width:110px}.admin-checkbox{display:inline-flex!important;align-items:center;gap:.4rem;color:var(--muted);font-size:.82rem}.admin-checkbox input{min-width:unset;width:auto}.admin-inline-form{margin:.5rem 0 .2rem}.admin-table{width:100%;border-collapse:collapse;margin-top:.6rem;font-size:.92rem}.admin-table td,.admin-table th{text-align:left;border-bottom:1px solid var(--line);padding:.5rem;vertical-align:top}.admin-table tr.row-selected{background:rgba(102,153,255,.08)}.admin-condensed .admin-table td,.admin-condensed .admin-table th{padding:.3rem .38rem;font-size:.83rem}.admin-condensed .story-item{padding:.5rem 0}.admin-condensed .workflow-form{gap:.35rem}.admin-footprint-list{margin:.5rem 0 0;padding-left:1rem}.admin-footprint-list li{margin:.3rem 0}@media (max-width:920px){.admin-head-row,.admin-window-form{flex-direction:column}.admin-window-form{width:100%;align-items:stretch}.admin-window-form .button,.admin-window-form input,.admin-window-form label,.admin-window-form select{width:100%}.admin-table{font-size:.82rem}.admin-table td,.admin-table th{padding:.4rem .32rem}.topic-row{width:100%}.topic-pill{flex:1 1;justify-content:center;padding:.38rem .55rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.card{transition:none}.card:hover{transform:none}}.home-lead-stack{display:grid;grid-gap:.9rem;gap:.9rem}.latest-list .story-item:first-child{background:hsla(0,0%,100%,.02);border:1px solid var(--line);border-radius:10px;padding:.75rem;margin-bottom:.2rem}.latest-list .story-item:first-child time{margin-top:.35rem}.latest-list .story-item:first-child .muted{margin:.4rem 0 0;font-size:.9rem;line-height:1.55}.article-card{padding:1.2rem}.article-card>*+*{margin-top:1rem}.article-body{line-height:1.75;font-size:1.02rem}.article-body p{margin:.85rem 0}.article-body ul{margin:.65rem 0 .95rem;padding-left:1.15rem}.article-body li+li{margin-top:.35rem}.card>h2,.pull-quotes h2{margin-top:0}.main-nav a{min-height:40px;display:inline-flex;align-items:center}@media (max-width:920px){.site-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{gap:.5rem}.brand{width:100%}.main-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.4rem;gap:.4rem}.main-nav a{justify-content:center;min-height:44px;padding:.5rem .4rem;border:1px solid var(--line);background:hsla(0,0%,100%,.03)}.article-card{padding:1rem}}