/* ═══ 오늘 뭐 먹지 — FUN ARCADE THEME v24 ═══ */

@import url("https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Noto+Sans+KR:wght@400;600;700;900&display=swap");

:root {
  --fun-bg: #030308;
  --fun-surface: #12121f;
  --fun-surface-2: #1a1a2e;
  --fun-border: rgba(255, 255, 255, 0.1);
  --fun-pink: #ff4d8d;
  --fun-yellow: #ffe066;
  --fun-cyan: #4deeea;
  --fun-green: #5bff9a;
  --fun-orange: #ff9f43;
  --fun-purple: #b388ff;
  --fun-text: #f1f5f9;
  --fun-text-soft: #e2e8f0;
  --fun-text-muted: #cbd5e1;
  --fun-text-subtle: #b8c5d6;
  --fun-font-display: "Black Han Sans", "Noto Sans KR", sans-serif;
  --fun-font-body: "Noto Sans KR", "DM Sans", sans-serif;
  --fun-glow-pink: 0 0 30px rgba(255, 77, 141, 0.5);
  --fun-glow-cyan: 0 0 25px rgba(77, 238, 234, 0.4);
}

/* ── Starfield bg ── */
.page-menu-fun {
  background: var(--fun-bg);
  color: var(--fun-text);
  font-family: var(--fun-font-body);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.page-menu-fun::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 77, 141, 0.15), transparent),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(77, 238, 234, 0.08), transparent),
    radial-gradient(ellipse 50% 30% at 0% 80%, rgba(255, 224, 102, 0.06), transparent);
}

.page-menu-fun > *:not(.fun-confetti-root) {
  position: relative;
  z-index: 1;
}

.fun-stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 30% 60%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1.5px 1.5px at 70% 30%, rgba(255,224,102,0.4), transparent),
    radial-gradient(1px 1px at 90% 80%, rgba(77,238,234,0.4), transparent),
    radial-gradient(1px 1px at 50% 90%, rgba(255,255,255,0.25), transparent);
  animation: fun-twinkle 8s ease-in-out infinite alternate;
}

@keyframes fun-twinkle {
  from { opacity: 0.6; }
  to { opacity: 1; }
}

/* ── Header ── */
.page-menu-fun .site-header--hub {
  background: rgba(3, 3, 8, 0.85);
  border-bottom: 1px solid var(--fun-border);
  backdrop-filter: blur(16px);
}

.page-menu-fun .logo__menu {
  font-family: var(--fun-font-body);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--fun-text-soft);
  letter-spacing: 0.03em;
}

.page-menu-fun .header-hub__nav a {
  color: var(--fun-text-soft);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  transition: color 0.15s, transform 0.15s;
}

.page-menu-fun .header-hub__nav a:hover {
  color: var(--fun-cyan);
  transform: translateY(-1px);
}

/* ── Hero arcade ── */
.fun-hero {
  text-align: center;
  padding: 0.75rem 0 1.25rem;
}

.fun-hero__art {
  position: relative;
  max-width: min(400px, 90vw);
  margin: 0 auto 0.85rem;
  border-radius: 18px;
  overflow: visible;
  border: 2px solid transparent;
  background: linear-gradient(var(--fun-surface), var(--fun-surface)) padding-box,
    linear-gradient(135deg, var(--fun-pink), var(--fun-yellow), var(--fun-cyan)) border-box;
  box-shadow:
    0 0 20px rgba(255, 77, 141, 0.2),
    0 10px 36px rgba(0, 0, 0, 0.45);
}

.fun-hero__art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.fun-hero__float {
  position: absolute;
  font-size: 1.15rem;
  animation: fun-float 3s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.4));
}

.fun-hero__float--1 { top: 10%; left: 6%; animation-delay: 0s; }
.fun-hero__float--2 { top: 14%; right: 8%; animation-delay: 0.5s; }
.fun-hero__float--3 { bottom: 22%; left: 8%; animation-delay: 1s; }
.fun-hero__float--4 { bottom: 12%; right: 6%; animation-delay: 1.5s; }

@media (max-width: 480px) {
  .fun-hero__art {
    max-width: min(320px, 88vw);
  }

  .fun-hero__float {
    font-size: 0.95rem;
  }

  .fun-pick-panel {
    max-width: 100%;
    padding: 0.8rem 0.85rem 0.65rem;
  }

  .fun-pick-row {
    grid-template-columns: 2.85rem minmax(0, 1fr);
    gap: 0.45rem 0.5rem;
  }

  .fun-pick-row__label {
    font-size: 0.68rem;
    padding-top: 0.48rem;
  }

  .fun-mood__btn {
    font-size: 0.78rem;
    min-height: 44px;
  }

  .fun-feel__btn {
    font-size: 0.7rem;
    min-height: 40px;
  }

  .fun-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-fun-pick,
  .btn-fun-ghost {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .home-slot-wrap,
  .slot-machine {
    max-width: 100%;
  }

  .slot-machine {
    padding: 1rem 0.65rem 1.2rem;
    border-radius: 22px;
  }

  .slot-machine__reels {
    gap: 0.35rem;
    padding: 0.55rem;
  }

  .slot-reel {
    width: min(92px, 28vw);
    height: 56px;
  }

  .slot-reel__cell {
    height: 56px;
    font-size: 0.72rem;
    padding: 0 4px;
  }

  .slot-machine__badge {
    font-size: 0.74rem;
    padding: 0.22rem 0.75rem;
    max-width: 90vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-pick-stack .fun-section-title--pick {
    font-size: 1.18rem;
  }

  .winner-card__title {
    font-size: 1.22rem;
  }

  .fun-context-card {
    max-width: 100%;
    padding: 0.75rem 0.85rem;
  }

  .fun-weather-manual {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.15rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .fun-weather-manual::-webkit-scrollbar {
    display: none;
  }

  .fun-feel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }
}

@keyframes fun-float {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

.fun-hero__copy {
  max-width: 28rem;
  margin: 0 auto 1.5rem;
  padding: 1.35rem 1.5rem 1.25rem;
  background: linear-gradient(165deg, rgba(22, 22, 38, 0.92), rgba(12, 12, 22, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.fun-hero__badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--fun-text-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.fun-hero__title {
  font-family: var(--fun-font-body);
  font-weight: 900;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  margin: 0;
  padding: 0;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.fun-hero__title-line {
  display: block;
  color: var(--fun-text-soft);
  font-weight: 700;
  font-size: 0.72em;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
}

.fun-hero__title-line--accent {
  font-family: var(--fun-font-display);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  color: var(--fun-text);
  line-height: 1.2;
  margin-top: 0.1rem;
}

.fun-hero__sub {
  margin: 1rem 0 0;
  color: var(--fun-text-soft);
  font-size: 0.95rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
  word-break: keep-all;
}

/* ── Pick panel (mood + feel + vegan) ── */
.fun-pick-panel {
  max-width: min(420px, 96vw);
  margin: 0 auto 1rem;
  padding: 0.9rem 1rem 0.75rem;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(22, 22, 38, 0.88), rgba(14, 14, 26, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.fun-pick-row {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 0.55rem 0.65rem;
  align-items: start;
  margin-bottom: 0.75rem;
}

.fun-pick-row:last-of-type {
  margin-bottom: 0.55rem;
}

.fun-pick-row__label {
  margin: 0;
  padding-top: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--fun-text-muted);
  line-height: 1.35;
  word-break: keep-all;
}

.fun-pick-row__chips--feel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.45rem;
}

.fun-chip-ico {
  flex-shrink: 0;
  line-height: 1;
}

.fun-mood {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0;
}

.fun-mood__btn {
  appearance: none;
  border: 2px solid var(--fun-border);
  background: var(--fun-surface-2);
  color: #fff;
  padding: 0.62rem 0.45rem;
  border-radius: 14px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s, background 0.15s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  word-break: keep-all;
  min-height: 44px;
  width: 100%;
}

.fun-mood__btn:hover,
.fun-mood__btn.is-active {
  transform: scale(1.02);
  border-color: var(--fun-pink);
  box-shadow: var(--fun-glow-pink);
}

.fun-mood__btn.is-active {
  background: rgba(255, 77, 141, 0.12);
}

.fun-feel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0;
}

.fun-feel__btn {
  appearance: none;
  border: 2px solid var(--fun-border);
  background: var(--fun-surface-2);
  color: var(--fun-text-soft);
  padding: 0.5rem 0.35rem;
  border-radius: 14px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.74rem;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s, background 0.15s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  min-height: 42px;
  width: 100%;
  word-break: keep-all;
}

.fun-feel__btn--vegan {
  grid-column: 1 / -1;
  cursor: pointer;
  user-select: none;
  min-height: 44px;
  font-size: 0.8rem;
}

.fun-feel__btn--vegan input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.fun-feel__btn:hover,
.fun-feel__btn.is-active,
.fun-feel__btn--vegan.is-active {
  transform: scale(1.02);
  border-color: var(--fun-purple);
  box-shadow: 0 0 18px rgba(179, 136, 255, 0.25);
  color: var(--fun-text);
}

.fun-feel__btn.is-active,
.fun-feel__btn--vegan.is-active {
  background: rgba(179, 136, 255, 0.14);
}

.fun-feel__btn--vegan.is-active {
  border-color: var(--fun-green);
  box-shadow: 0 0 18px rgba(91, 255, 154, 0.22);
  background: rgba(91, 255, 154, 0.1);
  color: var(--fun-green);
}

@media (min-width: 400px) {
  .fun-mood {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fun-mood__btn {
    font-size: 0.78rem;
    padding: 0.58rem 0.35rem;
  }
}

@media (min-width: 520px) {
  .fun-pick-row__chips--feel {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  .fun-feel__btn--vegan {
    grid-column: auto;
    min-width: 5.5rem;
  }
}

/* ── Weather + feeling context ── */
.fun-context-card {
  max-width: 420px;
  margin: 0 auto 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(22, 22, 38, 0.88), rgba(14, 14, 26, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.fun-context-card--weather {
  border-color: rgba(77, 238, 234, 0.35);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.25),
    0 0 24px rgba(77, 238, 234, 0.12);
}

.fun-hero .fun-context-card--weather {
  margin: 0 auto 1rem;
  max-width: min(420px, 96vw);
}

.fun-context-card__title {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--fun-cyan);
  text-align: center;
  letter-spacing: 0.02em;
}

.fun-weather-bar {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.fun-weather-now {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.fun-weather-now__icon {
  font-size: 1.85rem;
  line-height: 1;
  flex-shrink: 0;
}

.fun-weather-now__copy {
  min-width: 0;
  text-align: left;
}

.fun-weather-now__temp {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--fun-text);
  line-height: 1.35;
}

.fun-weather-now__hint {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--fun-cyan);
  line-height: 1.4;
}

.fun-weather-manual {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
}

.fun-weather-chip {
  appearance: none;
  border: 2px solid var(--fun-border);
  background: var(--fun-surface-2);
  color: var(--fun-text-soft);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  min-height: 34px;
}

.fun-weather-chip.is-active {
  border-color: var(--fun-cyan);
  background: rgba(77, 238, 234, 0.12);
  color: var(--fun-cyan);
}

.fun-chip-label {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--fun-text-muted);
  letter-spacing: 0.02em;
  text-align: center;
}

.fun-chip-label--feel {
  margin-top: 0.15rem;
}

.fun-context-summary {
  margin: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  background: rgba(77, 238, 234, 0.06);
  border: 1px solid rgba(77, 238, 234, 0.18);
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--fun-text-soft);
  line-height: 1.45;
  text-align: center;
  word-break: keep-all;
}

/* ── BIG arcade button ── */
.btn-fun-pick {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  font-family: var(--fun-font-display);
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  letter-spacing: 0.02em;
  padding: 1rem 2.5rem;
  border-radius: 20px;
  color: #0a0a0f;
  background: linear-gradient(180deg, var(--fun-yellow) 0%, var(--fun-orange) 45%, #ff6b35 100%);
  box-shadow:
    0 6px 0 #c44d00,
    0 12px 40px rgba(255, 159, 67, 0.45),
    inset 0 2px 0 rgba(255, 255, 255, 0.4);
  transition: transform 0.1s, box-shadow 0.1s;
  animation: fun-pulse 2s ease-in-out infinite;
}

.btn-fun-pick:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #c44d00, 0 6px 20px rgba(255, 159, 67, 0.3);
}

.btn-fun-pick.is-spinning {
  animation: fun-shake 0.4s linear infinite;
  pointer-events: none;
}

@keyframes fun-pulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.08); }
}

@keyframes fun-shake {
  0%, 100% { transform: rotate(-1deg); }
  50% { transform: rotate(1deg); }
}

.btn-fun-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-radius: 14px;
  border: 2px solid var(--fun-cyan);
  color: var(--fun-cyan);
  text-decoration: none;
  font-weight: 700;
  background: rgba(77, 238, 234, 0.08);
  transition: background 0.15s, transform 0.15s;
}

.btn-fun-ghost:hover {
  background: rgba(77, 238, 234, 0.18);
  transform: translateY(-2px);
}

.fun-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.75rem;
}

.fun-hero__actions--solo {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.fun-hero__actions--solo .btn-fun-pick {
  width: 100%;
  justify-content: center;
}

.btn-fun-pick,
.btn-fun-ghost {
  gap: 0.4rem;
  word-break: keep-all;
}

/* ── Home pick flow: slot → results ── */
.home-pick-stack {
  margin: 0.5rem 0 1.25rem;
}

.home-pick-stack .fun-section-head--pick {
  margin: 0.75rem 0 0.35rem;
}

.home-pick-stack .fun-section-title--pick {
  margin: 0;
  font-family: var(--fun-font-body);
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--fun-text);
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
}

.fun-section-sub {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--fun-text-muted);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.home-pick-stack .fun-section-sub {
  margin: 0.45rem 0 0.2rem;
  color: var(--fun-yellow);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.home-pick-stack .fun-winners {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.fun-result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 0.65rem auto 0.35rem;
  max-width: 420px;
  padding: 0 0.5rem;
}

.fun-result-actions .btn-fun-repick,
.fun-result-actions .btn-fun-share--inline {
  flex: 1 1 9rem;
  min-width: 9rem;
}

.btn-fun-repick {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  background: var(--fun-surface-2);
  color: var(--fun-text);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
  min-height: 44px;
}

.btn-fun-repick:hover {
  border-color: var(--fun-cyan);
  background: rgba(77, 238, 234, 0.08);
  transform: scale(1.02);
}

.fun-repick-hint {
  margin: 0 auto 0.85rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--fun-text-muted);
  max-width: 420px;
}

.btn-fun-share--inline {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  background: var(--fun-surface-2);
  color: var(--fun-text);
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
  min-height: 44px;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}

.btn-fun-share--inline:hover {
  border-color: var(--fun-purple);
  background: rgba(179, 136, 255, 0.1);
  transform: scale(1.02);
}

.home-slot-wrap {
  display: none;
  max-width: 420px;
  margin: 0 auto 0.5rem;
  animation: fun-pop-in 0.35s ease;
}

.home-slot-wrap.is-active {
  display: block;
}

.home-slot-wrap.is-complete {
  margin-bottom: 0.25rem;
}

.home-slot-hint {
  margin: 0.85rem 0 0;
  text-align: center;
  color: var(--fun-text-soft);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  word-break: keep-all;
}

.slot-machine__help {
  margin: 0.35rem 0 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--fun-text-soft);
  line-height: 1.45;
  word-break: keep-all;
}

.slot-machine__help--sub {
  margin-top: 0.2rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--fun-text-muted);
}

.slot-machine--home {
  margin-bottom: 0;
  padding-top: 0.35rem;
}

/* ── Language switcher ── */
.header-hub--menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.header-hub--menu .logo {
  margin-right: auto;
}

.fun-lang-wrap {
  flex-shrink: 0;
}

.fun-lang-select {
  appearance: none;
  background: var(--fun-surface-2);
  border: 2px solid var(--fun-border);
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.fun-lang-select:focus {
  outline: none;
  border-color: var(--fun-cyan);
}

/* ── Winner cards ── */
.fun-winners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.35rem;
  margin: 1.25rem 0 2rem;
}

.fun-winners--reveal .winner-card {
  animation: fun-pop-in 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
}

.fun-winners--reveal .winner-card:nth-child(2) { animation-delay: 0.08s; }
.fun-winners--reveal .winner-card:nth-child(3) { animation-delay: 0.16s; }

#roulette-result.fun-winners--reveal .winner-card {
  animation-delay: 0s;
}

.winner-card {
  position: relative;
  background: var(--fun-surface);
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--fun-border);
  text-align: center;
  transition: transform 0.2s, border-color 0.2s;
}

.winner-card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: var(--fun-yellow);
  box-shadow: var(--fun-glow-pink);
}

.winner-card__burst {
  font-size: 3rem;
  padding: 1.25rem 1rem 0.5rem;
  animation: fun-bounce 0.6s ease;
}

@keyframes fun-bounce {
  0% { transform: scale(0); }
  60% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.winner-card__label {
  margin: 0;
  padding: 0 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--fun-pink);
}

.winner-card__vegan {
  display: inline-block;
  margin: 0.35rem 1.25rem 0;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(91, 255, 154, 0.14);
  border: 1px solid rgba(91, 255, 154, 0.45);
  color: var(--fun-green);
  font-size: 0.72rem;
  font-weight: 800;
}

.winner-card__link {
  display: block;
  padding: 0.75rem 1.25rem 1.25rem;
  color: inherit;
  text-decoration: none;
}

.winner-card__title {
  margin: 0.35rem 0 0.85rem;
  padding: 0 1.25rem;
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.45;
  word-break: keep-all;
  color: var(--fun-text);
  letter-spacing: -0.01em;
}

.winner-card__brand {
  display: block;
  font-size: 0.8rem;
  color: var(--fun-cyan);
}

.winner-card__meta {
  margin: 0.5rem 0 0.85rem;
  font-size: 0.88rem;
  color: var(--fun-text-soft);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.65rem;
}

.winner-card__meta span {
  white-space: nowrap;
}

.winner-card--primary {
  border-color: rgba(255, 224, 102, 0.55);
  box-shadow: 0 0 24px rgba(255, 224, 102, 0.12);
  grid-column: 1 / -1;
}

.winner-card--primary .winner-card__label {
  color: var(--fun-yellow);
  font-size: 0.88rem;
}

.winner-card--primary .winner-card__title {
  font-size: 1.45rem;
}

.winner-card--alt .winner-card__label {
  color: var(--fun-text-muted);
  font-size: 0.76rem;
}

.winner-card--alt {
  border-color: rgba(255, 255, 255, 0.08);
}

.winner-card__title-link {
  color: inherit;
  text-decoration: none;
}

.winner-card__title-link:hover {
  color: var(--fun-cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.winner-card__cta--solo {
  width: 100%;
  max-width: 16rem;
  min-height: 44px;
  font-size: 0.88rem;
}

.winner-card--primary .winner-card__cta--solo {
  max-width: 18rem;
  min-height: 48px;
  font-size: 0.92rem;
}

.winner-card__cta-hint {
  margin: 0.35rem 0 0;
  padding: 0 1rem 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--fun-text-muted);
  line-height: 1.45;
}

.winner-card__cta--image {
  background: linear-gradient(90deg, var(--fun-pink), var(--fun-purple));
  color: #fff;
}

.winner-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  padding: 0 1rem 1.15rem;
}

.winner-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fun-pink), var(--fun-purple));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.winner-card__cta--image:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 16px rgba(255, 107, 157, 0.35);
}

/* ── Share picks ── */
.fun-share-wrap {
  text-align: center;
  margin: 0 auto 1.5rem;
  max-width: 28rem;
}

.btn-fun-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.35rem;
  border: 2px solid rgba(77, 238, 234, 0.45);
  border-radius: 999px;
  background: rgba(77, 238, 234, 0.08);
  color: var(--fun-cyan);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s, background 0.15s;
}

.btn-fun-share:hover {
  transform: translateY(-1px);
  border-color: var(--fun-cyan);
  background: rgba(77, 238, 234, 0.14);
}

.fun-share-hint {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: var(--fun-text-soft);
  line-height: 1.45;
}

.fun-share-toast {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--fun-yellow);
}

.fun-share-toast:not([hidden]) {
  animation: fun-pop-in 0.25s ease;
}

.fun-pop {
  animation: fun-pop-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes fun-pop-in {
  from { opacity: 0; transform: scale(0.5) rotate(-5deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

.fun-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
  font-size: 1.1rem;
  color: var(--fun-text-muted);
}

.fun-section-title {
  font-family: var(--fun-font-body);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--fun-text);
  margin: 2.25rem 0 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  line-height: 1.3;
  word-break: keep-all;
  letter-spacing: -0.02em;
}

.fun-panel--tip .fun-panel__tip-title {
  margin: 0;
  font-weight: 700;
  color: var(--fun-yellow);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.fun-panel--tip .fun-panel__tip-body {
  margin: 0.65rem 0 0;
  color: var(--fun-text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
  word-break: keep-all;
}

/* ── Filter drawer (compact) ── */
.fun-panel {
  background: var(--fun-surface);
  border: 2px solid var(--fun-border);
  border-radius: 20px;
  padding: 1.25rem;
  margin: 1.5rem 0;
}

.fun-panel summary {
  font-family: var(--fun-font-display);
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--fun-cyan);
  list-style: none;
}

.fun-panel summary::-webkit-details-marker { display: none; }

.fun-panel[open] summary { margin-bottom: 1rem; }

.fun-panel .menu-filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}

.fun-panel label {
  font-size: 0.8rem;
  color: var(--fun-text-soft);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.fun-panel select,
.fun-panel input {
  background: var(--fun-surface-2);
  border: 1px solid var(--fun-border);
  border-radius: 10px;
  color: #fff;
  padding: 0.5rem;
  font-family: inherit;
}

/* ── Legacy home sections (removed; hide if old HTML still cached) ── */
.page-menu-home #menu-category-grid,
.page-menu-home .fun-cat-grid,
.page-menu-home .fun-tile-grid {
  display: none !important;
}

.page-menu-home .fun-section-title:has([data-i18n="section_categories"]),
.page-menu-home .fun-section-title:has([data-i18n="section_shortcuts"]) {
  display: none !important;
}

.page-menu-home .header-hub__nav a[href*="roulette"],
.page-menu-home .fun-mobile-bar a[href*="roulette"],
.page-menu-home .btn-fun-ghost[href*="roulette"] {
  display: none !important;
}

/* ── Category arcade grid ── */
.fun-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 0.65rem;
}

.fun-cat-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem 0.5rem;
  border-radius: 16px;
  background: var(--fun-surface-2);
  border: 2px solid var(--fun-border);
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 0.78rem;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.fun-cat-tile__icon {
  font-size: 1.75rem;
  line-height: 1;
}

.fun-cat-tile:hover {
  transform: translateY(-4px) rotate(-2deg);
  border-color: var(--fun-yellow);
  box-shadow: 0 8px 24px rgba(255, 224, 102, 0.2);
}

/* ── Feature tiles ── */
.fun-tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.75rem;
}

.fun-picker-stage {
  text-align: center;
  padding: 1rem 0 1.5rem;
}

.fun-picker-stage__title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  justify-content: center;
}

.fun-picker-result {
  max-width: 380px;
  margin: 1.25rem auto 0;
}

.fun-picker-result .winner-card {
  margin: 0 auto;
}

.fun-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  line-height: 1.35;
  word-break: keep-all;
  padding: 1.1rem;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  border: 2px solid transparent;
  transition: transform 0.15s;
}

.fun-cat-tile__label {
  text-align: center;
  line-height: 1.25;
  word-break: keep-all;
}

.fun-tile:hover { transform: scale(1.04); }

.fun-tile--roulette { background: linear-gradient(135deg, #ff4d8d, #ff9f43); }
.fun-tile--late { background: linear-gradient(135deg, #5b5bff, #b388ff); }
.fun-tile--dessert { background: linear-gradient(135deg, #ff6b9d, #ffc0cb); }
.fun-tile--cafe { background: linear-gradient(135deg, #6f4e37, #c4a574); }
.fun-tile--conv { background: linear-gradient(135deg, #00b894, #55efc4); color: #0a0a0f; }
.fun-tile--destiny { background: linear-gradient(135deg, #fdcb6e, #e17055); color: #0a0a0f; }

.fun-tile small {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
  opacity: 0.9;
  font-size: 0.72rem;
}

/* ── SLOT MACHINE ── */
.slot-machine {
  max-width: 420px;
  margin: 0 auto 1.5rem;
  padding: 1.5rem 1.25rem 1.75rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #2a2a4a 0%, #1a1a2e 100%);
  border: 4px solid #4a4a6a;
  box-shadow:
    0 0 0 3px #ff4d8d,
    0 20px 50px rgba(0, 0, 0, 0.5),
    inset 0 2px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

.slot-machine::before {
  content: none;
}

.slot-machine__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--fun-yellow), var(--fun-orange));
  color: #0a0a0f;
  font-family: var(--fun-font-display);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.slot-machine.is-jackpot .slot-machine__badge {
  animation: fun-jackpot-badge 0.5s ease infinite alternate;
}

.slot-machine__reels {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  padding: 0.75rem;
  background: #0a0a12;
  border-radius: 12px;
  border: 3px inset #333;
}

.slot-reel {
  width: 108px;
  height: 64px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #222;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.15);
}

.slot-reel__cell {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.82rem;
  color: #1a1a2e;
  padding: 0 6px;
  text-align: center;
  line-height: 1.25;
  word-break: keep-all;
  letter-spacing: -0.01em;
}

.slot-reel__cell--win {
  background: linear-gradient(180deg, #fffef5, #ffe066);
  color: #1a1a2e;
  animation: fun-reel-win 0.45s ease;
}

.slot-reel--locked {
  border-color: var(--fun-yellow);
  box-shadow: 0 0 16px rgba(255, 224, 102, 0.45);
}

.slot-reel--pulse {
  animation: fun-reel-pulse 0.55s ease 2;
}

@keyframes fun-reel-win {
  0% { transform: scale(0.85); opacity: 0.5; }
  60% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes fun-reel-pulse {
  0%, 100% { box-shadow: 0 0 12px rgba(255, 224, 102, 0.35); }
  50% { box-shadow: 0 0 22px rgba(255, 224, 102, 0.75); }
}

.slot-jackpot-reveal {
  margin: 0.85rem 0 0;
  padding: 0.85rem 0.75rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 224, 102, 0.18), rgba(255, 77, 141, 0.14));
  border: 2px solid rgba(255, 224, 102, 0.55);
  text-align: center;
  opacity: 0;
  transform: scale(0.88) translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.slot-jackpot-reveal.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
  animation: fun-jackpot-banner 0.6s ease;
}

.slot-jackpot-reveal__tag {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.15rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fun-yellow), var(--fun-orange));
  color: #0a0a0f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.slot-jackpot-reveal__name {
  display: block;
  margin: 0.25rem 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--fun-text);
  line-height: 1.35;
  word-break: keep-all;
}

.slot-jackpot-reveal__sub {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--fun-yellow);
}

@keyframes fun-jackpot-banner {
  0% { filter: brightness(1.2); }
  50% { filter: brightness(1.45); }
  100% { filter: brightness(1); }
}

.fun-jackpot-moment::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(circle at 50% 40%, rgba(255, 224, 102, 0.35), transparent 55%);
  animation: fun-jackpot-flash 1.4s ease;
}

@keyframes fun-jackpot-flash {
  from { opacity: 0; }
  30% { opacity: 1; }
  to { opacity: 0; }
}

.slot-machine.is-spinning {
  animation: fun-shake 0.12s linear infinite;
}

.slot-machine.is-jackpot {
  animation: fun-jackpot-pulse 0.45s ease 2;
  box-shadow:
    0 0 0 3px #ff4d8d,
    0 0 40px rgba(255, 224, 102, 0.7),
    0 20px 50px rgba(0, 0, 0, 0.5);
}

.slot-machine.is-vegan-jackpot.is-jackpot {
  box-shadow:
    0 0 0 3px var(--fun-green),
    0 0 40px rgba(91, 255, 154, 0.55),
    0 20px 50px rgba(0, 0, 0, 0.5);
}

.slot-machine.is-vegan-jackpot .slot-machine__badge {
  background: linear-gradient(90deg, var(--fun-green), #34d399);
  color: #052e16;
}

.slot-machine.is-jackpot::before {
  content: none;
}

@keyframes fun-jackpot-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

@keyframes fun-jackpot-badge {
  from { transform: translateX(-50%) scale(1); }
  to { transform: translateX(-50%) scale(1.08); }
}

.hub-layout--menu {
  gap: 2rem;
}

.page-menu-fun .hub-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
  gap: 2rem;
  align-items: start;
}

.slot-reel__strip {
  will-change: transform;
}

.slot-machine__lever {
  width: 100%;
}

/* ── Confetti ── */
.fun-confetti-root {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.fun-confetti-piece {
  position: absolute;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  animation: fun-confetti-fall 1.8s ease-out forwards;
}

@keyframes fun-confetti-fall {
  to {
    transform: translateY(100vh) translateX(calc(var(--dx, 0) * 120px)) rotate(720deg);
    opacity: 0;
  }
}

/* ── Ads dark (ins unchanged) ── */
.page-menu-fun .ad-slot {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px;
}

.page-menu-fun .ad-slot__tag {
  background: rgba(10, 10, 18, 0.9) !important;
  color: var(--fun-text-muted) !important;
}

.page-menu-fun .menu-rail-sticky {
  position: sticky;
  top: 4.5rem;
}

.page-menu-fun main .ad-slot--footer {
  grid-column: 1 / -1;
}

/* ── Mobile bar ── */
.fun-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(8, 8, 16, 0.95);
  border-top: 2px solid var(--fun-pink);
  padding: 0.4rem 0.5rem calc(0.4rem + env(safe-area-inset-bottom));
  backdrop-filter: blur(12px);
}

.fun-mobile-bar a,
.fun-mobile-bar button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  color: var(--fun-text-muted);
  text-decoration: none;
  font-size: 0.65rem;
  font-weight: 700;
  background: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
}

.fun-mobile-bar .is-active { color: var(--fun-pink); }

.fun-mobile-bar__fab {
  background: linear-gradient(135deg, var(--fun-pink), var(--fun-orange)) !important;
  color: #0a0a0f !important;
  border-radius: 14px !important;
  font-size: 0.75rem !important;
}

@media (max-width: 900px) {
  .page-menu-fun .hub-layout { grid-template-columns: 1fr; }
  .page-menu-fun .hub-sidebar { order: 3; }
  .fun-mobile-bar { display: grid; }
  .page-menu-fun { padding-bottom: 5rem; }
  .page-menu-fun .header-hub__nav--desktop { display: none; }
}

/* ── SEO content block ── */
.fun-seo-block {
  margin: 2.5rem 0 1rem;
  padding: 1.5rem 1.25rem;
  border-radius: 20px;
  background: rgba(18, 18, 31, 0.6);
  border: 1px solid var(--fun-border);
}

.fun-seo-block__title {
  font-family: var(--fun-font-body);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--fun-text);
  margin: 0 0 0.85rem;
  line-height: 1.35;
}

.fun-seo-block__h3 {
  font-size: 1.05rem;
  color: var(--fun-cyan);
  margin: 1.35rem 0 0.5rem;
  font-weight: 700;
}

.fun-seo-block__p {
  margin: 0;
  color: var(--fun-text-soft);
  font-size: 0.94rem;
  line-height: 1.7;
  word-break: keep-all;
}

.page-menu-fun .hub-intro h1,
.page-menu-fun .calc-widget__title,
.page-menu-fun .menu-detail__title {
  font-family: var(--fun-font-display);
  color: var(--fun-text);
}

.page-menu-fun .hub-intro__lead,
.page-menu-fun .menu-detail__lead {
  color: var(--fun-text-muted);
}

.page-menu-fun .menu-filter-panel,
.page-menu-fun .calc-widget,
.page-menu-fun .article,
.page-menu-fun .menu-detail-card {
  background: var(--fun-surface) !important;
  border: 2px solid var(--fun-border) !important;
  border-radius: 20px !important;
  color: #f8fafc;
}

.page-menu-fun .menu-filter-panel__title {
  font-family: var(--fun-font-display);
  color: var(--fun-cyan);
}

.page-menu-fun .menu-filter-panel select,
.page-menu-fun .menu-filter-panel input[type="number"],
.page-menu-fun .menu-filter-panel input[type="text"] {
  background: var(--fun-surface-2);
  border: 1px solid var(--fun-border);
  border-radius: 10px;
  color: #fff;
}

.page-menu-fun .btn-menu-spin,
.page-menu-fun .btn-fun-pick {
  appearance: none;
  border: none;
  cursor: pointer;
  font-family: var(--fun-font-display);
  font-size: 1.1rem;
  padding: 0.85rem 2rem;
  border-radius: 18px;
  color: #0a0a0f;
  background: linear-gradient(180deg, var(--fun-yellow), var(--fun-orange));
  box-shadow: 0 4px 0 #c44d00, 0 10px 30px rgba(255, 159, 67, 0.35);
  transition: transform 0.1s;
}

.page-menu-fun .btn-menu-spin:active,
.page-menu-fun .btn-fun-pick:active {
  transform: translateY(3px);
}

.page-menu-fun .menu-results-grid,
.page-menu-fun .fun-winners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0;
}

.page-menu-fun .menu-card {
  background: var(--fun-surface-2);
  border: 2px solid var(--fun-border);
  border-radius: 16px;
  padding: 1rem;
  transition: transform 0.15s, border-color 0.15s;
}

.page-menu-fun .menu-card:hover {
  transform: translateY(-3px);
  border-color: var(--fun-pink);
}

.page-menu-fun .menu-card a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.page-menu-fun .breadcrumb a,
.page-menu-fun .breadcrumb__item a {
  color: var(--fun-cyan);
}

.page-menu-fun .breadcrumb,
.page-menu-fun .breadcrumb__list {
  color: var(--fun-text-muted);
}

.page-menu-fun .page-calc-main,
.page-menu-fun .seo-block {
  color: var(--fun-text-soft);
}

.page-menu-fun .calc-live-badge {
  background: linear-gradient(90deg, var(--fun-pink), var(--fun-purple));
  color: #fff;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.page-menu-fun .site-footer {
  border-top: 1px solid var(--fun-border);
  background: rgba(3, 3, 8, 0.9);
  color: var(--fun-text-muted);
}

.page-menu-fun .menu-detail-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.page-menu-fun .menu-detail-stat {
  background: var(--fun-surface-2);
  border-radius: 14px;
  padding: 0.85rem;
  text-align: center;
  border: 1px solid var(--fun-border);
}

.page-menu-fun .menu-detail-stat strong {
  display: block;
  font-size: 1.1rem;
  color: var(--fun-yellow);
}

.page-menu-fun .menu-detail-stat span {
  font-size: 0.75rem;
  color: var(--fun-text-muted);
}

.slot-machine--destiny::before {
  content: "DESTINY";
  letter-spacing: 0.12em;
}

.page-menu-fun .menu-detail-hero img[src*="menu-placeholder"],
.page-menu-detail .menu-detail-hero img[src*="menu-placeholder"] {
  display: none;
}

.page-menu-fun .menu-detail-hero h1 {
  font-family: var(--fun-font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  color: var(--fun-yellow);
  margin: 0.75rem 0;
}

.page-menu-fun .menu-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1rem 0;
  font-size: 0.88rem;
  color: var(--fun-text-muted);
}

.page-menu-fun .menu-detail-meta strong {
  color: var(--fun-cyan);
}

.page-menu-fun .menu-detail-hero .lead {
  color: var(--fun-text-soft);
  font-size: 0.98rem;
  line-height: 1.65;
}

.page-menu-fun .menu-pair-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.65rem;
  margin: 0.75rem 0 1.25rem;
}

.page-menu-fun .menu-card__link {
  display: block;
  padding: 0.85rem;
  background: var(--fun-surface-2);
  border: 2px solid var(--fun-border);
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.15s, border-color 0.15s;
}

.page-menu-fun .menu-card__link:hover {
  transform: translateY(-3px);
  border-color: var(--fun-pink);
}

.page-menu-fun .menu-card__title {
  margin: 0 0 0.25rem;
  font-size: 0.92rem;
  font-weight: 800;
}

.page-menu-fun .menu-card__meta {
  margin: 0;
  font-size: 0.78rem;
  color: var(--fun-yellow);
}

.page-menu-fun .article h2 {
  font-family: var(--fun-font-display);
  font-size: 1.1rem;
  color: var(--fun-cyan);
  margin: 1.25rem 0 0.5rem;
}

.page-menu-fun .disclaimer {
  font-size: 0.8rem;
  color: var(--fun-text-muted);
  margin-top: 1.5rem;
  line-height: 1.55;
}

.page-menu-fun .menu-detail-hero img {
  border-radius: 16px;
  border: 2px solid var(--fun-border);
  max-width: 100%;
  height: auto;
}

/* ── Readability pass (site-wide text clarity) ── */
.page-menu-fun p,
.page-menu-fun li,
.page-menu-fun .article p {
  color: var(--fun-text-soft);
  line-height: 1.65;
}

.page-menu-fun .hub-intro__lead,
.page-menu-fun .menu-detail__lead {
  color: var(--fun-text-soft);
  font-size: 0.98rem;
}

.page-menu-fun .fun-mobile-bar a,
.page-menu-fun .fun-mobile-bar button {
  color: var(--fun-text-muted);
  font-size: 0.68rem;
}

.page-menu-fun .fun-lang-select {
  color: var(--fun-text);
  font-size: 0.8rem;
}

.page-menu-fun .fun-picker-stage__title {
  font-family: var(--fun-font-body);
  font-weight: 800;
  color: var(--fun-text);
}

.page-menu-fun .fun-empty {
  color: var(--fun-text-soft);
  font-weight: 600;
}

.page-menu-fun .site-footer a {
  color: var(--fun-text-soft);
}

.page-menu-fun .site-footer a:hover {
  color: var(--fun-cyan);
}
