/* ============ tokens ============ */
:root {
  --navy: #0a1b33;
  --navy-2: #0f2440;
  --navy-border: #24395c;
  --blue: #0b53f4;
  --blue-dark: #0a47d0;
  --arg: #5b8def;
  --arg-text: #2456c9;
  --spain: #f01450;
  --spain-text: #c11245;
  --amber: #f5a623;
  --ink: #12233f;
  --muted: #5c6b82;
  --bg: #f4f5f8;
  --card: #ffffff;
  --tile: #e8eefc;
  --radius: 16px;
  --font-display: "Archivo", sans-serif;
  --font-body: "Nunito Sans", sans-serif;

  /* theme layer (dual / arg = blue) — overridden per variant below */
  --accent: #0b53f4;
  --accent-dark: #0a47d0;
  --accent-text: #2456c9;
  --hero-bg: #0a1b33;
  --panel-bg: #0a1b33;
  --panel-2: #0f2440;
  --panel-border: #24395c;
  --panel-h3: #7ea4f8;
  --accent-tile: #e8eefc;
  --accent-tile-text: #2f4a86;
  --panel-text: #b8c4d6;
}

/* Spain single-team variant — maroon / crimson theme */
[data-variant="spain"] {
  --accent: #f01450;
  --accent-dark: #c11245;
  --accent-text: #c11245;
  --hero-bg: #5a0a28;
  --panel-bg: #5a0a28;
  --panel-2: #6d1533;
  --panel-border: #7d2445;
  --panel-h3: #ff7fa3;
  --accent-tile: #fde8ee;
  --accent-tile-text: #c11245;
  --panel-text: #e7cfd8;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
}

.container { max-width: 960px; margin: 0 auto; padding: 0 20px; }
.section { margin: 28px auto; }

/* ============ type ============ */
.section-title,
.hero-title,
.rewards-title,
.cta-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-stretch: 125%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.05;
}

.section-title { font-size: 2rem; }
.section-sub { color: var(--muted); margin: 6px 0 20px; }

.card-title { font-size: 1.25rem; font-weight: 800; }
.card-sub { color: var(--muted); font-size: 0.92rem; margin-top: 6px; }

.eyebrow {
  color: var(--amber);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* ============ shared bits ============ */
.card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 24px 28px;
  box-shadow: 0 1px 3px rgba(18, 35, 63, 0.06);
}

.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.1s ease, background 0.15s ease;
}
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.btn-ghost:hover { border-color: #fff; }
.btn-white { background: #fff; color: var(--accent); }
.btn-white:hover { background: #eef2ff; }
.btn-sm { padding: 10px 22px; font-size: 0.85rem; }

.dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  vertical-align: middle;
}
.dot-amber { background: var(--amber); }

/* breathing pulse for live indicators */
.live-pill .dot,
.countdown-label .dot {
  position: relative;
  animation: dot-breathe 1.8s ease-in-out infinite;
}
.live-pill .dot { top: -1px; }
.countdown-label .dot { top: 0.5px; }
.countdown-label .dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--amber);
  animation: dot-ring 1.8s ease-out infinite;
}

@keyframes dot-breathe {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.7; transform: scale(0.9); }
}
@keyframes dot-ring {
  0%   { opacity: 0.55; transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(3); }
}

@media (prefers-reduced-motion: reduce) {
  .live-pill .dot,
  .countdown-label .dot { animation: none; }
  .countdown-label .dot::after { animation: none; content: none; }
}

.team-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  flex: none;
}
.team-avatar-sm { width: 28px; height: 28px; font-size: 0.55rem; }
.avatar-arg {
  background: #fff url("https://assets.chiliz.com/cdn-cgi/image/fit=scale-down,format=auto,quality=85,width=150/partner/faebf0a5-1269-4935-a265-169caf483d6e/partner_logo/775a08ac-159a-42e2-9df0-65a6dac225a4.png?version=1775726044") center / cover no-repeat;
  color: transparent;
}
.avatar-spain {
  background: #fff url("https://assets.chiliz.com/cdn-cgi/image/fit=scale-down,format=auto,quality=85,width=150/partner/f2f99e66-f4e0-4683-bcc4-f288eac5869b/partner_logo/433ca81d-124e-4b9a-a444-dfbfbcb7721d.png?version=1779794368") center / cover no-repeat;
  color: transparent;
}

.tok-arg { color: var(--arg); font-weight: 800; }
.tok-spain { color: var(--spain); font-weight: 800; }

.fine-print { color: #9aa5b5; font-size: 0.8rem; margin-top: 18px; }

/* ============ hero ============ */
.hero {
  background:
    linear-gradient(90deg, rgba(6, 14, 28, 0.42), rgba(6, 14, 28, 0.76) 50%, rgba(6, 14, 28, 0.42)),
    var(--hero-bg) url("banner.png") center / cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 56px 0 64px;
}

.hero-badge {
  display: inline-block;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  padding: 8px 20px;
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.hero-title {
  font-size: clamp(3rem, 9vw, 5.5rem);
  margin: 24px 0;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.55);
}
.hero-title-team { color: var(--accent); }

.hero-sub {
  max-width: 560px;
  margin: 0 auto;
  color: #e1e7f0;
  font-size: 1.05rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}
.hero-sub strong { color: #fff; }

/* ended-campaign hero */
.hero-badge-ended {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c3cede;
  border-color: rgba(255, 255, 255, 0.16);
}
.dot-ended { background: #8fa0ba; }

.hero-announce {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 32px auto 0;
  padding: 12px 22px;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  background: rgba(9, 21, 40, 0.55);
  color: var(--amber);
  font-size: 0.9rem;
  font-weight: 700;
}
.hero-announce-icon { flex: none; }

/* countdown */
.countdown-card {
  background: var(--panel-2);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  max-width: 420px;
  margin: 36px auto 0;
  padding: 22px 24px;
}

.countdown-label {
  color: var(--amber);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 16px 0 14px;
}

.cd-cell {
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  padding: 12px 6px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  color: #fff;
}
.cd-num-amber { color: var(--amber); }

.cd-unit {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #8fa0ba;
  margin-top: 2px;
}

.countdown-dates { color: #b8c4d6; font-size: 0.8rem; }

.hero-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============ momentum ============ */
.momentum-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.momentum-head-left { display: flex; align-items: center; gap: 12px; }

.live-pill {
  background: #fdf3e3;
  color: #b47712;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 8px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.momentum-total { color: var(--muted); font-size: 0.85rem; }
.momentum-total strong { color: var(--ink); }

.momentum-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0 14px;
  gap: 12px;
}

.momentum-side { display: flex; align-items: center; gap: 12px; }
.momentum-side-right { text-align: right; }

.momentum-pct {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
}
.pct-arg { color: var(--arg-text); }
.pct-spain { color: var(--spain-text); }

.momentum-sub { color: var(--muted); font-size: 0.8rem; margin-top: 4px; }

.momentum-bar {
  display: flex;
  height: 52px;
  border-radius: 12px;
  overflow: hidden;
  gap: 4px;
}

.bar-seg {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0 18px;
  min-width: 84px;
  transition: width 0.6s ease;
  border-radius: 12px;
}
.bar-arg { background: var(--arg); }
.bar-spain { background: var(--spain); justify-content: flex-end; }

.empty-note { color: var(--muted); font-size: 0.85rem; margin-top: 14px; }

/* single-team momentum */
.single-stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.single-total {
  font-family: var(--font-display);
  font-weight: 900;
  font-stretch: 115%;
  font-size: clamp(2.5rem, 8vw, 4rem);
  line-height: 1;
  color: var(--accent);
}
.single-total-label {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.single-fans { text-align: right; }
.single-fans-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--ink);
}
.single-fans-label { color: var(--muted); font-size: 0.78rem; }

/* single-team backers */
.backers-team-single {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 2px solid var(--ink);
}

/* ============ check your entries ============ */
.wallet-check-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.wallet-check-row input {
  flex: 1;
  min-width: 240px;
  font-family: inherit;
  font-size: 0.95rem;
  padding: 14px 18px;
  border: 1.5px solid #dde3ec;
  border-radius: 12px;
  outline: none;
}
.wallet-check-row input:focus { border-color: var(--accent); }
.wallet-result { margin-top: 14px; font-size: 0.9rem; }

.info-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  background: var(--accent-tile);
  border-radius: 12px;
  padding: 14px 18px;
  color: var(--accent-tile-text);
  font-size: 0.88rem;
}
.info-icon {
  flex: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--accent-tile-text);
  font-size: 0.7rem;
  font-weight: 800;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

/* ============ top backers ============ */
.backers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 18px;
}

.backers-team {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
}
.backers-team h3 { font-size: 1rem; font-weight: 800; }

.backers-list { list-style: none; }

.backers-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #edf0f5;
}
.backers-list li:last-child { border-bottom: none; }

.backer-addr { font-size: 0.9rem; font-weight: 600; }

.backer-amount {
  margin-left: auto;
  text-align: right;
  font-weight: 800;
  font-size: 0.9rem;
}
.backer-amount .cur-arg { color: var(--arg-text); }
.backer-amount .cur-spain { color: var(--spain-text); }

.backers-empty { color: var(--muted); font-size: 0.85rem; padding: 14px 0; }

.back-cta {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 24px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.1s ease, opacity 0.15s ease;
}
.back-cta:active { transform: scale(0.98); }
.back-cta:hover { opacity: 0.9; }
.back-cta-arg { background: var(--arg); }
.back-cta-spain { background: var(--spain); }

/* ============ winners ============ */
.winners-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.winners-sub { color: var(--muted); font-size: 0.85rem; margin-top: 4px; }
.winners-status {
  flex: none;
  border-radius: 999px;
  background: #eef0f4;
  color: #6b788c;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 7px 14px;
}

.winner-list {
  list-style: none;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.winner-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e6e9f0;
  border-radius: 12px;
  padding: 16px 20px;
}

.winner-trophy {
  flex: none;
  width: 40px; height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fde8ee;
  color: var(--spain-text);
}
.winner-trophy-icon { width: 20px; height: 20px; }

.winner-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.winner-tier {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.tier-prize { color: var(--spain-text); }
.tier-grand { color: #e2b85c; }
.winner-prize { font-size: 1.05rem; font-weight: 800; color: var(--ink); }

.winner-wallet {
  flex: none;
  margin-left: auto;
  border-radius: 999px;
  border: 1.5px solid #d7dce5;
  color: #8b96a8;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 10px 20px;
}

/* grand prize — Spain crimson panel with gold trim */
.winner-row-grand {
  background: #480f24;
  border-color: #b8873a;
}
.winner-row-grand .winner-trophy { background: #2f0a18; }
.winner-row-grand .winner-prize { color: #fff; }
.winner-row-grand .winner-wallet {
  border-color: rgba(226, 184, 92, 0.45);
  color: rgba(240, 210, 150, 0.85);
}

/* ============ how it works ============ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-card h3 { font-size: 1rem; font-weight: 800; margin: 14px 0 6px; }
.step-card p { color: var(--muted); font-size: 0.88rem; }

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--accent-tile);
  color: var(--accent);
  font-weight: 800;
  font-size: 0.85rem;
}

/* ============ rewards ============ */
.rewards-card {
  background: var(--panel-bg);
  color: #fff;
  border-radius: var(--radius);
  padding: 36px 32px;
}

.rewards-title { font-size: 2rem; margin: 10px 0 22px; }

.rewards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.rewards-tile {
  background: var(--panel-2);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  padding: 20px 22px;
}
.rewards-tile h3 { color: var(--panel-h3); font-size: 1.15rem; font-weight: 800; margin-bottom: 6px; }
.rewards-tile p { color: var(--panel-text); font-size: 0.88rem; }

.prize-label {
  margin: 28px 0 12px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #8fa0ba;
}

.prize-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.prize-tile {
  background: var(--panel-2);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  padding: 18px 20px;
}
.prize-tile-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.prize-tile-head h3 { color: #fff; font-size: 1rem; font-weight: 800; }
.prize-tile p { color: var(--panel-text); font-size: 0.88rem; line-height: 1.6; }

/* single-team prize list */
.prize-list { display: flex; flex-direction: column; gap: 10px; }
.prize-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--panel-2);
  border: 1px solid var(--panel-border);
  border-radius: 10px;
  padding: 13px 18px;
  color: var(--panel-text);
  font-size: 0.9rem;
}

.prize-tagline {
  margin-top: 22px;
  color: var(--amber);
  font-weight: 800;
  font-size: 0.95rem;
}

.rules { margin-top: 24px; }
.rules summary {
  cursor: pointer;
  color: var(--panel-h3);
  font-weight: 800;
  font-size: 0.9rem;
  list-style: none;
}
.rules summary::-webkit-details-marker { display: none; }
.rules summary::after { content: " ▾"; }
.rules[open] summary::after { content: " ▴"; }
.rules-body {
  margin-top: 14px;
  background: var(--panel-2);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 0.82rem;
  color: var(--panel-text);
}
.rules-body a { color: var(--panel-h3); }

/* ============ faq ============ */
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }

.faq-item {
  background: var(--card);
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(18, 35, 63, 0.06);
}

.faq-item summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 700;
  font-size: 0.95rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 400;
}
.faq-item[open] summary::after { content: "–"; }

.faq-body { padding: 0 22px 20px; color: var(--muted); font-size: 0.9rem; }

/* ============ cta banner ============ */
.cta-banner {
  background: var(--accent);
  color: #fff;
  border-radius: var(--radius);
  text-align: center;
  padding: 48px 24px;
}
.cta-title { font-size: 2.4rem; }
.cta-sub { margin: 14px 0 24px; color: rgba(255, 255, 255, 0.85); }
.cta-sub strong { color: #fff; }

/* ============ footer ============ */
.footer {
  text-align: center;
  color: #9aa5b5;
  font-size: 0.78rem;
  padding: 36px 20px 48px;
}
.footer-disclaimer {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.6;
}
.footer-links { margin-top: 16px; }
.footer a { color: var(--accent); text-decoration: none; }

/* ============ responsive ============ */
@media (max-width: 760px) {
  .steps-grid { grid-template-columns: 1fr; }
  .backers-grid { grid-template-columns: 1fr; gap: 28px; }
  .rewards-grid { grid-template-columns: 1fr; }
  .prize-grid { grid-template-columns: 1fr; }
  .momentum-stats { flex-direction: column; align-items: flex-start; }
  .momentum-side-right { flex-direction: row-reverse; text-align: left; }
  .cta-title { font-size: 1.8rem; }
  .winner-row { flex-wrap: wrap; }
  .winner-wallet { margin-left: 56px; }
}

/* ============ consent gate ============ */
.consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(6, 14, 28, 0.72);
  backdrop-filter: blur(4px);
}
.consent-overlay[hidden] { display: none; }
body.consent-open { overflow: hidden; }

.consent-modal {
  width: 100%;
  max-width: 560px;
  background: var(--panel-2);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  padding: 32px;
  color: var(--panel-text);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.consent-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 14px;
}
.consent-body {
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 20px;
}
.jurisdiction-tooltip {
  position: relative;
  display: inline-block;
}
.jurisdiction-trigger {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--panel-h3);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  cursor: help;
}
.jurisdiction-trigger:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--panel-h3);
  outline-offset: 2px;
}
.jurisdiction-tooltip-content {
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 10px);
  left: 50%;
  width: max-content;
  max-width: min(440px, calc(100vw - 64px));
  padding: 12px 14px;
  border: 1px solid var(--panel-border);
  border-radius: 8px;
  background: #111d31;
  color: var(--panel-text);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  visibility: hidden;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}
.jurisdiction-tooltip:hover .jurisdiction-tooltip-content,
.jurisdiction-tooltip:focus-within .jurisdiction-tooltip-content {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
.consent-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.5;
  cursor: pointer;
  margin-bottom: 22px;
}
.consent-check input { margin-top: 3px; flex-shrink: 0; }
.consent-tandc {
  color: var(--panel-h3);
  font-weight: 700;
  text-underline-offset: 2px;
}
.consent-continue:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 640px) {
  .jurisdiction-tooltip-content {
    position: fixed;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto;
    max-width: none;
    transform: translateY(4px);
  }
  .jurisdiction-tooltip:hover .jurisdiction-tooltip-content,
  .jurisdiction-tooltip:focus-within .jurisdiction-tooltip-content {
    transform: translateY(0);
  }
}
