@charset "UTF-8";

:root {
  color-scheme: light;
  --accent: #e11d2e;
  --accent-strong: #bb1020;
  --accent-soft: #fff0f2;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f5f7fa;
  --surface-3: #eaedf2;
  --text: #101522;
  --text-soft: #374151;
  --muted: #6b7280;
  --border: #dfe3e9;
  --header-bg: rgba(255, 255, 255, .94);
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .04);
  --shadow-md: 0 14px 40px rgba(16, 24, 40, .12);
  --shadow-lg: 0 28px 80px rgba(16, 24, 40, .2);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1240px;
  --header-height: 73px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --accent-soft: #351219;
  --bg: #0c1018;
  --surface: #131925;
  --surface-2: #192130;
  --surface-3: #232d3d;
  --text: #f7f8fb;
  --text-soft: #d6dbe5;
  --muted: #9ca7b8;
  --border: #2b3545;
  --header-bg: rgba(12, 16, 24, .94);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, .28);
  --shadow-md: 0 18px 45px rgba(0, 0, 0, .38);
  --shadow-lg: 0 30px 90px rgba(0, 0, 0, .55);
}

@media (prefers-color-scheme: dark) {
  html[data-theme="system"] {
    color-scheme: dark;
    --accent-soft: #351219;
    --bg: #0c1018;
    --surface: #131925;
    --surface-2: #192130;
    --surface-3: #232d3d;
    --text: #f7f8fb;
    --text-soft: #d6dbe5;
    --muted: #9ca7b8;
    --border: #2b3545;
    --header-bg: rgba(12, 16, 24, .94);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, .28);
    --shadow-md: 0 18px 45px rgba(0, 0, 0, .38);
    --shadow-lg: 0 30px 90px rgba(0, 0, 0, .55);
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body { margin: 0; min-height: 100vh; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.drawer-open, body.modal-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
p, h1, h2, h3, h4, ul, ol, figure, blockquote { margin-top: 0; }
button { color: inherit; }
::selection { color: #fff; background: var(--accent); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; left: 12px; top: -80px; z-index: 10000; padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--accent); transition: top .2s; }
.skip-link:focus { top: 12px; }
.icon { flex: 0 0 auto; }
.icon-button { display: inline-grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; transition: background .18s, border-color .18s, transform .18s; }
.icon-button:hover { color: var(--text); border-color: var(--border); background: var(--surface-2); }
.icon-button:active { transform: scale(.94); }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--border); border-radius: 10px; color: var(--text); background: var(--surface); font-weight: 750; line-height: 1.15; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s, border-color .18s; }
.button:hover { color: var(--text); border-color: color-mix(in srgb, var(--text) 30%, var(--border)); box-shadow: var(--shadow-sm); }
.button:active { transform: translateY(1px); }
.button--primary { border-color: var(--accent); color: #fff; background: var(--accent); }
.button--primary:hover { color: #fff; border-color: var(--accent-strong); background: var(--accent-strong); }
.button--light { border-color: #fff; color: #111827; background: #fff; }
.button--ghost { background: transparent; }
.button--danger { color: #fff; border-color: #c8162b; background: #c8162b; }

.reading-progress { position: fixed; inset: 0 auto auto 0; z-index: 9999; width: 0; height: 3px; background: var(--accent); box-shadow: 0 0 12px color-mix(in srgb, var(--accent) 75%, transparent); }
.breaking-strip { color: #fff; background: #111827; font-size: 13px; }
.breaking-strip__inner { display: flex; height: 35px; align-items: center; gap: 14px; overflow: hidden; }
.breaking-strip strong { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; letter-spacing: .08em; }
.breaking-strip strong span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(225,29,46,.18); animation: pulse 1.7s infinite; }
.breaking-strip a { min-width: 0; overflow: hidden; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.breaking-strip a:hover { color: #fff; text-decoration: underline; }
.breaking-strip__time { flex: 0 0 auto; margin-left: auto; color: #b9c0cc; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(225,29,46,0); } }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--border); background: var(--header-bg); backdrop-filter: saturate(160%) blur(16px); }
.site-header__main { display: grid; min-height: var(--header-height); grid-template-columns: auto auto 1fr auto; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); }
.brand:hover { color: var(--text); }
.brand__mark { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: #fff; background: var(--accent); font-size: 23px; font-weight: 900; letter-spacing: -.06em; box-shadow: 0 8px 20px rgba(225,29,46,.24); }
.brand__text { font-size: 25px; font-weight: 900; letter-spacing: -.055em; }
.brand i { width: 7px; height: 7px; align-self: flex-end; margin: 0 0 8px -5px; border-radius: 50%; background: var(--accent); }
.site-header__date { justify-self: center; color: var(--muted); font-size: 13px; font-weight: 600; }
.site-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.theme-toggle__moon { display: none; }
html[data-theme="dark"] .theme-toggle__sun { display: none; }
html[data-theme="dark"] .theme-toggle__moon { display: inline; }
@media (prefers-color-scheme: dark) { html[data-theme="system"] .theme-toggle__sun { display: none; } html[data-theme="system"] .theme-toggle__moon { display: inline; } }
.login-link, .user-chip { display: inline-flex; height: 42px; align-items: center; gap: 8px; margin-left: 4px; padding: 0 13px; border: 1px solid var(--border); border-radius: 24px; font-size: 14px; font-weight: 750; }
.user-chip { padding: 3px 12px 3px 4px; }
.user-chip img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.primary-nav { border-top: 1px solid var(--border); font-size: 13px; font-weight: 750; }
.primary-nav__inner { display: flex; min-height: 40px; align-items: center; gap: 22px; }
.primary-nav a { position: relative; display: inline-flex; align-items: center; gap: 6px; color: var(--text-soft); white-space: nowrap; }
.primary-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; content: ""; background: var(--accent); transform: scaleX(0); transform-origin: center; transition: transform .18s; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--text); }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.primary-nav__report { color: var(--accent) !important; }
.primary-nav__spacer { flex: 1; }
.category-nav { border-top: 1px solid var(--border); background: var(--surface-2); }
.category-nav__inner { display: flex; min-height: 43px; align-items: stretch; justify-content: center; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.category-nav__inner::-webkit-scrollbar { display: none; }
.category-nav a { position: relative; display: inline-flex; flex: 0 0 auto; align-items: center; padding: 0 20px; color: var(--text-soft); font-size: 14px; font-weight: 800; }
.category-nav a::before { position: absolute; right: 20px; bottom: 0; left: 20px; height: 3px; border-radius: 3px 3px 0 0; content: ""; background: var(--category-color); transform: scaleX(0); transition: transform .2s; }
.category-nav a:hover { color: var(--text); background: var(--surface-3); }
.category-nav a:hover::before { transform: scaleX(1); }

.drawer-backdrop { position: fixed; z-index: 1990; inset: 0; visibility: hidden; background: rgba(5,8,15,.58); opacity: 0; backdrop-filter: blur(3px); transition: opacity .25s, visibility .25s; }
.site-drawer { position: fixed; z-index: 2000; inset: 0 auto 0 0; display: flex; width: min(520px, 94vw); flex-direction: column; overflow-y: auto; border-right: 1px solid var(--border); background: var(--surface); box-shadow: var(--shadow-lg); transform: translateX(-105%); transition: transform .28s ease; }
body.drawer-open .site-drawer { transform: translateX(0); }
body.drawer-open .drawer-backdrop { visibility: visible; opacity: 1; }
.site-drawer__header { display: flex; min-height: 75px; align-items: center; justify-content: space-between; padding: 12px 22px; border-bottom: 1px solid var(--border); }
.site-drawer__search { padding: 20px 22px 10px; }
.site-drawer__search form { display: flex; align-items: center; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: var(--surface-2); }
.site-drawer__search input { width: 100%; height: 48px; padding: 0 16px; border: 0; outline: 0; color: var(--text); background: transparent; }
.site-drawer__search button { width: 50px; height: 48px; border: 0; color: var(--muted); background: transparent; cursor: pointer; }
.site-drawer__quick { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 12px 22px 20px; }
.site-drawer__quick a { padding: 11px 13px; border-radius: 9px; background: var(--surface-2); font-weight: 750; }
.site-drawer__categories { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; padding: 0 22px 20px; }
.site-drawer__categories section { padding: 18px 0; border-top: 1px solid var(--border); }
.site-drawer__categories h2 { margin-bottom: 10px; font-size: 18px; }
.site-drawer__categories h2 a { display: flex; align-items: center; justify-content: space-between; }
.site-drawer__categories h2::before { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; content: ""; background: var(--category-color); vertical-align: 2px; }
.site-drawer__categories section > div { display: flex; flex-direction: column; gap: 7px; padding-left: 16px; }
.site-drawer__categories section > div a { color: var(--muted); font-size: 14px; }
.site-drawer__footer { margin-top: auto; padding: 22px; border-top: 1px solid var(--border); background: var(--surface-2); }
.site-drawer__footer p { margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.theme-choice { display: flex; gap: 6px; margin-bottom: 18px; }
.theme-choice button { padding: 7px 10px; border: 1px solid var(--border); border-radius: 8px; color: var(--text); background: var(--surface); cursor: pointer; }
.site-drawer__footer > a { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-weight: 700; }

.search-dialog { width: 100%; height: 100%; max-width: none; max-height: none; padding: 0; border: 0; background: rgba(7,10,17,.76); backdrop-filter: blur(10px); }
.search-dialog::backdrop { background: transparent; }
.search-dialog__panel { width: min(820px, calc(100% - 32px)); margin: 9vh auto 0; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-lg); color: var(--text); background: var(--surface); box-shadow: var(--shadow-lg); }
.search-dialog__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-size: 19px; }
.global-search-form { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 8px 8px 8px 16px; border: 2px solid var(--border); border-radius: 14px; background: var(--surface-2); }
.global-search-form:focus-within { border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.global-search-form input { min-width: 0; height: 48px; border: 0; outline: 0; color: var(--text); background: transparent; font-size: 21px; }
.search-dialog__tips { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-top: 18px; color: var(--muted); font-size: 13px; }
.search-dialog__tips a { color: var(--text-soft); font-weight: 700; }
.search-suggestions { margin-top: 12px; }
.search-suggestions a { display: grid; grid-template-columns: 74px 1fr; gap: 12px; align-items: center; padding: 10px; border-top: 1px solid var(--border); }
.search-suggestions img { width: 74px; height: 50px; border-radius: 7px; object-fit: cover; }
.search-suggestions strong { display: block; font-size: 14px; line-height: 1.3; }
.search-suggestions small { color: var(--muted); }

.flash-stack { position: fixed; z-index: 3000; top: 20px; right: 20px; display: grid; width: min(390px, calc(100% - 40px)); gap: 10px; }
.flash { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 13px 14px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow-md); font-size: 14px; }
.flash--success { border-left: 4px solid #16a34a; }
.flash--warning, .flash--error { border-left: 4px solid var(--accent); }
.flash button { border: 0; color: var(--muted); background: transparent; cursor: pointer; }

.site-main { min-height: 55vh; }
.page-shell { padding-block: 32px 70px; }
.breadcrumb { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--text-soft); }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.page-heading__title { margin: 0; font-size: clamp(30px, 5vw, 52px); line-height: 1; letter-spacing: -.055em; }
.page-heading__title span { color: var(--accent); }
.page-heading p { max-width: 620px; margin: 10px 0 0; color: var(--muted); }
.page-heading__count { color: var(--muted); font-size: 13px; font-weight: 750; white-space: nowrap; }

.ad-slot { position: relative; display: grid; min-height: 150px; place-items: center; margin: 26px auto; overflow: hidden; border: 1px dashed color-mix(in srgb, var(--muted) 48%, transparent); border-radius: var(--radius); background: repeating-linear-gradient(-45deg, var(--surface-2), var(--surface-2) 10px, var(--surface) 10px, var(--surface) 20px); text-align: center; }
.ad-slot > small { position: absolute; top: 8px; right: 10px; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.ad-slot__content { display: flex; max-width: 100%; flex-direction: column; align-items: center; gap: 5px; padding: 32px; color: var(--muted); }
.ad-slot__content strong { color: var(--text-soft); font-size: clamp(18px, 3vw, 28px); }
.ad-slot__content span { font-size: 13px; }
.ad-slot__content img { max-height: 250px; object-fit: contain; }
.ad-slot--top { min-height: 180px; }
.ad-slot--sidebar { min-height: 420px; margin: 0; }
.ad-slot--article { min-height: 180px; margin: 36px 0; }

.home-wrap { padding-bottom: 70px; }
.hero-wrap { padding-top: 26px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr); grid-template-rows: repeat(2, minmax(190px, 1fr)); gap: 14px; }
.hero-grid > :first-child { grid-row: 1 / 3; }
.article-card { min-width: 0; }
.article-card__media { position: relative; display: block; overflow: hidden; border-radius: var(--radius); background: var(--surface-2); }
.article-card__media::after { position: absolute; inset: auto 0 0; height: 42%; content: ""; background: linear-gradient(to top, rgba(5,7,12,.65), transparent); opacity: 0; transition: opacity .25s; }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.article-card:hover .article-card__media img { transform: scale(1.035); }
.article-card__eyebrow { display: flex; min-width: 0; align-items: center; gap: 8px; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.article-card__eyebrow a { color: var(--category-color); }
.article-card__eyebrow span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article-card__title { margin: 0; font-size: 20px; line-height: 1.18; letter-spacing: -.026em; }
.article-card__title a:hover { color: var(--text); text-decoration: underline; text-decoration-color: var(--category-color); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.article-card__summary { margin: 10px 0 0; color: var(--text-soft); font-size: 14px; line-height: 1.55; }
.article-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 11px; color: var(--muted); font-size: 12px; }
.article-card__meta span { display: inline-flex; align-items: center; gap: 4px; }
.article-card__play { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 56px; height: 56px; place-items: center; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: rgba(11,16,32,.58); transform: translate(-50%,-50%); backdrop-filter: blur(6px); }
.article-card__sponsored { position: absolute; z-index: 2; top: 10px; right: 10px; padding: 4px 7px; border-radius: 5px; color: #111827; background: #facc15; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.article-card--hero { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius-lg); background: #111827; }
.article-card--hero .article-card__media { position: absolute; inset: 0; border-radius: 0; }
.article-card--hero .article-card__media::after { height: 75%; opacity: 1; background: linear-gradient(to top, rgba(5,7,14,.95) 0%, rgba(5,7,14,.4) 60%, transparent 100%); }
.article-card--hero .article-card__body { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; padding: clamp(22px, 4vw, 38px); color: #fff; }
.article-card--hero .article-card__eyebrow { color: #d6dbe5; }
.article-card--hero .article-card__eyebrow a { color: #fff; }
.article-card--hero .article-card__title { max-width: 840px; font-size: clamp(28px, 4.2vw, 48px); line-height: 1.03; letter-spacing: -.048em; }
.article-card--hero .article-card__summary { max-width: 700px; color: #e5e7eb; font-size: 15px; }
.article-card--hero .article-card__meta { color: #c7cdd8; }
.article-card--side { position: relative; min-height: 0; overflow: hidden; border-radius: var(--radius); background: #111827; }
.article-card--side .article-card__media { position: absolute; inset: 0; border-radius: 0; }
.article-card--side .article-card__media::after { height: 80%; opacity: 1; }
.article-card--side .article-card__body { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; padding: 20px; color: #fff; }
.article-card--side .article-card__eyebrow { margin-bottom: 5px; color: #d6dbe5; }
.article-card--side .article-card__eyebrow a { color: #fff; }
.article-card--side .article-card__title { font-size: clamp(18px, 2.2vw, 25px); }
.article-card--side .article-card__meta { color: #d1d5db; }
.article-card--standard .article-card__media { aspect-ratio: 16/10; margin-bottom: 13px; }
.article-card--compact { display: grid; grid-template-columns: 132px 1fr; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.article-card--compact .article-card__media { height: 88px; border-radius: 10px; }
.article-card--compact .article-card__title { font-size: 15px; line-height: 1.26; }
.article-card--compact .article-card__eyebrow { margin-bottom: 5px; }
.article-card--compact .article-card__meta { margin-top: 7px; }
.article-card--horizontal { display: grid; grid-template-columns: minmax(220px, 36%) 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.article-card--horizontal .article-card__media { min-height: 175px; }
.article-card--horizontal .article-card__title { font-size: clamp(20px, 2.7vw, 28px); }
.article-card--horizontal .article-card__summary { font-size: 14px; }
.article-card--feature { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.article-card--feature .article-card__media { min-height: 360px; border-radius: 0; }
.article-card--feature .article-card__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(24px, 4vw, 48px); }
.article-card--feature .article-card__title { font-size: clamp(28px, 4vw, 43px); }
.article-card--feature .article-card__summary { font-size: 16px; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 44px; margin-top: 38px; }
.section-heading { display: flex; align-items: center; gap: 12px; margin: 0 0 10px; padding-bottom: 13px; border-bottom: 2px solid var(--text); }
.section-heading h2 { margin: 0; font-size: 23px; line-height: 1; letter-spacing: -.035em; }
.section-heading h2::before { display: inline-block; width: 9px; height: 9px; margin-right: 9px; border-radius: 50%; content: ""; background: var(--section-color, var(--accent)); vertical-align: 2px; }
.section-heading a { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.section-heading a:hover { color: var(--section-color, var(--accent)); }
.latest-feed { display: grid; }
.sidebar { min-width: 0; }
.sidebar__sticky { position: sticky; top: 180px; display: grid; gap: 28px; }
.sidebar-box { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.sidebar-box__header { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--border); }
.sidebar-box__header h2 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.sidebar-tabs { display: flex; gap: 5px; }
.sidebar-tabs button { padding: 5px 8px; border: 0; border-radius: 6px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.sidebar-tabs button.is-active { color: #fff; background: var(--accent); }
.sidebar-panel { display: none; padding: 0 17px 5px; }
.sidebar-panel.is-active { display: block; }
.ranked-list { margin: 0; padding: 0; list-style: none; }
.ranked-list li { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--border); }
.ranked-list li:last-child { border-bottom: 0; }
.ranked-list__number { color: color-mix(in srgb, var(--muted) 60%, transparent); font-size: 24px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.ranked-list a { display: block; font-size: 14px; font-weight: 760; line-height: 1.3; }
.ranked-list .article-card__meta { margin-top: 6px; }

.portal-sections { display: grid; gap: 52px; margin-top: 58px; }
.portal-section { --section-color: var(--accent); }
.portal-section__grid { display: grid; grid-template-columns: 1.25fr repeat(2, .75fr); gap: 18px; }
.portal-section__grid .article-card:first-child { grid-row: span 2; }
.portal-section__grid .article-card:first-child .article-card__media { aspect-ratio: 16/10; }
.portal-section__grid .article-card:first-child .article-card__title { font-size: 27px; }
.portal-section__grid .article-card:not(:first-child) .article-card__title { font-size: 16px; }
.portal-section__grid .article-card:not(:first-child) .article-card__media { aspect-ratio: 16/9; }

.category-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 28px; }
.category-chips a { padding: 7px 12px; border: 1px solid var(--border); border-radius: 999px; color: var(--text-soft); background: var(--surface); font-size: 13px; font-weight: 700; }
.category-chips a:hover { border-color: var(--category-color, var(--accent)); color: var(--category-color, var(--accent)); }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 20px; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 42px; }
.pagination a, .pagination span { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); font-weight: 700; }
.pagination a.is-active { border-color: var(--accent); color: #fff; background: var(--accent); }
.empty-state { padding: 60px 30px; border: 1px dashed var(--border); border-radius: var(--radius-lg); background: var(--surface-2); text-align: center; }
.empty-state h2 { margin-bottom: 8px; }
.empty-state p { color: var(--muted); }

.search-page-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-bottom: 28px; }
.search-page-form input { width: 100%; height: 52px; padding: 0 16px; border: 1px solid var(--border); border-radius: 11px; outline: 0; color: var(--text); background: var(--surface); }
.search-page-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }

.article-page { padding: 28px 0 72px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) 300px; justify-content: center; gap: 54px; }
.article-main { min-width: 0; }
.article-header { margin-bottom: 24px; }
.article-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--category-color, var(--accent)); font-size: 13px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.article-kicker::before { width: 22px; height: 3px; border-radius: 2px; content: ""; background: currentColor; }
.article-title { max-width: 980px; margin: 0 0 16px; font-size: clamp(36px, 6.2vw, 64px); line-height: .99; letter-spacing: -.062em; }
.article-lead { max-width: 840px; margin: 0 0 20px; color: var(--text-soft); font-size: clamp(18px, 2.5vw, 22px); line-height: 1.42; }
.article-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; padding-top: 18px; border-top: 1px solid var(--border); color: var(--muted); font-size: 13px; }
.article-byline__author { display: inline-flex; align-items: center; gap: 9px; color: var(--text); font-weight: 750; }
.article-byline__author img { width: 35px; height: 35px; border-radius: 50%; object-fit: cover; }
.article-stats { display: flex; align-items: center; gap: 15px; margin-left: auto; }
.article-stats span { display: inline-flex; align-items: center; gap: 5px; }
.article-hero { margin: 0 0 25px; }
.article-hero img { width: 100%; max-height: 580px; border-radius: var(--radius-lg); object-fit: cover; }
.article-hero figcaption { margin-top: 8px; color: var(--muted); font-size: 11px; }
.article-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 18px 0 30px; padding: 12px; border: 1px solid var(--border); border-radius: 13px; background: var(--surface-2); }
.article-toolbar button, .article-toolbar a { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid var(--border); border-radius: 9px; color: var(--text-soft); background: var(--surface); font-size: 12px; font-weight: 750; cursor: pointer; }
.article-toolbar button:hover, .article-toolbar a:hover { color: var(--accent); border-color: color-mix(in srgb, var(--accent) 40%, var(--border)); }
.article-toolbar__spacer { flex: 1; }
.article-content { color: var(--text-soft); font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.82; }
.article-content > p:first-child { color: var(--text); font-size: 21px; }
.article-content h2, .article-content h3, .article-content h4 { color: var(--text); font-family: var(--font); line-height: 1.14; letter-spacing: -.04em; }
.article-content h2 { margin: 45px 0 15px; font-size: 31px; }
.article-content h3 { margin: 36px 0 12px; font-size: 25px; }
.article-content p { margin-bottom: 24px; }
.article-content blockquote { margin: 35px 0; padding: 3px 0 3px 24px; border-left: 5px solid var(--accent); color: var(--text); font-family: var(--font); font-size: 22px; font-weight: 720; line-height: 1.45; }
.article-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.article-content img { margin: 30px 0 10px; border-radius: var(--radius); }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 36px 0 22px; }
.article-tags a { padding: 7px 11px; border-radius: 8px; color: var(--text-soft); background: var(--surface-2); font-size: 12px; font-weight: 750; }
.article-reactions { display: flex; align-items: center; gap: 10px; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-2); }
.article-reactions strong { margin-right: auto; }
.reaction-button { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--border); border-radius: 999px; color: var(--text); background: var(--surface); cursor: pointer; }
.reaction-button.is-active { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.author-box { display: grid; grid-template-columns: 78px 1fr; gap: 18px; margin: 28px 0; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius); }
.author-box img { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; }
.author-box h2 { margin: 0 0 5px; font-size: 18px; }
.author-box p { margin: 0; color: var(--muted); font-size: 13px; }
.article-correction { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 28px 0; padding: 14px 16px; border-radius: 10px; background: var(--surface-2); color: var(--muted); font-size: 12px; }
.article-correction a { color: var(--accent); font-weight: 800; }
.article-side { padding-top: 105px; }
.article-side__sticky { position: sticky; top: 180px; display: grid; gap: 28px; }
.related-section { margin-top: 55px; padding-top: 34px; border-top: 1px solid var(--border); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 18px; }
.comments-section { margin-top: 50px; padding-top: 34px; border-top: 1px solid var(--border); }
.comments-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.comments-heading h2 { margin: 0; font-size: 26px; }
.comment-form { display: grid; gap: 12px; margin-bottom: 30px; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-2); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.field { display: grid; gap: 6px; }
.field label { color: var(--text-soft); font-size: 12px; font-weight: 750; }
.field input, .field textarea, .field select { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 9px; outline: 0; color: var(--text); background: var(--surface); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.form-help, .form-feedback { margin: 0; color: var(--muted); font-size: 11px; }
.comment-list { display: grid; gap: 13px; }
.comment { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.comment--reply { margin-left: 50px; }
.comment__avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #26334b, var(--accent)); font-weight: 850; }
.comment__top { display: flex; align-items: center; gap: 8px; }
.comment__top strong { font-size: 14px; }
.comment__top time { color: var(--muted); font-size: 11px; }
.comment p { margin: 6px 0 0; color: var(--text-soft); font-size: 14px; }

.auth-page { display: grid; min-height: 65vh; place-items: center; padding: 50px 20px; background: radial-gradient(circle at 15% 10%, var(--accent-soft), transparent 35%), var(--surface-2); }
.auth-card { width: min(460px, 100%); padding: 30px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-md); }
.auth-card__brand { display: flex; justify-content: center; margin-bottom: 22px; }
.auth-card h1 { margin-bottom: 8px; text-align: center; font-size: 30px; letter-spacing: -.04em; }
.auth-card > p { margin-bottom: 24px; color: var(--muted); text-align: center; }
.auth-card form { display: grid; gap: 15px; }
.auth-card .button { width: 100%; }
.auth-card__footer { margin: 20px 0 0 !important; font-size: 13px; }
.profile-layout { display: grid; grid-template-columns: 290px 1fr; gap: 30px; }
.profile-card { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); text-align: center; }
.profile-card img { width: 110px; height: 110px; margin: 0 auto 15px; border-radius: 50%; object-fit: cover; }
.profile-card h2 { margin-bottom: 4px; }
.profile-card p { color: var(--muted); font-size: 13px; }
.profile-panel { padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.profile-panel h1 { margin-bottom: 22px; }

.info-page { padding: 40px 0 80px; }
.info-layout { display: grid; grid-template-columns: 220px minmax(0, 780px); justify-content: center; gap: 50px; }
.info-nav { position: sticky; top: 180px; align-self: start; display: grid; gap: 5px; }
.info-nav a { padding: 9px 11px; border-radius: 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.info-nav a:hover, .info-nav a.is-active { color: var(--text); background: var(--surface-2); }
.info-content h1 { margin-bottom: 20px; font-size: clamp(36px, 5vw, 54px); line-height: 1; letter-spacing: -.055em; }
.info-content h2 { margin: 38px 0 12px; font-size: 25px; letter-spacing: -.035em; }
.info-content p, .info-content li { color: var(--text-soft); }
.info-content .contact-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 25px 0; }
.contact-card > div { padding: 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface-2); }
.contact-card strong { display: block; margin-bottom: 4px; }

.newsletter-band { color: #fff; background: linear-gradient(120deg, #b91023, var(--accent) 55%, #f04452); }
.newsletter-band__inner { display: grid; grid-template-columns: 1fr minmax(360px, .7fr); align-items: center; gap: 40px; padding-block: 34px; }
.newsletter-band__inner > div { display: flex; align-items: center; gap: 16px; }
.newsletter-band__icon { display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; background: rgba(255,255,255,.12); }
.newsletter-band h2 { margin: 0 0 3px; font-size: 24px; letter-spacing: -.035em; }
.newsletter-band p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-form input { min-width: 0; height: 46px; padding: 0 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 9px; outline: 0; color: #fff; background: rgba(255,255,255,.12); }
.newsletter-form input::placeholder { color: rgba(255,255,255,.68); }
.newsletter-form .form-feedback { grid-column: 1/-1; color: #fff; }
.site-footer { color: #c9d0dc; background: #0c111c; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 50px; padding-block: 54px; }
.brand--footer { color: #fff; }
.brand--footer:hover { color: #fff; }
.site-footer__brand > p { max-width: 360px; margin: 17px 0 0; color: #adb6c5; }
.site-footer__note { font-size: 12px; }
.site-footer h2 { margin: 5px 0 17px; color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav { display: grid; gap: 9px; }
.site-footer nav a { color: #adb6c5; font-size: 13px; }
.site-footer nav a:hover { color: #fff; }
.social-links { display: flex; gap: 8px; margin-top: 20px; }
.social-links a { display: grid; min-width: 34px; height: 34px; place-items: center; padding: 0 7px; border: 1px solid #2d3746; border-radius: 8px; color: #d4dae4; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.site-footer__bottom { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #242c39; color: #7f8998; font-size: 11px; }
.cookie-banner { position: fixed; z-index: 2500; right: 18px; bottom: 18px; display: flex; width: min(620px, calc(100% - 36px)); align-items: center; justify-content: space-between; gap: 20px; padding: 17px 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow-lg); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 3px; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 12px; }
.cookie-banner > div:last-child { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.cookie-banner a { color: var(--muted); font-size: 12px; text-decoration: underline; }
.back-to-top { position: fixed; z-index: 900; right: 20px; bottom: 20px; visibility: hidden; border-color: var(--border); background: var(--surface); box-shadow: var(--shadow-md); opacity: 0; transform: translateY(12px) rotate(-90deg); }
.back-to-top.is-visible { visibility: visible; opacity: 1; transform: translateY(0) rotate(-90deg); }

@media (max-width: 1080px) {
  .site-header__date { display: none; }
  .site-header__main { grid-template-columns: auto auto 1fr; }
  .site-header__actions { grid-column: 3; }
  .primary-nav__inner { gap: 16px; }
  .primary-nav__inner > a:nth-last-child(-n+2) { display: none; }
  .content-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; }
  .article-layout { grid-template-columns: minmax(0, 760px) 270px; gap: 34px; }
  .portal-section__grid { grid-template-columns: 1.1fr 1fr; }
  .portal-section__grid .article-card:first-child { grid-row: span 2; }
  .portal-section__grid .article-card:nth-child(n+4) { display: none; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 840px) {
  :root { --header-height: 64px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .breaking-strip__time { display: none; }
  .site-header__main { gap: 10px; }
  .brand__mark { width: 38px; height: 38px; border-radius: 11px; font-size: 21px; }
  .brand__text { font-size: 22px; }
  .login-link span, .user-chip span { display: none; }
  .login-link { width: 42px; padding: 0; justify-content: center; border: 0; }
  .user-chip { width: 42px; padding: 3px; border: 0; }
  .primary-nav { display: none; }
  .category-nav__inner { justify-content: flex-start; }
  .category-nav a { padding: 0 15px; }
  .hero-grid { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(390px, 58vw) 220px; }
  .hero-grid > :first-child { grid-column: 1 / 3; grid-row: 1; }
  .article-card--hero { min-height: 0; }
  .content-grid, .article-layout { grid-template-columns: 1fr; }
  .sidebar__sticky, .article-side__sticky { position: static; }
  .article-side { padding-top: 0; }
  .ad-slot--sidebar { min-height: 220px; }
  .article-title { font-size: clamp(36px, 8vw, 58px); }
  .article-stats { width: 100%; margin-left: 47px; }
  .portal-section__grid { grid-template-columns: 1fr 1fr; }
  .portal-section__grid .article-card:first-child { grid-column: 1 / 3; grid-row: auto; }
  .portal-section__grid .article-card:nth-child(n+4) { display: block; }
  .article-card--feature { grid-template-columns: 1fr; }
  .article-card--feature .article-card__media { min-height: 310px; }
  .newsletter-band__inner { grid-template-columns: 1fr; gap: 22px; }
  .site-footer__grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .site-footer__grid > div:last-child { grid-column: 2; }
  .profile-layout { grid-template-columns: 1fr; }
  .info-layout { grid-template-columns: 1fr; gap: 24px; }
  .info-nav { position: static; display: flex; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 22px), var(--container)); }
  .breaking-strip__inner { height: 32px; gap: 9px; }
  .breaking-strip strong { font-size: 10px; }
  .brand__text { display: none; }
  .brand i { display: none; }
  .site-header__actions { gap: 0; }
  .site-header__actions .icon-button { width: 39px; height: 39px; }
  .category-nav a { min-height: 39px; font-size: 13px; }
  .site-drawer__categories { grid-template-columns: 1fr; }
  .search-dialog__panel { margin-top: 3vh; padding: 16px; }
  .global-search-form { grid-template-columns: auto 1fr; }
  .global-search-form .button { grid-column: 1 / 3; width: 100%; }
  .global-search-form input { font-size: 17px; }
  .hero-wrap { padding-top: 14px; }
  .ad-slot--top { min-height: 130px; margin: 16px auto; }
  .hero-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 390px 245px 245px; gap: 10px; }
  .hero-grid > :first-child { grid-column: 1; grid-row: 1; }
  .article-card--hero .article-card__body { padding: 20px; }
  .article-card--hero .article-card__title { font-size: 30px; }
  .article-card--hero .article-card__summary { display: none; }
  .article-card--side .article-card__title { font-size: 21px; }
  .content-grid { margin-top: 28px; }
  .article-card--horizontal { grid-template-columns: 122px 1fr; gap: 13px; padding: 15px 0; }
  .article-card--horizontal .article-card__media { min-height: 92px; }
  .article-card--horizontal .article-card__title { font-size: 17px; }
  .article-card--horizontal .article-card__summary { display: none; }
  .article-card--horizontal .article-card__meta span:nth-child(3) { display: none; }
  .portal-sections { gap: 42px; margin-top: 44px; }
  .portal-section__grid { grid-template-columns: 1fr; }
  .portal-section__grid .article-card:first-child { grid-column: auto; }
  .portal-section__grid .article-card:nth-child(n+4) { display: none; }
  .portal-section__grid .article-card:first-child .article-card__title { font-size: 23px; }
  .news-grid { grid-template-columns: 1fr; }
  .article-card--feature .article-card__media { min-height: 240px; }
  .article-card--feature .article-card__body { padding: 22px; }
  .article-card--feature .article-card__title { font-size: 29px; }
  .page-shell { padding-top: 22px; }
  .page-heading { align-items: start; flex-direction: column; }
  .page-heading__title { font-size: 38px; }
  .article-page { padding-top: 18px; }
  .article-title { font-size: 38px; line-height: 1.02; }
  .article-lead { font-size: 17px; }
  .article-byline { gap: 9px; }
  .article-stats { margin-left: 0; }
  .article-hero { margin-inline: -11px; }
  .article-hero img { border-radius: 0; }
  .article-toolbar__spacer { display: none; }
  .article-content { font-size: 18px; line-height: 1.75; }
  .article-content > p:first-child { font-size: 19px; }
  .article-content h2 { font-size: 27px; }
  .article-reactions { align-items: stretch; flex-direction: column; }
  .article-reactions strong { margin-right: 0; }
  .author-box { grid-template-columns: 58px 1fr; padding: 16px; }
  .author-box img { width: 58px; height: 58px; }
  .related-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .comment--reply { margin-left: 24px; }
  .newsletter-band__inner { padding-block: 27px; }
  .newsletter-band h2 { font-size: 20px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form .form-feedback { grid-column: auto; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; padding-block: 40px; }
  .site-footer__brand { grid-column: 1 / 3; }
  .site-footer__grid > div:last-child { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 16px; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-banner > div:last-child { justify-content: flex-end; }
  .info-content .contact-card { grid-template-columns: 1fr; }
}

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

.top-secondary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 22px; padding-bottom: 26px; border-bottom: 1px solid var(--border); }
.top-secondary-grid .article-card--compact { grid-template-columns: 170px 1fr; padding: 0; border: 0; }
.top-secondary-grid .article-card--compact .article-card__media { height: 105px; }
@media (max-width: 700px) { .top-secondary-grid { grid-template-columns: 1fr; gap: 14px; } .top-secondary-grid .article-card--compact { grid-template-columns: 126px 1fr; } .top-secondary-grid .article-card--compact .article-card__media { height: 88px; } }
.brand__custom-logo{display:block;width:auto;max-width:230px;height:48px;object-fit:contain}.brand__custom-logo--footer{max-width:210px;filter:none}@media(max-width:560px){.brand__custom-logo{max-width:154px;height:40px}}
