/*
 * المصري الحر — Editorial Experience 30
 * هوية صحفية عربية حديثة، سريعة، ومرنة على كل المقاسات.
 */

:root {
    --red: #d71920;
    --red-dark: #a90f18;
    --red-soft: #fff0f1;
    --ink: #101114;
    --ink-2: #24262b;
    --ink-light: #5f6269;
    --ink-faint: #8c8f96;
    --paper: #f4f1eb;
    --paper-deep: #ebe6dd;
    --surface: #ffffff;
    --surface-2: #faf9f6;
    --line: #d8d3ca;
    --line-strong: #aaa49b;
    --gold: #c8a85b;
    --gold-soft: #eee1bd;
    --heading: "Alexandria", "Noto Kufi Arabic", Tahoma, sans-serif;
    --ui: "IBM Plex Sans Arabic", "Tahoma", Arial, sans-serif;
    --container: 1280px;
    --shadow-soft: 0 18px 55px rgba(16, 17, 20, .08);
    --shadow-card: 0 12px 32px rgba(16, 17, 20, .07);
    --ease: cubic-bezier(.2, .75, .25, 1);
}

html.dark-mode {
    --ink: #f5f2eb;
    --ink-2: #e5e1d8;
    --ink-light: #b6b2aa;
    --ink-faint: #87847e;
    --paper: #0d0e10;
    --paper-deep: #15171a;
    --surface: #17191d;
    --surface-2: #1d2024;
    --line: #31343a;
    --line-strong: #4b4f56;
    --red-soft: rgba(215, 25, 32, .12);
    --shadow-soft: 0 18px 55px rgba(0, 0, 0, .26);
    --shadow-card: 0 12px 32px rgba(0, 0, 0, .2);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
    margin: 0;
    overflow-x: hidden;
    overflow-x: clip;
    background:
        radial-gradient(circle at 8% 3%, rgba(200, 168, 91, .06), transparent 22rem),
        var(--paper);
    color: var(--ink);
    font-family: var(--ui);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font-family: var(--ui); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--red); color: #fff; }

.container { width: min(var(--container), calc(100% - 48px)); max-width: none; margin-inline: auto; padding-inline: 0; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: -80px; right: 20px; z-index: 100000; padding: 12px 20px; background: var(--red); color: #fff; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 18px; }

/* Brand */
.brand-lockup { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; direction: rtl; }
.brand-lockup__mark { width: 66px; height: 66px; flex: 0 0 auto; border-radius: 18px; }
.brand-lockup__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; line-height: 1; }
.brand-lockup__copy strong { color: var(--ink); font-family: var(--heading); font-size: 2.18rem; font-weight: 800; letter-spacing: -.07em; }
.brand-lockup__copy strong b { color: var(--red); font-weight: 900; }
.brand-lockup__copy small { color: var(--ink-light); font-family: var(--ui); font-size: .7rem; font-weight: 700; letter-spacing: .04em; }
.brand-lockup--compact { gap: 9px; }
.brand-lockup--compact .brand-lockup__mark { width: 42px; height: 42px; border-radius: 12px; }
.brand-lockup--compact .brand-lockup__copy strong { font-size: 1.35rem; }
.brand-lockup--compact .brand-lockup__copy small { display: none; }
.brand-lockup--drawer .brand-lockup__mark { width: 48px; height: 48px; border-radius: 13px; }
.brand-lockup--drawer .brand-lockup__copy strong { color: #fff; font-size: 1.45rem; }
.brand-lockup--drawer .brand-lockup__copy small { color: rgba(255,255,255,.55); }
.brand-lockup--footer .brand-lockup__mark { width: 58px; height: 58px; }
.brand-lockup--footer .brand-lockup__copy strong { color: #fff; font-size: 1.85rem; }
.brand-lockup--footer .brand-lockup__copy small { color: rgba(255,255,255,.52); }

/* Header */
.site-header { position: relative; z-index: 500; background: var(--surface); border: 0; }
.topbar { height: 38px; background: #0b0c0e; color: rgba(255,255,255,.72); border: 0; }
.topbar-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.topbar-start, .topbar-end { display: flex; align-items: center; gap: 14px; min-width: 0; }
.topbar-end { justify-content: flex-end; direction: ltr; }
.topbar-start { font-size: .73rem; }
.topbar-date { white-space: nowrap; color: rgba(255,255,255,.56); }
.topbar-live { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; white-space: nowrap; }
.live-dot, .spotlight-live { width: 7px; height: 7px; border-radius: 50%; background: #ff3340; box-shadow: 0 0 0 5px rgba(255, 51, 64, .13); animation: livePulse 1.8s ease-in-out infinite; }
.topbar-edition { display: flex; align-items: center; gap: 12px; font-size: .7rem; color: rgba(255,255,255,.46); }
.topbar-edition i { width: 24px; height: 1px; background: var(--gold); opacity: .7; }
.topbar-edition strong { color: rgba(255,255,255,.82); font-weight: 600; }
.topbar-link { color: rgba(255,255,255,.48); font-size: .68rem; letter-spacing: .08em; }
.topbar-link:hover { color: #fff; }
.acc-btn { width: 30px; height: 30px; display: inline-grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: transparent; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 700; cursor: pointer; transition: .2s ease; }
.acc-btn:hover, .acc-btn.active { color: #fff; background: var(--red); border-color: var(--red); }
.acc-btn svg { width: 14px; height: 14px; }

.logo-bar { position: relative; height: 112px; background: var(--surface); border: 0; }
.logo-bar::after { content: ""; position: absolute; right: 0; left: 0; bottom: 0; height: 1px; background: var(--line); }
.logo-bar-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.logo-link { justify-self: start; display: inline-flex; transition: transform .25s var(--ease); }
.logo-link:hover { transform: translateY(-2px); }
.masthead-statement { justify-self: center; display: flex; align-items: center; gap: 0; color: var(--ink-faint); font-size: .69rem; font-weight: 700; }
.masthead-statement span { display: inline-flex; align-items: center; gap: 13px; }
.masthead-statement span:not(:last-child)::after { content: ""; width: 3px; height: 3px; margin-inline: 13px; border-radius: 50%; background: var(--gold); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.header-edition { min-width: 118px; display: flex; flex-direction: column; align-items: flex-start; padding-left: 18px; border-left: 1px solid var(--line); }
.header-edition small { color: var(--ink-faint); font-size: .63rem; }
.header-edition strong { margin-top: 2px; color: var(--ink); font-family: var(--heading); font-size: .79rem; }
.header-search-trigger, .sticky-search { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; color: var(--ink); font-size: .76rem; font-weight: 700; cursor: pointer; transition: .22s ease; }
.header-search-trigger svg, .sticky-search svg { width: 18px; height: 18px; }
.header-search-trigger:hover, .sticky-search:hover { background: var(--ink); color: var(--surface); border-color: var(--ink); }
.mobile-menu-btn { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: transparent; flex-direction: column; align-items: stretch; justify-content: center; gap: 4px; cursor: pointer; }
.mobile-menu-btn span { display: block; height: 2px; border-radius: 2px; background: var(--ink); transition: .25s ease; }

.main-nav { height: 53px; background: var(--surface); border: 0; border-bottom: 1px solid var(--line-strong); }
.nav-shell { height: 100%; display: flex; align-items: stretch; gap: 24px; }
.nav-list { display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; }
.nav-list li { display: flex; }
.nav-list a { position: relative; display: flex; align-items: center; padding: 0 18px; color: var(--ink-2); font-family: var(--heading); font-size: .78rem; font-weight: 600; white-space: nowrap; }
.nav-list a::after { content: ""; position: absolute; right: 18px; bottom: -1px; left: 18px; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.nav-list a:hover, .nav-list a.active { color: var(--red); }
.nav-list a:hover::after, .nav-list a.active::after { transform: scaleX(1); }
.nav-scroll { min-width: 0; flex: 1; overflow: auto hidden; scrollbar-width: none; }
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-latest { align-self: center; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; height: 32px; padding: 0 16px; border-radius: 999px; background: var(--red); color: #fff; font-size: .72rem; font-weight: 800; }
.nav-latest i { width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.16); }

.breaking-bar { height: 44px; background: #111216; color: #fff; border: 0; overflow: hidden; }
.breaking-inner { height: 100%; display: grid; grid-template-columns: auto 1fr 34px; align-items: center; gap: 0; }
.breaking-label { align-self: stretch; display: flex; align-items: center; padding-inline: 18px; background: var(--red); transform: skewX(-10deg); }
.breaking-label span { transform: skewX(10deg); font-family: var(--heading); font-size: .72rem; font-weight: 800; }
.breaking-ticker { min-width: 0; height: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.breaking-ticker-inner { width: max-content; height: 100%; display: flex; align-items: center; animation: breakingMove 44s linear infinite; }
.breaking-ticker-inner:hover { animation-play-state: paused; }
.breaking-ticker a { display: inline-flex; align-items: center; height: 100%; padding-inline: 28px; color: rgba(255,255,255,.84); font-size: .75rem; white-space: nowrap; }
.breaking-ticker a::before { content: ""; width: 4px; height: 4px; margin-left: 12px; border-radius: 50%; background: var(--gold); }
.breaking-ticker a:hover { color: #fff; }
.breaking-more { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; }

.sticky-nav { position: fixed; z-index: 1500; top: 0; right: 0; left: 0; height: 66px; border: 0; border-bottom: 1px solid var(--line); background: var(--surface); background: color-mix(in srgb, var(--surface) 94%, transparent); backdrop-filter: blur(18px); transform: translateY(-110%); opacity: 0; pointer-events: none; transition: transform .35s var(--ease), opacity .25s; box-shadow: 0 10px 30px rgba(16,17,20,.07); }
.sticky-nav.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.sticky-inner { height: 100%; display: flex; align-items: stretch; gap: 22px; }
.sticky-logo { display: flex; align-items: center; flex: 0 0 auto; }
.sticky-inner .nav-list { flex: 1; overflow: hidden; }
.sticky-inner .nav-list a { padding-inline: 13px; font-size: .7rem; }
.sticky-search { align-self: center; width: 40px; height: 40px; padding: 0; flex: 0 0 auto; }

/* Search surface */
.global-search { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 28px; background: rgba(10, 11, 13, .94); color: #fff; opacity: 0; visibility: hidden; transition: opacity .28s ease, visibility .28s ease; }
.global-search.active { opacity: 1; visibility: visible; }
.global-search__inner { width: min(760px, 100%); transform: translateY(16px); transition: transform .35s var(--ease); }
.global-search.active .global-search__inner { transform: translateY(0); }
.global-search__close { position: absolute; top: 28px; left: 32px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; color: #fff; font-size: 1.7rem; cursor: pointer; }
.global-search__eyebrow { display: block; margin-bottom: 18px; color: var(--gold); font-size: .76rem; font-weight: 700; }
.global-search__form { display: grid; grid-template-columns: 1fr 60px; border-bottom: 2px solid #fff; }
.global-search__form input { width: 100%; height: 76px; padding: 0; border: 0; outline: 0; background: transparent; color: #fff; font-family: var(--heading); font-size: clamp(1.7rem, 4vw, 2.8rem); font-weight: 600; }
.global-search__form input::placeholder { color: rgba(255,255,255,.3); }
.global-search__form button { display: grid; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; }
.global-search__form svg { width: 30px; height: 30px; }
.global-search__suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 24px; }
.global-search__suggestions span { margin-left: 4px; color: rgba(255,255,255,.45); font-size: .72rem; }
.global-search__suggestions a { padding: 7px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.78); font-size: .7rem; }
.global-search__suggestions a:hover { border-color: var(--red); background: var(--red); color: #fff; }
.global-search__results { display: none; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; max-height: 360px; margin-top: 24px; overflow: auto; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.14); }
.global-search__results.active { display: grid; }
.global-search__results-heading { grid-column: 1 / -1; padding: 11px 14px; background: #181a1e; color: rgba(255,255,255,.48); font-size: .67rem; }
.global-search__result { min-width: 0; display: grid; grid-template-columns: 72px 1fr; gap: 11px; align-items: center; padding: 10px; background: #101114; }
.global-search__result:hover { background: #1a1c20; }
.global-search__result img { width: 72px; height: 54px; object-fit: cover; }
.global-search__result > span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.global-search__result small { color: #ff7279; font-size: .58rem; }
.global-search__result strong { overflow: hidden; color: #fff; font-family: var(--heading); font-size: .68rem; font-weight: 600; line-height: 1.55; white-space: nowrap; text-overflow: ellipsis; }

/* Mobile drawer */
.mobile-menu-overlay { position: fixed; inset: 0; z-index: 3000; background: rgba(4,5,7,.68); backdrop-filter: blur(4px); opacity: 0; visibility: hidden; transition: .3s ease; }
.mobile-menu-overlay.active { opacity: 1; visibility: visible; }
.mobile-menu-drawer { position: fixed; z-index: 3001; top: 0; right: 0; width: min(420px, 92vw); height: 100vh; height: 100dvh; overflow: auto; background: var(--surface); transform: translateX(105%); transition: transform .38s var(--ease); box-shadow: -30px 0 80px rgba(0,0,0,.25); }
.mobile-menu-drawer.active { transform: translateX(0); }
.mm-header { height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; background: #101114; }
.mm-header a { display: inline-flex; }
.mm-close { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; font-size: 1.65rem; cursor: pointer; }
.mm-search { padding: 22px; background: var(--paper); }
.mm-search > label { display: block; margin-bottom: 9px; color: var(--ink-light); font-size: .7rem; font-weight: 700; }
.mm-search-field { display: grid; grid-template-columns: 1fr auto; min-height: 50px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 0; background: var(--surface); }
.mm-search-field input { min-width: 0; padding: 0 14px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.mm-search-field button { padding: 0 18px; border: 0; background: var(--red); color: #fff; font-weight: 800; }
.mm-highlight { display: flex; flex-direction: column; gap: 6px; margin: 0 22px; padding: 20px; background: var(--red); color: #fff; }
.mm-highlight span { color: rgba(255,255,255,.68); font-size: .68rem; }
.mm-highlight strong { font-family: var(--heading); font-size: .95rem; }
.mm-nav { padding: 16px 22px 10px; }
.mm-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0; border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--heading); font-size: .82rem; font-weight: 600; }
.mm-nav a:hover { color: var(--red); background: transparent; padding-right: 7px; }
.mm-nav a b { color: var(--ink-faint); font-family: var(--ui); font-size: .62rem; font-weight: 500; }
.mm-accessibility { display: flex; align-items: center; gap: 8px; margin: 8px 22px 28px; padding-top: 14px; border-top: 1px solid var(--line); }
.mm-accessibility span { margin-left: auto; color: var(--ink-light); font-size: .7rem; }
.mm-accessibility button { min-width: 38px; height: 34px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); font-size: .7rem; font-weight: 700; }
.mobile-dock { display: none; }

/* Home edition */
.home-v19 { overflow: hidden; }
.home-edition { padding: 34px 0 22px; }
.home-edition__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.home-edition__copy { max-width: 840px; }
.home-edition__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 10px; color: var(--red); font-size: .72rem; font-weight: 800; }
.home-edition__eyebrow i { width: 26px; height: 2px; background: currentColor; }
.home-edition h1 { margin: 0; color: var(--ink); font-family: var(--heading); font-size: clamp(2rem, 3.2vw, 3.15rem); font-weight: 800; line-height: 1.42; letter-spacing: -.045em; }
.home-edition__meta { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; padding-right: 20px; border-right: 1px solid var(--line-strong); }
.home-edition__meta span { color: var(--ink-faint); font-size: .66rem; }
.home-edition__meta strong { margin-top: 3px; color: var(--ink); font-family: var(--heading); font-size: .78rem; }

/* Hero */
.home-v19-hero { padding: 0 0 24px; margin: 0; }
.home-v19-hero-grid { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(330px, .78fr); gap: 14px; direction: rtl; }
.home-v19-hero-main { position: relative; min-height: 570px; overflow: hidden; border: 0; border-radius: 28px 4px 28px 4px; background: #17191d; box-shadow: var(--shadow-soft); }
.hero-slide { position: absolute; inset: 0; display: block; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .65s ease, visibility .65s ease, transform 1s var(--ease); }
.hero-slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.hero-slide:hover > img { transform: scale(1.025); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(15deg, rgba(5,6,8,.95) 4%, rgba(5,6,8,.66) 42%, rgba(5,6,8,.08) 77%); }
.hero-slide-overlay { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 54px 54px 46px; color: #fff; background: none; }
.hero-slide-cat { display: inline-flex; align-items: center; min-height: 29px; margin-bottom: 16px; padding: 0 13px; border-radius: 999px; background: var(--red); color: #fff; font-size: .69rem; font-weight: 800; }
.hero-slide-overlay h2 { max-width: 880px; margin: 0; color: #fff; font-family: var(--heading); font-size: clamp(2rem, 3.35vw, 3.25rem); font-weight: 800; line-height: 1.42; letter-spacing: -.045em; text-shadow: 0 3px 20px rgba(0,0,0,.25); }
.hero-slide-overlay p { max-width: 700px; margin: 15px 0 0; color: rgba(255,255,255,.7); font-size: .94rem; line-height: 1.85; }
.home-v19-read-more { display: inline-flex; align-items: center; min-height: 38px; margin-top: 20px; padding: 0 15px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: #fff; font-size: .72rem; font-weight: 700; transition: .2s ease; }
.hero-slide:hover .home-v19-read-more { border-color: #fff; background: #fff; color: #111; }
.hero-arrows { position: absolute; z-index: 5; bottom: 28px; left: 28px; display: flex; gap: 7px; direction: ltr; }
.hero-arrow { width: 42px; height: 42px; display: grid; place-items: center; padding: 0 0 5px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(8,9,11,.3); color: #fff; font-size: 1.75rem; line-height: 1; backdrop-filter: blur(10px); cursor: pointer; transition: .2s ease; }
.hero-arrow:hover { background: var(--red); border-color: var(--red); }
.hero-dots { position: absolute; z-index: 5; right: 54px; bottom: 23px; display: flex; align-items: center; gap: 7px; }
.hero-dot { width: 18px; height: 3px; padding: 0; border: 0; border-radius: 4px; background: rgba(255,255,255,.33); cursor: pointer; transition: width .25s, background .25s; }
.hero-dot.active { width: 38px; background: var(--red); }

.home-v19-hero-stories { min-height: 570px; display: grid; grid-template-rows: repeat(5, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 4px 28px 4px 28px; background: var(--line); box-shadow: var(--shadow-card); }
.home-v19-hero-story { position: relative; width: 100%; min-width: 0; display: grid; grid-template-columns: 30px 96px minmax(0,1fr); align-items: center; gap: 12px; padding: 12px; border: 0; background: var(--surface); color: var(--ink); text-align: right; cursor: pointer; transition: background .28s ease, color .28s ease; }
.home-v19-hero-story::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 4px; background: var(--red); transform: scaleY(0); transition: transform .3s var(--ease); }
.home-v19-hero-story.active { background: var(--ink); color: var(--surface); }
.home-v19-hero-story.active::after { transform: scaleY(1); }
.home-v19-hero-story__number { color: var(--ink-faint); font-size: .65rem; font-weight: 600; writing-mode: vertical-rl; }
.home-v19-hero-story img { width: 96px; height: 76px; object-fit: cover; border-radius: 3px; filter: saturate(.92); }
.home-v19-hero-story > span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.home-v19-hero-story small { color: var(--red); font-size: .62rem; font-style: normal; font-weight: 800; }
.home-v19-hero-story strong { overflow: hidden; color: inherit; font-family: var(--heading); font-size: .73rem; font-weight: 700; line-height: 1.62; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-v19-hero-story em { color: var(--ink-faint); font-size: .61rem; font-style: normal; }
.home-v19-hero-story.active small { color: #ff6a70; }
.home-v19-hero-story.active em { color: rgba(255,255,255,.48); }

/* Live news rail */
.spotlight-rail { margin: 0 0 34px; }
.spotlight-shell { min-height: 68px; display: grid; grid-template-columns: 160px 1fr 54px; align-items: stretch; overflow: hidden; background: var(--ink); color: var(--surface); border-radius: 3px; }
.spotlight-heading { display: flex; align-items: center; gap: 12px; padding: 0 19px; border-left: 1px solid rgba(255,255,255,.13); }
.spotlight-heading > div { display: flex; flex-direction: column; gap: 1px; }
.spotlight-heading small { color: rgba(255,255,255,.46); font-size: .61rem; }
.spotlight-heading strong { color: #fff; font-family: var(--heading); font-size: .79rem; }
.spotlight-track { min-width: 0; display: flex; align-items: stretch; overflow: auto hidden; scrollbar-width: none; }
.spotlight-track::-webkit-scrollbar { display: none; }
.spotlight-item { min-width: 270px; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 10px 21px; border-left: 1px solid rgba(255,255,255,.1); color: #fff; }
.spotlight-item:hover { background: rgba(255,255,255,.05); }
.spotlight-time { color: #ff7379; font-size: .6rem; }
.spotlight-title { overflow: hidden; font-family: var(--heading); font-size: .69rem; font-weight: 600; line-height: 1.55; white-space: nowrap; text-overflow: ellipsis; }
.spotlight-all { display: grid; place-items: center; background: var(--red); color: #fff; font-size: 1.2rem; }

/* Main editorial grid */
.content-layout, .home-v19-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 328px; gap: 38px; align-items: start; }
.main-content { min-width: 0; }
.home-v19-content-layout { padding-bottom: 40px; }
.section-block { position: relative; margin: 0 0 54px; padding: 0; border: 0; background: transparent; }
.section-header { min-height: 54px; display: flex; align-items: center; gap: 13px; margin-bottom: 20px; padding: 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.section-index { color: var(--red); font-family: var(--ui); font-size: .64rem; font-weight: 700; }
.section-title { margin: 0; padding: 0; background: transparent; color: var(--ink); font-family: var(--heading); font-size: 1.15rem; font-weight: 800; }
.section-line { flex: 1; height: 1px; background: transparent; }
.section-more { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-light); font-size: .7rem; font-weight: 700; }
.section-more b { color: var(--red); font-size: .95rem; transition: transform .2s; }
.section-more:hover { color: var(--red); }
.section-more:hover b { transform: translateX(-4px); }

.home-v19-picks-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .82fr); gap: 14px; }
.home-v19-pick-lead { position: relative; min-height: 520px; overflow: hidden; border-radius: 3px; background: var(--ink); }
.home-v19-pick-lead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(10deg, rgba(5,6,8,.92), rgba(5,6,8,.08) 75%); }
.home-v19-pick-lead > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.home-v19-pick-lead:hover > img { transform: scale(1.035); }
.home-v19-card-overlay { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 34px; color: #fff; }
.home-v19-card-overlay small { padding: 5px 10px; border-radius: 999px; background: var(--red); color: #fff; font-size: .62rem; font-weight: 800; }
.home-v19-card-overlay strong { color: #fff; font-family: var(--heading); font-size: clamp(1.35rem, 2.2vw, 2.05rem); font-weight: 800; line-height: 1.55; }
.home-v19-card-overlay em { color: rgba(255,255,255,.54); font-size: .66rem; font-style: normal; }
.home-v19-pick-list { display: grid; grid-template-rows: repeat(4, 1fr); gap: 10px; }
.home-v19-pick-item { min-height: 120px; display: grid; grid-template-columns: 118px 1fr; gap: 14px; padding: 10px; border: 1px solid var(--line); background: var(--surface); transition: transform .25s var(--ease), border-color .25s; }
.home-v19-pick-item:hover { transform: translateX(-4px); border-color: var(--red); }
.home-v19-pick-item img { width: 118px; height: 100%; min-height: 98px; object-fit: cover; }
.home-v19-pick-item > span { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; }
.home-v19-pick-item small { color: var(--red); font-size: .61rem; font-weight: 800; }
.home-v19-pick-item strong { overflow: hidden; color: var(--ink); font-family: var(--heading); font-size: .73rem; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.home-v19-pick-item em { color: var(--ink-faint); font-size: .61rem; font-style: normal; }

.home-v19-category-feature { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: 20px; }
.home-v19-category-lead { display: grid; grid-template-rows: 310px auto; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.home-v19-category-lead > img { width: 100%; height: 310px; object-fit: cover; transition: transform .6s var(--ease); }
.home-v19-category-lead:hover > img { transform: scale(1.025); }
.home-v19-category-lead > span { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 22px 24px; }
.home-v19-category-lead small { padding: 4px 10px; border-radius: 999px; color: #fff; font-size: .61rem; font-weight: 800; }
.home-v19-category-lead strong { color: var(--ink); font-family: var(--heading); font-size: 1.17rem; font-weight: 800; line-height: 1.66; }
.home-v19-category-lead p { margin: 0; color: var(--ink-light); font-size: .78rem; line-height: 1.85; }
.home-v19-category-lead em { color: var(--ink-faint); font-size: .63rem; font-style: normal; }
.home-v19-category-list { display: grid; grid-template-rows: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--line); }
.home-v19-category-list > a { min-height: 99px; display: grid; grid-template-columns: 104px 1fr; gap: 13px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.home-v19-category-list > a:last-child { border-bottom: 0; }
.home-v19-category-list img { width: 104px; height: 76px; object-fit: cover; }
.home-v19-category-list strong { overflow: hidden; color: var(--ink); font-family: var(--heading); font-size: .72rem; line-height: 1.64; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-v19-category-list em { display: block; margin-top: 5px; color: var(--ink-faint); font-size: .6rem; font-style: normal; }
.home-v19-category-list a:hover strong { color: var(--red); }

.home-v19-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.home-v19-category-card { overflow: hidden; border: 1px solid var(--line); background: var(--surface); transition: transform .28s var(--ease), box-shadow .28s; }
.home-v19-category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.home-v19-category-card > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.home-v19-category-card > span { display: flex; flex-direction: column; gap: 7px; padding: 16px; }
.home-v19-category-card small { font-size: .6rem; font-weight: 800; }
.home-v19-category-card strong { overflow: hidden; color: var(--ink); font-family: var(--heading); font-size: .76rem; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.home-v19-category-card em { color: var(--ink-faint); font-size: .6rem; font-style: normal; }

/* Sidebar */
.sidebar { min-width: 0; position: sticky; top: 88px; display: flex; flex-direction: column; gap: 18px; }
.widget { overflow: hidden; margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 0; background: var(--surface); box-shadow: none; }
.widget-header { min-height: 50px; display: flex; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--line); }
.widget-header h3 { position: relative; margin: 0; padding-right: 13px; color: var(--ink); font-family: var(--heading); font-size: .85rem; font-weight: 800; }
.widget-header h3::before { content: ""; position: absolute; top: 1px; right: 0; bottom: 1px; width: 4px; background: var(--red); }
.home-v19-status-widget { padding: 22px; border: 0; background: #101114; color: #fff; }
.home-v19-status-top { display: flex; align-items: center; gap: 13px; }
.home-v19-status-top > div { display: flex; flex-direction: column; }
.home-v19-status-top small { color: rgba(255,255,255,.45); font-size: .63rem; }
.home-v19-status-top strong { color: #fff; font-family: var(--heading); font-size: .88rem; }
.home-v19-status-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 20px 0; background: rgba(255,255,255,.12); }
.home-v19-status-numbers > div { display: flex; flex-direction: column; gap: 2px; padding: 16px; background: #101114; }
.home-v19-status-numbers strong { color: #fff; font-family: var(--heading); font-size: 1.6rem; }
.home-v19-status-numbers span { color: rgba(255,255,255,.42); font-size: .63rem; }
.home-v19-status-widget > a { display: inline-flex; align-items: center; color: #ff6970; font-size: .68rem; font-weight: 700; }
.home-v19-timeline { padding: 10px 18px 15px; }
.home-v19-timeline > a { position: relative; display: grid; grid-template-columns: 10px 1fr; gap: 11px; padding: 11px 0; }
.home-v19-timeline > a:not(:last-child)::after { content: ""; position: absolute; top: 25px; right: 4px; bottom: -6px; width: 1px; background: var(--line); }
.home-v19-timeline-dot { width: 9px; height: 9px; margin-top: 7px; border: 2px solid var(--red); border-radius: 50%; background: var(--surface); z-index: 1; }
.home-v19-timeline time { display: block; margin-bottom: 3px; color: var(--red); font-size: .58rem; }
.home-v19-timeline strong { overflow: hidden; color: var(--ink); font-family: var(--heading); font-size: .7rem; line-height: 1.62; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-v19-timeline a:hover strong { color: var(--red); }
.home-v19-ranked-list { padding: 4px 18px 14px; }
.home-v19-ranked-list > a { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.home-v19-ranked-list > a:last-child { border-bottom: 0; }
.home-v19-ranked-list > a > span { color: var(--red); font-family: var(--heading); font-size: 1.25rem; font-weight: 800; line-height: 1; }
.home-v19-ranked-list strong { overflow: hidden; color: var(--ink); font-family: var(--heading); font-size: .69rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-v19-ranked-list small { display: block; margin-top: 5px; color: var(--ink-faint); font-size: .58rem; }
.home-v19-category-chips { padding: 10px 17px 14px; }
.home-v19-category-chips > a { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 10px; min-height: 38px; border-bottom: 1px solid var(--line); }
.home-v19-category-chips > a:last-child { border-bottom: 0; }
.home-v19-category-chips i { width: 7px; height: 7px; border-radius: 50%; }
.home-v19-category-chips span { color: var(--ink); font-family: var(--heading); font-size: .68rem; font-weight: 600; }
.home-v19-category-chips b { color: var(--ink-faint); font-size: .6rem; font-weight: 500; }
.home-v19-newsletter-widget { padding: 24px; border: 0; background: var(--red-soft); }
.home-v19-newsletter-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 50%; background: var(--red); color: #fff; }
.home-v19-newsletter-widget h3 { margin: 0; color: var(--ink); font-family: var(--heading); font-size: .9rem; }
.home-v19-newsletter-widget p { margin: 7px 0 14px; color: var(--ink-light); font-size: .7rem; line-height: 1.7; }
.home-v19-newsletter-widget form { display: grid; gap: 7px; }
.home-v19-newsletter-widget input:not(.newsletter-honeypot) { height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: var(--surface); color: var(--ink); }
.home-v19-newsletter-widget button { height: 42px; border: 0; border-radius: 0; background: var(--ink); color: var(--surface); font-weight: 800; cursor: pointer; }
.newsletter-honeypot { position: absolute; right: -10000px; }
.home-v19-newsletter-message { margin-top: 7px; font-size: .65rem; }
.home-v19-newsletter-message.success { color: #16864a; }
.home-v19-newsletter-message.error { color: var(--red); }

/* Standard cards and listing pages */
.category-header-section { position: relative; overflow: hidden; margin: 0 0 36px; padding: 58px 0 52px; background: #101114; color: #fff; border: 0; }
.category-header-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(90deg, #fff 1px, transparent 1px), linear-gradient(#fff 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.category-header-section::after { content: ""; position: absolute; top: 0; right: 0; width: 180px; height: 5px; background: var(--red); }
.category-header-section .container { position: relative; z-index: 1; }
.category-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 10px; color: #ff747a; font-size: .68rem; font-weight: 800; }
.category-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.category-title-main { margin: 0; color: #fff !important; font-family: var(--heading); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 800; letter-spacing: -.05em; }
.category-desc { max-width: 720px; margin: 12px 0 0; color: rgba(255,255,255,.55); font-size: .85rem; line-height: 1.8; }
main:not(.home-v19):not(.article-page) { padding-bottom: 48px; }
.grid-2, .grid-3, .public-articles-grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.news-card, .public-articles-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 0; background: var(--surface); box-shadow: none; transition: transform .28s var(--ease), border-color .28s, box-shadow .28s; }
.news-card::before { display: none; }
.news-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow-card); }
.news-card-img { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--paper-deep); }
.news-card-img::after { display: none; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.news-card:hover .news-card-img img { transform: scale(1.035); }
.news-card-cat { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 5px 10px; border-radius: 999px; color: #fff; font-size: .59rem; font-weight: 800; }
.news-card-body { padding: 17px 18px 15px; }
.news-card-title { margin: 0; font-family: var(--heading); font-size: .84rem; font-weight: 750; line-height: 1.72; }
.news-card-title a { color: var(--ink); }
.news-card-title a:hover { color: var(--red); }
.news-card-excerpt { margin: 9px 0 0; color: var(--ink-light); font-size: .72rem; line-height: 1.75; }
.news-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding-top: 11px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: .61rem; }
.category-lead-card { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(300px,.6fr); min-height: 420px; }
.category-lead-card .news-card-img { height: 100%; aspect-ratio: auto !important; }
.category-lead-card .news-card-body { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.category-lead-card .news-card-title { font-size: 1.32rem !important; line-height: 1.7; }
.category-lead-card .news-card-excerpt { font-size: .8rem; line-height: 1.9; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: 38px 0; }
.pagination a, .pagination span { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 0; background: var(--surface); color: var(--ink); font-size: .7rem; }
.pagination a:hover, .pagination .current { background: var(--red); border-color: var(--red); color: #fff; }
.empty-state { padding: 70px 20px; border: 1px solid var(--line); background: var(--surface); text-align: center; color: var(--ink-light); }

.public-articles-filter { display: grid !important; grid-template-columns: 1fr 190px auto !important; gap: 10px !important; margin-bottom: 22px !important; padding: 14px !important; border: 1px solid var(--line) !important; border-radius: 0 !important; background: var(--surface) !important; }
.public-articles-filter input, .public-articles-filter select { min-height: 46px; padding: 0 13px !important; border: 1px solid var(--line) !important; border-radius: 0 !important; outline: 0; background: var(--surface) !important; color: var(--ink); }
.public-articles-filter button { min-height: 46px; padding: 0 24px !important; border: 0; border-radius: 0 !important; background: var(--red) !important; color: #fff; font-weight: 800; }
.public-articles-load-zone { padding: 30px !important; }
.public-articles-load-zone button { border-radius: 0 !important; background: var(--ink) !important; color: var(--surface) !important; }

.search-page { padding: 54px 0; }
.search-page > .container > h1 { color: var(--ink) !important; font-family: var(--heading) !important; font-size: clamp(1.8rem,3vw,2.6rem) !important; }
.search-form-main { max-width: 700px; display: grid; grid-template-columns: 1fr auto; gap: 0; margin: 0 auto 26px; }
.search-form-main input { min-width: 0; height: 56px; padding: 0 17px; border: 1px solid var(--line-strong); border-left: 0; border-radius: 0; outline: 0; background: var(--surface); color: var(--ink); font-size: .9rem; }
.search-form-main button { min-width: 100px; border: 0; border-radius: 0; background: var(--red); color: #fff; font-weight: 800; }
.archive-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(160px,1fr)); gap: 12px; }
.archive-month { display: flex; flex-direction: column; align-items: center; padding: 24px 15px; border: 1px solid var(--line); border-radius: 0; background: var(--surface); }
.archive-month:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: var(--shadow-card); }
.archive-month .am-count { color: var(--red); font-family: var(--heading); font-size: 1.75rem; }
.archive-month .am-name { color: var(--ink); font-family: var(--heading); font-size: .78rem; }
.archive-month .am-year { color: var(--ink-faint); font-size: .63rem; }
.static-page { padding: 54px 0; }
.static-page .page-content { max-width: 920px; margin: auto; padding: clamp(28px,5vw,68px); border: 1px solid var(--line); border-radius: 0; background: var(--surface); }
.page-title { margin: 0 0 30px; padding-bottom: 22px; border-bottom: 2px solid var(--ink); color: var(--ink); font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); }
.page-body { color: var(--ink-2); font-size: 1rem; line-height: 2; }

/* Article experience */
.reading-progress { position: fixed; z-index: 2500; top: 0; right: 0; width: 0; height: 4px; background: linear-gradient(90deg, var(--red), #ff4b54); box-shadow: 0 1px 8px rgba(215,25,32,.35); }
.article-page { padding: 38px 0 58px; }
.article-page .content-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; }
.article-page article.main-content { max-width: 900px; }
.article-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 22px; color: var(--ink-faint); font-size: .66rem; }
.article-breadcrumb a:hover { color: var(--red); }
.article-breadcrumb .sep { color: var(--gold); }
.article-header { margin-bottom: 24px; }
.article-header-rule { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; color: var(--ink-faint); font-size: .63rem; }
.article-header-rule span { color: var(--red); font-weight: 800; }
.article-header-rule i { width: 36px; height: 1px; background: var(--gold); }
.article-header-rule b { font-weight: 600; }
.article-category-badge { display: inline-flex; align-items: center; min-height: 29px; padding: 0 12px; border-radius: 999px; font-size: .65rem; font-weight: 800; }
.article-title { max-width: 890px; margin: 17px 0 0; color: var(--ink); font-family: var(--heading); font-size: clamp(2.15rem, 4.45vw, 4rem); font-weight: 800; line-height: 1.42; letter-spacing: -.055em; }
.article-subtitle { max-width: 820px; margin: 17px 0 0; color: var(--ink-light); font-size: 1.07rem; line-height: 1.85; }
.article-meta-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin-top: 22px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-light); }
.meta-item { display: inline-flex; align-items: center; gap: 7px; padding: 2px 14px; border-left: 1px solid var(--line); font-size: .68rem; }
.meta-item:first-child { padding-right: 0; }
.meta-item:last-child { border-left: 0; }
.meta-item svg { width: 14px; height: 14px; color: var(--red); }
.article-toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.article-toolbar button { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink-light); font-size: .68rem; font-weight: 700; cursor: pointer; }
.article-toolbar button:hover { background: var(--ink); border-color: var(--ink); color: var(--surface); }
.article-featured-image { overflow: hidden; margin: 0 0 22px; border-radius: 0; background: var(--paper-deep); box-shadow: none; }
.article-featured-image img { width: 100%; max-height: 660px; aspect-ratio: 16/9; object-fit: cover; }
.article-featured-image figcaption { padding: 10px 14px; border: 1px solid var(--line); border-top: 0; color: var(--ink-faint); font-size: .65rem; }
.article-brief { position: relative; margin: 24px 0 28px; padding: 24px 26px 23px; border: 1px solid #f0c2c5; border-right: 5px solid var(--red); background: var(--red-soft); }
.article-brief__label { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; color: var(--red); font-size: .68rem; font-weight: 800; }
.article-brief__label i { width: 36px; height: 1px; background: currentColor; opacity: .45; }
.article-brief p { margin: 0; color: var(--ink-2); font-family: var(--heading); font-size: .94rem; font-weight: 550; line-height: 2; }
.article-content { color: var(--ink-2); font-family: var(--ui); font-size: 1.16rem; font-weight: 400; line-height: 2.08; }
.article-content p { margin: 0 0 1.35em; }
.article-content h2, .article-content h3 { position: relative; margin: 2.2em 0 .8em; color: var(--ink); font-family: var(--heading); line-height: 1.65; }
.article-content h2 { padding-right: 18px; font-size: 1.45rem; font-weight: 800; }
.article-content h2::before { content: ""; position: absolute; top: .2em; right: 0; bottom: .2em; width: 5px; background: var(--red); }
.article-content h3 { font-size: 1.15rem; }
.article-content a { color: var(--red); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content img { width: auto; max-width: 100%; height: auto; margin: 24px auto; }
.article-content blockquote { position: relative; margin: 30px 0; padding: 28px 32px; border: 0; border-right: 4px solid var(--gold); border-radius: 0; background: var(--surface-2); color: var(--ink); font-family: var(--heading); font-size: 1.12rem; font-weight: 600; line-height: 1.95; }
.article-content ul, .article-content ol { margin: 0 0 1.4em; padding-right: 1.35em; }
.article-content li { margin-bottom: .55em; }
.article-toc { margin: 0 0 25px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 0; background: var(--surface-2); }
.article-toc-title { color: var(--ink); font-family: var(--heading); }
.article-toc-list li { border-color: var(--line); }
.article-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 28px 0 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.article-tags a { padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink-light); font-size: .67rem; }
.article-tags a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.floating-share-rail { display: none !important; }
.share-buttons { display: flex; gap: 7px; margin: 18px 0 28px; }
.share-btn { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--ink); cursor: pointer; transition: .2s ease; }
.share-btn:hover { transform: translateY(-2px); background: var(--red); border-color: var(--red); color: #fff; }
.article-reactions { border-color: var(--line); }
.react-btn { border-color: var(--line); background: var(--surface); }
.comments-section { margin-top: 46px; padding-top: 26px; border-top: 2px solid var(--ink); }
.comments-header h3 { color: var(--ink); font-family: var(--heading); font-size: 1rem; }
.comment-form { padding: 22px; border: 1px solid var(--line); border-radius: 0; background: var(--surface-2); }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: var(--surface); color: var(--ink); }
.comment-form textarea { min-height: 130px; margin-top: 10px; resize: vertical; }
#cfSubmit { padding: 10px 22px; border: 0; background: var(--red); color: #fff; font-weight: 800; cursor: pointer; }
.comment-item { border-color: var(--line); }
.comment-avatar { background: var(--red); }
.sticky-share { position: fixed; z-index: 900; top: 50%; right: 18px; display: flex; flex-direction: column; gap: 7px; transform: translateY(-50%); opacity: 0; visibility: hidden; transition: .25s ease; }
.sticky-share.visible { opacity: 1; visibility: visible; }
.sticky-share .share-btn { box-shadow: var(--shadow-card); }
.reading-resume { position: fixed; z-index: 2100; right: 50%; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 11px 13px 11px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: #101114; color: #fff; font-size: .72rem; box-shadow: 0 15px 45px rgba(0,0,0,.26); transform: translateX(50%); }
.reading-resume button { min-height: 34px; }

/* Footer */
.site-footer { position: relative; margin-top: 46px; padding: 0; background: #0b0c0e; color: rgba(255,255,255,.56); }
.site-footer::before { display: none; }
.footer-accent { height: 7px; display: grid; grid-template-columns: 1fr 15% 1fr; background: linear-gradient(90deg, var(--red) 0 23%, var(--gold) 23% 31%, #1b1d22 31%); }
.footer-accent span { display: none; }
.footer-newsletter { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); align-items: center; gap: 55px; margin: 0; padding: 62px 0 50px; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); border-radius: 0; background: transparent; }
.footer-eyebrow { display: block; margin-bottom: 11px; color: #ff7076; font-size: .7rem; font-weight: 800; }
.newsletter-copy h2 { max-width: 650px; margin: 0; color: #fff; font-family: var(--heading); font-size: clamp(1.65rem,3vw,2.65rem); font-weight: 750; line-height: 1.55; letter-spacing: -.04em; }
.newsletter-copy p { margin: 12px 0 0; color: rgba(255,255,255,.48); font-size: .8rem; line-height: 1.8; }
.newsletter-form { position: relative; }
.newsletter-field { display: grid; grid-template-columns: 1fr auto; min-height: 56px; border-bottom: 2px solid rgba(255,255,255,.72); }
.newsletter-form input[type=email] { min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: #fff; font-size: .83rem; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.3); }
.newsletter-form button { display: inline-flex; align-items: center; gap: 11px; padding: 0 18px; border: 0; border-radius: 0; background: var(--red); color: #fff; font-weight: 800; white-space: nowrap; cursor: pointer; }
.newsletter-form button span { font-size: 1rem; }
.newsletter-hp { position: absolute; right: -10000px; }
.newsletter-message { min-height: 20px; margin-top: 8px; font-size: .66rem; }
.newsletter-message.is-success { color: #68d391; }
.newsletter-message.is-warning { color: #ff9aa0; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .75fr .85fr 1fr; gap: 52px; padding: 46px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand p { max-width: 390px; margin: 19px 0 0; color: rgba(255,255,255,.43); font-size: .73rem; line-height: 1.9; }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-social a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; background: transparent; color: rgba(255,255,255,.68); }
.footer-social a:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-2px); }
.footer-social svg { width: 15px; height: 15px; }
.footer-col h3 { margin: 0 0 15px; color: #fff; font-family: var(--heading); font-size: .78rem; font-weight: 750; }
.footer-col ul { margin: 0; padding: 0; list-style: none; }
.footer-col li { margin: 0; }
.footer-col li a { display: flex; align-items: center; justify-content: space-between; min-height: 34px; color: rgba(255,255,255,.48); font-size: .7rem; }
.footer-col li a:hover { color: #fff; }
.footer-col li a span { color: rgba(255,255,255,.2); }
.footer-trust blockquote { margin: 0 0 22px; padding: 0 16px 0 0; border-right: 2px solid var(--gold); color: rgba(255,255,255,.68); font-family: var(--heading); font-size: .78rem; line-height: 1.9; }
.footer-rss { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .68rem; font-weight: 700; }
.footer-rss-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; color: rgba(255,255,255,.3); font-size: .64rem; text-align: initial; }
.footer-signature { color: rgba(255,255,255,.42); }
.back-to-top { position: fixed; z-index: 1800; left: 22px; bottom: 22px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: #101114; color: #fff; opacity: 0; visibility: hidden; transform: translateY(12px); cursor: pointer; transition: .25s ease; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--red); border-color: var(--red); }
.back-to-top svg { width: 20px; height: 20px; }

/* Utilities from legacy features */
.search-dropdown { border-color: var(--line); border-radius: 0; background: var(--surface); color: var(--ink); }
.search-dropdown-item { border-color: var(--line); }
.cookie-consent, #notifPopup { display: none !important; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes livePulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.7); opacity: .65; } }
@keyframes breakingMove { from { transform: translateX(0); } to { transform: translateX(50%); } }

/* Tablet */
@media (max-width: 1100px) {
    .container { width: min(100% - 36px, var(--container)); }
    .masthead-statement { display: none; }
    .logo-bar-inner { grid-template-columns: 1fr 1fr; }
    .header-actions { grid-column: 2; }
    .home-v19-hero-grid { grid-template-columns: minmax(0, 1.55fr) 330px; }
    .home-v19-hero-main, .home-v19-hero-stories { min-height: 530px; }
    .home-v19-hero-story { grid-template-columns: 24px 84px minmax(0,1fr); gap: 9px; padding: 9px; }
    .home-v19-hero-story img { width: 84px; height: 68px; }
    .content-layout, .home-v19-content-layout { grid-template-columns: minmax(0,1fr) 300px; gap: 26px; }
    .home-v19-picks-grid, .home-v19-category-feature { grid-template-columns: 1fr; }
    .home-v19-pick-lead { min-height: 470px; }
    .home-v19-pick-list { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .home-v19-category-list { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 0 16px; }
    .home-v19-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-grid { grid-template-columns: 1.35fr .8fr .9fr; gap: 38px; }
    .footer-trust { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
    .footer-trust blockquote { max-width: 620px; margin: 0; }
}

@media (max-width: 900px) {
    .topbar-inner { grid-template-columns: 1fr auto; }
    .topbar-edition { display: none; }
    .header-edition { display: none; }
    .mobile-menu-btn { display: flex; }
    .main-nav { height: 48px; }
    .nav-shell { gap: 10px; }
    .nav-list a { padding-inline: 14px; font-size: .72rem; }
    .nav-latest { display: none; }
    .home-v19-hero-grid { grid-template-columns: 1fr; }
    .home-v19-hero-main { min-height: 560px; }
    .home-v19-hero-stories { min-height: 0; grid-template-columns: repeat(5, minmax(280px,1fr)); grid-template-rows: 100px; overflow-x: auto; border-radius: 0; box-shadow: none; scroll-snap-type: x mandatory; }
    .home-v19-hero-story { scroll-snap-align: start; grid-template-columns: 24px 84px minmax(0,1fr); }
    .content-layout, .home-v19-content-layout, .article-page .content-layout { grid-template-columns: 1fr; }
    .sidebar { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
    .home-v19-status-widget, .home-v19-newsletter-widget { min-height: 240px; }
    .article-page article.main-content { max-width: none; }
    .footer-newsletter { grid-template-columns: 1fr; gap: 28px; }
}

/* Mobile */
@media (max-width: 700px) {
    body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
    .container { width: min(100% - 24px, var(--container)); }
    .topbar { height: 34px; }
    .topbar-start { gap: 10px; font-size: .65rem; }
    .topbar-live { font-size: .64rem; }
    .topbar-end { gap: 6px; }
    .topbar-link, .topbar-end .acc-btn:not(.acc-btn--icon) { display: none; }
    .logo-bar { height: 76px; }
    .logo-bar-inner { gap: 12px; }
    .brand-lockup { gap: 8px; }
    .brand-lockup__mark { width: 48px; height: 48px; border-radius: 13px; }
    .brand-lockup__copy strong { font-size: 1.45rem; }
    .brand-lockup__copy small { font-size: .58rem; }
    .header-search-trigger { width: 42px; height: 42px; padding: 0; }
    .header-search-trigger span { display: none; }
    .mobile-menu-btn { width: 42px; height: 42px; }
    .main-nav { height: 44px; }
    .nav-list a { padding-inline: 12px; font-size: .66rem; }
    .nav-list a::after { right: 12px; left: 12px; }
    .breaking-bar { height: 40px; }
    .breaking-inner { grid-template-columns: auto 1fr; width: 100%; }
    .breaking-label { padding-inline: 14px; }
    .breaking-label span { font-size: .65rem; }
    .breaking-more { display: none; }
    .breaking-ticker a { padding-inline: 18px; font-size: .68rem; }
    .sticky-nav { display: none; }
    .mobile-dock { position: fixed; z-index: 2200; right: 0; bottom: 0; left: 0; height: calc(66px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(4,1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: var(--surface); background: color-mix(in srgb, var(--surface) 94%, transparent); backdrop-filter: blur(18px); box-shadow: 0 -12px 28px rgba(16,17,20,.08); }
    .mobile-dock a, .mobile-dock button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 0; border: 0; background: transparent; color: var(--ink-faint); font-size: .58rem; cursor: pointer; }
    .mobile-dock svg { width: 20px; height: 20px; }
    .mobile-dock .active { color: var(--red); }
    .mobile-dock span { font-weight: 700; }
    .global-search { align-items: start; padding: 120px 22px 30px; }
    .global-search__close { top: 24px; left: 22px; }
    .global-search__form { grid-template-columns: 1fr 44px; }
    .global-search__form input { height: 64px; font-size: 1.55rem; }
    .global-search__results { grid-template-columns: 1fr; max-height: 330px; }
    .home-edition { padding: 25px 0 17px; }
    .home-edition__inner { align-items: flex-start; }
    .home-edition__copy { max-width: none; }
    .home-edition h1 { font-size: clamp(1.65rem,7.3vw,2.15rem); line-height: 1.55; }
    .home-edition__meta { display: none; }
    .home-v19-hero { padding-bottom: 16px; }
    .home-v19-hero-grid { gap: 8px; }
    .home-v19-hero-main { min-height: 510px; border-radius: 18px 3px 18px 3px; }
    .hero-slide-overlay { padding: 34px 22px 54px; }
    .hero-slide-overlay h2 { font-size: clamp(1.65rem,7vw,2.25rem); line-height: 1.5; }
    .hero-slide-overlay p { overflow: hidden; margin-top: 11px; font-size: .78rem; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .home-v19-read-more { margin-top: 14px; }
    .hero-arrows { bottom: 18px; left: 16px; }
    .hero-arrow { width: 38px; height: 38px; }
    .hero-dots { right: 22px; bottom: 18px; }
    .home-v19-hero-stories { grid-template-columns: repeat(5, 280px); grid-template-rows: 96px; border: 0; background: transparent; gap: 8px; }
    .home-v19-hero-story { border: 1px solid var(--line); }
    .spotlight-rail { margin-bottom: 30px; }
    .spotlight-shell { grid-template-columns: 118px 1fr; min-height: 62px; }
    .spotlight-heading { gap: 9px; padding-inline: 13px; }
    .spotlight-heading strong { font-size: .7rem; }
    .spotlight-all { display: none; }
    .spotlight-item { min-width: 240px; padding-inline: 15px; }
    .content-layout, .home-v19-content-layout { gap: 30px; }
    .section-block { margin-bottom: 42px; }
    .section-header { min-height: 50px; margin-bottom: 15px; gap: 9px; }
    .section-title { font-size: 1rem; }
    .section-more { font-size: .65rem; }
    .home-v19-pick-lead { min-height: 430px; }
    .home-v19-card-overlay { padding: 24px 20px; }
    .home-v19-card-overlay strong { font-size: 1.38rem; }
    .home-v19-pick-list { grid-template-columns: 1fr; }
    .home-v19-pick-item { min-height: 108px; grid-template-columns: 112px 1fr; }
    .home-v19-pick-item img { width: 112px; min-height: 86px; }
    .home-v19-category-lead { grid-template-rows: 250px auto; }
    .home-v19-category-lead > img { height: 250px; }
    .home-v19-category-lead > span { padding: 18px; }
    .home-v19-category-list { grid-template-columns: 1fr; }
    .home-v19-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .home-v19-category-card > span { padding: 12px; }
    .home-v19-category-card strong { font-size: .68rem; line-height: 1.6; }
    .sidebar { grid-template-columns: 1fr; }
    .home-v19-status-widget, .home-v19-newsletter-widget { min-height: auto; }
    .category-header-section { margin-bottom: 26px; padding: 40px 0 36px; }
    .category-title-main { font-size: 2.15rem; }
    .grid-2, .grid-3, .public-articles-grid { grid-template-columns: 1fr; gap: 14px; }
    .category-lead-card { grid-template-columns: 1fr; min-height: 0; }
    .category-lead-card .news-card-img { min-height: 260px; aspect-ratio: 16/10 !important; }
    .category-lead-card .news-card-body { padding: 21px; }
    .category-lead-card .news-card-title { font-size: 1.05rem !important; }
    .public-articles-filter { grid-template-columns: 1fr !important; }
    .public-articles-filter button { min-height: 44px; }
    .search-page { padding: 36px 0; }
    .search-form-main { grid-template-columns: 1fr 82px; }
    .article-page { padding-top: 26px; }
    .article-page .content-layout { gap: 36px; }
    .article-title { font-size: clamp(1.9rem,8vw,2.65rem); line-height: 1.5; }
    .article-subtitle { font-size: .94rem; }
    .article-meta-bar { gap: 8px 0; }
    .meta-item { padding-inline: 9px; font-size: .62rem; }
    .article-featured-image { margin-right: -12px; margin-left: -12px; }
    .article-featured-image figcaption { border-right: 0; border-left: 0; }
    .article-brief { padding: 20px; }
    .article-brief p { font-size: .85rem; }
    .article-content { font-size: 1.03rem; line-height: 2.05; }
    .article-content h2 { font-size: 1.25rem; }
    .floating-share-rail, .sticky-share { display: none !important; }
    .reading-resume { right: 12px; bottom: calc(78px + env(safe-area-inset-bottom)); left: 12px; justify-content: center; border-radius: 4px; transform: none; }
    .cf-row { grid-template-columns: 1fr; }
    .footer-newsletter { padding: 44px 0 36px; }
    .newsletter-copy h2 { font-size: 1.6rem; }
    .newsletter-field { grid-template-columns: 1fr; gap: 8px; border: 0; }
    .newsletter-form input[type=email] { height: 50px; padding: 0 13px; border-bottom: 1px solid rgba(255,255,255,.5); }
    .newsletter-form button { min-height: 48px; justify-content: center; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding: 38px 0; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-trust { grid-column: 1 / -1; display: block; padding-top: 24px; }
    .footer-trust blockquote { margin-bottom: 20px; }
    .footer-bottom { min-height: 82px; flex-direction: column; justify-content: center; text-align: center; }
    .back-to-top { bottom: calc(78px + env(safe-area-inset-bottom)); left: 14px; }
}

@media (max-width: 430px) {
    .brand-lockup__copy strong { font-size: 1.28rem; }
    .brand-lockup__copy small { font-size: .53rem; }
    .header-actions { gap: 6px; }
    .home-v19-hero-main { min-height: 470px; }
    .hero-slide-overlay { padding-bottom: 60px; }
    .home-v19-category-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand, .footer-trust { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media print {
    .site-header, .sticky-nav, .sidebar, .site-footer, .mobile-dock, .article-toolbar, .share-buttons, .floating-share-rail, .back-to-top, .reading-progress { display: none !important; }
    body { padding: 0; background: #fff; color: #000; }
    .container { width: 100%; }
    .article-page .content-layout { display: block; }
    .article-page article.main-content { max-width: none; }
}
