/* ═══════════════════════════════════════════════════════════════════
   OutbidIndia, "Electric Auction Board"
   Dark-first. Festival colour energy: gulal pink, marigold, peacock.
   Both themes are first-class; dark is the default character.
   ═══════════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=Inter:wght@400;500;600;700;800&display=swap');

/* ── DARK (default) ─────────────────────────────────────────────── */
:root,
:root[data-theme="dark"] {
  --hot: #FF2E7E;          /* gulal pink, primary action */
  --hot-bright: #FF5C9A;
  --gold: #FFB800;         /* marigold, money, #1 */
  --gold-bright: #FFCC4D;
  --volt: #00E5C4;         /* peacock, live signals */
  --volt-bright: #45FFE3;

  --bg: #0A0813;
  --bg-2: #0E0B18;
  --surface: #16121F;
  --surface-2: #1E1930;
  --surface-3: #272038;
  --line: #2C2440;
  --line-soft: #211B31;

  --text: #F6F3FF;
  --text-2: #C9C2E0;
  --muted: #9A92B8;
  --faint: #8B83A8;   /* keeps small print above 4.5:1 on --bg */

  --glow-hot: 0 0 0 1px rgba(255, 46, 126, .35), 0 8px 30px -8px rgba(255, 46, 126, .55);
  --glow-gold: 0 0 0 1px rgba(255, 184, 0, .35), 0 8px 34px -8px rgba(255, 184, 0, .5);
  --shadow: 0 12px 40px -16px rgba(0, 0, 0, .8);
  --ring: 0 0 0 3px rgba(255, 46, 126, .3);
  --on-accent: #12060C;
  --scheme: dark;
}

/* ── LIGHT ──────────────────────────────────────────────────────── */
:root[data-theme="light"] {
  --hot: #E4136A;
  --hot-bright: #FF2E7E;
  --gold: #E09400;
  --gold-bright: #FFB800;
  --volt: #00A98F;
  --volt-bright: #00C9A9;

  --bg: #FFFBF7;
  --bg-2: #FFF6EF;
  --surface: #FFFFFF;
  --surface-2: #FFF4EC;
  --surface-3: #FFE9DC;
  --line: #F0DDD0;
  --line-soft: #F8EBE1;

  --text: #17111F;
  --text-2: #3D3350;
  --muted: #6B6080;
  --faint: #726781;   /* keeps small print above 4.5:1 on --bg */

  --glow-hot: 0 0 0 1px rgba(228, 19, 106, .2), 0 8px 26px -10px rgba(228, 19, 106, .45);
  --glow-gold: 0 0 0 1px rgba(224, 148, 0, .25), 0 8px 26px -10px rgba(224, 148, 0, .4);
  --shadow: 0 12px 34px -18px rgba(60, 30, 20, .35);
  --ring: 0 0 0 3px rgba(228, 19, 106, .22);
  --on-accent: #FFFFFF;
  --scheme: light;
}

:root {
  --pill: 999px;
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --display: 'Bricolage Grotesque', 'Inter', system-ui, sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html {
  -webkit-text-size-adjust: 100%; scroll-behavior: smooth;
  color-scheme: var(--scheme);
}
body {
  font-family: var(--body); font-size: 16px; line-height: 1.55;
  background: var(--bg); color: var(--text);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  background-image:
    radial-gradient(70rem 34rem at 50% -14rem, rgba(255, 46, 126, .16), transparent 68%),
    radial-gradient(52rem 26rem at 88% 4%, rgba(0, 229, 196, .10), transparent 70%);
  background-repeat: no-repeat;
  transition: background-color .25s ease, color .25s ease;
}
a { color: inherit; }
button { font-family: inherit; cursor: pointer; color: inherit; }
input, select { font-family: inherit; font-size: .95rem; color: var(--text); }
::selection { background: var(--hot); color: #fff; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 6px; }
.ico { flex: none; vertical-align: -.14em; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ── live dot ───────────────────────────────────────────────────── */
.dot { position: relative; display: inline-flex; width: 8px; height: 8px; flex: none; }
.dot.sm { width: 6px; height: 6px; }
.dot-ping, .dot-core { position: absolute; inset: 0; border-radius: 50%; background: var(--volt); }
.dot-core { box-shadow: 0 0 8px var(--volt); }
.dot-ping { animation: ping 2s cubic-bezier(0, 0, .2, 1) infinite; opacity: .7; }
@keyframes ping { 70%, 100% { transform: scale(2.6); opacity: 0; } }

/* ── top bar ────────────────────────────────────────────────────── */
.topbar {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; gap: 1.1rem;
  padding: .8rem clamp(.9rem, 4vw, 2.2rem);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid var(--line-soft);
}
.brand, .footer-brand {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--display); font-weight: 800; font-size: 1.28rem;
  letter-spacing: -.04em; text-decoration: none; color: var(--text);
}
.brand em, .footer-brand em {
  font-style: normal;
  background: linear-gradient(96deg, var(--hot), var(--gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand-mark { display: inline-flex; }
/* Flutter comes from oscillating the 3D rotation, so there is no sprite sheet
   and nothing to load. */
.flag { display: inline-flex; margin-left: .1rem; perspective: 90px; }
.flag svg {
  transform-origin: left center;
  animation: flutter 3.4s ease-in-out infinite;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .18));
}
@keyframes flutter {
  0%, 100% { transform: rotateY(0deg) skewY(0deg); }
  25%      { transform: rotateY(16deg) skewY(-1.2deg); }
  50%      { transform: rotateY(0deg) skewY(.8deg); }
  75%      { transform: rotateY(-13deg) skewY(-.6deg); }
}
@media (prefers-reduced-motion: reduce) { .flag svg { animation: none; } }
.topnav { display: flex; gap: .1rem; margin-left: auto; }
.topnav a {
  text-decoration: none; font-size: .88rem; font-weight: 600; color: var(--muted);
  padding: .4rem .8rem; border-radius: var(--pill);
  transition: color .16s, background .16s;
}
.topnav a:hover { color: var(--text); background: var(--surface-2); }
.themetoggle {
  width: 2.1rem; height: 2.1rem; flex: none; display: inline-flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--surface); color: var(--muted);
  transition: color .16s, border-color .16s, transform .16s;
}
.themetoggle:hover { color: var(--gold); border-color: var(--gold); transform: rotate(18deg); }
.themetoggle .moon { display: none; }
:root[data-theme="light"] .themetoggle .moon { display: block; }
:root[data-theme="light"] .themetoggle .sun { display: none; }
.nav-cta {
  text-decoration: none; font-size: .85rem; font-weight: 700; white-space: nowrap;
  color: var(--on-accent); background: linear-gradient(96deg, var(--hot), var(--hot-bright));
  padding: .5rem 1.1rem; border-radius: var(--pill);
  box-shadow: var(--glow-hot); transition: transform .16s var(--ease), filter .16s;
}
.nav-cta:hover { transform: translateY(-1px); filter: brightness(1.08); }

/* ── hero strip ─────────────────────────────────────────────────── */
.hero { text-align: center; padding: clamp(1.6rem, 5vh, 2.6rem) 1rem 0; }
.livepill {
  display: inline-flex; align-items: center; gap: .5rem; flex-wrap: wrap;
  justify-content: center; font-size: .8rem; color: var(--text-2);
  background: var(--surface); border: 1px solid var(--line);
  padding: .38rem 1rem; border-radius: var(--pill);
}
.livepill b { color: var(--volt); font-weight: 700; }
.livepill .sep { color: var(--faint); }
.boardname {
  margin-top: .85rem; font-size: .72rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
}
.boardname .sep { color: var(--faint); margin: 0 .2rem; }

/* ── what this board ranks, stated above the list ───────────────── */
.boardid {
  display: flex; align-items: flex-end; gap: 1rem; flex-wrap: wrap;
  padding-bottom: .8rem; margin-bottom: .5rem;
  border-bottom: 1px solid var(--line-soft);
}
.boardid-main { flex: 1; min-width: 15rem; }
.boardid h2 {
  display: flex; align-items: center; gap: .55rem;
  font-family: var(--display); font-weight: 800; font-size: 1.15rem;
  letter-spacing: -.025em; color: var(--text);
}
.boardid-count {
  font-family: var(--body); font-size: .7rem; font-weight: 800;
  color: var(--muted); background: var(--surface-2);
  border-radius: var(--pill); padding: .1rem .5rem;
}
.boardid p { font-size: .8rem; color: var(--muted); margin-top: .25rem; line-height: 1.5; }
.boardid p b { color: var(--gold); font-weight: 700; }
.boardid-alt {
  flex: none; font-size: .76rem; font-weight: 600; color: var(--volt);
  text-decoration: none; white-space: nowrap;
}
.boardid-alt:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ── claim headline (the hero) ──────────────────────────────────── */
/* Sits above the category chips: the bid zone creates its own stacking context
   through its reveal animation, so without an explicit z-index the chip row that
   follows it in the DOM painted over the open dropdown. */
.bidzone {
  position: relative; z-index: 50;
  max-width: 760px; margin: 1.3rem auto 0; padding: 0 1rem; text-align: center;
}
.claimline {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2rem, 6.6vw, 3.4rem); letter-spacing: -.045em; line-height: 1.06;
  display: flex; align-items: center; justify-content: center;
  gap: .3rem .6rem; flex-wrap: wrap; color: var(--text);
}
.claimline .hash {
  background: linear-gradient(96deg, var(--gold-bright), var(--hot));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.amount-ctrl { display: inline-flex; align-items: center; gap: .5rem; }
.step {
  width: 2.2rem; height: 2.2rem; flex: none; border-radius: 50%;
  border: 1px solid var(--line); background: var(--surface);
  font-size: 1.2rem; font-weight: 600; color: var(--muted); line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  transition: color .16s, border-color .16s, background .16s, transform .12s;
}
.step:hover { color: var(--gold); border-color: var(--gold); background: var(--surface-2); }
.step:active { transform: scale(.92); }
.amount-wrap {
  display: inline-flex; align-items: baseline; font-family: var(--display);
  font-weight: 800; letter-spacing: -.045em; color: var(--gold);
  text-shadow: 0 0 30px color-mix(in srgb, var(--gold) 40%, transparent);
}
.amt-rupee { font-size: .68em; margin-right: .02em; }
#bid-amount {
  width: 4ch; min-width: 2ch; max-width: 9ch;
  font: inherit; color: inherit; letter-spacing: inherit;
  border: none; background: transparent; outline: none; text-align: left;
  font-variant-numeric: tabular-nums;
  border-bottom: 3px solid transparent; transition: border-color .16s;
}
#bid-amount:focus { border-bottom-color: var(--gold); box-shadow: none; }
.claimnote {
  font-size: .9rem; color: var(--text-2); margin: .85rem auto 1.3rem; max-width: 34rem;
}
.claimnote b { color: var(--text); font-weight: 700; }
.claimnote .free { color: var(--volt); font-weight: 700; }

/* ── bid form ───────────────────────────────────────────────────── */
.formrow { display: flex; gap: .55rem; align-items: stretch; }
.formrow.sub { margin-top: .55rem; }
.urlwrap { position: relative; display: flex; flex: 1 1 auto; min-width: 0; }
.urlwrap .at {
  position: absolute; left: .95rem; top: 50%; transform: translateY(-50%);
  color: var(--faint); font-size: .95rem; pointer-events: none; font-weight: 600;
}
#bid-form input, #bid-form select {
  width: 100%; padding: .78rem 1rem;
  background: var(--surface); color: var(--text);
  border: 1px solid var(--line); border-radius: var(--pill);
  transition: border-color .16s, box-shadow .16s, background .16s;
}

#bid-form #bid-url { padding-left: 2.2rem; }
#bid-form input::placeholder { color: var(--faint); }
#bid-form input:focus, #bid-form select:focus {
  outline: none; border-color: var(--hot); background: var(--surface-2); box-shadow: var(--ring);
}
/* ── branded category picker ────────────────────────────────────── */
.catpick { position: relative; flex: 0 0 13rem; min-width: 0; }
.catpick-btn {
  width: 100%; height: 100%; min-height: 2.85rem;
  display: flex; align-items: center; justify-content: space-between; gap: .5rem;
  padding: .68rem .85rem .68rem 1rem; text-align: left;
  background: var(--surface); color: var(--text);
  border: 1px solid var(--line); border-radius: var(--pill);
  font-size: .92rem; transition: border-color .16s, box-shadow .16s;
}
.catpick-btn:hover { border-color: var(--volt); }
.catpick-btn[aria-expanded="true"] { border-color: var(--hot); box-shadow: var(--ring); }
.catpick-face { display: flex; align-items: center; gap: .45rem; min-width: 0; }
.catpick-face .ico { color: var(--volt); width: 1.05em; height: 1.05em; }
.catpick-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.catpick-btn .catpick-label:only-child { color: var(--faint); }
.catpick-chev { flex: none; color: var(--muted); transition: transform .18s var(--ease); }
.catpick-btn[aria-expanded="true"] .catpick-chev { transform: rotate(180deg); }

.catpick-menu {
  position: absolute; z-index: 90; top: calc(100% + .35rem); left: 0;
  width: 20rem; max-width: min(20rem, 88vw);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow); overflow: hidden;
  animation: rise .2s var(--ease) both;
}
.catpick-find {
  display: flex; align-items: center; gap: .45rem;
  padding: .6rem .75rem; border-bottom: 1px solid var(--line-soft); color: var(--faint);
}
.catpick-find input {
  flex: 1; min-width: 0; border: none; background: none; outline: none;
  font-size: .86rem; color: var(--text); padding: 0;
}
.catpick-find input::placeholder { color: var(--faint); }
.catpick-list { max-height: 21rem; overflow-y: auto; padding: .35rem; scrollbar-width: thin; }
.catpick-gname {
  display: block; padding: .45rem .6rem .2rem;
  font-size: .6rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--faint);
}
.catpick-opt {
  width: 100%; display: flex; align-items: center; gap: .55rem;
  padding: .48rem .6rem; text-align: left; border: none; background: none;
  border-radius: var(--r-sm); font-size: .87rem; color: var(--text-2);
  transition: background .13s, color .13s;
}
.catpick-opt .ico { flex: none; color: var(--muted); width: 1.05em; height: 1.05em; }
.catpick-opt:hover, .catpick-opt:focus-visible { background: var(--surface-2); color: var(--text); outline: none; }
.catpick-opt:hover .ico, .catpick-opt:focus-visible .ico { color: var(--volt); }
.catpick-opt.on { background: var(--surface-3); color: var(--text); font-weight: 600; }
.catpick-opt.on .ico { color: var(--volt); }
.catpick-none { padding: 1rem .75rem; font-size: .82rem; color: var(--muted); text-align: center; }

.local-fields { gap: .55rem; }
.cta {
  flex: 0 0 auto; padding: .78rem 1.9rem; font-size: 1rem; font-weight: 800;
  color: var(--on-accent); border: none; border-radius: var(--pill);
  background: linear-gradient(96deg, var(--hot), var(--hot-bright));
  box-shadow: var(--glow-hot);
  transition: transform .14s var(--ease), filter .16s;
}
.cta:hover { transform: translateY(-1px); filter: brightness(1.08); }
.cta:active { transform: translateY(0) scale(.985); }
.cta:disabled { opacity: .55; cursor: wait; filter: none; transform: none; }
.consent {
  display: flex; gap: .55rem; align-items: flex-start; text-align: left;
  font-size: .79rem; color: var(--muted); line-height: 1.5; margin: .85rem 0 0;
}
#bid-form .consent input[type="checkbox"] {
  width: 1.05rem; height: 1.05rem; flex: none; padding: 0; margin: .16rem 0 0;
  accent-color: var(--hot); border-radius: 4px;
}
.consent span { flex: 1; min-width: 0; }
.consent a { color: var(--text-2); text-underline-offset: 2px; }
.formfine { font-size: .78rem; color: var(--faint); margin-top: .65rem; }
.bid-error {
  color: #fff; background: linear-gradient(96deg, #C81E4E, #E4136A);
  border-radius: var(--r-md); font-weight: 600; margin-top: .8rem;
  font-size: .87rem; padding: .65rem .95rem; text-align: left;
}

/* ── category chips ─────────────────────────────────────────────── */
.catwrap { position: relative; z-index: 10; margin: 2rem auto 0; max-width: 1060px; padding: 0 1rem; }
/* Row scrolls; the trigger next to it does not, so it is always reachable. */
.catbar { display: flex; align-items: flex-start; gap: .5rem; }
.catnav {
  flex: 1; min-width: 0;
  display: flex; gap: .4rem; overflow-x: auto; padding: .2rem .3rem .7rem; scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 2rem), transparent);
  mask-image: linear-gradient(90deg, #000 calc(100% - 2rem), transparent);
}
.catnav::-webkit-scrollbar { display: none; }
.chip {
  display: inline-flex; align-items: center; gap: .38rem; white-space: nowrap;
  font-size: .82rem; font-weight: 600; text-decoration: none; color: var(--text-2);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--pill); padding: .38rem .9rem; transition: all .16s;
}
.chip .ico { color: var(--faint); transition: color .16s; }
.chip:hover { color: var(--text); border-color: var(--volt); background: var(--surface-2); }
.chip:hover .ico { color: var(--volt); }
.chip.on {
  color: var(--on-accent); border-color: transparent;
  background: linear-gradient(96deg, var(--hot), var(--hot-bright));
  box-shadow: var(--glow-hot);
}
.chip.on .ico { color: currentColor; }

/* ── link preview under the bid form ────────────────────────────── */
.preview {
  display: flex; align-items: center; gap: .7rem; text-align: left;
  margin-top: .55rem; padding: .6rem .8rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  animation: rise .3s var(--ease) both;
}
.preview-logo { flex: none; width: 40px; height: 40px; border-radius: var(--r-sm); object-fit: cover; background: var(--surface-2); }
.preview-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.preview-name { font-weight: 700; font-size: .92rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.preview-desc { font-size: .78rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.preview-state {
  flex: none; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
  border-radius: var(--pill); padding: .16rem .55rem; border: 1px solid currentColor;
}
.preview-state.free { color: var(--volt); }
.preview-state.onboard { color: var(--gold); }
.preview-state.new { color: var(--muted); }
.urlspin {
  position: absolute; right: .9rem; top: 50%; margin-top: -7px;
  width: 14px; height: 14px; border-radius: 50%;
  border: 2px solid var(--line); border-top-color: var(--hot);
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ── period tabs, top right under the header CTA ────────────────── */
/* Flush to the page edge, directly under the header CTA it belongs beside. */
.periodrail {
  display: flex; justify-content: flex-end;
  margin: .75rem 0 -.4rem; padding: 0 clamp(.9rem, 4vw, 2.2rem);
}
.periodtabs {
  display: flex; gap: .2rem;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--pill); padding: .2rem; width: max-content;
}
.periodtabs a {
  text-decoration: none; font-size: .8rem; font-weight: 600; color: var(--muted);
  padding: .3rem 1rem; border-radius: var(--pill); transition: all .16s;
}
.periodtabs a:hover { color: var(--text); }
.periodtabs a.on { background: var(--surface-3); color: var(--text); }

/* ── claim badges ───────────────────────────────────────────────── */
.vbadge, .cbadge {
  display: inline-flex; align-items: center; gap: .2rem; flex: none;
  font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  border-radius: var(--pill); padding: .1rem .45rem; white-space: nowrap;
}
.vbadge {
  color: #04241D; background: linear-gradient(96deg, var(--volt), var(--volt-bright));
}
.vbadge.sm { font-size: .6rem; padding: .05rem .38rem; }
.cbadge { color: var(--muted); border: 1px solid var(--line); }

/* ── claim link + modal ─────────────────────────────────────────── */
.claimlink { margin-top: 1rem; font-size: .82rem; color: var(--muted); }
.linkbtn {
  background: none; border: none; padding: 0; font: inherit; font-weight: 700;
  color: var(--hot-bright); text-decoration: underline; text-underline-offset: 3px;
}
.linkbtn:hover { color: var(--gold); }
.modal {
  position: fixed; inset: 0; z-index: 200; display: flex;
  align-items: center; justify-content: center; padding: 1rem;
  background: rgba(6, 4, 12, .72); backdrop-filter: blur(6px);
  animation: fade .18s ease both;
}
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.modal-card {
  position: relative; width: 100%; max-width: 27rem; text-align: left;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.6rem 1.5rem 1.5rem; box-shadow: var(--shadow);
  animation: rise .28s var(--ease) both; max-height: 90vh; overflow-y: auto;
}
.modal-card h2 {
  font-family: var(--display); font-weight: 800; font-size: 1.35rem;
  letter-spacing: -.03em; margin-bottom: .5rem;
}
.modal-x {
  position: absolute; top: .7rem; right: .8rem; width: 1.9rem; height: 1.9rem;
  border: none; background: none; color: var(--muted); font-size: 1.4rem; line-height: 1;
  border-radius: 50%; transition: color .15s, background .15s;
}
.modal-x:hover { color: var(--text); background: var(--surface-2); }
.modal-note { font-size: .87rem; color: var(--text-2); margin-bottom: 1rem; }
.modal-hint {
  font-size: .76rem; color: var(--muted); line-height: 1.5;
  margin: .1rem 0 1rem; padding: .6rem .75rem;
  background: var(--surface-2); border-radius: var(--r-sm);
}
.modal-done { font-size: .95rem; font-weight: 600; color: var(--volt); margin-bottom: 1.1rem; }
.modal-error {
  font-size: .84rem; color: #fff; margin-top: .9rem; padding: .6rem .8rem;
  background: linear-gradient(96deg, #C81E4E, #E4136A); border-radius: var(--r-sm);
}
.fieldlab {
  display: block; font-size: .74rem; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: .08em; margin: 0 0 .3rem;
}
.modal-card input {
  width: 100%; padding: .7rem .9rem; margin-bottom: .9rem;
  background: var(--bg); color: var(--text);
  border: 1px solid var(--line); border-radius: var(--r-sm);
}
.modal-card input:focus { outline: none; border-color: var(--hot); box-shadow: var(--ring); }
.modal-card input::placeholder { color: var(--faint); }
#claim-code { font-family: var(--display); font-size: 1.5rem; font-weight: 800; letter-spacing: .35em; text-align: center; }
.cta.wide { width: 100%; justify-content: center; margin-bottom: .5rem; }

/* ═══ LOCAL: its own product, its own path ═══════════════════════ */
/* A narrow vertical card under the masthead, deliberately outside the bid funnel.
   Sits in the left margin on wide screens and folds into the flow on narrow ones. */
/* Narrow portrait card: picture on top, copy and button beneath. */
.localrail {
  position: absolute; left: clamp(.9rem, 3vw, 2rem); top: 5.4rem; z-index: 20;
  width: 9.5rem; height: 12.75rem;
  display: flex; flex-direction: column; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow);
  transition: transform .18s var(--ease);
}
.localrail:hover { transform: translateY(-2px); }
.rail-banner { position: relative; flex: 0 0 6.6rem; background: var(--surface-2); }
.rail-slide {
  position: absolute; inset: 0; margin: 0;
  display: flex; align-items: flex-end; justify-content: center;
  background-image: linear-gradient(150deg, var(--t1), var(--t2));
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity .9s ease;
}
.rail-slide.on { opacity: 1; }
.rail-slide::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .68));
}
.rail-mark {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -60%);
  z-index: 1; display: inline-flex; color: #fff;
}
.rail-mark .ico { width: 2rem; height: 2rem; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .45)); }
.rail-slide figcaption {
  position: relative; z-index: 1; width: 100%; padding: 0 .5rem .35rem; color: #fff;
}
.rail-slide figcaption b {
  font-family: var(--display); font-weight: 800; font-size: .74rem; letter-spacing: -.02em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .55);
}
.rail-body {
  flex: 1; min-width: 0; padding: .5rem .55rem .55rem;
  display: flex; flex-direction: column; text-align: center;
}
.rail-kicker {
  font-size: .56rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--volt); margin-bottom: .15rem;
}
.rail-copy { font-size: .64rem; color: var(--text-2); line-height: 1.3; margin-bottom: auto; }
.rail-cta {
  display: block; text-decoration: none; margin-top: .35rem;
  font-size: .7rem; font-weight: 700; color: var(--on-accent);
  background: linear-gradient(96deg, var(--volt), var(--volt-bright));
  padding: .36rem .5rem; border-radius: var(--pill);
  transition: filter .16s;
}
.rail-cta:hover { filter: brightness(1.08); }
.rail-n { font-size: .58rem; color: var(--faint); margin-top: .25rem; }

/* Below this width there is no margin to sit in, so it joins the column,
   turning on its side so it does not eat vertical space. */
@media (max-width: 1340px) {
  .localrail {
    position: static; width: auto; max-width: 22rem; height: 6.6rem;
    flex-direction: row; margin: 1.3rem auto 0;
  }
  .rail-banner { flex: 0 0 5.2rem; }
  .rail-body { text-align: left; padding: .55rem .7rem; }
}

.lhero { text-align: center; padding: clamp(2rem, 6vh, 3.4rem) 1rem 0; max-width: 44rem; margin: 0 auto; }
.lhero.compact { padding-top: 1.2rem; }
.loverline {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--volt); margin-bottom: .8rem;
}
.ltitle {
  font-family: var(--display); font-weight: 800; letter-spacing: -.045em; line-height: 1.04;
  font-size: clamp(2.2rem, 7vw, 3.6rem); color: var(--text);
}
.ltitle.sm { font-size: clamp(1.6rem, 5vw, 2.4rem); }
.lsub { font-size: .95rem; color: var(--text-2); margin-top: .9rem; line-height: 1.6; }
.lsub b { color: var(--text); font-weight: 700; }
.citymark-lg { display: inline-flex; color: var(--gold); margin-bottom: .5rem; }
.citymark-lg .ico { width: 2.6rem; height: 2.6rem; }
.lcrumb {
  display: flex; gap: .5rem; align-items: center; max-width: 1060px;
  margin: 1rem auto 0; padding: 0 clamp(1rem, 4vw, 2.2rem);
  font-size: .8rem; color: var(--muted);
}
.lcrumb a { text-decoration: none; color: var(--volt); font-weight: 600; }
.lcrumb b { color: var(--text); font-weight: 700; text-transform: capitalize; }
.lsection {
  font-family: var(--display); font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em;
  text-align: center; margin-bottom: 1rem; color: var(--muted);
}
.citygrid-wrap { max-width: 1060px; margin: 2.4rem auto 3.5rem; padding: 0 clamp(1rem, 4vw, 2.2rem); }
.citygrid { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr)); }
.citycard {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: .15rem;
  padding: 1.3rem .9rem 1.1rem; text-decoration: none;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: transform .18s var(--ease), border-color .18s, box-shadow .18s;
}
.citycard:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: var(--glow-gold); }
.citycard-mark { display: inline-flex; color: var(--gold); margin-bottom: .5rem; }
.citycard-mark .ico { width: 2.5rem; height: 2.5rem; }
.citycard-name { font-family: var(--display); font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; color: var(--text); }
.citycard-hint { font-size: .72rem; color: var(--faint); }
.citycard-stat { font-size: .74rem; color: var(--muted); margin-top: .35rem; }

.tradegrid { display: grid; gap: .55rem; grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr)); }
.tradecard {
  display: flex; flex-direction: column; gap: .2rem; padding: .8rem .95rem; text-decoration: none;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  transition: border-color .16s, transform .16s var(--ease);
}
.tradecard:hover { border-color: var(--volt); transform: translateX(2px); }
.tradecard-name { font-weight: 700; font-size: .92rem; color: var(--text); text-transform: capitalize; }
.tradecard-meta { font-size: .76rem; color: var(--muted); }

.lboardhead { text-align: center; padding: 1.2rem 1rem 0; max-width: 44rem; margin: 0 auto; }
.lboardhead .ltitle { text-transform: capitalize; }
.scopetag {
  flex: 0 0 auto; display: inline-flex; align-items: center; text-transform: capitalize;
  font-size: .82rem; font-weight: 700; color: var(--volt);
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: var(--pill); padding: .7rem 1.1rem; white-space: nowrap;
}

/* ── category "More" drawer ─────────────────────────────────────── */
.chip.more {
  flex: none; margin-top: .2rem; cursor: pointer; font-family: inherit;
  background: var(--surface-2); color: var(--text);
}
.chip.more[aria-expanded="true"] { background: var(--surface-3); }
.chip.more .chev { transition: transform .2s var(--ease); opacity: .7; }
.chip.more[aria-expanded="true"] .chev { transform: rotate(180deg); }
.morecount {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 1.2rem; height: 1.2rem; padding: 0 .28rem;
  font-size: .68rem; font-weight: 800; border-radius: var(--pill);
  background: var(--hot); color: var(--on-accent);
}
.catdrawer {
  max-width: 1000px; margin: .3rem auto 0; padding: 1rem 1.1rem 1.15rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  animation: rise .26s var(--ease) both;
}
.catgroup + .catgroup { margin-top: .9rem; }
.catgroup h4 {
  font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--faint); margin-bottom: .45rem;
}
.catgrid { display: flex; flex-wrap: wrap; gap: .35rem; }

/* ── city chips with monuments ──────────────────────────────────── */
.citywrap {
  margin: 1.1rem auto 0; max-width: 1060px; padding: 0 1rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 2rem, #000 calc(100% - 2rem), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 2rem, #000 calc(100% - 2rem), transparent);
}
.citynav { display: flex; gap: .4rem; overflow-x: auto; padding: .2rem .5rem .55rem; scrollbar-width: none; }
.citynav::-webkit-scrollbar { display: none; }
.citychip {
  display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap;
  font-size: .82rem; font-weight: 600; text-decoration: none; color: var(--text-2);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--pill); padding: .38rem .85rem .38rem .7rem; transition: all .16s;
}
.citychip .ico { width: 1.15em; height: 1.15em; color: var(--gold); opacity: .85; }
.citychip:hover { border-color: var(--gold); color: var(--text); }
.citychip:hover .ico { opacity: 1; }
.citychip.on {
  background: linear-gradient(96deg, var(--gold), var(--gold-bright));
  border-color: transparent; color: #1A1000; box-shadow: var(--glow-gold);
}
.citychip.on .ico { color: #1A1000; opacity: 1; }

/* ── trade (niche) chips, the second local layer ────────────────── */
.nichewrap {
  margin: .3rem auto 0; max-width: 1060px; padding: 0 1rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 2rem, #000 calc(100% - 2rem), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 2rem, #000 calc(100% - 2rem), transparent);
}
.nichenav { display: flex; gap: .3rem; overflow-x: auto; padding: .15rem .5rem .5rem; scrollbar-width: none; }
.nichenav::-webkit-scrollbar { display: none; }
.nichechip {
  display: inline-flex; align-items: center; gap: .35rem; white-space: nowrap;
  font-size: .76rem; font-weight: 600; text-decoration: none; color: var(--muted);
  background: transparent; border: 1px solid var(--line-soft);
  border-radius: var(--pill); padding: .26rem .7rem; transition: all .15s;
  text-transform: capitalize;
}
.nichechip:hover { border-color: var(--volt); color: var(--volt); }
.nichechip.on { background: var(--surface-3); border-color: var(--volt); color: var(--text); }
.nichechip .nc { font-size: .68rem; font-weight: 700; color: var(--faint); }
.nichechip.on .nc { color: var(--volt); }

/* ── local filter ───────────────────────────────────────────────── */
.filterbar {
  display: flex; gap: .5rem; max-width: 680px; margin: 1rem auto 0;
  padding: 0 1rem; flex-wrap: wrap; align-items: center;
}
.filterbar input {
  flex: 1; min-width: 100px; padding: .58rem .95rem; background: var(--surface);
  color: var(--text); border: 1px solid var(--line); border-radius: var(--pill);
}
.filterbar input::placeholder { color: var(--faint); }
.filterbar input:focus { outline: none; border-color: var(--volt); box-shadow: none; }
.filterbar button {
  padding: .58rem 1.3rem; font-weight: 700; font-size: .85rem;
  color: var(--on-accent); background: linear-gradient(96deg, var(--volt), var(--volt-bright));
  border: none; border-radius: var(--pill);
}
.filterbar a { font-size: .8rem; color: var(--muted); }

/* ── board ──────────────────────────────────────────────────────── */
.content { max-width: 820px; margin: 1.3rem auto 3.5rem; padding: 0 1rem; }
.board { list-style: none; }
.listing {
  position: relative; display: flex; align-items: center; gap: .8rem;
  padding: .78rem .7rem; border-radius: var(--r-md);
  border: 1px solid transparent; border-bottom-color: var(--line-soft);
  transition: background .16s, border-color .16s, transform .16s var(--ease);
}
.listing:hover { background: var(--surface); border-color: var(--line); transform: translateX(2px); }
.listing.is-big {
  gap: 1rem; padding: 1rem; margin: .6rem 0;
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.listing.is-big:hover { border-color: var(--volt); transform: translateX(0) translateY(-2px); }
/* Top spot reads through fill and lift, not a coloured outline. */
.listing.is-first {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--gold) 16%, transparent), transparent 65%),
    var(--surface);
  box-shadow: 0 10px 30px -14px color-mix(in srgb, var(--gold) 60%, transparent);
}
.listing.is-seed { opacity: .78; }
.listing.is-seed:hover { opacity: 1; }
/* The row currently loaded into the bid form. Marked by fill and a left inset
   shadow rather than an accent outline. */
.listing.is-picked {
  opacity: 1;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--volt) 16%, transparent), transparent 45%),
    var(--surface);
  box-shadow: inset 3px 0 0 var(--volt);
}
.listing.is-picked .copybtn { opacity: 1; }
.listing.is-picked::after {
  content: 'in the form above'; position: absolute; right: .7rem; top: -.55rem;
  font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--on-accent); background: var(--volt);
  border-radius: var(--pill); padding: .08rem .45rem;
}

/* rank badges, podium treatment */
.rankbadge {
  flex: none; min-width: 2.3rem; height: 1.6rem; padding: 0 .5rem;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 800; font-size: .82rem;
  letter-spacing: -.02em; font-variant-numeric: tabular-nums;
  border-radius: var(--pill); background: var(--surface-2); color: var(--muted);
  border: 1px solid var(--line);
}
.is-big .rankbadge { height: 1.85rem; font-size: .95rem; min-width: 2.6rem; }
.rank-1 {
  background: linear-gradient(140deg, var(--gold-bright), var(--gold));
  color: #1A1000; border-color: transparent;
  box-shadow: 0 3px 14px -4px color-mix(in srgb, var(--gold) 75%, transparent);
}
.rank-2 {
  background: linear-gradient(140deg, #E6EAF2, #AEB8C9);
  color: #14181F; border-color: transparent;
}
.rank-3 {
  background: linear-gradient(140deg, #E9A76B, #C77A3C);
  color: #21120A; border-color: transparent;
}

.logo {
  flex: none; border-radius: var(--r-sm); object-fit: cover;
  background: var(--surface-2); border: 1px solid var(--line-soft);
}
.is-big .logo { border-radius: var(--r-md); }
.l-main { flex: 1; min-width: 0; }
.l-top { display: flex; align-items: baseline; gap: .3rem .45rem; }
/* Shrink to fit rather than flex:1. With flex:1 the anchor filled the row and
   pushed the copy icon across to the amount, far from the name it belongs to. */
.l-name {
  flex: 0 1 auto; min-width: 0; font-weight: 700; font-size: 1rem; letter-spacing: -.015em;
  color: var(--text); text-decoration: none;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.l-name:hover { color: var(--hot-bright); }
.is-big .l-name { font-size: 1.14rem; }
/* Sits immediately after the name and firms up on row hover. */
.copybtn {
  flex: none; width: 1.35rem; height: 1.35rem; padding: 0; border: none; background: none;
  align-self: center; margin-right: .2rem;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 6px; color: var(--faint); opacity: .32;
  transition: opacity .16s, color .16s, background .16s;
}
.listing:hover .copybtn, .copybtn:focus-visible { opacity: 1; }
.copybtn:hover { color: var(--volt); background: var(--surface-2); }
.copybtn .ic-done { display: none; }
.copybtn.copied { opacity: 1; color: var(--volt); }
.copybtn.copied .ic-copy { display: none; }
.copybtn.copied .ic-done { display: block; }
.copybtn.copyfail { opacity: 1; color: #e11d48; }
@media (hover: none) { .copybtn { opacity: 1; } }

.l-amt {
  flex: none; margin-left: auto; /* stays on the right now the name no longer stretches */
  font-family: var(--display); font-weight: 800; font-size: 1rem;
  color: var(--gold); font-variant-numeric: tabular-nums; letter-spacing: -.025em;
}
.is-big .l-amt { font-size: 1.2rem; }
.opening {
  font-family: var(--body); font-size: .78rem; font-weight: 600; color: var(--muted);
  white-space: nowrap;
}
.is-big .opening { font-size: .85rem; }
.unclaimed {
  font-family: var(--body); font-size: .72rem; font-weight: 700; color: var(--volt);
  text-transform: uppercase; letter-spacing: .08em;
  background: color-mix(in srgb, var(--volt) 15%, transparent);
  border-radius: var(--pill); padding: .12rem .55rem;
}
.l-desc {
  font-size: .87rem; color: var(--text-2); margin-top: .18rem; line-height: 1.45;
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.l-meta {
  display: flex; align-items: center; gap: .6rem; flex-wrap: wrap;
  margin-top: .35rem; font-size: .76rem; color: var(--muted);
}
.l-cat, .l-loc, .l-clicks { display: inline-flex; align-items: center; gap: .28rem; }
.l-cat { text-decoration: none; color: var(--muted); font-weight: 600; transition: color .16s; }
.l-cat:hover { color: var(--volt); }
.l-loc { color: var(--muted); }
.l-clicks { color: var(--text-2); font-weight: 600; }
.takebtn {
  position: absolute; left: 50%; bottom: -.7rem; transform: translateX(-50%) translateY(3px);
  z-index: 8; opacity: 0; pointer-events: none;
  font-size: .74rem; font-weight: 800; white-space: nowrap; color: var(--on-accent);
  background: linear-gradient(96deg, var(--hot), var(--hot-bright));
  border: none; border-radius: var(--pill); padding: .28rem .9rem;
  box-shadow: var(--glow-hot); transition: opacity .16s, transform .16s var(--ease);
}
.listing:hover .takebtn, .listing:focus-within .takebtn {
  opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.is-first .takebtn { background: linear-gradient(96deg, var(--gold), var(--gold-bright)); color: #1A1000; box-shadow: var(--glow-gold); }
.divider {
  display: flex; align-items: center; gap: .9rem; list-style: none;
  margin: 1.4rem 0 .7rem; font-size: .7rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--faint);
}
.divider::before, .divider::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.empty { text-align: center; color: var(--muted); padding: 4rem 0; font-size: 1rem; }

/* ── revenue footnote + activity ────────────────────────────────── */
.revline {
  text-align: center; margin: 2.4rem auto 0; font-size: .8rem; color: var(--faint);
  padding-top: 1.3rem; border-top: 1px solid var(--line-soft); max-width: 36rem;
}
.revline b { color: var(--text-2); font-weight: 700; font-variant-numeric: tabular-nums; }
.activity { max-width: 580px; margin: 2.6rem auto 0; }
.activity h3 {
  display: flex; align-items: center; gap: .5rem;
  font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: .6rem;
}
.activity ul { list-style: none; }
.activity li a {
  display: flex; gap: .7rem; align-items: baseline; text-decoration: none;
  font-size: .87rem; padding: .5rem .55rem; border-radius: var(--r-sm);
  border-bottom: 1px solid var(--line-soft); transition: background .16s;
}
.activity li a:hover { background: var(--surface); }
.a-name { font-weight: 700; color: var(--text); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 42%; }
.a-info { color: var(--muted); }
.a-time { margin-left: auto; font-size: .75rem; color: var(--faint); flex: none; }

/* ── pager ──────────────────────────────────────────────────────── */
.pager { display: flex; gap: .35rem; justify-content: center; align-items: center; margin: 2rem 0 0; flex-wrap: wrap; font-size: .85rem; }
.pnum, .parrow {
  min-width: 2.1rem; height: 2.1rem; display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; color: var(--text-2); background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--pill);
  font-weight: 700; padding: 0 .45rem; transition: all .16s;
}
.pnum:hover, .parrow:hover { border-color: var(--volt); color: var(--volt); }
.pnum.on { background: linear-gradient(96deg, var(--hot), var(--hot-bright)); border-color: transparent; color: var(--on-accent); box-shadow: var(--glow-hot); }
.parrow.off { opacity: .3; pointer-events: none; }
.pdots { color: var(--faint); padding: 0 .2rem; }
.prange { width: 100%; text-align: center; margin-top: .6rem; font-size: .76rem; color: var(--faint); }
.pagecount { text-align: center; margin-top: 1.3rem; font-size: .78rem; color: var(--faint); }

/* ── prose / admin / footer ─────────────────────────────────────── */
.prose { max-width: 680px; margin: 3rem auto 4.5rem; padding: 0 1.2rem; }
.prose h1 {
  font-family: var(--display); font-weight: 800; font-size: 2.2rem;
  letter-spacing: -.04em; margin-bottom: 1.2rem; color: var(--text);
}
.prose h2 { font-family: var(--display); font-weight: 700; font-size: 1.2rem; letter-spacing: -.02em; margin: 1.9rem 0 .6rem; color: var(--gold); }
.prose p, .prose li { margin-bottom: .6rem; color: var(--text-2); font-size: .97rem; }
.prose ul { padding-left: 1.2rem; }
.prose a { color: var(--hot-bright); }
.prose b { color: var(--text); }
/* ── about page ─────────────────────────────────────────────────── */
.about { max-width: 44rem; }
.about h1 { font-size: clamp(2rem, 6vw, 2.9rem); line-height: 1.06; }
.about .lede {
  font-size: 1.12rem; line-height: 1.6; color: var(--text);
  margin: 1.1rem 0 1.6rem; padding-left: 1rem;
  box-shadow: inset 3px 0 0 var(--gold);
}
.about h2 { font-size: 1.35rem; color: var(--text); margin-top: 2.2rem; }
.about p, .about li { font-size: 1rem; line-height: 1.72; }
.about b { color: var(--text); }
.statgrid {
  display: grid; gap: .7rem; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  margin: 2rem 0;
}
.statgrid div {
  display: flex; flex-direction: column; gap: .1rem; padding: 1rem .9rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
}
.statgrid b {
  font-family: var(--display); font-weight: 800; font-size: 1.5rem;
  letter-spacing: -.03em; color: var(--gold); font-variant-numeric: tabular-nums;
}
.statgrid span { font-size: .78rem; color: var(--muted); line-height: 1.35; }
.about .closing {
  font-family: var(--display); font-weight: 700; font-size: 1.15rem;
  letter-spacing: -.02em; color: var(--text); margin-top: 2rem;
}
.aboutcta {
  display: inline-block; margin-top: 1.2rem; text-decoration: none;
  font-size: 1rem; font-weight: 700; color: var(--on-accent);
  background: linear-gradient(96deg, var(--hot), var(--hot-bright));
  padding: .75rem 1.6rem; border-radius: var(--pill); box-shadow: var(--glow-hot);
  transition: transform .16s var(--ease), filter .16s;
}
.aboutcta:hover { transform: translateY(-1px); filter: brightness(1.07); }

.admin-table { border-collapse: collapse; width: 100%; font-size: .85rem; }
.admin-table td, .admin-table th { border: 1px solid var(--line); padding: .35rem .55rem; text-align: left; color: var(--text-2); }

.footer { border-top: 1px solid var(--line-soft); background: var(--bg-2); margin-top: 2.5rem; }
.footer-inner {
  max-width: 820px; margin: 0 auto; padding: 2.3rem 1.2rem 2.7rem; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.footer .livepill { margin-bottom: 1.4rem; }
.footer-brand { font-size: 1.05rem; justify-content: center; }
.footer p { font-size: .82rem; color: var(--muted); margin: .5rem 0 .95rem; }
.footer nav { display: flex; gap: 1.1rem; justify-content: center; flex-wrap: wrap; }
.footer nav a { font-size: .8rem; color: var(--muted); text-decoration: none; }
.footer nav a:hover { color: var(--hot-bright); }

/* ── motion ─────────────────────────────────────────────────────── */
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.reveal { animation: rise .55s var(--ease) both; }
.reveal.d1 { animation-delay: .06s; }
.reveal.d2 { animation-delay: .12s; }
.reveal.d3 { animation-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* ── responsive ─────────────────────────────────────────────────── */
@media (max-width: 760px) {
  .formrow { flex-wrap: wrap; }
  .urlwrap { flex: 1 1 100%; }
  #bid-form select { flex: 1 1 auto; }
  .cta { flex: 1 1 auto; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .topnav { display: none; }
  .topbar { gap: .5rem; }
  .brand { font-size: 1.15rem; }
  .nav-cta { padding: .45rem .9rem; font-size: .8rem; }
  .listing { gap: .65rem; padding: .7rem .4rem; }
  .listing.is-big { padding: .85rem .7rem; }
  .rankbadge { min-width: 2rem; font-size: .76rem; }
  /* Name and copy icon share the first line; the amount wraps below if tight,
     so the icon still sits against the name rather than being pushed away. */
  .l-top { flex-wrap: wrap; row-gap: .1rem; column-gap: .4rem; }
  .l-name { flex: 0 1 auto; max-width: calc(100% - 4.5rem); font-size: .95rem; }
  .is-big .l-name { font-size: 1rem; }
  .copybtn { width: 1.25rem; height: 1.25rem; margin-right: 0; }
  .unclaimed { font-size: .6rem; padding: .05rem .42rem; letter-spacing: .05em; }
  .is-big .logo { width: 44px; height: 44px; }
  .takebtn { font-size: .68rem; padding: .24rem .7rem; }
  .local-fields { flex-wrap: wrap; }
  .local-fields input { flex: 1 1 30%; }
  .activity li a { font-size: .82rem; }
}
