
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&family=IBM+Plex+Mono:wght@500&display=swap");
html { color-scheme: dark; }
.theme-catalog {
  --night: #071014;
  --panel: #0e1c22;
  --bone: #e4f4f2;
  --mute: #7aa8a3;
  --gold: #3ee0c5;
  --cta: #128f7a;
}
body.theme-catalog {
  background: radial-gradient(1200px 600px at 10% -10%, #12343a 0%, #071014 55%);
  color: var(--bone);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
}
body.theme-catalog .top { background: #051013; border-bottom: 1px solid #1c3d42; }
body.theme-catalog .offer-bar {
  background: #0b2a2e;
  border-top: 0;
  border-bottom: 2px solid #3ee0c5;
}
body.theme-catalog .cta { border-radius: 999px; background: #128f7a; }
body.theme-catalog .page-head h1,
body.theme-catalog .stub-offer {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  letter-spacing: -0.04em;
}
body.theme-catalog .nav a[aria-current="page"] { background: #3ee0c5; color: #051013; }
body.theme-catalog .facts dd { color: #3ee0c5; }
body.theme-catalog .jump {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  gap: 0.65rem;
}
body.theme-catalog .jump a {
  display: block;
  background: #0e1c22;
  border: 1px solid #1c3d42;
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  color: #3ee0c5;
  text-decoration: none;
}
body.theme-catalog .stub { border-color: #1c3d42; }
body.theme-catalog .colophon a { color: #3ee0c5; }
body.theme-catalog .hero-art.in-main { margin: 0 0 1.1rem; }
body.theme-catalog .hero-art.in-main img {
  border-radius: 4px 24px 4px 24px;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (min-width: 880px) {
  body.theme-catalog .layout { grid-template-columns: minmax(0, 1fr); }
  body.theme-catalog .stub {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem 1.5rem;
    align-items: center;
    margin-top: 0.5rem;
  }
  body.theme-catalog .stub .cta { width: auto; }
}
