html, body { height: 100%; overflow: hidden; background: #000; }
#stage { position: absolute; left: 0; top: 0; width: 1920px; height: 1080px; transform-origin: 0 0; /* sized by booth.js to the window's aspect, then scaled to its width */ background: var(--bg) var(--booth-bg) center/cover no-repeat; overflow: hidden; }
#stage::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--bg) 95%, transparent) 0%, color-mix(in srgb, var(--bg) 80%, transparent) 50%, color-mix(in srgb, var(--bg) 52%, transparent) 100%); }
/* slow light sweep so the screen is never static from the aisle */
#stage::after { content: ''; position: absolute; inset: -20% -60%; z-index: 1; pointer-events: none; background: linear-gradient(105deg, transparent 42%, color-mix(in srgb, var(--primary) 9%, transparent) 50%, transparent 58%); animation: sweep 9s linear infinite; }
@keyframes sweep { from { transform: translateX(-35%); } to { transform: translateX(35%); } }
.view { position: absolute; inset: 0; z-index: 2; }
.overlay { position: absolute; inset: 0; z-index: 50; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; background: color-mix(in srgb, var(--bg) 94%, transparent); text-align: center; }
#chrome { position: absolute; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 40px 64px; z-index: 5; pointer-events: none; }
#brand { color: var(--ink); }
.chromeRight { display: flex; align-items: center; gap: 26px; }
.stepTag { font-family: var(--display); font-weight: 700; letter-spacing: 0.3em; font-size: 16px; color: var(--primary); }
.iconBtn { pointer-events: auto; width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,0.06); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.iconBtn.off { color: var(--muted); }
.eyebrow { font-family: var(--display); font-weight: 700; letter-spacing: 0.34em; font-size: 18px; color: var(--primary); }
h1 { font-family: var(--display); font-weight: 900; font-size: 118px; line-height: 0.96; margin: 18px 0 22px; letter-spacing: 0.03em; text-wrap: balance; }
h2 { font-family: var(--condensed); font-weight: 700; font-size: 64px; line-height: 1.02; margin: 12px 0 24px; letter-spacing: 0.01em; }
.tag { font-family: var(--condensed); font-size: 38px; line-height: 1.22; color: var(--ink); margin: 0 0 28px; max-width: 900px; }
.hint { font-family: var(--condensed); font-size: 26px; color: var(--muted); line-height: 1.3; }
button.primary { white-space: nowrap; flex: none; font-family: var(--display); font-weight: 800; letter-spacing: 0.16em; font-size: 22px; padding: 22px 40px; border-radius: var(--radius); border: 0; background: var(--primary); color: var(--on-primary); cursor: pointer; box-shadow: 0 10px 40px color-mix(in srgb, var(--primary) 30%, transparent); }
button.primary.huge { font-size: 30px; padding: 30px 56px; }
button.primary:disabled { opacity: 0.5; box-shadow: none; }
/* the ring pulses on a pseudo-element so the button itself never moves (touch targets stay put) */
button.primary.pulse { position: relative; }
button.primary.pulse::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary) 60%, transparent); animation: pulse 2.4s ease-out infinite; pointer-events: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary) 60%, transparent); } 70%, 100% { box-shadow: 0 0 0 34px transparent; } }
button.ghost { font-family: var(--display); font-weight: 700; letter-spacing: 0.14em; font-size: 18px; padding: 20px 32px; border-radius: calc(var(--radius) - 2px); border: 1px solid var(--line); background: rgba(255,255,255,0.06); color: var(--ink); cursor: pointer; }
.rowBtns { display: flex; gap: 14px; margin-top: 18px; }
.error { color: var(--danger); font-family: var(--condensed); font-size: 24px; }

/* attract */
#attract { display: flex; align-items: center; justify-content: space-between; padding: 60px 110px 0 120px; }
.attractText { max-width: 1040px; }
.incentive { display: inline-flex; align-items: center; gap: 16px; font-family: var(--condensed); font-size: 28px; color: var(--ink); background: color-mix(in srgb, var(--accent) 16%, transparent); border: 1px solid color-mix(in srgb, var(--accent) 60%, transparent); border-radius: 999px; padding: 10px 26px 10px 10px; margin-bottom: 36px; }
.incentive b { font-family: var(--display); font-weight: 800; font-size: 16px; letter-spacing: 0.2em; background: var(--accent); color: #fff; border-radius: 999px; padding: 9px 16px; }
.startRow { display: flex; align-items: center; gap: 44px; }
.steps { display: flex; flex-direction: column; gap: 9px; font-family: var(--condensed); font-size: 25px; color: var(--muted); }
.steps div { display: flex; align-items: center; gap: 14px; }
.steps b { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; border: 1.5px solid var(--primary); color: var(--primary); font-family: var(--display); font-weight: 800; font-size: 14px; flex: none; }
.attractSide { position: relative; width: 700px; height: 860px; flex: none; }
.attractSide.hasPlay .proof { bottom: 12px; }
.attractCards { position: absolute; left: 0; top: 0; width: 700px; height: 760px; }
.fanCard { position: absolute; left: 0; top: 0; width: 330px; transition: transform 1.3s cubic-bezier(.2,.9,.3,1), filter 1.3s; filter: brightness(0.72) saturate(0.9); }
.fanCard.front { filter: none; }
.fanCard img { width: 100%; aspect-ratio: 5/7; object-fit: cover; display: block; border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,0.7); animation: floaty 6.5s ease-in-out infinite; animation-delay: var(--d, 0s); }
.fanCard.front img { box-shadow: 0 0 70px color-mix(in srgb, var(--primary) 35%, transparent), 0 30px 80px rgba(0,0,0,0.75); }
@keyframes floaty { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-16px) rotate(0.8deg); } }
.playQr { position: absolute; right: 0; bottom: 70px; display: flex; align-items: center; gap: 14px; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 12px 16px 12px 12px; }
.playQr img { width: 120px; height: 120px; border-radius: 10px; background: #fff; padding: 5px; }
.playQr b { display: block; font-family: var(--display); font-weight: 800; letter-spacing: 0.16em; font-size: 14px; color: var(--primary); }
.playQr span { display: block; font-family: var(--condensed); font-size: 20px; color: var(--muted); max-width: 260px; line-height: 1.2; margin-top: 4px; }
.attractSide.hasPlay .proof { justify-content: flex-end; }
.proof { position: absolute; left: 0; right: 0; bottom: 28px; display: flex; align-items: center; justify-content: center; gap: 14px; font-family: var(--condensed); font-size: 26px; color: var(--muted); }
.proof b { color: var(--ink); font-weight: 700; }
.proof i { width: 12px; height: 12px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 var(--ok); animation: ping 1.8s ease-out infinite; flex: none; }
@keyframes ping { to { box-shadow: 0 0 0 16px transparent; } }

/* details */
#signin { display: flex; align-items: center; justify-content: center; padding-top: 50px; }
.signWrap { display: flex; align-items: stretch; gap: 48px; }
.tease { position: relative; width: 470px; border-radius: 28px; overflow: hidden; border: 2px solid var(--accent, var(--line)); box-shadow: 0 0 70px color-mix(in srgb, var(--accent, #fff) 28%, transparent), 0 40px 100px rgba(0,0,0,0.7); animation: teaseIn 0.7s cubic-bezier(.2,.9,.3,1.1) both; }
@keyframes teaseIn { from { transform: translateY(30px) scale(0.94); opacity: 0; } }
.tease > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.teaseText { position: absolute; left: 0; right: 0; bottom: 0; padding: 120px 32px 32px; background: linear-gradient(transparent, rgba(0,0,0,0.88) 55%); font-family: var(--condensed); font-size: 26px; color: var(--muted); display: flex; flex-direction: column; gap: 4px; }
.teaseText img { height: 84px; width: 84px; object-fit: contain; margin-bottom: 10px; }
.teaseText b { font-family: var(--display); font-weight: 800; font-size: 40px; line-height: 1.05; letter-spacing: 0.02em; }
.teaseText em { font-style: normal; font-size: 28px; color: var(--ink); }
.panel { width: 900px; background: var(--panel); border: 1px solid var(--line); border-radius: 28px; padding: 40px 52px; backdrop-filter: blur(12px); }
.panel h2 { font-size: 56px; margin-bottom: 18px; }
form { display: flex; flex-direction: column; gap: 16px; }
.leadFields { display: grid; grid-template-columns: 1fr; gap: 14px; }
.leadFields.twoCol { grid-template-columns: 1fr 1fr; }
label { display: flex; flex-direction: column; gap: 8px; font-family: var(--condensed); font-size: 21px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
label i { font-style: normal; opacity: 0.7; text-transform: none; letter-spacing: 0; margin-left: 6px; }
input:not([type=checkbox]) { font-family: var(--condensed); font-size: 36px; font-weight: 600; color: var(--ink); background: rgba(255,255,255,0.06); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 18px; outline: none; text-transform: none; width: 100%; }
input::placeholder { color: color-mix(in srgb, var(--muted) 55%, transparent); }
input:focus { border-color: var(--primary); }
label.bad input:not([type=checkbox]) { border-color: var(--danger); }
label.bad.check span { color: var(--danger); }
.check { flex-direction: row; align-items: center; gap: 16px; text-transform: none; font-size: 21px; letter-spacing: 0; line-height: 1.3; color: var(--ink); min-height: 56px; cursor: pointer; }
.check input { width: 40px; height: 40px; accent-color: var(--primary); flex: none; }
.check a { color: var(--primary); white-space: nowrap; }

/* quiz */
#quiz { padding: 140px 160px 0; display: flex; flex-direction: column; }
.quizHead { display: flex; align-items: center; gap: 30px; }
.progress { flex: 1; height: 10px; border-radius: 5px; background: rgba(255,255,255,0.1); overflow: hidden; }
.progress i { display: block; height: 100%; width: 0; background: var(--primary); border-radius: 5px; transition: width 0.5s; }
.progress.big { height: 16px; margin: 28px 0 22px; }
#qText { font-size: 76px; max-width: 1500px; }
.answers { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ans { text-align: left; font-family: var(--condensed); font-size: 40px; font-weight: 600; color: var(--ink); background: rgba(255,255,255,0.06); border: 2px solid var(--line); border-radius: calc(var(--radius) + 6px); padding: 34px 36px; cursor: pointer; display: flex; align-items: center; gap: 22px; transition: transform 0.08s, background 0.15s; }
.ans b { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: calc(var(--radius) - 2px); background: rgba(255,255,255,0.1); font-family: var(--display); font-size: 22px; color: var(--primary); flex: none; }
.ans:active, .ans.sel { background: color-mix(in srgb, var(--primary) 20%, transparent); border-color: var(--primary); transform: scale(0.99); }
.quizBtns { margin-top: 28px; }

/* camera */
#camera { display: flex; align-items: center; gap: 60px; padding: 120px 100px 60px; }
.camWrap { position: relative; width: 720px; height: 900px; border-radius: 28px; overflow: hidden; background: #000; border: 2px solid var(--line); flex: none; }
#cam, #snap { width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); display: block; }
#snap[hidden] { display: none; }
.guide { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; pointer-events: none; }
.oval { width: 420px; height: 540px; border: 4px dashed color-mix(in srgb, var(--primary) 70%, transparent); border-radius: 50%; margin-top: -60px; box-shadow: 0 0 0 2000px rgba(0,0,0,0.35); }
.guideText { position: absolute; bottom: 40px; font-family: var(--condensed); font-size: 28px; letter-spacing: 0.1em; color: var(--ink); background: rgba(0,0,0,0.45); padding: 8px 18px; border-radius: 999px; }
.camCount { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 900; font-size: 320px; color: #fff; text-shadow: 0 0 80px rgba(0,0,0,0.8); animation: pop 0.9s ease-out infinite; }
@keyframes pop { from { transform: scale(1.15); opacity: 1; } to { transform: scale(0.95); opacity: 0.7; } }
#camFlash { position: absolute; inset: 0; background: #fff; animation: flash 0.5s ease-out both; }
@keyframes flash { from { opacity: 1; } to { opacity: 0; } }
.camSide { flex: 1; display: flex; flex-direction: column; }
.camSide h2 { margin: 12px 0 20px; }
.camAlt { margin-top: auto; padding-top: 24px; }
.camAlt button { font-size: 15px; padding: 14px 20px; }
.peek { display: flex; align-items: center; gap: 18px; margin: 24px 0 30px; font-family: var(--condensed); font-size: 26px; color: var(--muted); }
.peek img { height: 90px; }
.peek b { display: block; font-size: 34px; color: var(--ink); }

/* developing */
#developing { display: flex; align-items: center; justify-content: center; }
.devWrap { display: flex; align-items: center; gap: 80px; }
.devCard { position: relative; width: 520px; height: 728px; border-radius: 26px; overflow: hidden; border: 2px solid var(--line); box-shadow: 0 40px 100px rgba(0,0,0,0.7); }
.devCard img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.6) brightness(0.7); animation: breathe 3s ease-in-out infinite; }
@keyframes breathe { 50% { filter: saturate(0.9) brightness(0.9); } }
.devShimmer { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.25) 50%, transparent 70%); background-size: 250% 100%; animation: shimmer 2.2s linear infinite; }
@keyframes shimmer { from { background-position: 120% 0; } to { background-position: -120% 0; } }
.devText { width: 860px; }
.devText h2 { font-size: 72px; }
.devText h2 span { color: var(--primary); }
.devSteps { display: flex; flex-direction: column; gap: 10px; font-family: var(--condensed); font-size: 30px; color: var(--muted); margin: 10px 0; }
.devSteps div::before { content: '○  '; color: var(--muted); }
.devSteps div.on::before { content: '◐  '; color: var(--primary); }
.devSteps div.done { color: var(--ink); } .devSteps div.done::before { content: '●  '; color: var(--ok); }

/* reveal */
#reveal { display: flex; align-items: center; justify-content: center; }
.revealWrap { display: flex; align-items: center; gap: 90px; position: relative; z-index: 2; }
.cardFlip { position: relative; width: 600px; height: 840px; perspective: 2400px; }
.cardFace { position: absolute; inset: 0; border-radius: 30px; overflow: hidden; backface-visibility: hidden; box-shadow: 0 50px 120px rgba(0,0,0,0.75); transition: transform 1.4s cubic-bezier(.3,.9,.3,1); }
.cardFace img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cardFace.front { transform: rotateY(180deg); }
.cardFlip.flipped .cardFace.back { transform: rotateY(-180deg); }
.cardFlip.flipped .cardFace.front { transform: rotateY(0deg); }
.revealSide { width: 760px; }
.revealSide h2 { font-size: 66px; }
.note { font-family: var(--condensed); font-size: 30px; line-height: 1.3; color: var(--ink); margin: 0 0 28px; }
.deliver { display: flex; align-items: center; gap: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: 22px; padding: 20px; }
.deliver img { width: 170px; height: 170px; border-radius: 14px; background: #fff; padding: 8px; }
.deliver b { display: block; font-family: var(--display); font-weight: 800; letter-spacing: 0.18em; font-size: 20px; }
.deliver span { display: block; font-family: var(--condensed); font-size: 24px; color: var(--muted); margin-top: 8px; }
#confetti { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }

/* overlays: terms, paused, unlock */
.modal { z-index: 40; }
.modalBox { width: 980px; background: var(--panel); border: 1px solid var(--line); border-radius: 28px; padding: 48px 56px; text-align: left; display: flex; flex-direction: column; gap: 22px; backdrop-filter: blur(12px); }
.modalBox p { font-family: var(--condensed); font-size: 30px; line-height: 1.35; color: var(--ink); margin: 0; }
.modalBox button { align-self: flex-end; }
.privacyRow { display: flex; align-items: center; gap: 20px; }
.privacyRow img { width: 120px; height: 120px; background: #fff; border-radius: 12px; padding: 6px; }
.privacyRow b { display: block; font-family: var(--display); font-size: 15px; letter-spacing: 0.22em; color: var(--primary); }
.privacyRow span { font-family: var(--mono); font-size: 22px; color: var(--ink); word-break: break-all; }
.pausedView { z-index: 30; gap: 26px; background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: blur(10px); }
.pausedView h2 { font-family: var(--display); font-weight: 800; font-size: 72px; color: var(--ink); letter-spacing: 0.02em; margin: 20px 0 0; }
.pausedView p { font-size: 34px; max-width: 900px; }
.pauseDots { display: flex; gap: 14px; margin-top: 10px; } .pauseDots i { width: 14px; height: 14px; border-radius: 50%; background: var(--primary); animation: dots 1.4s ease-in-out infinite; } .pauseDots i:nth-child(2) { animation-delay: 0.2s; } .pauseDots i:nth-child(3) { animation-delay: 0.4s; }
@keyframes dots { 0%, 100% { opacity: 0.25; transform: scale(0.8); } 40% { opacity: 1; transform: scale(1.15); } }
#unlockBtn { font-family: var(--display); font-weight: 800; font-size: 34px; letter-spacing: 0.18em; padding: 26px 60px; border-radius: var(--radius); border: 0; background: var(--primary); color: var(--on-primary); cursor: pointer; }
.overlay p, .overlay h2 { font-family: var(--condensed); color: var(--muted); margin: 0; }
#keyGate h2 { font-size: 44px; color: var(--primary); }
#paused h2 { color: var(--ink); font-family: var(--display); }
#status { position: absolute; left: 64px; bottom: 16px; font-family: var(--condensed); font-size: 20px; color: var(--ink); background: rgba(0,0,0,0.55); padding: 8px 16px; border-radius: 10px; z-index: 7; letter-spacing: 0.04em; }
#status:empty { display: none; }
.linkBtn { display: inline-flex; align-items: center; text-decoration: none; }
/* A mouse gets feedback the finger does not need: lifts, brighter primaries, clickable cards on the attract screen. */
@media (hover: hover) {
  .ans:hover, .chip:hover, .scaleBtn:hover, .sug:hover { border-color: var(--primary); background: color-mix(in srgb, var(--primary) 12%, transparent); transform: translateY(-2px); }
  button.primary:hover { filter: brightness(1.08); transform: translateY(-2px); }
  button.primary, button.ghost, .ans, .chip, .scaleBtn, .sug { transition: transform 0.12s, filter 0.12s, background 0.15s, border-color 0.15s; }
  button.ghost:hover, .linkBtn:hover { background: rgba(255,255,255,0.12); }
  .fanCard.clickable { cursor: pointer; } .fanCard.clickable:hover { filter: brightness(1.05); }
  .cardFlip:hover { filter: brightness(1.03); }
}

/* Sample (demo) cards are labelled wherever they show */
.fanCard .sampleTag { position: absolute; top: 14px; left: 14px; font-style: normal; font-family: var(--display); font-weight: 800; font-size: 13px; letter-spacing: 0.16em; padding: 5px 10px; border-radius: 6px; background: rgba(8,10,16,0.82); color: #fff; border: 1px solid rgba(255,255,255,0.35); }
.leadFields select { font-family: var(--condensed); font-size: 32px; font-weight: 600; color: var(--ink); background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 18px; width: 100%; }
label.bad select { border-color: var(--danger); }

/* quiz: scale (1..N dial) and pledge (who + one typed line) question types */
.qHint { margin: -8px 0 22px; font-size: 27px; }
.answers.scale { display: flex; gap: 22px; align-items: stretch; }
.scaleBtn { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 30px 16px 30px; background: rgba(255,255,255,0.06); border: 2px solid var(--line); border-radius: calc(var(--radius) + 6px); color: var(--ink); cursor: pointer; transition: transform 0.08s, background 0.15s; }
.scaleBtn b { display: inline-flex; width: 118px; height: 118px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.1); font-family: var(--display); font-size: 56px; color: var(--primary); }
.scaleBtn span { font-family: var(--condensed); font-size: 26px; text-align: center; color: var(--muted); line-height: 1.15; }
.scaleBtn:active, .scaleBtn.sel { background: color-mix(in srgb, var(--primary) 20%, transparent); border-color: var(--primary); transform: scale(0.99); }
.scaleBtn.sel b { background: var(--primary); color: var(--on-primary); }
.answers.pledge { display: flex; flex-direction: column; gap: 22px; }
.chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.chip { font-family: var(--condensed); font-size: 34px; font-weight: 600; color: var(--ink); background: rgba(255,255,255,0.06); border: 2px solid var(--line); border-radius: 999px; padding: 20px 26px; cursor: pointer; transition: transform 0.08s, background 0.15s; }
.chip:active, .chip.sel { background: color-mix(in srgb, var(--primary) 22%, transparent); border-color: var(--primary); transform: scale(0.99); }
.pledgeLabel { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--display); font-weight: 700; font-size: 15px; letter-spacing: 0.22em; color: var(--primary); margin-bottom: -10px; }
.pledgeLabel span { font-family: var(--condensed); font-size: 22px; letter-spacing: 0.04em; color: var(--muted); font-variant-numeric: tabular-nums; }
.pledgeRow { display: flex; gap: 16px; align-items: stretch; }
.pledgeRow button.dim { opacity: 0.45; box-shadow: none; }
.pledgeRow input { flex: 1; font-size: 40px; padding: 18px 26px; }
.pledgeRow button { font-size: 24px; padding: 0 44px; }
.suggest { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-family: var(--condensed); font-size: 22px; color: var(--muted); }
.suggest span { margin-right: 6px; }
.suggest { gap: 12px; }
.sug { font-family: var(--condensed); font-size: 23px; color: var(--ink); background: transparent; border: 1px dashed var(--line); border-radius: 999px; padding: 10px 20px; min-height: 48px; cursor: pointer; }
.sug:active { border-color: var(--primary); color: var(--primary); }
/* reveal: the pledge line and the tap-to-flip hint */
.pledgeLine { display: flex; flex-direction: column; gap: 6px; margin: -8px 0 24px; padding: 16px 22px; border-left: 4px solid var(--accent); background: color-mix(in srgb, var(--accent) 10%, transparent); border-radius: 0 16px 16px 0; }
.pledgeLine b { font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: 0.22em; color: var(--accent); }
.pledgeLine span { font-family: var(--condensed); font-size: 32px; line-height: 1.2; color: var(--ink); }
.cardFlipWrap { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cardFlip { cursor: pointer; }
.flipHint { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: 0.22em; color: var(--primary); }
.flipHint::before { content: '⟲'; font-size: 26px; line-height: 1; }
