:root {
  color-scheme: dark;
  --ink: #070707;
  --ink-soft: #10100f;
  --panel: #151513;
  --panel-light: #1d1c19;
  --ivory: #f4efe5;
  --muted: #b9b2a6;
  --gold: #c9a45c;
  --gold-bright: #e6c77e;
  --line: rgba(201, 164, 92, 0.25);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 75% 5%, rgba(201, 164, 92, 0.12), transparent 26rem),
    var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body > table,
body > center > table {
  max-width: 1180px !important;
  width: calc(100% - 32px) !important;
  height: auto !important;
  margin: 24px auto !important;
  color: var(--ivory) !important;
  background: var(--panel) !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

td, th {
  height: auto !important;
  color: var(--ivory) !important;
  background-color: transparent !important;
  border-color: var(--line) !important;
  padding: 12px !important;
}

a {
  color: var(--gold-bright);
  text-decoration-color: rgba(230, 199, 126, 0.38);
  text-underline-offset: 0.2em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

a:hover,
a:focus-visible {
  color: #fff3cf;
  text-decoration-color: currentColor;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  max-width: 100% !important;
  color: var(--ivory) !important;
  background-color: transparent !important;
}

tbody, thead, tfoot, tr {
  color: inherit !important;
  background-color: transparent !important;
}

p, li, td, th, a {
  overflow-wrap: anywhere;
}

body :where(p, span, div, strong, b, em, font, li) {
  color: inherit !important;
}

h1, h2, h3 {
  color: var(--ivory);
  font-family: var(--serif);
  line-height: 1.12;
}

.seo-intro {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 8%, rgba(201, 164, 92, 0.14), transparent 22rem),
    linear-gradient(145deg, #181816, #0d0d0c);
  box-shadow: var(--shadow);
}

.seo-intro-breadcrumb,
.seo-intro-eyebrow {
  color: var(--gold-bright) !important;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-intro-breadcrumb {
  margin-bottom: 1.5rem;
  color: var(--muted) !important;
  letter-spacing: 0.06em;
}

.seo-intro-eyebrow {
  margin-bottom: 0.8rem;
}

.seo-intro h1 {
  max-width: 920px;
  margin: 0 0 1.25rem;
  font-size: clamp(2.15rem, 5vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.seo-intro > p {
  max-width: 900px;
  color: var(--muted) !important;
}

.seo-intro .seo-intro-lead {
  color: var(--ivory) !important;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.seo-intro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.seo-intro-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-bright) !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.seo-intro-link:hover {
  border-color: var(--gold);
  background: rgba(201, 164, 92, 0.1);
}

.seo-intro-cta {
  border-color: var(--gold);
  background: var(--gold);
  color: #111 !important;
}

.legacy-original-heading {
  display: none;
}

body > h1 {
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 0 16px;
  font-size: clamp(1.75rem, 4vw, 3.5rem);
  text-align: center;
}

p {
  margin: 0 0 1em;
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  body > table,
  body > center > table {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin: 10px auto !important;
    border-radius: 12px;
  }

  td, th {
    min-width: 140px;
    padding: 9px !important;
  }

  .seo-intro {
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 25px 18px;
    border-radius: 12px;
  }

  .seo-intro h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .seo-intro-links {
    display: grid;
  }

  .seo-intro-link {
    width: 100%;
  }
}

@media (max-width: 420px) {
  body {
    font-size: 15px;
  }

  body > h1 {
    font-size: 1.65rem;
  }

  td, th {
    min-width: 120px;
    padding: 7px !important;
  }
}
