:root {
  --container: 1100px;
  --content: 740px;
  --sidebar: 300px;
  --headline-main: 485px;
  --headline-side: 230px;
  --article-copy: 640px;
  --gutter: 30px;
  --brand: #0068b5;
  --brand-dark: #004f8a;
  --accent: #f37021;
  --text: #2a2a2a;
  --text-strong: #1a1a1a;
  --muted: #6c6f75;
  --soft: #f3f4f5;
  --soft-blue: #eef6fb;
  --border: #e2e4e7;
  --surface: #fff;
  --header: #050505;
  --header-text: #fff;
  --header-hover: #56b9ff;
  --footer-bg: #101214;
  --footer-heading: #fff;
  --footer-text: #b9bdc1;
  --footer-link: #c7cacf;
  --footer-link-hover: #fff;
  --footer-border: #303338;
  --footer-panel: #1a1d20;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --header-height: 121px;
  --sticky-offset: 64px;
  --font-heading: Inter, "Segoe UI", Arial, sans-serif;
  --font-body: Inter, "Segoe UI", Arial, sans-serif;
  --transition: 220ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
ul, ol { margin-top: 0; }
.portal-container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: 15px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 10px 16px; background: #fff; color: #000; border-radius: 4px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #4db4ff; outline-offset: 3px; }
.icon { width: 22px; height: 22px; flex: none; }
.button-primary, .button-secondary, input[type="submit"] {
  display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 18px;
  border: 1px solid var(--brand); border-radius: var(--radius-sm); font-weight: 650; transition: background var(--transition), color var(--transition);
}
.button-primary, input[type="submit"] { background: var(--brand); color: #fff; }
.button-primary:hover, input[type="submit"]:hover { background: var(--brand-dark); color: #fff; }
.button-secondary { background: #fff; color: var(--brand); }

/* Header: measured 74px top row + 47px channel row. */
.site-header { position: relative; z-index: 1000; height: var(--header-height); background: var(--header); color: var(--header-text); transition: height var(--transition); }
.site-header.is-sticky { position: sticky; top: 0; }
.desktop-header { display: block; height: 121px; }
.mobile-header { display: none; }
.header-primary { height: 74px; background: var(--header); transition: height var(--transition), opacity var(--transition); }
.header-primary-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; }
.site-logo { display: inline-flex; width: 242px; height: 55px; align-items: center; overflow: hidden; color: var(--header-text); }
.site-logo-image { width: auto; max-width: 242px; max-height: 55px; object-fit: contain; }
.site-logo-text { font-family: Georgia, serif; font-size: 31px; line-height: 1; font-style: italic; font-weight: 700; letter-spacing: -1.2px; color: var(--header-text); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-search-trigger { position: relative; z-index: 2; width: 245px; height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px 0 16px; border: 1px solid #6c6f75; border-radius: 8px; background: #434343; color: #c1c1b9; cursor: pointer; pointer-events: auto; touch-action: manipulation; }
.header-search-trigger span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-search-trigger .icon { width: 21px; height: 21px; }
.quick-read-link { display: flex; min-height: 40px; align-items: center; padding: 0 16px; border-radius: 7px; background: var(--brand); color: #fff; font-size: 14px; font-weight: 650; }
.quick-read-link:hover { background: #fff; color: var(--brand); }
.account-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--header-text); }
.account-link:hover { color: var(--header-text); }
.channel-nav { height: 47px; border-top: 1px solid rgba(255, 255, 255, .14); background: var(--header); }
.channel-nav-inner { height: 47px; overflow: visible; }
.channel-nav-inner::-webkit-scrollbar { display: none; }
.channel-menu { display: flex; width: 100%; min-width: 0; height: 46px; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.channel-menu > li { position: relative; display: flex; flex: 0 0 auto; align-items: stretch; }
.channel-menu > li > a, .channel-menu > li > button { display: flex; align-items: center; padding: 0 12px; border: 0; background: transparent; color: var(--header-text); font-size: 14px; font-weight: 600; cursor: pointer; }
.channel-menu > li:first-child > a { padding-left: 5px; }
.channel-menu > li:hover > a, .channel-menu > li:hover > button, .channel-menu > li.current-menu-item > a, .channel-menu > li.current-menu-ancestor > a { color: var(--header-hover); }
.channel-menu .sub-menu { position: absolute; z-index: 30; top: 46px; left: 0; min-width: 210px; margin: 0; padding: 8px 0; list-style: none; border: 1px solid #333; background: #111; opacity: 0; visibility: hidden; transform: translateY(-5px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
.channel-menu .sub-menu a { display: block; padding: 10px 16px; color: #fff; }
.channel-menu li:hover > .sub-menu, .channel-menu li:focus-within > .sub-menu, .channel-menu li.is-open > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.channel-menu .nav-more > .sub-menu { right: 0; left: auto; max-height: min(70vh, 520px); overflow-y: auto; }
.channel-menu .nav-more .sub-menu .sub-menu { top: 0; right: 100%; left: auto; }
.site-header.is-compact { height: 47px; }
.site-header.is-compact .header-primary { height: 0; opacity: 0; overflow: hidden; pointer-events: none; }

/* Search overlay. */
.search-overlay[hidden] { display: none; }
.search-overlay { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: start center; padding: 86px 16px 16px; background: rgba(0, 0, 0, .64); animation: fade-in 180ms ease both; }
.search-dialog { width: min(680px, 100%); padding: 24px; border-radius: var(--radius-md); background: #fff; color: var(--text); box-shadow: 0 16px 50px rgba(0, 0, 0, .22); }
.search-dialog-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.search-dialog-head h2 { margin: 0; font-size: 22px; }
.search-dialog-head button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; background: transparent; cursor: pointer; }
.portal-search-form { display: flex; gap: 8px; }
.portal-search-form input { min-width: 0; flex: 1; height: 48px; padding: 0 14px; border: 1px solid #aeb1b5; border-radius: var(--radius-sm); font-size: 16px; }
.portal-search-form button { display: inline-flex; height: 48px; align-items: center; gap: 8px; padding: 0 18px; border: 0; border-radius: var(--radius-sm); background: var(--brand); color: #fff; font-weight: 650; cursor: pointer; }
.search-hint { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
body.search-open { overflow: hidden; }

/* Ad slots collapse completely when disabled because no markup is emitted. */
.ad-slot { position: relative; display: grid; place-items: center; overflow: hidden; border: 1px dashed #d8dce2; background: #f5f6f7; color: #777; }
.ad-label { position: absolute; top: 5px; left: 50%; z-index: 2; transform: translateX(-50%); color: #a5a5a5; font-size: 10px; letter-spacing: .02em; }
.ad-slot > a, .ad-slot img, .ad-code { width: 100%; height: 100%; object-fit: contain; }
.ad-code iframe { max-width: 100%; }
.ad-placeholder { display: flex; max-width: 90%; flex-direction: column; align-items: center; gap: 5px; padding: 20px; text-align: center; }
.ad-placeholder strong { color: #6f747b; font-size: 14px; line-height: 1.3; }
.ad-placeholder span { color: #969ba2; font-size: 12px; }
.ad-placeholder small { color: #b0b4ba; font-size: 10px; }
.ad-top { width: min(1100px, calc(100% - 30px)); min-height: 180px; margin: 16px auto; }
.ad-below_nav { width: min(1100px, calc(100% - 30px)); min-height: 120px; margin: 16px auto 24px; }
.single-main .ad-pre_article { width: 100%; min-height: 180px; margin: 18px 0 24px; }
.ad-home_after_trending, .ad-home_after_headline, .ad-home_middle,
.ad-home_after_category_1, .ad-home_after_category_2, .ad-home_after_category_3, .ad-home_after_category_4 { width: 100%; min-height: 120px; margin: 30px 0; }
.ad-sidebar { min-height: 250px; margin-bottom: 24px; }
.ad-article_sidebar_sticky { width: 100%; height: clamp(500px, calc(100vh - var(--sticky-offset) - 32px), 640px); min-height: 500px; margin: 0; }
.ad-in_article, .ad-post_article { min-height: 180px; margin: 28px 0; }
.mobile-scroll-gate { display: none; }
.ad-mobile_header { display: none; }
.ad-mobile_sticky { display: none; }
.ad-device-mobile { display: none; }

/* Homepage utilities. */
.home-main { padding-bottom: 64px; }
.trending-strip { display: flex; min-height: 45px; align-items: center; gap: 18px; border-bottom: 1px solid var(--border); }
.trending-strip > strong { flex: none; color: var(--brand); font-size: 14px; }
.trending-track { display: flex; min-width: 0; flex: 1; align-items: center; overflow: hidden; white-space: nowrap; }
.trending-track a, .trending-track span { position: relative; padding: 0 16px; }
.trending-track a::after { position: absolute; right: 0; top: 50%; width: 1px; height: 17px; background: #c9cbcf; content: ""; transform: translateY(-50%); }
/* Homepage measured grid: 740 + 30 + 300. */
.home-layout, .content-sidebar-layout, .article-layout { display: grid; grid-template-columns: var(--content) var(--sidebar); gap: var(--gutter); align-items: start; }
.home-primary, .archive-content, .article-main-column { min-width: 0; }
.site-sidebar { min-width: 0; }
.sidebar-sticky { position: sticky; top: calc(var(--sticky-offset) + 16px); }
.single-main .site-sidebar { align-self: stretch; }
.single-main .sidebar-sticky { position: static; }
.article-sidebar-ad-sticky { position: sticky; top: calc(var(--sticky-offset) + 16px); margin-top: 30px; }
.article-sidebar-ad-sticky:empty { display: none; }
.home-sidebar { align-self: stretch; }
.home-sidebar-modules > :first-child { margin-top: 0; }
.home-sidebar-modules > section + section, .home-sidebar-modules > section + .portal-widget, .home-sidebar-modules > .portal-widget + section, .home-sidebar-modules > .portal-widget + .portal-widget { margin-top: 30px; }
.home-sidebar .popular-block > .section-title { position: relative; display: block; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); font-family: var(--font-heading); font-size: 18px; line-height: 22px; font-weight: 700; letter-spacing: -.01em; }
.home-sidebar .popular-block > .section-title::after { position: absolute; left: 0; bottom: -1px; width: 46px; height: 3px; background: var(--brand); content: ""; }
.home-sidebar .sidebar-module .section-title { font-family: var(--font-heading); font-size: 18px; line-height: 22px; font-weight: 700; letter-spacing: -.01em; }
.home-sidebar-ad-sticky { position: sticky; top: calc(var(--sticky-offset) + 16px); margin-top: 30px; }
.home-sidebar-ad-sticky .ad-sidebar { margin: 0; }
.headline-composition { display: grid; grid-template-columns: var(--headline-main) var(--headline-side); gap: 25px; margin-bottom: 32px; }
.hero-story { overflow: hidden; border-radius: var(--radius-md); background: #f7f7f7; }
.hero-image { position: relative; display: block; aspect-ratio: 485 / 273; overflow: hidden; background: var(--soft); }
.hero-image img, .hero-image .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; top: 8px; left: 8px; padding: 5px 16px; border-radius: 12px; background: var(--brand); color: #fff; font-size: 18px; line-height: 18px; font-weight: 600; }
.hero-content { min-height: 88px; padding: 12px 16px 24px; }
.hero-content h1 { margin: 0; font-size: 20px; line-height: 26px; font-weight: 600; letter-spacing: -.015em; }
.headline-secondary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 16px; margin-top: 24px; }
.article-card { min-width: 0; }
.article-card .card-image-link { display: block; overflow: hidden; background: var(--soft); }
.image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(135deg, #e9edf0, #f6f7f8); color: #9aa0a6; font-weight: 700; }
.article-card-grid .card-image-link { aspect-ratio: 151 / 85; border-radius: 7px; }
.article-card-grid .card-image { width: 100%; height: 100%; object-fit: cover; }
.article-card-grid .card-content { padding-top: 10px; }
.article-card-grid .card-title { display: -webkit-box; margin: 0; overflow: hidden; font-size: 14px; line-height: 18.2px; font-weight: 600; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 7px; }
.post-category { color: var(--brand); font-size: 12px; line-height: 15.6px; }
.post-time { color: var(--muted); font-size: 12px; line-height: 15.6px; }
.headline-popular .section-title, .popular-block .section-title { margin: 0 0 16px; font-size: 22px; line-height: 22px; font-weight: 700; }
.popular-list { margin: 0; padding: 0; list-style: none; }
.popular-item { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.popular-item:first-child { padding-top: 0; }
.popular-rank { color: #a5a8ad; font-size: 20px; line-height: 1; font-weight: 650; }
.popular-title { display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 18.2px; font-weight: 600; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.popular-item .post-category { display: block; margin-top: 4px; }
.homepage-section + .homepage-section { margin-top: 38px; }
.followed-feed { margin-top: 48px; }
.followed-feed[hidden] { display: none; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; border-bottom: 1px solid var(--border); }
.section-title { position: relative; display: inline-block; margin: 0; padding-bottom: 10px; font-size: 22px; line-height: 1.2; font-weight: 700; }
.section-heading .section-title::after { position: absolute; left: 0; bottom: -1px; width: 46px; height: 3px; background: var(--brand); content: ""; }
.recommendation-grid, .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 16px; }
.recommendation-grid .article-card-grid .card-image-link { aspect-ratio: 16 / 9; }
.article-list { display: flex; flex-direction: column; gap: 0; }
.article-card-list { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 16px; min-height: 133px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.article-card-list .card-image-link { width: 220px; aspect-ratio: 16 / 9; border-radius: var(--radius-sm); }
.article-card-list .card-image { width: 100%; height: 100%; object-fit: cover; }
.article-card-list .card-content { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.article-card-list .card-title { display: -webkit-box; margin: 4px 0 5px; overflow: hidden; font-size: 18px; line-height: 23.4px; font-weight: 600; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.card-excerpt { display: -webkit-box; margin: 0 0 8px; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 18px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-card-list .post-time { margin-top: auto; }

/* Configurable category channels below the main editorial grid. */
.category-sections { margin-top: 48px; }
.homepage-category + .homepage-category { margin-top: 48px; }
.category-section-heading { gap: 20px; }
.category-heading-actions { display: flex; flex: none; align-items: center; gap: 14px; }
.category-more-link { display: inline-flex; min-height: 36px; align-items: center; color: var(--brand); font-size: 13px; font-weight: 650; }
.category-featured-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 24px; }
.category-lead-story { min-width: 0; }
.category-lead-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius-md); background: var(--soft); }
.category-lead-image img, .category-lead-image .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.category-lead-content { padding-top: 12px; }
.category-lead-content h3 { display: -webkit-box; margin: 5px 0 8px; overflow: hidden; color: var(--text-strong); font-size: 25px; line-height: 31px; font-weight: 650; letter-spacing: -.015em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.category-lead-content p { display: -webkit-box; margin: 0 0 9px; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 21px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.category-featured-side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; align-content: start; }
.category-featured-side .article-card-grid .card-image-link { aspect-ratio: 16 / 9; }
.category-news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 18px; }
.category-news-grid .article-card-grid .card-image-link { aspect-ratio: 16 / 9; }
.category-news-grid .article-card-grid .card-title, .category-slider-track .article-card-grid .card-title { font-size: 16px; line-height: 21px; -webkit-line-clamp: 2; }
.category-slider { min-width: 0; overflow: hidden; }
.category-slider-track { display: flex; gap: 18px; padding: 1px 1px 10px; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
.category-slider-track::-webkit-scrollbar { display: none; }
.category-slider-track .article-card-grid { width: calc((100% - 54px) / 4); min-width: calc((100% - 54px) / 4); scroll-snap-align: start; }
.category-slider-track .article-card-grid .card-image-link { aspect-ratio: 16 / 9; }
.category-slider-buttons { display: flex; gap: 6px; }
.category-slider-buttons button { display: grid; width: 32px; height: 32px; place-items: center; padding: 0; border: 1px solid var(--border); border-radius: 50%; background: #fff; color: var(--text); cursor: pointer; }
.category-slider-buttons button:first-child .icon { transform: rotate(180deg); }
.category-slider-buttons .icon { width: 17px; height: 17px; pointer-events: none; }
.category-slider-buttons button:hover { border-color: var(--brand); color: var(--brand); }
.category-compact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 30px; }
.category-compact-item { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 14px; min-width: 0; padding: 16px 0; border-bottom: 1px solid var(--border); }
.category-compact-image { display: block; width: 150px; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--radius-sm); background: var(--soft); }
.category-compact-image img, .category-compact-image .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.category-compact-item h3 { display: -webkit-box; margin: 4px 0 8px; overflow: hidden; font-size: 16px; line-height: 21px; font-weight: 650; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.quick-read-promo { padding: 24px; border: 1px solid #d7e6f2; border-radius: var(--radius-lg); background: var(--soft-blue); }
.quick-read-promo > span { color: var(--brand); font-size: 12px; font-weight: 650; text-transform: uppercase; }
.quick-read-promo h2 { margin: 6px 0 8px; font-size: 26px; }
.quick-read-promo p { margin: 0 0 18px; color: var(--muted); line-height: 1.55; }
.portal-widget { margin-top: 24px; }
.site-sidebar { font-family: var(--font-body); }
.sidebar-module { margin-top: 28px; }
.sidebar-module .section-heading { margin-bottom: 12px; }
.sidebar-module .section-title { font-family: var(--font-heading); font-size: 18px; line-height: 22px; font-weight: 700; letter-spacing: -.01em; }
.sidebar-story-list { display: flex; flex-direction: column; }
.sidebar-story-item { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.sidebar-story-item:first-child { padding-top: 0; }
.sidebar-story-image { display: block; width: 92px; height: 62px; overflow: hidden; border-radius: var(--radius-sm); background: var(--soft); }
.sidebar-story-image img, .sidebar-story-image .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.sidebar-story-item h3 { display: -webkit-box; margin: 2px 0 5px; overflow: hidden; font-family: var(--font-heading); font-size: 14px; line-height: 18px; font-weight: 600; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.editor-pick-list { display: flex; flex-direction: column; }
.editor-pick { min-width: 0; }
.editor-pick-featured { padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.editor-pick-image { display: block; overflow: hidden; border-radius: var(--radius-sm); background: var(--soft); }
.editor-pick-image img, .editor-pick-image .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.editor-pick-featured .editor-pick-image { width: 100%; aspect-ratio: 16 / 9; }
.editor-pick-content h3 { display: -webkit-box; margin: 4px 0 6px; overflow: hidden; color: var(--text); font-family: var(--font-heading); font-size: 15px; line-height: 20px; font-weight: 650; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.editor-pick-featured .editor-pick-content { padding-top: 10px; }
.editor-pick-featured .editor-pick-content h3 { font-size: 16px; line-height: 21px; -webkit-line-clamp: 2; }
.editor-pick-compact { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.editor-pick-compact .editor-pick-image { width: 92px; height: 62px; }
.editor-pick-compact .editor-pick-content h3 { margin-top: 2px; font-size: 14px; line-height: 18px; }
.editor-pick-compact .post-time { display: none; }
.sidebar-taxonomy-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; margin: 0; padding: 0; list-style: none; }
.sidebar-taxonomy-list a { display: flex; min-height: 40px; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid var(--border); font-family: var(--font-body); font-size: 13px; line-height: 18px; font-weight: 600; }
.sidebar-popular-categories .section-title { font-weight: 650; }
.sidebar-popular-categories .sidebar-taxonomy-list a, .sidebar-popular-categories .sidebar-taxonomy-list strong { font-weight: 500; }
.sidebar-taxonomy-list span { color: var(--muted); font-size: 11px; font-weight: 400; }
.sidebar-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.sidebar-tag-cloud a { display: inline-flex; min-height: 32px; align-items: center; padding: 6px 10px; border: 1px solid var(--border); border-radius: 4px; background: #fff; color: var(--text); font-family: var(--font-body); font-size: 12px; line-height: 1; font-weight: 500; }
.sidebar-tag-cloud a:hover { border-color: var(--brand); color: var(--brand); }

/* Archive and search. */
.archive-main, .search-main, .page-main { padding: 24px 0 64px; }
.archive-main .ad-top { margin-bottom: 40px; }
.breadcrumbs { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 5px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: flex; gap: 5px; }
.breadcrumbs li:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.archive-header { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.archive-header h1 { margin: 0; color: var(--text-strong); font-size: 32px; line-height: 1.2; font-weight: 650; }
.archive-description { max-width: 740px; margin-top: 8px; color: var(--muted); }
.subcategory-nav { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 16px; }
.subcategory-nav a { color: var(--brand); font-weight: 600; }
.archive-lead { display: grid; grid-template-columns: 400px 1fr; gap: 18px; margin-bottom: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.archive-lead-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius-md); background: var(--soft); }
.archive-lead-image img, .archive-lead-image .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.archive-lead h2 { margin: 6px 0 8px; font-size: 24px; line-height: 1.25; font-weight: 650; }
.archive-lead p { display: -webkit-box; margin: 0 0 10px; overflow: hidden; color: var(--muted); line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.navigation.pagination { margin-top: 30px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; padding: 0 10px; border: 1px solid var(--border); border-radius: 5px; }
.page-numbers.current { border-color: var(--brand); background: var(--brand); color: #fff; }
.search-header > span { color: var(--muted); }
.search-header .portal-search-form { max-width: 620px; margin-top: 18px; }
.empty-state { padding: 40px 0; text-align: center; }

/* Article: title 36/46.8 and reading column 640/25.5. */
.single-main { padding-bottom: 72px; }
.article-header { margin: 24px 0 22px; }
.reading-progress { position: fixed; z-index: 1600; top: 0; left: 0; width: 100%; height: 3px; background: transparent; pointer-events: none; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--brand); transition: width 120ms linear; }
.article-labels { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.article-category { color: var(--accent); font-size: 14px; font-weight: 650; }
.content-label { display: inline-flex; min-height: 23px; align-items: center; padding: 3px 8px; border-radius: 3px; background: var(--soft); color: var(--text); font-size: 11px; line-height: 1; font-weight: 700; text-transform: uppercase; }
.content-label-fact-check { background: #e9f7ef; color: #177245; }
.content-label-advertorial { background: #fff4df; color: #9a5c00; }
.content-label-opinion { background: #eef3ff; color: #3158a7; }
.article-header h1 { max-width: 1070px; margin: 5px 0 16px; color: var(--text); font-size: 36px; line-height: 46.8px; font-weight: 600; letter-spacing: -.025em; }
.article-byline { display: flex; align-items: center; justify-content: flex-start; gap: 18px; padding-top: 8px; }
.author-link { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.author-link img { width: 36px; height: 36px; border-radius: 50%; }
.author-link span { display: flex; flex-direction: column; }
.author-link small, .article-dates { color: var(--muted); font-size: 12px; }
.article-dates { display: flex; flex: none; flex-direction: column; align-items: flex-end; gap: 3px; }
.share-row { display: flex; align-items: center; gap: 8px; }
.article-byline .share-top { width: auto; max-width: none; flex: none; justify-content: flex-end; margin: 0; padding: 0; border: 0; }
.reader-tools { display: flex; width: 100%; max-width: 100%; flex-wrap: nowrap; align-items: center; gap: 8px; margin-top: 14px; padding-top: 12px; overflow-x: auto; border-top: 1px solid var(--border); scrollbar-width: none; }
.reader-tools::-webkit-scrollbar { display: none; }
.reader-tool { display: inline-flex; min-height: 36px; flex: none; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid var(--border); border-radius: 5px; background: #fff; color: var(--text); font-size: 12px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.reader-tool:hover, .reader-tool.is-active, .reader-tool[aria-pressed="true"] { border-color: var(--brand); background: var(--soft-blue); color: var(--brand); }
.reader-tool .icon { width: 17px; height: 17px; }
.text-size-control { display: inline-flex; min-height: 36px; flex: none; align-items: center; overflow: hidden; border: 1px solid var(--border); border-radius: 5px; background: #fff; white-space: nowrap; }
.text-size-control > span { padding: 0 9px; color: var(--muted); font-size: 11px; font-weight: 650; }
.text-size-control button { width: 34px; min-height: 34px; padding: 0; border: 0; border-left: 1px solid var(--border); background: transparent; color: var(--text); font-size: 12px; font-weight: 700; cursor: pointer; }
.text-size-control button:hover, .text-size-control button.is-active { background: var(--soft-blue); color: var(--brand); }
.reader-tool-status { color: var(--muted); font-size: 12px; }
.share-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: #fff; color: #4f555b; cursor: pointer; transition: border var(--transition), color var(--transition), background var(--transition); }
.share-button:hover, .share-button[aria-pressed="true"] { border-color: var(--brand); background: var(--soft-blue); color: var(--brand); }
.share-button .icon { width: 18px; height: 18px; }
.share-button .brand-icon { width: 19px; height: 19px; }
.share-facebook { color: #1877f2; }
.share-x { color: #111; }
.share-linkedin { color: #0a66c2; }
.share-pinterest { color: #e60023; }
.share-telegram { color: #229ed9; }
.share-email { color: #ff6b4a; }
.share-whatsapp { color: #00a884; }
.copy-feedback { margin-left: 4px; color: var(--brand); font-size: 12px; }
.article-hero { margin: 0 0 14px; }
.article-hero img { width: 100%; aspect-ratio: 740 / 416; object-fit: cover; }
.article-hero figcaption { margin-top: 7px; color: #85888d; font-size: 12px; line-height: 1.4; }
.article-media { width: 100%; margin: 0 0 22px; padding: 14px; border: 1px solid var(--border); background: #111; color: #fff; }
.article-media-label { display: inline-block; margin-bottom: 10px; color: #fff; font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.article-media-live .article-media-label { color: #ff5b5b; }
.article-media audio { width: 100%; }
.responsive-embed { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.responsive-embed iframe, .responsive-embed video { width: 100%; height: 100%; border: 0; }
.live-update-block { width: 100%; margin: 0 0 24px; padding: 18px 20px; border: 1px solid var(--border); border-top: 4px solid #e00000; background: #fff; transition: background var(--transition); }
.live-update-block.has-new-update { background: #fff8f8; }
.live-update-block > header { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: #d40000; font-size: 12px; }
.live-update-block > header > span:last-child { margin-left: auto; color: var(--muted); font-weight: 400; }
.live-pulse { width: 9px; height: 9px; border-radius: 50%; background: #e00000; box-shadow: 0 0 0 0 rgba(224, 0, 0, .4); animation: live-pulse 1.8s infinite; }
.live-summary { margin: 0 0 18px; color: #4a4d52; font-size: 15px; line-height: 1.55; }
.live-update-list { position: relative; padding-left: 22px; }
.live-update-list::before { position: absolute; top: 7px; bottom: 7px; left: 5px; width: 2px; background: #e3e4e6; content: ""; }
.live-update-item { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.live-update-item:last-child { border-bottom: 0; }
.live-update-item::before { position: absolute; top: 18px; left: -21px; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: #aeb2b6; box-shadow: 0 0 0 1px #c8cbd0; content: ""; }
.live-update-item.is-latest::before { background: #e00000; }
.live-update-item time { color: var(--muted); font-size: 12px; font-weight: 650; }
.live-update-item h3 { margin: 0 0 5px; font-size: 16px; line-height: 21px; }
.live-update-item p { margin: 0; color: #555a60; font-size: 14px; line-height: 21px; }
@keyframes live-pulse { 70% { box-shadow: 0 0 0 8px rgba(224, 0, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(224, 0, 0, 0); } }
.article-reading-row { display: grid; grid-template-columns: 48px minmax(0, var(--article-copy)); gap: 18px; align-items: start; }
.article-rail { position: sticky; top: calc(var(--sticky-offset) + 16px); display: flex; width: 48px; flex-direction: column; align-items: center; gap: 10px; padding-top: 6px; }
.share-rail { flex-direction: column; }
.rail-action { display: flex; width: 38px; min-height: 38px; align-items: center; justify-content: center; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.rail-action:hover, .rail-action[aria-pressed="true"] { color: var(--brand); }
.rail-action .icon { width: 22px; height: 22px; }
.article-content { --reader-font-size: 17px; --reader-line-height: 25.5px; width: 100%; min-width: 0; color: #1a1a1a; font-size: var(--reader-font-size); line-height: var(--reader-line-height); }
.article-content[data-text-size="small"] { --reader-font-size: 15.5px; --reader-line-height: 24px; }
.article-content[data-text-size="large"] { --reader-font-size: 19px; --reader-line-height: 29px; }
.article-content > :first-child { margin-top: 0; }
.article-body > :first-child { margin-top: 0; }
.article-content p { margin: 17px 0; }
.article-content h2 { margin: 34px 0 12px; font-size: 26px; line-height: 1.3; font-weight: 650; }
.article-content h3 { margin: 28px 0 10px; font-size: 22px; line-height: 1.35; font-weight: 650; }
.article-content a:not(.share-button):not(.button-primary) { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.article-content blockquote { margin: 26px 0; padding: 5px 0 5px 20px; border-left: 4px solid var(--brand); color: #45494f; font-size: 20px; line-height: 1.5; }
.article-content ul, .article-content ol { margin: 18px 0; padding-left: 24px; }
.article-content li { margin: 8px 0; }
.article-content figure, .article-content img, .article-content table { max-width: 100%; }
.article-content figcaption, .wp-caption-text { color: var(--muted); font-size: 12px; line-height: 1.4; }
.article-content table { width: 100%; border-collapse: collapse; font-size: 15px; }
.article-content th, .article-content td { padding: 10px; border: 1px solid var(--border); text-align: left; vertical-align: top; }
.article-content th { background: var(--soft); }
.article-transparency { margin: 30px 0 0; padding: 18px 20px; border-left: 3px solid var(--brand); background: #f7f8f9; color: var(--text); font-size: 13px; line-height: 1.55; }
.article-content .article-transparency h2 { margin: 0 0 12px; font-size: 17px; line-height: 1.3; }
.article-transparency p { margin: 7px 0; }
.article-transparency ul { margin: 8px 0 0; padding-left: 18px; }
.article-transparency a { color: var(--brand); }
.article-correction { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); }
.article-correction time { color: var(--muted); font-size: 11px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--border); }
.article-tags a { padding: 6px 10px; border: 0; border-radius: 6px; background: #eceef1; color: var(--text) !important; text-decoration: none !important; font-size: 12px; }
.article-tags a::before { margin-right: 2px; content: "#"; }
.share-bottom { display: block; margin-top: 28px; padding: 26px 0 8px; border-top: 1px solid var(--border); text-align: center; }
.article-content .share-bottom-title { margin: 0; color: #08215c; font-size: 20px; line-height: 1.25; font-weight: 700; }
.share-bottom-icons { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 14px; }
.share-bottom .share-button { width: 42px; height: 42px; border: 0; border-radius: 8px; background: transparent; }
.share-bottom .share-button:hover { border: 0; background: var(--soft); transform: translateY(-1px); }
.share-bottom .share-facebook { background: #4385f5; color: #fff; box-shadow: 0 8px 18px rgba(24, 119, 242, .25); }
.share-bottom .share-facebook:hover { background: #1877f2; color: #fff; }
.share-bottom .brand-icon { width: 24px; height: 24px; }
.share-copy-box { display: flex; width: min(625px, 100%); min-height: 52px; align-items: center; gap: 12px; margin: 28px auto 0; padding: 8px 10px 8px 16px; border-radius: 7px; background: #f6f7f8; text-align: left; }
.share-copy-url { min-width: 0; flex: 1; overflow: hidden; color: #63708b; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.share-copy-button { display: grid; width: 38px; height: 38px; flex: none; place-items: center; padding: 0; border: 0; background: transparent; color: #ff2a2a; cursor: pointer; }
.share-copy-button .icon { width: 25px; height: 25px; }
.share-bottom .copy-feedback { display: block; min-height: 18px; margin: 6px 0 0; }
.article-reactions { display: flex; width: 100%; align-items: center; gap: 12px; margin-top: 30px; padding: 14px 0; overflow-x: auto; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); scrollbar-width: none; }
.article-reactions::-webkit-scrollbar { display: none; }
.article-content .article-reactions h2 { flex: none; margin: 0; font-size: 14px; line-height: 1.3; white-space: nowrap; }
.article-reactions .reaction-options { display: flex; flex: none; align-items: center; gap: 6px; }
.article-reactions button { display: inline-flex; min-width: 0; min-height: 36px; flex: none; align-items: center; gap: 5px; padding: 6px 9px; border: 1px solid var(--border); border-radius: 18px; background: #fff; color: var(--text); white-space: nowrap; cursor: pointer; }
.article-reactions button:hover, .article-reactions button.is-active { border-color: var(--brand); background: var(--soft-blue); color: var(--brand); }
.article-reactions button > span { font-size: 14px; line-height: 1; }
.article-reactions button strong { font-size: 11px; line-height: 1; }
.article-reactions button small { min-width: 12px; color: var(--muted); font-size: 10px; line-height: 1; text-align: center; }
.newsletter-box { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr); gap: 24px; align-items: center; margin: 34px 0 0; padding: 24px; border: 1px solid #d7e6f2; background: var(--soft-blue); }
.newsletter-box > div > span { color: var(--brand); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-content .newsletter-box h2, .newsletter-box h2 { margin: 5px 0 7px; font-size: 19px; line-height: 1.3; }
.newsletter-box p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.newsletter-box form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
.newsletter-box input[type="email"] { min-width: 0; height: 42px; padding: 0 11px; border: 1px solid #aeb6be; border-radius: 4px; background: #fff; }
.newsletter-box button { min-height: 42px; padding: 8px 13px; border: 0; border-radius: 4px; background: var(--brand); color: #fff; font-weight: 650; cursor: pointer; }
.newsletter-box button:disabled { opacity: .6; cursor: wait; }
.newsletter-box [data-newsletter-status] { grid-column: 1 / -1; min-height: 16px; color: var(--muted); font-size: 11px; }
.newsletter-hp { position: absolute !important; left: -9999px !important; }
.for-you-posts, .related-posts, .comments-area, .after-comments-news { width: min(740px, 100%); margin-top: 40px; }
.for-you-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 26px 15px; }
.for-you-card { min-width: 0; grid-column: span 2; }
.for-you-card-featured { grid-column: span 3; }
.for-you-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 7px; background: var(--soft); }
.for-you-image img, .for-you-image .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.for-you-card h3 { display: -webkit-box; margin: 8px 0 6px; overflow: hidden; color: var(--text); font-size: 14px; line-height: 18px; font-weight: 650; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.for-you-card-featured h3 { font-size: 16px; line-height: 21px; -webkit-line-clamp: 2; }
.for-you-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 12px; }
.for-you-more { color: #9a9da2; font-weight: 700; letter-spacing: 1px; }
.related-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.after-comments-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 16px; }
.after-comments-grid .article-card-grid .card-image-link { aspect-ratio: 16 / 9; }
.comment-list { margin: 0; padding: 0; list-style: none; }
.comment-list .comment-body { margin: 20px 0; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.comment-list .children { list-style: none; border-left: 2px solid var(--soft); }
.comment-author { display: flex; align-items: center; gap: 9px; }
.comment-author img { border-radius: 50%; }
.comment-meta { margin: 5px 0 10px; color: var(--muted); font-size: 11px; }
.comment-report { display: inline-flex; min-height: 30px; align-items: center; gap: 5px; margin-top: 6px; padding: 4px 7px; border: 0; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.comment-report:hover { color: #c62828; }
.comment-report .icon { width: 14px; height: 14px; }
.comment-form-company { position: absolute !important; left: -9999px !important; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #b8bcc2; border-radius: 4px; }

/* Media center and topic library. */
.media-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 14px; }
.media-center-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px 18px; }
.media-card { min-width: 0; }
.media-card-image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius-sm); background: var(--soft); }
.media-card-image img, .media-card-image .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.media-card-image > span { position: absolute; right: 8px; bottom: 8px; padding: 4px 7px; border-radius: 3px; background: rgba(0, 0, 0, .82); color: #fff; font-size: 9px; font-weight: 750; letter-spacing: .05em; }
.media-card > div { padding-top: 9px; }
.media-card h2, .media-card h3 { display: -webkit-box; margin: 3px 0 6px; overflow: hidden; font-size: 15px; line-height: 20px; font-weight: 650; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.followed-topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.followed-topic-list a { padding: 7px 11px; border: 1px solid var(--border); border-radius: 4px; color: var(--brand); font-size: 13px; font-weight: 600; }

/* Pages, account and 404. */
.narrow-page { max-width: 770px; }
.page-header h1 { margin: 18px 0 24px; font-size: 36px; line-height: 1.25; }
.page-content { width: auto; }
.account-gate, .notice-card { padding: 32px; border: 1px solid var(--border); text-align: center; }
.account-gate > div { display: flex; justify-content: center; gap: 10px; margin-top: 18px; }
.user-library > section + section { margin-top: 40px; }
.error-main { padding: 80px 0; }
.error-card { max-width: 680px; margin: 0 auto 64px; text-align: center; }
.error-card > span { color: var(--brand); font-size: 80px; line-height: 1; font-weight: 750; }
.error-card h1 { margin: 14px 0 8px; font-size: 34px; }
.error-card p { margin: 0 0 24px; color: var(--muted); }
.error-card .portal-search-form { margin-bottom: 16px; }

/* Quick read. */
.quick-read-main { min-height: calc(100vh - var(--header-height)); padding: 28px 0 64px; background: #f3f4f6; }
.quick-read-shell { position: relative; width: min(900px, calc(100% - 30px)); margin: 0 auto; }
.quick-read-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 20px; }
.quick-read-header span { color: var(--brand); font-size: 12px; font-weight: 650; text-transform: uppercase; }
.quick-read-header h1 { margin: 3px 0 0; font-size: 34px; }
.quick-read-header p { max-width: 350px; margin: 0; color: var(--muted); text-align: right; }
.quick-read-feed { height: min(700px, calc(100vh - 210px)); overflow-y: auto; scroll-snap-type: y mandatory; scrollbar-width: none; }
.quick-read-feed::-webkit-scrollbar { display: none; }
.quick-story { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 100%; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: #fff; scroll-snap-align: start; }
.quick-story-image { min-height: 100%; background: var(--soft); }
.quick-story-image img, .quick-story-image .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.quick-story-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px; }
.quick-story-content h2 { margin: 8px 0 14px; font-size: 28px; line-height: 1.25; }
.quick-story-content p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.quick-actions { position: absolute; right: 16px; bottom: 16px; display: flex; gap: 14px; }
.quick-actions .rail-action span { display: none; }
.quick-read-controls { position: fixed; z-index: 20; right: max(18px, calc((100vw - 1000px) / 2)); top: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateY(-50%); }
.quick-read-controls button { width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 50%; background: #fff; cursor: pointer; }
.quick-read-controls span { color: var(--muted); font-size: 12px; writing-mode: vertical-rl; }

/* Footer. */
.site-footer { padding-top: 48px; background: var(--footer-bg); color: var(--footer-heading); }
.site-footer .newsletter-footer { margin: 0 0 42px; border-color: var(--footer-border); background: var(--footer-panel); }
.site-footer .newsletter-footer h2 { color: var(--footer-heading); }
.site-footer .newsletter-footer p, .site-footer .newsletter-footer [data-newsletter-status] { color: var(--footer-text); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px; padding-bottom: 44px; }
.footer-brand .site-logo-text { font-size: 28px; }
.footer-logo { display: inline-flex; max-width: 230px; max-height: 52px; color: var(--footer-heading); }
.footer-logo img { max-height: 52px; object-fit: contain; }
.footer-description { max-width: 420px; margin: 18px 0; color: var(--footer-text); line-height: 1.6; }
.footer-social-block { margin-top: 18px; }
.footer-social-title { display: block; margin-bottom: 10px; color: var(--footer-heading); font-size: 13px; line-height: 1.3; font-weight: 700; }
.footer-social { display: block; }
.footer-menu-column h2 { margin: 4px 0 14px; font-size: 15px; }
.footer-menu-column ul, .legal-menu, .social-menu, .footer-social-icons, .mobile-social-icons { margin: 0; padding: 0; list-style: none; }
.footer-menu-column li + li { margin-top: 10px; }
.footer-menu-column a { color: var(--footer-link); font-size: 13px; }
.footer-menu-column a:hover { color: var(--footer-link-hover); }
.social-menu, .footer-social-icons, .mobile-social-icons { display: flex; flex-wrap: wrap; gap: 10px; }
.social-menu a { color: var(--footer-heading); }
.social-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; background: rgba(255, 255, 255, .06); color: #fff; transition: transform var(--transition), background var(--transition); }
.social-icon:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }
.social-icon .brand-icon { width: 18px; height: 18px; }
.social-icon.is-disabled { opacity: .52; cursor: default; }
.social-icon.is-disabled:hover { background: rgba(255, 255, 255, .06); color: inherit; transform: none; }
.footer-bottom { border-top: 1px solid var(--footer-border); }
.footer-bottom-inner { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; }
.footer-copyright { margin: 0; color: var(--footer-text); font-size: 12px; }
.legal-menu { display: flex; gap: 18px; }
.legal-menu a { color: var(--footer-link); font-size: 12px; }

@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }

/* Tablet: retain editorial hierarchy while reducing column widths. */
@media (max-width: 1120px) {
  :root { --container: 100%; --content: calc(100vw - 360px); --sidebar: 300px; --headline-main: calc(var(--content) - 250px); --headline-side: 225px; }
  .channel-menu > li > a, .channel-menu > li > button { padding-inline: 11px; }
  .home-layout, .content-sidebar-layout, .article-layout { gap: 30px; }
  .article-reading-row { grid-template-columns: 48px minmax(0, 1fr); gap: 16px; }
  .article-content { max-width: var(--article-copy); }
  .header-search-trigger { width: 220px; }
}

@media (max-width: 900px) {
  :root { --content: minmax(0, 1fr); --sidebar: 260px; --headline-main: 1fr; --headline-side: 210px; --gutter: 22px; }
  .site-logo { width: 210px; }
  .site-logo-image { max-width: 210px; }
  .quick-read-link { display: none; }
  .home-layout, .content-sidebar-layout, .article-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 22px; }
  .headline-composition { grid-template-columns: minmax(0, 1fr) 210px; gap: 20px; }
  .headline-secondary { grid-template-columns: repeat(2, 1fr); }
  .article-reading-row { display: block; }
  .article-rail { display: none; }
  .article-content { max-width: 100%; }
  .archive-lead { grid-template-columns: 54% 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-menu-column:last-child { display: none; }
  .category-featured-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 18px; }
  .category-news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .media-center-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-slider-track .article-card-grid { width: calc((100% - 36px) / 3); min-width: calc((100% - 36px) / 3); }
  .category-compact-item { grid-template-columns: 120px minmax(0, 1fr); }
  .category-compact-image { width: 120px; }
}

/* Purpose-built mobile composition. */
@media (max-width: 767px) {
  :root { --header-height: 98px; --sticky-offset: 98px; --article-copy: 100%; }
  body { font-size: 14px; }
  .portal-container { padding-inline: 16px; }
  .site-header, .site-header.is-compact { height: 98px; }
  .desktop-header { display: none; }
  .mobile-header { display: block; height: 98px; background: var(--header); }
  .mobile-topbar { display: grid; grid-template-columns: 44px 1fr auto; height: 56px; align-items: center; padding: 0 12px; }
  .mobile-topbar button, .mobile-actions a, .mobile-actions button { position: relative; z-index: 3; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--header-text); pointer-events: auto; touch-action: manipulation; }
  .mobile-topbar button .icon, .mobile-actions button .icon { pointer-events: none; }
  .mobile-menu-toggle { cursor: pointer; }
  .mobile-menu-toggle .icon-close { display: none; }
  .mobile-menu-toggle[aria-expanded="true"] .icon-open { display: none; }
  .mobile-menu-toggle[aria-expanded="true"] .icon-close { display: inline-flex; }
  .mobile-logo { justify-self: center; width: auto; max-width: 180px; height: 42px; }
  .mobile-logo .site-logo-image { max-width: 180px; max-height: 42px; }
  .mobile-logo .site-logo-text { font-size: 23px; }
  .mobile-actions { display: flex; }
  .mobile-channel-nav { width: 100%; height: 42px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; overscroll-behavior-y: none; border-top: 1px solid rgba(255, 255, 255, .14); background: var(--header); scrollbar-width: none; touch-action: pan-x; -webkit-overflow-scrolling: touch; }
  .mobile-channel-nav::-webkit-scrollbar { display: none; }
  .mobile-channel-nav .channel-menu { width: max-content; min-width: 100%; height: 42px; padding-inline: 10px; overflow: hidden; }
  .mobile-channel-nav .channel-menu > li { flex: 0 0 auto; }
  .mobile-channel-nav .channel-menu > li > a { min-height: 42px; padding: 0 10px; font-size: 13px; }
  .mobile-drawer { position: fixed; z-index: 100; top: var(--mobile-drawer-top, 98px); right: 0; left: 0; width: 100%; height: calc(100vh - var(--mobile-drawer-top, 98px)); height: calc(100dvh - var(--mobile-drawer-top, 98px)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 0 0 36px; background: #202020; color: #fff; box-shadow: none; scrollbar-width: thin; animation: mobile-menu-reveal 180ms ease both; }
  .mobile-drawer[hidden] { display: none; }
  .mobile-drawer-search { padding: 18px 16px; background: #050505; }
  .mobile-drawer-search .portal-search-form { gap: 8px; }
  .mobile-drawer-search .portal-search-form input { height: 48px; border-color: #656565; background: #3b3b3b; color: #fff; }
  .mobile-drawer-search .portal-search-form input::placeholder { color: #b9bdc3; opacity: 1; }
  .mobile-drawer-search .portal-search-form button { background: var(--brand); }
  .mobile-drawer-section { margin: 0; }
  .mobile-drawer-section > h2, .mobile-follow-us h2 { min-height: 58px; margin: 0; padding: 19px 18px 15px; background: #232323; color: #fff; font-size: 17px; line-height: 24px; font-weight: 700; }
  .mobile-drawer-action { display: grid; min-height: 64px; grid-template-columns: 28px minmax(0, 1fr) 20px; align-items: center; gap: 14px; padding: 12px 18px; border-bottom: 1px solid #474747; background: #383838; color: #f3f3f3; font-size: 16px; line-height: 22px; }
  .mobile-drawer-action:hover { background: #414141; color: #fff; }
  .mobile-drawer-action > .icon:first-child { width: 25px; height: 25px; }
  .mobile-drawer-action > .icon:last-child { width: 19px; height: 19px; justify-self: end; }
  .mobile-menu { margin: 0; padding: 0; list-style: none; }
  .mobile-menu li { position: relative; }
  .mobile-menu a { display: flex; min-height: 54px; align-items: center; padding: 13px 58px 13px 18px; border-bottom: 1px solid #414141; background: #333; color: #f3f3f3; font-size: 15px; line-height: 21px; font-weight: 600; }
  .mobile-menu a:hover { background: #3c3c3c; color: #fff; }
  .mobile-menu .sub-menu { margin: 0; padding: 0; list-style: none; }
  .mobile-menu .sub-menu a { padding-left: 38px; background: #292929; color: #d9d9d9; font-size: 14px; }
  .mobile-menu .sub-menu .sub-menu a { padding-left: 58px; background: #252525; }
  .mobile-menu .submenu-toggle { position: absolute; z-index: 2; top: 7px; right: 9px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; }
  .mobile-menu .submenu-toggle svg { width: 20px; height: 20px; transition: transform var(--transition); }
  .mobile-menu .submenu-toggle[aria-expanded="true"] svg { transform: rotate(90deg); }
  .mobile-follow-us { margin: 0; padding: 0 0 24px; border: 0; background: #202020; }
  .mobile-follow-us p { margin: 0; padding: 16px 18px; color: #b9bdc3; font-size: 12px; line-height: 1.5; }
  .mobile-social-icons { gap: 10px; padding: 17px 18px 0; }
  .mobile-social-icons .social-icon { width: 40px; height: 40px; border-color: #555; background: #373737; color: #fff; }
  .mobile-social-icons .social-icon-facebook { color: #1877f2; }
  .mobile-social-icons .social-icon-instagram { color: #d62976; }
  .mobile-social-icons .social-icon-youtube { color: #f00; }
  .mobile-social-icons .social-icon-tiktok, .mobile-social-icons .social-icon-x { color: #fff; }
  .mobile-social-icons .social-icon-linkedin { color: #0a66c2; }
  .mobile-social-icons .social-icon-telegram { color: #229ed9; }
  .mobile-social-icons .social-icon-whatsapp { color: #00a884; }
  .mobile-social-icons .social-icon:hover { background: var(--brand); color: #fff; }
  .mobile-social-icons .social-icon.is-disabled:hover { background: #373737; color: inherit; transform: none; }
  body.mobile-menu-open { overflow: hidden; }
  body.mobile-menu-open .site-header, body.mobile-menu-open .mobile-header { height: 56px; }
  body.mobile-menu-open .mobile-channel-nav { display: none; }
  body.mobile-menu-open .ad-below_nav, body.mobile-menu-open .ad-mobile_sticky { display: none !important; }
  @keyframes mobile-menu-reveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
  .search-overlay { padding-top: 72px; }
  .search-dialog { padding: 18px; }
  .portal-search-form button span { display: none; }
  .portal-search-form button { width: 48px; padding: 0; justify-content: center; }
  .ad-device-desktop { display: none !important; }
  .ad-device-mobile { display: grid; }
  .mobile-scroll-gate { position: relative; display: block; width: 100%; height: clamp(560px, 78vh, var(--mobile-gate-height, 900px)); height: clamp(560px, 78svh, var(--mobile-gate-height, 900px)); overflow: hidden; background: var(--mobile-gate-bg, #2b2b2b); }
  .mobile-scroll-gate-inner { display: grid; height: 100%; place-items: center; padding: 24px 16px; }
  .mobile-scroll-gate-ad-column { display: flex; width: min(86vw, 360px); max-height: 100%; flex-direction: column; }
  .mobile-scroll-gate .ad-mobile_header { display: grid; width: 100%; height: min(64vh, 554px); height: min(64svh, 554px); min-height: 250px; max-height: calc(100% - 44px); margin: 0; background: #f2f2f2; }
  .mobile-scroll-gate .ad-mobile_header > a, .mobile-scroll-gate .ad-mobile_header .ad-code { display: block; width: 100%; height: 100%; }
  .mobile-scroll-gate .ad-mobile_header img, .mobile-scroll-gate .ad-mobile_header .ad-code { width: 100%; height: 100%; max-height: 600px; object-fit: contain; }
  .mobile-scroll-gate-cue { display: block; width: 100%; margin-top: 12px; padding: 0 8px; background: transparent; color: #f2f2f2; font-size: 13px; font-weight: 500; line-height: 1.4; text-align: center; }
  .ad-below_nav { width: calc(100% - 24px); min-height: 92px; margin: 12px 12px 22px; }
  .ad-home_after_trending, .ad-home_after_headline, .ad-home_middle,
  .ad-home_after_category_1, .ad-home_after_category_2, .ad-home_after_category_3, .ad-home_after_category_4 { min-height: 100px; margin: 24px 0; }
  .ad-placeholder { padding: 15px; }
  .ad-placeholder strong { font-size: 13px; }
  .ad-placeholder small { display: none; }
  .single-main .ad-pre_article { width: calc(100% + 32px); min-height: 180px; margin: 12px -16px 18px; }
  .ad-mobile_sticky { position: fixed; z-index: 900; left: 0; right: 0; bottom: 0; display: grid; min-height: 64px; max-height: 88px; overflow: visible; }
  .ad-mobile_sticky img { max-height: 88px; object-fit: contain; }
  .ad-mobile_sticky[hidden] { display: none !important; }
  .mobile-sticky-ad-close { position: absolute; z-index: 4; top: -14px; right: 8px; display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 1px solid rgba(0,0,0,.12); border-radius: 999px; background: #fff; color: #111; box-shadow: 0 4px 14px rgba(0,0,0,.2); cursor: pointer; }
  .mobile-sticky-ad-close .icon { width: 16px; height: 16px; }
  .mobile-sticky-ad-close:hover, .mobile-sticky-ad-close:focus-visible { background: #f5f5f5; color: #000; }
  .trending-strip { min-height: 42px; margin-inline: -16px; padding-left: 16px; overflow: hidden; }
  .trending-strip > strong { font-size: 12px; }
  .trending-track { overflow-x: auto; scrollbar-width: none; }
  .trending-track a, .trending-track span { padding: 0 12px; }
  .home-layout, .content-sidebar-layout, .article-layout { display: block; }
  .headline-composition { display: block; margin: 0; }
  .hero-story { margin-inline: -16px; border-radius: 0; }
  .hero-image { aspect-ratio: 16 / 9; }
  .hero-badge { top: 10px; left: 16px; padding: 4px 12px; font-size: 15px; }
  .hero-content { min-height: 0; padding: 13px 16px 16px; }
  .hero-content h1 { font-size: 21px; line-height: 27px; }
  .headline-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; margin: 22px 0 30px; }
  .article-card-grid .card-image-link { aspect-ratio: 16 / 9; }
  .article-card-grid .card-title { font-size: 14px; line-height: 18px; -webkit-line-clamp: 3; }
  .headline-popular { margin: 0 0 34px; }
  .headline-popular .section-title, .popular-block .section-title, .section-title { font-size: 20px; line-height: 24px; }
  .popular-item { grid-template-columns: 38px 1fr; padding: 14px 0; }
  .popular-rank { color: var(--brand); font-size: 24px; }
  .recommendation-grid, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .article-card-list { grid-template-columns: 120px minmax(0, 1fr); gap: 12px; min-height: 92px; padding: 14px 0; }
  .article-card-list .card-image-link { width: 120px; height: 76px; aspect-ratio: auto; }
  .article-card-list .card-title { margin: 3px 0 5px; font-size: 15px; line-height: 19.5px; -webkit-line-clamp: 3; }
  .article-card-list .card-excerpt { display: none; }
  .article-card-list .post-time { margin-top: 0; }
  .category-sections { margin-top: 38px; }
  .homepage-category + .homepage-category { margin-top: 38px; }
  .category-section-heading { margin-bottom: 15px; }
  .category-heading-actions { gap: 6px; }
  .category-slider-buttons { display: none; }
  .category-more-link { font-size: 12px; }
  .category-featured-grid { display: block; }
  .category-lead-image { margin-inline: -16px; border-radius: 0; }
  .category-lead-content h3 { font-size: 22px; line-height: 28px; }
  .category-lead-content p { -webkit-line-clamp: 2; }
  .category-featured-side { margin-top: 22px; gap: 22px 12px; }
  .category-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .category-news-grid .article-card-grid .card-title, .category-slider-track .article-card-grid .card-title { font-size: 14px; line-height: 18px; -webkit-line-clamp: 3; }
  .category-slider { margin-inline: -16px; }
  .category-slider-track { gap: 12px; padding-inline: 16px; }
  .category-slider-track .article-card-grid { width: 72vw; min-width: 72vw; max-width: 290px; }
  .category-compact-list { grid-template-columns: 1fr; }
  .category-compact-item { grid-template-columns: 118px minmax(0, 1fr); gap: 12px; padding: 14px 0; }
  .category-compact-image { width: 118px; height: 76px; aspect-ratio: auto; }
  .category-compact-item h3 { margin: 3px 0 5px; font-size: 15px; line-height: 19px; -webkit-line-clamp: 2; }
  .home-sidebar, .site-sidebar { margin-top: 34px; }
  .single-main .site-sidebar { align-self: auto; }
  .sidebar-sticky { position: static; }
  .article-sidebar-ad-sticky { position: static; margin-top: 28px; }
  .ad-article_sidebar_sticky { height: auto; min-height: 280px; }
  .home-sidebar { align-self: auto; }
  .home-sidebar-ad-sticky { position: static; margin-top: 30px; }
  .quick-read-promo { display: none; }
  .archive-main, .search-main, .page-main { padding-top: 18px; }
  .archive-header h1 { font-size: 27px; }
  .subcategory-nav { flex-wrap: nowrap; margin-inline: -16px; padding-inline: 16px; overflow-x: auto; white-space: nowrap; }
  .archive-lead { display: block; }
  .archive-lead-image { margin-inline: -16px; border-radius: 0; }
  .archive-lead > div { padding-top: 12px; }
  .archive-lead h2 { font-size: 22px; }
  .archive-lead p { -webkit-line-clamp: 2; }
  .article-header { margin: 18px 0 16px; }
  .article-header h1 { margin-top: 7px; font-size: 28px; line-height: 36.4px; letter-spacing: -.02em; }
  .article-byline { flex-wrap: wrap; align-items: flex-start; gap: 12px 16px; }
  .author-link { order: 1; }
  .article-dates { align-items: flex-start; }
  .article-dates { order: 2; }
  .article-byline .share-top { order: 3; width: 100%; justify-content: flex-start; margin-top: 4px; }
  .reader-tools { margin-inline: -16px; width: calc(100% + 32px); gap: 7px; margin-top: 12px; padding-inline: 16px; padding-bottom: 2px; }
  .reader-tool { min-height: 38px; }
  .article-hero { margin-inline: -16px; }
  .article-hero figcaption { padding-inline: 16px; }
  .article-reading-row { display: block; }
  .article-rail { display: none; }
  .article-content { --reader-font-size: 17px; --reader-line-height: 28px; font-size: var(--reader-font-size); line-height: var(--reader-line-height); }
  .article-content[data-text-size="small"] { --reader-font-size: 15.5px; --reader-line-height: 26px; }
  .article-content[data-text-size="large"] { --reader-font-size: 19px; --reader-line-height: 31px; }
  .article-content p { margin: 18px 0; }
  .article-content h2 { font-size: 24px; }
  .article-content h3 { font-size: 21px; }
  .article-media { margin-inline: -16px; width: calc(100% + 32px); border-inline: 0; }
  .live-update-block { margin-inline: -16px; width: calc(100% + 32px); padding: 17px 16px; border-inline: 0; }
  .live-update-item { grid-template-columns: 48px minmax(0, 1fr); gap: 9px; }
  .live-update-item h3 { font-size: 15px; line-height: 20px; }
  .article-reactions { margin-inline: -16px; width: calc(100% + 32px); gap: 9px; padding-inline: 16px; }
  .article-content .article-reactions h2 { font-size: 13px; }
  .article-reactions button { min-height: 34px; padding: 5px 8px; }
  .newsletter-box { grid-template-columns: 1fr; gap: 16px; margin-inline: -16px; padding: 22px 16px; border-inline: 0; }
  .newsletter-box form { grid-template-columns: minmax(0, 1fr) auto; }
  .media-news-grid, .media-center-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .media-card h2, .media-card h3 { font-size: 14px; line-height: 18px; }
  .for-you-posts, .related-posts, .comments-area, .after-comments-news { width: 100%; }
  .for-you-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .for-you-card, .for-you-card-featured { grid-column: span 1; }
  .for-you-card-featured h3 { font-size: 15px; line-height: 20px; }
  .share-bottom { padding-top: 22px; }
  .share-bottom-icons { gap: 5px; }
  .share-bottom .share-button { width: 39px; height: 39px; }
  .share-copy-box { margin-top: 22px; }
	.after-comments-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .site-footer .newsletter-footer { margin-inline: -16px; margin-bottom: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-menu-column:last-child { display: block; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 18px; }
  .legal-menu { flex-wrap: wrap; }
  .quick-read-shell { width: 100%; }
  .quick-read-header { padding-inline: 16px; }
  .quick-read-header p { display: none; }
  .quick-read-feed { height: calc(100vh - 184px); }
  .quick-story { grid-template-columns: 1fr; grid-template-rows: 48% 52%; min-height: 100%; border-inline: 0; border-radius: 0; }
  .quick-story-content { justify-content: flex-start; padding: 20px 20px 64px; }
  .quick-story-content h2 { font-size: 23px; }
  .quick-story-content p { display: -webkit-box; overflow: hidden; font-size: 15px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .quick-read-controls { display: none; }
}

@media (max-width: 374px) {
  .portal-container { padding-inline: 14px; }
  .mobile-topbar { padding-inline: 8px; }
  .mobile-logo { max-width: 150px; }
  .mobile-logo .site-logo-text { font-size: 21px; }
  .hero-story, .archive-lead-image, .article-hero { margin-inline: -14px; }
  .article-card-list { grid-template-columns: 108px minmax(0, 1fr); }
  .article-card-list .card-image-link { width: 108px; height: 70px; }
  .headline-secondary, .recommendation-grid, .related-grid { gap-inline: 10px; }
  .category-lead-image, .category-slider { margin-inline: -14px; }
  .category-slider-track { padding-inline: 14px; }
  .category-compact-item { grid-template-columns: 108px minmax(0, 1fr); }
  .category-compact-image { width: 108px; height: 70px; }
  .article-header h1 { font-size: 26px; line-height: 33.8px; }
}

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

/* SaeKompi redesign credit — removed automatically with an active license. */
.saekompi-credit-wrap { display:flex; justify-content:center; padding-top:10px; }
.saekompi-redesign-credit { margin:0; color:var(--footer-text, #b9bdc1); font-size:12px; line-height:1.5; text-align:center; }
.saekompi-redesign-credit a { color:var(--footer-link, #c7cacf); font-weight:600; text-decoration:none; }
.saekompi-redesign-credit a:hover { color:var(--footer-link-hover, #fff); text-decoration:underline; }
