/* ---------- Tokens · Pickr brand (white, single theme by design) ---------- */
:root {
  --ground: #FFFFFF;
  --paper: #F7F7F7;            /* Cloud */
  --ink: #0B0B0F;              /* Obsidian */
  --muted: #6A6D75;
  --rule: #E4E5E9;
  --a: #006CFF;                /* Pickr Blue */
  --b: #FF2D9E;                /* Energy Pink */
  --v: #8B5CF6;                /* Volt Purple */
  --a-wash: rgba(0, 108, 255, 0.08);
  --b-wash: rgba(255, 45, 158, 0.08);
  --v-wash: rgba(139, 92, 246, 0.10);
  --ph-1: #EEEFF1; --ph-2: #ECEDF0; --ph-3: #EFEEF0; --ph-4: #EDEFF1;
  --ph-5: #EFEEEF; --ph-6: #EDEEEF; --ph-7: #EEEDF1; --ph-8: #ECEEEE;
  --ph-ink: rgba(11, 11, 15, 0.10);
  --display: "Archivo", "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
  --mono: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
  --r: 10px;
  color-scheme: light;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font: 400 16px/1.5 var(--body);
  padding-inline: max(16px, env(safe-area-inset-left));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
p { margin: 0; }
.mono { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; }
:focus-visible { outline: 2px solid var(--a); outline-offset: 3px; }
[hidden] { display: none !important; }

/* ---------- Bar ---------- */
.bar {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  max-width: 1120px; width: 100%; margin-inline: auto;
  padding-block: 18px 14px;
  border-bottom: 1px solid var(--rule);
}
.wordmark { display: block; line-height: 0; }
.wordmark img { height: 30px; width: auto; }
.bar-meta { color: var(--muted); text-transform: uppercase; }

/* ---------- Landing ---------- */
.landing { max-width: 1120px; width: 100%; margin-inline: auto; flex: 1; }

.hero {
  display: grid; gap: 40px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  padding-block: 56px 64px;
}
.eyebrow { color: var(--muted); text-transform: uppercase; margin-bottom: 18px; }
.display {
  font-family: var(--display); font-stretch: 125%; font-weight: 900;
  text-transform: uppercase; line-height: 0.95; letter-spacing: -0.01em;
  font-size: clamp(40px, 6.6vw, 88px);
}
.display em { font-style: normal; color: var(--a); }
.lede { max-width: 34em; margin-top: 24px; font-size: 18px; color: var(--ink); }

.doors { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; max-width: 520px; }
.door {
  text-align: left; cursor: pointer;
  display: grid; gap: 2px;
  padding: 16px 18px 18px;
  background: var(--a); color: #FFFFFF;
  border: 0; border-radius: var(--r);
  transition: transform .15s ease, background-color .15s ease;
}
.door:hover { transform: translateY(-2px); }
.door-alt { background: var(--paper); color: var(--ink); box-shadow: inset 0 0 0 1px var(--rule); }
.door-k { opacity: 0.6; text-transform: uppercase; }
.door-t {
  font-family: var(--display); font-stretch: 118%; font-weight: 800;
  text-transform: uppercase; font-size: 24px; line-height: 1; margin-top: 6px;
}
.door-s { font-size: 13px; opacity: 0.75; margin-top: 4px; }

/* Specimen (example round) */
.specimen { margin: 0; background: var(--ground); border: 1px solid var(--rule); border-radius: var(--r); padding: 14px; }
.specimen-cap { display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap; color: var(--muted); text-transform: uppercase; padding-bottom: 12px; }
.specimen-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* ---------- Portrait card (shared by landing + study) ---------- */
.pcard { display: grid; gap: 10px; align-content: start; }
.portrait {
  position: relative; aspect-ratio: 2 / 3; max-width: 100%;
  border-radius: 4px; overflow: hidden; background: var(--ph-1);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.ph[data-tone="1"] { background: var(--ph-1); } .ph[data-tone="2"] { background: var(--ph-2); }
.ph[data-tone="3"] { background: var(--ph-3); } .ph[data-tone="4"] { background: var(--ph-4); }
.ph[data-tone="5"] { background: var(--ph-5); } .ph[data-tone="6"] { background: var(--ph-6); }
.ph[data-tone="7"] { background: var(--ph-7); } .ph[data-tone="8"] { background: var(--ph-8); }
.ph::after { /* head-and-shoulders silhouette until real portraits are added */
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 9% 6% at 50% 16%, var(--ph-ink) 98%, transparent 100%),
    radial-gradient(ellipse 17% 24% at 50% 44%, var(--ph-ink) 98%, transparent 100%),
    radial-gradient(ellipse 13% 26% at 50% 76%, var(--ph-ink) 98%, transparent 100%);
}
.ph-id { position: absolute; left: 8px; bottom: 8px; z-index: 1; color: var(--muted); font-family: var(--mono); font-size: 11px; }
.tag {
  position: absolute; top: 8px; left: 8px; z-index: 1;
  width: 26px; height: 26px; display: grid; place-items: center;
  font-family: var(--mono); font-weight: 500; font-size: 13px; color: #fff; border-radius: 3px;
}
.tag-a { background: var(--a); } .tag-b { background: var(--b); }

.stats { margin: 0; display: grid; }
.stats > div {
  display: flex; justify-content: space-between; align-items: baseline; gap: 8px;
  padding-block: 6px; border-top: 1px solid var(--rule);
}
.stats dt { font-family: var(--mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.03em; }
.stats dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; font-size: 15px; text-align: right; }
.stats .changed { background: var(--v-wash); }
.stats .changed dd { color: var(--v); }

/* ---------- Method ---------- */
.method { padding-block: 40px; border-top: 1px solid var(--rule); }
.section-k { text-transform: uppercase; color: var(--muted); font-weight: 500; margin-bottom: 20px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.steps li { display: grid; gap: 6px; align-content: start; }
.step-n { color: var(--muted); text-transform: uppercase; }
.steps h3 { font-family: var(--display); font-stretch: 118%; font-weight: 900; text-transform: uppercase; font-size: 20px; line-height: 1.05; }
.steps p { color: var(--muted); font-size: 15px; }

.terms {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px;
  padding-block: 28px 48px; border-top: 1px solid var(--rule);
  font-size: 14px; color: var(--muted);
}
.terms strong { color: var(--ink); display: block; }

.foot { max-width: 1120px; width: 100%; margin-inline: auto; padding-block: 18px 28px; color: var(--muted); border-top: 1px solid var(--rule); }


/* ---------- Start page (sex + age) ---------- */
.intro { max-width: 640px; padding-block: 48px 40px; display: grid; gap: 28px; }
.intro .eyebrow { margin-bottom: -10px; }
.intro-line { font-size: 17px; line-height: 1.45; color: var(--muted); max-width: 34em; margin-top: -8px; }
.intro-line b { color: var(--ink); font-weight: 700; }
.setup { display: grid; gap: 22px; }
.setup-field { border: 0; margin: 0; padding: 0; display: grid; gap: 10px; }
.setup-field legend { color: var(--muted); text-transform: uppercase; padding: 0; margin-bottom: 10px; }
.seg { display: grid; gap: 8px; }
.seg-2 { grid-template-columns: 1fr 1fr; }
.seg-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label {
  cursor: pointer; display: grid; place-items: center; min-height: 56px; padding: 8px 6px;
  background: var(--paper); border: 1.5px solid var(--rule); border-radius: var(--r);
  font-family: var(--display); font-stretch: 112%; font-weight: 900; text-transform: uppercase;
  font-size: 17px; text-align: center; font-variant-numeric: tabular-nums;
  transition: background-color .12s ease, border-color .12s ease, color .12s ease;
}
.seg-5 label { font-size: 14px; font-stretch: 100%; }
.seg label:hover { border-color: var(--ink); }
.seg input:checked + label { background: var(--ink); color: #FFFFFF; border-color: var(--ink); }
.seg input:focus-visible + label { outline: 2px solid var(--a); outline-offset: 2px; }
.start {
  cursor: pointer; border: 0; border-radius: var(--r); min-height: 62px; margin-top: 4px;
  background: var(--a); color: #FFFFFF;
  font-family: var(--display); font-stretch: 118%; font-weight: 900; font-size: 22px; text-transform: uppercase; letter-spacing: 0.02em;
  transition: transform .12s ease, opacity .12s ease;
}
.start:hover:not(:disabled) { transform: translateY(-2px); }
.start:disabled { opacity: 0.35; cursor: not-allowed; }
.start-hint { color: var(--muted); font-size: 14px; margin-top: -10px; }
@media (max-width: 560px) {
  .intro { padding-block: 26px 28px; gap: 22px; }
  .seg-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}


/* ---------- Results: thanks, ranking, compare ---------- */
.thanks { display: grid; gap: 10px; padding-bottom: 6px; }
.follow { justify-self: start; text-decoration: none; background: var(--a); border-color: var(--a); color: #FFFFFF; }
.share-boys { display: grid; gap: 10px; background: var(--a-wash); border-radius: var(--r); padding: 14px 16px; margin-top: 6px; }
.share-boys p { font-size: 15px; }
.share-btn { background: var(--a); border-color: var(--a); color: #FFFFFF; }
.ranked { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.ranked li { display: grid; gap: 6px; }
.ranked-head { display: flex; align-items: baseline; gap: 10px; }
.ranked-n { font-family: var(--display); font-stretch: 100%; font-weight: 900; font-size: 14px; color: #FFFFFF; background: var(--ink); border-radius: 6px; min-width: 24px; height: 24px; display: grid; place-items: center; }
.ranked-label { font-family: var(--display); font-stretch: 112%; font-weight: 900; text-transform: uppercase; font-size: 18px; flex: 1; }
.ranked-score { font-family: var(--display); font-stretch: 100%; font-weight: 900; font-size: 18px; color: var(--a); font-variant-numeric: tabular-nums; }
.ranked li:first-child .ranked-n { background: var(--a); }
.meter { height: 8px; background: var(--paper); border-radius: 99px; overflow: hidden; }
.meter span { display: block; height: 100%; background: var(--a); border-radius: 99px; }
.ranked li:nth-child(n+2) .meter span { background: var(--ink); opacity: .75; }
.ranked p { color: var(--muted); font-size: 15px; }
.compare-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.compare-list li { background: var(--paper); border-radius: var(--r); padding: 12px 14px; font-size: 15px; }
.compare-list b { color: var(--ink); }
.muted { color: var(--muted); }

/* ---------- Study ---------- */
.study { width: 100%; max-width: 720px; margin-inline: auto; flex: 1; padding-block: 18px 40px; }
.progress { height: 3px; background: var(--rule); border-radius: 2px; overflow: hidden; }
.progress-fill { height: 100%; width: 0; background: var(--a); transition: width .35s ease; }
.study-head { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); text-transform: uppercase; padding-block: 10px 18px; }

.screen { display: grid; gap: 18px; animation: rise .28s ease both; }
@keyframes rise { from { transform: translateY(6px); opacity: .6; } to { transform: none; opacity: 1; } }

.q {
  font-family: var(--display); font-stretch: 118%; font-weight: 850; text-transform: uppercase;
  font-size: clamp(24px, 4.6vw, 40px); line-height: 1.02;
}
.q-sub { color: var(--muted); font-size: 15px; max-width: 36em; }

/* Rate */
.rate { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: 24px; align-items: end; }
.scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.scale button {
  cursor: pointer; aspect-ratio: 1; max-width: 100%;
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--r);
  font-family: var(--display); font-stretch: 100%; font-weight: 900; font-size: 24px;
  font-variant-numeric: tabular-nums;
  transition: background-color .12s ease, color .12s ease, border-color .12s ease;
}
.scale button:hover { border-color: var(--ink); }
.scale button.on, .scale button:active { background: var(--a); color: #FFFFFF; border-color: var(--a); }
.scale-ends { display: flex; justify-content: space-between; color: var(--muted); margin-top: 8px; }


/* Options (age) */
.options { display: grid; gap: 10px; max-width: 420px; }
.options .btn { text-align: left; }

/* Rate: portrait first, number pad right under it */
.rate-controls { display: grid; gap: 12px; }
.q-rate { font-size: clamp(20px, 3.6vw, 30px); }


/* ---------- Trading card / profile card ---------- */
.tcard {
  display: grid; align-content: start; gap: 0;
  background: var(--paper);
  border: 1px solid var(--rule); border-radius: 16px;
  padding: 6px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(11, 11, 15, 0.05), 0 16px 32px -20px rgba(11, 11, 15, 0.35);
  text-align: left;
}
.tcard .portrait { border-radius: 11px; }
.tcard .shade {
  position: absolute; inset: auto 0 0 0; height: 22%; z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(10, 11, 14, 0.38));
}
.tcard .tag {
  top: auto; bottom: 10px; left: 10px; z-index: 2;
  width: auto; height: auto; padding: 3px 9px 2px;
  font-family: var(--display); font-stretch: 118%; font-weight: 900; font-size: 22px; line-height: 1;
  border-radius: 6px; letter-spacing: 0.02em;
}
.tcard .ph-id { left: auto; right: 10px; bottom: 10px; z-index: 2; color: rgba(255, 255, 255, 0.7); }
.tcard .stats { padding: 6px 6px 2px; }
.tcard .stats > div { padding-block: 7px; border-top: 1px dashed var(--rule); align-items: center; }
.tcard .stats > div:first-child { border-top: 0; }
.tcard .stats dt { font-size: 10px; letter-spacing: 0.06em; }
.tcard .stats dd {
  font-family: var(--display); font-stretch: 100%; font-weight: 900; font-size: 22px; line-height: 1;
}
.tcard .stats .changed {
  background: var(--v-wash); box-shadow: none; border-radius: 6px;
  margin-inline: -4px; padding-inline: 4px; border-top-color: transparent;
}
.tcard .stats .changed + div { border-top-color: transparent; }
.tcard-solo { max-width: 100%; }
.portrait:not(.ph) .ph-id { display: none; } /* ids only label placeholders */


/* ---------- Facts on the photo (dating-profile style) ---------- */
.portrait .tag { top: 8px; bottom: auto; left: 8px; }
.portrait.has-facts .shade {
  position: absolute; inset: auto 0 0 0; height: 62%; z-index: 1;
  background: linear-gradient(180deg, rgba(11, 11, 15, 0) 0%, rgba(11, 11, 15, 0.6) 50%, rgba(11, 11, 15, 0.88) 100%);
}
.facts { position: absolute; left: 6px; right: 6px; bottom: 6px; z-index: 2; margin: 0; display: grid; gap: 4px; }
.fact {
  display: flex; justify-content: space-between; align-items: center; gap: 6px;
  padding: 7px 9px; border-radius: 8px;
  background: rgba(255, 255, 255, 0.14); color: #FFFFFF;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  animation: fact-in .32s cubic-bezier(.2, .8, .2, 1) both; animation-delay: calc(var(--i) * 110ms + 80ms);
}
.fact dt { font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.9; }
.fact dd { margin: 0; font-family: var(--display); font-stretch: 100%; font-weight: 900; font-size: 20px; line-height: 1; font-variant-numeric: tabular-nums; }
.fact.changed { background: var(--v); box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9); }
@keyframes fact-in { from { opacity: 0; transform: translateY(8px) scale(.96); } to { opacity: 1; transform: none; } }
.pair.reading .choice { cursor: wait; }
.pair.reading .choice:hover { transform: none; }
@media (max-width: 560px) {
  /* Phones: taller photo window uses the empty space below the cards. Full-body shots have white
     margins on both sides, so trimming the sides never cuts her off. */
  .pair .portrait {
    aspect-ratio: auto;
    height: min(calc(100vh - 320px), calc((50vw - 24px) * 2.4));
    height: min(calc(100svh - 320px), calc((50vw - 24px) * 2.4));
    min-height: 280px;
  }
  .portrait.has-facts .shade { height: 40%; }
  .facts { left: 4px; right: 4px; bottom: 4px; gap: 2px; }
  .fact { padding: 4px 6px; border-radius: 6px; }
  .fact dt { font-size: 8.5px; letter-spacing: 0.02em; }
  .fact dd { font-size: 15px; }
}

/* Choose */
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { cursor: pointer; transition: border-color .12s ease, transform .12s ease, box-shadow .12s ease; }
.choice:hover { transform: translateY(-2px); }
.choice[data-k="A"]:hover { border-color: var(--a); box-shadow: 0 0 0 1px var(--a); }
.choice[data-k="B"]:hover { border-color: var(--b); box-shadow: 0 0 0 1px var(--b); }
.choice.picked[data-k="A"] { border-color: var(--a); box-shadow: 0 0 0 2px var(--a); background: var(--a-wash); }
.choice.picked[data-k="B"] { border-color: var(--b); box-shadow: 0 0 0 2px var(--b); background: var(--b-wash); }
.pick-line { font-family: var(--mono); font-size: 12px; text-transform: uppercase; color: var(--muted); text-align: center; padding-block: 8px 6px; }

/* Single (dealbreaker) */
.single { display: grid; grid-template-columns: minmax(0, 260px) minmax(0, 1fr); gap: 24px; align-items: end; }
.single .pcard { background: var(--paper); border: 1px solid var(--rule); border-radius: var(--r); padding: 10px 10px 4px; }
.yesno { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn {
  cursor: pointer; border-radius: var(--r); padding: 16px 18px;
  font-family: var(--display); font-stretch: 118%; font-weight: 900; font-size: 18px; text-transform: uppercase;
  background: var(--paper); border: 1px solid var(--rule);
}
.btn:hover { border-color: var(--ink); }
.btn-solid { background: var(--ink); color: var(--ground); border-color: var(--ink); }
.btn-quiet { background: transparent; border-color: transparent; color: var(--muted); font-family: var(--mono); font-size: 13px; font-weight: 500; text-transform: none; }

/* About */
.about { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; border: 0; padding: 0; margin: 0; }
.field legend { font-weight: 700; font-size: 15px; padding: 0; margin-bottom: 8px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chips input { position: absolute; opacity: 0; pointer-events: none; }
.chips label {
  cursor: pointer; padding: 8px 12px; border-radius: 999px;
  background: var(--paper); border: 1px solid var(--rule); font-size: 14px;
}
.chips input:checked + label { background: var(--ink); color: var(--ground); border-color: var(--ink); }
.chips input:focus-visible + label { outline: 2px solid var(--a); outline-offset: 2px; }
.about-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }

/* Results */
.results { display: grid; gap: 28px; }
.r-block { border-top: 1px solid var(--rule); padding-top: 14px; display: grid; gap: 12px; }
.r-k { text-transform: uppercase; color: var(--muted); }
.lines { display: grid; gap: 0; }
.line { display: grid; grid-template-columns: 150px 1fr; gap: 14px; align-items: baseline; padding-block: 12px; border-bottom: 1px solid var(--rule); }
.line-v {
  font-family: var(--display); font-stretch: 118%; font-weight: 900; font-size: 34px; line-height: 0.95;
  font-variant-numeric: tabular-nums; text-transform: uppercase;
}
.line-v.never { color: var(--a); }
.line-v.switched { color: var(--b); }
.line p { font-size: 15px; }
.line small { display: block; color: var(--muted); font-family: var(--mono); font-size: 11px; text-transform: uppercase; margin-bottom: 2px; }
.line-2 p { font-size: 15px; }
.line-2 .never { color: var(--a); font-weight: 600; }
.line-2 .switched { color: var(--b); font-weight: 600; }
.db { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; }
.db div { background: var(--paper); border: 1px solid var(--rule); border-radius: var(--r); padding: 10px 12px; display: grid; gap: 2px; }
.db b { font-family: var(--display); font-stretch: 118%; font-weight: 800; font-size: 22px; text-transform: uppercase; }
.db .no { color: var(--b); } .db .yes { color: var(--a); }
.db span { font-size: 13px; color: var(--muted); }
.locked { background: var(--paper); border: 1px dashed var(--rule); border-radius: var(--r); padding: 16px; color: var(--muted); font-size: 15px; }
.locked strong { color: var(--ink); }
.debug { font-family: var(--mono); font-size: 11px; white-space: pre-wrap; overflow-x: auto; background: var(--paper); border: 1px solid var(--rule); border-radius: var(--r); padding: 12px; max-height: 360px; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-block: 28px 40px; gap: 28px; }
  .steps, .terms { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .display { font-size: 42px; }
  .lede { font-size: 16px; }
  .door { padding: 14px; }
  .door-t { font-size: 20px; }
  .steps, .terms { grid-template-columns: 1fr; gap: 18px; }
  .rate, .single { grid-template-columns: 1fr; gap: 16px; }
  /* Full-body photo: size the card from the screen height left after the header, question and
     number pad, so head-to-toe AND all 10 buttons fit without scrolling on any phone. */
  .rate { gap: 12px; }
  .rate .tcard-solo { justify-self: center; width: min(100%, calc((100vh - 330px) * 2 / 3 + 12px)); }
  .rate .tcard-solo { width: min(100%, calc((100svh - 330px) * 2 / 3 + 12px)); }
  .rate-controls { gap: 8px; }
  .scale { gap: 6px; }
  .scale button { aspect-ratio: auto; height: 50px; font-size: 22px; }
  .scale-ends { margin-top: 2px; }
  .bar { padding-block: 12px 10px; }
  .wordmark img { height: 24px; }
  .study { padding-block: 10px 24px; }
  .study-head { padding-block: 8px 10px; }
  .screen { gap: 12px; }
  .pair { gap: 8px; }
  .choice { padding: 5px; }
  .tcard .stats dd { font-size: 18px; }
  .tcard .stats dt { font-size: 9px; letter-spacing: 0.03em; }
  .stats dt { font-size: 10px; letter-spacing: 0; }
  .stats dd { font-size: 14px; }
  .line { grid-template-columns: 1fr; gap: 6px; }
  .line-v { font-size: 30px; }
  .line-2 p { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
