/* Platform pages: /airdrops/<slug>. Same tokens as the landing page. */
:root {
  --bg: #F7F8F6; --card: #FFFFFF; --text: #111513; --text-2: #626965; --border: #E1E5E2;
  --green: #18A875; --green-dark: #087653; --green-pale: #DDF5EB;
  --blue: #4676A9; --blue-pale: #E3ECF5; --grey: #A3AAA6; --grey-pale: #EEF0EE;
  --sans: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --wrap: 1180px; --gutter: 24px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 3px; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent); }
a:hover { text-decoration-color: currentColor; }
:focus-visible { outline: 2px solid var(--green-dark); outline-offset: 2px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Header */
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.brand-mark { width: 38px; height: 38px; border: 1.5px solid var(--text); border-radius: 4px; background: var(--card); font-family: var(--mono); position: relative; display: grid; place-items: center; font-size: 15px; font-weight: 600; line-height: 1; }
.brand-mark small { position: absolute; top: 3px; left: 4px; font-size: 7.5px; font-weight: 500; color: var(--text-2); }
.header-link { font-size: 14px; color: var(--text-2); text-decoration: none; }
.header-link:hover { color: var(--text); }

/* Page */
.page { max-width: 760px; margin: 0 auto; padding: 16px var(--gutter) 96px; }
.crumbs { font-size: 13.5px; color: var(--text-2); margin: 0 0 20px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

.hero { display: flex; gap: 22px; align-items: flex-start; }
.el { --c: var(--grey); --c-pale: var(--grey-pale); position: relative; background: var(--card); border: 1px solid var(--border); border-radius: 6px; width: 112px; flex: none; aspect-ratio: 1 / 1.12; padding: 9px 10px; display: flex; flex-direction: column; font-family: var(--mono); }
.el[data-status="active"] { --c: var(--green); --c-pale: var(--green-pale); background: var(--c-pale); border-color: color-mix(in srgb, var(--c) 45%, transparent); }
.el[data-status="upcoming"] { --c: var(--blue); --c-pale: var(--blue-pale); background: var(--c-pale); border-color: color-mix(in srgb, var(--c) 45%, transparent); }
.el-num { font-size: 11px; color: var(--text-2); display: flex; justify-content: space-between; align-items: center; }
.el-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c); }
.el[data-status="none"] .el-dot { background: transparent; border: 1.5px solid var(--grey); }
.el-sym { flex: 1; display: grid; place-items: center; font-size: 32px; font-weight: 600; letter-spacing: -0.02em; line-height: 1; }
.el[data-status="active"] .el-sym { color: var(--green-dark); }
.el-name { font-family: var(--sans); font-size: 12px; text-align: center; }
h1 { font-size: clamp(30px, 5vw, 42px); line-height: 1.08; letter-spacing: -0.035em; font-weight: 600; margin: 0 0 8px; text-wrap: balance; }
.verified { margin: 0; font-size: 14px; color: var(--text-2); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.verified .pill { display: inline-flex; align-items: center; gap: 7px; padding: 2px 10px 2px 8px; border-radius: 999px; font-size: 13px; font-weight: 500; background: var(--grey-pale); color: var(--text); }
.verified .pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--grey); }
.verified .pill[data-status="active"] { background: var(--green-pale); color: var(--green-dark); }
.verified .pill[data-status="active"]::before { background: var(--green); }
.verified .pill[data-status="upcoming"] { background: var(--blue-pale); color: #34597F; }
.verified .pill[data-status="upcoming"]::before { background: var(--blue); }

/* Key facts */
.facts { margin: 26px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.fact { background: var(--card); padding: 14px 16px; min-width: 0; }
.fact dt { font-size: 12.5px; color: var(--text-2); margin: 0 0 4px; }
.fact dd { margin: 0; font-size: 16px; font-weight: 600; letter-spacing: -0.01em; }
.fact dd small { display: block; font-weight: 400; font-size: 12.5px; color: var(--text-2); letter-spacing: 0; margin-top: 2px; }
.src { font-size: 11.5px; color: var(--text-2); text-decoration: none; margin-left: 4px; font-weight: 400; }
.src:hover { color: var(--text); text-decoration: underline; }

/* Watch boxes (the email capture) */
.watch-box { margin: 22px 0 0; background: var(--card); border: 1.5px solid var(--text); border-radius: 8px; padding: 18px 18px 16px; }
.watch-box h2 { font-size: 18px; margin: 0 0 4px; letter-spacing: -0.015em; }
.watch-box > p, .watch-box form > p.lead { margin: 0 0 12px; color: var(--text-2); font-size: 14.5px; }
.watch-row { display: flex; gap: 6px; background: var(--bg); border: 1px solid var(--border); border-radius: 7px; padding: 5px; }
.watch-row:focus-within { border-color: var(--green); }
.watch-row input { flex: 1; min-width: 0; border: 0; background: transparent; font: inherit; font-size: 16px; padding: 9px 10px; color: var(--text); }
.watch-row input:focus { outline: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 5px; background: var(--green-dark); color: #fff; font: inherit; font-size: 15px; font-weight: 500; padding: 9px 16px; cursor: pointer; white-space: nowrap; }
.btn:hover { background: #06623F; }
.btn[aria-busy="true"] { opacity: .85; cursor: progress; }
.trust { margin: 10px 0 0; font-size: 12.5px; color: var(--text-2); }
.watch-error { margin: 8px 0 0; font-size: 13.5px; color: #B4432F; }
.watch-box.is-answer { border-width: 1px; border-color: color-mix(in srgb, var(--green) 45%, var(--border)); background: var(--green-pale); }
.watch-box.is-answer .watch-row { background: var(--card); }
.change-line { margin: 0 0 12px; font-size: 14.5px; }
.change-line strong { font-weight: 600; }

.watch-done-title { display: flex; align-items: center; gap: 10px; font-weight: 600; margin: 0 0 4px; }
.watch-done-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); flex: none; }
.watch-done p { margin: 0 0 6px; color: var(--text-2); font-size: 14.5px; }
.watch-done .watch-done-title { color: var(--text); font-size: 16px; }
.watch-q { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.chip-btn { font: inherit; font-size: 13.5px; border: 1px solid var(--border); border-radius: 999px; padding: 5px 12px; background: var(--bg); color: var(--text); cursor: pointer; }
.chip-btn:hover { border-color: var(--green); }
.chip-btn.is-picked { background: var(--green-pale); border-color: var(--green); color: var(--green-dark); }
.chip-btn:disabled { cursor: default; }
.watch-q-status { min-height: 1.4em; font-size: 13px; }

/* Sticky capture: bottom bar on phones, card on desktop */
.watch-sticky { position: fixed; z-index: 30; left: 16px; right: 16px; bottom: 16px; margin: 0; padding: 12px; border-width: 1px; box-shadow: 0 16px 40px -18px rgba(17,21,19,.45);
  transform: translateY(140%); transition: transform 220ms ease; }
.watch-sticky.is-shown { transform: none; }
.watch-sticky .sticky-title { margin: 0 0 8px; font-size: 14px; font-weight: 600; }
body.is-watching .watch-sticky { display: none; }
@media (min-width: 900px) { .watch-sticky { left: auto; right: 24px; bottom: 24px; width: 380px; } }
@media (prefers-reduced-motion: reduce) { .watch-sticky { transition: none; } }

/* Content sections */
.section { margin: 40px 0 0; }
.section h2 { font-size: 22px; line-height: 1.25; letter-spacing: -0.02em; margin: 0 0 10px; }
.section p, .section li { color: var(--text-2); }
.section p { margin: 0 0 10px; }
.section ul { margin: 0; padding-left: 20px; }
.section li { margin: 5px 0; }
.lead-answer { font-size: 17px; color: var(--text) !important; }
.verdict { display: flex; gap: 14px; align-items: flex-start; background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px; }
.verdict-mark { flex: none; font: 600 13px var(--mono); padding: 4px 8px; border-radius: 4px; background: var(--grey-pale); }
.verdict[data-tone="good"] .verdict-mark { background: var(--green-pale); color: var(--green-dark); }
.verdict[data-tone="late"] .verdict-mark { background: #F8ECD8; color: #8A5A12; }
.verdict p { margin: 0; }
.verdict strong { color: var(--text); }
.changes { list-style: none; padding: 0 !important; margin: 0; border-left: 2px solid var(--border); }
.changes li { margin: 0 0 12px; padding-left: 14px; position: relative; }
.changes li::before { content: ""; position: absolute; left: -6px; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--card); border: 2px solid var(--green); }
.changes time { display: block; font: 500 12.5px var(--mono); color: var(--text); }
.faq details { border-top: 1px solid var(--border); padding: 12px 0; }
.faq details:last-child { border-bottom: 1px solid var(--border); }
.faq summary { cursor: pointer; font-weight: 500; color: var(--text); list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); color: var(--text-2); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 8px 0 0; }
.sources li { font-size: 14px; word-break: break-word; }
.links { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 14.5px; }

/* Footer (as on the landing page) */
.site-footer { border-top: 1px solid var(--border); padding: 40px 0 56px; font-size: 14px; color: var(--text-2); }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; align-items: start; }
.footer-top p { margin: 10px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 6px 22px; list-style: none; margin: 0; padding: 0; }
.footer-links a, .footer-links button { color: var(--text); text-decoration: none; font: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { text-decoration: underline; }
.disclaimer { margin: 32px 0 0; max-width: 68em; font-size: 13px; line-height: 1.6; }

@media (max-width: 640px) {
  :root { --gutter: 16px; }
  .hero { flex-direction: column; gap: 14px; }
  .el { width: 88px; }
  .el-sym { font-size: 26px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .watch-row { flex-direction: column; }
  .btn { padding: 11px 16px; }
}

/* ---------- Compare page (/compare) ---------- */
.page.is-wide { max-width: 980px; }
.compare-lead { font-size: 17px; color: var(--text); margin: 10px 0 0; max-width: 680px; }
/* position: relative keeps the hidden screen-reader text inside the scroll box (else it widens the page). */
.compare-scroll { position: relative; margin: 28px 0 0; overflow-x: auto; border: 1px solid var(--border); border-radius: 8px; background: var(--card); -webkit-overflow-scrolling: touch; }
/* Fixed layout: the first column is wider, the product columns share the rest equally. */
.compare { width: 100%; min-width: 620px; table-layout: fixed; border-collapse: collapse; font-size: 14px; }
.compare col.c-label { width: 30%; }
.compare th, .compare td { padding: 12px 10px; text-align: center; vertical-align: middle; border-bottom: 1px solid var(--border); }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }
.compare thead th { font-size: 13px; font-weight: 600; line-height: 1.3; background: var(--bg); }
.compare thead th a { text-decoration: none; }
.compare thead th a:hover { text-decoration: underline; }
.compare tbody th { text-align: left; font-weight: 500; padding-left: 14px; }
.compare tbody th small { display: block; font-weight: 400; font-size: 12px; color: var(--text-2); margin-top: 2px; }
.compare th:first-child { position: sticky; left: 0; z-index: 1; background: var(--card); box-shadow: 1px 0 0 var(--border); }
.compare thead th:first-child { background: var(--bg); }
.compare .is-us { background: color-mix(in srgb, var(--green-pale) 55%, var(--card)); }
.compare thead .is-us { background: var(--green-pale); color: var(--green-dark); }
.cell { display: inline-flex; gap: 6px; align-items: center; justify-content: center; }
.cell-mark { flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font: 600 12px var(--mono); }
.cell[data-v="yes"] .cell-mark { background: var(--green); color: #fff; }
.cell[data-v="no"] .cell-mark { background: var(--grey-pale); color: var(--text-2); }
.cell[data-v="partly"] .cell-mark { background: #F8ECD8; color: #8A5A12; }
.cell[data-v="unknown"] .cell-mark { background: var(--grey-pale); color: var(--text-2); }
.cell-short { font: 600 14px var(--mono); }
/* Short view: text and proof links are for screen readers only. */
.compare-wrap:not(.is-detailed) .compare .cell-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
/* Detailed view: text and proof under the mark, left-aligned. */
.compare-wrap.is-detailed .compare { min-width: 860px; }
.compare-wrap.is-detailed .compare td { text-align: left; vertical-align: top; }
.compare-wrap.is-detailed .cell { display: flex; justify-content: flex-start; align-items: flex-start; }
.compare-wrap.is-detailed .cell-mark { width: 18px; height: 18px; font-size: 11px; margin-top: 1px; }
.compare-wrap.is-detailed .cell-short { display: none; }
.cell-text { color: var(--text); text-align: left; }
.cell-text .src { margin-left: 2px; }
.compare-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin: 10px 0 0; }
.compare-legend { margin: 0; display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 12.5px; color: var(--text-2); }
.compare-legend .cell { gap: 6px; }
.compare-legend .cell-mark { width: 16px; height: 16px; font-size: 10px; }
.compare-toggle { margin-left: auto; font: inherit; font-size: 13.5px; font-weight: 500; color: var(--text); background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 6px 12px; cursor: pointer; }
.compare-toggle:hover { border-color: var(--text); }
.compare-note { margin: 10px 0 0; font-size: 13px; color: var(--text-2); }
.compare-note a { color: inherit; }
@media (max-width: 560px) { .compare th, .compare td { padding: 10px 6px; } .compare thead th { font-size: 12px; } .compare tbody th { padding-left: 10px; } }

/* "No referral links": dark orange so it stands out (contrast 5.4:1 on white, 4.7:1 on the green column). */
.no-ref { color: #B4480C; font-weight: 600; }
