/* Portable enhancements for the supplied LAPTOP layout. */
:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; }
[hidden] { display: none !important; }
button, input, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid #6998ff; outline-offset: 5px; }
section { scroll-margin-top: 24px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: white; font-size: 16px; font-weight: 500; }
.desktop-nav a { text-decoration: none; transition: opacity .2s; }
.desktop-nav a:hover { opacity: .7; }
#mobile-menu[data-open="true"] { max-height: 440px; opacity: 1; transform: none; pointer-events: auto; }
.launch-status { opacity: 1 !important; font-size: 12px; }
.prediction-grid { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding: 0; margin: 20px 0 0; }
.prediction-grid > li { min-width: 0; }
.prediction-card { display: flex; flex-direction: column; height: 100%; min-height: 304px; padding: 27px; border: 1px solid #dedee0; border-radius: 20px; background: #fff; color: #0a0b0d; text-decoration: none; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
a.prediction-card:hover, a.prediction-card:focus-visible { transform: translateY(-5px); background: #101114; color: white; box-shadow: 0 22px 42px -28px #080a0f99; border-color: #101114; }
.card-meta { display: flex; gap: 9px; align-items: baseline; font-size: 12px; color: #666870; }
.card-number { font-family: monospace; font-size: 14px; color: #8c8f98; }
.card-category { margin-left: auto; font-weight: 600; }
.prediction-card h3 { margin: 26px 0 0; font-size: clamp(19px,1.5vw,23px); font-weight: 500; line-height: 1.26; letter-spacing: -.017em; min-height: 2.52em; overflow-wrap: anywhere; }
.odds-rows { margin-top: 24px; display: grid; gap: 10px; }
.odds-rows > div { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.odds-rows > div > span:first-child { flex: 1; }
.odds-rows strong { font-size: 15px; font-variant-numeric: tabular-nums; }
.odds-badge { font-size: 12px; font-weight: 600; padding: 4px 9px; border-radius: 6px; }
.odds-badge.yes { color: #227349; background: #e5f1e9; }
.odds-badge.no { color: #b24850; background: #f9e9eb; }
.card-bottom { display: flex; justify-content: space-between; gap: 12px; padding-top: 26px; margin-top: auto; font-size: 12px; color: #737680; }
a.prediction-card:hover .card-meta, a.prediction-card:hover .card-bottom, a.prediction-card:focus-visible .card-meta, a.prediction-card:focus-visible .card-bottom { color: #bbbdc5; }
.no-market { margin: 26px 0; color: #787b83; font-size: 15px; }
.snapshot-note { font-size: 13px; line-height: 1.5; color: #6a6d76; margin-top: 18px; }
#prediction-filters [aria-pressed="true"] { background: #3b56e7; border-color: #3b56e7; color: #fff; }
#prediction-filters [aria-pressed="true"] span { color: #ffffffb3; }
#prediction-filters [aria-pressed="false"] { background: #0a0b0d08; border-color: #0a0b0d1a; color: #666870; box-shadow: none; }
#prediction-filters [aria-pressed="false"] span { color: #777b84; }
.unlock-chart { margin-top: 20px; width: 100%; }
.unlock-chart svg { width: 100%; height: auto; display: block; overflow: visible; }
.chart-legend { display: flex; flex-wrap: wrap; list-style: none; gap: 12px 22px; padding: 0; margin: 18px 0 28px; }
.chart-legend li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #ffffffe0; }
.legend-swatch { width: 11px; height: 11px; border-radius: 3px; flex-shrink: 0; }
.chart-control { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding-top: 22px; border-top: 1px solid #ffffff22; color: #ffffffc0; font-size: 14px; }
.chart-control output { color: white; font-variant-numeric: tabular-nums; }
.chart-control input { grid-column: 1 / -1; width: 100%; cursor: pointer; accent-color: #8ea9e8; height: 24px; }
.toast { position: fixed; bottom: 28px; left: 50%; z-index: 100; padding: 14px 20px; border-radius: 12px; box-shadow: 0 6px 30px #0003; background: #fff; color: #101114; font-size: 15px; width: max-content; max-width: calc(100vw - 36px); text-align: center; opacity: 0; transform: translate(-50%,12px); transition: opacity .2s,transform .2s; pointer-events: none; }
.toast[data-visible="true"] { opacity: 1; transform: translate(-50%,0); }
.faq-body { background: #f7f7f8; }
.faq-body header { background: #101114; position: relative; }
.faq-page { max-width: 900px; padding: 90px 26px 120px; margin: auto; color: #101114; }
.faq-page h1 { font-size: clamp(36px,6vw,64px); letter-spacing: -.035em; line-height: 1.07; margin: 12px 0 48px; font-weight: 500; }
.eyebrow { font-size: 13px; letter-spacing: .16em; font-weight: 600; }
.faq-page details { border-bottom: 1px solid #d6d8df; }
.faq-page summary { padding: 24px 0; font-size: 20px; font-weight: 500; cursor: pointer; }
.faq-page details p { font-size: 17px; line-height: 1.7; color: #595d69; margin: 0 0 24px; overflow-wrap: anywhere; }
.faq-sources { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 35px; font-size: 15px; }
.faq-sources a { text-decoration: underline; text-underline-offset: 4px; }
@media(max-width:1023px) { .prediction-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:767px) { .desktop-nav { display: none; } .chart-control { grid-template-columns: 1fr; } .chart-control output { font-size: 13px; } }
@media(max-width:639px) {
  .prediction-grid { grid-template-columns: 1fr; gap: 12px; }
  .prediction-card { padding: 24px; }
  #prediction-filters { display: none; }
  #prediction-filters[data-open="true"] { display: block; }
  #prediction-filters > div { flex-wrap: wrap; overflow: visible; }
  .chart-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .chart-legend li { font-size: 12px; align-items: flex-start; }
  .unlock-chart svg { min-height: 180px; }
  .launch-status { top: auto !important; bottom: 3px; background: transparent !important; box-shadow: none; padding: 0; font-size: 10px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* Airdrop button — primary CTA, styled to stand out from the page. */
button.airdrop-cta {
  cursor: pointer;
  opacity: 1;
  filter: none;
  position: relative;
  z-index: 1;
  color: #1a1305;
  background: linear-gradient(135deg, #ffe9ad 0%, #ffbe2e 45%, #e8940c 100%);
  border-color: transparent;
  box-shadow: 0 12px 32px -10px rgba(255, 190, 46, .6), 0 2px 10px rgba(0, 0, 0, .3);
  text-shadow: none;
  letter-spacing: .01em;
  animation: airdrop-glow 2.8s ease-in-out infinite;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
button.airdrop-cta:hover, button.airdrop-cta:focus-visible {
  transform: translateY(-2px) scale(1.02);
  background: linear-gradient(135deg, #fff2c4 0%, #ffcb47 45%, #f2a012 100%);
  border-color: transparent;
  box-shadow: 0 18px 44px -10px rgba(255, 190, 46, .8), 0 4px 16px rgba(0, 0, 0, .35);
  animation-play-state: paused;
}
button.airdrop-cta:active {
  transform: translateY(0) scale(.98);
  box-shadow: 0 8px 20px -8px rgba(255, 190, 46, .55);
}
@keyframes airdrop-glow {
  0%, 100% { box-shadow: 0 12px 32px -10px rgba(255, 190, 46, .6), 0 2px 10px rgba(0, 0, 0, .3); }
  50% { box-shadow: 0 14px 44px -6px rgba(255, 190, 46, .95), 0 2px 10px rgba(0, 0, 0, .3); }
}
@media (prefers-reduced-motion: reduce) {
  button.airdrop-cta { transition: none; animation: none; }
  button.airdrop-cta:hover, button.airdrop-cta:focus-visible { transform: none; }
}

.airdrop-footer-link { display: inline-block; font-size: 14px; color: #595d69; cursor: pointer; text-decoration: none; transition: color .18s ease; }
.airdrop-footer-link:hover, .airdrop-footer-link:focus-visible { color: #0a0b0d; text-decoration: underline; text-underline-offset: 4px; }
