/* Private Line NYC — tale-of-the-tape / versus-matchup theme.
   DARK: midnight ink-navy + electric cobalt + bone. Unbounded (display) + Geist (body). */

:root {
  --ink: #0a0e17;
  --ink-2: #0c1120;
  --panel: #111726;
  --panel-2: #161f33;
  --line: #202a40;
  --line-volt: rgba(61, 123, 255, 0.32);
  --bone: #e8ecf2;
  --bone-dim: #97a0b3;
  --bone-faint: #626e87;
  --volt: #3d7bff;       /* electric cobalt accent */
  --volt-glow: #6aa3ff;
  --volt-deep: #2b5fd9;
  --volt-soft: rgba(61, 123, 255, 0.10);
  --ember: #ff7a4d;      /* surge / KO semantic only */
  --maxw: 1200px;
  --r: 5px;
  --shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.9);
  --spot: radial-gradient(120% 120% at 50% -10%, rgba(61, 123, 255, 0.16), transparent 55%);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: "Geist", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--volt-glow); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

h1, h2, h3, .display {
  font-family: "Unbounded", "Geist", sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.02;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.mono { font-family: "Geist Mono", ui-monospace, monospace; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; }

/* ---- billing strip / nav (fight-card poster billing) ---- */
.bill {
  position: sticky; top: 0; z-index: 40;
  background: rgba(10, 14, 23, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.bill-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 10px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brandmark { display: flex; align-items: center; gap: 10px; }
.brandmark .belt {
  width: 26px; height: 26px; border: 2px solid var(--volt); border-radius: 50%;
  display: grid; place-items: center; color: var(--volt-glow);
  font-family: "Unbounded", sans-serif; font-weight: 800; font-size: 12px;
  box-shadow: 0 0 14px -2px var(--line-volt);
}
.brandmark b {
  font-family: "Unbounded", sans-serif; font-weight: 800; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.02em; color: var(--bone);
}
.bill nav { display: flex; gap: 4px; flex-wrap: wrap; }
.bill nav a {
  color: var(--bone-dim); font-size: 12.5px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 6px 11px; border: 1px solid transparent; border-radius: var(--r);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.bill nav a:hover { color: var(--bone); text-decoration: none; border-color: var(--line); }
.bill nav a.on { color: #fff; background: var(--volt); border-color: var(--volt); }
.bill .call {
  color: var(--volt-glow); border: 1px solid var(--line-volt);
  padding: 6px 12px; border-radius: var(--r); font-weight: 700;
  font-family: "Geist Mono", monospace; font-size: 12.5px; white-space: nowrap;
  transition: background 0.15s;
}
.bill .call:hover { background: var(--volt-soft); text-decoration: none; }

/* ---- hero / spotlit arena ---- */
.arena {
  position: relative; overflow: hidden;
  background: var(--spot), var(--ink);
  border-bottom: 1px solid var(--line);
}
.arena::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; opacity: 0.22; mask-image: radial-gradient(80% 60% at 50% 0%, #000, transparent 80%);
}
.arena .wrap { position: relative; padding: 56px 24px 48px; }
.eyebrow {
  font-family: "Geist Mono", monospace; font-size: 12px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--volt-glow); margin-bottom: 16px;
}
.arena h1 { font-size: clamp(38px, 7vw, 78px); }
.arena h1 .vs { color: var(--volt-glow); text-shadow: 0 0 28px var(--line-volt); }
.arena .dek { color: var(--bone-dim); font-size: 19px; max-width: 660px; margin-top: 6px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: "Unbounded", sans-serif; font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.04em;
  padding: 13px 20px; border-radius: var(--r); border: 1px solid var(--line);
  color: var(--bone); background: var(--panel);
  transition: border-color 0.15s, transform 0.12s, background 0.15s;
}
.btn:hover { text-decoration: none; border-color: var(--line-volt); transform: translateY(-1px); }
.btn.volt { background: var(--volt); color: #fff; border-color: var(--volt); box-shadow: 0 10px 30px -12px var(--volt-deep); }
.btn.volt:hover { background: var(--volt-glow); }

/* ---- tale-of-the-tape rows ---- */
.tape {
  border: 1px solid var(--line); border-radius: var(--r);
  background: var(--panel); overflow: hidden;
}
.tape-head {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  background: var(--ink-2); border-bottom: 1px solid var(--line);
}
.tape-head .corner {
  padding: 16px 18px; font-family: "Unbounded", sans-serif; font-weight: 800;
  font-size: 15px; text-transform: uppercase;
}
.tape-head .corner.left { color: var(--volt-glow); }
.tape-head .corner.right { text-align: right; color: var(--bone-dim); }
.tape-head .vsbadge {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: var(--ink); border: 2px solid var(--volt); color: var(--volt-glow);
  font-family: "Unbounded", sans-serif; font-weight: 800; font-size: 14px;
}
.tape-row {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border-top: 1px solid var(--line);
}
.tape-row:first-child { border-top: none; }
.tape-row .v { padding: 13px 18px; font-family: "Geist Mono", monospace; font-size: 18px; font-weight: 600; }
.tape-row .v.right { text-align: right; color: var(--bone-dim); }
.tape-row .v.left { color: var(--bone); }
.tape-row .lbl {
  padding: 13px 16px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bone-faint); text-align: center; white-space: nowrap;
}
.tape-row .v.win { color: var(--volt-glow); }

/* ---- section scaffolding ---- */
section { padding: 56px 0; }
section.tight { padding: 40px 0; }
.kicker {
  font-family: "Geist Mono", monospace; font-size: 12px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--volt-glow); margin-bottom: 10px;
}
h2.section-h { font-size: clamp(26px, 4vw, 40px); margin-bottom: 8px; }
.lead { color: var(--bone-dim); font-size: 18px; max-width: 680px; }

/* ---- matchups (3-corner readout) ---- */
.matchup { border: 1px solid var(--line); border-radius: var(--r); background: var(--panel); margin-bottom: 20px; overflow: hidden; }
.matchup-head {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px;
  background: var(--ink-2); border-bottom: 1px solid var(--line); flex-wrap: wrap;
}
.matchup-head .mfrom { font-family: "Unbounded", sans-serif; font-weight: 800; font-size: 15px; text-transform: uppercase; color: var(--volt-glow); }
.matchup-head .mto { font-family: "Unbounded", sans-serif; font-weight: 800; font-size: 15px; text-transform: uppercase; color: var(--bone); }
.matchup-head .vsbadge { width: 34px; height: 34px; font-size: 11px; border: 2px solid var(--volt); color: var(--volt-glow); border-radius: 50%; display: grid; place-items: center; background: var(--ink); font-family: "Unbounded", sans-serif; font-weight: 800; }
.matchup-head .mbe { margin-left: auto; font-family: "Geist Mono", monospace; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bone-faint); }
.matchup-head .mbe b { color: var(--volt-glow); }
.mcond { display: grid; grid-template-columns: 110px 1fr; align-items: center; border-top: 1px solid var(--line); }
.mcond:first-of-type { border-top: none; }
.mcl { padding: 14px 18px; font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone-faint); }
.mgrid { display: grid; grid-template-columns: repeat(3, 1fr); }
.mcorner { padding: 14px 16px; border-left: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.mcorner span { font-size: 12.5px; color: var(--bone-dim); }
.mcorner span em { font-style: normal; font-family: "Geist Mono", monospace; font-size: 10px; color: var(--ember); }
.mcorner b { font-family: "Geist Mono", monospace; font-size: 18px; font-weight: 600; color: var(--bone); }
.mcorner.win { background: var(--volt-soft); }
.mcorner.win b { color: var(--volt-glow); }
@media (max-width: 680px) {
  .mcond { grid-template-columns: 1fr; }
  .mcl { padding-bottom: 0; }
  .mgrid { grid-template-columns: 1fr; }
  .mcorner { border-left: none; border-top: 1px solid var(--line); }
  .mcorner:first-child { border-top: none; }
}

/* ---- contender card grid ---- */
.cards { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card {
  border: 1px solid var(--line); border-radius: var(--r); background: var(--panel);
  padding: 22px; position: relative; transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s;
  transform-style: preserve-3d;
}
.card:hover { border-color: var(--line-volt); transform: translateY(-3px); box-shadow: 0 18px 40px -24px var(--volt-deep); }
.card .tag {
  font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--volt-glow); margin-bottom: 10px;
}
.card h3 { font-size: 19px; }
.card p { color: var(--bone-dim); font-size: 15px; margin: 8px 0 0; }
.card.win { border-color: var(--line-volt); box-shadow: inset 0 0 0 1px var(--line-volt); }

/* ---- fight-card / title-bout CTA ---- */
.fightcard {
  position: relative; border: 2px solid var(--volt); border-radius: 6px;
  background: linear-gradient(180deg, var(--panel-2), var(--ink-2));
  padding: 34px 26px; text-align: center; overflow: hidden;
  box-shadow: 0 0 50px -20px var(--volt-deep) inset;
}
.fightcard::before, .fightcard::after {
  content: ""; position: absolute; left: 0; right: 0; height: 0; border-top: 1px dashed var(--line-volt);
}
.fightcard::before { top: 64px; }
.fightcard::after { bottom: 64px; }
.fightcard .main-event {
  display: inline-block; font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.3em; text-transform: uppercase; color: #fff;
  background: var(--volt); padding: 5px 14px; border-radius: 999px; margin-bottom: 18px;
}
.fightcard h2 { font-size: clamp(28px, 5vw, 46px); margin: 6px 0 4px; }
.fightcard h2 .vs { color: var(--volt-glow); text-shadow: 0 0 24px var(--line-volt); }
.fightcard .tagline { color: var(--bone-dim); font-size: 16px; margin: 8px auto 22px; max-width: 520px; }
.fightcard .marquee {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "Unbounded", sans-serif; font-weight: 800; font-size: clamp(22px, 4vw, 30px);
  color: #fff; background: var(--volt); padding: 14px 26px; border-radius: var(--r);
  text-transform: uppercase; letter-spacing: 0.02em;
  box-shadow: 0 14px 40px -14px var(--volt-deep); transition: transform 0.14s, background 0.15s;
}
.fightcard .marquee:hover { background: var(--volt-glow); text-decoration: none; transform: translateY(-2px); }
.fightcard .undercard {
  margin-top: 16px; font-family: "Geist Mono", monospace; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone-faint);
}

/* ---- fare-fight tool ---- */
.tool { border: 1px solid var(--line); border-radius: 6px; background: var(--panel); overflow: hidden; }
.tool .controls { padding: 22px; border-bottom: 1px solid var(--line); background: var(--ink-2); }
.field { margin-bottom: 16px; }
.field:last-child { margin-bottom: 0; }
.field label {
  display: block; font-family: "Geist Mono", monospace; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone-faint); margin-bottom: 8px;
}
.field select {
  width: 100%; padding: 12px 14px; background: var(--ink); color: var(--bone);
  border: 1px solid var(--line); border-radius: var(--r); font-family: "Geist", sans-serif;
  font-size: 15px; appearance: none; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--bone-dim) 50%), linear-gradient(135deg, var(--bone-dim) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
}
.field select:focus { outline: none; border-color: var(--volt); box-shadow: 0 0 0 3px var(--volt-soft); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--ink);
  color: var(--bone-dim); font-size: 13px; font-weight: 600; cursor: pointer;
  font-family: "Geist", sans-serif; transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.chip:hover { border-color: var(--line-volt); }
.chip[aria-pressed="true"] { background: var(--volt); color: #fff; border-color: var(--volt); }
.chip .n { display: block; font-size: 10.5px; color: inherit; opacity: 0.72; font-weight: 500; letter-spacing: 0.04em; }

.result { padding: 22px; }
.scorerow {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch;
}
.fighter {
  border: 1px solid var(--line); border-radius: var(--r); background: var(--ink-2); padding: 18px;
  text-align: center; position: relative; overflow: hidden;
}
.fighter.win { border-color: var(--volt); box-shadow: inset 0 0 0 1px var(--volt), 0 0 34px -16px var(--volt-deep); }
.fighter .who {
  font-family: "Unbounded", sans-serif; font-weight: 800; font-size: 15px; text-transform: uppercase;
}
.fighter .sub { font-family: "Geist Mono", monospace; font-size: 11px; color: var(--bone-faint); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }
.fighter .amt { font-family: "Unbounded", sans-serif; font-weight: 800; font-size: clamp(28px, 5vw, 38px); margin-top: 12px; font-variant-numeric: tabular-nums; }
.fighter.win .amt { color: var(--volt-glow); }
.fighter .belt-tag {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--volt); color: #fff; font-family: "Geist Mono", monospace;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px;
  white-space: nowrap;
}
.fighter .surge-tag { color: var(--ember); }
/* animated cost bar */
.fighter .bar { height: 4px; border-radius: 2px; background: var(--line); margin-top: 14px; overflow: hidden; }
.fighter .bar i { display: block; height: 100%; width: 0; border-radius: 2px; background: var(--bone-faint); transition: width 0.7s cubic-bezier(.2,.7,.2,1); }
.fighter.win .bar i { background: linear-gradient(90deg, var(--volt-deep), var(--volt-glow)); }
.midvs {
  display: grid; place-items: center; padding: 0 14px;
}
.midvs span {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--ink); border: 2px solid var(--volt); color: var(--volt-glow);
  font-family: "Unbounded", sans-serif; font-weight: 800; font-size: 13px;
}
.midvs.pulse span { animation: vspulse 0.6s ease; }
@keyframes vspulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 var(--line-volt); }
  40% { transform: scale(1.18); box-shadow: 0 0 0 10px rgba(61,123,255,0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(61,123,255,0); }
}
/* clash-in */
.clash-l { animation: clashL 0.5s cubic-bezier(.2,.8,.2,1) both; }
.clash-r { animation: clashR 0.5s cubic-bezier(.2,.8,.2,1) both; }
@keyframes clashL { from { opacity: 0; transform: translateX(-28px); } to { opacity: 1; transform: none; } }
@keyframes clashR { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .clash-l, .clash-r, .midvs.pulse span { animation: none !important; }
  .fighter .bar i { transition: none; }
}
.verdict {
  margin-top: 20px; padding: 16px 18px; border: 1px solid var(--line-volt); border-radius: var(--r);
  background: var(--volt-soft); font-size: 15.5px; color: var(--bone);
}
.verdict b { color: var(--volt-glow); }
.breakeven { margin-top: 10px; font-family: "Geist Mono", monospace; font-size: 13px; color: var(--bone-dim); }

/* ---- article ---- */
article.post { padding: 40px 0 56px; }
article.post h1 { font-size: clamp(28px, 5vw, 46px); }
article.post .dek { color: var(--bone-dim); font-size: 19px; margin: 4px 0 18px; }
article.post .meta { font-family: "Geist Mono", monospace; font-size: 12px; color: var(--bone-faint); letter-spacing: 0.08em; text-transform: uppercase; }
article.post h2 { font-size: 24px; margin-top: 36px; }
article.post p { margin: 14px 0; }
article.post .body { font-size: 17.5px; }

/* ranked list (listicles) */
.rankrow {
  display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start;
  border: 1px solid var(--line); border-radius: var(--r); background: var(--panel);
  padding: 18px 20px; margin: 14px 0; transition: border-color 0.15s, transform 0.15s;
}
.rankrow:hover { border-color: var(--line-volt); transform: translateX(2px); }
.rankrow.top { border-color: var(--volt); box-shadow: inset 0 0 0 1px var(--line-volt); }
.rankrow .num {
  font-family: "Unbounded", sans-serif; font-weight: 800; font-size: 26px; color: var(--bone-faint);
  line-height: 1; min-width: 38px;
}
.rankrow.top .num { color: var(--volt-glow); }
.rankrow h3 { font-size: 18px; margin: 0 0 4px; text-transform: none; font-family: "Unbounded", sans-serif; }
.rankrow .pick { display: inline-block; font-family: "Geist Mono", monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; background: var(--volt); padding: 2px 8px; border-radius: 999px; margin-left: 8px; vertical-align: middle; }
.rankrow p { color: var(--bone-dim); font-size: 15px; margin: 0; }

/* listing / journal index */
.list-item { border-top: 1px solid var(--line); padding: 22px 0; display: grid; gap: 6px; transition: padding-left 0.15s; }
.list-item:hover { padding-left: 6px; }
.list-item:first-child { border-top: none; }
.list-item .k { font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--volt-glow); }
.list-item h3 { font-size: 21px; margin: 0; text-transform: none; font-family: "Unbounded", sans-serif; }
.list-item p { color: var(--bone-dim); margin: 0; font-size: 15.5px; }
.list-item .m { font-family: "Geist Mono", monospace; font-size: 11px; color: var(--bone-faint); letter-spacing: 0.06em; }

/* generic prose blocks */
.prose h2 { font-size: 24px; margin-top: 34px; }
.prose p { margin: 14px 0; color: var(--bone); }
.prose ul { color: var(--bone-dim); padding-left: 20px; }
.prose li { margin: 8px 0; }
.note { font-size: 14px; color: var(--bone-faint); border-left: 2px solid var(--line-volt); padding: 4px 0 4px 14px; margin: 18px 0; }

/* footer */
footer.foot { border-top: 1px solid var(--line); background: var(--ink-2); margin-top: 40px; }
footer.foot .wrap { padding: 40px 24px; display: grid; gap: 22px; grid-template-columns: 1.5fr 1fr 1fr; }
footer.foot h4 { font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone-faint); margin: 0 0 12px; }
footer.foot a { display: block; color: var(--bone-dim); font-size: 14px; padding: 3px 0; }
footer.foot a:hover { color: var(--bone); }
footer.foot .imprint { color: var(--bone-faint); font-size: 12.5px; line-height: 1.7; }
footer.foot .imprint b { color: var(--bone); font-family: "Unbounded", sans-serif; }
.legal { border-top: 1px solid var(--line); }
.legal .wrap { padding: 16px 24px; font-size: 12px; color: var(--bone-faint); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* embed copy-code box */
.embedbox { border: 1px solid var(--line); border-radius: var(--r); background: var(--ink-2); margin: 22px 0; }
.embedbox .bar { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.embedbox .bar span { font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bone-faint); }
.embedbox textarea { width: 100%; border: none; background: transparent; color: var(--volt-glow); font-family: "Geist Mono", monospace; font-size: 12.5px; padding: 14px; resize: vertical; min-height: 96px; }
.copybtn { background: var(--volt); color: #fff; border: none; padding: 6px 12px; border-radius: var(--r); font-weight: 700; font-size: 12px; cursor: pointer; font-family: "Geist Mono", monospace; text-transform: uppercase; letter-spacing: 0.08em; }

/* breadcrumb */
.crumb { font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bone-faint); padding: 18px 0 0; }
.crumb a { color: var(--bone-dim); }

/* embed-only chrome */
.embed-shell { padding: 14px; }
.embed-credit { margin-top: 14px; font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bone-faint); text-align: center; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  .bill-inner { flex-wrap: wrap; gap: 10px; }
  .bill nav { order: 3; width: 100%; }
  .bill nav a { padding: 6px 9px; font-size: 11.5px; }
  footer.foot .wrap { grid-template-columns: 1fr; }
  .scorerow { grid-template-columns: 1fr; gap: 12px; }
  .midvs { padding: 6px 0; }
  .midvs span { transform: rotate(90deg); }
  .tape-row .v, .tape-head .corner { padding: 11px 12px; font-size: 15px; }
}

/* reveal */
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 0.5s, transform 0.5s; }
[data-reveal].in { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }
