@charset "UTF-8";
:root {
  --me-accent-red: #b8211f;
  --me-accent-amber: #a16207;
  --me-accent-green: #1f6b3a;
  --me-accent-blue: #1d4d7a;
  --me-accent-deep: #0a1a3d;
  --me-ticker-up: #1f6b3a;
  --me-ticker-down: #b8211f;
  --me-ticker-flat: #6b6b6b;
  --me-hairline: rgba(0, 0, 0, 0.08);
  --me-hairline-strong: rgba(0, 0, 0, 0.18);
  --me-rule: var(--text-strong);
  --me-surface: #f6f3eb;
  --me-font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --me-font-sans: var(--font-sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  --me-font-mono: ui-monospace, "SF Mono", "IBM Plex Mono", Consolas, monospace;
  --me-fs-kicker: calc(0.875rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-fs-meta: calc(0.875rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-fs-body: calc(1rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-fs-lead: calc(1.25rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-fs-h4: calc(1.0625rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-fs-h3: calc(1.1875rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-fs-h3-lg: calc(1.375rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-fs-h2: calc(1.75rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-fs-h1: calc(2.25rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-fs-h1-xl: calc(2.75rem * var(--font-scale, 1) * var(--me-font-scale-home, 1));
  --me-pin-badge-bg: #1d4d7a;
  --me-pin-badge-text: #fff;
  --me-space-1: 0.25rem;
  --me-space-2: 0.5rem;
  --me-space-3: 0.75rem;
  --me-space-4: 1rem;
  --me-space-5: 1.5rem;
  --me-space-6: 2rem;
  --me-space-7: 2.5rem;
  --me-space-8: 3rem;
  --me-radius-sm: 4px;
  --me-radius-md: 6px;
}

body.theme-negative,
[data-masthead-theme=dark][data-masthead-theme-pref=auto] body {
  --me-accent-red: #ef5350;
  --me-accent-amber: #fbbf24;
  --me-accent-green: #4ade80;
  --me-accent-blue: #60a5fa;
  --me-accent-deep: #ededed;
  --me-hairline: rgba(255, 255, 255, 0.10);
  --me-hairline-strong: rgba(255, 255, 255, 0.22);
  --me-rule: var(--text-strong);
  --me-surface: rgba(255, 255, 255, 0.04);
}

@media (prefers-color-scheme: dark) {
  html[data-masthead-theme-pref=auto] {
    --bg: #0f1115;
    --text: #ececec;
    --text-strong: #ffffff;
    --text-muted: #b8bcc4;
    --text-faint: #7a8090;
    --me-accent-red: #ef5350;
    --me-accent-amber: #fbbf24;
    --me-accent-green: #4ade80;
    --me-accent-blue: #60a5fa;
    --me-accent-deep: #ededed;
    --me-hairline: rgba(255, 255, 255, 0.10);
    --me-hairline-strong: rgba(255, 255, 255, 0.22);
    --me-rule: var(--text-strong);
    --me-surface: rgba(255, 255, 255, 0.04);
  }
  html[data-masthead-theme-pref=auto] body {
    background: var(--bg);
    color: var(--text);
  }
}
:root {
  --me-layout-max-width: 1520px;
  --me-layout-right-offset: max(0px, calc((100vw - var(--me-layout-max-width)) / 2));
  --me-topbar-h: 44px;
  --me-ticker-h: 48px;
  --me-admin-bar-h: 0px;
  --me-layout-top-offset: calc(var(--me-admin-bar-h) + var(--me-topbar-h) + var(--me-ticker-h-actual, var(--me-ticker-h)) - 20px);
}

body.admin-bar {
  --me-admin-bar-h: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --me-admin-bar-h: 46px;
  }
}
body.admin-bar .topbar,
body.admin-bar .site-topbar,
body.admin-bar .site-header,
body.admin-bar .header-bar,
body.admin-bar .top-bar,
body.admin-bar .global-header,
body.admin-bar [class*=topbar][class*=fixed],
body.admin-bar header[role=banner][style*=fixed] {
  top: var(--me-admin-bar-h) !important;
}

.layout {
  max-width: var(--me-layout-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.me-ticker {
  position: fixed;
  top: calc(var(--me-topbar-h) + var(--me-admin-bar-h));
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 100;
  background: var(--me-ticker-bg, #fafaf7) !important;
  color: #1a1a1a !important;
  border-bottom: 0.5px solid #e0ddd2 !important;
  border-top: 0.5px solid #e0ddd2;
}

.me-ticker__inner {
  max-width: var(--me-layout-max-width);
  margin: 0 auto;
  padding: var(--me-space-3) var(--me-space-5);
}

body.home-editorial,
html:has(body.home-editorial) {
  height: auto !important;
  overflow: visible !important;
  overflow-x: hidden !important;
  min-height: 100vh;
}

body.home-editorial .layout {
  display: grid !important;
  grid-template-columns: 200px 1fr !important;
  grid-template-rows: auto !important;
  grid-template-areas: "sidebar main" !important;
  height: auto !important;
  min-height: calc(100vh - var(--me-layout-top-offset)) !important;
  overflow: visible !important;
  margin-top: var(--me-layout-top-offset) !important;
}
@media (max-width: 1280px) {
  body.home-editorial .layout {
    grid-template-columns: 180px 1fr !important;
  }
}
@media (max-width: 1024px) {
  body.home-editorial .layout {
    grid-template-columns: 1fr !important;
    grid-template-areas: "main" !important;
  }
}

body.home-editorial .sidebar-left {
  grid-area: sidebar;
  height: auto !important;
  overflow-y: visible !important;
  min-height: calc(100vh - var(--me-layout-top-offset));
}
@media (max-width: 1024px) {
  body.home-editorial .sidebar-left {
    display: none;
    min-height: 0;
  }
}

body.home-editorial .main,
body.home-editorial .main.main-home,
body.home-editorial .main.main-editorial,
body.home-editorial .main.main-home.main-editorial {
  grid-area: main;
  display: block !important;
  grid-template-columns: none !important;
  height: auto !important;
  overflow: visible !important;
  border-right: 0 !important;
  background: var(--bg);
  max-width: 1320px;
  margin: 0 auto !important;
  padding: var(--me-space-2) var(--me-space-6) var(--me-space-8);
}
@media (max-width: 1280px) {
  body.home-editorial .main,
  body.home-editorial .main.main-home,
  body.home-editorial .main.main-editorial,
  body.home-editorial .main.main-home.main-editorial {
    padding: var(--me-space-2) var(--me-space-5) var(--me-space-8);
  }
}
@media (max-width: 767px) {
  body.home-editorial .main,
  body.home-editorial .main.main-home,
  body.home-editorial .main.main-editorial,
  body.home-editorial .main.main-home.main-editorial {
    padding: var(--me-space-2) var(--me-space-4) var(--me-space-7);
  }
}

body.has-ticker .layout {
  margin-top: var(--me-layout-top-offset) !important;
}

body.home-editorial .sidebar-right--editorial {
  grid-area: right;
  height: auto !important;
  overflow-y: visible !important;
  min-height: calc(100vh - 80px);
}

body.home-editorial .sidebar-right--editorial:empty {
  display: none !important;
}

body.home-editorial:has(.sidebar-right--editorial:not(:empty)) .layout {
  grid-template-columns: 200px 1fr 260px !important;
  grid-template-areas: "sidebar main right" !important;
}
@media (max-width: 1280px) {
  body.home-editorial:has(.sidebar-right--editorial:not(:empty)) .layout {
    grid-template-columns: 180px 1fr 240px !important;
  }
}
@media (max-width: 1024px) {
  body.home-editorial:has(.sidebar-right--editorial:not(:empty)) .layout {
    grid-template-columns: 1fr !important;
    grid-template-areas: "main" "right" !important;
  }
}

html body .article-toolbar {
  right: calc(var(--me-layout-right-offset) + 18px) !important;
}

html body.gallery-open .article-toolbar {
  right: calc(var(--me-layout-right-offset) + 360px + 18px) !important;
}

html body.comments-open .article-toolbar {
  right: calc(var(--me-layout-right-offset) + 380px + 18px) !important;
}

html body.hashtags-open .article-toolbar,
html body.relevant-open .article-toolbar,
html body.tree-open .article-toolbar {
  right: calc(var(--me-layout-right-offset) + 420px + 18px) !important;
}

html body.more-open .article-toolbar {
  right: calc(var(--me-layout-right-offset) + 320px + 18px) !important;
}

html body .article-actions {
  left: 24px !important;
}

body.archive .sidebar-right,
body.category .sidebar-right,
body.tag .sidebar-right,
body.author .sidebar-right,
body.date .sidebar-right,
body.search .sidebar-right,
body.page-template-page-account .sidebar-right,
body.page-template-page-register .sidebar-right {
  display: none !important;
}

body.archive .layout,
body.category .layout,
body.tag .layout,
body.author .layout,
body.date .layout,
body.search .layout,
body.page-template-page-account .layout,
body.page-template-page-register .layout {
  grid-template-columns: 200px 1fr !important;
}
@media (max-width: 1024px) {
  body.archive .layout,
  body.category .layout,
  body.tag .layout,
  body.author .layout,
  body.date .layout,
  body.search .layout,
  body.page-template-page-account .layout,
  body.page-template-page-register .layout {
    grid-template-columns: 1fr !important;
  }
}

body.has-ticker:not(.home-editorial) .layout {
  margin-top: var(--me-layout-top-offset) !important;
}

.me-title {
  font-family: var(--me-font-serif);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text-strong);
  margin: 0;
}
.me-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.me-title a:hover {
  color: var(--me-accent-deep);
}

.me-title--h4 {
  font-size: var(--me-fs-h4);
}

.me-title--h3 {
  font-size: var(--me-fs-h3);
}

.me-title--h3-lg {
  font-size: var(--me-fs-h3-lg);
}

.me-title--h2 {
  font-size: var(--me-fs-h2);
}

.me-title--h1 {
  font-size: calc(var(--me-fs-h1) * var(--me-hero-title-scale, 1));
  line-height: 1.15;
}

.me-title--h1-xl {
  font-size: calc(var(--me-fs-h1-xl) * var(--me-hero-title-scale, 1));
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .me-title--h1-xl {
    font-size: calc(var(--me-fs-h1) * var(--me-hero-title-scale, 1));
  }
}

.me-kicker {
  font-family: var(--me-font-sans);
  font-size: var(--me-fs-kicker);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: var(--me-space-1);
  display: inline-block;
  line-height: 1.3;
  color: var(--me-kicker-color, inherit);
}

.me-kicker--red {
  color: var(--me-accent-red);
}

.me-kicker--amber {
  color: var(--me-accent-amber);
}

.me-kicker--green {
  color: var(--me-accent-green);
}

.me-kicker--pin-label {
  background: var(--me-pin-badge-bg, #1d4d7a);
  color: var(--me-pin-badge-text, #fff) !important;
  padding: 2px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.me-kicker--amber {
  color: var(--me-accent-amber);
}

.me-kicker--green {
  color: var(--me-accent-green);
}

.me-kicker--blue {
  color: var(--me-accent-blue);
}

.me-kicker--muted {
  color: var(--text-muted);
}

.me-lead {
  font-family: var(--me-font-sans);
  font-size: var(--me-fs-body);
  line-height: 1.5;
  color: var(--text-muted);
  margin-top: var(--me-space-2);
  margin-bottom: 0;
}

.me-lead--hero {
  font-size: var(--me-fs-lead);
  line-height: 1.55;
}

.me-meta {
  font-family: var(--me-font-sans);
  font-size: var(--me-fs-meta);
  color: var(--text-faint);
  margin-top: var(--me-space-2);
  display: flex;
  flex-wrap: wrap;
  gap: var(--me-space-2);
  align-items: center;
}

.me-meta__author {
  color: var(--text);
}

.me-meta__sep {
  color: var(--text-faint);
}

.me-photo-credit {
  font-family: var(--me-font-serif);
  font-size: var(--me-fs-meta);
  font-style: italic;
  color: var(--text-faint);
  margin: var(--me-space-2) 0 var(--me-space-3);
}

.me-hero img,
.me-story img,
.me-section img,
.me-satellites img,
.me-pullquote img {
  max-width: 100%;
  height: auto;
}

.article-hero-image img,
.article-hero-image > img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  display: block;
}

.article-hero-image {
  height: auto !important;
  aspect-ratio: auto !important;
}

.me-img-placeholder,
.me-hero__img--placeholder,
.me-story__img--placeholder {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--me-surface) !important;
  border-radius: var(--me-radius-md);
  color: var(--text-faint);
  margin-bottom: var(--me-space-2);
  width: 100%;
  min-height: 0;
}

.me-hero__img--placeholder svg,
.me-story__img--placeholder svg,
.me-img-placeholder svg {
  opacity: 0.4;
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
}

.me-img-placeholder--hero,
.me-hero__img--placeholder:not(.me-hero__img--portrait) {
  aspect-ratio: 16/10;
}

.me-img-placeholder--portrait,
.me-hero__img--placeholder.me-hero__img--portrait {
  aspect-ratio: 4/5;
}

.me-img-placeholder--landscape,
.me-story__img--placeholder:not(.me-story__img--portrait):not(.me-story__img--card) {
  aspect-ratio: 16/10;
}

.me-img-placeholder--card,
.me-story__img--placeholder.me-story__img--card {
  aspect-ratio: 4/3;
}

.me-story__img--placeholder.me-story__img--portrait {
  aspect-ratio: 4/5;
}

html body.home-editorial .layout .me-ticker,
html body.home-editorial .me-ticker,
body.home-editorial .me-ticker,
.me-ticker {
  background: var(--me-ticker-bg, #fafaf7) !important;
  color: #1a1a1a !important;
  border-bottom: 0.5px solid #e0ddd2 !important;
  font-family: var(--me-font-mono);
  font-size: var(--me-fs-meta);
  overflow: hidden;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  position: relative;
  left: 0;
}

html body.theme-negative .me-ticker,
body.theme-negative .me-ticker {
  background: #141414 !important;
  color: #d4d2c8 !important;
  border-bottom-color: #2a2a28 !important;
  border-top-color: #2a2a28 !important;
}

body.theme-negative .me-ticker__praca {
  color: #8a8880 !important;
}

body.theme-negative .me-ticker__label {
  color: #8a8880 !important;
}

body.theme-negative .me-ticker__pager {
  border-left-color: #2a2a28;
}

body.theme-negative .me-ticker__pager-dot {
  background: #3a3a38;
}

body.theme-negative .me-ticker__pager-dot:hover {
  background: #8a8880;
}

body.theme-negative .me-ticker__pager-dot.is-active {
  background: #d4d2c8;
}

body.home-editorial .me-ticker__inner,
.me-ticker__inner {
  display: flex;
  align-items: center;
  gap: 0;
  isolation: isolate;
  overflow: hidden;
}

@media (max-width: 768px) {
  body.home-editorial .me-ticker__inner,
  .me-ticker__inner {
    overflow-x: auto;
    scrollbar-width: none;
  }
  body.home-editorial .me-ticker__inner::-webkit-scrollbar,
  .me-ticker__inner::-webkit-scrollbar {
    display: none;
  }
}
body.home-editorial .me-ticker__label,
.me-ticker__label {
  color: #6b6b6b !important;
  margin-right: var(--me-space-4);
  padding-right: var(--me-space-3);
  letter-spacing: 0.06em;
  font-size: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  background: var(--me-ticker-bg, #fafaf7);
}

.me-ticker__rows {
  position: relative;
  z-index: 1;
}

body.home-editorial .me-ticker__item,
.me-ticker__item {
  display: flex;
  align-items: center;
  gap: var(--me-space-2);
  padding: 0 var(--me-space-4);
  border-left: 0.5px solid #e0ddd2 !important;
  flex-shrink: 0;
}

body.home-editorial .me-ticker__item:first-of-type,
.me-ticker__item:first-of-type {
  border-left: 0 !important;
}

body.home-editorial .me-ticker__name,
.me-ticker__name {
  color: #1a1a1a !important;
  font-weight: 500;
}

body.home-editorial .me-ticker__value,
.me-ticker__value {
  color: #1a1a1a !important;
  font-variant-numeric: tabular-nums;
}

body.home-editorial .me-ticker__delta,
.me-ticker__delta {
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

body.home-editorial .me-ticker__delta--up,
.me-ticker__delta--up {
  color: #1f6b3a !important;
}

body.home-editorial .me-ticker__delta--down,
.me-ticker__delta--down {
  color: #b8211f !important;
}

body.home-editorial .me-ticker__delta--flat,
.me-ticker__delta--flat {
  color: #6b6b6b !important;
}

.me-ticker__rows {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  transition: opacity 0.18s ease;
}

.me-ticker.is-swapping .me-ticker__rows,
.me-ticker.is-swapping .me-ticker__label {
  opacity: 0.15;
}

.me-ticker__label {
  transition: opacity 0.18s ease;
}

.me-ticker__praca {
  color: #6b6b6b !important;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  margin-left: -4px;
}

@keyframes me-ticker-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.me-ticker__rows.is-scrolling {
  overflow: hidden;
  flex-wrap: nowrap;
  animation: me-ticker-marquee var(--me-marquee-duration, 60s) linear infinite;
  will-change: transform;
}

.me-ticker:hover .me-ticker__rows.is-scrolling {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .me-ticker__rows.is-scrolling {
    animation: none;
    overflow-x: auto;
    scrollbar-width: thin;
  }
}
.me-ticker__pager {
  display: flex;
  gap: 6px;
  margin-left: var(--me-space-4);
  flex-shrink: 0;
  padding-left: var(--me-space-3);
  border-left: 0.5px solid #e0ddd2;
  position: relative;
  z-index: 10;
  background: var(--me-ticker-bg, #fafaf7);
}

.me-ticker__pager-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0bdb0;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.me-ticker__pager-dot:hover {
  background: #6b6b6b;
}
.me-ticker__pager-dot.is-active {
  background: #1a1a1a;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .me-ticker__pager {
    margin-left: var(--me-space-2);
    padding-left: var(--me-space-2);
  }
}
.me-strip {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: var(--me-space-3) 0 var(--me-space-4);
  border-bottom: 0.5px solid var(--me-hairline);
  font-size: var(--me-fs-meta);
  gap: var(--me-space-4);
}
@media (max-width: 767px) {
  .me-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--me-space-2);
  }
}

.me-strip-size--small .me-strip__edition {
  font-size: calc(var(--me-fs-h4) * 0.85);
}

.me-strip-size--large .me-strip__edition {
  font-size: calc(var(--me-fs-h4) * 1.2);
}

.me-strip-size--small .me-strip {
  font-size: calc(var(--me-fs-meta) * 0.92);
}

.me-strip-size--large .me-strip {
  font-size: calc(var(--me-fs-meta) * 1.1);
}

.me-strip__left {
  display: flex;
  align-items: baseline;
  gap: var(--me-space-3);
}

.me-strip__edition {
  font-family: var(--me-font-serif);
  font-size: var(--me-fs-h4);
  color: var(--text);
}

.me-strip__sep {
  color: var(--text-faint);
}

.me-strip__paper-link {
  color: var(--text-muted);
  border-bottom: 0.5px solid var(--me-hairline);
  padding-bottom: 1px;
  text-decoration: none;
}
.me-strip__paper-link:hover {
  color: var(--text);
}

.me-strip__right {
  display: flex;
  align-items: center;
  gap: var(--me-space-2);
  color: var(--text-muted);
}

.me-badge-live {
  background: var(--me-live-badge-bg, rgba(184, 33, 31, 0.1));
  color: var(--me-accent-red);
  padding: 2px 8px;
  border-radius: var(--me-radius-sm);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.06em;
}

body.theme-negative .me-badge-live,
[data-masthead-theme-pref=auto] .me-badge-live {
  background: rgba(239, 83, 80, 0.18);
}

.custom-logo,
.wp-block-site-logo img,
.site-logo img,
.site-branding img,
.me-site-logo,
img.custom-logo,
img.wp-image-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.me-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr) minmax(0, 1.1fr);
  gap: var(--me-space-5);
  padding: var(--me-space-5);
  background: var(--me-surface);
  border-radius: var(--me-radius-md);
  margin: var(--me-space-3) 0 var(--me-space-2);
}
@media (max-width: 767px) {
  .me-hero {
    grid-template-columns: 1fr;
    gap: var(--me-space-6);
    padding: var(--me-space-5) var(--me-space-4);
  }
}

.me-hero__col {
  min-width: 0;
}

.me-hero__img-link {
  display: block;
}

.me-hero__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: var(--me-radius-md);
  background: var(--me-surface);
}

.me-hero__img--placeholder,
.me-story__img--placeholder {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--text-faint);
  background: var(--me-surface) !important;
}

.me-hero--profile .me-hero__img--placeholder {
  aspect-ratio: 4/5;
}

.me-story__img--placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--me-surface);
  border-radius: var(--me-radius-md);
  margin-bottom: var(--me-space-3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-faint);
}

.me-story__img--placeholder.me-story__img--landscape {
  aspect-ratio: 16/10;
}

.me-story__img--placeholder.me-story__img--portrait {
  aspect-ratio: 4/5;
}

.me-opinion-empty {
  padding: var(--me-space-4);
  border: 0.5px dashed var(--me-hairline-strong);
  border-radius: var(--me-radius-md);
  color: var(--text-muted);
  font-size: var(--me-fs-meta);
  text-align: center;
  margin-top: var(--me-space-3);
}

.me-hero--breaking {
  grid-template-columns: minmax(0, 1fr);
  padding: var(--me-space-7) 0;
  text-align: center;
  border-top: 4px solid var(--me-accent-red);
  border-bottom: 0.5px solid var(--me-hairline);
}
.me-hero--breaking .me-hero__col--leads,
.me-hero--breaking .me-hero__col--opinion {
  display: none;
}

.me-hero__breaking-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--me-space-2);
  background: var(--me-accent-red);
  color: #fff;
  padding: 4px 12px;
  border-radius: var(--me-radius-sm);
  font-size: var(--me-fs-kicker);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: var(--me-space-4);
}

.me-hero__breaking-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: me-live-pulse 1.6s ease-in-out infinite;
}

@keyframes me-live-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.me-hero--breaking .me-title {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.me-hero--breaking .me-lead--hero {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.me-hero--breaking .me-meta {
  justify-content: center;
}

.me-hero--profile {
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
}
@media (max-width: 767px) {
  .me-hero--profile {
    grid-template-columns: 1fr;
  }
}
.me-hero--profile .me-hero__col--leads {
  display: none;
}
.me-hero--profile .me-hero__img {
  aspect-ratio: 4/5;
}
.me-hero--profile .me-title--h1 {
  font-style: italic;
}

.me-lead-stack {
  display: flex;
  flex-direction: column;
}

.me-lead-stack__item + .me-lead-stack__item {
  border-top: 0.5px solid var(--me-hairline);
  padding-top: var(--me-space-4);
  margin-top: var(--me-space-4);
}

.me-opinion-stack__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: var(--me-space-4);
}

.me-opinion-card {
  display: flex;
  gap: var(--me-space-3);
}
.me-opinion-card + .me-opinion-card {
  border-top: 0.5px solid var(--me-hairline);
  padding-top: var(--me-space-4);
  margin-top: var(--me-space-4);
}

.me-opinion-card__avatar {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--me-surface);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--me-fs-meta);
  font-weight: 500;
  flex-shrink: 0;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

img.me-opinion-card__avatar {
  display: block;
}

.me-opinion-card__avatar--editorial {
  background: rgba(29, 77, 122, 0.12);
  color: var(--me-accent-blue);
  font-family: var(--me-font-serif);
  font-style: italic;
}

.me-opinion-card__body {
  min-width: 0;
  flex: 1;
}

.me-opinion-card__author {
  font-size: 13px;
  color: var(--text-faint);
  margin: 0 0 2px;
}

.me-satellites {
  background: var(--me-satellites-bg, var(--me-surface));
  border-radius: var(--me-radius-md);
  padding: var(--me-space-4) var(--me-space-5);
  margin: var(--me-space-3) 0 var(--me-space-7);
}
@media (max-width: 767px) {
  .me-satellites {
    padding: var(--me-space-4);
  }
}

.me-satellites__label {
  font-family: var(--me-font-sans);
  font-size: var(--me-fs-kicker);
  letter-spacing: 0.06em;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: var(--me-space-3);
}

.me-satellites__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--me-space-4);
}
@media (max-width: 767px) {
  .me-satellites__grid {
    grid-template-columns: 1fr;
    gap: var(--me-space-3);
  }
}

@media (min-width: 768px) {
  .me-satellites__item + .me-satellites__item {
    border-left: 0.5px solid var(--me-hairline-strong);
    padding-left: var(--me-space-4);
  }
}
@media (max-width: 767px) {
  .me-satellites__item + .me-satellites__item {
    border-top: 0.5px solid var(--me-hairline-strong);
    padding-top: var(--me-space-3);
  }
}

.me-satellites__type {
  font-size: 13px;
  color: var(--text-faint);
  margin-top: var(--me-space-1);
}

.me-section {
  margin-top: var(--me-space-7);
}

.me-section__divider {
  border-top: 1px solid var(--me-rule);
  border-bottom: 0.5px solid var(--me-hairline);
  padding: var(--me-space-4) 0 var(--me-space-3);
}

.me-section__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: var(--me-space-3);
  gap: var(--me-space-3);
  flex-wrap: wrap;
}

.me-section__title-wrap {
  display: flex;
  align-items: baseline;
  gap: var(--me-space-3);
}

.me-section__name {
  font-family: var(--me-font-serif);
  font-size: calc(var(--me-fs-h2) * var(--me-section-title-scale, 1));
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--text-strong);
}

.me-section__subtag {
  font-family: var(--me-font-serif);
  font-size: calc(var(--me-fs-h2) * var(--me-section-title-scale, 1));
  font-weight: 500;
  color: var(--text-faint);
}

.me-section__count {
  font-size: var(--me-fs-meta);
  color: var(--text-faint);
}

.me-section__view-all {
  font-size: var(--me-fs-meta);
  color: var(--text-muted);
  text-decoration: none;
}
.me-section__view-all:hover {
  color: var(--text);
}

body.me-hide-view-all .me-section__view-all {
  display: none;
}

.me-section__content {
  padding: var(--me-space-5) 0 var(--me-space-2);
}

.me-coverage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--me-space-4);
  font-size: var(--me-fs-meta);
}
@media (max-width: 767px) {
  .me-coverage-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: var(--me-space-3);
    scrollbar-width: none;
  }
  .me-coverage-chips::-webkit-scrollbar {
    display: none;
  }
}

.me-coverage-chips__item {
  color: var(--text-muted);
  padding-bottom: var(--me-space-1);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.15s ease;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}
.me-coverage-chips__item:hover {
  color: var(--text);
}
.me-coverage-chips__item--active {
  color: var(--text);
  border-bottom-color: var(--me-rule);
  font-weight: 500;
}
.me-coverage-chips__item--timeline {
  margin-left: auto;
  color: var(--me-accent-deep);
}
.me-coverage-chips__item--timeline:hover {
  color: var(--text-strong);
}

.me-coverage-chips--tabs {
  align-items: center;
}

.me-coverage-grid--with-images {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--me-space-5);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .me-coverage-grid--with-images {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .me-coverage-grid--with-images {
    grid-template-columns: 1fr;
    gap: var(--me-space-4);
  }
}

.me-coverage-grid--no-images {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--me-space-5);
}
.me-coverage-grid--no-images .me-story--featured {
  grid-column: span 1;
}
.me-coverage-grid--no-images .me-story__img-link,
.me-coverage-grid--no-images .me-story__img,
.me-coverage-grid--no-images .me-hero__img--placeholder {
  display: none;
}
.me-coverage-grid--no-images .me-story {
  padding: var(--me-space-3) 0;
  border-top: 1px solid var(--me-hairline);
}
.me-coverage-grid--no-images .me-story__title {
  margin-top: var(--me-space-1);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .me-coverage-grid--no-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .me-coverage-grid--no-images {
    grid-template-columns: 1fr;
    gap: var(--me-space-3);
  }
}

.me-meta--mini {
  font-size: var(--me-fs-meta);
  color: var(--text-faint);
  margin-top: var(--me-space-1);
}

.me-coverage-updated {
  color: var(--text-faint);
  font-style: italic;
}

.me-coverage-timeline-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.me-coverage-timeline-backdrop.is-open {
  opacity: 1;
}

.me-coverage-timeline {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(560px, 95vw);
  background: var(--bg);
  color: var(--text);
  box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.me-coverage-timeline.is-open {
  transform: translateX(0);
}

.me-coverage-timeline__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--me-space-5) var(--me-space-5) var(--me-space-4);
  border-bottom: 1px solid var(--me-hairline);
}

.me-coverage-timeline__title {
  font-family: var(--me-font-serif);
  font-size: var(--me-fs-h3);
  font-weight: 400;
  font-style: italic;
  margin: 0;
  color: var(--text-strong);
}

.me-coverage-timeline__close {
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px 10px;
  border-radius: var(--me-radius-sm);
}
.me-coverage-timeline__close:hover {
  color: var(--text-strong);
  background: var(--me-surface);
}

.me-coverage-timeline__list {
  flex: 1;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.me-coverage-timeline__item {
  display: grid;
  grid-template-columns: 70px 20px 1fr auto;
  column-gap: var(--me-space-3);
  align-items: start;
  padding: var(--me-space-4) var(--me-space-5);
  position: relative;
  border-bottom: 1px solid var(--me-hairline);
}
.me-coverage-timeline__item::before {
  content: "";
  position: absolute;
  left: calc(70px + var(--me-space-3) + 9px);
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--me-hairline);
}
.me-coverage-timeline__item:first-child::before {
  top: 50%;
}
.me-coverage-timeline__item:last-child::before {
  bottom: 50%;
}
.me-coverage-timeline__item--first .me-coverage-timeline__title-link {
  color: #c1185f;
}

.me-coverage-timeline__time {
  font-family: var(--me-font-sans);
  font-size: 12px;
  color: var(--text-faint);
  text-align: right;
  line-height: 1.3;
  padding-top: 2px;
  white-space: pre-line;
}

.me-coverage-timeline__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c084cf;
  margin-top: 6px;
  position: relative;
  z-index: 1;
  justify-self: center;
}
.me-coverage-timeline__bullet[data-cat=quote] {
  background: #f97316;
}
.me-coverage-timeline__bullet[data-cat=opiniao] {
  background: #ef4444;
}
.me-coverage-timeline__bullet[data-cat=esportes], .me-coverage-timeline__bullet[data-cat=sports] {
  background: #10b981;
}
.me-coverage-timeline__bullet[data-cat=economia] {
  background: #3b82f6;
}

.me-coverage-timeline__body {
  min-width: 0;
}

.me-coverage-timeline__title-link {
  font-family: var(--me-font-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-strong);
  text-decoration: none;
  display: block;
}
.me-coverage-timeline__title-link:hover {
  color: var(--me-accent-deep);
}

.me-coverage-timeline__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 50px;
}

.me-coverage-timeline__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--me-surface);
}
.me-coverage-timeline__avatar--placeholder {
  background: linear-gradient(135deg, #d4a574, #a67c52);
}

.me-coverage-timeline__author-name {
  font-size: 11px;
  color: var(--text-faint);
  font-family: var(--me-font-sans);
}

.me-grid-1-3 {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--me-space-5);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .me-grid-1-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .me-grid-1-3 {
    grid-template-columns: 1fr;
    gap: var(--me-space-4);
  }
}

.me-grid-feature-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: var(--me-space-6);
}
@media (max-width: 767px) {
  .me-grid-feature-list {
    grid-template-columns: 1fr;
    gap: var(--me-space-5);
  }
}

.me-grid-3-up {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--me-space-4);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .me-grid-3-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .me-grid-3-up {
    grid-template-columns: 1fr;
    gap: var(--me-space-5);
  }
}

.me-section--grid-3-up .me-story__img-link {
  overflow: hidden;
  border-radius: var(--me-radius-sm);
}
.me-section--grid-3-up .me-story__img--portrait {
  will-change: transform;
  transform: scale(1.15);
  transition: transform 0.08s linear;
}
@media (prefers-reduced-motion: reduce) {
  .me-section--grid-3-up .me-story__img--portrait {
    transform: none;
    transition: none;
  }
}

.me-feature-list-stack__grid {
  display: grid;
  gap: var(--me-space-5);
}
.me-feature-list-stack__grid--img-right {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
}
.me-feature-list-stack__grid--img-right .me-feature-list-stack__list {
  order: 1;
}
.me-feature-list-stack__grid--img-right .me-feature-list-stack__figure {
  order: 2;
}
.me-feature-list-stack__grid--img-left {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
}
.me-feature-list-stack__grid--img-left .me-feature-list-stack__figure {
  order: 1;
}
.me-feature-list-stack__grid--img-left .me-feature-list-stack__list {
  order: 2;
}
@media (max-width: 767px) {
  .me-feature-list-stack__grid {
    grid-template-columns: 1fr;
    gap: var(--me-space-4);
  }
  .me-feature-list-stack__grid .me-feature-list-stack__figure {
    order: 1;
  }
  .me-feature-list-stack__grid .me-feature-list-stack__list {
    order: 2;
  }
}

.me-feature-list-stack__list {
  display: flex;
  flex-direction: column;
  gap: var(--me-space-4);
}

.me-feature-list-stack__hero {
  padding-bottom: var(--me-space-4);
  border-bottom: 1px solid var(--me-hairline);
}
.me-feature-list-stack__hero .me-kicker {
  margin-bottom: var(--me-space-2);
}
.me-feature-list-stack__hero .me-title {
  margin-bottom: var(--me-space-2);
}
.me-feature-list-stack__hero .me-lead {
  font-size: var(--me-fs-meta);
  color: var(--text-muted);
  margin-bottom: var(--me-space-2);
  line-height: 1.5;
}
.me-feature-list-stack__hero .me-byline {
  font-size: 12px;
  color: var(--text-faint);
  margin: 0;
}

.me-feature-list-stack__item {
  padding-bottom: var(--me-space-4);
  border-bottom: 1px solid var(--me-hairline);
}
.me-feature-list-stack__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.me-feature-list-stack__item .me-title {
  margin: 0;
}
.me-feature-list-stack__item .me-title a {
  color: var(--text-strong);
  text-decoration: none;
}
.me-feature-list-stack__item .me-title a:hover {
  color: var(--me-accent-deep);
}

.me-feature-list-stack__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--me-space-2);
}

.me-feature-list-stack__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--me-radius-sm);
}

.me-feature-list-stack__caption {
  font-size: 12px;
  color: var(--text-faint);
  font-style: italic;
  line-height: 1.4;
}

.me-dual-category__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--me-space-6);
}
@media (max-width: 767px) {
  .me-dual-category__grid {
    grid-template-columns: 1fr;
    gap: var(--me-space-5);
  }
}

.me-dual-category__col {
  display: flex;
  flex-direction: column;
  gap: var(--me-space-4);
}
.me-dual-category__col--empty { /* placeholder vazio — usa grid space */ }

.me-dual-category__cat-header {
  font-family: var(--me-font-sans);
  font-size: var(--me-fs-meta);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  padding-bottom: var(--me-space-2);
  border-bottom: 1px solid var(--me-hairline-strong);
}
.me-dual-category__cat-header a {
  color: var(--text-strong);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.me-dual-category__cat-header a:hover {
  color: var(--me-accent-deep);
}
.me-dual-category__cat-header span {
  font-size: 16px;
  line-height: 1;
}

.me-dual-category__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--me-space-4);
}
@media (max-width: 767px) {
  .me-dual-category__inner {
    grid-template-columns: 1fr;
  }
}

.me-dual-category__hero .me-dual-category__img-link {
  display: block;
  overflow: hidden;
  border-radius: var(--me-radius-sm);
  margin-bottom: var(--me-space-3);
}
.me-dual-category__hero .me-dual-category__img {
  width: 100%;
  height: auto;
  display: block;
}
.me-dual-category__hero .me-title {
  font-size: var(--me-fs-h4);
  line-height: 1.25;
  margin: 0;
}
.me-dual-category__hero .me-title a {
  color: var(--text-strong);
  text-decoration: none;
}
.me-dual-category__hero .me-title a:hover {
  color: var(--me-accent-deep);
}

.me-dual-category__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--me-space-3);
}

.me-dual-category__item {
  padding-bottom: var(--me-space-3);
  border-bottom: 1px solid var(--me-hairline);
}
.me-dual-category__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.me-dual-category__item .me-title {
  font-size: var(--me-fs-meta);
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.me-dual-category__item .me-title a {
  color: var(--text-strong);
  text-decoration: none;
}
.me-dual-category__item .me-title a:hover {
  color: var(--me-accent-deep);
}

.me-dual-category__byline {
  font-size: 11px;
  color: var(--text-faint);
  margin: 0 0 2px;
  font-family: var(--me-font-sans);
}

.me-story {
  display: flex;
  flex-direction: column;
}

.me-story__img-link {
  display: block;
}

.me-story__img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: var(--me-surface);
  border-radius: var(--me-radius-md);
  margin-bottom: var(--me-space-3);
}

.me-story__img--landscape {
  aspect-ratio: 16/10;
}

.me-story__img--portrait {
  aspect-ratio: 4/5;
}

.me-story--featured .me-story__title {
  font-size: var(--me-fs-h3-lg);
}

.me-story__title {
  font-family: var(--me-font-serif);
  font-weight: 500;
}

.me-numbered-list {
  display: flex;
  flex-direction: column;
  gap: var(--me-space-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.me-numbered-list__item {
  display: flex;
  gap: var(--me-space-3);
  align-items: flex-start;
}
.me-numbered-list__item + .me-numbered-list__item {
  border-top: 0.5px solid var(--me-hairline);
  padding-top: var(--me-space-3);
}

.me-numbered-list__num {
  font-family: var(--me-font-serif);
  font-size: 26px;
  color: var(--text-faint);
  line-height: 1;
  min-width: 28px;
  font-weight: 500;
}

.me-numbered-list__body {
  flex: 1;
  min-width: 0;
}

.me-pullquote {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: var(--me-space-5);
  align-items: start;
  padding: var(--me-space-7) 0;
  margin: var(--me-space-5) 0;
  border-top: 0.5px solid var(--me-hairline);
  border-bottom: 0.5px solid var(--me-hairline);
}
@media (max-width: 767px) {
  .me-pullquote {
    grid-template-columns: 40px 1fr;
    gap: var(--me-space-3);
    padding: var(--me-space-6) 0;
  }
}

.me-pullquote__mark {
  font-family: var(--me-font-serif);
  font-size: 80px;
  line-height: 0.7;
  color: var(--text-faint);
  font-weight: 500;
}
@media (max-width: 767px) {
  .me-pullquote__mark {
    font-size: 56px;
  }
}

.me-pullquote__text {
  font-family: var(--me-font-serif);
  font-size: var(--me-fs-h2);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 var(--me-space-3);
  color: var(--text-strong);
}
@media (max-width: 767px) {
  .me-pullquote__text {
    font-size: var(--me-fs-h3-lg);
  }
}

.me-pullquote__attribution {
  font-size: var(--me-fs-meta);
  color: var(--text-muted);
}

.me-pullquote__link {
  color: var(--text);
  border-bottom: 0.5px solid var(--me-rule);
  padding-bottom: 1px;
  text-decoration: none;
}

.me-explore {
  display: flex;
  align-items: center;
  gap: var(--me-space-4);
  padding: var(--me-space-6) 0;
  margin: var(--me-space-4) 0;
}

.me-explore__rule {
  flex: 1;
  height: 0.5px;
  background: var(--me-hairline);
}

.me-explore__center {
  text-align: center;
  padding: 0 var(--me-space-2);
}

.me-explore__title {
  font-family: var(--me-font-serif);
  font-size: var(--me-fs-h4);
  font-weight: 500;
  margin: 0 0 var(--me-space-1);
}

.me-explore__subtopics {
  font-size: var(--me-fs-meta);
  color: var(--text-faint);
  margin: 0;
}

.me-empty {
  padding: var(--me-space-7) var(--me-space-5);
  text-align: center;
  border: 0.5px dashed var(--me-hairline-strong);
  border-radius: var(--me-radius-md);
  background: transparent;
}

.me-empty__icon {
  font-size: 28px;
  color: var(--text-faint);
  margin-bottom: var(--me-space-3);
}

.me-empty__title {
  font-family: var(--me-font-serif);
  font-size: var(--me-fs-h3);
  font-weight: 500;
  margin: 0 0 var(--me-space-2);
}

.me-empty__text {
  font-size: var(--me-fs-body);
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto var(--me-space-4);
}

.me-empty__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--me-space-2);
  font-size: var(--me-fs-meta);
  color: var(--text);
  border-bottom: 0.5px solid var(--me-rule);
  padding-bottom: 2px;
  text-decoration: none;
}

body.theme-low-contrast {
  --me-accent-red: #8b1a18;
  --me-accent-amber: #6b4209;
  --me-accent-green: #1a4d2a;
  --me-accent-blue: #14365a;
  --me-accent-deep: #1f1812;
  --me-hairline: rgba(58, 47, 32, 0.15);
  --me-hairline-strong: rgba(58, 47, 32, 0.28);
  --me-surface: rgba(58, 47, 32, 0.06);
}

body.theme-negative .me-section__subtag {
  font-style: italic;
}

body.theme-negative .me-photo-credit {
  color: var(--text-muted);
}
