:root {
  color-scheme: light;
  --page: #f7faff;
  --surface: #ffffff;
  --ink: #0b1f3a;
  --muted: #52657a;
  --blue: #155eef;
  --blue-deep: #0b3b9e;
  --blue-mid: #3978e8;
  --blue-pale: #dceaff;
  --blue-wash: #edf4ff;
  --line: #cbdcf3;
  --success: #087a55;
  --warning: #8a5c00;
  --danger: #a52b2b;
  --radius: 14px;
  --shadow: 0 14px 36px rgba(23, 66, 134, 0.09);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--page);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--page);
  color: var(--ink);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--blue-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

button,
input {
  font: inherit;
}

button,
.button {
  min-height: 44px;
}

:focus-visible {
  outline: 3px solid rgba(21, 94, 239, 0.3);
  outline-offset: 3px;
}

.shell {
  width: min(100% - 32px, 896px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(247, 250, 255, 0.96);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  text-decoration: none;
}

.brand-logo {
  width: 32px;
  height: 32px;
  flex: none;
}

.brand-name {
  font-size: 1.32rem;
  line-height: 1;
  font-weight: 820;
  letter-spacing: -0.045em;
}

.brand-context {
  display: grid;
  padding-left: 10px;
  border-left: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.67rem;
  line-height: 1.35;
  color: var(--muted);
  white-space: nowrap;
}

.brand-context b {
  color: var(--blue-deep);
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.main-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 0.87rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--blue-deep);
}

.main-nav a.active {
  border-bottom-color: var(--blue);
}

.hero {
  position: relative;
  margin-top: 44px;
  padding: 0 0 38px;
  border-bottom: 1px solid var(--line);
}

.hero-rule {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 23px;
  padding: 0 12px;
  border-top: 4px solid var(--blue);
  border-bottom: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-deep);
}

.claim-sentence {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.17em;
  margin: 0;
  font-size: clamp(2.2rem, 7vw, 4.55rem);
  line-height: 1.05;
  font-weight: 790;
  letter-spacing: -0.065em;
}

.inline-control {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  color: var(--blue);
}

.inline-control input {
  width: 2.5ch;
  min-width: 1.7ch;
  max-width: 5.5ch;
  padding: 0 0.04em 0.04em;
  border: 0;
  border-bottom: 2px dotted var(--blue-mid);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-variant-numeric: tabular-nums;
  text-align: left;
  appearance: textfield;
}

.amount-control input {
  width: 3.9ch;
}

.inline-control input::-webkit-inner-spin-button,
.inline-control input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.inline-control input:focus-visible {
  border-bottom-style: solid;
  box-shadow: 0 5px 0 rgba(21, 94, 239, 0.12);
  outline: none;
}

.adjust-row {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin: 15px 0 25px;
}

.adjust-group {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--surface);
}

.adjust-group button {
  min-width: 44px;
  min-height: 34px;
  padding: 4px 10px;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  color: var(--blue-deep);
  font-size: 0.75rem;
  font-weight: 760;
  cursor: pointer;
}

.adjust-group button:first-child {
  border-left: 0;
}

.adjust-group button:hover {
  background: var(--blue-wash);
}

.boost-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(100%, 720px);
  margin-inline: auto;
  border: 1px solid #b8ceeb;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.boost-form > input:not([type="hidden"]) {
  min-width: 0;
  min-height: 56px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  outline: 0;
}

.boost-form > input::placeholder {
  color: #718398;
}

.boost-form:focus-within {
  border-color: var(--blue);
  box-shadow:
    0 0 0 4px rgba(21, 94, 239, 0.11),
    var(--shadow);
}

.boost-form > button,
.button.primary {
  min-width: 116px;
  padding: 0 22px;
  border: 0;
  background: var(--blue);
  color: white;
  font-weight: 780;
  cursor: pointer;
}

.boost-form > button:hover,
.button.primary:hover {
  background: var(--blue-deep);
}

.boost-form > button:disabled {
  background: #8298b6;
  cursor: not-allowed;
}

.quote-status,
.payments-note,
.hero-note {
  width: min(100%, 720px);
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.quote-status {
  min-height: 1.4em;
  color: var(--blue-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 650;
}

.quote-status.error,
.form-error {
  color: var(--danger);
}

.payments-note {
  color: var(--warning);
  font-weight: 700;
}

.issuance-strip {
  width: min(100%, 720px);
  margin: 24px auto 0;
  padding: 16px 17px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--blue-wash);
}

.rate-copy,
.progress-label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.rate-copy {
  align-items: baseline;
  color: var(--muted);
  font-size: 0.8rem;
}

.rate-copy strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.progress-label {
  margin-top: 14px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 650;
}

.progress-track {
  height: 8px;
  margin-top: 7px;
  border: 1px solid #aac4e6;
  background: var(--surface);
  overflow: hidden;
}

.progress-track span {
  display: block;
  height: 100%;
  background: var(--blue-mid);
  transition: width 220ms ease;
}

.board-section {
  padding-top: 34px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.section-heading h2,
.page-intro h1,
.legal h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.65rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.section-heading h2 {
  font-size: 2rem;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.leader-list {
  display: grid;
  gap: 8px;
}

.leader-card {
  min-height: 68px;
  display: grid;
  grid-template-columns: 50px 42px minmax(0, 1fr) auto auto 54px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface);
}

.leader-card.top-ten {
  border-left: 3px solid #8fb3e9;
  background: #fbfdff;
}

.leader-card.top-1,
.leader-card.top-2,
.leader-card.top-3 {
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(18, 65, 145, 0.12);
}

.leader-card.top-1 {
  min-height: 104px;
  margin-inline: 0;
  padding-block: 18px;
  background: var(--blue-deep);
  color: white;
}

.leader-card.top-2 {
  min-height: 90px;
  margin-inline: 18px;
  background: var(--blue);
  color: white;
}

.leader-card.top-3 {
  min-height: 80px;
  margin-inline: 34px;
  background: var(--blue-pale);
  color: var(--ink);
}

.rank-number {
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.85rem;
  font-weight: 820;
  font-variant-numeric: tabular-nums;
}

.top-1 .rank-number,
.top-2 .rank-number {
  color: #cfe0ff;
  font-size: 1.03rem;
}

.listing-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid hsla(var(--icon-hue), 65%, 55%, 0.25);
  border-radius: 9px;
  background: hsl(var(--icon-hue), 74%, 93%);
  color: hsl(var(--icon-hue), 70%, 34%);
  font-weight: 850;
}

.top-1 .listing-icon,
.top-2 .listing-icon {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

.listing-main {
  min-width: 0;
  display: grid;
  color: inherit;
  text-decoration: none;
}

.listing-name {
  overflow: hidden;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listing-subtitle {
  overflow: hidden;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-1 .listing-subtitle,
.top-2 .listing-subtitle {
  color: #d9e6ff;
}

.listing-badges {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 5px;
}

.genesis,
.sponsored {
  padding: 2px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 760;
  white-space: nowrap;
}

.genesis {
  border-color: #8cb3ef;
  color: var(--blue-deep);
  background: #eef5ff;
}

.top-1 .genesis,
.top-2 .genesis,
.top-1 .sponsored,
.top-2 .sponsored {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.rp-value {
  color: var(--blue-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.top-1 .rp-value,
.top-2 .rp-value {
  color: white;
}

.boost-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

.top-1 .boost-link,
.top-2 .boost-link {
  color: white;
}

.empty-state {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 13px;
  padding: 28px;
  border: 1px dashed #9bb9e2;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  text-align: center;
}

.empty-state p {
  max-width: 470px;
  margin: 0;
}

.empty-mark {
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.25rem;
  font-weight: 850;
}

.page-intro {
  max-width: 720px;
  margin-top: 58px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.page-intro > p:last-child,
.legal header > p:last-child {
  max-width: 650px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.about-hero h1 {
  color: var(--blue-deep);
}

.prose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 36px;
  border: 1px solid var(--line);
  background: var(--line);
}

.prose-grid section {
  padding: 26px;
  background: var(--surface);
}

.prose-grid h2,
.legal h2,
.policy-callout h2 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  letter-spacing: -0.025em;
}

.prose-grid p,
.legal p,
.policy-callout p {
  margin: 0 0 12px;
  color: var(--muted);
}

.prose-grid p:last-child,
.legal p:last-child,
.policy-callout p:last-child {
  margin-bottom: 0;
}

.issuance-details {
  margin-top: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.issuance-details summary {
  padding: 18px 20px;
  color: var(--blue-deep);
  font-weight: 780;
  cursor: pointer;
}

.issuance-details > div {
  padding: 4px 20px 22px;
  color: var(--muted);
}

.table-wrap {
  overflow-x: auto;
  margin: 18px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  color: var(--ink);
}

th,
td {
  padding: 9px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}

th {
  background: var(--blue-wash);
  color: var(--blue-deep);
}

.policy-callout {
  margin-top: 24px;
  padding: 24px;
  border-left: 4px solid var(--blue);
  background: var(--blue-wash);
}

.independent-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.outbid-context {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 4px solid var(--blue);
}

.context-lede {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 48px;
}

.context-lede h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2.1rem, 5.6vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.context-summary {
  padding-top: 22px;
}

.context-summary p,
.context-ledger p,
.context-guide p,
.context-faq p {
  color: var(--muted);
}

.context-summary p {
  margin: 0 0 15px;
  font-size: 1rem;
}

.context-summary strong {
  color: var(--ink);
}

.context-ledger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  margin-top: 36px;
  border: 1px solid var(--line);
  background: var(--line);
}

.context-ledger article {
  padding: 27px;
  background: var(--surface);
}

.context-ledger h3,
.context-guide h3,
.context-faq > h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.context-ledger p,
.context-guide p {
  margin: 0 0 12px;
}

.context-ledger p:last-child,
.context-guide p:last-child {
  margin-bottom: 0;
}

.ledger-label {
  margin-bottom: 7px !important;
  color: var(--blue) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.context-divider {
  display: grid;
  place-items: center;
  background: var(--blue-wash);
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.35rem;
  font-weight: 900;
}

.context-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.context-guide section {
  padding-top: 16px;
  border-top: 2px solid var(--line);
}

.context-faq {
  padding-top: 34px;
}

.context-faq > h3 {
  margin-bottom: 16px;
  font-size: 1.35rem;
}

.context-faq details {
  border-top: 1px solid var(--line);
}

.context-faq details:last-of-type {
  border-bottom: 1px solid var(--line);
}

.context-faq summary {
  padding: 17px 34px 17px 0;
  color: var(--ink);
  font-weight: 760;
  cursor: pointer;
}

.context-faq details[open] summary {
  color: var(--blue-deep);
}

.context-faq p {
  max-width: 740px;
  margin: -3px 0 18px;
}

.context-more {
  margin: 24px 0 0;
  font-weight: 750;
}

.legal {
  max-width: 720px;
  margin: 58px auto 0;
}

.legal header {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.legal section {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.legal section p {
  color: var(--ink);
  line-height: 1.75;
}

.legal-review {
  margin-top: 22px !important;
  padding: 16px;
  border: 1px solid #dec997;
  background: #fffaf0;
  color: #6f4c00 !important;
  font-size: 0.82rem;
}

.payment-page main {
  display: grid;
  place-items: start center;
}

.result-card {
  width: min(100%, 680px);
  margin-top: 58px;
  padding: clamp(28px, 6vw, 52px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  background: var(--surface);
  box-shadow: var(--shadow);
  text-align: center;
}

.result-logo {
  width: 58px;
  height: 58px;
}

.result-card h1 {
  margin: 8px 0 12px;
  font-size: clamp(1.9rem, 7vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.result-card > p:not(.eyebrow) {
  color: var(--muted);
}

.status-pulse {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
}

.status-pulse span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  animation: pulse 1.2s infinite ease-in-out;
}

.status-pulse span:nth-child(2) {
  animation-delay: 120ms;
}

.status-pulse span:nth-child(3) {
  animation-delay: 240ms;
}

@keyframes pulse {
  0%,
  70%,
  100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  35% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

.result-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 26px;
  border: 1px solid var(--line);
  background: var(--line);
  text-align: left;
}

.result-details > div {
  padding: 15px;
  background: var(--page);
}

.result-details span {
  display: block;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.result-details strong {
  display: block;
  margin-top: 3px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1rem;
}

.result-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 9px;
  text-decoration: none;
  font-size: 0.79rem;
  font-weight: 760;
}

.button.secondary {
  background: var(--surface);
  color: var(--blue-deep);
  cursor: pointer;
}

.button.secondary:hover {
  background: var(--blue-wash);
}

.stacked {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 24px;
  border: 0;
  box-shadow: none;
  overflow: visible;
  text-align: left;
}

.stacked label {
  margin: 12px 0 5px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
}

.stacked > input:not([type="hidden"]) {
  border: 1px solid var(--line);
  border-radius: 9px;
}

.stacked > button {
  margin-top: 15px;
  border-radius: 9px;
}

.text-link {
  display: inline-block;
  margin-top: 22px;
  font-weight: 700;
}

.site-footer {
  margin-top: 64px;
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.site-footer p {
  margin: 5px 0;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.operator-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

@media (max-width: 760px) {
  .brand-context {
    display: none;
  }

  .leader-card,
  .leader-card.top-1,
  .leader-card.top-2,
  .leader-card.top-3 {
    grid-template-columns: 38px 38px minmax(0, 1fr) auto;
    margin-inline: 0;
    padding: 10px;
  }

  .listing-badges {
    grid-column: 3;
    justify-content: start;
  }

  .rp-value {
    grid-column: 4;
    grid-row: 1;
  }

  .boost-link {
    grid-column: 4;
    grid-row: 2;
  }

  .prose-grid {
    grid-template-columns: 1fr;
  }

  .context-lede,
  .context-guide {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .context-summary {
    padding-top: 0;
  }

  .context-ledger {
    grid-template-columns: 1fr;
  }

  .context-divider {
    min-height: 44px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 32px, 896px);
  }

  .header-inner {
    min-height: 68px;
    gap: 7px;
  }

  .brand {
    gap: 6px;
  }

  .brand-logo {
    width: 27px;
    height: 27px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .main-nav a {
    padding-inline: 6px;
    font-size: 0.74rem;
  }

  .hero {
    margin-top: 28px;
  }

  .outbid-context {
    margin-top: 48px;
    padding-top: 32px;
  }

  .context-ledger article {
    padding: 22px;
  }

  .context-guide {
    padding-block: 30px;
  }

  .hero-rule span:last-child {
    display: none;
  }

  .claim-sentence {
    font-size: clamp(2rem, 10.4vw, 3rem);
  }

  .adjust-row {
    margin-top: 12px;
  }

  .boost-form {
    grid-template-columns: 1fr;
  }

  .boost-form > button {
    min-height: 52px;
  }

  .rate-copy {
    display: grid;
  }

  .section-heading {
    display: grid;
    gap: 6px;
  }

  .leader-card,
  .leader-card.top-1,
  .leader-card.top-2,
  .leader-card.top-3 {
    min-height: 0;
    grid-template-columns: 32px 36px minmax(0, 1fr) auto;
    gap: 7px;
    padding: 10px 8px;
  }

  .listing-icon {
    width: 34px;
    height: 34px;
  }

  .rank-number,
  .top-1 .rank-number,
  .top-2 .rank-number {
    font-size: 0.72rem;
  }

  .listing-name {
    font-size: 0.88rem;
  }

  .listing-subtitle {
    max-width: 48vw;
    font-size: 0.61rem;
  }

  .sponsored {
    display: none;
  }

  .rp-value {
    font-size: 0.65rem;
  }

  .result-details {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
