html.prometheus-app-active {
  overflow-x: clip !important;
  overflow-y: auto !important;
  background: #f6f4ef !important;
}

html.prometheus-app-active body {
  overflow-x: clip !important;
  overflow-y: visible !important;
  background: #f6f4ef !important;
}

html.prometheus-app-active body > .prometheus-native-hidden,
html.prometheus-app-active body > #sodo-search-root {
  display: none !important;
}

.prometheus-feed-index {
  display: none !important;
}

#prometheus-app,
#prometheus-app * {
  box-sizing: border-box;
}

#prometheus-app [hidden] {
  display: none !important;
}

#prometheus-app {
  --pm-red: #ae2f2a;
  --pm-red-dark: #7f211e;
  --pm-ink: #171815;
  --pm-muted: #676961;
  --pm-paper: #fffefa;
  --pm-ground: #f6f4ef;
  --pm-line: #dcd8ce;
  --pm-soft: #ece8de;
  --pm-focus: #0b66c3;
  min-height: 100vh;
  color: var(--pm-ink);
  background: var(--pm-ground);
  font-family: Geist, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

#prometheus-app .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pm-masthead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 26px 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.16)),
    var(--pm-red);
  border-bottom: 4px solid var(--pm-red-dark);
}

.pm-site-menu {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: clamp(18px, 3vw, 42px);
  transform: translateY(-50%);
}

.pm-menu-toggle {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(71, 12, 10, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

.pm-menu-toggle:hover,
.pm-menu-toggle[aria-expanded="true"] {
  background: rgba(71, 12, 10, 0.42);
}

.pm-menu-icon {
  font-size: 1rem;
  line-height: 1;
}

.pm-site-navigation {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: max-content;
  min-width: 210px;
  padding: 7px;
  color: var(--pm-ink);
  background: var(--pm-paper);
  border: 1px solid #cbc7bc;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(36, 26, 20, 0.2);
}

.pm-site-navigation a {
  display: block;
  padding: 9px 11px;
  color: inherit;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.pm-site-navigation a:hover,
.pm-site-navigation a[aria-current="page"] {
  color: var(--pm-red-dark);
  background: var(--pm-soft);
}

.pm-masthead h1,
.pm-masthead .pm-brand {
  display: block;
  margin: 0;
  max-width: 1050px;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-align: center;
}

.pm-masthead .pm-brand {
  text-decoration: none;
}

.pm-masthead .pm-brand:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.pm-shell {
  display: grid;
  grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  align-items: stretch;
  width: min(1560px, 100%);
  min-height: calc(100vh - 122px);
  margin: 0 auto;
}

.pm-sidebar {
  position: relative;
  min-height: 100%;
  background: #efede6;
  border-right: 1px solid var(--pm-line);
}

.pm-sidebar-inner {
  position: sticky;
  top: 0;
  height: calc(100vh - var(--pm-sidebar-viewport-offset, 0px));
  height: calc(100dvh - var(--pm-sidebar-viewport-offset, 0px));
  max-height: calc(100vh - var(--pm-sidebar-viewport-offset, 0px));
  max-height: calc(100dvh - var(--pm-sidebar-viewport-offset, 0px));
  padding: 24px 20px 32px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pm-sidebar-inner::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.pm-sidebar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.pm-sidebar-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pm-reset,
.pm-select-all,
.pm-mobile-filters,
.pm-load-more {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.pm-reset,
.pm-select-all {
  padding: 3px 0;
  color: var(--pm-red-dark);
  background: transparent;
  font-size: 0.75rem;
  font-weight: 700;
}

.pm-reset:hover,
.pm-select-all:hover {
  text-decoration: underline;
}

.pm-filter-section {
  margin: 0;
  padding: 17px 0;
  border-top: 1px solid var(--pm-line);
}

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

.pm-tree-toggle {
  display: grid;
  width: 30px;
  height: 29px;
  padding: 0;
  place-items: center;
  color: var(--pm-muted);
  background: transparent;
  border: 0;
  border-radius: 5px;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.pm-tree-toggle:hover,
.pm-tree-toggle:focus-visible {
  color: var(--pm-red-dark);
  background: rgba(255, 255, 255, 0.75);
}

.pm-tree-children > .pm-filter-list {
  margin-top: 5px;
}

.pm-tree-node:not(.pm-filter-section) {
  margin-top: 2px;
}

.pm-tree-node:not(.pm-filter-section) > .pm-tree-children {
  margin-left: 15px;
  padding-left: 8px;
  border-left: 1px solid #cbc6bb;
}

.pm-filter-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  list-style: none;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.pm-filter-section summary::-webkit-details-marker {
  display: none;
}

.pm-filter-section summary::after {
  content: "+";
  color: var(--pm-muted);
  font-size: 1rem;
}

.pm-filter-section[open] summary::after {
  content: "−";
}

.pm-filter-actions {
  display: flex;
  justify-content: flex-end;
  margin: 8px 0 4px;
}

.pm-filter-list {
  display: grid;
  gap: 3px;
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}

.pm-filter-list--children {
  margin: 2px 0 7px 15px;
  padding-left: 11px;
  border-left: 1px solid #cbc6bb;
}

.pm-filter-parent {
  margin-top: 9px;
}

.pm-filter-parent:first-child {
  margin-top: 3px;
}

.pm-check {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px;
  min-height: 29px;
  padding: 5px 6px;
  border-radius: 5px;
  cursor: pointer;
  color: #373832;
  font-size: 0.8rem;
  line-height: 1.25;
}

.pm-check:hover {
  background: rgba(255, 255, 255, 0.7);
}

.pm-check--parent {
  font-weight: 750;
}

.pm-check input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--pm-red);
}

.pm-check-count {
  color: #8a887f;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
}

.pm-sidebar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding-top: 17px;
  border-top: 1px solid var(--pm-line);
}

.pm-sidebar-links a {
  color: var(--pm-muted);
  font-size: 0.75rem;
  text-decoration: none;
}

.pm-sidebar-links a:hover {
  color: var(--pm-red-dark);
  text-decoration: underline;
}

.pm-sidebar-follow {
  margin-top: 20px;
  padding: 16px;
  background: rgba(255, 254, 250, 0.72);
  border: 1px solid var(--pm-line);
  border-radius: 7px;
}

.pm-sidebar-follow p {
  margin: 0 0 11px;
  color: var(--pm-muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

.pm-sidebar-follow--home {
  margin: 0 0 18px;
}

.pm-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  color: #fff;
  background: var(--pm-red);
  border: 1px solid var(--pm-red-dark);
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.pm-subscribe:hover {
  color: #fff;
  background: var(--pm-red-dark);
}

.pm-sidebar-follow .pm-subscribe {
  width: 100%;
}

.pm-main {
  min-width: 0;
  padding: 26px clamp(18px, 3vw, 44px) 60px;
}

.pm-controls {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pm-line);
}

.pm-search-wrap {
  position: relative;
}

.pm-search-wrap svg {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  color: var(--pm-muted);
  transform: translateY(-50%);
  pointer-events: none;
}

.pm-search,
.pm-sort {
  width: 100%;
  height: 42px;
  color: var(--pm-ink);
  background: var(--pm-paper);
  border: 1px solid #cbc7bc;
  border-radius: 7px;
  font: inherit;
  outline: none;
}

.pm-search {
  padding: 0 13px 0 39px;
}

.pm-sort {
  min-width: 220px;
  padding: 0 34px 0 12px;
  cursor: pointer;
}

.pm-search:focus,
.pm-sort:focus,
.pm-check input:focus-visible,
.pm-load-more:focus-visible,
.pm-mobile-filters:focus-visible {
  border-color: var(--pm-focus);
  box-shadow: 0 0 0 3px rgba(11, 102, 195, 0.16);
}

.pm-result-count {
  min-width: 86px;
  color: var(--pm-muted);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.pm-mobile-filters {
  display: none;
  height: 42px;
  padding: 0 14px;
  color: #fff;
  background: var(--pm-red);
  border-radius: 7px;
  font-weight: 750;
}

.pm-status {
  display: grid;
  place-items: center;
  min-height: 260px;
  color: var(--pm-muted);
  text-align: center;
}

.pm-status--background {
  min-height: 0;
  margin: -8px 0 16px;
  padding: 8px 12px;
  color: var(--pm-muted);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--pm-line);
  border-radius: 6px;
  font-size: 0.74rem;
}

.pm-loader {
  width: 38px;
  height: 38px;
  margin: 0 auto 14px;
  border: 3px solid var(--pm-line);
  border-top-color: var(--pm-red);
  border-radius: 50%;
  animation: pm-spin 0.8s linear infinite;
}

@keyframes pm-spin {
  to { transform: rotate(360deg); }
}

.pm-bucket {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 30px 0 16px;
  color: #77756d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.pm-bucket:first-child {
  margin-top: 0;
}

.pm-bucket::before,
.pm-bucket::after {
  content: "";
  height: 1px;
  background: var(--pm-line);
}

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

.pm-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--pm-paper);
  border: 1px solid var(--pm-line);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(34, 30, 22, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pm-card:hover {
  border-color: #c3b8a8;
  box-shadow: 0 8px 24px rgba(52, 42, 30, 0.09);
  transform: translateY(-2px);
}

.pm-card-media {
  display: block;
  position: relative;
  height: 170px;
  overflow: hidden;
  background: transparent;
}

.pm-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  scale: var(--pm-image-scale, 1);
  transition: opacity 0.12s ease, scale 0.28s ease;
}

.pm-card:hover .pm-card-media img {
  scale: calc(var(--pm-image-scale, 1) * 1.025);
}

.pm-card-media img.pm-image-ready,
.pm-article-image img.pm-image-ready {
  opacity: 1;
}

.pm-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 15px 13px;
}

.pm-kickers {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 20px;
  margin-bottom: 8px;
}

.pm-kicker {
  display: inline-flex;
  max-width: 100%;
  padding: 2px 6px;
  overflow: hidden;
  color: var(--pm-red-dark);
  background: rgba(174, 47, 42, 0.08);
  border-radius: 3px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pm-card h2 {
  margin: 0 0 8px;
  color: var(--pm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.012em;
}

.pm-card h2 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pm-card h2 a:hover {
  color: var(--pm-red-dark);
}

.pm-excerpt {
  display: -webkit-box;
  flex: 1;
  margin: 0 0 13px;
  overflow: hidden;
  color: #565850;
  font-size: 0.79rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.pm-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: end;
  padding-top: 10px;
  border-top: 1px solid #e5e1d8;
  color: var(--pm-muted);
  font-size: 0.69rem;
}

.pm-source {
  overflow: hidden;
  color: var(--pm-red-dark);
  font-weight: 800;
  letter-spacing: 0.035em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pm-date {
  white-space: nowrap;
}

.pm-metrics {
  grid-column: 1 / -1;
  color: #818078;
  font-size: 0.65rem;
  font-variant-numeric: tabular-nums;
}

.pm-load-wrap {
  display: flex;
  justify-content: center;
  padding-top: 28px;
}

.pm-load-more {
  min-width: 180px;
  padding: 10px 18px;
  color: #fff;
  background: var(--pm-red);
  border-radius: 6px;
  font-weight: 750;
}

.pm-load-more:hover {
  background: var(--pm-red-dark);
}

.pm-no-results {
  padding: 60px 20px;
  color: var(--pm-muted);
  background: rgba(255, 255, 255, 0.45);
  border: 1px dashed #c9c5ba;
  border-radius: 8px;
  text-align: center;
}

.pm-masthead--article {
  min-height: 104px;
}

.pm-article-loading {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 40px 20px;
  color: var(--pm-muted);
  text-align: center;
}

.pm-article-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 42px) 70px;
}

.pm-article-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--pm-line);
}

.pm-article-nav a {
  color: var(--pm-red-dark);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.pm-article-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pm-article-nav .pm-subscribe {
  color: #fff;
  text-decoration: none;
}

.pm-subscribe--compact {
  min-height: 34px;
  padding: 6px 12px;
}

.pm-article-layout {
  display: grid;
  grid-template-columns: minmax(190px, 235px) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: start;
  padding-top: 30px;
}

.pm-article-aside {
  position: sticky;
  top: 20px;
  padding: 5px 18px 18px 0;
  color: var(--pm-muted);
  border-right: 1px solid var(--pm-line);
}

.pm-article-fact {
  padding: 17px 0;
  border-top: 1px solid var(--pm-line);
}

.pm-article-fact:first-child {
  padding-top: 0;
  border-top: 0;
}

.pm-article-fact h2 {
  margin: 0 0 9px;
  color: var(--pm-ink);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.pm-article-fact-values {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.pm-article-fact-values span {
  display: inline-flex;
  padding: 3px 7px;
  color: var(--pm-red-dark);
  background: rgba(174, 47, 42, 0.075);
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.pm-article-metrics div {
  min-width: 0;
}

.pm-article-metrics dt {
  color: var(--pm-muted);
  font-size: 0.64rem;
}

.pm-article-metrics dd {
  margin: 2px 0 0;
  color: var(--pm-ink);
  font-size: 0.88rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.pm-article-muted {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
}

.pm-article-main {
  min-width: 0;
}

.pm-article {
  padding: clamp(24px, 4vw, 54px);
  overflow: hidden;
  background: var(--pm-paper);
  border: 1px solid var(--pm-line);
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(52, 42, 30, 0.07);
}

.pm-article > .pm-kickers {
  min-height: 0;
  margin-bottom: 14px;
}

.pm-article h1 {
  max-width: 920px;
  margin: 0;
  color: var(--pm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.pm-article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  align-items: center;
  margin-top: 18px;
  padding-bottom: 22px;
  color: var(--pm-muted);
  border-bottom: 1px solid var(--pm-line);
  font-size: 0.78rem;
}

.pm-article-byline span {
  color: var(--pm-red-dark);
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.pm-article-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  margin: 28px 0;
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
}

.pm-article-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  opacity: 0;
  scale: var(--pm-image-scale, 1);
  transition: opacity 0.12s ease;
}

.pm-article-lead {
  max-width: 780px;
  margin: 26px 0 0;
  color: #34362f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.6;
}

.pm-article-preview {
  max-width: 780px;
  margin-top: 32px;
  padding-top: 25px;
  border-top: 1px solid var(--pm-line);
}

.pm-article-preview > h2 {
  margin: 0 0 13px;
  color: var(--pm-ink);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.pm-article-body {
  color: #44463f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.7;
}

.pm-article-body > :first-child {
  margin-top: 0;
}

.pm-article-body > :last-child {
  margin-bottom: 0;
}

.pm-article-body a {
  color: var(--pm-red-dark);
}

.pm-article-source-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--pm-line);
}

.pm-original-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  color: #fff;
  background: var(--pm-red);
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.pm-original-link:hover {
  color: #fff;
  background: var(--pm-red-dark);
}

.pm-article-source-action p {
  flex: 1 1 260px;
  margin: 0;
  color: var(--pm-muted);
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: right;
}

.pm-page-shell {
  display: block;
  align-items: stretch;
  width: min(1560px, 100%);
  min-height: calc(100vh - 108px);
  margin: 0 auto;
}

.pm-page-sidebar {
  min-height: 100%;
  background: #efede6;
  border-right: 1px solid var(--pm-line);
}

.pm-page-sidebar-inner {
  position: sticky;
  top: 0;
  padding: 30px 22px;
}

.pm-page-navigation {
  display: grid;
  gap: 4px;
  margin-top: 14px;
}

.pm-page-navigation a {
  display: block;
  padding: 9px 10px;
  color: #3d3e39;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.pm-page-navigation a:hover,
.pm-page-navigation a[aria-current="page"] {
  color: var(--pm-red-dark);
  background: rgba(255, 254, 250, 0.82);
}

.pm-page-main {
  min-width: 0;
  padding: clamp(24px, 4vw, 54px);
}

.pm-page-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(25px, 4vw, 56px);
  background: var(--pm-paper);
  border: 1px solid var(--pm-line);
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(52, 42, 30, 0.06);
}

.pm-page-eyebrow {
  margin: 0 0 9px;
  color: var(--pm-red-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pm-page-card > h1 {
  margin: 0;
  color: var(--pm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.pm-page-intro {
  max-width: 720px;
  margin: 18px 0 30px;
  color: var(--pm-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.55;
}

.pm-page-loading,
.pm-page-empty {
  display: grid;
  min-height: 240px;
  place-items: center;
  color: var(--pm-muted);
  text-align: center;
}

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

.pm-source-card {
  display: flex;
  min-width: 0;
  min-height: 190px;
  flex-direction: column;
  padding: 18px;
  background: #faf8f2;
  border: 1px solid var(--pm-line);
  border-radius: 8px;
}

.pm-source-card-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.pm-source-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  overflow: hidden;
  place-items: center;
  color: #fff;
  background: var(--pm-red);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.pm-source-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pm-source-card h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.18;
}

.pm-source-card-head p {
  margin: 3px 0 0;
  color: var(--pm-muted);
  font-size: 0.72rem;
}

.pm-source-bio {
  margin: 14px 0;
  color: #4e504a;
  font-size: 0.78rem;
  line-height: 1.5;
}

.pm-source-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--pm-line);
}

.pm-source-actions a {
  color: var(--pm-red-dark);
  font-size: 0.75rem;
  font-weight: 750;
  text-decoration: none;
}

.pm-source-actions a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pm-page-prose {
  max-width: 790px;
  margin-top: 30px;
  color: #3f413b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  line-height: 1.72;
}

.pm-page-prose h2,
.pm-page-prose h3 {
  margin: 1.7em 0 0.55em;
  color: var(--pm-ink);
  line-height: 1.2;
}

.pm-page-prose h2 { font-size: 1.6rem; }
.pm-page-prose h3 { font-size: 1.25rem; }
.pm-page-prose p { margin: 0 0 1.1em; }
.pm-page-prose a { color: var(--pm-red-dark); }

.pm-drawer-shade {
  display: none;
}

@media (max-width: 1180px) {
  .pm-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 840px) {
  .pm-masthead { min-height: 92px; padding: 21px 112px 21px 18px; justify-content: flex-start; }
  .pm-masthead .pm-brand { max-width: 700px; text-align: left; }
  .pm-site-menu { right: 16px; }
  .pm-shell { display: block; }
  .pm-sidebar {
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: min(88vw, 330px);
    height: 100dvh;
    transform: translateX(-105%);
    transition: transform 0.22s ease;
    box-shadow: 10px 0 32px rgba(0, 0, 0, 0.17);
  }
  .pm-sidebar-inner { position: static; height: 100%; max-height: none; overflow-y: auto; }
  #prometheus-app.pm-filters-open .pm-sidebar { transform: translateX(0); }
  .pm-drawer-shade {
    position: fixed;
    z-index: 10001;
    inset: 0;
    display: block;
    visibility: hidden;
    background: rgba(24, 23, 20, 0.36);
    opacity: 0;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }
  #prometheus-app.pm-filters-open .pm-drawer-shade { visibility: visible; opacity: 1; }
  .pm-main { padding: 20px 16px 46px; }
  .pm-controls { grid-template-columns: 1fr auto; }
  .pm-search-wrap { grid-column: 1 / -1; }
  .pm-mobile-filters { display: inline-flex; align-items: center; justify-content: center; }
  .pm-result-count { display: none; }
  .pm-sort { min-width: 0; }
  .pm-article-shell { padding-right: 16px; padding-left: 16px; }
  .pm-article-layout { grid-template-columns: 1fr; gap: 20px; padding-top: 20px; }
  .pm-article-main { grid-row: 1; }
  .pm-article-aside {
    position: static;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    padding: 17px 18px;
    background: #efede6;
    border: 1px solid var(--pm-line);
    border-radius: 8px;
  }
  .pm-article-fact:first-child { padding-top: 17px; border-top: 1px solid var(--pm-line); }
  .pm-page-shell { display: block; min-height: 0; }
  .pm-page-sidebar { min-height: 0; border-right: 0; border-bottom: 1px solid var(--pm-line); }
  .pm-page-sidebar-inner { position: static; padding: 17px 18px; }
  .pm-page-navigation { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 8px; }
  .pm-page-navigation a { padding: 8px 5px; font-size: 0.74rem; text-align: center; }
  .pm-page-sidebar .pm-sidebar-follow { display: flex; gap: 12px; align-items: center; margin-top: 13px; padding: 11px; }
  .pm-page-sidebar .pm-sidebar-follow p { flex: 1; margin: 0; }
  .pm-page-sidebar .pm-sidebar-follow .pm-subscribe { width: auto; }
  .pm-page-main { padding: 22px 16px 46px; }
}

@media (max-width: 570px) {
  .pm-masthead { min-height: 96px; padding: 18px 82px 18px 15px; }
  .pm-masthead--article .pm-brand { font-size: clamp(1.12rem, 5vw, 1.45rem); line-height: 1.08; }
  .pm-menu-toggle { min-height: 38px; padding: 7px 9px; }
  .pm-menu-toggle > span:first-child { display: none; }
  .pm-site-navigation { min-width: 190px; }
  .pm-controls { grid-template-columns: 1fr; }
  .pm-search-wrap { grid-column: auto; }
  .pm-mobile-filters { width: 100%; }
  .pm-sort { min-width: 100%; }
  .pm-grid { grid-template-columns: 1fr; }
  .pm-card-media { height: 190px; }
  .pm-bucket { grid-template-columns: 36px auto 1fr; gap: 9px; text-align: left; }
  .pm-masthead--article { min-height: 88px; }
  .pm-masthead--article .pm-brand { font-size: 1.55rem; }
  .pm-article-nav { padding-top: 17px; }
  .pm-article-aside { grid-template-columns: 1fr; }
  .pm-article { padding: 24px 19px 26px; border-radius: 8px; }
  .pm-article h1 { font-size: clamp(1.9rem, 10vw, 2.7rem); }
  .pm-article-image { margin: 22px 0; }
  .pm-article-lead { font-size: 1.05rem; line-height: 1.58; }
  .pm-article-source-action { align-items: stretch; }
  .pm-original-link { width: 100%; }
  .pm-article-source-action p { text-align: left; }
  .pm-article-nav { align-items: stretch; flex-direction: column; }
  .pm-article-nav .pm-subscribe { width: 100%; }
  .pm-source-grid { grid-template-columns: 1fr; }
  .pm-page-card { padding: 25px 19px; }
  .pm-page-card > h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .pm-page-navigation { grid-template-columns: 1fr; }
  .pm-page-sidebar .pm-sidebar-follow { align-items: stretch; flex-direction: column; }
  .pm-page-sidebar .pm-sidebar-follow .pm-subscribe { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  #prometheus-app *,
  #prometheus-app *::before,
  #prometheus-app *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
