:root {
  --ink: #11162a;
  --muted: #636b7f;
  --line: #dfe4f2;
  --paper: #f6f8ff;
  --surface: #ffffff;
  --brand: #263895;
  --brand-dark: #16245f;
  --accent: #00a7a5;
  --lagoon: #00b7c7;
  --leaf: #18a957;
  --sun: #f2c94c;
  --coral: #ff6b4a;
  --gold: #f2b705;
  --alert: #e0001b;
  --shadow: 0 22px 70px rgba(17, 22, 42, 0.14);
}

@supports (content-visibility: auto) {
  .category-block,
  .archive-layout,
  .follow-strip,
  .site-footer,
  .article-body,
  .archive-sidebar .side-card,
  .archive-sidebar .zay-widget-area {
    content-visibility: auto;
    contain-intrinsic-size: 1px 680px;
  }

  .follow-strip,
  .site-footer {
    contain-intrinsic-size: 1px 260px;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 183, 199, 0.18), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(242, 201, 76, 0.16), transparent 22rem),
    linear-gradient(180deg, #f7faff 0%, var(--paper) 42%, #ffffff 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.has-ad-skin {
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 183, 199, 0.18), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(242, 201, 76, 0.16), transparent 22rem),
    linear-gradient(180deg, #f7faff 0%, var(--paper) 42%, #ffffff 100%);
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

main,
section,
article,
aside,
.page-shell,
.current-home,
.current-layout > *,
.current-main-grid > *,
.current-card-grid > *,
.current-split-list > *,
.article-grid > *,
.archive-layout > *,
.news-layout > *,
.article-page-layout > *,
.home-section-grid > *,
.feature-row > *,
.list-item > * {
  min-width: 0;
}

.media,
.current-une-media,
.continu-thumb {
  position: relative;
  overflow: hidden;
}

.category-block,
.home-widget-after-une,
.home-widget-between-sections,
.signal-strip,
.follow-strip,
.site-footer,
.utility-grid,
.regie-page section,
.article-body > section,
.comments-panel {
  content-visibility: auto;
  contain-intrinsic-size: 1px 620px;
}

.media::after,
.current-une-media::after,
.continu-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 22, 42, 0.12)),
    linear-gradient(135deg, rgba(0, 183, 199, 0.1), rgba(242, 201, 76, 0.08));
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--brand-dark);
  color: #fff;
  font-weight: 900;
  box-shadow: var(--shadow);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.topline {
  position: relative;
  z-index: 25;
  background: var(--brand-dark);
  color: #fff;
  font-size: 0.9rem;
}

.topline-inner,
.page-shell,
.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
}

.moment-strip {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(246, 248, 255, 0.92)),
    #fff;
  border-bottom: 1px solid rgba(38, 56, 149, 0.12);
}

.moment-strip-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 34px;
  overflow-x: auto;
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 900;
  scrollbar-width: none;
}

.moment-strip-inner::-webkit-scrollbar {
  display: none;
}

.moment-strip-inner span {
  flex: 0 0 auto;
  margin-right: 6px;
  color: var(--brand);
  font-weight: 950;
}

.moment-strip-inner a {
  flex: 0 0 auto;
  border-radius: 4px;
  background: rgba(17, 22, 42, 0.09);
  padding: 4px 9px;
  color: var(--ink);
  transition: background 180ms ease, color 180ms ease;
}

.moment-strip-inner a:hover {
  background: var(--brand);
  color: #fff;
}

.home-moment {
  display: grid;
  position: relative;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(38, 56, 149, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.96), rgba(16, 175, 184, 0.88)),
    var(--brand);
  padding: 9px 12px;
  box-shadow: 0 12px 28px rgba(22, 36, 95, 0.12);
  overflow: hidden;
}

.home-moment::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 10%, rgba(255, 207, 92, 0.28), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(255, 126, 78, 0.24), transparent 30%);
  pointer-events: none;
}

.home-moment-title,
.home-moment .moment-strip-inner {
  position: relative;
  z-index: 1;
}

.home-moment-title {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.home-moment-title span {
  width: max-content;
  border-radius: 4px;
  background: var(--alert);
  color: #fff;
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-moment-title strong {
  color: #fff;
  font-size: clamp(0.92rem, 1.35vw, 1.08rem);
  line-height: 1.1;
  white-space: nowrap;
}

.home-moment .moment-strip-inner {
  width: 100%;
  min-height: 0;
  justify-content: flex-end;
  margin: 0;
  gap: 6px;
}

.home-moment .moment-strip-inner a {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  padding: 5px 9px;
  font-size: 0.76rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.home-moment .moment-strip-inner a:hover {
  background: #fff;
  color: var(--brand);
}

.breaking {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.breaking strong,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 8px;
  padding: 4px 10px;
  background: var(--brand);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.breaking strong {
  background: #e0001b;
}

.story-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.island-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 8px;
  padding: 4px 10px;
  background: linear-gradient(135deg, var(--lagoon), var(--leaf));
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ticker-window {
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.ticker-track {
  display: flex;
  gap: 36px;
  width: max-content;
  animation: breaking-scroll 96s linear infinite;
}

.ticker-track a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 0.92rem;
  font-weight: 750;
}

.ticker-track a span,
.breaking-category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.92)),
    var(--brand);
  color: #fff;
  padding: 5px 8px;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(38, 56, 149, 0.24);
}

.ticker-track a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--sun);
}

.breaking span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes breaking-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.top-actions {
  display: flex;
  gap: 14px;
  white-space: nowrap;
  font-weight: 700;
}

.top-store-badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  background: transparent;
}

.top-store-badge {
  display: block;
  width: 132px;
  height: 44px;
  overflow: visible;
  border-radius: 6px;
  background: transparent;
}

.top-store-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.google-play-top img {
  object-position: center;
}

.apple-store-top img {
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
}

.don-tab {
  position: fixed !important;
  right: 0 !important;
  left: auto !important;
  top: 48% !important;
  z-index: 80;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  transform: translateY(-50%);
  border-radius: 8px 0 0 8px;
  background: #d71920;
  color: #fff;
  padding: 12px 10px;
  font-weight: 950;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(17, 22, 42, 0.22);
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 95;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(780px, calc(100vw - 36px));
  border: 1px solid rgba(38, 56, 149, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.96)),
    #fff;
  padding: 16px;
  box-shadow: 0 24px 70px rgba(17, 22, 42, 0.22);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner-copy {
  display: grid;
  gap: 6px;
}

.cookie-banner-copy strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.1;
}

.cookie-banner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-banner-actions button {
  min-height: 38px;
  padding: 0 13px;
}

.cookie-banner-actions a {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  display: grid;
  gap: 8px;
  padding: 10px 0 8px;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 20;
  border-radius: 0 0 8px 8px;
  background:
    linear-gradient(180deg, rgba(246, 248, 255, 0.98), rgba(238, 244, 255, 0.88)),
    #f6f8ff;
  backdrop-filter: blur(18px);
  overflow: visible;
  transition: opacity 180ms ease, visibility 180ms ease;
}

body.is-scrolled .site-header {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.site-header::after {
  content: "";
  grid-column: 1 / -1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  height: 5px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--brand), var(--lagoon), var(--leaf), var(--sun), var(--coral));
}

.header-main {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  justify-self: start;
  line-height: 1;
}

.menu-strip {
  width: 100%;
  margin-left: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom: 3px solid var(--sun);
  background:
    linear-gradient(90deg, rgba(22, 36, 95, 0.98), rgba(38, 56, 149, 0.96), rgba(0, 183, 199, 0.9)),
    var(--brand-dark);
  box-shadow: 0 16px 36px rgba(17, 22, 42, 0.12);
}

.menu-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  width: min(1180px, calc(100% - 32px));
  min-height: 54px;
  margin: 0 auto;
}

.nav-under-logo {
  width: auto;
  margin-left: 0;
  padding-inline: 0;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: visible;
  border-top: 0;
  border-radius: 0;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  box-shadow: none;
  scrollbar-width: none;
}

.menu-hot-topics {
  flex: 0 1 340px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 8px;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.menu-hot-topics > span {
  flex: 0 0 auto;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.88)),
    var(--brand);
  padding: 6px 10px;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 18px rgba(17, 22, 42, 0.18);
}

.menu-hot-topics .moment-strip-inner {
  flex: 1 1 auto;
  width: auto;
  min-height: 0;
  margin: 0;
  gap: 5px;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.menu-hot-topics .moment-strip-inner::-webkit-scrollbar {
  display: none;
}

.menu-hot-topics .moment-strip-inner a {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.13);
  padding: 5px 8px;
  color: #fff;
  font-size: 0.72rem;
  line-height: 1;
  max-width: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-hot-topics .moment-strip-inner a:hover {
  background: #fff;
  color: var(--brand);
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.text-size-controls {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(38, 56, 149, 0.16);
  border-radius: 8px;
  background: #fff;
  padding: 3px;
  box-shadow: 0 8px 22px rgba(17, 22, 42, 0.06);
}

.text-size-control,
.text-size-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: rgba(38, 56, 149, 0.08);
  color: var(--brand);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0;
  cursor: pointer;
}

.text-size-control:hover,
.text-size-control:focus-visible {
  background: var(--brand);
  color: #fff;
}

.text-size-control[aria-disabled="true"] {
  opacity: 0.45;
  cursor: default;
}

.text-size-toggle[aria-pressed="true"],
.text-size-control[aria-disabled="false"]:active {
  background: var(--brand);
  color: #fff;
}

body.text-size-small .site-main,
body.text-size-small .article-body {
  font-size: 0.94em;
}

body.text-size-small .site-main p,
body.text-size-small .site-main li,
body.text-size-small .article-body p,
body.text-size-small .article-body li {
  line-height: 1.62;
}

body.text-size-large .site-main,
body.text-size-large .article-body {
  font-size: 1.12em;
}

body.text-size-large .site-main p,
body.text-size-large .site-main li,
body.text-size-large .article-body p,
body.text-size-large .article-body li {
  line-height: 1.78;
}

@supports (position: sticky) {
  .site-header .search-box {
    display: grid;
  }
}

.compact-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  background:
    linear-gradient(90deg, rgba(22, 36, 95, 0.98), rgba(38, 56, 149, 0.96), rgba(0, 183, 199, 0.9)),
    var(--brand-dark);
  border-bottom: 3px solid var(--sun);
  box-shadow: 0 18px 52px rgba(17, 22, 42, 0.22);
  transform: translateY(-110%);
  transition: transform 220ms ease;
  backdrop-filter: blur(18px);
}

body.is-scrolled .compact-header {
  transform: translateY(0);
}

.compact-header-inner {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) minmax(220px, 330px);
  align-items: center;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 58px;
  padding: 6px 0;
}

.compact-menu-hot {
  justify-self: end;
  width: 100%;
}

.compact-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 2px;
}

.compact-brand img {
  width: 74px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  transform: scale(0.64);
  transform-origin: center;
  transition: transform 220ms ease, max-height 220ms ease;
}

.public-alert-sticker {
  width: min(1180px, calc(100% - 32px));
  margin: 12px auto 0;
  position: relative;
  z-index: 19;
}

.public-alert-sticker a,
.public-alert-sticker > div {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  padding: 10px 14px;
  background:
    linear-gradient(135deg, rgba(224, 0, 27, 0.96), rgba(255, 107, 74, 0.9)),
    var(--alert);
  color: #fff;
  box-shadow: 0 18px 42px rgba(224, 0, 27, 0.22);
}

.public-alert-sticker a:hover {
  transform: translateY(-1px);
}

.public-alert-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #fff;
  color: var(--alert);
  font-weight: 1000;
}

.public-alert-label {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  padding: 6px 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 1000;
}

.public-alert-sticker strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: clamp(0.95rem, 2vw, 1.12rem);
  line-height: 1.2;
}

body.is-scrolled .public-alert-sticker {
  position: fixed;
  top: 66px;
  left: 50%;
  z-index: 39;
  margin-top: 0;
  transform: translateX(-50%);
  animation: public-alert-stick 180ms ease both;
}

body.is-scrolled .public-alert-sticker a,
body.is-scrolled .public-alert-sticker > div {
  box-shadow: 0 18px 48px rgba(17, 22, 42, 0.2), 0 12px 32px rgba(224, 0, 27, 0.2);
}

body.is-scrolled:has(.public-alert-sticker) .site-main {
  scroll-margin-top: 136px;
}

@keyframes public-alert-stick {
  from {
    opacity: 0;
    transform: translate(-50%, -8px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.compact-nav {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: visible;
  scrollbar-width: none;
  min-width: 0;
}

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

.compact-nav a {
  flex: 0 0 auto;
  border-radius: 8px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 900;
  white-space: nowrap;
}

.compact-nav a[aria-current="page"],
.compact-nav a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.compact-nav .nav-item {
  flex: 0 0 auto;
}

.compact-nav .sub-menu {
  top: 100%;
  background: var(--brand-dark);
}

.compact-nav .sub-menu a {
  color: #fff;
}

.compact-nav .sub-menu a[aria-current="page"],
.compact-nav .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}


.brand-logo {
  width: clamp(128px, 12vw, 168px) !important;
  height: auto !important;
  max-height: 76px !important;
  object-fit: contain;
}

.mobile-brand-logo {
  display: none;
}

.brand .custom-logo-link,
.brand .custom-logo {
  display: block;
  width: clamp(128px, 12vw, 168px) !important;
  height: auto !important;
  max-height: 76px !important;
  object-fit: contain;
}

.brand-mark {
  color: var(--brand);
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  font-weight: 950;
  letter-spacing: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

.nav li,
.compact-nav li {
  margin: 0;
  list-style: none;
}

.nav-under-logo::-webkit-scrollbar {
  display: none;
}

.nav a,
.chip,
.ghost-button,
.solid-button {
  border-radius: 8px;
  font-weight: 800;
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1;
  white-space: nowrap;
}

.nav-item,
.menu-item-has-children {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-parent > a::after,
.menu-item-has-children > a::after {
  content: "⌄";
  margin-left: 7px;
  font-size: 0.8em;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  min-width: 460px;
  gap: 9px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 244, 255, 0.94)),
    #fff;
  padding: 12px;
  box-shadow: inset 0 0 0 1px rgba(38, 56, 149, 0.06), 0 22px 58px rgba(17, 22, 42, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sub-menu::before {
  content: "Sous-rubriques";
  grid-column: 1 / -1;
  display: inline-flex;
  width: max-content;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.9)),
    var(--brand);
  color: #fff;
  padding: 6px 10px;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-parent,
.menu-item-has-children {
  padding-bottom: 0;
  margin-bottom: 0;
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 8px;
  background: currentColor;
}

.mobile-menu-toggle em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.compact-menu-toggle {
  justify-self: end;
}

.nav-parent:hover .sub-menu,
.nav-parent:focus-within .sub-menu,
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sub-menu a {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(38, 56, 149, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, rgba(246, 248, 255, 0.96)),
    #fff;
  color: var(--brand);
  padding: 12px 13px;
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.12;
  white-space: normal;
  box-shadow: 0 10px 24px rgba(17, 22, 42, 0.06);
}

.sub-menu a::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  border-radius: 6px;
  background: rgba(38, 56, 149, 0.08);
  color: var(--brand);
  font-size: 1rem;
  line-height: 1;
}

.sub-menu a[aria-current="page"],
.sub-menu a:hover {
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.9)),
    var(--brand);
  color: #fff;
}

.sub-menu a[aria-current="page"]::after,
.sub-menu a:hover::after {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.nav a[aria-current="page"],
.nav .current-menu-item > a,
.nav .current_page_item > a,
.nav .current-menu-ancestor > a,
body.home .nav-under-logo > a:first-child,
body.home .nav-under-logo > li:first-child > a,
.nav a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.nav-under-logo a {
  color: rgba(255, 255, 255, 0.9);
}

.nav-under-logo .sub-menu a {
  color: var(--brand);
}

.nav-under-logo .sub-menu a:hover,
.nav-under-logo .sub-menu a[aria-current="page"] {
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.9)),
    var(--brand);
  color: #fff;
}

.nav-under-logo a[aria-current="page"],
.nav-under-logo a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.header-socials,
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.search-box {
  display: grid;
  grid-template-columns: minmax(110px, 170px) 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 10px 10px 10px 12px;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  outline: 0;
}

.search-box button {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  background: var(--brand);
  cursor: pointer;
}

.search-box button span::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  inset: 10px 0 0 10px;
}

.search-box button span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: rotate(45deg);
  inset: 24px 0 0 23px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
}

.asset-icon {
  overflow: hidden;
  background: transparent;
}

.header-socials .asset-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(17, 22, 42, 0.08);
}

.footer-socials .asset-icon {
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.asset-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header-socials .asset-icon img {
  width: 18px;
  height: 18px;
}

.asset-icon[aria-label="Instagram"] img {
  object-position: center;
}

.facebook {
  background: #1877f2;
}

.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.x-twitter {
  background: #111;
}

.tiktok {
  background: linear-gradient(135deg, #111, #00f2ea 52%, #ff0050);
}

.youtube {
  background: #ff0033;
}

.whatsapp {
  background: #25d366;
}

.solid-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
}

.solid-button {
  background: linear-gradient(135deg, var(--brand), var(--lagoon));
  color: #fff;
}

.ghost-button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.page-shell {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.home-shell {
  width: min(1240px, calc(100% - 32px));
}

.ad-skin {
  display: none;
  pointer-events: none;
  position: absolute;
  inset: 320px 0 auto;
  z-index: 0;
  left: 50%;
  width: min(100%, 1880px);
  min-height: 1160px;
  transform: translateX(-50%);
}

.ad-skin-panel,
.ad-banner,
.ad-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--brand);
  text-align: center;
  font-weight: 900;
}

.ad-skin-panel img,
.ad-banner img,
.ad-sidebar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-skin-panel {
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: clamp(170px, 13vw, 230px);
  min-height: 760px;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 24px 70px rgba(17, 22, 42, 0.12);
  writing-mode: horizontal-tb;
  transform: none;
  align-items: flex-start;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(38, 56, 149, 0.94), rgba(0, 183, 199, 0.78), rgba(242, 201, 76, 0.28)),
    var(--brand);
  color: #fff;
}

.ad-skin-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.36), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 32%);
  pointer-events: none;
}

.ad-skin-panel span {
  position: relative;
  z-index: 1;
}

.ad-skin-left {
  left: max(16px, calc(50% - 930px));
}

.ad-skin-right {
  right: max(16px, calc(50% - 930px));
}

.ad-banner,
.ad-sidebar {
  min-height: 96px;
  padding: 0;
  flex-direction: column;
  gap: 4px;
  box-shadow: none;
}

.ad-banner span,
.ad-sidebar span {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.ad-banner strong,
.ad-sidebar strong {
  font-size: clamp(1rem, 2vw, 1.45rem);
}

.ad-banner-top,
.ad-banner-bottom {
  min-height: 150px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.9), rgba(0, 183, 199, 0.7)),
    #fff;
  color: #fff;
}

.ad-banner-top span,
.ad-banner-bottom span {
  color: rgba(255, 255, 255, 0.74);
}

.ad-banner-inline {
  min-height: 90px;
}

.ad-format-leaderboard {
  aspect-ratio: auto;
  min-height: 90px;
  width: min(100%, 728px);
  height: 90px;
  margin-right: auto;
  margin-left: auto;
}

.ad-format-leaderboard img {
  object-fit: contain;
}

.ad-format-post {
  aspect-ratio: 4 / 5;
  min-height: clamp(190px, 24vw, 330px);
}

.ad-format-story {
  aspect-ratio: 1080 / 1950;
  min-height: clamp(240px, 32vw, 520px);
}

.ad-format-square {
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.ad-banner-top.ad-format-story {
  aspect-ratio: auto;
  min-height: 190px;
}

.ad-banner-inline.ad-format-post,
.ad-banner-bottom.ad-format-post {
  aspect-ratio: 4 / 5;
  min-height: clamp(230px, 28vw, 380px);
}

.continu-square-ad {
  align-self: center;
  margin-top: auto;
  width: min(100%, 330px);
  max-width: 330px;
  min-height: 0;
  background: #fff;
  color: #fff;
}

.current-panel .app-promo-image + .solid-button {
  margin-top: 16px;
}

.sidebar-story-ad {
  width: 100%;
  min-height: 0;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(17, 22, 42, 0.12);
}

.continu-square-ad span {
  color: rgba(255, 255, 255, 0.76);
}

.ad-sidebar {
  min-height: 250px;
}

.ad-sidebar.sidebar-story-ad {
  min-height: 0;
}

.ad-sidebar-tall {
  min-height: 520px;
}

.utility-side-ad {
  align-self: start;
  justify-self: stretch;
  max-width: 320px;
}

.sidebar-bottom-ad {
  margin-top: clamp(24px, 5vw, 78px);
  background:
    linear-gradient(180deg, rgba(11, 124, 35, 0.92), rgba(38, 56, 149, 0.9)),
    #0b7c23;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}

.sidebar-bottom-ad span {
  color: rgba(255, 255, 255, 0.72);
}

.home-kicker-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 4px 0 18px;
}

.home-kicker-bar a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 9px 12px;
  color: var(--muted);
  font-weight: 850;
}

.home-kicker-bar a:first-child {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.home-hero-modern {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.85fr);
  gap: 22px;
  align-items: stretch;
}

.home-lead {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand-dark);
  box-shadow: var(--shadow);
}

.home-lead::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 26, 73, 0.96) 0%, rgba(16, 26, 73, 0.64) 44%, rgba(16, 26, 73, 0.18) 100%),
    linear-gradient(180deg, rgba(17, 22, 42, 0), rgba(17, 22, 42, 0.84));
}

.home-lead-content {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 6vw, 64px);
  color: #fff;
}

.home-lead-content h1 {
  max-width: 780px;
  margin: 16px 0;
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.home-lead-content p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.home-live-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(38, 56, 149, 0.18);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow);
}

.home-live-panel h2 {
  margin-bottom: 0;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 0.95;
}

.live-item {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.live-item strong {
  font-size: 1.08rem;
  line-height: 1.16;
}

.live-time {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.signal-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand-dark);
  color: #fff;
}

.signal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 22, 42, 0.08), rgba(17, 22, 42, 0.88));
}

.signal-card .text {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: 16px;
}

.signal-card h2 {
  margin: 8px 0 0;
  font-size: 1.1rem;
  line-height: 1.12;
}

.home-quick-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(920px, 100%);
  margin: 30px auto 0;
}

.home-quick-actions .signal-card {
  display: block;
  min-height: 146px;
  background:
    linear-gradient(135deg, rgba(22, 36, 95, 0.98), rgba(0, 169, 157, 0.9)),
    var(--brand-dark);
  box-shadow: 0 18px 48px rgba(17, 22, 42, 0.12);
}

.home-quick-actions .signal-card::after {
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 255, 255, 0.22), transparent 0 44px),
    linear-gradient(90deg, rgba(17, 22, 42, 0.04), rgba(17, 22, 42, 0.28));
}

.home-quick-actions .quick-app {
  background: linear-gradient(135deg, var(--brand), var(--lagoon));
}

.home-quick-actions .quick-support {
  background: linear-gradient(135deg, #4b3d8f, #ff806e, var(--lagoon));
}

.home-quick-actions .quick-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
}

.home-quick-actions .quick-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.home-quick-actions .text {
  inset: auto 18px 18px;
  padding: 0;
}

.home-quick-actions .eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-quick-actions h2 {
  margin: 8px 0 8px;
  font-size: clamp(1.18rem, 1.8vw, 1.7rem);
}

.home-quick-actions strong {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.25;
}

.home-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
}

.home-stream {
  display: grid;
  gap: 18px;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.feature-row .media {
  min-height: 260px;
}

.feature-row .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 4vw, 38px);
}

.feature-row h2 {
  margin-bottom: 12px;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 0.98;
}

.home-sidebar-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.home-sidebar-block + .home-sidebar-block {
  margin-top: 16px;
}

.compact-news {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.compact-news a {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.compact-news .media {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}

.compact-news h3 {
  margin-bottom: 4px;
  line-height: 1.12;
}

.current-home {
  display: grid;
  gap: 22px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.story-rubrics {
  display: flex;
  gap: 18px;
  justify-content: center;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 14px 16px;
  box-shadow: 0 14px 36px rgba(17, 22, 42, 0.06);
  scrollbar-width: none;
}

.story-rubrics::-webkit-scrollbar {
  display: none;
}

.story-rubrics a {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 138px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.story-thumb {
  display: block;
  width: 72px;
  height: 72px;
  border: 3px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--brand), var(--lagoon), var(--sun), var(--coral)) border-box;
  padding: 3px;
}

.story-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.story-rubrics a:hover .story-thumb {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(38, 56, 149, 0.16);
}

.current-continu:hover,
.current-panel:hover,
.article-card:hover,
.mini-card:hover {
  border-color: rgba(38, 56, 149, 0.24);
  box-shadow: 0 22px 58px rgba(17, 22, 42, 0.11);
}

.current-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.62fr);
  gap: 24px;
  align-items: start;
}

.current-une {
  position: relative;
  display: grid;
  grid-template-rows: minmax(360px, 410px) auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), #fff 78%, rgba(241, 247, 255, 0.96)),
    #fff;
  padding-bottom: clamp(12px, 1.7vw, 18px);
  box-shadow: 0 30px 90px rgba(17, 22, 42, 0.15);
}

.current-une::before {
  content: none;
}

.current-une::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(17, 22, 42, 0.2) 68%, transparent 78%);
  opacity: 0.42;
}

.current-une:hover {
  box-shadow: 0 30px 90px rgba(17, 22, 42, 0.18);
}

.current-une-media {
  min-height: 370px;
  background: var(--brand-dark);
}

.current-une-media img {
  transform: scale(1.02);
}

.current-une-copy {
  position: relative;
  z-index: 2;
  width: calc(100% - clamp(24px, 4vw, 52px));
  margin: clamp(-38px, -3vw, -22px) auto clamp(10px, 1.4vw, 16px);
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  padding: clamp(16px, 2.1vw, 22px);
  box-shadow: 0 -18px 44px rgba(17, 22, 42, 0.12), 0 16px 34px rgba(38, 56, 149, 0.08);
  backdrop-filter: blur(14px);
}

.current-une-copy::after {
  content: "";
  position: absolute;
  right: clamp(14px, 2vw, 22px);
  bottom: 0;
  left: clamp(14px, 2vw, 22px);
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--brand), var(--lagoon), var(--leaf), var(--sun), var(--coral));
  opacity: 0.86;
}

.current-une-copy::before {
  content: none;
}

.current-une h1 {
  margin: 10px 0 8px;
  max-width: 980px;
  font-size: clamp(1.35rem, 2.05vw, 2.1rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.current-une p {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.une-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
}

.une-meta-line time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.une-meta-line time::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lagoon);
}

.current-continu,
.current-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 16px 44px rgba(17, 22, 42, 0.08);
}

.current-continu {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 12px;
}

.current-continu .solid-button {
  margin-top: 0;
}

.current-block-title {
  border-bottom: 0;
  padding-bottom: 4px;
}

.current-block-title h2 {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 8px;
  background: #d71920;
  padding: 7px 12px;
  color: #fff;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1;
  text-transform: uppercase;
}

.continu-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.continu-thumb {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #eef2ff;
}

.continu-item span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #d71920, var(--brand));
  color: #fff;
  padding: 3px 8px;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.continu-item h3 {
  margin: 4px 0 0;
  font-size: 0.96rem;
  line-height: 1.16;
}

.current-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.home-service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.home-service-strip a {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 148px;
  overflow: hidden;
  border-radius: 8px;
  padding: 18px 18px 16px;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 255, 255, 0.28), transparent 6rem),
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.82)),
    var(--brand);
  color: #fff;
  box-shadow: 0 18px 48px rgba(17, 22, 42, 0.12);
  isolation: isolate;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.home-service-strip a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--sun), var(--leaf), var(--lagoon));
  z-index: -1;
}

.home-service-strip a:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(17, 22, 42, 0.18);
}

.service-whatsapp {
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.26), transparent 6rem),
    linear-gradient(135deg, rgba(22, 36, 95, 0.96), rgba(24, 169, 87, 0.9)) !important;
}

.service-app {
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 201, 76, 0.34), transparent 6rem),
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.88)) !important;
}

.service-support {
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.24), transparent 6rem),
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(255, 107, 74, 0.78)) !important;
}

.service-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
}

.service-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.home-service-strip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.home-service-strip strong {
  margin-top: 6px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.1;
}

.home-service-strip small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.current-section + .current-section {
  margin-top: 18px;
}

.tabbed-news {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 255, 0.78)),
    #fff;
  padding: 18px;
  box-shadow: 0 18px 52px rgba(17, 22, 42, 0.08);
}

.tabbed-news .section-head {
  margin: 0 0 16px;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-bottom: 0;
  border-radius: 8px;
  padding: 14px 16px;
  background:
    linear-gradient(90deg, rgba(36, 55, 147, 0.96), rgba(0, 183, 199, 0.88)),
    var(--brand);
  color: #fff;
  box-shadow: inset 0 -3px 0 var(--sun), 0 14px 32px rgba(17, 22, 42, 0.12);
}

.tabbed-news .section-head h2 {
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  line-height: 1.08;
  text-wrap: balance;
}

.tabbed-news .section-head h2::after {
  width: clamp(34px, 6vw, 82px);
  height: 3px;
  background: linear-gradient(90deg, var(--sun), var(--leaf), #fff);
}

.tabbed-news .section-controls {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.tabbed-news .section-control {
  color: rgba(255, 255, 255, 0.9);
}

.tabbed-news .section-control.active,
.tabbed-news .section-control:hover {
  background: #fff;
  color: var(--brand);
}

.storys-section {
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 18px 52px rgba(17, 22, 42, 0.08);
}

.storys-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.storys-head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 0;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1;
}

.storys-head h2::before {
  content: "▶";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #d71920;
  color: #fff;
  font-size: 0.82rem;
}

.storys-media-section .storys-head h2::before {
  content: none;
}

.storys-media-section .story-card::before {
  content: "Story";
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #dd2a7b;
  padding: 4px 8px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.storys-controls {
  display: inline-flex;
  gap: 8px;
}

.storys-control {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--brand);
  font: inherit;
  font-size: 1.45rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(17, 22, 42, 0.07);
}

.storys-control:hover {
  background: var(--brand);
  color: #fff;
}

.storys-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(190px, 22vw, 260px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 10px;
  scrollbar-width: none;
}

.storys-rail::-webkit-scrollbar {
  display: none;
}

.story-card {
  position: relative;
  min-height: 320px;
  aspect-ratio: 9 / 16;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand-dark);
  color: #fff;
  box-shadow: 0 16px 42px rgba(17, 22, 42, 0.14);
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 22, 42, 0.08), rgba(17, 22, 42, 0.08) 38%, rgba(17, 22, 42, 0.86)),
    linear-gradient(135deg, rgba(0, 183, 199, 0.08), rgba(242, 201, 76, 0.08));
}

.story-card img,
.story-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.story-card:hover img,
.story-card:hover video {
  transform: scale(1.05);
}

.story-card h3,
.story-play {
  position: absolute;
  z-index: 1;
}

.story-card h3 {
  inset: auto 14px 46px;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.16;
  text-wrap: balance;
}

.story-play {
  left: 14px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 850;
}

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

.current-card-feature {
  grid-row: auto;
}

.current-card-feature .media {
  aspect-ratio: 16 / 10;
}

.current-card-feature {
  box-shadow: none;
}

.article-card .media,
.mini-card .media {
  background: linear-gradient(135deg, #d9f8fb, #fff3c4);
}

.article-card:hover img,
.mini-card:hover img,
.current-une:hover img,
.continu-item:hover img {
  transform: scale(1.04);
}

.article-card img,
.mini-card img,
.current-une img,
.continu-item img {
  transition: transform 280ms ease;
}

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

.current-split-list .mini-card {
  display: block;
  grid-template-columns: none;
  min-height: auto;
}

.tabbed-news .current-split-list {
  align-items: stretch;
}

.article-mini .text {
  display: grid;
  gap: 7px;
  position: relative;
  padding: clamp(18px, 3vw, 26px);
}

.article-mini .text::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--lagoon), var(--leaf), var(--sun));
}

.article-mini .media {
  min-height: 250px;
}

.card-author {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.card-author img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  padding: 2px;
  flex: 0 0 20px;
}

.une-author {
  display: inline-flex;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.card-actions span {
  min-height: 26px;
  border-radius: 8px;
  background: #eef2ff;
  padding: 4px 8px;
  color: var(--brand);
}

.card-actions .reaction-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 26px;
  border: 0;
  border-radius: 8px;
  background: #eef2ff;
  padding: 4px 8px;
  color: var(--brand);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.card-actions .reaction-button[aria-busy="true"] {
  opacity: 0.62;
  pointer-events: none;
}

.card-actions span.active,
.card-actions .reaction-button.active {
  background: var(--brand);
  color: #fff;
}

.card-actions strong {
  margin-left: auto;
  color: var(--brand);
}

.card-actions .read-more-link {
  margin-left: auto;
  color: var(--brand);
  font-weight: 950;
}

.une-actions {
  margin-top: 12px;
}

.tabbed-news .article-card,
.tabbed-news .mini-card {
  border: 1px solid var(--line);
  box-shadow: 0 20px 58px rgba(17, 22, 42, 0.1);
}

.tabbed-news .article-card .media,
.tabbed-news .mini-card .media {
  aspect-ratio: 16 / 9;
}

.tabbed-news .article-card .text,
.tabbed-news .mini-card .text {
  padding: clamp(18px, 3vw, 26px);
}

.tabbed-news .article-card h2,
.tabbed-news .mini-card h3 {
  font-size: clamp(1.2rem, 2.25vw, 1.75rem);
  line-height: 1.12;
}

.current-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 18px;
}

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

.social-stats span {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 183, 199, 0.12), rgba(242, 201, 76, 0.14)),
    #eef2ff;
  padding: 12px;
  color: var(--muted);
  font-weight: 800;
}

.social-stats strong {
  display: block;
  color: var(--brand);
  font-size: 1.5rem;
}

.follow-strip {
  display: grid;
  grid-template-columns: minmax(170px, 0.75fr) minmax(0, 4fr);
  align-items: stretch;
  gap: 10px;
  margin-top: 20px;
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-bottom: 6px solid var(--brand);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 255, 0.98)),
    #fff;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(17, 22, 42, 0.1);
}

.follow-strip-title {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 18px 26px;
  background: var(--brand-dark);
  color: #fff;
}

.follow-strip-title .kicker {
  color: rgba(255, 255, 255, 0.72);
}

.follow-strip-title h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 2.8vw, 2.75rem);
  line-height: 1;
}

.follow-strip-stats {
  display: grid;
  grid-template-columns: repeat(8, minmax(92px, 1fr));
  gap: 10px;
  padding: 10px;
}

.follow-strip-stats a {
  display: grid;
  grid-template-rows: 38px auto auto;
  place-items: center;
  min-height: 122px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.08)),
    var(--brand);
  box-shadow: 0 14px 28px rgba(17, 22, 42, 0.16);
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.follow-strip-stats a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(17, 22, 42, 0.22);
}

.follow-strip-stats img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  padding: 5px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.18));
}

.follow-strip-stats a > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 950;
}

.follow-strip-stats strong {
  color: #fff;
  font-size: 1.15rem;
}

.follow-facebook {
  background: #7da0ee !important;
}

.follow-x {
  background: #05171e !important;
}

.follow-instagram {
  background: #7b3fc2 !important;
}

.follow-tiktok,
.follow-threads {
  background: #030303 !important;
}

.follow-telegram {
  background: #5a9ad8 !important;
}

.follow-whatsapp {
  background: #34df70 !important;
}

.follow-linkedin {
  background: #2a82bd !important;
}

.topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.topic-cloud a {
  border: 1px solid rgba(38, 56, 149, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 183, 199, 0.1), rgba(242, 201, 76, 0.12)),
    #fff;
  padding: 8px 10px;
  color: var(--brand);
  font-weight: 900;
}

.alert-panel {
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.08), rgba(255, 107, 74, 0.12)),
    #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.78fr);
  gap: 22px;
  align-items: stretch;
}

.lead-story {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.lead-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.05), rgba(23, 23, 23, 0.92));
}

.lead-content {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: clamp(22px, 5vw, 46px);
  color: #fff;
}

.lead-content h1 {
  margin: 14px 0 12px;
  max-width: 780px;
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.lead-content p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.lead-content .meta {
  color: rgba(255, 255, 255, 0.82);
}

.side-rail {
  display: grid;
  gap: 14px;
}

.rail-card,
.article-card,
.mini-card,
.weather-panel,
.newsletter-panel,
.read-next-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.article-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border-color: rgba(38, 56, 149, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.88)),
    var(--surface);
  box-shadow: 0 12px 30px rgba(17, 22, 42, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.article-card::before {
  content: none;
}

.article-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 169, 157, 0.18);
  box-shadow: 0 18px 44px rgba(17, 22, 42, 0.095);
}

.rail-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  min-height: 142px;
}

.rail-card .text,
.mini-card .text,
.article-card .text,
.read-next-card .text {
  padding: 16px;
}

.article-card .text {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(20px, 2.7vw, 30px) clamp(20px, 3vw, 34px) 20px;
}

.kicker,
.tag {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: fit-content;
  min-height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lagoon), var(--leaf));
  color: #fff;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h2,
h3,
p {
  margin-top: 0;
}

.rail-card h2,
.article-card h2,
.article-card h3,
.read-next-card h3,
.mini-card h3 {
  margin-bottom: 8px;
  line-height: 1.12;
  letter-spacing: 0;
}

.article-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 1.55vw, 1.5rem);
  line-height: 1.16;
  text-wrap: balance;
}

.article-card p {
  margin: 0;
  font-size: clamp(0.96rem, 1.12vw, 1.04rem);
  line-height: 1.55;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 54px 0 18px;
  border-bottom: 0;
  padding-bottom: 0;
}

.section-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1;
}

.section-head h2::after {
  content: "";
  width: clamp(42px, 8vw, 120px);
  height: 4px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--brand), var(--lagoon), var(--sun));
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.section-controls {
  display: inline-flex;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 12px 28px rgba(17, 22, 42, 0.06);
}

.section-control {
  min-width: 86px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.section-control.active,
.section-control:hover {
  background: linear-gradient(135deg, var(--brand), var(--lagoon));
  color: #fff;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
}

.home-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  margin-top: 28px;
}

.home-feed {
  display: grid;
  gap: 26px;
  min-width: 0;
}

.category-block {
  min-width: 0;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 40px 0 18px;
  border-bottom: 4px solid var(--sun);
  border-radius: 8px;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand), var(--lagoon));
  padding: 14px 16px;
  box-shadow: 0 18px 46px rgba(17, 22, 42, 0.12);
}

.section-heading h2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.12rem, 1.8vw, 1.58rem);
  line-height: 1;
}

.section-heading h2::after {
  content: "";
  width: clamp(38px, 8vw, 110px);
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--sun), var(--leaf), rgba(255, 255, 255, 0.8));
}

.section-heading .kicker {
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lagoon), var(--leaf));
  color: #fff;
  padding: 5px 11px;
  box-shadow: 0 10px 22px rgba(0, 169, 157, 0.22);
}

.category-block:first-child .section-heading {
  margin-top: 0;
}

.section-heading .section-controls {
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.section-heading .section-control {
  min-width: 92px;
  color: #fff;
}

.section-heading .section-control.active,
.section-heading .section-control:hover {
  background: #fff;
  color: var(--brand);
}

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

.article-card .media {
  aspect-ratio: 16 / 9.6;
  background: #ddd;
}

.article-card .media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card p,
.mini-card p,
.read-next-card p {
  color: var(--muted);
}

.sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.weather-panel,
.newsletter-panel {
  padding: 22px;
}

.weather-page-panel {
  margin: 24px 0;
}

.story-admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.story-admin-help {
  margin-top: 14px;
  border-left: 4px solid var(--sun);
  padding: 12px 14px;
  color: var(--muted);
  background: rgba(242, 201, 76, 0.16);
  font-weight: 750;
}

.story-admin-list {
  display: grid;
  gap: 14px;
}

.story-admin-item {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.story-admin-item .story-card {
  min-height: 180px;
  box-shadow: none;
}

.story-admin-item h2 {
  margin: 6px 0 8px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.2;
}

.story-admin-item p,
.story-admin-empty {
  margin: 0 0 12px;
  color: var(--muted);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.story-json-box {
  min-height: 150px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
}

.file-helper {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.file-helper input,
.file-helper textarea {
  width: 100%;
}

.weather-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.weather-topline select {
  max-width: 150px;
  border: 1px solid rgba(38, 56, 149, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--brand);
  padding: 7px 9px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
}

.weather-orb {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 183, 199, 0.18), rgba(242, 201, 76, 0.32));
  color: var(--brand);
  font-size: 1.45rem;
  animation: weather-float 4s ease-in-out infinite;
}

.weather-panel.weather-animate .temperature,
.weather-panel.weather-animate .weather-orb {
  animation: weather-pop 420ms ease both;
}

@keyframes weather-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes weather-pop {
  0% {
    transform: scale(0.92);
    opacity: 0.65;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.app-promo-image {
  width: 100%;
  height: auto;
  max-height: 360px;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 18px 42px rgba(17, 22, 42, 0.14);
}

.weather-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.temperature {
  font-size: clamp(1.9rem, 4.4vw, 2.35rem);
  font-weight: 950;
}

.forecast {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  font-weight: 800;
  text-align: center;
}

.forecast span {
  border-radius: 8px;
  background: #eef2ff;
  padding: 8px 4px;
}

.mini-list {
  display: grid;
  gap: 12px;
}

.mini-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 118px;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.category-link {
  min-height: 150px;
  border-radius: 8px;
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.84), rgba(24, 169, 87, 0.72)),
    var(--brand);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 900;
}

.archive-hero {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.96), rgba(0, 183, 199, 0.86), rgba(24, 169, 87, 0.58)),
    var(--brand);
  border: 1px solid var(--line);
  color: #fff;
  box-shadow: var(--shadow);
}

.archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/colibri-footer.png") center 58% / cover no-repeat;
  opacity: 0.18;
  mix-blend-mode: screen;
  pointer-events: none;
}

.archive-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 6px;
  background: linear-gradient(90deg, var(--sun), var(--leaf), var(--coral));
}

.archive-hero > * {
  position: relative;
  z-index: 1;
}

.archive-hero h1 {
  margin: 0 0 14px;
  max-width: 820px;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.95;
}

.archive-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.archive-hero .kicker {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.chip {
  border: 1px solid var(--line);
  background: #fff;
  padding: 9px 12px;
}

.archive-hero .chip {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.chip.active {
  background: var(--ink);
  color: #fff;
}

.archive-hero .chip.active {
  background: #fff;
  color: var(--brand);
}

.legal-card {
  border: 1px solid rgba(38, 56, 149, 0.14);
  border-radius: 8px;
  background: #fff;
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 18px 52px rgba(17, 22, 42, 0.08);
}

.legal-card h2 {
  margin: 0 0 18px;
  color: var(--brand);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.legal-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-weight: 700;
}

.archive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  margin-top: 28px;
}

.archive-sidebar {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 18px;
}

.article-list {
  display: grid;
  gap: 16px;
}

.list-item {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--line);
  border-top: 3px solid rgba(0, 183, 199, 0.14);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(17, 22, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.list-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(17, 22, 42, 0.11);
}

.list-item .media {
  width: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 3;
  align-self: stretch;
}

.list-item .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-item .text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 18px;
}

.list-item h2 {
  margin-bottom: 8px;
  line-height: 1.12;
  font-size: clamp(1.12rem, 2vw, 1.55rem);
}

.list-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.list-item .card-author {
  margin-top: 14px;
}

.list-item .card-actions {
  margin-top: auto;
  padding-top: 14px;
}

.article-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.article-page-layout.article-layout-wide {
  grid-template-columns: minmax(0, 1fr);
}

.article-page-layout.article-layout-wide .article-story {
  width: min(100%, 920px);
  margin: 0 auto;
}

.article-story {
  min-width: 0;
}

.article-intro {
  padding: 18px 0 16px;
}

.article-intro h1 {
  max-width: 860px;
  margin: 18px 0 18px;
  font-size: clamp(1.8rem, 3.45vw, 2.95rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.article-intro p {
  position: relative;
  max-width: 880px;
  border-left: 6px solid var(--lagoon);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 183, 199, 0.08), rgba(255, 255, 255, 0)),
    #fff;
  color: #2f3446;
  padding: 14px 18px;
  font-size: clamp(1.02rem, 1.45vw, 1.28rem);
  font-weight: 650;
  line-height: 1.5;
  box-shadow: 0 12px 34px rgba(17, 22, 42, 0.06);
}

.article-meta-strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin: 18px 0 22px;
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-left: 5px solid var(--brand);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(38, 56, 149, 0.04), rgba(0, 183, 199, 0.04)),
    #fff;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 16px 42px rgba(17, 22, 42, 0.07);
  overflow-x: auto;
  scrollbar-width: none;
}

.article-meta-strip::-webkit-scrollbar {
  display: none;
}

.article-meta-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.article-meta-actions {
  margin-left: 0;
  justify-content: flex-start;
  flex: 0 0 auto;
}

.article-meta-interactions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
}

.article-meta-logo {
  width: 50px;
  height: 42px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 6px;
  box-shadow: 0 10px 22px rgba(17, 22, 42, 0.06);
  flex: 0 0 auto;
}

.article-author-date {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.article-author-date .article-meta-date::before {
  content: "|";
  margin-right: 8px;
  color: rgba(92, 99, 120, 0.7);
}

.article-author-line strong {
  color: var(--ink);
}

.article-sponsored {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 14px 0 20px;
  border: 1px solid rgba(38, 56, 149, 0.16);
  border-radius: 8px;
  background: #fff;
  padding: 9px 12px;
  color: var(--brand);
  font-size: 0.95rem;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(17, 22, 42, 0.06);
}

.article-sponsored strong {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.sponsor-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: rgba(38, 56, 149, 0.1);
  color: var(--brand);
  font-size: 1.05rem;
  font-weight: 950;
}

.article-meta-date,
.article-meta-separator,
.article-reading-time,
.article-meta-actions > span {
  flex: 0 0 auto;
}

.article-reading-time {
  border-radius: 8px;
  background: rgba(38, 56, 149, 0.08);
  color: var(--brand);
  padding: 7px 9px;
  font-weight: 950;
  white-space: nowrap;
}

.article-meta-category {
  color: var(--ink);
  font-weight: 950;
}

.article-meta-actions button {
  border: 0;
  border-radius: 8px;
  background: rgba(38, 56, 149, 0.08);
  color: var(--brand);
  padding: 7px 10px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.share-copy {
  width: 30px;
  min-width: 30px;
  padding: 0;
}

.share-feedback {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 120;
  max-width: min(360px, calc(100vw - 36px));
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 36, 95, 0.98), rgba(0, 183, 199, 0.92)),
    var(--brand);
  color: #fff;
  padding: 12px 14px;
  font-weight: 850;
  box-shadow: 0 18px 44px rgba(17, 22, 42, 0.22);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.share-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.article-reactions {
  margin: 0;
  border-top: 0;
  padding-top: 0;
  gap: 6px;
  flex: 0 0 auto;
}

.article-reactions span {
  min-height: 30px;
  background: rgba(38, 56, 149, 0.08);
}

.utility-page {
  display: grid;
  gap: 28px;
}

.utility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: stretch;
}

.utility-copy,
.app-showcase-panel,
.whatsapp-visual-panel,
.contact-card {
  display: grid;
  align-content: center;
  gap: 14px;
}

.accessibility-statement {
  display: grid;
  gap: 20px;
}

.accessibility-statement h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.06;
}

.accessibility-statement-lead {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.accessibility-statement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.accessibility-statement-grid article {
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(38, 56, 149, 0.04);
  padding: 16px;
}

.accessibility-statement-grid strong {
  color: var(--brand);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.accessibility-statement-grid a,
.accessibility-statement-grid span {
  color: var(--ink);
  font-weight: 850;
}

.accessibility-statement-copy {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.accessibility-statement-copy h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 1.12rem;
}

.accessibility-statement-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.accessibility-statement-copy li {
  position: relative;
  border: 1px solid rgba(38, 56, 149, 0.1);
  border-radius: 8px;
  background: rgba(38, 56, 149, 0.035);
  padding: 10px 12px 10px 34px;
  color: var(--ink);
  font-weight: 750;
}

.accessibility-statement-copy li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--lagoon));
}

.utility-store-buttons {
  margin-top: 8px;
}

.utility-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.utility-feature-list span {
  border: 1px solid rgba(38, 56, 149, 0.14);
  border-radius: 999px;
  background: rgba(38, 56, 149, 0.07);
  color: var(--brand);
  padding: 8px 10px;
  font-size: 0.82rem;
  font-weight: 900;
}

.regie-hero .utility-feature-list span {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.whatsapp-hero {
  background:
    linear-gradient(135deg, rgba(10, 111, 38, 0.96), rgba(37, 211, 102, 0.84)),
    var(--leaf);
}

.whatsapp-button {
  background: linear-gradient(135deg, #0f8f3d, #25d366);
}

.whatsapp-visual-panel {
  justify-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 211, 102, 0.22), transparent 13rem),
    #fff;
}

.whatsapp-visual-panel img {
  width: min(230px, 60vw);
  height: auto;
  object-fit: contain;
}

.regie-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 201, 76, 0.28), transparent 14rem),
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(11, 124, 35, 0.82)),
    var(--brand);
}

.regie-showcase {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
}

.regie-format {
  display: grid;
  align-content: end;
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.94)),
    #fff;
  padding: 20px;
  box-shadow: 0 16px 44px rgba(17, 22, 42, 0.08);
}

.regie-format-skin {
  grid-row: span 2;
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(11, 124, 35, 0.86), rgba(38, 56, 149, 0.88)),
    #0b7c23;
  color: #fff;
}

.regie-format span {
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.regie-format-skin span,
.regie-format-skin p {
  color: rgba(255, 255, 255, 0.88);
}

.regie-format-skin span {
  width: max-content;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 6px 9px;
}

.regie-format h2 {
  margin: 8px 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.regie-format p {
  color: var(--muted);
}

.regie-format strong {
  margin-top: 8px;
}

.regie-advanced {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  gap: 20px;
  align-items: center;
}

.regie-placement-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.regie-placement-list code {
  border: 1px solid rgba(38, 56, 149, 0.16);
  border-radius: 999px;
  background: rgba(38, 56, 149, 0.08);
  color: var(--brand);
  padding: 8px 10px;
  font-size: 0.82rem;
  font-weight: 900;
}

.regie-mini-kit ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 800;
}

.regie-why,
.regie-trust {
  display: grid;
  gap: 22px;
}

.regie-reasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.regie-reasons article,
.regie-client-grid span,
.regie-stats article {
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(17, 22, 42, 0.07);
}

.regie-reasons article {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.regie-reasons article span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--alert);
  color: #fff;
  font-weight: 950;
}

.regie-reasons h3 {
  margin: 0;
  font-size: 1.04rem;
}

.regie-reasons p,
.regie-trust p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.regie-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.regie-stats article {
  min-height: 138px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.96), rgba(16, 175, 184, 0.82)),
    var(--brand);
  color: #fff;
}

.regie-stats strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.96;
}

.regie-stats span {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
}

.regie-client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.regie-client-grid span {
  display: grid;
  min-height: 78px;
  place-items: center;
  padding: 16px;
  color: var(--brand-dark);
  font-weight: 950;
  text-align: center;
}

.regie-form-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.98)),
    #fff;
}

.content-page-special .page-content {
  display: grid;
  gap: 28px;
}

.page-editor-content {
  display: grid;
  gap: 16px;
}

.support-layout-local {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: start;
}

.support-layout-local .support-copy {
  position: sticky;
  top: 112px;
  overflow: hidden;
  min-height: 520px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.96), rgba(0, 183, 199, 0.78)),
    var(--brand);
  color: #fff;
}

.support-layout-local .support-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/colibri-footer.png") center 64% / cover no-repeat;
  opacity: 0.16;
  pointer-events: none;
}

.support-layout-local .support-copy > * {
  position: relative;
  z-index: 1;
}

.support-layout-local .support-copy h2,
.support-layout-local .support-copy p {
  color: #fff;
}

.support-layout-local .support-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.support-benefit-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.support-benefit-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  padding: 12px;
}

.support-benefit-grid strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--sun);
  color: var(--brand-dark);
}

.support-benefit-grid span {
  color: #fff;
  font-weight: 900;
}

.support-widget {
  padding: 10px;
}

.app-local-page,
.whatsapp-local-page,
.regie-local-hero {
  margin-top: 0;
}

.app-local-copy h2,
.whatsapp-local-page h2,
.regie-local-hero h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.95;
}

.app-local-copy p,
.whatsapp-local-page p,
.regie-local-hero p {
  max-width: 680px;
  font-size: 1.08rem;
  font-weight: 800;
}

.app-showcase-panel.app-landing {
  overflow: hidden;
  align-content: center;
  justify-items: center;
  background:
    radial-gradient(circle at 75% 15%, rgba(242, 201, 76, 0.2), transparent 12rem),
    linear-gradient(135deg, rgba(38, 56, 149, 0.08), rgba(0, 183, 199, 0.08)),
    #fff;
}

.app-showcase-panel.app-landing img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  border-radius: 8px;
}

.app-local-page .store-badge {
  border: 0;
  background: transparent;
  box-shadow: 0 14px 34px rgba(17, 22, 42, 0.12);
}

.app-benefit-grid,
.whatsapp-step-list,
.app-info-grid {
  display: grid;
  gap: 10px;
}

.app-benefit-grid,
.whatsapp-step-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}

.app-benefit-grid article,
.whatsapp-step-list article,
.app-info-grid article {
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.06), rgba(0, 183, 199, 0.08)),
    #fff;
  padding: 12px;
}

.app-benefit-grid strong,
.whatsapp-step-list strong {
  display: inline-flex;
  width: fit-content;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  padding: 3px 8px;
  font-size: 0.76rem;
  font-weight: 950;
}

.app-benefit-grid span,
.whatsapp-step-list span {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-weight: 950;
  line-height: 1.2;
}

.app-local-info,
.whatsapp-local-info {
  display: grid;
  gap: 14px;
}

.app-local-info h2,
.whatsapp-local-info h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.app-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.app-info-grid h3 {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 1.04rem;
}

.app-info-grid p,
.whatsapp-local-info p,
.whatsapp-visual-panel p {
  margin: 0;
  color: var(--muted);
  font-weight: 780;
}

.whatsapp-local-page .whatsapp-hero {
  color: #fff;
}

.whatsapp-local-page .whatsapp-hero h2,
.whatsapp-local-page .whatsapp-hero p {
  color: #fff;
}

.whatsapp-local-page .whatsapp-hero p {
  color: rgba(255, 255, 255, 0.88);
}

.whatsapp-local-page .whatsapp-button {
  width: max-content;
}

.whatsapp-local-page .whatsapp-visual-panel {
  display: grid;
  justify-items: center;
  text-align: center;
}

.whatsapp-local-page .whatsapp-visual-panel h3 {
  margin: 8px 0 0;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1;
}

.regie-local-hero {
  border-radius: 8px;
  padding: clamp(22px, 4vw, 42px);
  color: #fff;
}

.regie-local-hero h2,
.regie-local-hero p {
  color: #fff;
}

.regie-local-hero p {
  color: rgba(255, 255, 255, 0.86);
}

.regie-local-hero .solid-button {
  width: max-content;
  margin-top: 10px;
  background: #fff;
  color: var(--brand);
}

.regie-hero-card {
  display: grid;
  align-content: center;
  min-height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.14);
  padding: clamp(20px, 4vw, 38px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
}

.regie-hero-card strong {
  display: block;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.85;
}

.regie-hero-card span {
  margin-top: 12px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 950;
  text-transform: uppercase;
}

.regie-hero-card p {
  margin: 14px 0 0;
}

.regie-local-formats .regie-format {
  min-height: 240px;
}

.contact-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
  align-items: start;
}

.contact-local-page .contact-hero {
  background:
    linear-gradient(120deg, rgba(38, 56, 149, 0.96), rgba(0, 150, 172, 0.92)),
    url("../img/colibri-footer.png") center 56% / cover no-repeat;
}

.contact-local-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: stretch;
}

.contact-info-panel,
.contact-local-form {
  min-height: 100%;
}

.contact-channel-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.contact-channel-list a {
  position: relative;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-left: 5px solid var(--accent);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 249, 252, 0.98)),
    #fff;
  padding: 16px 18px;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(17, 22, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-channel-list a:hover {
  transform: translateY(-2px);
  border-left-color: var(--brand);
  box-shadow: 0 22px 52px rgba(17, 22, 42, 0.12);
}

.contact-channel-list span {
  width: fit-content;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-channel-list strong {
  color: var(--brand);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.15;
}

.contact-channel-list em {
  color: var(--muted);
  font-style: normal;
  font-weight: 760;
}

.contact-card:hover {
  transform: translateY(-2px);
}

.contact-form-panel {
  align-content: start;
}

.contact-local-form {
  display: grid;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98)),
    #fff;
}

.contact-local-form h2,
.contact-info-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.05;
}

.contact-local-form form {
  display: grid;
  gap: 12px;
}

.contact-local-form input,
.contact-local-form textarea,
.contact-form-panel select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 11px 12px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.contact-local-form textarea {
  resize: vertical;
}

.zay-hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-captcha {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(35, 55, 145, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(35, 55, 145, 0.08), rgba(0, 170, 190, 0.08));
  padding: 10px;
  color: var(--ink);
  font-weight: 900;
}

.contact-captcha input {
  min-height: 40px;
}

.contact-form-alert {
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 900;
}

.contact-form-alert.is-success {
  background: rgba(0, 150, 92, 0.12);
  color: #00724f;
}

.contact-form-alert.is-error {
  background: rgba(221, 14, 32, 0.1);
  color: #b00016;
}

.contact-local-form button {
  justify-self: start;
}

.contact-side-stack {
  display: grid;
  gap: 16px;
}

.share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(38, 56, 149, 0.08);
  overflow: hidden;
  transition: background 180ms ease, transform 180ms ease;
}

.share-icon:hover {
  background: rgba(38, 56, 149, 0.16);
  transform: translateY(-1px);
}

.share-icon img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.share-icon[href*="twitter.com"],
.share-icon[href*="x.com"] {
  background: #050505;
}

.share-icon[href*="twitter.com"]:hover,
.share-icon[href*="x.com"]:hover {
  background: #141414;
}

.share-icon[href*="twitter.com"] img,
.share-icon[href*="x.com"] img,
.mobile-share-link.is-x img {
  filter: brightness(0) invert(1);
}

.share-copy {
  min-height: 30px;
}

.share-instagram-story {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 30px;
  min-height: 30px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  color: #fff;
  padding: 6px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

.share-instagram-story img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.mobile-share-dock {
  display: none;
}

.mobile-share-link {
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(17, 22, 42, 0.18);
}

.mobile-share-link img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.mobile-share-link.is-whatsapp {
  background: #25d366;
}

.mobile-share-link.is-x {
  background: #050505;
}

.mobile-share-dock .mobile-share-link {
  display: inline-flex;
}

.article-feature-image {
  overflow: hidden;
  margin: 28px 0 0;
  border-radius: 8px;
  background: #dce7f2;
  box-shadow: 0 18px 48px rgba(17, 22, 42, 0.1);
}

.article-feature-image img {
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: cover;
  object-position: center top;
}

.article-feature-image figcaption {
  background: #fff;
  color: var(--muted);
  padding: 10px 12px;
  font-size: 0.78rem;
  font-weight: 800;
}

.article-body {
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  margin-top: 28px;
  padding: clamp(22px, 5vw, 48px);
}

.article-body p {
  color: #312d2b;
  font-size: 1.08rem;
}

.article-body h2 {
  margin: 34px 0 12px;
  font-size: 1.75rem;
}

.quote-box {
  margin: 30px 0;
  border-left: 6px solid var(--brand);
  background: #eef2ff;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 850;
}

.inline-read-next,
.whatsapp-insert,
.comments-panel {
  margin: 32px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(246, 248, 255, 0.96), rgba(255, 255, 255, 0.98)),
    #fff;
  padding: 18px;
}

.inline-read-next {
  position: relative;
  display: grid;
  gap: 0;
  padding-top: 26px;
}

.inline-read-next > .kicker {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
}

.inline-related-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  margin-top: 18px;
  min-height: 118px;
  box-shadow: 0 14px 34px rgba(17, 22, 42, 0.06);
}

.inline-related-card img {
  width: 120px;
  height: 118px;
  object-fit: cover;
}

.inline-related-card span {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 14px 16px 14px 0;
}

.inline-related-card strong {
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.06;
}

.inline-related-card time {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 850;
}

.whatsapp-insert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(24, 169, 87, 0.14), rgba(0, 183, 199, 0.12)),
    #fff;
  border-color: rgba(24, 169, 87, 0.18);
}

.whatsapp-insert-copy {
  display: flex;
  align-items: center;
  gap: 14px;
}

.whatsapp-insert-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 12px 28px rgba(17, 22, 42, 0.12);
  object-fit: contain;
}

.whatsapp-insert h2,
.comments-panel h2 {
  margin: 0 0 8px;
}

.comment-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.zay-comment {
  margin: 0;
  list-style: none;
}

.zay-comment-card {
  border-left: 4px solid var(--brand);
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px;
  box-shadow: 0 14px 34px rgba(17, 22, 42, 0.06);
}

.zay-comment-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 8px;
}

.zay-comment-author {
  color: var(--ink);
  font-weight: 950;
}

.zay-comment-date {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.zay-comment-edit {
  margin-left: 8px;
}

.zay-comment-content {
  color: var(--ink);
  font-weight: 650;
}

.zay-comment-content p {
  margin: 0 0 10px;
}

.zay-comment-content p:last-child {
  margin-bottom: 0;
}

.archive-whatsapp-insert {
  margin: 4px 0;
}

.archive-whatsapp-insert h2 {
  font-size: clamp(1.25rem, 2.3vw, 1.8rem);
}

.archive-whatsapp-insert p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.article-tags span {
  color: var(--muted);
  font-weight: 950;
  text-transform: uppercase;
}

.article-tags a {
  border-radius: 8px;
  background: #eef2ff;
  color: var(--brand);
  padding: 8px 11px;
  font-weight: 900;
}

.comment-form {
  display: grid;
  gap: 12px;
}

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

.comment-form input,
.comment-form textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  font: inherit;
}

.comment-form textarea {
  min-height: 130px;
  resize: vertical;
}

.support-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(242, 201, 76, 0.22), transparent 15rem),
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.82)),
    var(--brand);
}

.donation-panel {
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.98)),
    #fff;
}

.support-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.support-highlights span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-radius: 8px;
  background: rgba(38, 56, 149, 0.06);
  padding: 12px;
  color: var(--muted);
  font-weight: 850;
}

.support-highlights strong {
  color: var(--brand);
  font-size: 1.4rem;
  line-height: 1;
}

.support-impact,
.support-steps {
  display: grid;
  gap: 14px;
  margin-top: 12px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.support-impact h2,
.support-steps h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.support-impact-grid {
  display: grid;
  gap: 12px;
}

.support-impact-grid article {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(38, 56, 149, 0.07), rgba(0, 183, 199, 0.08));
  padding: 14px;
}

.support-impact-grid span {
  width: fit-content;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  padding: 3px 8px;
  font-size: 0.75rem;
  font-weight: 950;
}

.support-impact-grid h3 {
  margin: 0;
  color: var(--brand);
  font-size: 1.05rem;
}

.support-impact-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.support-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.support-step-list span {
  display: grid;
  gap: 4px;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  color: var(--muted);
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(17, 22, 42, 0.06);
}

.support-step-list strong {
  color: var(--red);
  font-size: 1.35rem;
}

.donation-iframe {
  width: 100%;
  min-height: 750px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.08), rgba(0, 183, 199, 0.1)),
    #fff;
}

.utility-store-buttons .footer-apple-store img {
  filter: none;
}

.article-continu {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 14px;
}

.continu-title-red {
  border-radius: 8px;
  background: #d71920;
  color: #fff;
  padding: 10px 12px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 950;
  line-height: 1;
}

.selection-share {
  position: absolute;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 8px 10px;
  box-shadow: 0 18px 48px rgba(17, 22, 42, 0.2);
  font-size: 0.78rem;
  font-weight: 900;
}

.selection-share[hidden] {
  display: none;
}

.selection-share a {
  display: inline-flex;
  width: 22px;
  height: 22px;
}

.selection-share img {
  object-fit: contain;
}

.share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.read-next {
  display: grid;
  gap: 12px;
}

.read-next-card {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(17, 22, 42, 0.98)),
    var(--ink);
  color: #fff;
  margin-top: 60px;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(22, 36, 95, 0.88), rgba(38, 56, 149, 0.84)),
    url("../img/colibri-footer.png") center 58% / cover no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.back-to-top {
  position: fixed;
  right: 218px;
  bottom: 18px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(17, 22, 42, 0.22);
}

.zay-accessibility {
  position: fixed;
  top: max(64px, calc(env(safe-area-inset-top) + 64px));
  left: 12px;
  z-index: 160;
  font-family: inherit;
}

.zay-accessibility-toggle {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(38, 56, 149, 0.9), rgba(0, 183, 199, 0.78)),
    var(--brand);
  color: #fff;
  padding: 0;
  font: inherit;
  font-size: 1rem;
  font-weight: 950;
  cursor: pointer;
  opacity: 0.72;
  box-shadow: 0 10px 26px rgba(17, 22, 42, 0.16);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.zay-accessibility-toggle:hover,
.zay-accessibility-toggle:focus-visible,
.zay-accessibility.is-open .zay-accessibility-toggle {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(17, 22, 42, 0.22);
}

.zay-accessibility-toggle span {
  display: inline-grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 8px;
  background: transparent;
  font-size: 0.95rem;
}

.zay-accessibility-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: min(340px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(38, 56, 149, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(17, 22, 42, 0.24);
}

.zay-accessibility-panel[hidden] {
  display: none;
}

.zay-accessibility-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:
    linear-gradient(135deg, var(--brand), var(--lagoon)),
    var(--brand);
  color: #fff;
  padding: 12px;
  font-weight: 950;
}

.zay-accessibility-head button {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font: inherit;
  font-size: 1.2rem;
  cursor: pointer;
}

.zay-accessibility-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.zay-accessibility-actions button,
.zay-accessibility-link {
  border: 1px solid rgba(38, 56, 149, 0.14);
  border-radius: 8px;
  background: rgba(38, 56, 149, 0.06);
  color: var(--brand);
  padding: 10px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.zay-accessibility-actions button.active,
.zay-accessibility-actions button:hover,
.zay-accessibility-actions button:focus-visible {
  background: var(--brand);
  color: #fff;
}

.zay-accessibility-link {
  display: block;
  margin: 0 12px 12px;
  text-decoration: none;
}

body.zay-a11y-readable {
  font-family: Arial, Verdana, sans-serif;
}

body.zay-a11y-underline a {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

body.zay-a11y-spaced .article-body,
body.zay-a11y-spaced .page-content,
body.zay-a11y-spaced .article-card,
body.zay-a11y-spaced .current-une-copy {
  line-height: 1.85;
  word-spacing: 0.08em;
}

body.zay-a11y-contrast {
  background: #fff;
  color: #050816;
}

body.zay-a11y-contrast .site-header,
body.zay-a11y-contrast .compact-header,
body.zay-a11y-contrast .topline,
body.zay-a11y-contrast .footer-legal,
body.zay-a11y-contrast .site-footer {
  background: #06135f !important;
  color: #fff !important;
}

body.zay-a11y-contrast a,
body.zay-a11y-contrast button {
  outline-color: #ffd766;
}

body.zay-a11y-pause *,
body.zay-a11y-pause *::before,
body.zay-a11y-pause *::after {
  animation-play-state: paused !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}

.zay-ai {
  position: fixed;
  right: 22px;
  bottom: 18px;
  z-index: 80;
  font-family: inherit;
}

.zay-ai-toggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 9px 16px 9px 9px;
  color: #fff;
  background: #263f9f;
  box-shadow: 0 18px 42px rgba(9, 22, 72, 0.42), 0 0 0 1px rgba(22, 36, 95, 0.26);
  cursor: pointer;
}

.zay-ai-toggle::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37e27a;
  box-shadow: 0 0 0 3px rgba(55, 226, 122, 0.22);
}

.zay-ai-toggle span {
  display: grid;
  width: 46px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: #fff;
  font-weight: 900;
  overflow: hidden;
}

.zay-ai-toggle img {
  width: 40px;
  height: 32px;
  object-fit: contain;
}

.zay-ai-toggle strong {
  display: block;
  padding-right: 8px;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-align: left;
}

.zay-ai-toggle em {
  color: #ffd766;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.zay-ai-panel {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: min(380px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(31, 67, 150, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(12, 21, 52, 0.26);
}

.zay-ai-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #162d78);
}

.zay-ai-head span {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.zay-ai-head strong {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
}

.zay-ai-close {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.zay-ai-close:hover,
.zay-ai-close:focus-visible {
  color: var(--blue);
  background: #fff;
  transform: scale(1.04);
}

.zay-ai-messages {
  display: flex;
  max-height: 270px;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 10px 16px 16px;
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.zay-ai-message {
  max-width: 90%;
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 0.9rem;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  animation: zayAiBubbleIn 220ms ease forwards;
  box-shadow: 0 10px 28px rgba(17, 22, 42, 0.08);
}

@keyframes zayAiBubbleIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.zay-ai-message a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
}

.zay-ai-message.is-bot {
  align-self: flex-start;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98)),
    #fff;
  border: 1px solid rgba(31, 67, 150, 0.14);
}

.zay-ai-message.is-user {
  align-self: flex-end;
  color: #06133f !important;
  background:
    linear-gradient(135deg, rgba(255, 224, 92, 0.98), rgba(168, 236, 255, 0.98)),
    #ffe05c;
  border: 1px solid rgba(38, 56, 149, 0.28);
  font-weight: 950;
  text-shadow: none;
}

.zay-ai-message.is-user * {
  color: inherit !important;
}

.zay-ai-message.is-thinking {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  background: rgba(38, 56, 149, 0.07);
  border: 1px solid rgba(38, 56, 149, 0.12);
  font-weight: 850;
}

.zay-ai-message.is-thinking::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lagoon);
  box-shadow: 14px 0 0 rgba(0, 183, 199, 0.55), 28px 0 0 rgba(0, 183, 199, 0.25);
  animation: zayAiThinking 900ms ease-in-out infinite;
}

@keyframes zayAiThinking {
  0%,
  100% {
    opacity: 0.42;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.zay-ai-results {
  display: grid;
  gap: 10px;
}

.zay-ai-results p {
  margin: 0;
}

.zay-ai-source-list {
  display: grid;
  gap: 8px;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.zay-ai-source-list li {
  margin: 0;
}

.zay-ai-source-list a {
  display: block;
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-radius: 8px;
  background: #f7faff;
  padding: 9px 10px;
  color: var(--brand);
  font-weight: 900;
  line-height: 1.28;
  text-decoration: none !important;
}

.zay-ai-result-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zay-ai-result-list li {
  margin: 0;
  padding: 0;
}

.zay-ai-result {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(38, 56, 149, 0.12);
  border-radius: 8px;
  background: #f7faff;
  padding: 8px;
  text-decoration: none !important;
}

.zay-ai-result img {
  width: 58px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.zay-ai-result.is-page {
  grid-template-columns: minmax(0, 1fr);
}

.zay-ai-result span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.zay-ai-result strong,
.zay-ai-result small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.zay-ai-result strong {
  color: var(--ink);
  line-height: 1.15;
}

.zay-ai-result em {
  color: var(--brand);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 900;
}

.zay-ai-result small {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.25;
}

.zay-ai-quick {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0 16px 14px;
}

.zay-ai-quick button {
  border: 1px solid rgba(31, 67, 150, 0.16);
  border-radius: 8px;
  padding: 10px;
  color: var(--blue);
  background: #eef5ff;
  font-weight: 900;
  cursor: pointer;
}

.zay-ai-form,
.zay-ai-lead {
  display: grid;
  gap: 9px;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(31, 67, 150, 0.12);
}

.zay-ai-form {
  grid-template-columns: 1fr auto;
}

.zay-ai-form input,
.zay-ai-lead input,
.zay-ai-lead textarea {
  width: 100%;
  border: 1px solid rgba(31, 67, 150, 0.16);
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
}

.zay-ai-form button {
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  color: #fff;
  background: var(--red);
  font-weight: 900;
  cursor: pointer;
}

.zay-ai-lead[hidden],
.zay-ai-panel[hidden] {
  display: none;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0;
}

.footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(170px, 0.7fr));
  align-items: start;
}

.footer-logo {
  width: min(190px, 80%);
  height: auto;
  margin-bottom: 14px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.24));
}

.footer-brand p {
  max-width: 420px;
}

.footer-socials {
  justify-content: flex-start;
  margin-top: 18px;
}

.footer-links,
.footer-app {
  display: grid;
  gap: 10px;
}

.footer-links h2,
.footer-app h2 {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 183, 199, 0.28), rgba(242, 183, 5, 0.22));
  padding: 8px 12px;
  color: #fff;
  font-size: 1.05rem;
}

.footer-links a,
.footer-app a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.footer-links a:hover,
.footer-app a:hover,
.footer-legal a:hover {
  color: #fff;
}

.app-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.app-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.08);
}

.store-badge {
  overflow: hidden;
  width: 168px;
  height: 48px;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.store-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer-google-play img {
  object-fit: contain;
  object-position: center;
}

.footer-apple-store img {
  object-fit: contain;
  object-position: center 52%;
  filter: brightness(0) invert(1);
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-legal .footer-inner {
  align-items: center;
  padding: 18px 0;
}

.footer-legal nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  font-size: 0.84rem;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 750;
}

.footer-legal p a,
.footer-legal small a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-continu {
  position: sticky;
  top: 86px;
  display: flex;
  flex-direction: column;
  align-content: start;
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 20px 54px rgba(17, 22, 42, 0.08);
}

.article-continu h2 {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  border-radius: 8px;
  background: #d71920;
  color: #fff;
  padding: 9px 12px;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1;
  text-transform: uppercase;
}

.article-continu .continu-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
}

.article-continu .continu-item img {
  grid-row: 1 / 4;
  width: 88px;
  height: 66px;
  border-radius: 8px;
  object-fit: cover;
}

.article-continu .continu-item span {
  order: 2;
  min-height: 0;
  padding: 0;
  background: transparent;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: none;
}

.article-continu .continu-item strong {
  order: 3;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.article-continu .continu-item .kicker {
  order: 1;
  min-height: 22px;
  padding: 3px 8px;
  font-size: 0.68rem;
}

.article-continu .continu-more-button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.archive-sidebar .side-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 16px 42px rgba(17, 22, 42, 0.08);
}

.archive-sidebar .ad-card {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.side-ad-link,
.ad-square {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.side-ad-link img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.app-card {
  display: grid;
  gap: 14px;
}

.app-card > img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

.weather-card {
  display: grid;
  gap: 10px;
}

.weather-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.weather-card select {
  max-width: 150px;
}

.weather-now {
  display: flex;
  align-items: center;
  gap: 8px;
}

.weather-now em {
  color: var(--brand);
  font-size: 1.55rem;
  font-style: normal;
  font-weight: 950;
}

.weather-forecast {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.weather-forecast span {
  border-radius: 8px;
  background: #eef5ff;
  padding: 7px 4px;
  color: var(--brand);
  text-align: center;
  font-size: 0.76rem;
  font-weight: 900;
}

.whatsapp-card {
  display: grid;
  gap: 10px;
}

.whatsapp-card .whatsapp-insert-logo {
  width: 42px;
  height: 42px;
}

.follow-strip-stats {
  display: grid;
}

.article-sponsored {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(38, 56, 149, 0.14);
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
  color: var(--brand);
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(17, 22, 42, 0.07);
}

.article-sponsored-logo {
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 64px;
  object-fit: contain;
}

.article-sponsored-link {
  display: inline-flex;
  align-items: center;
}

.article-feature-image figcaption a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zay-widget-area {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto;
}

.zay-widget {
  overflow: hidden;
  border: 1px solid rgba(17, 43, 108, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 45, 95, 0.09);
}

.zay-widget-title {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 1.05rem;
}

.header-widget-area {
  margin-top: 14px;
  margin-bottom: 0;
}

.home-widget-before-une,
.home-widget-after-une,
.home-widget-between-sections,
.article-widget-after-content {
  margin-top: 22px;
  margin-bottom: 22px;
}

.archive-sidebar .zay-widget-area {
  width: 100%;
  margin: 0;
  display: grid;
  gap: 14px;
}

.archive-sidebar .zay-widget {
  box-shadow: none;
  border-color: rgba(17, 43, 108, 0.12);
  background: rgba(255, 255, 255, 0.96);
}

.archive-sidebar .zay-widget img,
.archive-sidebar .zay-widget iframe {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.footer-widget-area {
  margin-bottom: 24px;
  color: #fff;
}

.footer-widget-area .zay-widget {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.footer-widget-area .zay-widget-title {
  color: #fff;
}

.elementor-fullwidth-page {
  width: min(100% - 32px, 1180px);
}

.elementor-canvas-zayactu {
  margin: 0;
}

@media (max-width: 1640px) {
  .ad-skin {
    display: none;
  }
}

@media (min-width: 921px) and (max-width: 1180px) {
  .nav-under-logo .menu-item-has-children,
  .nav-under-logo .nav-parent,
  .compact-nav .menu-item-has-children,
  .compact-nav .nav-parent {
    align-items: stretch;
    display: grid;
  }

  .nav-under-logo .sub-menu,
  .compact-nav .sub-menu {
    position: static;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: min(520px, calc(100vw - 48px));
    width: min(520px, calc(100vw - 48px));
    gap: 8px;
    margin: 10px 0 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 244, 255, 0.92)),
      rgba(255, 255, 255, 0.94);
    padding: 12px;
    box-shadow: inset 0 0 0 1px rgba(38, 56, 149, 0.06), 0 14px 34px rgba(4, 22, 72, 0.14);
  }

  .nav-under-logo .menu-item-has-children.is-submenu-open > .sub-menu,
  .nav-under-logo .nav-parent.is-submenu-open > .sub-menu,
  .compact-nav .menu-item-has-children.is-submenu-open > .sub-menu,
  .compact-nav .nav-parent.is-submenu-open > .sub-menu {
    display: grid;
    animation: submenuReveal 180ms ease both;
  }

  .nav-under-logo .sub-menu::before,
  .compact-nav .sub-menu::before {
    content: "Sous-rubriques";
    grid-column: 1 / -1;
    display: inline-flex;
    width: max-content;
    border-radius: 6px;
    background:
      linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.9)),
      var(--brand);
    color: #fff;
    padding: 5px 9px;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase;
  }

  .nav-under-logo .sub-menu a,
  .compact-nav .sub-menu a {
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(38, 56, 149, 0.1);
    border-radius: 8px;
    background:
      linear-gradient(180deg, #fff, rgba(246, 248, 255, 0.96)),
      #fff;
    color: var(--brand);
    padding: 11px 12px;
    font-size: 0.82rem;
    font-weight: 950;
    line-height: 1.12;
    white-space: normal;
    box-shadow: 0 10px 24px rgba(17, 22, 42, 0.06);
  }

  .nav-under-logo .sub-menu a::after,
  .compact-nav .sub-menu a::after {
    content: "›";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 6px;
    background: rgba(38, 56, 149, 0.08);
    color: var(--brand);
    font-size: 1rem;
    line-height: 1;
  }

  @keyframes submenuReveal {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 920px) {
  html,
  body {
    overflow-x: hidden;
    overscroll-behavior-x: none;
    touch-action: pan-y;
  }

  body > * {
    max-width: 100vw;
  }

  .don-tab {
    display: none !important;
  }

  .topline {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 132;
    background: transparent;
    color: #fff;
    pointer-events: none;
  }

  .topline-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px;
  }

  .top-actions {
    order: 1;
    flex: 1 0 100%;
    width: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 134;
    min-height: 42px;
    padding: 7px 12px 5px;
    background: var(--brand-dark);
    pointer-events: auto;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .top-store-badges {
    justify-content: center;
  }

  .top-store-badge {
    width: 108px;
    height: 30px;
  }

  .breaking {
    order: 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    flex-basis: 100%;
    width: 100%;
    gap: 10px;
    position: fixed;
    top: 116px;
    right: 0;
    left: 0;
    z-index: 123;
    min-height: 38px;
    padding: 5px 12px;
    background: var(--brand-dark);
    pointer-events: auto;
  }

  .breaking strong {
    min-height: 30px;
    padding: 5px 9px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .ticker-window {
    width: 100%;
    mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 88%, transparent 100%);
  }

  .ticker-track {
    gap: 26px;
    animation-duration: 118s;
  }

  .ticker-track a {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    opacity: 1;
  }

  .site-header,
  .footer-grid,
  .hero-grid,
  .home-hero-modern,
  .home-section-grid,
  .home-content-grid,
  .current-main-grid,
  .current-layout,
  .news-layout,
  .archive-layout,
  .article-page-layout,
  .utility-grid,
  .support-layout-local,
  .contact-grid,
  .story-admin-grid,
  .regie-showcase,
  .regie-advanced,
  .regie-reasons,
  .regie-stats {
    grid-template-columns: 1fr;
  }

  .regie-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-benefit-grid,
  .whatsapp-step-list,
  .app-info-grid {
    grid-template-columns: 1fr;
  }

  .regie-format-skin {
    grid-row: auto;
    min-height: 340px;
  }

  .support-layout-local .support-copy {
    position: relative;
    top: auto;
    min-height: 0;
  }

  .regie-local-hero .solid-button,
  .whatsapp-local-page .whatsapp-button,
  .contact-local-form button {
    width: 100%;
  }

  .utility-page {
    padding-inline: max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right));
  }

  .utility-page .archive-hero,
  .utility-page .utility-hero {
    padding: 24px 18px;
  }

  .utility-page .utility-hero h1,
  .support-hero h1,
  .app-local-copy h1,
  .whatsapp-hero h1 {
    font-size: clamp(2.1rem, 12vw, 3.4rem);
    line-height: 0.98;
  }

  .utility-grid {
    gap: 16px;
  }

  .utility-copy,
  .donation-panel,
  .app-showcase-panel,
  .whatsapp-visual-panel,
  .contact-info-panel,
  .contact-local-form {
    padding: 18px;
  }

  .contact-channel-list a {
    padding: 14px;
  }

  .app-showcase-panel.app-landing img,
  .app-promo-image {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .whatsapp-local-page .whatsapp-visual-panel img {
    width: min(56vw, 190px);
    height: auto;
  }

  .donation-iframe {
    min-height: 620px;
  }

  .site-header {
    justify-items: stretch;
    gap: 0;
    padding: 6px 0;
    position: fixed;
    top: 42px;
    right: 0;
    left: 0;
    z-index: 126;
    border-radius: 0;
    background:
      linear-gradient(90deg, rgba(22, 36, 95, 0.98), rgba(38, 56, 149, 0.96)),
      var(--brand);
    transition: top 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  body.is-scrolled .site-header {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  body.is-scrolled .top-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    visibility: hidden;
  }

  body.is-scrolled .breaking {
    top: 74px;
  }

  .compact-header {
    display: none;
  }

  body {
    padding-top: 154px;
  }

  body.is-scrolled {
    padding-top: 112px;
  }

  .header-main {
    grid-template-columns: 48px minmax(0, 1fr) 88px;
    gap: 10px;
    width: 100%;
    padding: 0 14px;
    min-height: 58px;
    overflow: hidden;
  }

  .brand-logo {
    display: none;
  }

  .brand .mobile-brand-logo {
    display: block;
    width: clamp(92px, 30vw, 126px);
    height: auto;
    max-height: 50px;
    object-fit: contain;
  }

  .brand {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    position: relative;
    z-index: 0;
  }

  .home-lead,
  .lead-story {
    min-height: 460px;
  }

  .header-tools {
    grid-column: 3;
    grid-row: 1;
    width: auto;
    justify-self: end;
    position: relative;
    z-index: 2;
  }

  .header-tools {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .text-size-controls {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
    padding: 2px;
  }

  .text-size-control,
  .text-size-toggle {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 42px;
    height: 40px;
    border-color: rgba(255, 255, 255, 0.32);
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 2;
  }

  .mobile-menu-toggle span {
    width: 24px;
    height: 3px;
  }

  .public-alert-sticker {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  body.is-scrolled .public-alert-sticker {
    top: calc(72px + env(safe-area-inset-top));
    z-index: 89;
  }

  body.is-scrolled:has(.public-alert-sticker) .site-main {
    scroll-margin-top: 148px;
  }

  .public-alert-sticker a,
  .public-alert-sticker > div {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    padding: 10px;
  }

  .public-alert-label {
    justify-self: start;
  }

  .public-alert-sticker strong {
    grid-column: 1 / -1;
    font-size: 0.92rem;
  }

  .header-main {
    align-items: center;
  }

  .header-tools {
    gap: 12px;
  }

  .header-socials {
    display: none;
  }

  .site-header .search-box {
    position: relative;
    width: 36px;
    grid-template-columns: 36px;
    border: 0;
    background: transparent;
    overflow: visible;
    transition: width 180ms ease, background 180ms ease;
  }

  .site-header .search-box input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .site-header .search-box.is-open {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 12;
    width: min(86vw, 360px);
    grid-template-columns: minmax(0, 1fr) 42px;
    border: 1px solid rgba(38, 56, 149, 0.18);
    background: #fff;
    box-shadow: 0 18px 44px rgba(17, 22, 42, 0.18);
  }

  .site-header .search-box.is-open input {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
    clip: auto;
    color: var(--ink);
  }

  .site-header .search-box button {
    width: 36px;
    height: 36px;
    background: transparent;
  }

  .site-header .search-box.is-open button {
    width: 42px;
    height: 42px;
    background: var(--brand);
  }

  .site-header .search-box button span::before {
    width: 20px;
    height: 20px;
    border-width: 2.6px;
    inset: 6px auto auto 5px;
  }

  .site-header .search-box button span::after {
    width: 12px;
    height: 2.6px;
    background: #fff;
    inset: auto auto 8px 25px;
    transform: rotate(45deg);
  }

  .top-store-badges {
    width: 100%;
    justify-content: center;
  }

  .top-store-badge {
    width: 108px;
    height: 30px;
  }

  .home-moment {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 8px;
    padding: 9px 10px;
  }

  .home-moment-title {
    flex-wrap: wrap;
  }

  .home-moment-title strong {
    white-space: normal;
  }

  .home-moment .moment-strip-inner {
    justify-content: flex-start;
  }

  .header-socials,
  .footer-legal nav {
    justify-content: flex-start;
  }

  .nav {
    justify-content: start;
  }

  .menu-strip {
    border-bottom: 0;
    background: transparent;
    box-shadow: none;
  }

  .menu-strip-inner {
    display: block;
    width: 100%;
    min-height: 0;
  }

  .nav-under-logo {
    display: none;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    overflow: visible;
    margin: 0;
    border-bottom: 0;
    padding: 12px max(16px, calc((100vw - 1180px) / 2));
    background:
      linear-gradient(135deg, rgba(22, 36, 95, 0.98), rgba(0, 183, 199, 0.92)),
      var(--brand-dark);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 44px rgba(17, 22, 42, 0.18);
  }

  .nav-under-logo.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .menu-hot-topics {
    display: none;
    width: calc(100% - 28px);
    margin: 10px auto 0;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.1);
  }

  .nav-under-logo.is-open + .menu-hot-topics {
    display: flex;
  }

  .menu-hot-topics .moment-strip-inner {
    overflow-x: auto;
  }

  .compact-nav {
    display: none;
    grid-column: 1 / -1;
    overflow: visible;
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
  }

  .compact-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .sub-menu {
    min-width: 168px;
  }

  .nav-under-logo a,
  .compact-nav a {
    min-height: 42px;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 12px;
    font-size: 0.88rem;
  }

  .nav-under-logo > li,
  .compact-nav > li {
    display: grid;
    width: 100%;
  }

  .compact-header-inner {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    min-height: 56px;
    gap: 12px;
  }

  .compact-menu-toggle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    background: transparent;
  }

  .compact-brand {
    grid-column: 2;
    justify-self: center;
  }

  .compact-brand > img:not(.mobile-brand-logo) {
    display: none;
  }

  .compact-brand .mobile-brand-logo {
    display: block;
    width: 96px;
    max-height: 44px;
    transform: none;
  }

  .sub-menu,
  .compact-nav .sub-menu {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
    gap: 7px;
    margin: 8px 0 4px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 244, 255, 0.92)),
      rgba(255, 255, 255, 0.94);
    padding: 12px;
    box-shadow: inset 0 0 0 1px rgba(38, 56, 149, 0.06), 0 14px 34px rgba(4, 22, 72, 0.14);
  }

  .nav-under-logo .menu-item-has-children.is-submenu-open > .sub-menu,
  .nav-under-logo .nav-parent.is-submenu-open > .sub-menu,
  .compact-nav .menu-item-has-children.is-submenu-open > .sub-menu,
  .compact-nav .nav-parent.is-submenu-open > .sub-menu {
    display: grid;
    animation: submenuReveal 180ms ease both;
  }

  .nav-under-logo .menu-item-has-children.is-submenu-open > a,
  .nav-under-logo .nav-parent.is-submenu-open > a,
  .compact-nav .menu-item-has-children.is-submenu-open > a,
  .compact-nav .nav-parent.is-submenu-open > a {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.16);
  }

  .nav-under-logo .menu-item-has-children.is-submenu-open > a::after,
  .nav-under-logo .nav-parent.is-submenu-open > a::after,
  .compact-nav .menu-item-has-children.is-submenu-open > a::after,
  .compact-nav .nav-parent.is-submenu-open > a::after {
    transform: rotate(180deg);
  }

  @keyframes submenuReveal {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .sub-menu::before,
  .compact-nav .sub-menu::before {
    content: "Sous-rubriques";
    display: inline-flex;
    width: max-content;
    border-radius: 6px;
    background:
      linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.9)),
      var(--brand);
    color: #fff;
    padding: 5px 9px;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase;
  }

  .nav-under-logo .sub-menu a,
  .compact-nav .sub-menu a {
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(38, 56, 149, 0.1);
    border-radius: 8px;
    background:
      linear-gradient(180deg, #fff, rgba(246, 248, 255, 0.96)),
      #fff;
    color: var(--brand);
    padding: 11px 12px;
    font-size: 0.82rem;
    font-weight: 950;
    line-height: 1.12;
    white-space: normal;
    box-shadow: 0 10px 24px rgba(17, 22, 42, 0.06);
  }

  .nav-under-logo .sub-menu a::after,
  .compact-nav .sub-menu a::after {
    content: "›";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 6px;
    background: rgba(38, 56, 149, 0.08);
    color: var(--brand);
    font-size: 1rem;
    line-height: 1;
  }

  .nav-under-logo .sub-menu a:hover,
  .nav-under-logo .sub-menu a:focus-visible,
  .compact-nav .sub-menu a:hover,
  .compact-nav .sub-menu a:focus-visible {
    background:
      linear-gradient(135deg, rgba(38, 56, 149, 0.98), rgba(0, 183, 199, 0.9)),
      var(--brand);
    color: #fff;
  }

  .nav-under-logo .sub-menu a:hover::after,
  .nav-under-logo .sub-menu a:focus-visible::after,
  .compact-nav .sub-menu a:hover::after,
  .compact-nav .sub-menu a:focus-visible::after {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
  }

  .current-une {
    grid-template-rows: minmax(390px, 58vw) auto;
  }

  .current-une-media {
    min-height: 390px;
  }

  .storys-rail {
    grid-template-columns: none;
    grid-auto-columns: minmax(174px, 28vw);
  }

  .story-card {
    min-height: 300px;
  }

  .lead-story {
    min-height: 460px;
  }

  .current-card-grid,
  .current-split-list,
  .category-strip,
  .signal-strip,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .tabbed-news .section-head {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    gap: 12px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading .section-controls {
    width: 100%;
    overflow-x: auto;
  }

  .section-heading .section-control {
    flex: 1 0 auto;
  }

  .tabbed-news .section-controls {
    width: 100%;
    overflow-x: auto;
  }

  .tabbed-news .section-control {
    min-width: max-content;
    white-space: nowrap;
  }

  .current-split-list .mini-card,
  .article-card,
  .mini-card {
    width: 100%;
  }

  .article-card .media,
  .mini-card .media,
  .tabbed-news .article-card .media,
  .tabbed-news .mini-card .media {
    aspect-ratio: 16 / 9;
  }

  .current-sidebar {
    position: static;
  }

  .follow-strip {
    grid-template-columns: 1fr;
  }

  .follow-strip-stats {
    grid-template-columns: repeat(4, minmax(96px, 1fr));
    overflow-x: auto;
  }

  .archive-sidebar {
    position: static;
  }

  .article-continu {
    position: static;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .list-item {
    grid-template-columns: 170px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .topline-inner,
  .section-head,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .topline-inner {
    align-items: stretch;
  }

  .breaking strong {
    width: fit-content;
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.68rem;
  }

  .ticker-track a {
    font-size: 0.72rem;
  }

  .ticker-window {
    min-height: 28px;
  }

  .section-head h2 {
    flex-wrap: wrap;
  }

  .top-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .top-store-badges {
    justify-content: center;
  }

  .top-store-badge {
    width: 98px;
    height: 28px;
  }

  .home-lead,
  .lead-story {
    min-height: 420px;
  }

  .home-moment {
    padding: 10px;
  }

  .home-moment .moment-strip-inner a {
    padding: 5px 8px;
  }

  .header-tools {
    gap: 10px;
  }

  .header-socials {
    width: 100%;
  }

  .search-box {
    width: 100%;
  }

  .nav-under-logo {
    padding-inline: 16px;
  }

  .compact-header-inner {
    width: min(100% - 20px, 1180px);
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    min-height: 58px;
    gap: 10px;
  }

  .compact-brand {
    grid-column: 2;
    justify-self: center;
    padding: 1px;
  }

  .compact-brand > img:not(.mobile-brand-logo) {
    display: none;
  }

  .compact-brand .mobile-brand-logo {
    display: block;
    width: 80px;
    max-height: 38px;
    transform: none;
  }

  .compact-menu-toggle {
    grid-column: 1;
    justify-self: start;
  }

  .compact-nav {
    gap: 4px;
  }

  .sub-menu {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    min-width: 0;
  }

  .compact-nav a,
  .nav-under-logo a {
    padding: 7px 9px;
    font-size: 0.82rem;
  }

  .current-une {
    grid-template-rows: auto auto;
  }

  .current-une-media {
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .current-une-copy {
    width: calc(100% - 20px);
    margin-top: -26px;
    padding: 16px;
  }

  .une-meta-line {
    gap: 6px 9px;
    font-size: 0.7rem;
  }

  .storys-section {
    padding: 14px;
  }

  .storys-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .storys-controls {
    align-self: flex-end;
  }

  .storys-rail {
    grid-auto-columns: minmax(162px, 68vw);
    gap: 12px;
  }

  .story-card {
    min-height: 290px;
  }

  .follow-strip-title {
    padding: 16px;
  }

  .follow-strip-stats {
    grid-template-columns: repeat(4, minmax(118px, 1fr));
    overflow-x: auto;
  }

  .follow-strip-stats a {
    min-height: 96px;
  }

  .card-actions strong {
    width: 100%;
    margin-left: 0;
  }

  .lead-story {
    min-height: 420px;
  }

  .article-intro h1 {
    margin-block: 12px 14px;
    font-size: clamp(1.55rem, 8.8vw, 2.22rem);
    line-height: 1.08;
  }

  .article-intro p {
    padding: 11px 13px;
    font-size: 0.96rem;
  }

  .article-meta-strip,
  .whatsapp-insert {
    align-items: flex-start;
    flex-direction: column;
  }

  .inline-related-card {
    grid-template-columns: 1fr;
  }

  .inline-related-card img {
    width: 100%;
    height: 170px;
  }

  .inline-related-card span {
    padding: 0 16px 16px;
  }

  .article-meta-strip {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 5px 8px;
    margin: 12px 0 16px;
    padding: 8px;
    overflow: visible;
  }

  .article-meta-logo {
    width: 36px;
    height: 36px;
    grid-row: 1 / 5;
    border-radius: 8px;
    padding: 4px;
    object-fit: contain;
  }

  .article-author-date {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    white-space: normal;
  }

  .article-author-line,
  .article-meta-date,
  .article-meta-category,
  .article-reading-time {
    min-width: 0;
    font-size: 0.8rem;
    line-height: 1.25;
    white-space: normal;
  }

  .article-author-line,
  .article-meta-date {
    font-size: 0.8rem;
  }

  .article-author-line {
    align-self: end;
    flex: 0 1 auto;
    min-width: 0;
  }

  .article-meta-date {
    align-self: start;
    flex: 0 0 auto;
    color: var(--muted);
    white-space: nowrap;
  }

  .article-author-date .article-meta-date::before {
    margin-right: 6px;
  }

  .article-reading-time {
    width: max-content;
    max-width: 100%;
    padding: 5px 8px;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .article-meta-separator {
    display: none;
  }

  .article-meta-actions {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-left: 0;
    gap: 5px;
    min-width: 0;
  }

  .article-reactions {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .article-meta-interactions {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-left: 0;
    min-width: 0;
  }

  .article-reactions span,
  .article-reactions .reaction-button,
  .share-icon,
  .share-copy {
    width: 29px;
    min-width: 29px;
    height: 29px;
    min-height: 29px;
    padding: 0;
  }

  .comment-form-grid,
  .home-service-strip,
  .accessibility-statement-grid {
    grid-template-columns: 1fr;
  }

  .regie-client-grid {
    grid-template-columns: 1fr;
  }

  .rail-card,
  .mini-card,
  .continu-item,
  .current-split-list .mini-card,
  .list-item,
  .read-next-card {
    grid-template-columns: 1fr;
  }

  .continu-item {
    align-items: start;
  }

  .continu-thumb {
    aspect-ratio: 16 / 9;
  }

  .rail-card .media,
  .mini-card .media,
  .list-item .media,
  .read-next-card .media {
    aspect-ratio: 16 / 9;
  }

  .article-card h2,
  .mini-card h3,
  .tabbed-news .article-card h2,
  .tabbed-news .mini-card h3,
  .list-item h2 {
    font-size: clamp(1.05rem, 7vw, 1.36rem);
    line-height: 1.14;
  }

  .list-item .text {
    padding: 18px;
  }

  .article-grid,
  .signal-strip,
  .current-card-grid,
  .current-split-list,
  .category-strip,
  .story-admin-item {
    grid-template-columns: 1fr;
  }

  .ad-banner-top,
  .ad-banner-bottom {
    min-height: 120px;
  }

  .archive-hero {
    padding: 28px;
  }

  .zay-ai {
    right: 8px;
    bottom: 18px;
    left: auto;
    z-index: 140;
  }

  .zay-ai-toggle strong {
    display: block;
    padding-right: 4px;
    font-size: 0.78rem;
  }

  .zay-ai-toggle {
    max-width: 90px;
    min-height: 52px;
    gap: 8px;
    padding: 5px 9px 5px 5px;
  }

  .zay-ai-toggle strong {
    display: grid;
    gap: 1px;
    padding-right: 4px;
    font-size: 0.72rem;
    line-height: 1.05;
  }

  .zay-ai-toggle em {
    display: block;
    color: #ffd766;
    font-size: 0.52rem;
    line-height: 1;
  }

  .zay-ai-toggle span {
    width: 36px;
    height: 34px;
  }

  .zay-ai-toggle img {
    width: 31px;
    height: 26px;
  }

  .zay-ai-panel {
    position: fixed;
    right: 10px;
    bottom: 82px;
    left: 10px;
    display: flex;
    width: auto;
    max-width: none;
    max-height: min(620px, calc(100svh - 118px));
    flex-direction: column;
    overflow: hidden;
  }

  .zay-ai-panel[hidden] {
    display: none;
  }

  .zay-ai-head {
    padding: 10px 12px;
  }

  .zay-ai-head span {
    font-size: 0.68rem;
  }

  .zay-ai-head strong {
    font-size: 0.88rem;
  }

  .zay-ai-close {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
  }

  .zay-ai-messages {
    flex: 0 1 auto;
    max-height: none;
    min-height: 0;
    padding: 6px 11px 11px;
  }

  .zay-ai-message {
    max-width: 100%;
    padding: 9px 10px;
    font-size: 0.82rem;
  }

  .zay-ai-quick {
    padding: 10px 11px 0;
  }

  .zay-ai-quick button,
  .zay-ai-form input,
  .zay-ai-form button,
  .zay-ai-lead input,
  .zay-ai-lead textarea,
  .zay-ai-lead button {
    min-height: 34px;
    font-size: 0.84rem;
  }

  .cookie-banner {
    right: 10px;
    bottom: 86px;
    grid-template-columns: 1fr;
    width: calc(100vw - 20px);
    gap: 12px;
    padding: 14px;
  }

  .cookie-banner-actions {
    justify-content: stretch;
  }

  .cookie-banner-actions button {
    flex: 1 1 120px;
  }

  .mobile-share-dock {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 72;
    display: flex;
    gap: 6px;
    border: 1px solid rgba(38, 56, 149, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    width: max-content;
    max-width: calc(100vw - 132px);
    padding: 6px;
    box-shadow: 0 18px 48px rgba(17, 22, 42, 0.22);
    transform: translateX(-58%);
    backdrop-filter: blur(16px);
  }

  .mobile-share-link {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .mobile-share-link img {
    width: 21px;
    height: 21px;
  }

  .back-to-top {
    right: 12px;
    left: auto;
    bottom: 78px;
    width: 36px;
    height: 36px;
    font-size: 1.15rem;
    transform: none;
  }

  .zay-accessibility {
    left: 10px;
    top: auto;
    bottom: 18px;
    z-index: 73;
  }

  .zay-accessibility-toggle {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }

  .zay-accessibility-toggle span {
    width: 100%;
    height: 100%;
  }

  .zay-accessibility-panel {
    left: 0;
    top: auto;
    bottom: calc(100% + 10px);
    width: min(330px, calc(100vw - 20px));
  }

  .don-tab {
    display: none !important;
  }

  .don-tab::before {
    content: none;
  }
}

@media (max-width: 520px) {
  .don-tab {
    display: none !important;
  }

  .don-tab::before {
    content: none;
  }
}

@media (max-width: 420px) {
  .page-shell,
  .topline-inner,
  .footer-inner {
    width: min(100% - 20px, 1180px);
  }

  .tabbed-news,
  .current-continu,
  .current-panel,
  .storys-section,
  .article-card .text,
  .mini-card .text,
  .rail-card .text,
  .read-next-card .text {
    padding: 14px;
  }

  .current-une-copy {
    padding: 16px;
  }

  .current-une h1,
  .article-intro h1,
  .archive-hero h1 {
    overflow-wrap: anywhere;
  }

  .zay-ai {
    right: 8px;
    left: auto;
    bottom: 18px;
    z-index: 140;
  }

  .zay-ai-panel {
    position: fixed;
    right: 8px;
    left: 8px;
    bottom: 82px;
    width: auto;
    max-width: none;
    max-height: min(600px, calc(100svh - 116px));
  }

  .zay-ai-toggle {
    margin-left: auto;
    max-width: 102px;
    min-height: 46px;
    gap: 6px;
    padding: 5px 8px 5px 5px;
  }

  .zay-ai-toggle::after {
    display: none;
  }

  .zay-ai-toggle strong,
  .zay-ai-toggle em {
    display: block;
  }

  .zay-ai-toggle strong {
    padding-right: 0;
    font-size: 0.68rem;
    line-height: 1;
  }

  .zay-ai-toggle em {
    margin-top: 2px;
    font-size: 0.48rem;
  }

  .zay-ai-toggle span {
    width: 34px;
    height: 31px;
  }

  .zay-ai-toggle img {
    width: 29px;
    height: 24px;
  }

  .zay-ai-quick,
  .zay-ai-form {
    grid-template-columns: 1fr;
  }

  .zay-ai-form {
    padding: 10px 11px 12px;
  }

  .zay-ai-lead {
    padding: 10px 11px 12px;
  }
}

@media (max-width: 920px) {
  body.zay-ai-open .mobile-share-dock,
  body.zay-ai-open .back-to-top,
  body:has(.zay-ai-panel:not([hidden])) .mobile-share-dock,
  body:has(.zay-ai-panel:not([hidden])) .back-to-top {
    opacity: 0.16;
    pointer-events: none;
  }

  .zay-ai {
    right: max(8px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: auto !important;
    width: auto !important;
    max-width: calc(100dvw - 16px) !important;
    transform: none !important;
  }

  .zay-ai-panel {
    position: fixed !important;
    inset-inline: max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right)) !important;
    right: max(10px, env(safe-area-inset-right)) !important;
    left: max(10px, env(safe-area-inset-left)) !important;
    bottom: calc(72px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: calc(100dvw - 20px) !important;
    max-height: min(560px, calc(100dvh - 112px)) !important;
    overflow: hidden !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .zay-ai-panel[hidden] {
    display: none !important;
  }

  .zay-ai-head,
  .zay-ai-form,
  .zay-ai-messages {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .zay-ai-head {
    padding: 9px 10px !important;
  }

  .zay-ai-head span {
    font-size: 0.64rem !important;
  }

  .zay-ai-head strong {
    font-size: 0.84rem !important;
  }

  .zay-ai-messages {
    flex: 0 1 auto !important;
    max-height: min(300px, 42dvh) !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    padding: 6px 10px 10px !important;
  }

  .zay-ai-message {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    font-size: 0.84rem !important;
    line-height: 1.38 !important;
  }

  .zay-ai-results,
  .zay-ai-result,
  .zay-ai-result span {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .zay-ai-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 10px !important;
  }

  .zay-ai-form input,
  .zay-ai-form button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
  }

  .zay-ai-toggle {
    width: auto !important;
    max-width: min(124px, calc(100dvw - 24px)) !important;
    min-height: 44px !important;
    transform: none !important;
  }
}

@media (max-width: 920px) {
  .mobile-share-dock {
    left: max(58px, env(safe-area-inset-left)) !important;
    right: 132px !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 7px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 52px !important;
    padding: 6px 8px !important;
    transform: none !important;
  }

  .mobile-share-link {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  .mobile-share-link img {
    width: 23px !important;
    height: 23px !important;
    object-fit: contain !important;
  }

  .mobile-share-link.is-whatsapp img,
  .mobile-share-link.is-x img {
    width: 24px !important;
    height: 24px !important;
  }

  .zay-ai {
    right: max(8px, env(safe-area-inset-right)) !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    z-index: 74 !important;
  }

  .zay-ai-toggle {
    width: 116px !important;
    max-width: 116px !important;
    min-height: 52px !important;
    height: 52px !important;
    gap: 7px !important;
    padding: 6px 8px 6px 6px !important;
    border-width: 1px !important;
    box-shadow: 0 14px 34px rgba(9, 22, 72, 0.26) !important;
  }

  .zay-ai-toggle span {
    width: 38px !important;
    height: 36px !important;
    border-radius: 8px !important;
  }

  .zay-ai-toggle img {
    width: 33px !important;
    height: 27px !important;
  }

  .zay-ai-toggle strong {
    font-size: 0.68rem !important;
    line-height: 1.05 !important;
  }

  .zay-ai-toggle em {
    font-size: 0.48rem !important;
    line-height: 1 !important;
  }

  .back-to-top {
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 380px) {
  .mobile-share-dock {
    left: max(50px, env(safe-area-inset-left)) !important;
    right: 112px !important;
    gap: 5px !important;
    padding-inline: 6px !important;
  }

  .mobile-share-link {
    flex-basis: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  .mobile-share-link img,
  .mobile-share-link.is-whatsapp img,
  .mobile-share-link.is-x img {
    width: 21px !important;
    height: 21px !important;
  }

  .zay-ai-toggle {
    width: 102px !important;
    max-width: 102px !important;
  }
}
