/* Our Future — scene styles on top of the shared system (tokens.css/app.css).
   Warm golden-hour accents over the pastel system; pink/blue member identity kept. */

/* ---------- PACK: the briefing ---------- */
.fu-pack { max-width: 720px; margin: 0 auto; width: 100%; gap: var(--s2); }
.fu-pack-lead { margin: 0; color: var(--ink-soft); font-size: 15px; max-width: 540px; text-align: center; line-height: 1.55; }
.fu-chapters { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; width: 100%; }
.fu-chapter {
  display: grid; gap: 3px; justify-items: center; text-align: center;
  padding: 16px 10px; border-radius: var(--r-card);
  background: linear-gradient(180deg, var(--tint, #FFF), var(--paper-raised));
  border: 1.5px solid var(--line);
  animation: fu-rise .45s cubic-bezier(.22, .8, .3, 1) both;
  animation-delay: calc(var(--i, 0) * 60ms);
}
.fu-ch-emoji { font-size: 26px; }
.fu-ch-title { font-weight: 800; font-size: 14px; }
.fu-ch-blurb { font-size: 11.5px; color: var(--ink-soft); }
.fu-ch-count { font-family: var(--font-mono); font-size: 10px; color: var(--ink-soft); }
.fu-pack-note { margin: 0; font-size: 12.5px; color: var(--ink-soft); text-align: center; }

/* ---------- QUESTION ---------- */
.fu-question { gap: var(--s2); max-width: 640px; margin: 0 auto; width: 100%; }
.fu-head { display: flex; align-items: center; gap: 10px; width: 100%; }
.fu-ch-chip {
  flex: none; font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 999px;
  background: var(--tint, var(--paper-raised)); border: 1px solid var(--line); white-space: nowrap;
}
.fu-progress { flex: 1; height: 6px; background: var(--line); border-radius: 3px; overflow: hidden; }
.fu-progress-fill {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--pink), #FFB454);
  transition: width .5s cubic-bezier(.22, .8, .3, 1);
}
.fu-progress-label { white-space: nowrap; }
.fu-timer { font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--ink-soft); min-width: 42px; text-align: right; }
.fu-timer.is-urgent { color: #E14E62; animation: fu-pulse 1s ease infinite; }
@keyframes fu-pulse { 50% { opacity: .35; } }

.fu-prompt {
  font-size: clamp(21px, 4.4vw, 30px); font-weight: 800; line-height: 1.25;
  letter-spacing: -0.02em; margin: 0; text-wrap: balance; text-align: center;
  animation: fu-rise .45s cubic-bezier(.22, .8, .3, 1) both;
}
.fu-hint { margin: -6px 0 0; color: var(--ink-soft); font-size: 13px; text-align: center; min-height: 16px; }

.fu-body { width: 100%; display: grid; gap: 12px; justify-items: center; }
.fu-body.is-hidden { display: none; }
.fu-options { display: grid; gap: 10px; width: 100%; grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .fu-options { grid-template-columns: 1fr; } }
.fu-option {
  display: flex; align-items: center; gap: 12px; text-align: left;
  padding: 15px 16px; border: 1.5px solid var(--line); border-radius: var(--r-card);
  background: var(--paper-raised); cursor: pointer; font: inherit; color: var(--ink);
  font-weight: 600; font-size: 14.5px; line-height: 1.35;
  transition: transform .12s ease, border-color .12s ease, opacity .2s ease;
  animation: fu-rise .4s cubic-bezier(.22, .8, .3, 1) both;
}
.fu-options .fu-option:nth-child(2) { animation-delay: 50ms; }
.fu-options .fu-option:nth-child(3) { animation-delay: 100ms; }
.fu-options .fu-option:nth-child(4) { animation-delay: 150ms; }
.fu-option:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--ink); }
.fu-option:disabled { cursor: default; }
.fu-option.is-mine { border-color: var(--pink); box-shadow: 0 0 0 2px var(--pink-tint); }
.fu-option.is-dimmed { opacity: .38; }
.fu-opt-emoji { font-size: 22px; flex: none; }

.fu-input {
  width: 100%; max-width: 420px; font: inherit; font-weight: 700; font-size: 18px;
  color: var(--ink); text-align: center; padding: 14px 16px;
  border: 1.5px solid var(--line); border-radius: var(--r-card); background: var(--paper-raised);
}
.fu-input--text { font-size: 15px; font-weight: 600; text-align: left; resize: none; }
.fu-input:focus { outline: 2px solid var(--pink); border-color: transparent; }

/* Reveal beat */
.fu-reveal { display: grid; gap: 10px; width: 100%; grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .fu-reveal { grid-template-columns: 1fr; } }
.fu-reveal.is-hidden { display: none; }
.fu-reveal-chip {
  display: grid; gap: 6px; padding: 14px 16px; border-radius: var(--r-card);
  background: var(--paper-raised); border: 1.5px solid var(--line);
  animation: fu-pop .38s cubic-bezier(.34, 1.56, .64, 1) both;
}
.fu-reveal-chip[data-color="pink"] { border-color: var(--pink); background: linear-gradient(180deg, var(--pink-tint), var(--paper-raised)); }
.fu-reveal-chip[data-color="blue"] { border-color: var(--blue); background: linear-gradient(180deg, var(--blue-tint), var(--paper-raised)); animation-delay: 90ms; }
.fu-reveal-name {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--ink-soft);
}
.fu-reveal-pick { font-weight: 700; font-size: 15px; line-height: 1.4; overflow-wrap: anywhere; }
.fu-reveal-verdict {
  grid-column: 1 / -1; text-align: center; font-weight: 800; font-size: 14px;
  padding: 8px 12px; border-radius: 999px; justify-self: center;
  background: var(--paper-raised); border: 1.5px solid var(--line);
  animation: fu-pop .4s cubic-bezier(.34, 1.56, .64, 1) .16s both;
}
.fu-reveal-verdict[data-verdict="match"] { border-color: var(--pink); background: var(--pink-tint); }
.fu-reveal-verdict[data-verdict="talk"] { border-color: #FFB454; background: #FFF3DD; }
@media (max-width: 560px) { .fu-reveal-verdict { grid-column: 1; } }

.fu-status { min-height: 20px; color: var(--ink-soft); font-size: 13px; text-align: center; }

/* ---------- BOARD (the payoff) ---------- */
.fu-board { gap: var(--s2); max-width: 720px; margin: 0 auto; width: 100%; }
.fu-sync-line { margin: 0; font-size: 16px; font-weight: 700; text-align: center; max-width: 540px; text-wrap: balance; }
.fu-board-chips { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; width: 100%; }
.fu-board-chip {
  display: grid; gap: 2px; justify-items: center; text-align: center; padding: 12px 10px;
  border-radius: var(--r-card); border: 1.5px solid var(--line);
  background: linear-gradient(180deg, var(--tint, #fff), var(--paper-raised));
  animation: fu-rise .45s cubic-bezier(.22, .8, .3, 1) both;
  animation-delay: calc(var(--i, 0) * 70ms);
}
.fu-bc-emoji { font-size: 20px; }
.fu-bc-title { font-weight: 800; font-size: 13px; }
.fu-bc-state { font-size: 11.5px; color: var(--ink-soft); font-weight: 700; }
.fu-board-chip[data-state="sync"] .fu-bc-state { color: #2E8B57; }
.fu-board-chip[data-state="talk"] .fu-bc-state { color: #C77700; }

.fu-ai { display: grid; gap: 10px; width: 100%; }
.fu-vibe {
  padding: 16px 18px; border-radius: var(--r-card); text-align: left;
  background: linear-gradient(135deg, #FFF3DD, var(--pink-tint));
  border: 1.5px solid var(--line);
  animation: fu-pop .45s cubic-bezier(.34, 1.56, .64, 1) both;
}
.fu-vibe-kicker {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: .28em; text-transform: uppercase; color: var(--ink-soft);
}
.fu-vibe-text { margin: 6px 0 0; font-size: 16px; font-weight: 600; line-height: 1.55; }
.fu-notes { display: grid; gap: 6px; }
.fu-note {
  margin: 0; text-align: left; font-size: 13.5px; line-height: 1.5;
  padding: 10px 14px; background: var(--paper-raised); border: 1px solid var(--line);
  border-radius: var(--r-card);
}
.fu-steps {
  display: grid; gap: 8px; text-align: left; padding: 14px 16px;
  border: 1.5px dashed var(--blue); border-radius: var(--r-card); background: var(--paper-raised);
}
.fu-steps-kicker {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase; color: var(--blue);
}
.fu-step { animation: fu-rise .4s ease both; animation-delay: calc(var(--i, 0) * 100ms); }
.fu-step-text { margin: 0; font-size: 14px; font-weight: 700; }
.fu-step-obstacle { margin: 2px 0 0; font-size: 12.5px; color: var(--ink-soft); }

/* The $3 board block */
.fu-board-block { width: 100%; }
.fu-sell {
  display: grid; gap: 10px; justify-items: center; text-align: center;
  padding: 26px 20px; border-radius: var(--r-card);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-soft);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 123, 163, .12), transparent 42%),
    radial-gradient(circle at 88% 82%, rgba(95, 160, 255, .12), transparent 42%),
    var(--paper-raised);
}
.fu-sell-emoji { font-size: 40px; line-height: 1; }
.fu-sell-title { margin: 0; font-size: 21px; font-weight: 800; letter-spacing: -0.02em; }
.fu-sell-body { margin: 0; max-width: 440px; font-size: 14px; color: var(--ink-soft); line-height: 1.55; }
.fu-sell-fine { margin: 0; font-size: 11.5px; color: var(--ink-soft); opacity: .8; }
.fu-spin { animation: fu-wobble 1.6s ease-in-out infinite; display: inline-block; }
@keyframes fu-wobble { 0%, 100% { transform: rotate(-8deg); } 50% { transform: rotate(8deg) scale(1.08); } }

.fu-board-img-wrap { display: grid; gap: 12px; justify-items: center; width: 100%; }
.fu-board-img {
  width: min(460px, 92vw); border-radius: 12px; border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(23, 24, 28, .14);
  animation: fu-pop .6s cubic-bezier(.34, 1.56, .64, 1) both;
}

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

@media (prefers-reduced-motion: reduce) {
  .fu-chapter, .fu-prompt, .fu-option, .fu-reveal-chip, .fu-reveal-verdict, .fu-board-chip,
  .fu-vibe, .fu-step, .fu-board-img { animation: none; opacity: 1; transform: none; }
  .fu-spin { animation: none; }
}
