@font-face {
  font-family: Barlow Condensed;
  src: url("/assets/fonts/barlow-condensed-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #faf9f5;
  --white: #fff;
  --ink: #182723;
  --green: #175443;
  --accent: #ee6b40;
  --muted: #626963;
  --line: #d8ddd6;
  --soft: #eef1e9;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: Manrope, "Segoe UI", sans-serif;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.65 var(--body);
}
a {
  color: inherit;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
button,
input {
  font: inherit;
  touch-action: manipulation;
}
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #bc3d20;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
  text-wrap: pretty;
}
h1,
h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.015em;
}
h1 {
  font-size: clamp(40px, 5vw, 62px);
}
h2 {
  font-size: clamp(32px, 3.3vw, 44px);
}
h3 {
  font: 700 28px/1.12 var(--display);
}
.container {
  width: min(1240px, calc(100% - 80px));
  margin-inline: auto;
}
.small {
  font-size: 13px;
}
.eyebrow {
  font: 800 10px/1.5 var(--body);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ad4027;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 99;
  background: #fff;
  color: var(--ink);
  padding: 12px 18px;
}
.skip:focus {
  top: 10px;
}
.site-header {
  background: #162d25;
  color: #f6f6ed;
}
.utility-bar {
  border-bottom: 1px solid #ffffff20;
  background: #10251e;
}
.utility-bar > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #e0e6dc;
}
.utility-bar b {
  margin-left: 16px;
  border: 1px solid #8e9d93;
  padding: 1px 4px;
  font-size: 9px;
}
.header-inner {
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font: 700 65px/0.9 var(--display);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 44px;
}
.brand-mark {
  color: var(--accent);
  font-family: var(--body);
  font-size: 54px;
  line-height: 1;
  display: block;
  margin-right: 3px;
}
.brand i {
  font: 400 11px/1.65 var(--body);
  text-transform: none;
  letter-spacing: 0;
  color: #d2dcd3;
  font-style: normal;
  border-left: 1px solid #ffffff30;
  padding-left: 20px;
  margin-left: 20px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 650;
}
.site-header nav a {
  display: flex;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.site-header nav a:hover,
.site-header nav a[aria-current] {
  border-color: var(--accent);
}
.site-header nav a:last-child {
  gap: 24px;
  border: 1px solid #72847a;
  border-radius: 3px;
  padding: 0 16px;
}
.site-header :focus-visible {
  outline-color: #ffad88;
}
.edition-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  margin-bottom: 26px;
}
.edition-heading p {
  margin: 0;
  color: #334c40;
}
.edition-heading a {
  font-size: 11px;
  min-height: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.edition-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 8px;
}
.front-page {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr);
  gap: 40px;
}
.lead-story {
  min-width: 0;
}
.lead-art {
  position: relative;
  display: block;
  aspect-ratio: 1.92;
  overflow: hidden;
  background: #0b2525;
  border-radius: 4px;
}
.cover-image,
.editorial-art {
  display: block;
  width: 100%;
  height: auto;
}
.lead-art > .cover-image,
.lead-art > .editorial-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-tag {
  position: absolute;
  left: 18px;
  top: 18px;
  font: 800 9px/1 var(--body);
  letter-spacing: 0.13em;
  background: #f0f1e7;
  color: #183027;
  padding: 9px 11px;
  border-radius: 2px;
}
.lead-copy {
  padding-top: 22px;
}
.lead-copy .eyebrow > span {
  color: #697069;
  font-weight: 500;
}
.lead-copy h1 {
  font-size: clamp(38px, 4.05vw, 57px);
  margin: 10px 0 13px;
  line-height: 1.04;
}
.lead-copy h1 a {
  text-decoration: none;
}
.lead-copy h1 a:hover {
  color: #a23720;
}
.lead-copy > p {
  font-size: 15px;
  line-height: 1.7;
  max-width: 68ch;
  color: #555f57;
  margin-bottom: 10px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 800;
  min-height: 44px;
  text-decoration: none;
}
.text-link > span {
  font-size: 21px;
}
.text-link:hover {
  color: #a23720;
}
.front-rail {
  border-left: 1px solid var(--line);
  padding-left: 28px;
  min-width: 0;
}
.front-rail > h2 {
  font: 800 11px/1.3 var(--body);
  letter-spacing: 0.08em;
  padding: 2px 0 16px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 0;
}
.front-rail > h2 > span {
  color: #72796f;
  font-size: 10px;
  margin-right: 15px;
  font-weight: 500;
}
.rail-story {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  text-decoration: none;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.rail-art {
  align-self: start;
  aspect-ratio: 1.04;
  overflow: hidden;
  border-radius: 3px;
}
.rail-art svg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.rail-story h3 {
  font-size: 26px;
  margin: 8px 0 10px;
}
.rail-story:hover h3 {
  color: #a23720;
}
.rail-story .eyebrow {
  font-size: 8px;
  letter-spacing: 0.08em;
}
.reading-time {
  font-size: 10px;
  color: #697469;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reading-time b {
  font: 400 20px/1 var(--body);
  color: var(--ink);
}
.rail-all {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 800;
  min-height: 52px;
  align-items: center;
  text-decoration: none;
}
.search-band {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  align-items: center;
  gap: 60px;
  margin: 37px 0 0;
  padding: 32px 38px;
  background: #e7ece2;
  border-top: 1px solid #d3ddcd;
  border-bottom: 1px solid #d3ddcd;
}
.search-band h2 {
  font-size: 34px;
  margin: 8px 0 0;
  line-height: 1.03;
}
.search-band .eyebrow {
  font-size: 9px;
  color: #48634d;
}
.search-form {
  max-width: 850px;
}
.search-form > label {
  font-size: 12px;
  font-weight: 750;
  display: block;
  margin-bottom: 8px;
}
.search-control {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid #bac8b8;
  border-radius: 3px;
  padding: 5px 5px 5px 16px;
  min-height: 58px;
}
.search-control > span {
  color: #53745e;
  font-size: 28px;
  line-height: 1;
}
.search-control input {
  width: 0;
  flex: 1;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  min-height: 44px;
  font-size: 14px;
}
.search-control input::placeholder {
  color: #666f66;
}
.search-control button {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  background: var(--ink);
  color: white;
  border: 0;
  border-radius: 2px;
  min-height: 46px;
  padding: 8px 17px;
  font-size: 12px;
  font-weight: 700;
}
.search-control button:hover {
  background: #285242;
}
.start-section {
  padding: 45px 0 48px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.section-heading .eyebrow {
  margin-bottom: 7px;
}
.section-heading h2 {
  margin: 0;
  font-size: 39px;
}
.section-heading > a {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  font-size: 12px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.guide-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-decoration: none;
}
.card-art {
  overflow: hidden;
  aspect-ratio: 1.52;
  border-radius: 3px;
}
.card-art > svg,
.card-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.guide-card:hover .card-art > * {
  transform: scale(1.035);
}
.guide-card:hover h3 {
  color: #a23720;
}
.card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 14px;
}
.card-copy > .eyebrow {
  font-size: 8px;
}
.card-copy h3 {
  font-size: 28px;
  margin: 9px 0 11px;
}
.card-copy p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 10px;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  font-size: 10px;
  color: #626c63;
  min-height: 30px;
}
.card-bottom > span {
  font-size: 21px;
  color: var(--ink);
}
.topic-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  padding: 44px 0 58px;
  border-top: 2px solid var(--ink);
}
.topic-section h2 {
  font-size: 45px;
  margin: 10px 0 18px;
}
.topic-section > div > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 35ch;
}
.term-picks > a {
  display: grid;
  grid-template-columns: 30px 1fr 25px;
  gap: 16px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.topic-index {
  font-size: 10px;
  color: #6d766a;
}
.term-picks h3 {
  font: 700 27px/1.2 var(--display);
  margin: 0 0 4px;
}
.term-picks p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.term-picks > a:hover h3 {
  color: #a23720;
}
.site-footer {
  background: #162d25;
  color: #edf0e6;
  padding: 40px 0 42px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 40px;
}
.site-footer .brand {
  font-size: 44px;
}
.site-footer .brand-mark {
  font-size: 36px;
}
.site-footer p {
  font-size: 12px;
  margin: 14px 0 0;
  color: #d0d9ce;
}
.site-footer .small {
  font-size: 10px;
  color: #b9c7b8;
}
.site-footer nav {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.site-footer nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
}
.site-footer .footer-note {
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}
.footer-note > span {
  display: block;
  font-size: 10px;
  color: #b6c4b6;
  margin-top: 15px;
}
.page-intro {
  padding: 44px 0 25px;
}
.page-intro h1 {
  margin-bottom: 15px;
}
.page-intro > p:last-child {
  max-width: 65ch;
  color: var(--muted);
  font-size: 16px;
}
.guide-list {
  border-top: 2px solid var(--ink);
  margin-bottom: 55px;
}
.guide-list > a {
  display: grid;
  grid-template-columns: 40px 1fr 30px;
  gap: 26px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 27px 0;
  text-decoration: none;
}
.guide-list h2 {
  font: 700 32px/1.15 var(--display);
  margin: 7px 0 12px;
}
.guide-list p {
  font-size: 14px;
  color: var(--muted);
  max-width: 75ch;
  margin: 0;
}
.list-number {
  font-size: 12px;
  color: #a23720;
  padding-top: 5px;
}
.list-arrow {
  font-size: 26px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 0;
  font-size: 10px;
  color: #5a685b;
}
.breadcrumbs a {
  min-height: 36px;
  display: flex;
  align-items: center;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 800px) minmax(0, 285px);
  gap: 64px;
  padding-top: 12px;
}
.article-column,
.article-sidebar {
  min-width: 0;
}
.ad-document {
  --ad-ink: var(--ink);
  --ad-muted: var(--muted);
  --ad-accent: var(--green);
  --ad-line: var(--line);
  --ad-paper: var(--paper);
  font: 18px/1.8 var(--body) !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
}
.ad-document .ad-header {
  padding: 0 0 22px !important;
  margin-bottom: 28px !important;
  border-bottom: 1px solid var(--line);
}
.ad-document .ad-header > .eyebrow {
  margin: 0 0 14px;
  color: #a73a22;
  font: 800 10px/1.5 var(--body);
}
.kicker-slash {
  display: inline-block;
  margin: 0 12px;
  color: #7b8279;
}
.ad-document .ad-header h1 {
  font: 700 clamp(40px, 4.25vw, 61px)/1.05 var(--display) !important;
  letter-spacing: -0.012em;
  max-width: 30ch;
  margin: 0 0 19px !important;
}
.ad-document .short-answer {
  font: 400 18px/1.7 var(--body);
  color: #515e52;
  margin: 0 0 25px !important;
  max-width: 70ch;
}
.byline {
  display: flex;
  align-items: center;
  gap: 14px;
  font: 500 10px/1.7 var(--body);
  color: #6a736a;
}
.byline a {
  font-weight: 800;
  color: #253e2e;
}
.author-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #e6ebdf;
  color: #264a33;
  font: 700 30px/1 var(--display);
}
.byline-note {
  display: block;
  font-size: 9px;
}
.byline-date {
  margin-left: auto;
  text-align: right;
}
.byline-date > span {
  display: block;
  font-size: 9px;
}
.ad-document h2 {
  font: 700 34px/1.16 var(--display) !important;
  letter-spacing: 0;
  margin: 36px 0 18px !important;
}
.ad-document h3 {
  font: 750 19px/1.4 var(--body) !important;
}
.ad-document p {
  margin: 0 0 22px;
  overflow-wrap: break-word;
}
.lead-art .media-fallback {
  display: grid;
  place-items: center;
  height: 100%;
  margin: 0;
  padding: 50px 24px;
  color: #f6f6ed;
  background: #162d25;
  font: 500 15px/1.7 var(--body);
}
.ad-document .ad-citations {
  font: 500 12px/1.7 var(--body);
  color: #697569;
  margin-top: -10px;
  margin-bottom: 24px;
}
.ad-document .ad-provenance {
  font: 800 9px/1.5 var(--body);
  letter-spacing: 0.08em;
  color: #596958;
  margin: 22px 0 8px;
}
.ad-document .ad-callout {
  border: 0;
  border-left: 4px solid var(--accent);
  border-radius: 0;
  background: #f2eee4;
  padding: 22px 25px;
  margin: 28px 0;
}
.ad-callout p:last-child {
  margin-bottom: 0;
}
.ad-document .ad-figure {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  padding: 18px;
  margin: 25px 0;
  box-shadow: none;
}
.ad-document .ad-table-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.ad-document table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  font: 500 13px/1.7 var(--body);
}
.ad-document th,
.ad-document td {
  padding: 12px 13px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  min-width: 85px;
  overflow-wrap: anywhere;
}
.ad-document thead {
  background: #edf0e7;
}
.ad-document th {
  font-weight: 800;
}
.ad-document caption {
  text-align: left;
  font: 700 27px/1.2 var(--display);
  margin-bottom: 14px;
}
.ad-document figcaption,
.ad-document .ad-caption {
  font: 400 12px/1.75 var(--body);
  color: #62705f;
  margin-top: 12px;
}
.ad-document .ad-process ol {
  padding: 0;
  list-style: none;
}
.ad-document .ad-process li {
  display: flex;
  gap: 15px;
  padding: 9px;
  margin: 18px 0;
}
.ad-process li p {
  font-size: 15px;
  line-height: 1.7;
  margin: 4px 0 0;
}
.ad-document .ad-step-number {
  font: 700 28px/1 var(--display);
  color: #a53b24;
  min-width: 25px;
}
.ad-document .ad-replay {
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid #426246;
  border-radius: 2px;
  background: #fff;
  color: #28432b;
  font-size: 12px;
}
.ad-document pre {
  max-width: 100%;
  overflow: auto;
  font-size: 13px;
}
.ad-document .ad-code {
  max-width: 100%;
  overflow: hidden;
}
.ad-document .ad-image {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 0;
  margin: 26px 0;
  overflow: hidden;
}
.ad-document .ad-image img {
  height: auto;
  object-fit: contain;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.ad-document .ad-image figcaption {
  padding: 0 15px 14px;
  margin-top: 12px;
}
.full-image {
  float: right;
  font-size: 10px;
  margin-left: 15px;
}
.media-fallback {
  padding: 22px;
  background: var(--soft);
  border: 1px dashed #567252;
  color: var(--ink);
  font-size: 14px;
}
.sidebar-intro {
  padding: 23px 24px 24px;
  background: #e7ece2;
  border-top: 3px solid #273e2e;
}
.sidebar-intro strong {
  font: 700 34px/1.1 var(--display);
  display: block;
  margin: 14px 0;
}
.sidebar-intro > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  color: #53634f;
}
.sidebar-intro > a {
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.toc {
  margin: 28px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line);
}
.toc a {
  display: block;
  font: 500 12px/1.6 var(--body);
  padding: 9px 0;
  text-decoration: none;
  color: #4d614b;
  min-height: 40px;
}
.toc a:hover {
  text-decoration: underline;
}
.sidebar-related > a {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  align-items: start;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}
.sidebar-related svg {
  border-radius: 2px;
}
.sidebar-related h3 {
  font: 700 22px/1.12 var(--display);
  margin: 0;
}
.alias-list {
  font-size: 12px;
  color: #697364;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 35px;
}
.alias-list > span {
  display: block;
  font-weight: 800;
}
.sources {
  border-top: 2px solid var(--ink);
  margin-top: 28px;
  padding-top: 26px;
}
.sources h2 {
  font-size: 33px;
  margin: 0 0 8px;
}
.sources > p {
  font-size: 13px;
  color: var(--muted);
}
.sources ol {
  padding-left: 20px;
}
.sources li {
  padding-left: 8px;
  margin: 20px 0;
}
.sources li > a {
  font-size: 13px;
  font-weight: 750;
  color: #315e39;
}
.sources li p {
  font-size: 11px;
  line-height: 1.8;
  color: #63705e;
  margin: 6px 0;
}
.article-bottom {
  max-width: 800px;
  margin: 35px 0 60px;
}
.corrections {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.corrections h2 {
  font: 700 25px/1.2 var(--display);
  margin-bottom: 10px;
}
.corrections p {
  font-size: 13px;
  color: var(--muted);
}
.corrections a {
  font-size: 12px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 750;
}
.related {
  margin-top: 32px;
}
.related > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font: 700 27px/1.25 var(--display);
  text-decoration: none;
}
.related h2 {
  font-size: 36px;
}
.glossary-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  margin: 0 0 50px;
}
.glossary-topics > section {
  border-top: 2px solid var(--ink);
  padding-top: 18px;
  min-width: 0;
}
.glossary-topics h2 {
  font-size: 31px;
}
.glossary-topics a {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  padding: 11px 0;
}
.alphabet-heading {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.term-list {
  margin-bottom: 55px;
}
.term-list > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.term-list dt {
  font-weight: 800;
  font-size: 15px;
}
.term-list dd {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.search-results {
  margin: 35px 0;
  max-width: 850px;
}
.search-results article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.search-results article h2 {
  font-size: 31px;
  margin: 8px 0 12px;
}
.search-results article p {
  font-size: 14px;
  color: var(--muted);
}
.search-hint,
.result-count {
  font-size: 13px;
}
.search-glossary {
  margin: 35px 0 65px;
}
.search-glossary h2 {
  font-size: 33px;
}
.search-glossary > a {
  font-size: 15px;
}
.search-index {
  margin-top: 22px;
}
.search-index summary {
  cursor: pointer;
  min-height: 44px;
  font-size: 13px;
}
.info-page {
  max-width: 760px;
  padding: 45px 0 65px;
}
.info-page h1 {
  margin-bottom: 22px;
}
.info-page .lead {
  font-size: 22px;
  line-height: 1.5;
}
.info-page h2 {
  font-size: 32px;
  margin: 35px 0 16px;
}
.info-page p {
  font-size: 16px;
  line-height: 1.85;
  color: #515f50;
}
.config-note {
  padding: 20px;
  background: var(--soft);
  margin: 24px 0;
}
.config-note h2 {
  margin-top: 0;
}
.contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.preview-banner {
  background: #fff1d2;
  border: 1px solid #936b29;
  padding: 12px;
  font-size: 13px;
}
.pagination {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
.pagination a {
  padding: 10px 17px;
  border: 1px solid var(--line);
  min-height: 44px;
}
.pagination [aria-current] {
  background: var(--ink);
  color: white;
}
.not-found {
  padding: 65px 0 85px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 13px 20px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  border-radius: 3px;
}
@media (min-width: 1000px) {
  .article-sidebar {
    align-self: start;
    position: sticky;
    top: 22px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  .front-page {
    gap: 26px;
    grid-template-columns: 1.6fr 1fr;
  }
  .front-rail {
    padding-left: 22px;
  }
  .rail-story {
    grid-template-columns: 82px 1fr;
    gap: 13px;
  }
  .rail-story h3 {
    font-size: 24px;
  }
  .article-layout {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) 235px;
  }
  .card-grid {
    gap: 18px;
  }
  .brand i {
    display: none;
  }
  .topic-section {
    gap: 55px;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 36px);
  }
  .utility-bar > .container {
    font-size: 8px;
    min-height: 27px;
    letter-spacing: 0.05em;
  }
  .utility-bar b {
    margin-left: 8px;
  }
  .header-inner {
    min-height: 82px;
    gap: 6px 16px;
    flex-wrap: wrap;
    padding: 10px 0 12px;
  }
  .brand {
    font-size: 44px;
    gap: 4px;
  }
  .brand-mark {
    font-size: 35px;
  }
  .site-header nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
  }
  .site-header nav a:last-child {
    border: 0;
    padding: 0;
    gap: 7px;
  }
  .edition-heading {
    padding: 13px 0;
    margin-bottom: 18px;
  }
  .edition-heading > a {
    display: none;
  }
  .edition-heading .eyebrow {
    font-size: 9px;
  }
  .front-page {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .lead-art {
    aspect-ratio: 1.65;
  }
  .lead-copy {
    padding-top: 18px;
  }
  .lead-copy h1 {
    font-size: 42px;
    line-height: 1.04;
    margin: 10px 0 13px;
  }
  .lead-copy > p {
    font-size: 14px;
  }
  .lead-copy > .eyebrow {
    font-size: 9px;
  }
  .art-tag {
    left: 13px;
    top: 13px;
    font-size: 8px;
  }
  .front-rail {
    padding-left: 0;
    border-left: 0;
  }
  .front-rail > h2 {
    font-size: 11px;
  }
  .rail-story {
    grid-template-columns: 105px 1fr;
    padding: 17px 0;
    gap: 18px;
  }
  .rail-story h3 {
    font-size: 27px;
    margin: 6px 0 10px;
  }
  .rail-art {
    aspect-ratio: 1.18;
  }
  .search-band {
    margin: 28px -18px 0;
    padding: 28px 18px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .search-band h2 {
    font-size: 32px;
  }
  .search-band h2 br {
    display: none;
  }
  .search-form {
    width: 100%;
  }
  .search-control {
    gap: 8px;
    padding-left: 11px;
  }
  .search-control input {
    font-size: 12px;
  }
  .search-control button {
    font-size: 11px;
    padding-inline: 13px;
    gap: 16px;
  }
  .search-control > span {
    font-size: 25px;
  }
  .start-section {
    padding: 32px 0 34px;
  }
  .section-heading {
    gap: 15px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading > a {
    font-size: 10px;
    max-width: 90px;
    gap: 8px;
    line-height: 1.5;
  }
  .section-heading .eyebrow {
    font-size: 8px;
  }
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 27px 18px;
  }
  .card-copy h3 {
    font-size: 26px;
  }
  .card-copy p {
    display: none;
  }
  .card-copy > .eyebrow {
    font-size: 8px;
    line-height: 1.6;
  }
  .card-bottom {
    font-size: 9px;
  }
  .topic-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0 36px;
  }
  .topic-section h2 {
    font-size: 38px;
  }
  .topic-section h2 br {
    display: none;
  }
  .topic-section .eyebrow {
    margin-bottom: 9px;
  }
  .term-picks > a {
    padding: 14px 0;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .site-footer {
    padding: 32px 0;
  }
  .site-footer .brand {
    font-size: 40px;
  }
  .site-footer p {
    font-size: 11px;
  }
  .site-footer .footer-note {
    grid-column: 1/-1;
    border-top: 1px solid #ffffff28;
    padding-top: 20px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 7px;
  }
  .article-sidebar {
    display: none;
  }
  .ad-document {
    font-size: 17px !important;
    line-height: 1.85 !important;
  }
  .ad-document .ad-header h1 {
    font-size: 43px !important;
    line-height: 1.08 !important;
    margin-bottom: 16px !important;
  }
  .ad-document .short-answer {
    font-size: 16px;
    line-height: 1.7;
  }
  .ad-document .ad-header > .eyebrow {
    font-size: 9px;
  }
  .ad-document h2 {
    font-size: 31px !important;
    margin-top: 31px !important;
  }
  .byline {
    gap: 10px;
    flex-wrap: wrap;
  }
  .byline-date {
    margin-left: 49px;
    text-align: left;
    margin-top: -3px;
    font-size: 9px;
    width: 100%;
  }
  .byline-date > span {
    display: inline;
    margin-left: 8px;
  }
  .ad-document .ad-figure {
    padding: 11px;
  }
  .ad-document table {
    font-size: 12px;
  }
  .ad-document th,
  .ad-document td {
    padding: 10px;
    min-width: 85px;
  }
  .ad-document .ad-callout {
    padding: 19px 20px;
  }
  .full-image {
    float: none;
    display: block;
    min-height: 28px;
    margin: 0 0 6px;
  }
  .ad-document .ad-image figcaption {
    font-size: 10px;
  }
  .page-intro {
    padding-top: 32px;
  }
  .page-intro h1 {
    font-size: 49px;
  }
  .guide-list > a {
    grid-template-columns: 22px 1fr 18px;
    gap: 13px;
  }
  .guide-list h2 {
    font-size: 31px;
  }
  .guide-list p {
    font-size: 13px;
  }
  .glossary-topics {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .term-list > div {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .term-list dd {
    font-size: 13px;
  }
  .info-page {
    padding-top: 30px;
  }
  .info-page h1 {
    font-size: 48px;
  }
  .info-page .lead {
    font-size: 20px;
  }
  .not-found {
    padding: 45px 0;
  }
  .breadcrumbs {
    padding: 9px 0;
    font-size: 9px;
  }
  .article-bottom {
    margin-bottom: 42px;
  }
}
.promo-band {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 1fr);
  gap: 30px;
  align-items: center;
  margin: 55px 0;
  padding: 30px 34px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.promo-band h2 {
  margin: 4px 0 10px;
  font: 700 46px/1 var(--display);
  text-transform: uppercase;
}
.promo-band p {
  margin: 0;
  color: var(--muted);
  max-width: 52ch;
}
.promo-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.promo-code {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.promo-code span {
  font: 800 9px/1 var(--body);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.promo-code code,
.promo-inline {
  font: 700 24px/1.1 var(--display);
  letter-spacing: 0.04em;
  color: var(--accent);
}
.promo-inline {
  font-size: inherit;
  font-family: var(--body);
  font-weight: 800;
  padding: 0 4px;
}
.promo-more {
  font: 800 11px/1 var(--body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
  text-decoration: none;
}
.promo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding: 20px 26px;
  border: 1px dashed var(--line);
  border-radius: 6px;
  background: var(--white);
}
.promo-strip p {
  margin: 0;
}
.promo-strip code {
  font-weight: 800;
  color: var(--accent);
}
.casino-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0 40px;
}
.casino-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}
.casino-rank {
  font: 700 40px/1 var(--display);
  color: var(--accent);
}
.casino-body h2 {
  margin: 0 0 8px;
}
.casino-body > p {
  max-width: 60ch;
}
.casino-body .promo-code {
  margin: 14px 0;
}
.casino-note {
  font-size: 13px;
  color: var(--muted);
  margin: 14px 0 0;
}
@media (max-width: 760px) {
  .promo-band {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .promo-band h2 {
    font-size: 36px;
  }
  .casino-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }
}
@media (max-width: 380px) {
  .site-header nav {
    gap: 13px;
    font-size: 10px;
  }
  .brand {
    font-size: 40px;
  }
  .brand-mark {
    font-size: 30px;
  }
  .site-header nav a:last-child span {
    display: none;
  }
  .lead-copy h1 {
    font-size: 39px;
  }
  .ad-document .ad-header h1 {
    font-size: 39px !important;
  }
  .card-copy h3 {
    font-size: 24px;
  }
  .rail-story h3 {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .guide-card:hover .card-art > * {
    transform: none;
  }
}
@media print {
  .site-header,
  .site-footer,
  .article-sidebar,
  .article-bottom,
  .breadcrumbs,
  .skip,
  .full-image,
  .ad-replay {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .article-layout {
    display: block;
  }
  .ad-document {
    font-size: 11pt !important;
    color: #000 !important;
  }
  .ad-document .ad-header h1 {
    font-size: 28pt !important;
  }
  body {
    background: white;
  }
  .ad-document .ad-figure,
  .ad-document .ad-callout {
    break-inside: avoid;
  }
  .sources {
    break-before: auto;
  }
  .ad-document a {
    text-decoration: underline;
  }
  .ad-document .ad-table-scroll {
    overflow: visible;
  }
  .byline-date {
    margin: 0;
  }
  .ad-document .ad-header {
    margin-top: 0 !important;
  }
}
