/* Truth or Dare — scene styles on top of the shared system (tokens.css/app.css).
   Pastel, sharp-cornered, minimal words; pink/blue member identity throughout.
   All minigame "art" is CSS + emoji on purpose (the gamePreview.js philosophy). */

/* dare.css only loads on /dare, so a page-scoped utility is safe here. */
.is-hidden { display: none !important; }

/* ---------- STAKES ---------- */
.td-stakes { gap: var(--s2); max-width: 620px; margin: 0 auto; width: 100%; text-align: center; }
.td-stakes-title {
  font-size: clamp(24px, 5vw, 36px); font-weight: 800; letter-spacing: -0.02em;
  margin: 0; text-wrap: balance;
}
.td-stakes-sub { margin: 0; color: var(--ink-soft); font-size: 14px; }
.td-stake-box { display: grid; gap: 10px; width: 100%; }
.td-stake-input {
  width: 100%; resize: none; font: inherit; font-size: 16px; font-weight: 600;
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); color: var(--ink);
}
.td-stake-input:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 2px var(--pink-tint); }
.td-sealed {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px; border: 1.5px dashed var(--pink); border-radius: var(--r-card);
  background: linear-gradient(180deg, var(--pink-tint), var(--paper-raised));
  font: inherit; font-weight: 700; cursor: pointer; color: var(--ink);
  animation: td-pop .35s cubic-bezier(.34, 1.56, .64, 1) both;
}
.td-sealed-mark { font-size: 22px; }
.td-peer-stake {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  color: var(--ink-soft); font-size: 13.5px; min-height: 22px;
}
.td-peer-mark { font-size: 16px; }
.td-config-label { margin-top: 4px; }
.td-pills { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; width: 100%; }
.td-pill {
  display: grid; gap: 2px; justify-items: center;
  padding: 10px 16px; border: 1.5px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); font: inherit; font-weight: 700; font-size: 14px;
  color: var(--ink); cursor: pointer;
  transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.td-pill:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--ink); }
.td-pill.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper-raised, #fff); }
.td-pill.is-active .td-pill-sub { color: rgba(255, 255, 255, .7); }
.td-pill-sub { font-size: 10.5px; font-weight: 600; color: var(--ink-soft); }
.td-start { margin-top: 6px; }

/* ---------- GAME: chrome ---------- */
.td-game { gap: var(--s2); max-width: 640px; margin: 0 auto; width: 100%; }
.td-head { display: flex; align-items: center; gap: 12px; width: 100%; }
.td-round-label { white-space: nowrap; }
.td-score-row { flex: 1; display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.td-score-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 700; padding: 4px 11px; border-radius: 999px;
  border: 1.5px solid var(--line); background: var(--paper-raised);
}
.td-score-chip b { font-size: 14px; }
.td-score-chip[data-color="pink"] { border-color: var(--pink); }
.td-score-chip[data-color="blue"] { border-color: var(--blue); }
.td-timer {
  font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--ink-soft);
  min-width: 38px; text-align: right;
}
.td-timer.is-urgent { color: #E14E62; animation: td-pulse 1s ease infinite; }
@keyframes td-pulse { 50% { opacity: .35; } }

.td-game-body { width: 100%; display: grid; justify-items: center; }
.td-tie-banner {
  width: 100%; text-align: center; padding: 9px 14px; border-radius: var(--r-card);
  background: linear-gradient(90deg, var(--pink-tint), var(--blue-tint));
  border: 1.5px solid var(--line); font-weight: 800; font-size: 13.5px;
  animation: td-pop .35s cubic-bezier(.34, 1.56, .64, 1) both;
}
.td-waiting {
  width: 100%; text-align: center; color: var(--ink-soft); font-size: 13.5px;
  font-weight: 600; padding: 8px 0;
}
.td-hint { margin: 0; color: var(--ink-soft); font-size: 13.5px; text-align: center; min-height: 20px; }

/* intro */
.td-intro { display: grid; gap: 10px; justify-items: center; text-align: center; padding: 12px 0; }
.td-intro-emoji { font-size: 56px; line-height: 1; animation: td-pop .4s cubic-bezier(.34, 1.56, .64, 1) both; }
.td-intro-title { margin: 0; font-size: clamp(24px, 5vw, 34px); font-weight: 800; letter-spacing: -0.02em; }
.td-intro-how { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.5; max-width: 400px; text-wrap: balance; }
.td-ready { margin-top: 6px; }

/* the shared stage every minigame renders into */
.td-stage { display: grid; gap: 14px; justify-items: center; width: 100%; padding: 8px 0; }
.td-shake { animation: td-shake .3s ease; }
@keyframes td-shake {
  20% { transform: translateX(-7px); } 40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); } 80% { transform: translateX(3px); }
}

/* result beat */
.td-result { display: grid; gap: 12px; justify-items: center; text-align: center; padding: 10px 0; width: 100%; }
.td-result-headline { margin: 0; font-size: clamp(21px, 4.5vw, 30px); font-weight: 800; letter-spacing: -0.02em; }
.td-result-pair { display: flex; align-items: stretch; gap: 10px; justify-content: center; flex-wrap: wrap; width: 100%; }
.td-result-chip {
  position: relative; flex: 1 1 170px; max-width: 250px; display: grid; gap: 5px;
  padding: 14px 16px; border-radius: var(--r-card); background: var(--paper-raised);
  border: 1.5px solid var(--line); animation: td-pop .38s cubic-bezier(.34, 1.56, .64, 1) both;
}
.td-result-chip[data-color="pink"] { border-color: var(--pink); background: linear-gradient(180deg, var(--pink-tint), var(--paper-raised)); }
.td-result-chip[data-color="blue"] { border-color: var(--blue); background: linear-gradient(180deg, var(--blue-tint), var(--paper-raised)); animation-delay: 90ms; }
.td-result-chip.is-winner { box-shadow: 0 8px 26px rgba(23, 24, 28, .12); }
.td-result-name {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--ink-soft);
}
.td-result-val { font-weight: 800; font-size: 17px; }
.td-result-crown { position: absolute; top: -13px; right: -7px; font-size: 22px; transform: rotate(14deg); }
.td-result-vs { align-self: center; font-weight: 900; font-size: 15px; color: var(--ink-soft); }
.td-result-detail { margin: 0; font-weight: 700; font-size: 14.5px; }
.td-result-next { margin: 0; color: var(--ink-soft); font-size: 14px; }
.td-skip { margin-top: 2px; }

/* ---------- minigames ---------- */
/* ⚡ reaction */
.td-react-heart {
  width: min(200px, 52vw); aspect-ratio: 1; border-radius: 50%;
  border: 2px solid var(--line); background: var(--paper-raised);
  font-size: 72px; cursor: pointer; display: grid; place-items: center;
  transition: transform .1s ease, background .12s ease, border-color .12s ease;
}
.td-react-heart.is-live { background: var(--pink-tint); border-color: var(--pink); transform: scale(1.06); }
.td-react-heart:active { transform: scale(.96); }

/* 🎨 color clash */
.td-clash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; max-width: 440px; }
.td-clash-word {
  padding: 18px 10px; font: inherit; font-weight: 900; font-size: 20px; letter-spacing: .04em;
  border: 1.5px solid var(--line); border-radius: var(--r-card); background: var(--paper-raised);
  cursor: pointer; transition: transform .1s ease;
}
.td-clash-word:hover { transform: translateY(-2px); }

/* number entry (closest / speed math) */
.td-num-row { display: flex; gap: 10px; justify-content: center; align-items: stretch; flex-wrap: wrap; }
.td-num-input {
  width: 130px; font: inherit; font-weight: 800; font-size: 22px; text-align: center;
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); color: var(--ink);
}
.td-num-input:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 2px var(--pink-tint); }
.td-math-q { font-size: clamp(30px, 7vw, 44px); font-weight: 900; letter-spacing: -0.02em; }

/* big two/three-way choices (rps / big-small) */
.td-rps-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; width: 100%; }
.td-big-choice {
  display: grid; gap: 6px; justify-items: center; flex: 1 1 110px; max-width: 160px;
  padding: 18px 12px; border: 1.5px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); cursor: pointer; font: inherit;
  transition: transform .12s ease, border-color .12s ease;
}
.td-big-choice:hover:not(:disabled) { transform: translateY(-3px); border-color: var(--ink); }
.td-big-choice:disabled { opacity: .55; cursor: default; }
.td-big-choice.is-picked { opacity: 1; border-color: var(--pink); box-shadow: 0 0 0 2px var(--pink-tint); }
.td-big-glyph { font-size: 44px; line-height: 1; }
.td-big-label { font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }

/* ⭕ tic tac toe */
.td-ttt { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; width: min(300px, 78vw); }
.td-ttt-cell {
  aspect-ratio: 1; font-size: 40px; border: 1.5px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); cursor: pointer; transition: transform .1s ease, border-color .12s ease;
}
.td-ttt-cell:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--ink); }
.td-ttt-cell:disabled { cursor: default; }

/* 🫰 chopsticks */
.td-chop { display: grid; gap: 22px; width: 100%; justify-items: center; }
.td-chop-row { display: flex; gap: 18px; }
.td-chop-hand {
  width: 88px; height: 88px; font-size: 44px; border-radius: var(--r-card);
  border: 1.5px solid var(--line); background: var(--paper-raised); cursor: pointer;
  transition: transform .12s ease, border-color .12s ease, opacity .2s ease;
}
.td-chop-peer .td-chop-hand { border-color: var(--blue); background: linear-gradient(180deg, var(--blue-tint), var(--paper-raised)); }
.td-chop-mine .td-chop-hand { border-color: var(--pink); background: linear-gradient(180deg, var(--pink-tint), var(--paper-raised)); }
.td-chop-hand:hover:not(:disabled) { transform: translateY(-3px); }
.td-chop-hand.is-picked { box-shadow: 0 0 0 3px var(--pink); transform: translateY(-3px); }
.td-chop-hand.is-dead { opacity: .3; filter: grayscale(1); }
.td-chop-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; min-height: 38px; }

/* 🧠 memory */
.td-mem-flash { display: flex; gap: 10px; font-size: 36px; justify-content: center; flex-wrap: wrap; }
.td-mem-dots { display: flex; gap: 6px; }
.td-mem-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.td-mem-dot.is-right { background: #58B368; }
.td-mem-dot.is-wrong { background: #E14E62; }
.td-mem-grid, .td-twin-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; width: min(360px, 88vw); }
.td-mem-cell, .td-twin-cell {
  aspect-ratio: 1; font-size: 28px; border: 1.5px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); cursor: pointer; transition: transform .1s ease;
}
.td-mem-cell:hover:not(:disabled), .td-twin-cell:hover { transform: translateY(-2px); }
.td-mem-cell:disabled { opacity: .4; }
.td-twin-cell.is-sel { border-color: var(--pink); box-shadow: 0 0 0 2px var(--pink-tint); }

/* 🔍 odd one out */
.td-odd-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; width: min(380px, 90vw); }
.td-odd-cell {
  aspect-ratio: 1; font-size: 24px; border: 1px solid var(--line); border-radius: 8px;
  background: var(--paper-raised); cursor: pointer;
}

/* 👆 tap frenzy */
.td-frenzy-btn {
  width: min(190px, 50vw); aspect-ratio: 1; border-radius: 50%; font-size: 64px;
  border: 2px solid var(--pink); background: var(--pink-tint); cursor: pointer;
  display: grid; place-items: center; user-select: none; -webkit-user-select: none;
  touch-action: manipulation;
}
.td-frenzy-btn.td-pop { animation: td-pop-tiny .12s ease; }
@keyframes td-pop-tiny { 50% { transform: scale(.93); } }
.td-frenzy-count { margin: 0; font-family: var(--font-mono); font-weight: 700; font-size: 16px; }

/* 🥤 cups */
.td-cups-row { display: flex; gap: 16px; justify-content: center; }
.td-cup {
  width: 92px; height: 100px; font-size: 52px; border: 1.5px solid var(--line);
  border-radius: var(--r-card); background: var(--paper-raised); cursor: pointer;
  animation: td-cup-shuffle 1.1s cubic-bezier(.45, 0, .55, 1) both;
  animation-delay: calc(var(--i) * 90ms);
  transition: transform .12s ease, border-color .12s ease;
}
@keyframes td-cup-shuffle {
  0% { transform: translateX(calc((1 - var(--i)) * 108px)) scale(.9); }
  60% { transform: translateX(calc((var(--i) - 1) * 36px)); }
  100% { transform: none; }
}
.td-cup:hover:not(:disabled) { transform: translateY(-4px); border-color: var(--ink); }
.td-cup.is-picked { border-color: var(--pink); box-shadow: 0 0 0 2px var(--pink-tint); }
.td-cup:disabled { cursor: default; opacity: .6; }
.td-cup.is-picked:disabled { opacity: 1; }

/* 🃏 high card / higher-lower */
.td-deck {
  width: 120px; height: 164px; font-size: 84px; line-height: 1; display: grid; place-items: center;
  border: 1.5px solid var(--line); border-radius: 12px;
  background: repeating-linear-gradient(45deg, var(--blue-tint), var(--blue-tint) 8px, var(--paper-raised) 8px, var(--paper-raised) 16px);
  cursor: pointer; transition: transform .15s ease;
}
.td-deck:hover:not(:disabled) { transform: translateY(-4px) rotate(-2deg); }
.td-deck.is-drawn { transform: rotate(4deg) translateY(-8px); }
.td-card-face {
  width: 104px; height: 144px; display: grid; place-items: center;
  font-size: 52px; font-weight: 900; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--paper-raised); box-shadow: var(--shadow-soft, 0 6px 18px rgba(23,24,28,.08));
}

/* ⏱️ perfect five / 🎰 slots */
.td-stop-face, .td-slot-reel {
  font-family: var(--font-mono); font-weight: 700; font-size: clamp(44px, 11vw, 64px);
  letter-spacing: .04em; padding: 10px 26px; border: 1.5px solid var(--line);
  border-radius: var(--r-card); background: var(--paper-raised); min-width: 170px; text-align: center;
}
.td-slot-reel.is-stopped { border-color: var(--pink); box-shadow: 0 0 0 2px var(--pink-tint); }
.td-stop-btn { min-width: 170px; }

/* 🔤 fast fingers */
.td-alpha-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; width: min(360px, 88vw); }
.td-alpha-cell {
  aspect-ratio: 1; font: inherit; font-weight: 900; font-size: 22px;
  border: 1.5px solid var(--line); border-radius: var(--r-card); background: var(--paper-raised);
  cursor: pointer; transition: transform .1s ease;
}
.td-alpha-cell:hover:not(:disabled) { transform: translateY(-2px); }
.td-alpha-cell.is-done { background: var(--pink-tint); border-color: var(--pink); opacity: .5; }

/* 💘 heart sniper */
.td-arena {
  position: relative; width: 100%; max-width: 480px; aspect-ratio: 4 / 3;
  border: 1.5px dashed var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); overflow: hidden;
}
.td-arena-heart {
  position: absolute; transform: translate(-50%, -50%); background: none; border: 0;
  cursor: pointer; line-height: 1; padding: 4px;
  animation: td-pop .25s cubic-bezier(.34, 1.56, .64, 1) both;
}

/* 📖 word hunt */
.td-hunt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; width: min(400px, 90vw); }
.td-hunt-tile {
  padding: 16px 6px; font-family: var(--font-mono); font-weight: 700; font-size: 16px;
  letter-spacing: .12em; border: 1.5px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); cursor: pointer; transition: transform .1s ease;
}
.td-hunt-tile:hover:not(:disabled) { transform: translateY(-2px); }
.td-hunt-tile:disabled { opacity: .35; text-decoration: line-through; }

/* ---------- FATE ---------- */
.td-fate { gap: var(--s2); max-width: 620px; margin: 0 auto; width: 100%; }
.td-fate-body { display: grid; gap: 14px; justify-items: center; width: 100%; text-align: center; }
.td-fate-title { margin: 0; font-size: clamp(24px, 5vw, 34px); font-weight: 800; letter-spacing: -0.02em; }
.td-fate-cards { display: flex; gap: 14px; justify-content: center; width: 100%; flex-wrap: wrap; }
.td-fate-cards.is-watching { opacity: .75; pointer-events: none; }
.td-fate-card {
  flex: 1 1 200px; max-width: 260px; display: grid; gap: 6px; justify-items: center;
  padding: 26px 18px; border: 2px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); cursor: pointer; font: inherit;
  transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease;
  animation: td-rise .4s cubic-bezier(.22, .8, .3, 1) both;
}
.td-fate-card[data-choice="dare"] { animation-delay: 80ms; }
.td-fate-card:hover:not(:disabled) { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(23, 24, 28, .12); }
.td-fate-card[data-choice="truth"]:hover:not(:disabled) { border-color: var(--blue); }
.td-fate-card[data-choice="dare"]:hover:not(:disabled) { border-color: var(--pink); }
.td-fate-card:disabled { opacity: .45; cursor: default; }
.td-fate-card-emoji { font-size: 52px; line-height: 1; }
.td-fate-card-label { font-size: 24px; font-weight: 900; letter-spacing: -0.01em; }
.td-fate-card-sub { font-size: 12.5px; color: var(--ink-soft); }

.td-prompt-card {
  width: 100%; max-width: 520px; display: grid; gap: 8px; padding: 20px 22px;
  border-radius: var(--r-card); border: 2px solid var(--line); background: var(--paper-raised);
  animation: td-pop .4s cubic-bezier(.34, 1.56, .64, 1) both; position: relative;
}
.td-prompt-card[data-choice="truth"] { border-color: var(--blue); background: linear-gradient(180deg, var(--blue-tint), var(--paper-raised)); }
.td-prompt-card[data-choice="dare"] { border-color: var(--pink); background: linear-gradient(180deg, var(--pink-tint), var(--paper-raised)); }
.td-prompt-kind {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .28em; text-transform: uppercase; color: var(--ink-soft);
}
.td-prompt-text { margin: 0; font-size: clamp(18px, 3.6vw, 24px); font-weight: 800; line-height: 1.35; letter-spacing: -0.01em; text-wrap: balance; }
.td-prompt-heat { font-size: 11.5px; font-weight: 700; color: var(--ink-soft); }

.td-truth-input {
  width: 100%; max-width: 520px; resize: none; font: inherit; font-size: 15.5px; font-weight: 600;
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); color: var(--ink);
}
.td-truth-input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 2px var(--blue-tint); }
.td-typing { display: flex; gap: 8px; align-items: center; color: var(--ink-soft); font-size: 14px; font-weight: 600; padding: 10px 0; }
.td-typing-dots { animation: td-pulse 1.2s ease infinite; }
.td-done-btn { min-width: 180px; }
.td-truth-reveal {
  width: 100%; max-width: 520px; display: grid; gap: 6px; text-align: left;
  padding: 16px 18px; border-radius: var(--r-card); border: 1.5px solid var(--line);
  background: var(--paper-raised); animation: td-rise .4s cubic-bezier(.22, .8, .3, 1) both;
}
.td-truth-reveal[data-color="pink"] { border-left: 4px solid var(--pink); }
.td-truth-reveal[data-color="blue"] { border-left: 4px solid var(--blue); }
.td-truth-answer { margin: 0; font-size: 17px; font-weight: 700; line-height: 1.5; }

/* ---------- RESULT ---------- */
.td-result-scene { gap: var(--s2); max-width: 640px; margin: 0 auto; width: 100%; text-align: center; }
.td-crown { margin: 0; font-size: clamp(26px, 5.5vw, 40px); font-weight: 800; letter-spacing: -0.02em; }
.td-final-tally { display: flex; gap: 10px; justify-content: center; }
.td-score-big { font-size: 14px; padding: 7px 16px; }
.td-score-big b { font-size: 17px; }
.td-stakes-reveal { display: grid; gap: 10px; width: 100%; }
.td-stakes-verdict { margin: 0; font-size: 17px; font-weight: 800; }
.td-envelope {
  display: grid; gap: 5px; text-align: left; padding: 16px 18px; position: relative;
  border-radius: var(--r-card); border: 1.5px solid var(--line); background: var(--paper-raised);
  animation: td-rise .5s cubic-bezier(.22, .8, .3, 1) both;
}
.td-envelope + .td-envelope { animation-delay: 140ms; }
.td-envelope[data-color="pink"] { border-left: 4px solid var(--pink); }
.td-envelope[data-color="blue"] { border-left: 4px solid var(--blue); }
.td-envelope.is-owed { border-color: var(--ink); box-shadow: 0 10px 28px rgba(23, 24, 28, .1); }
.td-envelope-flap { position: absolute; top: -12px; right: 12px; font-size: 24px; }
.td-envelope-stake { margin: 0; font-size: 18px; font-weight: 800; line-height: 1.4; }
.td-envelope-owed {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: .26em;
  color: var(--pink);
}
.td-transcript { display: grid; gap: 8px; width: 100%; }
.td-receipt {
  display: grid; gap: 4px; text-align: left; padding: 12px 15px;
  border: 1px solid var(--line); border-radius: var(--r-card); background: var(--paper-raised);
}
.td-receipt.is-tie { opacity: .65; }
.td-receipt-game { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.td-receipt-line { font-size: 13.5px; font-weight: 700; }
.td-receipt-prompt { margin: 0; font-size: 13.5px; color: var(--ink-soft); line-height: 1.45; }
.td-receipt-answer { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.45; }

/* ---------- shared keyframes ---------- */
@keyframes td-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes td-pop { from { opacity: 0; transform: scale(.9); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 430px) {
  .td-chop-hand { width: 72px; height: 72px; font-size: 36px; }
  .td-clash-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .td-sealed, .td-tie-banner, .td-intro-emoji, .td-result-chip, .td-fate-card,
  .td-prompt-card, .td-truth-reveal, .td-envelope, .td-cup, .td-arena-heart { animation: none; opacity: 1; transform: none; }
}
