@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fira-sans-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/fira-sans-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/fira-sans-latin-800-normal.woff2") format("woff2");
}

:root {
  --navy: #1b3b6f;
  --navy-deep: #112a54;
  --navy-light: #2a5298;
  --navy-glow: rgba(27, 59, 111, 0.15);
  --white: #ffffff;
  --bg: #f7f7f8;
  --bg-warm: #fafafa;
  --text: #111118;
  --text-sec: #4a4a5a;
  --text-muted: #6f6f7d;
  --text-on-dark: #ffffff;
  --text-on-dark-muted: rgba(255, 255, 255, 0.56);
  --cookie-banner-shadow-color: rgba(0, 0, 0, 0.12);
  --cookie-banner-description-color: rgba(17, 17, 24, 0.76);
  --cookie-banner-button-hover-color: #f3f5f9;
  --cookie-consent-backdrop-color: rgba(8, 15, 32, 0.52);
  --cookie-consent-description-color: rgba(17, 17, 24, 0.72);
  --cookie-consent-toggle-off-color: #d1d5db;
  --cookie-consent-toggle-on-color: var(--navy);
  --cookie-consent-toggle-thumb-color: #ffffff;
  --cookie-consent-badge-background-color: rgba(27, 59, 111, 0.07);
  --cookie-consent-badge-border-color: rgba(27, 59, 111, 0.18);
  --cookie-surface-background-color: rgba(255, 255, 255, 0.96);
  --error-page-bg-color: var(--bg-warm);
  --error-page-color: var(--text);
  --error-page-body-color: var(--text-sec);
  --error-page-link-color: #ffffff;
  --error-page-link-bg-color: var(--navy);
  --error-page-link-bg-color-hover: var(--navy-light);
  --cookie-surface-border-color: var(--border);
  --cookie-surface-radius: 16px;
  --cookie-surface-padding: 1rem;
  --cookie-action-gap: 0.75rem;
  --cookie-action-min-height: 2.75rem;
  --cookie-action-padding: 0.75rem 1rem;
  --cookie-focus-ring-color: rgba(27, 59, 111, 0.18);
  --cookie-action-primary-background-color: var(--navy);
  --cookie-action-primary-border-color: var(--navy);
  --cookie-action-primary-text-color: #ffffff;
  --cookie-action-primary-background-color-hover: var(--navy-light);
  --cookie-action-primary-border-color-hover: var(--navy-light);
  --cookie-action-accent-background-color: rgba(27, 59, 111, 0.07);
  --cookie-action-accent-border-color: rgba(27, 59, 111, 0.18);
  --cookie-action-accent-text-color: var(--navy);
  --cookie-action-accent-background-color-hover: rgba(27, 59, 111, 0.12);
  --cookie-action-neutral-background-color: transparent;
  --cookie-action-neutral-border-color: var(--border);
  --cookie-action-neutral-text-color: var(--text);
  --cookie-action-neutral-background-color-hover: var(
    --cookie-banner-button-hover-color
  );
  --cookie-action-reject-background-color: rgba(220, 38, 38, 0.04);
  --cookie-action-reject-border-color: rgba(220, 38, 38, 0.18);
  --cookie-action-reject-text-color: #b91c1c;
  --cookie-action-reject-background-color-hover: rgba(220, 38, 38, 0.1);
  --cookie-close-button-text-color: var(--navy);
  --border: #e8e8ec;
  --card: #ffffff;
  --card-hover: #fcfcff;
  --accent-red: #dc2626;
  --accent-green: #16a34a;
  --accent-blue: #2563eb;
  --accent-yellow: #eab308;
  --accent-magenta: #a21caf;
  --accent-amber: #ca8a04;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
  --shadow-glow: 0 0 0 1px rgba(27, 59, 111, 0.08), 0 4px 16px rgba(27, 59, 111, 0.06);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --max-w: 1240px;
  --font-lato: "Lato", -apple-system, sans-serif;
  --font-fira: "Fira Sans", -apple-system, sans-serif;
  --t: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body.dark {
  --navy: #0d1b36;
  --navy-deep: #080f20;
  --navy-light: #3b6cc7;
  --navy-glow: rgba(59, 108, 199, 0.1);
  --accent-on-dark: #7eb4ff;
  --accent-red-on-dark: #f87171;
  --accent-blue-on-dark: #60a5fa;
  --accent-green-on-dark: #4ade80;
  --accent-magenta-on-dark: #e879f9;
  --accent-amber-on-dark: #fbbf24;
  --accent-amber-soft-on-dark: #f59e0b;
  --accent-surface-on-dark: rgba(59, 108, 199, 0.15);
  --white: #12121e;
  --bg: #0e0e1a;
  --bg-warm: #141422;
  --text: #e8e8f0;
  --text-sec: #a0a0b4;
  --text-muted: #9494a8;
  --text-on-dark: #ffffff;
  --text-on-dark-muted: rgba(255, 255, 255, 0.68);
  --cookie-banner-shadow-color: rgba(0, 0, 0, 0.32);
  --cookie-banner-description-color: rgba(232, 232, 240, 0.74);
  --cookie-banner-button-hover-color: #24243a;
  --cookie-consent-backdrop-color: rgba(0, 0, 0, 0.6);
  --cookie-consent-description-color: rgba(232, 232, 240, 0.72);
  --cookie-consent-toggle-off-color: #3d4157;
  --cookie-consent-toggle-on-color: #7eb4ff;
  --cookie-consent-badge-background-color: rgba(126, 180, 255, 0.12);
  --cookie-consent-badge-border-color: rgba(126, 180, 255, 0.22);
  --cookie-surface-background-color: rgba(18, 20, 32, 0.96);
  --cookie-focus-ring-color: rgba(126, 180, 255, 0.26);
  --cookie-action-primary-background-color: #7eb4ff;
  --cookie-action-primary-border-color: #7eb4ff;
  --cookie-action-primary-text-color: #0e0e1a;
  --cookie-action-primary-background-color-hover: #97c2ff;
  --cookie-action-primary-border-color-hover: #97c2ff;
  --cookie-action-accent-background-color: rgba(126, 180, 255, 0.12);
  --cookie-action-accent-border-color: rgba(126, 180, 255, 0.24);
  --cookie-action-accent-text-color: #7eb4ff;
  --cookie-action-accent-background-color-hover: rgba(126, 180, 255, 0.18);
  --cookie-action-neutral-background-color: rgba(255, 255, 255, 0.03);
  --cookie-action-neutral-border-color: rgba(126, 180, 255, 0.18);
  --cookie-action-neutral-text-color: rgba(232, 232, 240, 0.94);
  --cookie-action-neutral-background-color-hover: rgba(126, 180, 255, 0.1);
  --cookie-action-reject-background-color: rgba(248, 113, 113, 0.08);
  --cookie-action-reject-border-color: rgba(248, 113, 113, 0.22);
  --cookie-action-reject-text-color: #f6b0b0;
  --cookie-action-reject-background-color-hover: rgba(248, 113, 113, 0.14);
  --cookie-close-button-text-color: rgba(232, 232, 240, 0.78);
  --border: #222236;
  --card: #1a1a2c;
  --card-hover: #1e1e34;
  --error-page-bg-color: var(--bg);
  --error-page-color: var(--text-on-dark);
  --error-page-body-color: rgba(255, 255, 255, 0.7);
  --error-page-link-color: #ffffff;
  --error-page-link-bg-color: var(--navy-light);
  --error-page-link-bg-color-hover: #4b7fe3;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.25);
  --shadow-glow: 0 0 0 1px rgba(59, 108, 199, 0.15), 0 4px 16px rgba(59, 108, 199, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-lato);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.page > main {
  flex: 1 0 auto;
}

.page-main {
  padding: 24px 0 40px;
}

.impressum-content {
  max-width: 620px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.35;
}

.impressum-title {
  margin: 0 0 20px;
  color: var(--text);
  font-family: var(--font-fira);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.impressum-block {
  margin-bottom: 16px;
}

.impressum-block p {
  margin: 0 0 4px;
}

.impressum-block strong {
  font-weight: 700;
}

.impressum-link {
  color: var(--navy-light);
  text-decoration: none;
}

.impressum-link:hover {
  text-decoration: underline;
}

.faton-page-main {
  padding-top: 32px;
}

.faton-profile {
  display: grid;
  gap: 28px;
  max-width: 1040px;
  margin: 0 auto;
}

.faton-photo-panel {
  display: flex;
  justify-content: center;
}

.faton-photo {
  width: min(72vw, 280px);
  aspect-ratio: 1;
  border: 6px solid var(--card);
  border-radius: 999px;
  background: var(--card);
  box-shadow: var(--shadow-md);
  object-fit: cover;
  object-position: center top;
}

.faton-content {
  min-width: 0;
}

.faton-title {
  margin: 0 0 20px;
  color: var(--text);
  font-family: var(--font-fira);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.12;
}

.faton-description {
  display: grid;
  gap: 16px;
  max-width: 760px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.faton-description p {
  margin: 0;
}

@media (min-width: 900px) {
  .faton-profile {
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
    gap: 42px;
    padding: 18px 0 28px;
  }

  .faton-photo-panel {
    position: sticky;
    top: 92px;
  }

  .faton-photo {
    width: 280px;
  }
}

@media (max-width: 640px) {
  .faton-title {
    text-align: center;
  }
}

body.error-page-shell {
  background: var(--error-page-bg-color);
}

.error-page {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 32px 20px;
  background:
    radial-gradient(circle at top, rgba(27, 59, 111, 0.08), transparent 42%),
    var(--error-page-bg-color);
  color: var(--error-page-color);
  text-align: center;
}

.error-page h1 {
  margin: 0;
  font-size: clamp(2.75rem, 8vw, 4.75rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.error-page p {
  max-width: 40rem;
  margin: 0;
  color: var(--error-page-body-color);
  font-size: clamp(1rem, 2.6vw, 1.2rem);
}

.error-page p:last-child {
  margin-top: 0.25rem;
}

.error-page a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.125rem;
  border-radius: 999px;
  background: var(--error-page-link-bg-color);
  color: var(--error-page-link-color);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition:
    background var(--t),
    transform var(--t);
}

.error-page a:hover {
  background: var(--error-page-link-bg-color-hover);
  transform: translateY(-1px);
}

.menu {
  display: contents;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.container,
.hero-content-inner {
  width: min(100% - 40px, var(--max-w));
  margin-inline: auto;
}

body.category-page .section > .container {
  width: min(100%, var(--max-w));
  padding: 0 20px;
}

@media (min-width: 901px) {
  body.home-page .section > .container,
  body.home-page .latest-news-section > .container {
    width: min(100%, var(--max-w));
    padding: 0 20px;
  }
}

.brand-mark,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 48px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1;
}

.brand-text {
  display: flex;
  flex-direction: column;
  color: var(--white);
  line-height: 1.05;
}

.brand-name {
  font-size: 18px;
  font-weight: 800;
}

.brand-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 300;
}

.pulse {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  50% {
    opacity: 0.35;
    transform: scale(0.8);
  }
}

@keyframes ticker-scroll {
  to {
    transform: translateX(-50%);
  }
}

.search-input.mobile {
  display: none;
}

.search-input.desktop {
  width: min(260px, 28vw);
}

.search-input {
  position: relative;
}

.search-input > div {
  position: relative;
}

.search-input input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  outline: 0;
  padding: 10px 14px;
}

.search-input input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.search-btn {
  display: none;
}

.search-results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  margin: 0;
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--card);
  box-shadow: var(--shadow-md);
  list-style: none;
}

.search-results:empty {
  display: none;
}

.search-result__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 6px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.3;
}

.search-result__link:hover {
  background: var(--bg);
}

.search-result__img {
  width: 42px;
  height: 34px;
  border-radius: 4px;
  object-fit: cover;
}

.section {
  padding: 40px 0;
}

.section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.section-head .indicator {
  width: 4px;
  height: 28px;
  border-radius: 2px;
  background: var(--navy);
  flex-shrink: 0;
}

.section-head.politics-head .indicator {
  background: var(--accent-red);
}

.article-overlay .title,
.article-overlay .hero-title,
.article-stacked .title,
.article-inline .title,
.text-article .text,
.section-head h2 {
  font-family: var(--font-fira);
}

.article-stacked .image-wrap {
  display: block;
  overflow: hidden;
}

.article-overlay > .media {
  position: relative;
  display: block;
  overflow: hidden;
}

.article-overlay > .media > .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.article-overlay .content {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.section-head h2 {
  flex: 1;
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 800;
}

.section-head .more {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-head .more:hover {
  color: var(--navy-light);
}

.section-head .more img {
  display: none;
}

body.dark .section-head .more {
  color: #8a8a9a;
}

body.dark .section-head .more:hover {
  color: var(--text-on-dark);
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  min-height: 420px;
  max-height: 600px;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #101010;
}

.hero > .media {
  position: absolute;
  inset: 0;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: slowZoom 25s ease-in-out infinite alternate;
  object-fit: cover;
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

.hero .overlay,
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.55) 80%, rgba(0, 0, 0, 0.7) 100%);
}

.overlay-link-cover,
.hero-link-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.overlay-link-cover:focus-visible,
.hero-link-cover:focus-visible {
  outline: none;
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.92),
    inset 0 0 0 6px rgba(27, 59, 111, 0.45);
}

.hero .content,
.hero-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 16px;
  z-index: 2;
  pointer-events: none;
}

.hero .content {
  width: min(100% - 40px, var(--max-w));
  margin-inline: auto;
  padding-inline: 0;
}

.hero-content-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.hero-meta {
  margin-bottom: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-lato);
  font-size: 12px;
}

.hero-title {
  max-width: 16ch;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 4px 16px rgba(0, 0, 0, 0.3);
}

.hero-title-link {
  color: inherit;
  text-decoration: none;
}

.hero .content > .meta,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.share-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.share-label {
  color: #5f6470;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-video {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 50px;
  background: #ffffff;
  color: #1b3b6f;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
  transition: all var(--t);
}

.btn-video:hover {
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.btn-video svg {
  width: 16px;
  height: 16px;
}

.social-btn {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  transition: all var(--t);
  appearance: none;
  backdrop-filter: blur(12px);
}

.social-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
}

.hero .content > .meta .social-btn,
.hero-actions .social-btn {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero .content > .meta .social-btn:hover,
.hero-actions .social-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.share-feedback {
  color: #5f6470;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  transition: opacity var(--t);
  white-space: nowrap;
}

.share-feedback.visible {
  opacity: 1;
}

.hero-below {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 16px 20px 0;
}

.top-news-section .hero-wrap {
  width: 100%;
}

.top-news-section .hero {
  height: 70vh;
  height: 70svh;
  min-height: 360px;
  max-height: none;
  aspect-ratio: auto;
}

.top-news-section .hero-title {
  max-width: none;
  font-size: clamp(25px, 3.8vw, 40px);
  font-weight: 600;
  letter-spacing: 0;
}

.top-news-section .hero-below {
  padding: 14px 10px 0;
}

@media (min-width: 768px) {
  .top-news-section .hero {
    height: 62vh;
    max-height: 620px;
    min-height: 420px;
  }

  .top-news-section .hero-below {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 1000px;
    padding: 18px 24px 0;
  }

  .top-news-section .hero-below .article-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    padding: 0 0 14px;
  }

  .top-news-section .hero-below .article-inline img {
    width: 100%;
    height: 130px;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }

  .top-news-section .hero-below .article-inline .body {
    padding: 12px 12px 0;
  }
}

@media (min-width: 1024px) {
  .top-news-section .hero-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 18px;
    align-items: stretch;
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 24px 0;
  }

  .top-news-section .hero-wrap .hero {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 10;
    border-radius: var(--radius-lg);
  }

  .top-news-section .hero-wrap .hero img {
    object-position: center 30%;
  }

  .top-news-section .hero-wrap .hero-below {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: none;
    padding: 0;
  }

  .top-news-section .hero-wrap .hero-below .article-inline {
    flex: 1;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 14px;
  }

  .top-news-section .hero-wrap .hero-below .article-inline img {
    width: 120px;
    height: 84px;
    border-radius: var(--radius-sm);
  }

  .top-news-section .hero-wrap .hero-below .article-inline .body {
    padding: 0;
  }
}

.article-inline,
.sub-card,
.home-section-item,
.story-card,
.list-card {
  background: var(--card);
  border: 1px solid var(--border);
  color: var(--text);
  transition: transform var(--t), box-shadow var(--t), background var(--t);
}

.article-inline,
.sub-card,
.home-section-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
}

.article-inline:hover,
.sub-card:hover,
.home-section-item:hover,
.story-card:hover {
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
}

.article-inline:hover,
.sub-card:hover,
.home-section-item:hover {
  box-shadow: var(--shadow-md);
  transform: none;
}

.article-inline img,
.sub-card img,
.home-section-item img {
  width: 120px;
  height: 90px;
  flex: 0 0 auto;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.article-inline .title,
.sub-card .title,
.home-section-item .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.article-inline .body,
.sub-card .body,
.home-section-item .body {
  flex: 1;
  min-width: 0;
}

.story-card .meta {
  color: var(--text-muted);
  font-family: var(--font-lato);
  font-size: 11px;
}

.article-inline .meta,
.sub-card .meta,
.home-section-item .meta {
  margin-top: 6px;
  color: var(--text-muted);
  font-family: var(--font-lato);
  font-size: 13px;
}

body.dark .article-inline .meta,
body.dark .sub-card .meta,
body.dark .home-section-item .meta {
  color: #8a8a9a;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.search-result-card {
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  gap: 12px;
}

.search-result-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
}

.search-result-card .title {
  font-size: 16px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  padding: 24px 0 8px;
}

.search-results-grid + .pagination {
  margin-top: 28px;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--border);
  outline: none;
  border-radius: 999px;
  background: var(--card);
  color: var(--navy);
  font-family: var(--font-lato);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  box-shadow: var(--shadow-sm);
  transition:
    border-color var(--t),
    box-shadow var(--t),
    color var(--t),
    background var(--t),
    transform var(--t);
}

.pagination-link:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: #ffffff;
  box-shadow: var(--shadow-glow);
  transform: translateY(-1px);
}

.pagination-link:focus-visible {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(27, 59, 111, 0.16);
}

body.dark .pagination-link {
  color: var(--text-on-dark);
}

body.dark .pagination-link:hover {
  border-color: var(--navy-light);
  background: var(--navy-light);
}

body.dark .pagination-link:focus-visible {
  border-color: var(--navy-light);
  box-shadow: 0 0 0 3px rgba(126, 180, 255, 0.18);
}

.pagination-link.disabled {
  border-color: var(--border);
  background: transparent;
  color: var(--text-muted);
  box-shadow: none;
  opacity: 1;
  pointer-events: none;
}

.pagination-link svg {
  width: 16px;
  height: 16px;
}

.pagination-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
}

.home-article-section,
.sport-section {
  background: var(--bg);
}

.home-article-section.national-section .section-head .indicator {
  background: var(--accent-red);
}

.home-article-section.municipality-section .section-head .indicator,
.home-article-section.art-section .section-head .indicator {
  background: var(--accent-blue);
}

.home-article-section.culture-section .section-head .indicator,
.home-article-section.curiosity-section .section-head .indicator {
  background: var(--accent-magenta);
}

.home-article-section.world-section .section-head .indicator,
.home-article-section.lifestyle-section .section-head .indicator {
  background: var(--accent-amber);
}

.home-article-section.economy-section,
.home-article-section.municipality-section,
.home-article-section.art-section,
.home-article-section.world-section {
  background: var(--bg-warm);
}

.culture-section .culture-hero {
  --split-hero-height: 500px;
  --split-hero-image-height: 280px;
  min-height: 0;
  height: auto;
  background: #464646;
}

.culture-section .culture-hero > .media {
  height: var(--split-hero-height);
  border-radius: inherit;
  background: #464646;
}

.culture-section .culture-hero > .media > img {
  min-height: 0;
  height: var(--split-hero-image-height);
}

.culture-section .culture-hero > .media > .overlay {
  top: var(--split-hero-image-height);
  background: linear-gradient(
    180deg,
    #d8d8d8 0%,
    #9b9b9b 24%,
    #666666 66%,
    #464646 100%
  );
}

@media (min-width: 1024px) {
  body.home-page .culture-section > .container {
    display: grid;
    align-content: start;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
  }

  .culture-section > .container > .section-head,
  .culture-section > .container > .more-btn {
    grid-column: 1 / -1;
  }

  .culture-section .culture-hero {
    align-self: stretch;
    margin-bottom: 0;
  }
}

.art-world-curiosity-section {
  padding: 0;
  background: var(--card);
}

body.home-page .art-world-curiosity-section > .container {
  width: 100%;
  padding-inline: 0;
}

.row-3 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.txtlist {
  padding: 40px 20px;
  background: var(--card);
}

.txtlist .section-head {
  margin-bottom: 24px;
}

.txtlist .section-head .indicator {
  background: var(--tl-heading, var(--tl));
}

.txtlist .section-head h2 {
  color: var(--tl-heading, var(--tl));
}

body.dark .txtlist.curiosity-column {
  --tl-heading: #e15a9c;
}

.tl-hero {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: var(--radius-lg);
  color: #ffffff;
  text-decoration: none;
}

.tl-hero > .media {
  border-radius: inherit;
}

.tl-hero img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.tl-hero .overlay {
  background: linear-gradient(
    180deg,
    transparent 35%,
    rgba(0, 0, 0, 0.2) 58%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.tl-hero > .media > .content {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
}

.tl-hero .meta,
.tl-item .d {
  font-family: var(--font-lato);
}

.tl-hero .meta {
  order: 1;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

.tl-hero .t {
  display: -webkit-box;
  order: 2;
  overflow: hidden;
  color: #ffffff;
  font-family: var(--font-fira);
  font-size: clamp(19px, 3.4vw, 24px);
  font-weight: 800;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  transition: color var(--t), text-shadow var(--t);
}

.tl-list {
  display: flex;
  flex-direction: column;
}

.tl-item {
  display: block;
  padding: 18px 14px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  text-decoration: none;
  transition: background var(--t);
}

.tl-item:last-child {
  border-bottom: 0;
}

.tl-item.alt {
  background: rgba(0, 0, 0, 0.04);
}

.tl-item:hover {
  background: rgba(0, 0, 0, 0.02);
}

.tl-item .d {
  margin-bottom: 7px;
  color: var(--text-muted);
  font-size: 12.5px;
  line-height: 1.2;
}

.tl-item .t {
  margin-bottom: 8px;
  color: var(--text);
  font-family: var(--font-fira);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  transition: color var(--t);
}

.tl-item .e {
  display: -webkit-box;
  overflow: hidden;
  color: var(--text-sec);
  font-size: 14.5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.5;
}

.tl-item:hover .t {
  color: var(--navy);
}

.tl-hero:hover .t {
  color: #ffffff;
  color: color-mix(in srgb, var(--tl) 18%, #ffffff);
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.72),
    0 0 1px rgba(0, 0, 0, 0.9);
}

body.dark .tl-item.alt {
  background: rgba(255, 255, 255, 0.045);
}

body.dark .tl-item:hover {
  background: rgba(255, 255, 255, 0.03);
}

body.dark .tl-item:hover .t {
  color: var(--navy-light);
}

body.dark .tl-hero:hover .t {
  color: #ffffff;
  color: color-mix(in srgb, var(--tl) 24%, #ffffff);
  text-shadow:
    0 2px 7px rgba(0, 0, 0, 0.78),
    0 0 1px rgba(0, 0, 0, 0.95);
}

@media (min-width: 1024px) {
  .art-world-curiosity-section {
    background: var(--bg);
  }

  body.home-page .art-world-curiosity-section > .container {
    width: min(100%, var(--max-w));
    padding-inline: 20px;
  }

  .row-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
  }

  .row-3 .txtlist {
    padding: 28px 0;
  }

  .row-3 .tl-hero img {
    height: 180px;
  }

  .row-3 .tl-item:nth-of-type(n + 4) {
    display: none;
  }
}

#secEkonomi .container {
  display: block;
}

#secEkonomi .eko-listwrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#secEkonomi .eko-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  padding: 10px;
  border-radius: var(--radius);
  text-decoration: none;
}

#secEkonomi .eko-card .image-wrap {
  width: 116px;
  flex: 0 0 116px;
  border-radius: var(--radius-sm);
}

#secEkonomi .eko-card img {
  display: block;
  width: 116px;
  height: 84px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

#secEkonomi .eko-card .body {
  min-width: 0;
  padding: 0;
}

#secEkonomi .eko-card .title {
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.32;
  transition: color var(--t);
}

#secEkonomi .eko-card:hover .title {
  color: var(--navy);
}

body.dark #secEkonomi .eko-card:hover .title {
  color: var(--navy-light);
}

.nk-head-red .indicator {
  background: var(--accent-red);
}

.nk-head-blue .indicator {
  background: var(--accent-blue);
}

.nk-hero {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: var(--radius-lg);
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.nk-hero img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.nk-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(0, 0, 0, 0.15) 55%,
    rgba(0, 0, 0, 0.55) 80%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.nk-hero .title {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  color: #ffffff;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.nk-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 768px) {
  #secEkonomi .eko-listwrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 1024px) {
  #secEkonomi .eko-listwrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  #secEkonomi .eko-card {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 0 18px;
  }

  #secEkonomi .eko-card .image-wrap {
    width: 100%;
    flex: 0 0 auto;
    border-radius: var(--radius) var(--radius) 0 0;
  }

  #secEkonomi .eko-card img {
    width: 100%;
    height: 150px;
    border-radius: var(--radius) var(--radius) 0 0;
  }

  #secEkonomi .eko-card .title {
    display: block;
    margin-top: 13px;
    padding: 0 16px;
  }

  .row-2 {
    display: grid;
    align-items: start;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  body.home-page .row-2 .section > .container {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .row-2 .section {
    padding: 28px 0;
  }
}

@media (min-width: 1200px) {
  #secEkonomi .eko-listwrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.politics-section .container {
  display: block;
}

.pol-hero {
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-sm);
  color: var(--text);
  transition: box-shadow var(--t);
}

.pol-hero:hover {
  box-shadow: var(--shadow-md);
}

.pol-hero > .media,
.ph-imgwrap {
  position: relative;
  background: #111111;
}

.ph-image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.pol-hero > .media img,
.ph-imgwrap img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.pol-hero > .media > .content,
.ph-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.pol-hero > .media > .content > .meta {
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: auto;
}

.ph-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--accent-red);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
}

.ph-share-actions {
  gap: 6px;
}

.ph-share-actions .social-btn {
  width: 30px;
  height: 28px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  backdrop-filter: none;
}

.ph-share-actions .social-btn--facebook {
  background: #1877f2;
}

.ph-share-actions .social-btn--twitter {
  background: #1da1f2;
}

.ph-share-actions .social-btn--native {
  background: rgba(170, 174, 164, 0.72);
}

.ph-share-actions .social-btn svg {
  width: 14px;
  height: 14px;
}

.ph-share-actions .social-btn--native svg * {
  stroke-width: 2px;
}

.ph-share-actions .social-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.ph-share-actions .share-feedback {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pol-hero > .body,
.ph-body {
  padding: 14px 16px 18px;
}

.ph-date {
  margin-bottom: 6px;
  color: var(--text-muted);
  font-family: var(--font-lato);
  font-size: 12px;
  letter-spacing: 0.3px;
}

.ph-title {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-family: var(--font-fira);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.22;
  text-decoration: none;
  transition: color var(--t);
}

.pol-hero:hover .ph-title {
  color: var(--navy);
}

body.dark .pol-hero:hover .ph-title {
  color: var(--navy-light);
}

.ph-excerpt {
  color: var(--text-sec);
  font-size: 14px;
  line-height: 1.55;
}

.pol-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pol-card {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.pol-card .image-wrap {
  aspect-ratio: 1 / 1;
}

.pol-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.pol-card .body {
  display: flex;
  flex-direction: column;
  padding: 12px 14px 14px;
}

.pol-card .meta {
  order: 1;
  margin: 0 0 6px;
  color: var(--text-muted);
  font-family: var(--font-lato);
  font-size: 12px;
  letter-spacing: 0.3px;
}

.pol-card .title {
  order: 2;
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.pol-card:hover .title {
  color: var(--navy);
}

body.dark .pol-card:hover .title {
  color: var(--navy-light);
}

@media (min-width: 1024px) {
  .politics-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "head head"
      "hero cards"
      "more more";
    column-gap: 28px;
    align-items: stretch;
  }

  .politics-section .section-head {
    grid-area: head;
  }

  .politics-section .more-btn {
    grid-area: more;
  }

  .politics-section .pol-hero {
    display: flex;
    grid-area: hero;
    flex-direction: column;
    margin: 0;
  }

  .politics-section .pol-hero > .media,
  .politics-section .ph-imgwrap {
    min-height: 360px;
    flex: 1 1 auto;
  }

  .politics-section .ph-image-link {
    height: 100%;
  }

  .politics-section .pol-hero > .media img,
  .politics-section .ph-imgwrap img {
    height: 100%;
    min-height: 360px;
    max-height: none;
  }

  .politics-section .pol-right {
    grid-area: cards;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-content: start;
  }

  .politics-section .pol-card {
    display: flex;
    flex-direction: column;
  }

  .politics-section .pol-card .body {
    padding: 8px 10px 10px;
  }

  .politics-section .pol-card .meta {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .politics-section .pol-card .title {
    font-size: 13px;
    line-height: 1.2;
  }
}

.home-article-section.opinion-section {
  background: var(--navy);
  padding: 48px 0;
}

body.home-page .home-article-section.opinion-section > .container {
  display: block;
}

.home-article-section.opinion-section .section-head h2 {
  color: #ffffff;
}

.home-article-section.opinion-section .section-head .indicator {
  background: rgba(255, 255, 255, 0.3);
}

.home-article-section.opinion-section .section-head .more {
  color: rgba(255, 255, 255, 0.76);
}

.home-article-section.opinion-section .section-head .more:hover {
  color: #ffffff;
}

.opinion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-article-section.opinion-section .opinion-grid .opinion-card {
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 0;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}

.home-article-section.opinion-section .opinion-grid .opinion-card:hover {
  background: transparent;
  box-shadow: none;
}

.home-article-section.opinion-section .opinion-grid .opinion-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.home-article-section.opinion-section .opinion-grid .opinion-card .body {
  overflow: visible;
  padding: 12px 0 0;
}

.home-article-section.opinion-section .opinion-grid .opinion-card .title {
  color: #ffffff;
  font-family: var(--font-fira);
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
  min-height: 0;
}

.home-article-section.opinion-section .opinion-grid .opinion-card .meta {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--font-lato);
  font-size: 13px;
  line-height: 1.45;
  overflow: visible;
}

.home-article-section.opinion-section .opinion-meta-separator {
  display: inline-block;
  font-style: normal;
}

.home-article-section.opinion-section .opinion-meta-text {
  color: inherit;
  font-style: italic;
}

.home-article-section.opinion-section .more-btn,
body.dark .home-article-section.opinion-section .more-btn {
  max-width: 380px;
  margin: 26px auto 0;
  background: #ffffff;
  color: var(--navy);
}

.home-article-section.opinion-section .more-btn:hover,
body.dark .home-article-section.opinion-section .more-btn:hover {
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy);
}

@media (min-width: 640px) {
  .opinion-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

.row-sl {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: min(100% - 40px, var(--max-w));
  margin: 0 auto;
  padding: 26px 0;
}

.row-sl .rss-slider,
.row-sl .lifestyle-section {
  padding: 0;
}

.row-sl .rss-slider > .container,
.row-sl .lifestyle-section > .container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.rss-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  background: #111111;
}

.rss-slide {
  position: absolute;
  inset: 0;
  display: block;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

.rss-slide.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.rss-slide::before,
.rss-slide::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.rss-slide::before {
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.3) 45%,
    rgba(0, 0, 0, 0.75)
  );
}

.rss-slide::after {
  inset: 14px;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 8px;
}

.rss-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rss-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  padding: 38px 34px;
  pointer-events: none;
}

.rss-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 18px;
  color: #ffffff;
  font-family: var(--font-fira);
  font-size: clamp(26px, 6.2vw, 40px);
  font-weight: 800;
  line-height: 1.12;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.rss-excerpt {
  display: -webkit-box;
  overflow: hidden;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 4.2vw, 18px);
  line-height: 1.55;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.rss-dots {
  position: absolute;
  bottom: 26px;
  left: 30px;
  z-index: 4;
  display: flex;
  gap: 0;
}

.rss-dots .dot {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.rss-dots .dot::before {
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.45);
  content: "";
  transition:
    background var(--t),
    border-color var(--t);
}

.rss-dots .dot.active::before {
  border-color: #ffffff;
  background: #ffffff;
}

.lifestyle-section .ls-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: #f0a500;
}

.ls-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ls-bar {
  width: 6px;
  height: 26px;
  border-radius: 2px;
  background: #111111;
  flex-shrink: 0;
}

.ls-header h2 {
  margin: 0;
  color: #111111;
  font-family: var(--font-fira);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.ls-arrows {
  display: flex;
  gap: 10px;
}

.ls-arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 2px solid rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  background: transparent;
  color: #111111;
  cursor: pointer;
  transition:
    background var(--t),
    border-color var(--t);
}

.ls-arrows button:hover {
  background: rgba(0, 0, 0, 0.12);
}

.lifestyle-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 16px 0 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.lifestyle-scroll::-webkit-scrollbar {
  display: none;
}

.lifestyle-card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 280px;
  min-width: 280px;
  max-width: 320px;
  height: 320px;
  border-radius: var(--radius);
  color: #ffffff;
  scroll-snap-align: start;
  text-decoration: none;
}

.lifestyle-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.lifestyle-card:hover img {
  transform: scale(1.05);
}

.lifestyle-card .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 16px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.lifestyle-card .title {
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  font-family: var(--font-fira);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.row-sl .more-btn {
  margin-top: 14px;
}

@media (min-width: 1024px) {
  .row-sl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
    width: min(100%, var(--max-w));
    padding: 26px 24px;
  }

  .row-sl .ls-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .row-sl .lifestyle-scroll {
    overflow-x: auto;
    gap: 0;
    aspect-ratio: 1.15 / 1;
    padding: 0;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }

  .row-sl .lifestyle-card {
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    border-radius: 0;
  }
}

@media (max-width: 620px) {
  .row-sl {
    width: min(100% - 28px, var(--max-w));
  }

  .rss-inner {
    padding: 28px 24px;
  }

  .rss-dots {
    bottom: 22px;
    left: 24px;
  }
}

.row-fv {
  width: 100%;
}

.video-section {
  padding: 48px 0;
  background: var(--navy-deep);
  color: #ffffff;
}

.vmedia-logo {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.vmedia-logo-img {
  display: block;
  width: 128px;
  height: auto;
}

.video-embed {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.video-embed::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, transparent 30%);
  content: "";
  pointer-events: none;
  z-index: 1;
}

.video-embed .vf-poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vf-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 48px;
  border-radius: 12px;
  background: #ff0000;
  color: #ffffff;
  transform: translate(-50%, -50%);
  transition: background var(--t), transform var(--t);
  z-index: 2;
}

.video-embed:hover .vf-playbtn {
  background: #ff0000;
  transform: translate(-50%, -50%) scale(1.06);
}

.vf-channel {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.vf-channel .eo-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.vf-title {
  margin: 18px 0 12px;
  font-size: clamp(20px, 3.4vw, 28px);
  font-weight: 800;
  line-height: 1.18;
}

.vf-title-link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: color var(--t);
}

.vf-title-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.vf-desc {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.65;
}

.vf-desc p {
  margin: 0 0 10px;
}

.vf-desc p:last-child {
  margin-bottom: 0;
}

.vf-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vf-date {
  color: var(--text-on-dark-muted);
  font-family: var(--font-lato);
  font-size: 13px;
}

.vf-share {
  display: flex;
  gap: 8px;
}

.vf-share .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  text-decoration: none;
  transition: opacity var(--t);
}

.vf-share a.social-btn:first-of-type {
  background: #1877f2;
}

.vf-share a.social-btn:nth-of-type(2) {
  background: #1da1f2;
}

.vf-share .social-btn:hover {
  opacity: 0.85;
}

.vf-share .share-feedback {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.videot-heading {
  margin: 40px 0 22px;
  text-align: center;
}

.videot-heading h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: var(--font-fira);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.videot-heading .rule {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.85);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 16px;
}

.video-card {
  position: relative;
  display: block;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.video-thumb::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.28));
  content: "";
  pointer-events: none;
}

.video-card img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.video-play {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  z-index: 1;
}

.video-card .title {
  display: block;
  margin-top: 9px;
  color: #ffffff;
  font-family: var(--font-fira);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.35;
  transition: color var(--t);
}

.video-card .meta {
  display: block;
  margin-top: 9px;
  color: var(--text-on-dark-muted);
  font-family: var(--font-lato);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.video-card .meta + .title {
  margin-top: 5px;
}

.video-card:hover .title {
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }
}

.home-section-main {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: var(--radius-lg);
  background: #111;
  color: #ffffff;
}

.home-section-main img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.home-section-main > .media > .content,
.nk-hero > .media > .content,
.sport-hero > .media > .content {
  position: absolute;
  inset: 0;
}

.home-section-main .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0.74) 100%);
}

.home-section-main .title {
  position: absolute;
  right: 16px;
  bottom: 18px;
  left: 16px;
  color: #ffffff;
  font-family: var(--font-fira);
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.home-section-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-section-item {
  min-height: 0;
}

.home-section-item:hover {
  background: var(--card-hover);
}

.latest-news-section {
  padding: 40px 0;
  background: var(--navy-deep);
}

body.home-page .row-fv .latest-news-section > .container {
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

.latest-news-grid {
  display: grid;
  overflow: hidden;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.latest-news-header {
  padding: 20px 24px;
  background: rgba(0, 0, 0, 0.3);
}

.latest-news-header .label {
  color: var(--text-on-dark-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.latest-news-header h3 {
  margin: 0;
  color: var(--text-on-dark);
  font-size: 28px;
  font-weight: 900;
}

.latest-news-item {
  display: block;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--navy-light);
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  line-height: 1.5;
  text-decoration: none;
  transition: background var(--t);
}

.latest-news-item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.latest-news-item .time {
  color: var(--accent-yellow);
  font-family: var(--font-lato);
  font-size: 14px;
  font-weight: 600;
}

.latest-news-item .dash {
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.3);
}

.latest-news-item .dash::before {
  content: "-";
}

.latest-news-item .text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.latest-news-footer {
  padding: 14px 24px;
  text-align: right;
}

.latest-news-footer a {
  color: var(--accent-yellow);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.latest-news-footer a:hover {
  color: var(--accent-yellow);
}

.latest-news-ad {
  display: none;
}

.latest-news-ad span {
  color: var(--text-muted);
  font-family: var(--font-lato);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}

@media (min-width: 1024px) {
  .row-fv {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    align-items: stretch;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 24px;
    gap: 26px;
  }

  .row-fv .latest-news-section,
  .row-fv .video-section {
    border-radius: var(--radius-lg);
  }

  .row-fv .latest-news-section {
    display: flex;
    flex-direction: column;
    padding: 26px 0;
  }

  .row-fv .video-section {
    padding: 26px 20px;
  }

  .row-fv .video-section > .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.home-page .row-fv .latest-news-section > .container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .row-fv .latest-news-ad {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin-top: 18px;
    border: 1.5px dashed var(--border);
    border-radius: var(--radius);
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 12px,
      rgba(27, 59, 111, 0.05) 12px,
      rgba(27, 59, 111, 0.05) 24px
    );
  }
}

.sport-section .section-head .indicator {
  background: var(--accent-green);
}

.sport-section {
  background: var(--bg-warm);
  padding: 40px 0;
}

.sport-hero {
  --split-hero-height: 500px;
  --split-hero-image-height: 280px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: var(--radius-lg);
  background: #464646;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.sport-section .sport-hero img {
  display: block;
  width: 100%;
  min-height: 0;
  height: var(--split-hero-image-height);
  object-fit: cover;
}

.sport-section .sport-hero > .media {
  height: var(--split-hero-height);
  border-radius: inherit;
  background: #464646;
}

.sport-section .sport-hero > .media > .overlay {
  top: var(--split-hero-image-height);
  background: linear-gradient(180deg,#d8d8d8 0%,#9b9b9b 24%,#666666 66%,#464646 100%);
}

.sport-hero .title {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  color: #ffffff;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.sport-hero .sub {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-lato);
  font-size: 12px;
}

.sport-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 1024px) {
  body.home-page .sport-section > .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 16px 24px;
  }

  body.home-page .sport-section > .container > .section-head,
  body.home-page .sport-section > .container > .more-btn {
    grid-column: 1 / -1;
  }
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.story-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.story-card:not(.pol-card) img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.story-card .body {
  padding: 14px;
}

.story-card .cat-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--category-tag-bg, var(--navy-glow));
  color: var(--category-tag-fg-color, var(--navy-light));
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}

.story-card .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.media-register {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--navy-deep) 0%,
    var(--navy) 50%,
    var(--navy-deep) 100%
  );
}

.media-register::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(255, 255, 255, 0.03) 0%,
    transparent 50%
  );
  pointer-events: none;
}

body.dark .media-register {
  background: linear-gradient(135deg, #060610 0%, #0d1b36 50%, #060610 100%);
}

.media-register-inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 56px 20px;
  text-align: center;
}

.media-register-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.media-register-brand-mark {
  color: rgba(255, 255, 255, 0.35);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
}

.media-register-brand-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.media-register-brand-play-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  color: rgba(255, 255, 255, 0.6);
}

.media-register-brand-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-align: left;
}

.media-register-brand-name {
  color: rgba(255, 255, 255, 0.4);
  font-size: 17px;
  font-weight: 700;
}

.media-register-brand-subtitle {
  color: rgba(255, 255, 255, 0.3);
  font-size: 17px;
  font-weight: 400;
}

.media-register-description {
  max-width: 400px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 1.7;
}

.media-register-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.media-register-link {
  display: block;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background var(--t),
    border-color var(--t),
    color var(--t);
}

.media-register-link:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.more-btn {
  display: block;
  width: 100%;
  margin-top: 22px;
  padding: 15px;
  border-radius: 8px;
  background: var(--navy);
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background var(--t);
}

.more-btn:hover {
  background: var(--navy-light);
}

body.dark .more-btn {
  background: var(--navy-light);
  color: #ffffff;
}

body.dark .more-btn:hover {
  background: var(--navy);
}

.cat-more-btn {
  display: inline-block;
  padding: 14px 40px;
  border: 2px solid var(--navy);
  border-radius: 8px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s;
}

.cat-more-btn:hover {
  background: var(--navy);
  color: var(--white);
}

body.dark .cat-more-btn {
  border-color: var(--accent-on-dark);
  color: var(--accent-on-dark);
}

body.dark .cat-more-btn:hover {
  background: var(--accent-on-dark);
  color: var(--bg);
}

.category-page,
.post-page {
  --category-color: rgb(27, 59, 111);
  --category-fg-color: rgb(27, 59, 111);
  --category-color-hover: var(--navy-light);
  --category-tag-bg: var(--navy-glow);
  --category-tag-fg-color: var(--navy-light);
}

.category-page.cat-theme-red,
.post-page.cat-theme-red {
  --category-color: var(--accent-red);
  --category-fg-color: #b91c1c;
  --category-color-hover: #b91c1c;
  --category-tag-bg: rgba(220, 38, 38, 0.08);
  --category-tag-fg-color: var(--accent-red);
}

.category-page.cat-theme-blue,
.post-page.cat-theme-blue {
  --category-color: var(--accent-blue);
  --category-fg-color: #1d4ed8;
  --category-color-hover: #1d4ed8;
  --category-tag-bg: rgba(37, 99, 235, 0.08);
  --category-tag-fg-color: var(--accent-blue);
}

.category-page.cat-theme-green,
.post-page.cat-theme-green {
  --category-color: var(--accent-green);
  --category-fg-color: #15803d;
  --category-color-hover: #15803d;
  --category-tag-bg: rgba(22, 163, 74, 0.08);
  --category-tag-fg-color: var(--accent-green);
}

.category-page.cat-theme-magenta,
.post-page.cat-theme-magenta {
  --category-color: var(--accent-magenta);
  --category-fg-color: #86198f;
  --category-color-hover: #86198f;
  --category-tag-bg: rgba(220, 38, 38, 0.08);
  --category-tag-fg-color: var(--accent-red);
}

.category-page.cat-theme-amber,
.post-page.cat-theme-amber {
  --category-color: var(--accent-amber);
  --category-fg-color: #92400e;
  --category-color-hover: #92400e;
  --category-tag-bg: var(--navy-glow);
  --category-tag-fg-color: var(--navy-light);
}

body.dark.category-page.cat-theme-red,
body.dark.post-page.cat-theme-red {
  --category-fg-color: var(--accent-red);
  --category-tag-bg: rgba(220, 38, 38, 0.15);
  --category-tag-fg-color: var(--accent-red);
}

body.dark.category-page.cat-theme-blue,
body.dark.post-page.cat-theme-blue {
  --category-fg-color: var(--accent-blue);
  --category-tag-bg: rgba(37, 99, 235, 0.15);
  --category-tag-fg-color: var(--accent-blue);
}

body.dark.category-page.cat-theme-green,
body.dark.post-page.cat-theme-green {
  --category-fg-color: var(--accent-green);
  --category-tag-bg: rgba(22, 163, 74, 0.15);
  --category-tag-fg-color: var(--accent-green);
}

body.dark.category-page.cat-theme-magenta,
body.dark.post-page.cat-theme-magenta {
  --category-fg-color: var(--accent-magenta);
  --category-tag-bg: rgba(220, 38, 38, 0.15);
  --category-tag-fg-color: var(--accent-red);
}

body.dark.category-page.cat-theme-amber,
body.dark.post-page.cat-theme-amber {
  --category-fg-color: var(--accent-amber-soft-on-dark);
  --category-tag-bg: var(--accent-surface-on-dark);
  --category-tag-fg-color: var(--navy-light);
}

body.dark.post-page {
  --category-fg-color: var(--accent-on-dark);
  --category-tag-bg: var(--accent-surface-on-dark);
  --category-tag-fg-color: var(--accent-on-dark);
}

body.dark.post-page.cat-theme-red {
  --category-fg-color: var(--accent-red-on-dark);
}

body.dark.post-page.cat-theme-blue {
  --category-fg-color: var(--accent-blue-on-dark);
}

body.dark.post-page.cat-theme-green {
  --category-fg-color: var(--accent-green-on-dark);
}

body.dark.post-page.cat-theme-magenta {
  --category-fg-color: var(--accent-magenta-on-dark);
}

body.dark.post-page.cat-theme-amber {
  --category-fg-color: var(--accent-amber-on-dark);
}

.category-page .section-head .indicator {
  background: var(--category-color);
}

.category-page .section-head .more:hover,
.post-page .section-head .more:hover {
  color: var(--category-fg-color);
}

.post-page .section-head .indicator {
  background: var(--category-color);
}

.post-page .section-head h2 {
  color: var(--category-fg-color);
}

.category-page .story-card .cat-tag,
.post-page .story-card .cat-tag {
  background: var(--category-tag-bg);
  color: var(--category-tag-fg-color);
}

body.category-page .article-inline .meta,
body.category-page .sub-card .meta,
body.category-page .story-card .meta {
  color: var(--text-sec);
}

body.category-page:not(.dark) .story-card .cat-tag {
  color: var(--category-fg-color);
}

body.post-page:not(.dark) .story-card .cat-tag {
  color: var(--category-fg-color);
}

body.dark.category-page .story-card .cat-tag {
  color: var(--text-on-dark);
}

body.category-page .cat-more-btn,
body.post-page .cat-more-btn {
  border-color: var(--category-color);
  color: var(--category-fg-color);
}

body.category-page .cat-more-btn:hover,
body.post-page .cat-more-btn:hover {
  background: var(--category-color-hover);
  color: #ffffff;
}

.cat-page-header {
  padding: 10px 0;
  background: var(--category-color, var(--navy));
  border-bottom: 1px solid var(--category-color, var(--navy));
  transition: background var(--t), border-color var(--t);
}

.cat-page-header .container {
  padding: 0 20px;
}

.cat-page-header .section-head {
  margin-bottom: 0;
}

.cat-page-header .section-head .indicator {
  width: 4px;
  height: 22px;
  background: rgba(255, 255, 255, 0.4);
}

.cat-page-header .section-head h2 {
  color: #ffffff;
  font-size: 20px;
}

.cat-page-header .section-head .more {
  color: rgba(255, 255, 255, 0.6);
}

body.category-page .category-hero {
  height: 70vh;
  height: 70svh;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
}

body.category-page .category-hero > .media {
  position: absolute;
  inset: 0;
}

body.category-page .category-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.category-page .category-hero .overlay {
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.55) 80%, rgba(0, 0, 0, 0.7) 100%);
}

body.category-page .category-hero .hero-title {
  max-width: none;
  font-size: clamp(25px, 3.8vw, 40px);
  font-weight: 600;
  letter-spacing: 0;
}

.category-page .hero-title {
  color: #ffffff;
}

@media (min-width: 1024px) {
  body.category-page .category-hero {
    height: 62vh;
    max-height: 620px;
  }

  body.category-page .hero-below {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 1000px;
    padding: 18px 24px 0;
  }

  body.category-page .hero-below .article-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    padding: 0 0 14px;
  }

  body.category-page .hero-below .article-inline img {
    width: 100%;
    height: 130px;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }

  body.category-page .hero-below .article-inline .body {
    padding: 12px 12px 0;
  }
}

.category-grid,
.related-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.category-page .category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.category-page .category-grid .story-card {
  display: flex;
  overflow: hidden;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-sm);
}

body.category-page .category-grid .story-card img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

body.category-page .category-grid .story-card .body {
  flex: 1;
  padding: 14px;
}

body.category-page .category-grid .story-card .cat-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--category-tag-bg);
  color: var(--category-tag-fg-color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}

body.category-page .category-grid .story-card .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.category-page .category-grid .story-card .meta {
  margin-top: 6px;
  color: var(--text-muted);
  font-family: var(--font-lato);
  font-size: 11px;
}

.more-button-wrap {
  padding: 32px 0;
  text-align: center;
}

.article-page {
  padding: 32px 0 0;
}

.article-container {
  max-width: 720px;
}

.article-title {
  margin: 0 0 20px;
  color: var(--category-fg-color, var(--navy));
  font-family: var(--font-fira);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.2;
}

body.dark .article-title {
  color: var(--category-fg-color, var(--accent-on-dark));
}

.article-img-wrap {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: var(--radius);
}

.article-img-wrap img {
  width: 100%;
  height: auto;
}

.article-meta {
  margin-bottom: 24px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: #5f6470;
  font-family: var(--font-lato);
  font-size: 12.5px;
  letter-spacing: 0;
  text-transform: none;
}

body.dark.post-page .article-meta {
  color: var(--text-sec);
}

.article-body {
  margin-bottom: 32px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.8;
}

.article-excerpt {
  color: var(--text-sec);
  font-weight: 700;
}

.article-body p {
  margin: 0 0 20px;
}

.article-body img,
.article-body video,
.article-body iframe,
.article-body embed,
.article-body object {
  display: block;
  max-width: 100%;
}

.article-body img,
.article-body video {
  height: auto;
}

.article-body iframe,
.article-body embed,
.article-body object {
  width: 100%;
  border: 0;
}

.article-body iframe.os-embed-frame {
  height: revert-layer;
}

.article-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.article-share .social-btn {
  border-color: var(--category-tag-bg, var(--navy-glow));
  background: var(--category-fg-color, var(--navy));
  color: var(--category-fg-color, var(--navy));
}

.post-page .article-share .social-btn {
  border-color: var(--category-tag-bg, var(--navy-glow));
  background: var(--category-tag-bg, var(--navy-glow));
  color: var(--category-fg-color, var(--navy));
}

body.dark.post-page .article-share .social-btn {
  border-color: var(--category-tag-bg, var(--accent-surface-on-dark));
  background: var(--category-tag-bg, var(--accent-surface-on-dark));
  color: var(--category-fg-color, var(--accent-on-dark));
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}

.post-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 4px;
  background: var(--category-tag-bg, var(--navy-glow));
  color: var(--category-fg-color, var(--navy));
  font-family: var(--font-lato);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background var(--t), color var(--t);
}

.post-tag:hover {
  background: var(--category-color-hover, var(--navy));
  color: #ffffff;
}

.article-related {
  margin-top: 32px;
  padding: 32px 0 40px;
  background: var(--bg-warm);
}

.article-related .section-head {
  margin-bottom: 16px;
}

.article-related .section-head h2 {
  font-size: 18px;
}

.related-card-grid {
  gap: 14px;
  margin-bottom: 20px;
}

.post-page .related-card-grid .story-card img {
  height: 120px;
}

.post-page .related-card-grid .story-card .body {
  padding: 10px 12px;
}

.post-page .related-card-grid .story-card .cat-tag {
  font-size: 9px;
}

.post-page .related-card-grid .story-card .title {
  font-size: 13px;
}

.related-item {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition: all var(--t);
}

.related-item:hover {
  color: var(--category-fg-color, var(--navy-light));
  padding-left: 6px;
}

.post-page .story-card .meta {
  color: #5f6470;
}

body.dark.post-page .story-card .cat-tag {
  color: var(--text-on-dark);
}

body.dark.post-page .story-card .meta,
body.dark.post-page .share-label {
  color: var(--text-sec);
}

.post-latest-news-section {
  margin-top: 8px;
}

.post-latest-news-section > .container {
  max-width: 720px;
}

@media (min-width: 1024px) {
  body.post-page .article-page {
    display: grid;
    grid-template-areas: "main side";
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    align-items: start;
    gap: 30px;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 24px;
  }

  body.post-page .article-page > .article-main-flow {
    grid-area: main;
    width: 100%;
  }

  body.post-page .article-main-flow > .article-container,
  body.post-page .article-main-flow > .article-related > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  body.post-page .article-page > .post-latest-news-section {
    position: sticky;
    top: 84px;
    grid-area: side;
    margin-top: 0;
    padding: 0;
  }

  body.post-page .article-page > .post-latest-news-section > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }
}

.cookie-banner,
.cookie-consent {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: var(--cookie-surface-padding);
  border: 1px solid var(--cookie-surface-border-color);
  border-radius: var(--cookie-surface-radius);
  background: var(--cookie-surface-background-color);
  box-shadow: 0 12px 34px var(--cookie-banner-shadow-color);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cookie-banner {
  --cookie-title-size: 1.08rem;
  --cookie-description-color: var(--cookie-banner-description-color);
  z-index: 10020;
  width: min(28rem, calc(100vw - 2rem));
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
}

.cookie-consent {
  --cookie-title-size: 1.2rem;
  --cookie-description-color: var(--cookie-consent-description-color);
  z-index: 10021;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  max-height: calc(100vh - 1.5rem);
  overflow-y: auto;
  box-shadow:
    0 18px 44px var(--cookie-banner-shadow-color),
    0 0 0 100vmax var(--cookie-consent-backdrop-color);
}

.cookie-banner__content,
.cookie-consent__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cookie-banner__title,
.cookie-consent__title {
  margin: 0;
  color: var(--text);
  font-family: var(--font-lato);
  font-size: var(--cookie-title-size);
  font-weight: 800;
  line-height: 1.3;
}

.cookie-banner__description,
.cookie-consent__description {
  color: var(--cookie-description-color);
  font-size: 0.95rem;
  line-height: 1.6;
}

.cookie-banner__actions,
.cookie-consent__actions {
  display: flex;
  flex-direction: column;
  gap: var(--cookie-action-gap);
}

.cookie-banner__actions > .button,
.cookie-consent__actions > .button {
  width: 100%;
  min-height: var(--cookie-action-min-height);
  padding: var(--cookie-action-padding);
  border: 1px solid var(--cookie-action-neutral-border-color);
  border-radius: 999px;
  background: transparent;
  color: var(--cookie-action-neutral-text-color);
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.cookie-banner__actions--single > .button,
.cookie-consent__actions--single > .button {
  min-width: 8rem;
}

.cookie-banner__actions > .button:hover,
.cookie-consent__actions > .button:hover {
  background: var(--cookie-banner-button-hover-color);
}

.cookie-banner__actions > .button:focus-visible,
.cookie-consent__actions > .button:focus-visible,
.cookie-consent__toggle-input:focus-visible,
.cookie-consent > .button.cookie-consent__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--cookie-focus-ring-color);
}

.cookie-banner__actions > .button.cookie-action--primary,
.cookie-consent__actions > .button.cookie-action--primary {
  background: var(--cookie-action-primary-background-color);
  border-color: var(--cookie-action-primary-border-color);
  color: var(--cookie-action-primary-text-color);
}

.cookie-banner__actions > .button.cookie-action--primary:hover,
.cookie-consent__actions > .button.cookie-action--primary:hover {
  background: var(--cookie-action-primary-background-color-hover);
  border-color: var(--cookie-action-primary-border-color-hover);
}

.cookie-banner__actions > .button.cookie-action--accent,
.cookie-consent__actions > .button.cookie-action--accent {
  background: var(--cookie-action-accent-background-color);
  border-color: var(--cookie-action-accent-border-color);
  color: var(--cookie-action-accent-text-color);
}

.cookie-banner__actions > .button.cookie-action--accent:hover,
.cookie-consent__actions > .button.cookie-action--accent:hover {
  background: var(--cookie-action-accent-background-color-hover);
}

.cookie-banner__actions > .button.cookie-action--neutral,
.cookie-consent__actions > .button.cookie-action--neutral {
  background: var(--cookie-action-neutral-background-color);
  border-color: var(--cookie-action-neutral-border-color);
  color: var(--cookie-action-neutral-text-color);
}

.cookie-banner__actions > .button.cookie-action--neutral:hover,
.cookie-consent__actions > .button.cookie-action--neutral:hover {
  background: var(--cookie-action-neutral-background-color-hover);
}

.cookie-banner__actions > .button.cookie-action--reject,
.cookie-consent__actions > .button.cookie-action--reject {
  white-space: nowrap;
  background: var(--cookie-action-reject-background-color);
  border-color: var(--cookie-action-reject-border-color);
  color: var(--cookie-action-reject-text-color);
}

.cookie-banner__actions > .button.cookie-action--reject:hover,
.cookie-consent__actions > .button.cookie-action--reject:hover {
  background: var(--cookie-action-reject-background-color-hover);
  border-color: var(--cookie-action-reject-border-color);
}

.cookie-consent > .button.cookie-consent__close {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--cookie-close-button-text-color);
  font-family: var(--font-lato);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cookie-consent > .button.cookie-consent__close:hover {
  background: transparent;
  color: var(--cookie-action-primary-background-color);
}

.cookie-consent__items {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.cookie-consent__items > .cookie-consent__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding-top: 0.85rem;
  border-top: 1px solid var(--cookie-surface-border-color);
}

.cookie-consent__items > .cookie-consent__item:first-child {
  padding-top: 0;
  border-top: none;
}

.cookie-consent__item-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.cookie-consent__item-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-consent__item-label {
  color: var(--text);
  font-family: var(--font-lato);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
}

.cookie-consent__item-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border: 1px solid var(--cookie-consent-badge-border-color);
  border-radius: 999px;
  background: var(--cookie-consent-badge-background-color);
  color: var(--cookie-action-accent-text-color);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.cookie-consent__item-description {
  color: var(--cookie-description-color);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cookie-consent__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  cursor: pointer;
}

.cookie-consent__toggle-input {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 3.25rem;
  height: 1.9rem;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--cookie-consent-toggle-off-color);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.cookie-consent__toggle-input::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--cookie-consent-toggle-thumb-color);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease;
}

.cookie-consent__toggle-input:checked,
.cookie-consent__toggle-input:disabled {
  background: var(--cookie-consent-toggle-on-color);
}

.cookie-consent__toggle-input:checked::before,
.cookie-consent__toggle-input:disabled::before {
  transform: translateX(1.35rem);
}

.cookie-consent__toggle-input:disabled {
  opacity: 1;
  cursor: not-allowed;
}

body.dark .cookie-banner,
body.dark .cookie-consent {
  border-color: rgba(126, 180, 255, 0.16);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(126, 180, 255, 0.06);
}

body.dark .cookie-consent {
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(126, 180, 255, 0.06),
    0 0 0 100vmax var(--cookie-consent-backdrop-color);
}

body.dark .cookie-banner__description,
body.dark .cookie-consent__description,
body.dark .cookie-consent__item-description {
  color: rgba(232, 232, 240, 0.8);
}

body.dark .cookie-consent__item-label {
  color: var(--text-on-dark);
}

body.dark .cookie-consent__toggle-input {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.cookie-consent__actions {
  padding-top: 0.25rem;
}

.related-item:last-child {
  border: none;
}

.footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.6);
  padding: 48px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 36px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}

.footer .footer-brand {
  display: block;
}

.footer-brand .logo-link {
  display: inline-flex;
  margin-bottom: 14px;
}

.footer-brand .footer-logo-img {
  height: 26px;
}

.footer-brand .addr,
.footer-email {
  margin-bottom: 4px;
  font-size: 12px;
}

.footer-brand .contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 12px 0;
  font-size: 12px;
}

.footer-brand .contacts strong {
  color: rgba(255, 255, 255, 0.8);
}

.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.footer-socials a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 13px;
  text-decoration: none;
  transition: all var(--t);
}

.footer-socials a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.footer-col-title {
  margin: 0 0 16px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  padding: 3px 0;
  text-decoration: none;
  transition: color var(--t);
}

.footer-col a:hover {
  color: white;
}

.footer-ps {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
}

.footer-ps .pagespeed-section {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.footer-ps .pagespeed-section .container {
  max-width: none;
  margin: 0;
  padding: 0;
}

.ps-header {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ps-gauges {
  display: grid;
  max-width: 280px;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 22px auto 26px;
}

.ps-ringwrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.ps-ringwrap svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ps-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 5;
}

.ps-prog {
  fill: none;
  stroke: #ee3b3b;
  stroke-dasharray: var(--ps-circ);
  stroke-dashoffset: var(--ps-circ);
  stroke-linecap: round;
  stroke-width: 5;
  animation: ps-ring-fill 5s ease-in-out infinite;
}

.ps-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.ps-label {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  text-align: center;
}

.ps-foot1 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ps-foot1 .os {
  display: inline;
  padding: 0;
  color: #89cff0;
  text-decoration: none;
}

.ps-foot1 .os:hover {
  color: #b8e4ff;
}

.ps-foot2 {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .ps-header,
  .ps-foot1,
  .ps-foot2 {
    white-space: nowrap;
  }
}

@keyframes ps-ring-fill {
  0%,
  12% {
    stroke: #ee3b3b;
    stroke-dashoffset: var(--ps-circ);
  }

  32% {
    stroke: #f0b400;
  }

  48%,
  86% {
    stroke: #23c552;
    stroke-dashoffset: var(--ps-offset);
  }

  100% {
    stroke: #ee3b3b;
    stroke-dashoffset: var(--ps-circ);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-prog {
    animation: none;
    stroke: #23c552;
    stroke-dashoffset: var(--ps-offset);
  }
}

.footer-kmshk {
  display: flex;
  max-width: var(--max-w);
  align-items: center;
  gap: 10px;
  margin: 36px auto 0;
  padding: 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.footer-bottom {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom-inner {
  display: flex;
  max-width: var(--max-w);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
}

.legal-links {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.legal-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11.5px;
  text-decoration: none;
  transition: color var(--t);
}

.legal-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.powered {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-lato);
  font-size: 11px;
}

/* Header/menu matches the supplied Ekonomia Online prototype. */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy);
  font-family: var(--font-lato);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 20px 24px;
}

.header-left {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-img {
  height: 26px;
  width: auto;
  display: block;
}

.logo-eo {
  padding: 2px 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  font-family: var(--font-lato);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1;
}

.header .logo-eo,
.menu-panel .logo-eo {
  font-family: var(--font-lato);
}

body.dark .logo-eo {
  color: #e8e8f0;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-text .name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.logo-text .sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.desktop-nav-group,
.desktop-nav {
  display: none;
}

.desktop-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav-item {
  display: flex;
  align-items: center;
}

.desktop-nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--t);
  white-space: nowrap;
}

.desktop-nav-link:hover,
.desktop-nav-link.active {
  color: #ffffff;
}

.desktop-search {
  display: none;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: #ffffff;
  cursor: pointer;
  padding: 4px;
}

.desktop-search:hover {
  color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 1024px) {
  .desktop-nav-group {
    display: flex;
    flex: 1;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .desktop-nav {
    display: flex;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -webkit-mask: linear-gradient(90deg, transparent, black 8px, black calc(100% - 8px), transparent);
    mask: linear-gradient(90deg, transparent, black 8px, black calc(100% - 8px), transparent);
  }

  .desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .desktop-nav-list {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    width: max-content;
    padding: 0 8px;
  }

  .desktop-search {
    display: flex;
    flex: 0 0 auto;
  }

  .header .menu-btn {
    display: none;
  }
}

.header-right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
}

.header-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  line-height: 1.2;
}

.header-date .day {
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.header-date .full-date {
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-lato);
  font-size: 12px;
}

.dark-toggle {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 13px;
  transition: all var(--t);
}

.dark-toggle:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.menu-btn {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: white;
  cursor: pointer;
  padding: 7px;
}

.menu-btn:hover {
  opacity: 0.8;
}

.menu-btn svg,
.menu-close svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.menu-btn .hamburger-icon line,
.menu-close .close-icon line {
  stroke-width: 2px;
}

.ticker {
  display: flex;
  align-items: center;
  height: 27px;
  overflow: hidden;
  margin-top: 2px;
  background: var(--navy-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-lato);
}

.ticker-label {
  z-index: 2;
  display: flex;
  height: 100%;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  background: var(--accent-red);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ticker-wrap {
  flex: 1;
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, black 40px, black calc(100% - 40px), transparent);
  mask: linear-gradient(90deg, transparent, black 40px, black calc(100% - 40px), transparent);
}

.ticker-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
}

.ticker-track--duplicated {
  animation: ticker-scroll 48s linear infinite;
}

.ticker-wrap:hover .ticker-track--duplicated,
.ticker-wrap:focus-within .ticker-track--duplicated {
  animation-play-state: paused;
}

.ticker-track .link,
.ticker-track .item {
  display: inline-flex;
  min-height: 24px;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12.5px;
}

.ticker-track .time {
  color: var(--accent-yellow);
  font-family: var(--font-lato);
  font-size: 11px;
  font-weight: 600;
}

.ticker-track .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.menu-panel {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  background: var(--card);
  font-family: var(--font-lato);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-sheet {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--card);
}

.menu-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  flex-shrink: 0;
  background: var(--navy);
}

.menu-panel-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.menu-panel-header .logo-eo {
  font-size: 34px;
}

.menu-panel-header .logo-text .name,
.menu-panel-header .logo-text .sub {
  font-size: 16px;
}

.menu-close {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: none;
  color: white;
  cursor: pointer;
  padding: 0;
  transition: background var(--t);
}

.menu-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.logo-link:focus-visible,
.desktop-nav-link:focus-visible,
.desktop-search:focus-visible,
.dark-toggle:focus-visible,
.menu-btn:focus-visible,
.menu-close:focus-visible,
.menu-search-submit:focus-visible,
.menu-link:focus-visible {
  outline: 2px solid var(--accent-yellow);
  outline-offset: 3px;
}

.menu-search {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding: 16px 24px 24px;
  border-top: 1px solid var(--border);
  transition: border-color var(--t);
}

.menu-search:focus-within {
  border-top-color: var(--navy-light);
}

.menu-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  background: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0;
  transition: color var(--t);
}

.menu-search-submit:hover {
  color: var(--navy-light);
}

.menu-search-submit .search-icon {
  display: block;
}

.menu-search-field {
  flex: 1;
  min-width: 0;
  width: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 17px;
  outline: 0;
  padding: 8px 0;
}

.menu-search-field::placeholder {
  color: var(--text-muted);
}

.menu-search-field:focus {
  box-shadow: none;
}

.menu-nav {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 12px 24px;
}

.menu-nav-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-nav-item {
  border-bottom: 1px solid var(--border);
}

.menu-nav-item:last-child {
  border-bottom: none;
}

.menu-link {
  display: block;
  padding: 16px 0;
  color: var(--text);
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-12px);
  transition:
    color var(--t),
    padding-left var(--t);
}

.menu-panel.open .menu-link {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.28s ease var(--menu-link-delay),
    transform 0.28s ease var(--menu-link-delay),
    color var(--t),
    padding-left var(--t);
}

.menu-link:hover,
.menu-link.active {
  color: var(--navy-light);
  padding-left: 8px;
}

body.dark .menu-link:hover,
body.dark .menu-link.active {
  color: var(--accent-on-dark);
}

body.category-page .menu-link:hover,
body.category-page .menu-link.active,
body.post-page .menu-link:hover,
body.post-page .menu-link.active {
  color: var(--category-color);
}

body.dark .menu-search:focus-within {
  border-top-color: var(--accent-on-dark);
}

body.dark .menu-search-submit:hover {
  color: var(--accent-on-dark);
}

body.category-page .menu-search:focus-within,
body.post-page .menu-search:focus-within {
  border-top-color: var(--category-color);
}

body.category-page .menu-search-submit:hover,
body.post-page .menu-search-submit:hover {
  color: var(--category-color);
}

@media only screen and (max-width: 479px) {
  .cookie-consent {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    max-height: calc(100vh - 1rem);
    padding: 0.875rem;
    border-radius: 14px;
  }

  .cookie-consent > .button.cookie-consent__close {
    top: 0.75rem;
    right: 0.75rem;
  }

  .cookie-consent__items > .cookie-consent__item {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .cookie-consent__toggle {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .cookie-banner {
    width: 42rem;
    left: auto;
    right: 1rem;
    transform: none;
  }

  .cookie-banner__actions,
  .cookie-consent__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cookie-banner__actions > .button,
  .cookie-consent__actions > .button {
    width: auto;
  }

  .cookie-consent {
    --cookie-title-size: 1.35rem;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(42rem, calc(100vw - 3rem));
    max-height: min(80vh, 44rem);
    padding: 1.25rem;
    transform: translate(-50%, -50%);
  }

  .cookie-consent__items {
    gap: 1rem;
  }

  .cookie-consent__items > .cookie-consent__item {
    padding-top: 1rem;
  }

  .cookie-consent__actions > .button.cookie-action--primary {
    min-width: 11rem;
  }
}

@media (max-width: 900px) {
  .page-main {
    padding: 20px 0 32px;
  }

  .search-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .header-inner {
    padding: 14px 16px;
  }

  .logo-img {
    height: 24px;
  }

  .logo-eo {
    font-size: 28px;
  }

  .logo-text .name,
  .logo-text .sub {
    font-size: 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .search-input.desktop {
    display: none;
  }

  .header-date .day {
    font-size: 11px;
  }

  .header-date .full-date {
    font-size: 10.5px;
  }

  .search-input.mobile {
    display: block;
    width: min(100% - 40px, var(--max-w));
    margin: 0 auto 12px;
  }

  .hero {
    min-height: 360px;
    max-height: 420px;
    aspect-ratio: auto;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 420px) {
  .header-inner {
    gap: 10px;
  }

  .header-right {
    gap: 10px;
  }

  .dark-toggle {
    width: 28px;
    height: 28px;
  }

  .menu-btn {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 320px;
    max-height: 420px;
  }

  .cat-page-header .container {
    width: min(100%, var(--max-w));
    padding: 0 14px;
  }
}

@media (max-width: 620px) {
  .container,
  .hero-content-inner {
    width: min(100% - 28px, var(--max-w));
  }

  .media-register-inner {
    padding: 44px 14px;
  }

  .media-register-brand-mark {
    font-size: 34px;
  }

  .media-register-description {
    font-size: 15px;
  }

  .pagination {
    gap: 10px;
    margin-top: 24px;
  }

  .pagination-link {
    padding: 5px 8px;
  }

  .search-results-grid {
    gap: 12px;
  }

  .search-result-card {
    gap: 10px;
    padding: 12px;
  }

  .search-result-card .title {
    font-size: 14px;
  }

  .brand-monogram {
    min-width: 46px;
    height: 42px;
    font-size: 28px;
  }

  .brand-name,
  .brand-subtitle {
    font-size: 16px;
  }

  .home-section-main,
  .home-section-main img,
  .sport-hero img {
    min-height: 280px;
    height: 280px;
  }

}

@media (max-width: 720px) {
  .culture-section .culture-hero,
  .sport-section .sport-hero {
    min-height: 0;
    height: clamp(280px, 54vw, 360px);
  }

  .culture-section .culture-hero > .media,
  .sport-section .sport-hero > .media {
    height: 100%;
  }

  .culture-section .culture-hero > .media > img,
  .sport-section .sport-hero > .media > img {
    min-height: 0;
    height: 100%;
  }

  .culture-section .culture-hero > .media > .overlay,
  .sport-section .sport-hero > .media > .overlay {
    top: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.04) 0%,
      rgba(0, 0, 0, 0.1) 42%,
      rgba(0, 0, 0, 0.68) 100%
    );
  }
}
