@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/static/fonts/JetBrainsMono-ExtraBold.39b6101fd3a8.woff2") format("woff2");
}

:root {
  --bg: #f7f9ff;
  --surface: #ffffff;
  --ink: #101827;
  --muted: #56657c;
  --line: #dce5f2;
  --dark: #07142c;
  --dark-2: #101d39;
  --blue: #1459d9;
  --blue-dark: #0b2f72;
  --red: #d71920;
  --red-dark: #a70f17;
  --success: #11824a;
  --success-dark: #17633c;
  --blue-soft: #edf4ff;
  --coin-surface: #ffffff;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #edf4ff 0%, var(--bg) 34%, #ffffff 100%);
  color: var(--ink);
  font-family: var(--font-body);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.ad-ticker {
  background: #07142c;
  color: #e7eefb;
  font-family: var(--font-mono);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  align-items: center;
  animation: ticker-scroll 58s linear infinite;
  display: flex;
  will-change: transform;
  width: max-content;
}

.ad-ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ad-ticker + .site-header {
  background: var(--dark);
  color: #f6f9ff;
  max-width: none;
  padding-left: max(22px, calc((100vw - var(--container)) / 2));
  padding-right: max(22px, calc((100vw - var(--container)) / 2));
}

.ad-ticker + .site-header .brand span span {
  color: #8fb8ff;
}

.ad-ticker + .site-header .main-nav a,
.ad-ticker + .site-header .header-action {
  color: #f6f9ff;
}

.ad-ticker + .site-header .header-action {
  background: var(--red);
  box-shadow: none;
}

.ticker-seq {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 100%;
  padding: 8px 0;
}

.ticker-item {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  padding-left: 24px;
}

.ticker-brand {
  color: #ff4a52;
  font-weight: 900;
}

.ticker-text {
  color: #f6f9ff;
  font-weight: 650;
}

.ticker-sep {
  background: linear-gradient(90deg, var(--red), #ffffff, var(--blue));
  border-radius: 999px;
  display: inline-block;
  height: 4px;
  margin-left: 24px;
  opacity: 0.86;
  width: 26px;
}

.site-header {
  align-items: center;
  background: rgba(247, 249, 255, 0.92);
  backdrop-filter: blur(18px);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 18px 22px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  gap: 10px;
}

.brand span span {
  color: var(--blue);
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--red), var(--blue));
  border-radius: 8px;
  color: white;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.main-nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 650;
}

.main-nav a {
  border-bottom: 3px solid transparent;
  padding: 10px 0;
}

.main-nav .is-active {
  border-color: var(--red);
  color: var(--blue);
}

.menu-toggle {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: none;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  gap: 8px;
  padding: 10px 12px;
}

.menu-toggle span {
  background: currentColor;
  border-radius: 99px;
  display: block;
  height: 2px;
  width: 16px;
}

.menu-toggle b {
  display: block;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.menu-toggle span {
  transition: opacity 160ms ease, transform 160ms ease;
}

.header-action,
.campaign-form button {
  background: var(--red);
  border: 0;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-weight: 800;
  padding: 12px 18px;
}

main {
  margin: 0 auto;
  max-width: 1180px;
  padding: 24px 22px 56px;
}

main.flush-main {
  max-width: none;
  padding: 0;
}

.site-footer {
  align-items: center;
  border-top: 1px solid rgba(203, 213, 225, 0.72);
  color: #66758b;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px 18px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px 22px 42px;
  text-align: center;
}

.footer-line,
.footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
}

.footer-line span + span::before,
.footer-links a + a::before {
  color: var(--red);
  content: "·";
  font-weight: 900;
  margin-right: 18px;
}

.footer-links a {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--red);
}

.footer-company {
  color: #8792a3;
  flex-basis: 100%;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

.messages {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 22px;
}

.cookie-banner {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(20, 89, 217, 0.22);
  border-left: 5px solid var(--red);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: var(--shadow);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  left: 50%;
  max-width: min(720px, calc(100vw - 32px));
  padding: 14px 16px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 40;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.cookie-actions button {
  border: 1px solid rgba(20, 89, 217, 0.22);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 12px;
}

.cookie-actions button:first-child {
  background: var(--blue);
  color: #ffffff;
}

.cookie-actions button:last-child {
  background: #ffffff;
  color: var(--blue-dark);
}

.messages p {
  background: var(--blue-soft);
  border: 1px solid #cfe0ff;
  border-radius: 8px;
  color: var(--blue-dark);
  font-weight: 750;
  margin: 0 0 14px;
  padding: 12px 14px;
}

.hero-band {
  align-items: center;
  background: linear-gradient(135deg, var(--dark), var(--dark-2));
  border-radius: 8px;
  color: white;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
  padding: 44px 48px;
}

.hero-band h1 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  font-size: 42px;
  line-height: 1.06;
  margin: 0 0 18px;
}

.hero-band p {
  color: #d7deeb;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  max-width: 560px;
}

.public-hero {
  background:
    radial-gradient(circle at 12% 16%, rgba(215, 25, 32, 0.18), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(20, 89, 217, 0.28), transparent 30%),
    linear-gradient(180deg, var(--dark), #09172f 72%, #0d1d3b);
  color: #f7fbff;
  margin: 0 calc(50% - 50vw);
  min-height: 620px;
  overflow: hidden;
  padding: 64px max(22px, calc((100vw - var(--container)) / 2)) 76px;
  position: relative;
  text-align: left;
}

.public-hero::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
}

.attention-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  margin: 0 auto;
  max-width: var(--container);
  position: relative;
  z-index: 1;
}

.attention-copy {
  max-width: 640px;
}

.market-kicker {
  color: #9db4d8;
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.hero-band h1,
.public-hero h1,
.page-hero h1,
.auth-shell h1,
.copy-block h2,
.panel-copy h2,
.explainer-copy h2,
.video-switch-copy h2,
.video-choice-card h3,
.terminal-first-copy h2,
.install-step h2,
.download-panel h2,
.legal-document h2,
.extension-success-card h1,
.market-heading h2,
.hero-market-value,
.account-panel h2,
.advertiser-hero-card h1,
.advertiser-confidence-panel h2,
.advertiser-panel-head h2,
.advertiser-campaigns-panel h2,
.advertiser-login-prompt h2,
.admin-pulse h2,
.module h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
}

.market-section,
.market-table,
.market-heading,
.market-delta,
.market-live,
.mega-chip,
.install-button span:last-child,
.account-summary-grid,
.account-main-grid,
.account-stat,
.account-panel,
.account-chart-card,
.chart-caption,
.ledger-tools,
.ledger-table,
.account-details,
.payout-callout,
.advertiser-stat-grid,
.advertiser-confidence-panel,
.confidence-funnel,
.bid-queue-card,
.campaign-table-wrap,
.metrics-strip,
.admin-pulse,
.admin-pulse-stats,
.dashboard-grid,
.status-pill,
table,
code,
pre {
  font-feature-settings: "tnum" 1;
  font-variant-numeric: tabular-nums;
}

.public-hero h1,
.page-hero h1,
.auth-shell h1 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  font-size: clamp(46px, 7vw, 74px);
  line-height: 0.96;
  margin: 0 auto 18px;
  max-width: 860px;
}

.public-hero h1 {
  color: #f8fbff;
  font-size: clamp(52px, 7vw, 86px);
  margin-left: 0;
  margin-right: 0;
  max-width: 680px;
}

.hero-copy,
.page-hero p,
.auth-shell p,
.copy-block p,
.panel-copy p,
.install-step p,
.success-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-copy {
  color: #c8d4e8;
  font-size: clamp(17px, 1.45vw, 20px);
  margin: 0;
  max-width: 610px;
}

.attention-market {
  background:
    linear-gradient(180deg, rgba(9, 23, 47, 0.94), rgba(7, 20, 44, 0.98)),
    var(--dark);
  border: 1px solid rgba(143, 184, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34);
  padding: clamp(20px, 3vw, 30px);
}

.hero-market-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.hero-market-head > span {
  color: #9db4d8;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-market-value {
  color: #f8fbff;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 0.98;
}

.hero-market-value span {
  color: #a7b8d3;
  display: block;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 850;
  margin-top: 8px;
}

.hero-market-split {
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  padding-top: 16px;
}

.hero-market-split span {
  color: #c9d6ea;
  font-size: 13px;
  font-weight: 750;
}

.hero-market-split strong {
  color: #ffffff;
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 4px;
}

.spinner-compare {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
  margin: 54px auto 34px;
  max-width: 850px;
}

.attention-market .spinner-compare {
  align-items: stretch;
  gap: 12px;
  grid-template-columns: 1fr;
  margin: 24px 0 0;
  max-width: none;
}

.attention-market .compare-arrow {
  line-height: 1;
  text-align: center;
  transform: rotate(90deg);
}

.attention-market .pane-label {
  color: #8fa0bb;
}

.attention-market .spinner-box.is-live .pane-label {
  color: #9cc8ff;
}

.spinner-box {
  min-width: 0;
  text-align: left;
}

.pane-label {
  color: #8490a2;
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 0 0 8px 10px;
  text-transform: uppercase;
}

.spinner-box.is-live .pane-label {
  color: var(--blue-dark);
}

.pane-line {
  align-items: center;
  background: linear-gradient(180deg, #20242d, #111722);
  border: 1px solid #242d38;
  border-radius: 8px;
  box-shadow: 0 16px 26px rgba(15, 23, 42, 0.22);
  display: flex;
  font-family: var(--font-mono);
  gap: 16px;
  justify-content: space-between;
  min-height: 72px;
  overflow: hidden;
  padding: 0 22px;
  position: relative;
}

.pane-line::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  height: 100%;
  left: -42%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: skewX(-16deg);
  width: 34%;
}

.motion-ready .pane-line::after {
  animation: terminal-scan 2600ms ease-in-out infinite;
}

.kick-pane .pane-line {
  border-color: rgba(20, 89, 217, 0.5);
  box-shadow: 0 16px 30px rgba(20, 89, 217, 0.18);
}

.pane-verb {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
}

.pane-text {
  display: inline-block;
  flex: 1 1 auto;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.stock-verb {
  color: #f2a86b;
}

.stock-verb .pane-text {
  flex: 0 1 auto;
}

.live-verb {
  color: #9ad8ff;
}

.pane-glyph {
  color: #ffb25b;
  font-weight: 900;
  line-height: 1;
}

.pane-fav {
  align-items: center;
  background: linear-gradient(135deg, var(--red), var(--blue));
  border-radius: 6px;
  color: white;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 950;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.motion-ready .pane-fav,
.motion-ready .pane-glyph {
  animation: terminal-pop 1250ms ease-in-out infinite;
}

.motion-ready .pane-glyph {
  animation: glyph-spin 900ms linear infinite;
}

.pane-ellipsis {
  display: inline-block;
  letter-spacing: 1px;
  min-width: 3ch;
}

.pane-meta {
  color: #a7b0c1;
  flex: 0 0 auto;
  font-size: 11px;
}

.terminal-pane.is-switching .pane-text {
  opacity: 0;
  transform: translateY(-9px) scale(0.98);
}

.compare-arrow {
  color: var(--red);
  font-size: 42px;
  font-weight: 500;
  line-height: 72px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.public-hero .hero-actions {
  justify-content: flex-start;
  margin-top: 28px;
}

.megacta,
.install-button {
  align-items: center;
  background: linear-gradient(135deg, var(--red), var(--blue));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(20, 89, 217, 0.2);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 850;
  gap: 14px;
  min-height: 62px;
  padding: 8px 14px 8px 12px;
  text-decoration: none;
}

.megacta {
  border: 1px solid rgba(255, 255, 255, 0.44);
  font-size: 17px;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.megacta::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  content: "";
  height: 100%;
  left: -40%;
  position: absolute;
  top: 0;
  transform: skewX(-18deg);
  width: 28%;
}

.motion-ready .megacta::before {
  animation: cta-shine 3200ms ease-in-out infinite;
}

.mega-emoji,
.coin {
  align-items: center;
  background: var(--coin-surface);
  border-radius: 50%;
  color: #17321f;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.mega-copy {
  position: relative;
  z-index: 1;
}

.mega-chip,
.install-button span:last-child {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 8px 12px;
}

.install-button.is-copied {
  background: linear-gradient(135deg, var(--success), var(--blue));
}

.mega-chip {
  align-items: baseline;
  display: inline-flex;
  font-weight: 850;
  gap: 1px;
}

.mega-chip small {
  font-size: 12px;
  opacity: 0.86;
}

.cta-arrow {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.motion-ready .cta-arrow {
  animation: arrow-nudge 1250ms ease-in-out infinite;
}

.plain-link {
  color: var(--blue);
  font-weight: 800;
}

.public-hero .plain-link {
  color: #8fb8ff;
}

.fineprint {
  color: #7a8798;
  font-size: 13px;
  line-height: 1.55;
  margin: 18px auto 0;
  max-width: 620px;
}

.public-hero .fineprint {
  color: #9fb0ca;
  margin-left: 0;
}

.demo-command-card {
  align-items: center;
  background: rgba(4, 12, 27, 0.72);
  border: 1px solid rgba(143, 184, 255, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 18px;
  max-width: 560px;
  padding: 12px;
}

.demo-command-card code {
  color: #e8f0ff;
  font-family: var(--font-mono);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.demo-command-card button {
  appearance: none;
  background: #f8fbff;
  border: 0;
  border-radius: 8px;
  color: var(--blue-dark);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 12px;
  white-space: nowrap;
}

.demo-command-card button.is-copied {
  background: var(--blue);
  color: #ffffff;
}

.demo-command-card span {
  color: #9fb0ca;
  font-size: 12px;
  font-weight: 750;
  grid-column: 1 / -1;
}

.explainer-section {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  margin: 24px 0 64px;
}

.explainer-copy h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.03;
  margin: 0 0 16px;
}

.explainer-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.explainer-video-frame {
  background:
    linear-gradient(#0b1424, #0b1424) padding-box,
    linear-gradient(120deg, var(--red), #ffffff, var(--blue)) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(11, 20, 36, 0.18);
  overflow: hidden;
}

.explainer-video-frame video {
  aspect-ratio: 16 / 9;
  background: #0b1424;
  display: block;
  height: auto;
  width: 100%;
}

.video-switch-section {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1.48fr);
  margin: 52px 0 70px;
}

.video-switch-copy h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  margin: 0 0 14px;
}

.video-switch-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

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

.video-choice-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  padding: 18px;
}

.video-choice-card > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-choice-card h3 {
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.05;
  margin: 0;
}

.video-choice-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
  margin: 0;
}

.terminal-first-section {
  align-items: start;
  background:
    linear-gradient(90deg, rgba(220, 38, 38, 0.08), rgba(255, 255, 255, 0.88) 42%, rgba(37, 99, 235, 0.1));
  border-top: 1px solid rgba(37, 99, 235, 0.18);
  border-bottom: 1px solid rgba(220, 38, 38, 0.16);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  margin: 18px calc(50% - 50vw) 70px;
  padding: 54px max(34px, calc((100vw - var(--container)) / 2));
}

.terminal-first-copy h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  margin: 0 0 16px;
}

.terminal-first-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.terminal-first-proof {
  border-left: 3px solid var(--red);
  display: grid;
  gap: 0;
}

.terminal-first-proof div {
  border-bottom: 1px solid rgba(148, 163, 184, 0.34);
  padding: 18px 0 18px 26px;
}

.terminal-first-proof div:first-child {
  border-top: 1px solid rgba(148, 163, 184, 0.34);
}

.terminal-first-proof strong,
.terminal-first-proof span {
  display: block;
}

.terminal-first-proof strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.3;
}

.terminal-first-proof span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin-top: 5px;
}

.split-section,
.bid-panel,
.auth-shell {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  margin: 56px 0;
}

.copy-block h2,
.panel-copy h2,
.install-step h2,
.market-heading h2,
.page-hero h1,
.auth-shell h1 {
  margin-top: 0;
}

.copy-block h2,
.panel-copy h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.03;
  margin-bottom: 16px;
}

.bid-panel,
.market-section,
.install-step,
.auth-form,
.success-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.bid-panel {
  align-items: start;
  padding: 34px;
}

.panel-copy {
  padding: 16px 0 0;
}

.plain-list {
  color: var(--muted);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.plain-list li::before {
  color: var(--red);
  content: "•";
  font-weight: 900;
  margin-right: 10px;
}

.market-section {
  margin: 34px 0 52px;
  padding: 34px;
  scroll-margin-top: 150px;
}

.video-switch-section,
.split-section,
.bid-panel,
.market-section {
  margin-left: auto;
  margin-right: auto;
  width: min(1760px, calc(100% - clamp(36px, 6vw, 128px)));
}

.market-heading {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.market-heading h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  font-size: 34px;
  margin-bottom: 0;
}

.market-heading h2 span {
  color: var(--muted);
  font-size: 13px;
  margin-left: 4px;
}

.market-delta {
  background: #eef4ff;
  border-radius: 8px;
  color: var(--blue-dark);
  display: inline-block;
  font-size: 13px;
  font-weight: 850;
  margin-top: 9px;
  padding: 7px 10px;
}

.market-heading > strong {
  color: var(--blue-dark);
  font-size: 14px;
}

.market-live {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pulse-dot {
  background: var(--red);
  border: 4px solid #ffe4e6;
  border-radius: 99px;
  box-shadow: 0 0 0 0 rgba(215, 25, 32, 0.36);
  display: inline-block;
  height: 16px;
  width: 16px;
  animation: live-pulse 1800ms ease-out infinite;
}

.market-chart-wrap {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.92)),
    repeating-linear-gradient(0deg, transparent, transparent 38px, rgba(148, 163, 184, 0.13) 39px);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid rgba(226, 232, 240, 0.75);
  height: 260px;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}

.market-canvas {
  display: block;
  height: 100%;
  width: 100%;
}

.motion-ready .market-bars-fallback {
  display: none;
}

.market-chart {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 8px;
  height: 160px;
  margin-bottom: 22px;
  padding: 18px 0 0;
}

.market-chart span {
  background: linear-gradient(180deg, rgba(20, 89, 217, 0.26), rgba(215, 25, 32, 0.06));
  border-top: 3px solid var(--red);
  flex: 1 1 0;
  min-height: 18px;
}

.market-table td:first-child {
  color: #93a0b2;
  font-weight: 800;
}

.market-row {
  animation: row-rise 520ms ease both;
  animation-delay: calc(var(--row-index, 0) * 45ms);
}

.market-row.is-live {
  background: rgba(244, 250, 247, 0.74);
}

.market-row.is-queued {
  color: #687383;
}

.market-row.is-queued strong {
  color: #242b35;
}

.market-row:nth-child(1) {
  --row-index: 1;
}

.market-row:nth-child(2) {
  --row-index: 2;
}

.market-row:nth-child(3) {
  --row-index: 3;
}

.market-row:nth-child(4) {
  --row-index: 4;
}

.market-row:nth-child(5) {
  --row-index: 5;
}

.market-row:nth-child(6) {
  --row-index: 6;
}

.market-row:nth-child(7) {
  --row-index: 7;
}

.market-row:nth-child(8) {
  --row-index: 8;
}

.market-row:nth-child(9) {
  --row-index: 9;
}

.market-row:nth-child(10) {
  --row-index: 10;
}

.market-row:nth-child(11) {
  --row-index: 11;
}

.market-row:nth-child(12) {
  --row-index: 12;
}

.market-row:nth-child(13) {
  --row-index: 13;
}

.market-row:nth-child(14) {
  --row-index: 14;
}

.market-row:nth-child(15) {
  --row-index: 15;
}

.meter {
  background: #edf2f5;
  border-radius: 999px;
  display: block;
  height: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  width: 110px;
}

.meter i {
  background: var(--red);
  display: block;
  height: 100%;
  transform-origin: left center;
  animation: meter-grow 900ms ease both;
}

.market-row.is-live .meter i {
  background: var(--blue);
}

.status-pill.is-queued {
  background: #e9eef1;
  color: #6b747d;
}

.page-hero {
  max-width: 850px;
  padding: 56px 0 28px;
}

.page-hero h1 {
  margin-left: 0;
  margin-right: 0;
  max-width: 780px;
}

.install-primary,
.download-panel {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  margin: 28px 0 36px;
}

.download-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 30px;
}

.download-panel h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  margin: 0 0 12px;
}

.download-panel p {
  color: var(--muted);
  font-size: 17px;
}

.download-actions {
  display: grid;
  gap: 12px;
}

.download-actions code {
  background: #0b1424;
  border-radius: 8px;
  color: #e5edf9;
  display: block;
  font-family: var(--font-mono);
  font-size: 13px;
  overflow-x: auto;
  padding: 12px 14px;
  white-space: nowrap;
}

.legal-hero {
  padding-bottom: 14px;
}

.legal-document {
  color: var(--dark);
  display: grid;
  gap: 30px;
  margin: 12px 0 68px;
  max-width: 860px;
}

.legal-document section {
  border-top: 1px solid rgba(203, 213, 225, 0.78);
  padding-top: 24px;
}

.legal-document h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  margin: 0 0 12px;
}

.legal-document p,
.legal-document li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.legal-document p {
  margin: 0;
}

.legal-document p + p {
  margin-top: 14px;
}

.legal-document ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-document a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.legal-document strong {
  color: var(--dark);
}

.install-hint {
  color: var(--muted);
  font-size: 14px;
  margin: 12px 0 0;
}

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

.install-step {
  padding: 24px;
}

.install-step span {
  color: var(--red);
  display: block;
  font-weight: 900;
  margin-bottom: 18px;
}

.auth-shell {
  align-items: start;
  margin-top: 74px;
}

.auth-form,
.success-panel {
  padding: 26px;
}

.form-note {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.form-note a {
  color: var(--blue);
  font-weight: 800;
}

.extension-link-shell {
  align-items: center;
}

.extension-link-shell.is-approved {
  display: flex;
  justify-content: center;
  margin: 54px auto 72px;
  max-width: 980px;
  min-height: min(720px, calc(100vh - 170px));
}

.extension-link-card {
  display: grid;
  gap: 16px;
}

.extension-link-card code {
  background: #eef5ff;
  border: 1px solid #cfe0fa;
  border-radius: 8px;
  color: var(--blue-dark);
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 16px;
  text-align: center;
}

.extension-link-card button {
  background: var(--red);
  border: 0;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 14px 18px;
  width: 100%;
}

.split-note {
  background: linear-gradient(90deg, rgba(215, 25, 32, 0.08), rgba(20, 89, 217, 0.08));
  border: 1px solid rgba(203, 213, 225, 0.84);
  border-radius: 8px;
  color: var(--blue-dark) !important;
  font-size: 14px !important;
  font-weight: 800;
  padding: 12px 14px;
}

.extension-success-card {
  background:
    radial-gradient(circle at 20% 14%, rgba(215, 25, 32, 0.11), transparent 26%),
    radial-gradient(circle at 86% 10%, rgba(20, 89, 217, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.13);
  margin: 0 auto;
  max-width: 720px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(34px, 6vw, 66px);
  text-align: center;
  width: 100%;
}

.extension-success-brand {
  justify-content: center;
  margin-bottom: 30px;
}

.money-route {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.72fr) minmax(0, 1fr);
  margin: 0 auto 30px;
  max-width: 520px;
}

.money-route > div {
  align-items: center;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.money-route strong {
  color: #536276;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-avatar {
  align-items: center;
  border-radius: 18px;
  display: inline-flex;
  font-weight: 950;
  height: 68px;
  justify-content: center;
  width: 68px;
}

.route-avatar-ad {
  background: linear-gradient(135deg, var(--red), #ffffff);
  border: 1px solid rgba(215, 25, 32, 0.28);
  color: var(--red-dark);
}

.route-avatar-user {
  background: linear-gradient(135deg, #ffffff, var(--blue));
  border: 1px solid rgba(20, 89, 217, 0.28);
  color: var(--blue-dark);
  font-size: 28px;
}

.route-line {
  min-width: 0;
  position: relative;
}

.route-line::before {
  background: repeating-linear-gradient(
    90deg,
    rgba(215, 25, 32, 0.36) 0,
    rgba(215, 25, 32, 0.36) 7px,
    transparent 7px,
    transparent 15px
  );
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.route-line span {
  background: #ffffff;
  border: 1px solid rgba(20, 89, 217, 0.18);
  border-radius: 999px;
  color: var(--blue-dark);
  font-weight: 950;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
}

.extension-success-card h1 {
  font-size: clamp(42px, 8vw, 66px);
  line-height: 0.96;
  margin: 0 0 18px;
}

.extension-success-copy {
  color: #334155 !important;
  font-size: clamp(20px, 3vw, 28px) !important;
  line-height: 1.55 !important;
  margin: 0 auto;
  max-width: clamp(300px, 42vw, 600px);
  overflow-wrap: anywhere;
}

.extension-success-copy strong {
  color: var(--blue-dark);
}

.approved-split-summary {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px auto 0;
  max-width: 430px;
}

.approved-split-summary strong,
.approved-split-summary span {
  border-radius: 8px;
  display: block;
  font-size: 16px;
  font-weight: 950;
  padding: 13px 12px;
}

.approved-split-summary strong {
  background: rgba(215, 25, 32, 0.1);
  border: 1px solid rgba(215, 25, 32, 0.2);
  color: var(--red);
}

.approved-split-summary span {
  background: rgba(20, 89, 217, 0.1);
  border: 1px solid rgba(20, 89, 217, 0.2);
  color: var(--blue-dark);
}

.signed-in-pill {
  align-items: center;
  background: #f0f6ff;
  border: 1px solid #c8dbfb;
  border-radius: 999px;
  color: var(--blue-dark);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: clamp(15px, 2.4vw, 19px);
  font-weight: 900;
  gap: 10px;
  margin-top: 30px;
  max-width: clamp(260px, 38vw, 460px);
  overflow-wrap: anywhere;
  padding: 13px 22px;
}

.signed-in-pill span {
  background: var(--red);
  border: 5px solid #fee2e2;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}

.extension-success-footnote {
  color: #8a98aa !important;
  font-size: 15px !important;
  margin: 22px 0 0 !important;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.account-shell {
  display: grid;
  gap: 22px;
}

.account-topbar {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 12px 0 8px;
}

.account-brand {
  font-size: 24px;
}

.account-session {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.account-session strong {
  color: var(--dark);
  min-width: 0;
  overflow-wrap: anywhere;
}

.session-pill,
.sync-pill {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  padding: 7px 12px;
}

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

.account-stat,
.account-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.account-stat {
  border-left: 4px solid var(--blue);
  padding: 24px 22px;
}

.account-stat:nth-child(2),
.account-stat:nth-child(4) {
  border-left-color: var(--red);
}

.account-stat span,
.account-details dt {
  color: #66758b;
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-stat strong {
  display: block;
  font-size: clamp(26px, 3.4vw, 38px);
  letter-spacing: 0;
  line-height: 1;
  margin: 14px 0 12px;
}

.account-stat small {
  color: #8190a5;
  font-size: 15px;
}

.account-main-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.account-panel {
  padding: 24px;
}

.panel-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.account-panel h2 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.account-panel p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.segment-control {
  background: #f6f9fd;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  padding: 3px;
}

.segment-control button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 8px 12px;
}

.segment-control button.is-active {
  background: white;
  box-shadow: 0 1px 8px rgba(15, 23, 42, 0.08);
  color: var(--blue-dark);
}

.account-chart-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(237, 244, 255, 0.42)),
    repeating-linear-gradient(0deg, transparent, transparent 38px, rgba(148, 163, 184, 0.14) 39px);
  border: 1px solid #e0e8f3;
  border-radius: 8px;
  height: 260px;
  overflow: hidden;
}

.account-chart-card canvas {
  display: block;
  height: 100%;
  width: 100%;
}

.chart-caption {
  color: var(--muted);
  font-family: var(--font-mono);
  margin-top: 12px !important;
}

.payout-panel {
  align-self: stretch;
}

.payout-callout {
  border: 1px solid #b9d9c1;
  border-radius: 8px;
  display: grid;
  gap: 16px;
  margin-top: 34px;
  padding: 22px;
}

.payout-icon {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--red);
  display: inline-flex;
  font-size: 22px;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.payout-callout strong {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

.payout-callout button {
  background: var(--red);
  border: 0;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 15px 20px;
  width: 100%;
}

.payout-callout button:disabled {
  background: #8db3d8;
  cursor: not-allowed;
}

.payout-callout small {
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.ledger-tools {
  align-items: center;
  background: #fbfdff;
  border: 1px solid #e0e8f3;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 220px auto;
  margin-bottom: 14px;
  padding: 12px;
}

.ledger-tools input,
.ledger-tools select {
  background: white;
  border: 1px solid #cfd7e4;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-width: 0;
  padding: 11px 12px;
  width: 100%;
}

.ledger-tools > span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.ledger-table td {
  vertical-align: top;
}

.ledger-table .status-pill {
  display: inline-flex;
  margin-bottom: 6px;
}

.account-details {
  display: grid;
  margin: 26px 0 0;
}

.account-details div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 140px minmax(0, 1fr);
  padding: 15px 0;
}

.account-details dd {
  font-family: var(--font-mono);
  font-weight: 850;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.swap-credit-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.swap-credit-strip div {
  background: #f8fbff;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 8px;
  padding: 14px;
}

.swap-credit-strip span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.swap-credit-strip strong {
  color: var(--ink);
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  margin-top: 5px;
}

.account-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.account-actions code {
  background: #eef5ff;
  border: 1px solid #cfe0fa;
  border-radius: 8px;
  color: #0d3c8d;
  padding: 12px 14px;
}

.token-reveal {
  background: #fff7f7;
  border: 1px solid #ffc9cc;
  border-radius: 8px;
  margin-top: 18px;
  max-width: 760px;
  padding: 16px;
}

.token-reveal span {
  color: var(--red-dark);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.token-reveal code {
  background: white;
  border: 1px solid #ffd8da;
  border-radius: 8px;
  display: block;
  overflow-x: auto;
  padding: 12px;
}

.token-reveal p {
  color: var(--muted);
  margin: 10px 0 0;
}

.token-form {
  margin-bottom: 18px;
}

.inline-actions {
  display: inline-flex;
  margin: 7px 6px 0 0;
}

.inline-actions button {
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  border-radius: 7px;
  color: var(--blue);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 9px;
}

.advertiser-shell {
  display: grid;
  gap: 22px;
}

.advertiser-shell > *,
.advertiser-hero-card > *,
.advertiser-stat-grid > *,
.advertiser-compose-grid > *,
.account-topbar,
.account-session {
  min-width: 0;
}

.advertiser-topbar {
  padding-top: 8px;
}

.advertiser-hero-card,
.advertiser-confidence-panel,
.advertiser-create-panel,
.advertiser-campaigns-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.advertiser-hero-card {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 34px;
}

.advertiser-hero-card h1 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  margin: 0 0 14px;
  max-width: 760px;
}

.advertiser-hero-card p,
.advertiser-create-panel p,
.advertiser-campaigns-panel p,
.advertiser-login-prompt p,
.portal-support-line {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.advertiser-stat-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.advertiser-stat-grid .account-stat {
  min-height: 138px;
}

.advertiser-stat-grid .account-stat:nth-child(3),
.advertiser-stat-grid .account-stat:nth-child(5) {
  border-left-color: var(--blue);
}

.advertiser-confidence-panel {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: 28px;
}

.advertiser-confidence-panel h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.04;
  margin: 0 0 12px;
  max-width: 680px;
}

.advertiser-confidence-panel p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.confidence-funnel {
  background:
    linear-gradient(135deg, rgba(20, 89, 217, 0.08), rgba(209, 35, 42, 0.06)),
    #f8fbff;
  border: 1px solid #d8e4f5;
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
}

.confidence-funnel article {
  background: rgba(255, 255, 255, 0.72);
  min-width: 0;
  padding: 14px 12px;
}

.confidence-funnel span,
.tracking-cell small {
  color: #69778c;
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.confidence-funnel strong {
  color: var(--dark);
  display: block;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1;
  margin: 7px 0;
}

.confidence-funnel small {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 750;
}

.advertiser-create-panel,
.advertiser-campaigns-panel {
  padding: 28px;
}

.advertiser-panel-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.advertiser-panel-head h2,
.advertiser-campaigns-panel h2,
.advertiser-login-prompt h2 {
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.advertiser-login-prompt {
  display: grid;
  gap: 12px;
  max-width: 680px;
}

.prompt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.advertiser-compose-grid {
  align-items: start;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  margin: 0 auto;
  max-width: 920px;
}

.bid-queue-card {
  background:
    linear-gradient(180deg, rgba(237, 244, 255, 0.98), rgba(255, 255, 255, 0.96)),
    repeating-linear-gradient(0deg, transparent, transparent 34px, rgba(20, 89, 217, 0.08) 35px);
  border: 1px solid #cfe0ff;
  border-radius: 8px;
  overflow: hidden;
  padding: 18px;
}

.bid-queue-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.bid-queue-head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bid-queue-head small {
  color: #66758b;
  font-weight: 800;
}

.bid-queue-card ol {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bid-queue-card li {
  display: grid;
  gap: 3px;
  grid-template-columns: 108px minmax(0, 1fr) auto;
}

.bid-queue-card li strong {
  color: var(--dark);
  font-size: 14px;
  white-space: nowrap;
}

.bid-queue-card li span {
  color: #2d3543;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bid-queue-card li small {
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.advertiser-form-panel {
  min-width: 0;
}

.advertiser-form-panel .campaign-form {
  max-width: none;
}

.advertiser-tools {
  align-items: center;
  background: #fbfdff;
  border: 1px solid #e0e8f3;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 220px auto;
  margin-bottom: 14px;
  padding: 12px;
}

.advertiser-tools input,
.advertiser-tools select {
  background: white;
  border: 1px solid #cfd7e4;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-width: 0;
  padding: 11px 12px;
  width: 100%;
}

.advertiser-tools > span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.tracking-cell strong {
  color: var(--dark);
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.advertiser-campaigns-panel table {
  font-size: 14px;
}

.advertiser-campaigns-panel th {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.advertiser-campaigns-panel td {
  padding-bottom: 11px;
  padding-top: 11px;
}

.advertiser-campaigns-panel td strong {
  font-size: 15px;
  line-height: 1.25;
}

.advertiser-campaigns-panel td small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.portal-support-line {
  padding: 0 12px 12px;
  text-align: center;
}

.portal-support-line a {
  color: var(--blue);
  font-weight: 850;
}

.trust-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.trust-list li::before {
  color: var(--success);
  content: "✓";
  font-weight: 900;
  margin-right: 10px;
}

.terminal-preview {
  background: #0b1424;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.terminal-top {
  align-items: center;
  color: #b9c3d7;
  display: flex;
  font-family: var(--font-mono);
  font-size: 13px;
  gap: 10px;
  justify-content: space-between;
  padding: 14px 18px 0;
}

.terminal-top .dot {
  background: var(--success);
  border-radius: 99px;
  height: 10px;
  margin-right: -2px;
  width: 10px;
}

.terminal-status-label {
  align-items: center;
  color: #b9c3d7;
  display: flex;
  font-family: var(--font-mono);
  font-size: 13px;
  gap: 10px;
  justify-content: space-between;
  padding: 14px 18px 0;
}

.terminal-status-label span {
  color: #e5edf9;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.terminal-preview pre,
.api-preview {
  color: #e5edf9;
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  overflow-x: auto;
  padding: 16px 18px 22px;
  white-space: pre-wrap;
}

.metrics-strip {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0;
}

.metrics-strip div {
  border-right: 1px solid var(--line);
  padding: 22px 24px;
}

.metrics-strip div:last-child {
  border-right: 0;
}

.metrics-strip span,
.campaign-form span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.metrics-strip strong {
  display: block;
  font-size: 26px;
  margin: 8px 0 4px;
}

.metrics-strip small,
td small,
.empty-copy {
  color: var(--muted);
}

.admin-pulse {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.08), rgba(255, 255, 255, 0.96) 45%, rgba(20, 89, 217, 0.1)),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  margin: 18px 0;
  padding: 24px;
}

.admin-pulse .eyebrow {
  color: var(--blue);
  font-size: 13px;
  margin: 0 0 8px;
}

.admin-pulse h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  margin: 0 0 12px;
}

.admin-pulse-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 680px;
}

.admin-pulse-split {
  border-left: 4px solid var(--red);
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding-left: 16px;
}

.admin-pulse-split strong {
  font-size: 22px;
}

.admin-pulse-split span {
  color: var(--ink);
  font-weight: 750;
}

.admin-pulse-split small {
  color: var(--muted);
}

.admin-pulse-stats {
  align-self: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.admin-pulse-stats div {
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  gap: 4px;
  min-height: 116px;
  padding: 18px;
}

.admin-pulse-stats div:nth-child(2n) {
  border-right: 0;
}

.admin-pulse-stats div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.admin-pulse-stats span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-pulse-stats strong {
  font-size: 30px;
  letter-spacing: 0;
}

.admin-pulse-stats small {
  color: var(--muted);
}

.dashboard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(360px, 0.86fr) minmax(560px, 1.14fr);
}

.module {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
}

.module h2 {
  font-size: 18px;
  margin: 0 0 18px;
}

.module-wide {
  min-width: 0;
}

.module-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ghost-button {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  cursor: pointer;
  font-weight: 750;
  padding: 8px 12px;
}

.campaign-form {
  display: grid;
  gap: 14px;
}

.campaign-form label {
  display: grid;
  gap: 6px;
}

.campaign-form input {
  border: 1px solid #cfd7e4;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-width: 0;
  padding: 11px 12px;
  width: 100%;
}

.campaign-form small {
  color: #8a95a6;
  font-weight: 700;
}

.checkbox-row {
  align-items: center;
  display: flex !important;
  gap: 10px;
}

.checkbox-row input {
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
}

.checkbox-row span {
  color: var(--ink);
  font-size: 14px;
}

.file-drop {
  background: #fbfdff;
  border: 1px dashed #b9c7dc;
  border-radius: 8px;
  padding: 12px;
}

.file-drop input {
  background: white;
  cursor: pointer;
}

.file-drop em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.form-error {
  background: #fff4f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #9f1239;
  font-weight: 700;
  margin: 0;
  padding: 10px 12px;
}

.errorlist {
  color: #9f1239;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.estimate-box {
  background: linear-gradient(135deg, #eef7ff, #f4fbf7);
  border: 1px solid #b9ddff;
  border-left: 4px solid #1d8fff;
  border-radius: 8px;
  padding: 16px;
}

.estimate-box > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.estimate-box span,
.estimate-box dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.estimate-box strong {
  font-size: 28px;
}

.estimate-box dl,
.success-panel dl {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0;
}

.estimate-box dl div,
.success-panel dl div {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(203, 213, 225, 0.8);
  border-radius: 8px;
  padding: 10px;
}

.estimate-box dd,
.success-panel dd {
  font-weight: 850;
  margin: 4px 0 0;
}

.estimate-box p {
  background: #dcebff;
  border-radius: 8px;
  color: #1a5d9c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
  padding: 10px;
}

.campaign-table-wrap {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 13px 8px;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 13px;
}

td strong,
td small {
  display: block;
}

.status-pill {
  color: var(--success);
  font-weight: 800;
}

.status-pill.is-live::before {
  background: var(--red);
  border-radius: 99px;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 6px;
  width: 7px;
}

.event-list {
  display: grid;
  gap: 12px;
}

.event-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
}

.event-row span {
  color: var(--success);
  font-size: 13px;
  font-weight: 800;
}

.event-row small {
  color: var(--muted);
}

.api-preview {
  background: #0b1424;
  border-radius: 8px;
  margin-top: 16px;
}

.response-preview {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  margin-top: 14px;
  padding: 12px 14px;
}

.response-preview span {
  color: var(--success);
  font-weight: 900;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes dot-blink {
  0%,
  100% {
    opacity: 0.28;
    transform: translateY(0);
  }

  40% {
    opacity: 1;
    transform: translateY(-1px);
  }
}

@keyframes terminal-scan {
  0%,
  36% {
    left: -42%;
  }

  58%,
  100% {
    left: 112%;
  }
}

@keyframes terminal-pop {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }

  45% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes glyph-spin {
  from {
    transform: rotate(0deg) scale(1.03);
  }

  to {
    transform: rotate(360deg) scale(1.03);
  }
}

@keyframes arrow-nudge {
  0%,
  100% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(4px);
  }
}

@keyframes live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(215, 25, 32, 0.36);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(215, 25, 32, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(215, 25, 32, 0);
  }
}

@keyframes row-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes meter-grow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes cta-shine {
  0%,
  42% {
    left: -40%;
  }

  62%,
  100% {
    left: 118%;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 22px;
    padding: 14px 24px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .main-nav {
    display: flex;
    flex: 1 1 100%;
    gap: 22px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .header-action {
    flex: 0 0 auto;
  }

  .hero-band,
  .dashboard-grid,
  .metrics-strip,
  .account-summary-grid,
  .account-main-grid,
  .attention-hero-grid,
  .spinner-compare,
  .explainer-section,
  .video-switch-section,
  .video-choice-grid,
  .terminal-first-section,
  .split-section,
  .bid-panel,
  .advertiser-hero-card,
  .advertiser-compose-grid,
  .auth-shell,
  .install-primary,
  .download-panel,
  .install-grid {
    grid-template-columns: 1fr;
  }

  .hero-band {
    padding: 32px 24px;
  }

  .public-hero {
    min-height: auto;
    padding-top: 48px;
  }

  .compare-arrow,
  .attention-market .compare-arrow {
    line-height: 1;
    transform: rotate(90deg);
  }

  .pane-line {
    min-height: 72px;
  }

  .bid-panel,
  .market-section,
  .advertiser-create-panel,
  .advertiser-campaigns-panel,
  .advertiser-hero-card {
    padding: 24px;
  }

  .metrics-strip div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .account-topbar,
  .panel-head {
    align-items: stretch;
    flex-direction: column;
  }

  .account-session {
    justify-content: flex-start;
  }

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

  .advertiser-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advertiser-confidence-panel {
    grid-template-columns: 1fr;
  }

  .confidence-funnel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advertiser-tools {
    grid-template-columns: 1fr;
  }

  .extension-link-shell.is-approved {
    margin: 28px 0 44px;
    min-height: auto;
    width: 100%;
  }
}

@media (max-width: 560px) {
  main {
    padding: 18px 14px 34px;
  }

  .site-header {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 14px;
  }

  .brand {
    font-size: 18px;
    min-width: 0;
  }

  .brand-mark {
    height: 30px;
    width: 30px;
  }

  .menu-toggle {
    display: inline-grid;
    grid-template-columns: 16px auto;
  }

  .menu-toggle span {
    grid-column: 1;
  }

  .menu-toggle b {
    grid-column: 2;
    grid-row: 1 / span 3;
    place-self: center;
  }

  .main-nav,
  .header-action {
    display: none;
  }

  .site-header.is-menu-open .main-nav {
    background: #ffffff;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
    display: grid;
    gap: 0;
    grid-column: 1 / -1;
    overflow: hidden;
    white-space: normal;
  }

  .ad-ticker + .site-header.is-menu-open .main-nav {
    color: var(--ink);
  }

  .site-header.is-menu-open .main-nav a {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    padding: 13px 14px;
  }

  .site-header.is-menu-open .main-nav a:hover,
  .site-header.is-menu-open .main-nav a:focus-visible {
    background: var(--blue-soft);
    color: var(--blue-dark);
  }

  .site-header.is-menu-open .main-nav .is-active {
    color: var(--blue);
  }

  .site-header.is-menu-open .main-nav a:last-child {
    border-bottom: 0;
  }

  .site-header.is-menu-open .header-action {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }

  .header-action {
    padding: 12px 14px;
  }

  .hero-band h1 {
    font-size: 38px;
  }

  .public-hero h1,
  .page-hero h1,
  .auth-shell h1 {
    font-size: 42px;
  }

  .market-kicker {
    font-size: 11px;
  }

  .hero-market-head,
  .hero-market-split {
    grid-template-columns: 1fr;
  }

  .hero-market-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-market-value {
    font-size: 38px;
  }

  .demo-command-card {
    grid-template-columns: 1fr;
  }

  .demo-command-card button {
    width: 100%;
  }

  .hero-actions,
  .market-heading,
  .account-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .megacta,
  .install-button {
    justify-content: center;
    width: 100%;
  }

  .form-row,
  .estimate-box dl,
  .success-panel dl {
    grid-template-columns: 1fr;
  }

  .extension-success-card {
    max-width: 100%;
    padding: 28px 20px;
    width: calc(100vw - 36px);
  }

  .extension-success-card h1 {
    font-size: 38px;
  }

  .extension-success-copy {
    font-size: 20px !important;
  }

  .signed-in-pill {
    border-radius: 8px;
    justify-content: center;
    line-height: 1.35;
    max-width: 100%;
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .approved-split-summary {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .money-route {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .route-line {
    height: 42px;
    width: 100%;
  }

  .route-line::before {
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: repeating-linear-gradient(
      180deg,
      rgba(215, 25, 32, 0.36) 0,
      rgba(215, 25, 32, 0.36) 7px,
      transparent 7px,
      transparent 15px
    );
  }

  .site-footer {
    align-items: center;
    flex-direction: column;
  }

  .footer-line,
  .footer-links {
    flex-direction: column;
  }

  .footer-line span + span::before,
  .footer-links a + a::before {
    content: "";
    margin: 0;
  }

  .advertiser-hero-card h1 {
    font-size: 32px;
    line-height: 1.04;
  }

  .advertiser-hero-card p,
  .advertiser-confidence-panel p,
  .advertiser-create-panel p,
  .advertiser-campaigns-panel p {
    font-size: 14px;
  }

  .advertiser-stat-grid {
    grid-template-columns: 1fr;
  }

  .advertiser-confidence-panel,
  .advertiser-create-panel,
  .advertiser-campaigns-panel {
    padding: 18px;
  }

  .confidence-funnel {
    grid-template-columns: 1fr;
  }

  .confidence-funnel article {
    padding: 12px;
  }

  .confidence-funnel strong {
    font-size: 24px;
  }

  .advertiser-panel-head {
    align-items: stretch;
    flex-direction: column;
  }

  .bid-queue-card li {
    grid-template-columns: 1fr;
  }

  .market-chart {
    height: 120px;
  }

  .market-section {
    margin-left: auto;
    margin-right: auto;
    padding: 18px 14px;
    scroll-margin-top: 190px;
  }

  .market-heading {
    gap: 16px;
  }

  .market-heading h2 {
    font-size: 32px;
    line-height: 0.98;
  }

  .market-heading h2 span {
    display: block;
    font-size: 14px;
    margin: 8px 0 0;
  }

  .market-live {
    font-size: 13px;
    line-height: 1.25;
  }

  .market-chart-wrap {
    height: 190px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .market-table {
    overflow-x: visible;
  }

  .market-table table,
  .market-table tbody {
    display: block;
    width: 100%;
  }

  .market-table thead {
    display: none;
  }

  .market-table tr {
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 4px 8px;
    grid-template-columns: 22px minmax(0, 1fr) minmax(58px, auto);
    padding: 10px 0;
  }

  .market-table td {
    border: 0;
    min-width: 0;
    padding: 0;
  }

  .market-table td:nth-child(1) {
    grid-row: 1 / span 2;
  }

  .market-table td:nth-child(2) {
    grid-column: 2 / 3;
  }

  .market-table td:nth-child(2) strong {
    font-size: 14px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .market-table td:nth-child(2) small,
  .market-table td:nth-child(4) small {
    font-size: 13px;
  }

  .market-table td:nth-child(3) {
    grid-column: 3 / 4;
    text-align: right;
  }

  .market-table td:nth-child(3) strong {
    font-size: 14px;
    line-height: 1.15;
  }

  .market-table td:nth-child(4) {
    grid-column: 2 / 4;
  }

  .market-table td:nth-child(5) {
    grid-column: 2 / 4;
    text-align: left;
  }

  .market-table .meter {
    max-width: 100%;
    width: 100%;
  }

  .market-table .status-pill {
    display: inline-flex;
    font-size: 12px;
    gap: 5px;
    line-height: 1.2;
  }

  .account-panel,
  .account-stat {
    padding: 18px;
  }

  .account-chart-card {
    height: 230px;
  }

  .segment-control {
    width: 100%;
  }

  .segment-control button {
    flex: 1 1 0;
  }

  .swap-credit-strip {
    grid-template-columns: 1fr;
  }

  .account-details div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .pane-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding: 16px 18px;
  }

  .pane-verb {
    width: 100%;
  }

  .pane-meta {
    align-self: flex-end;
  }

  .cookie-banner {
    align-items: stretch;
    bottom: 12px;
    flex-direction: column;
    gap: 12px;
    max-width: calc(100vw - 24px);
  }

  .cookie-actions button {
    flex: 1 1 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .ticker-track {
    animation: ticker-scroll 84s linear infinite !important;
    animation-iteration-count: infinite !important;
  }

  .motion-ready .pane-glyph {
    animation: glyph-spin 1800ms linear infinite !important;
    animation-iteration-count: infinite !important;
  }

  .motion-ready .pane-line::after {
    animation: terminal-scan 5200ms ease-in-out infinite !important;
    animation-iteration-count: infinite !important;
  }

  .motion-ready .cta-arrow {
    animation: arrow-nudge 2200ms ease-in-out infinite !important;
    animation-iteration-count: infinite !important;
  }
}
