/* FanForce Spotlight polish — same LWS layout, cohesive FF visual system */
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../brand/fonts/figtree.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../brand/fonts/jakarta.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../brand/fonts/ibm-plex.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../brand/fonts/jetbrains.woff2") format("woff2");
}

/* ── Canvas: one Spotlight wash, not random purple blobs ── */
body {
  font-family: var(--font-ui);
  color: var(--parchment);
  background:
    radial-gradient(ellipse 80% 55% at 50% -8%, #1d1240 0%, transparent 58%),
    radial-gradient(ellipse 50% 35% at 100% 90%, rgba(143, 97, 255, 0.07), transparent 55%),
    #0d0a18 !important;
}

.site-header {
  background: rgba(13, 10, 24, 0.78) !important;
  backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid rgba(203, 182, 255, 0.10) !important;
}

.pretend-badge {
  background: rgba(143, 97, 255, 0.08);
  border-color: rgba(143, 97, 255, 0.18);
  color: var(--parchment-mute);
}
.pretend-badge .dot {
  background: #8f61ff;
  box-shadow: 0 0 8px rgba(143, 97, 255, 0.7);
}

/* ── Brand lockup ── */
button.nav-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  line-height: 1.05;
  background: none !important;
  color: var(--parchment) !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  min-width: 0;
  height: auto;
  padding: 0 !important;
}
button.nav-brand .nav-brand-title {
  display: block;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f8f1de;
  white-space: nowrap;
}
button.nav-brand .nav-brand-title > span {
  display: inline;
  color: #cbb6ff; /* soft lilac, not neon spray */
}
button.nav-brand:hover .nav-brand-title > span { color: #8f61ff; }
.nav-brand-by {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: rgba(232, 226, 246, 0.55);
}
.nav-brand-ff {
  display: block;
  height: 13px;
  width: auto;
  opacity: 0.92;
}
button.nav-brand:hover .nav-brand-ff { filter: brightness(1.12); }

.nav-links button {
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(232, 226, 246, 0.55);
  transition: color 0.15s, background 0.15s;
}
.nav-links button:hover { color: #f8f1de; background: rgba(143, 97, 255, 0.08); }
.nav-links button.active,
.top-nav button.active {
  color: #f8f1de !important;
  background: rgba(143, 97, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(143, 97, 255, 0.35);
}

.season-chip {
  border-color: rgba(143, 97, 255, 0.28) !important;
  background: rgba(143, 97, 255, 0.08);
}
.season-chip .pulse {
  background: #8f61ff !important;
  box-shadow: 0 0 10px rgba(143, 97, 255, 0.75) !important;
}

/* ── Cards / panels: glass, one border language ── */
.ff-you-card,
.ff-you-card--compact,
.card,
.panel,
.rules-card,
.faq-card {
  background: linear-gradient(180deg, rgba(36, 28, 63, 0.55), rgba(20, 16, 40, 0.85)) !important;
  border: 1px solid rgba(203, 182, 255, 0.12) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

/* ── Hero: Spotlight stage (matches myfanforce.com glow) ── */
.ff-hero-poster,
.ff-hero-poster--compact {
  border: 1px solid rgba(203, 182, 255, 0.14) !important;
  background:
    radial-gradient(ellipse 75% 60% at 50% 8%, rgba(143, 97, 255, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(29, 18, 64, 0.9) 0%, #0a0714 70%) !important;
  box-shadow:
    0 0 0 1px rgba(143, 97, 255, 0.06) inset,
    0 18px 48px rgba(0, 0, 0, 0.45) !important;
}
.ff-hero-poster:hover {
  border-color: rgba(143, 97, 255, 0.35) !important;
}
.ff-hero-beam {
  background: linear-gradient(
    180deg,
    rgba(203, 182, 255, 0.45) 0%,
    rgba(143, 97, 255, 0.14) 42%,
    transparent 100%
  ) !important;
  filter: blur(1px);
}
.ff-hero-floor {
  background: radial-gradient(ellipse, rgba(143, 97, 255, 0.42) 0%, transparent 70%) !important;
}
.ff-hero-face {
  border-color: rgba(203, 182, 255, 0.65) !important;
  box-shadow:
    0 0 0 4px rgba(143, 97, 255, 0.14),
    0 10px 28px rgba(0, 0, 0, 0.55),
    0 0 36px rgba(143, 97, 255, 0.28) !important;
}
.ff-hero-kicker {
  color: #cbb6ff !important;
  letter-spacing: 0.14em;
}
.ff-hero-line {
  font-family: var(--font-display);
  font-weight: 650;
  color: #f8f1de !important;
}
.ff-hero-who { color: #cbb6ff !important; }
.ff-hero-nav {
  border-color: rgba(203, 182, 255, 0.22) !important;
  background: rgba(13, 10, 24, 0.7) !important;
}
.ff-hero-nav:hover {
  border-color: rgba(143, 97, 255, 0.55) !important;
  color: #cbb6ff !important;
  background: rgba(143, 97, 255, 0.12) !important;
}

/* Primary CTA = solid Spotlight button (not gold text link) */
.ff-hero-cta-btn,
.ff-hero-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 11px 18px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0.02em;
  color: #f8f1de !important;
  background: linear-gradient(180deg, #9b74ff 0%, #6b3fe8 100%) !important;
  border: 1px solid rgba(203, 182, 255, 0.35) !important;
  box-shadow:
    0 0 0 1px rgba(143, 97, 255, 0.2),
    0 10px 28px rgba(93, 52, 216, 0.4) !important;
  text-decoration: none !important;
}
.ff-hero-cta-btn:hover,
.ff-hero-cta:hover {
  filter: brightness(1.06);
  text-decoration: none !important;
}

/* ── Chamber stage ── */
.chs-show,
.chamber-show {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(143, 97, 255, 0.16), transparent 55%),
    #0d0a18;
}
.chs-lt-handle { color: #f8f1de; font-family: var(--font-display); }
.chs-lt-giveback { color: #cbb6ff !important; }
.chs-lt-bag-note { color: rgba(232, 226, 246, 0.45); }
.chs-verb {
  background: rgba(26, 20, 50, 0.72) !important;
  border-color: rgba(203, 182, 255, 0.14) !important;
}
.chs-verb:hover:not(:disabled) {
  border-color: rgba(143, 97, 255, 0.4) !important;
  background: rgba(143, 97, 255, 0.08) !important;
}
.chs-gb { color: #cbb6ff !important; }

/* Pills: active = soft violet wash, not neon */
.pill.active {
  color: #f8f1de !important;
  background: rgba(143, 97, 255, 0.14) !important;
  border-color: rgba(143, 97, 255, 0.35) !important;
}
.alive-pill {
  color: #cbb6ff !important;
  border-color: rgba(143, 97, 255, 0.3) !important;
  background: rgba(143, 97, 255, 0.1) !important;
}

.mono, code, .chs-ticker, .season-chip {
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

/* Bottom nav */
.bottom-nav {
  background: rgba(13, 10, 24, 0.92) !important;
  border-top: 1px solid rgba(203, 182, 255, 0.10) !important;
  backdrop-filter: blur(16px);
}
.bottom-nav button.active {
  color: #cbb6ff !important;
}

@media (max-width: 720px) {
  button.nav-brand .nav-brand-title { font-size: 14px; letter-spacing: 0.03em; }
  .nav-brand-ff { height: 11px; }
  .nav-brand-by { font-size: 9px; gap: 4px; }
}

/* Launch player pick */
.pick-inner { max-width: 720px; }
.pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 10px;
  max-height: min(52vh, 420px);
  overflow: auto;
  padding: 4px;
  margin: 0 auto;
}
.pick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 8px;
  border-radius: 14px;
  border: 1px solid rgba(203, 182, 255, 0.14);
  background: rgba(26, 20, 50, 0.75);
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s, background 0.15s, transform 0.1s;
}
.pick-card:hover {
  border-color: rgba(143, 97, 255, 0.5);
  background: rgba(143, 97, 255, 0.12);
  transform: translateY(-1px);
}
.pick-face {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(203, 182, 255, 0.45);
  background: #1a1432;
}
.pick-who {
  font-size: 12px;
  font-weight: 650;
  color: #f8f1de;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-bag { font-size: 10px; }


/* Firstrun intro */
.firstrun-ff-logo {
  display: block;
  height: 28px;
  width: auto;
  margin: 0 auto 18px;
}
.firstrun-title h1 { letter-spacing: 0.04em; }
.teach-card p { font-size: 15px; line-height: 1.35; }
.teach-card p strong { font-weight: 700; color: var(--parchment, #f8f1de); }


/* Firstrun — Rosaaa spotlight stage behind intro */
.firstrun-overlay {
  background:
    radial-gradient(ellipse 80% 55% at 50% -5%, rgba(143, 97, 255, 0.28), transparent 55%),
    rgba(8, 6, 16, 0.72) !important;
  backdrop-filter: blur(10px);
}
.firstrun-inner--rosa {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.firstrun-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 36px;
  opacity: 0.42;
}
.firstrun-stage-beam {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 210px;
  height: 280px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(203, 182, 255, 0.5) 0%,
    rgba(143, 97, 255, 0.18) 42%,
    transparent 100%
  );
  clip-path: polygon(38% 0, 62% 0, 92% 100%, 8% 100%);
  filter: blur(1px);
}
.firstrun-stage-floor {
  position: absolute;
  left: 50%;
  top: 210px;
  width: 200px;
  height: 36px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(143, 97, 255, 0.45) 0%, transparent 70%);
  filter: blur(6px);
}
.firstrun-stage-face {
  position: relative;
  z-index: 1;
  width: 128px;
  height: 128px;
  margin-top: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(203, 182, 255, 0.55);
  box-shadow:
    0 0 0 6px rgba(143, 97, 255, 0.12),
    0 16px 48px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(143, 97, 255, 0.28);
  filter: saturate(1.05);
}
.firstrun-inner--rosa > .firstrun-title,
.firstrun-inner--rosa > .teach-row,
.firstrun-inner--rosa > .firstrun-cheer-hint,
.firstrun-inner--rosa > .firstrun-cta {
  position: relative;
  z-index: 2;
}
.firstrun-inner--rosa .firstrun-title {
  margin-top: 8px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}
.firstrun-inner--rosa .teach-card {
  background: rgba(20, 14, 40, 0.82) !important;
  border-color: rgba(203, 182, 255, 0.18) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 720px) {
  .firstrun-stage-face { width: 96px; height: 96px; margin-top: 28px; }
  .firstrun-stage { opacity: 0.34; padding-top: 20px; }
  .firstrun-stage-floor { top: 160px; }
}


/* —— Home survive / 2× hype banner (c100-75) —— */
.ff-survive-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "kicker go"
    "line go"
    "sub go";
  gap: 2px 12px;
  align-items: center;
  width: 100%;
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(143, 97, 255, 0.55);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(143, 97, 255, 0.28) 0%, rgba(88, 40, 200, 0.18) 45%, rgba(13, 10, 24, 0.92) 100%),
    radial-gradient(120% 80% at 0% 0%, rgba(255, 210, 120, 0.18), transparent 55%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 10px 28px rgba(88, 40, 200, 0.35);
  color: #f4efff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.ff-survive-banner:hover {
  transform: translateY(-1px);
  border-color: rgba(200, 170, 255, 0.85);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 14px 36px rgba(143, 97, 255, 0.45);
}
.ff-survive-banner:active { transform: translateY(0); }
.ff-survive-banner__kicker {
  grid-area: kicker;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #cbb6ff;
  font-weight: 700;
}
.ff-survive-banner__line {
  grid-area: line;
  font-size: clamp(1.15rem, 3.6vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}
.ff-survive-banner__line em {
  font-style: normal;
  color: #ffd56a;
  text-shadow: 0 0 18px rgba(255, 213, 106, 0.45);
}
.ff-survive-banner__sub {
  grid-area: sub;
  font-size: 0.78rem;
  color: rgba(244, 239, 255, 0.72);
  margin-top: 2px;
}
.ff-survive-banner__go {
  grid-area: go;
  align-self: center;
  justify-self: end;
  padding: 8px 12px;
  border-radius: 999px;
  background: #8f61ff;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(143, 97, 255, 0.55);
}
@media (max-width: 420px) {
  .ff-survive-banner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "line"
      "sub"
      "go";
  }
  .ff-survive-banner__go {
    justify-self: start;
    margin-top: 8px;
  }
}


/* —— Home demo reaping CTA (c100-78) —— */
.ff-demo-reap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  margin: 8px 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px dashed rgba(143, 97, 255, 0.45);
  background: rgba(143, 97, 255, 0.08);
}
.ff-demo-reap-btn {
  width: 100%;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.ff-demo-reap-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.ff-demo-reap-hint {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(244, 239, 255, 0.55);
}
