/* Jay's Retro Exchange — marketing site
   Ported from the Claude Design canvas "Jays Retro Exchange.dc.html". */

:root {
  --bg: #0B0D14;
  --bg-restore: #0D0A16;
  --bg-footer: #08090F;
  --panel: #151823;
  --deep: #0F1220;
  --border: #2A2140;
  --hairline: #1C1930;

  --text: #F2F0EA;
  --bright: #CFD3E2;
  --muted: #9A9FB5;
  --dim: #6E738A;
  --faint: #4E5368;

  --cyan: #22D3EE;
  --cyan-soft: #7BE7F7;
  --pink: #F026A8;
  --purple: #8B5CF6;
  --amber: #FFA31A;

  --ink-on-cyan: #08111A;
  --ink-on-pink: #14020C;
  --ink-on-amber: #1A1206;

  --sans: 'IBM Plex Sans', system-ui, -apple-system, Segoe UI, sans-serif;
  --cond: 'Barlow Condensed', 'IBM Plex Sans', system-ui, sans-serif;
  --script: 'Kaushan Script', 'Barlow Condensed', cursive;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background-color: var(--bg);
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.016) 0px, rgba(255,255,255,0.016) 1px, transparent 1px, transparent 36px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.012) 0px, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 84px);
  -webkit-font-smoothing: antialiased;
}

html { scroll-behavior: smooth; }

a { color: var(--cyan); text-decoration: none; }
a:hover { color: var(--cyan-soft); }

input, textarea, button, select { font: inherit; color: inherit; }
button { cursor: pointer; }

:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Netlify honeypot */
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

@keyframes signon {
  0%   { opacity: .12 }
  7%   { opacity: .9 }
  11%  { opacity: .18 }
  19%  { opacity: 1 }
  25%  { opacity: .3 }
  33%  { opacity: 1 }
  100% { opacity: 1 }
}
.sign { animation: signon 1.6s steps(1, end) 1 both; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sign { animation: none; }
  * { transition-duration: .001s !important; }
}

/* ---------- Header ---------- */

.topbar {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding: 12px 24px;
  background: rgba(11, 13, 20, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.brand { flex: none; display: flex; align-items: center; gap: 12px; }

.brand-mark {
  display: block; width: 46px; height: 46px;
  object-fit: cover; object-position: center;
  border: 1px solid var(--border); border-radius: 10px;
  box-shadow: 0 0 18px rgba(240, 38, 168, 0.28);
}

.brand-word {
  font-family: var(--script); font-size: 22px; line-height: 1.1;
  color: var(--pink);
  text-shadow: 0 0 7px rgba(240,38,168,0.6), 0 0 20px rgba(240,38,168,0.3);
}
.brand:hover .brand-word { color: var(--pink); }

.topnav {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-left: auto;
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
}
.topnav a { color: var(--muted); }
.topnav a:hover { color: var(--cyan); }
.topnav a.is-pink:hover { color: var(--pink); }

.nav-cta {
  padding: 11px 18px; background: var(--cyan); color: var(--ink-on-cyan) !important;
  border-radius: 8px; font-weight: 600; letter-spacing: 0.1em;
}
.nav-cta:hover { box-shadow: 0 0 20px rgba(34,211,238,0.45); }

/* ---------- Shared ---------- */

.wrap { max-width: 1240px; margin: 0 auto; }
.wrap--narrow { max-width: 1000px; }

.band {
  padding: clamp(48px, 6vw, 92px) clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--border);
}
.band--restore {
  background: var(--bg-restore);
  border-top: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
}
.band--why { padding: clamp(44px, 5vw, 80px) clamp(20px, 4vw, 56px); }

.eyebrow {
  font-size: 12px; letter-spacing: 0.24em; color: var(--cyan); text-transform: uppercase;
}
.eyebrow--wide {
  font-size: 13px; letter-spacing: 0.34em;
  text-shadow: 0 0 10px rgba(34,211,238,0.6);
}
.eyebrow--pink { color: var(--pink); text-shadow: 0 0 12px rgba(240,38,168,0.5); }
.eyebrow--amber { color: var(--amber); }

.display {
  font-family: var(--cond); font-weight: 700;
  font-size: clamp(38px, 5vw, 68px); line-height: 1;
  letter-spacing: 0.07em; text-transform: uppercase;
  margin: 12px 0 10px;
  text-shadow: 0 0 14px rgba(34,211,238,0.35);
}
.display--gap { margin-bottom: 34px; }
.display--pink {
  font-size: clamp(40px, 5.4vw, 78px); letter-spacing: 0.05em;
  margin: 14px 0 0; max-width: 18ch;
  text-shadow: 0 0 16px rgba(240,38,168,0.45), 0 0 46px rgba(240,38,168,0.18);
}

.lede {
  max-width: 60ch; margin: 0 0 34px;
  font-size: 16px; line-height: 1.65; color: var(--muted);
}
.lede--wide { max-width: 62ch; margin: 20px 0 0; }

.micro {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
}
.micro--amber { color: var(--amber); letter-spacing: 0.2em; }
.micro--cyan { color: var(--cyan); }

.panel {
  background: var(--panel); border: 1px solid var(--border); border-radius: 12px;
}

.wordmark {
  font-family: var(--script);
  font-size: clamp(46px, 6.4vw, 86px); line-height: 1.05;
  margin: 18px 0 0; color: var(--pink);
  text-shadow: 0 0 12px rgba(240,38,168,0.55), 0 0 44px rgba(240,38,168,0.25);
}
.wordmark--sm {
  font-size: 26px; margin: 0;
  text-shadow: 0 0 8px rgba(240,38,168,0.55);
}

/* ---------- Buttons ---------- */

.bigbtn {
  display: block; padding: 20px 18px;
  border-radius: 10px;
  font-family: var(--cond); font-weight: 700; font-size: 23px;
  letter-spacing: 0.08em; text-transform: uppercase; text-align: center;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.bigbtn--cyan {
  background: var(--cyan); color: var(--ink-on-cyan) !important; border: 1px solid var(--cyan);
}
.bigbtn--cyan:hover { box-shadow: 0 0 26px rgba(34,211,238,0.5); }

.bigbtn--ghost {
  background: var(--panel); color: var(--text) !important; border: 1px solid var(--purple);
}
.bigbtn--ghost:hover { border-color: var(--cyan); box-shadow: 0 0 22px rgba(34,211,238,0.32); }
.bigbtn--ghost-pink:hover { border-color: var(--pink); box-shadow: 0 0 22px rgba(240,38,168,0.35); }

.bigbtn--pink {
  display: inline-block; padding: 20px 30px;
  background: var(--pink); color: var(--ink-on-pink) !important; border: 1px solid var(--pink);
  font-size: 26px;
}
.bigbtn--pink:hover { box-shadow: 0 0 28px rgba(240,38,168,0.55); }

.bigbtn--full { width: 100%; padding: 20px; font-size: 26px; }

/* Segmented (radio / toggle) buttons */

.seg { display: flex; flex-wrap: wrap; gap: 10px; }

.segbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 22px; min-height: 50px; border-radius: 10px; cursor: pointer;
  font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--deep); color: var(--muted); border: 1px solid var(--border);
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}
.segbtn:hover { color: var(--bright); }

.segbtn--cyan.is-active,
input:checked + .segbtn--cyan {
  background: rgba(255,255,255,0.05); color: var(--cyan);
  border-color: var(--cyan); box-shadow: 0 0 16px rgba(34,211,238,0.2);
}
.segbtn--pink.is-active,
input:checked + .segbtn--pink {
  background: rgba(255,255,255,0.05); color: var(--pink);
  border-color: var(--pink); box-shadow: 0 0 16px rgba(240,38,168,0.2);
}
.segbtn--amber.is-active,
input:checked + .segbtn--amber {
  background: rgba(255,255,255,0.05); color: var(--amber);
  border-color: var(--amber); box-shadow: 0 0 16px rgba(255,163,26,0.2);
}
input:focus-visible + .segbtn { outline: 2px solid var(--cyan); outline-offset: 2px; }

/* ---------- Hero ---------- */

.hero { position: relative; padding: 0 0 8px; border-bottom: 1px solid var(--border); }

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
  align-items: center;
  max-width: 1440px; margin: 0 auto;
}

.hero-copy { padding: clamp(32px, 5vw, 76px) clamp(20px, 4vw, 56px); }

.hero-tags {
  display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 16px;
  font-size: 13px; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase;
}
.hero-tags .dot { color: var(--purple); }

.hero-lede {
  max-width: 22ch; margin: 26px 0 0;
  font-family: var(--cond); font-weight: 700;
  font-size: clamp(32px, 3.6vw, 54px); line-height: 1.02;
  letter-spacing: 0.03em; text-transform: uppercase; text-wrap: pretty;
  color: var(--text); text-shadow: 0 0 14px rgba(34,211,238,0.28);
}

.hero-actions {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
  gap: 12px; margin-top: 34px; max-width: 760px;
}

.hero-art { min-width: 0; }
.hero-art img { display: block; width: 100%; height: auto; }

/* ---------- What we buy ---------- */

.buy-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 14px;
}

.buycard {
  background: var(--panel); border: 1px solid var(--border); border-radius: 12px;
  overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease;
}
.buycard-bar { height: 5px; }
.buycard-body { padding: 20px; }

.buycard-title {
  margin: 0; font-family: var(--cond); font-weight: 700; font-size: 26px;
  letter-spacing: 0.07em; text-transform: uppercase; line-height: 1;
}
.buycard-list { margin: 12px 0 0; font-size: 14px; line-height: 2; color: var(--muted); }

.buycard--cyan .buycard-bar { background: var(--cyan); box-shadow: 0 0 14px rgba(34,211,238,0.7); }
.buycard--cyan:hover { border-color: var(--cyan); box-shadow: 0 0 22px rgba(34,211,238,0.2); }

.buycard--purple .buycard-bar { background: var(--purple); box-shadow: 0 0 14px rgba(139,92,246,0.7); }
.buycard--purple:hover { border-color: var(--purple); box-shadow: 0 0 22px rgba(139,92,246,0.22); }

.buycard--pink .buycard-bar { background: var(--pink); box-shadow: 0 0 14px rgba(240,38,168,0.7); }
.buycard--pink:hover { border-color: var(--pink); box-shadow: 0 0 22px rgba(240,38,168,0.22); }

/* ---------- Cash or credit ---------- */

.pricer {
  margin-bottom: 16px; padding: 22px 26px;
  background: var(--deep); border: 1px solid var(--border); border-radius: 12px;
}
.pricer-head {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px;
}
.pricer-read { font-size: 22px; font-weight: 600; }

.range { width: 100%; height: 44px; margin-top: 6px; }
.range--cyan { accent-color: var(--cyan); }
.range--pink { accent-color: var(--pink); }

.compare {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 16px;
}

.payout { padding: 30px 26px; }
.payout--credit {
  position: relative; border-color: var(--amber);
  box-shadow: 0 0 26px rgba(255,163,26,0.14);
}

.flag {
  position: absolute; top: -13px; right: 20px;
  padding: 5px 11px; background: var(--amber); color: var(--ink-on-amber);
  border-radius: 6px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255,163,26,0.6);
}

.bignum {
  font-size: clamp(60px, 7vw, 96px); font-weight: 600; line-height: 1;
  margin-top: 16px; color: var(--text);
}

.panel-note { margin: 16px 0 0; font-size: 15px; line-height: 1.65; color: var(--muted); }
.panel-note--bright { color: var(--bright); }

.callout {
  margin: 16px 0 0; padding: 18px 22px;
  background: var(--deep); border: 1px solid var(--border); border-radius: 12px;
  font-size: 15px; line-height: 1.65; color: var(--muted);
}

/* ---------- How selling works ---------- */

.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr)); gap: 14px;
}
.step { padding: 22px; }
.step-n {
  font-family: var(--cond); font-weight: 700; font-size: 56px; line-height: 0.85;
  color: var(--cyan); text-shadow: 0 0 16px rgba(34,211,238,0.55);
}
.step-title {
  margin: 14px 0 0; font-family: var(--cond); font-weight: 700; font-size: 24px;
  letter-spacing: 0.07em; text-transform: uppercase;
}
.step-copy { margin: 8px 0 0; font-size: 15px; line-height: 1.65; color: var(--muted); }

.submitbox {
  margin-top: 38px; background: var(--panel);
  border: 1px solid var(--purple); border-radius: 12px; overflow: hidden;
}
.submitbox-head {
  padding: 24px 26px; border-bottom: 1px solid var(--border); background: var(--deep);
}
.submitbox-title {
  margin: 0; font-family: var(--cond); font-weight: 700; font-size: 32px;
  letter-spacing: 0.07em; text-transform: uppercase; line-height: 1;
  text-shadow: 0 0 12px rgba(139,92,246,0.4);
}
.submitbox-sub { margin: 8px 0 0; font-size: 15px; color: var(--muted); }

.submitbox-done { padding: 56px 24px; text-align: center; }
.done-title {
  font-family: var(--cond); font-weight: 700; font-size: 42px;
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--cyan);
  line-height: 1; text-shadow: 0 0 16px rgba(34,211,238,0.5);
}
.done-copy {
  margin: 12px auto 0; max-width: 46ch;
  font-size: 16px; line-height: 1.65; color: var(--muted);
}

.submitbox-form { padding: 26px; display: grid; gap: 20px; }

.field-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 20px; }
.field-row--tight { grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 14px; }

.field { min-width: 0; }
.seg-field { margin: 0; padding: 0; border: 0; }

.field-label, legend.field-label {
  display: block; padding: 0;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 10px;
}

.dropzone {
  display: flex; align-items: center; justify-content: center;
  min-height: 132px; padding: 20px;
  border: 1px dashed var(--purple); border-radius: 10px;
  background: var(--deep); text-align: center; cursor: pointer;
  transition: border-color .2s ease;
}
.dropzone:hover, .dropzone.is-dragover { border-color: var(--cyan); }
.dropzone-text { font-size: 14px; line-height: 1.8; color: var(--muted); }

.submitbox-form input[type="text"],
.submitbox-form textarea,
.hello input[type="text"],
.hello textarea {
  width: 100%; padding: 14px;
  background: var(--deep); border: 1px solid var(--border); border-radius: 10px;
  color: var(--text); font-size: 16px;
}
.submitbox-form textarea { font-size: 15px; line-height: 1.7; resize: vertical; }
.hello textarea { resize: vertical; }

.submitbox-form input::placeholder,
.submitbox-form textarea::placeholder,
.hello input::placeholder,
.hello textarea::placeholder { color: var(--dim); }

.hint { margin: 8px 0 0; font-size: 13px; color: var(--dim); }

.formerror { margin: 0; font-size: 14px; line-height: 1.6; color: var(--amber); }

/* ---------- Restoration ---------- */

.guarantee {
  display: inline-block; margin: 24px 0 0; padding: 14px 20px;
  background: var(--bg); color: var(--amber);
  border: 1px solid var(--amber); border-radius: 10px;
  font-family: var(--cond); font-weight: 700; font-size: 24px;
  letter-spacing: 0.09em; text-transform: uppercase;
  text-shadow: 0 0 14px rgba(255,163,26,0.55);
  box-shadow: 0 0 26px rgba(255,163,26,0.18);
}

.calc {
  margin-top: 34px; padding: 26px;
  background: var(--panel); border: 1px solid var(--purple); border-radius: 12px;
}
.calc-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 24px; align-items: end;
}
.calc-label { display: block; margin-bottom: 10px; }

.qty { display: flex; align-items: center; gap: 12px; }
.qtybtn {
  flex: none; width: 48px; height: 48px;
  background: var(--deep); border: 1px solid var(--border); border-radius: 10px;
  font-size: 20px; color: var(--text);
  transition: border-color .2s ease;
}
.qtybtn:hover { border-color: var(--pink); }
.qty .range { flex: 1; min-width: 80px; margin-top: 0; }

.calc-total { text-align: right; }
.calc-amount {
  font-size: clamp(34px, 4vw, 48px); font-weight: 600; line-height: 1.1; margin-top: 6px;
}
.calc-unit { font-size: 14px; color: var(--muted); margin-top: 4px; }

.tierline {
  margin: 16px 0 0; padding: 12px 16px;
  background: var(--deep); border-left: 2px solid var(--purple);
  border-radius: 0 8px 8px 0;
  font-size: 14px; line-height: 1.6; color: var(--bright);
}

.rates {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 16px; margin-top: 16px;
}
.rate { overflow: hidden; }
.rate-head {
  padding: 15px 20px; background: var(--deep); border-bottom: 1px solid var(--border);
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
}
.rate-body { padding: 8px 20px 16px; }
.rate-row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid var(--hairline); font-size: 16px;
  color: var(--bright);
}
.rate-row:last-child { border-bottom: 0; }
.rate-price { font-weight: 600; color: var(--text); }

.restore-bottom {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 16px; margin-top: 16px;
}
.included { padding: 24px; }
.included-title {
  margin: 0; font-family: var(--cond); font-weight: 700; font-size: 28px;
  letter-spacing: 0.07em; text-transform: uppercase; line-height: 1;
}
.included-list {
  list-style: none; margin: 16px 0 0; padding: 0;
  display: grid; gap: 10px; font-size: 15px; line-height: 1.55; color: var(--bright);
}

.restore-side { display: grid; gap: 16px; align-content: start; }
.shots { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.shot {
  margin: 0; border: 1px solid var(--border); border-radius: 12px;
  overflow: hidden; background: var(--panel);
}
.shot--after { border-color: var(--amber); }
.shot-img { height: 170px; }
.shot-img--before {
  background: repeating-linear-gradient(45deg, #241E19 0px, #241E19 7px, #1B1712 7px, #1B1712 14px);
}
.shot-img--after {
  background: repeating-linear-gradient(45deg, #1B2230 0px, #1B2230 7px, #141A26 7px, #141A26 14px);
}
.shot-cap {
  padding: 11px 14px; font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
}
.shot-cap--after { color: var(--amber); }

.discbuy {
  background: var(--deep); border: 1px solid var(--amber); border-radius: 12px; padding: 24px;
}
.discbuy-copy { margin: 12px 0 0; font-size: 16px; line-height: 1.65; color: var(--bright); }
.discbuy-copy strong { color: var(--text); }

.restore-cta { margin-top: 24px; }

/* ---------- Why sell here ---------- */

.why-lede {
  font-family: var(--cond); font-weight: 700;
  font-size: clamp(30px, 3.8vw, 54px); line-height: 1.04;
  letter-spacing: 0.04em; text-transform: uppercase;
  margin: 14px 0 0; text-wrap: pretty;
  text-shadow: 0 0 14px rgba(255,163,26,0.25);
}

/* ---------- Footer ---------- */

.footer {
  padding: clamp(40px, 5vw, 72px) clamp(20px, 4vw, 56px) 36px;
  background: var(--bg-footer);
}
.footer-grid {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 34px; align-items: start;
}
.footer-addr { margin: 14px 0 0; font-size: 14px; line-height: 1.9; color: var(--dim); }

.faq { display: grid; gap: 8px; margin-top: 16px; }
.faq-item { border-bottom: 1px solid var(--hairline); padding-bottom: 8px; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; min-height: 44px; padding: 8px 0;
  background: none; border: none; text-align: left;
  font-size: 15px; color: var(--text);
}
.faq-q[aria-expanded="true"] { color: var(--cyan); }
.faq-icon {
  flex: none; font-size: 18px; line-height: 1; color: var(--cyan);
  transition: transform .2s ease;
}
.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-a {
  padding: 4px 0 8px; font-size: 14px; line-height: 1.65;
  color: var(--muted); max-width: 44ch;
}

.footer-contact { min-width: 0; }
.hello { display: grid; gap: 10px; margin-top: 16px; max-width: 100%; }
.hello-done {
  margin: 16px 0 0; padding: 14px 16px;
  background: var(--deep); border: 1px solid var(--cyan); border-radius: 10px;
  font-size: 15px; line-height: 1.6; color: var(--cyan);
}
.hellobtn {
  padding: 16px; background: var(--panel); border: 1px solid var(--cyan);
  border-radius: 10px; color: var(--cyan);
  font-family: var(--cond); font-weight: 700; font-size: 22px;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: box-shadow .2s ease;
}
.hellobtn:hover { box-shadow: 0 0 22px rgba(34,211,238,0.4); }

.social {
  display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
}

.footer-legal {
  max-width: 1240px; margin: 36px auto 0; padding-top: 22px;
  border-top: 1px solid var(--hairline);
  font-size: 12px; letter-spacing: 0.1em; color: var(--faint); text-transform: uppercase;
}

[hidden] { display: none !important; }
