/* Общий фон */
.begetfp-play {
  min-height: 60vh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 4vw, 64px);
  background:
    radial-gradient(24px 24px at 20% 10%, rgba(37,99,235,.08) 20%, transparent 21%) 0 0 / 64px 64px,
    linear-gradient(180deg, #ffffff, #f9fafb 60%, #ffffff);
}

/* Карточки */
.begetfp-card {
  max-width: 860px;
  width: 100%;
  background: #fff;
  border: 2px solid #11182712;
  border-radius: 18px;
  padding: clamp(22px, 3.2vw, 44px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}
.begetfp-card--fun { position: relative; overflow: hidden; }

/* «Наклейка» */
.begetfp-sticker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1f2937;
  background: #f3f4f6;
  border: 1px dashed #d1d5db;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.begetfp-sticker--red {
  color: #7f1d1d; background: #fef2f2; border-color: #fecaca;
}

/* Заголовки и подзаголовки */
.begetfp-h1 { margin: 0 0 10px 0; font-size: clamp(24px, 3.2vw, 36px); line-height: 1.25; }
.begetfp-sub { margin: 0 0 18px 0; color: #374151; font-size: 16px; line-height: 1.6; }
.begetfp-hint { display: inline-block; margin-left: .35em; padding: 3px 8px; border-radius: 999px; background: #fff7ed; color: #9a3412; font-size: 13px; border: 1px solid #fed7aa; }

/* Декоративная линия */
.begetfp-doodle { color: #2563eb; margin: 8px 0 16px 0; opacity: .9; }

/* Ряд кнопок */
.begetfp-btnrow { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

/* Кнопка действия */
.begetfp-btn-wobble {
  appearance: none; border: 0; padding: 14px 20px; background: #111827; color: #fff;
  font-weight: 700; border-radius: 14px; cursor: pointer;
  box-shadow: 0 10px 20px rgba(17,24,39,0.18);
  transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
}
.begetfp-btn-wobble:hover { transform: translateY(-1px) rotate(-0.4deg); background: #0b1220; }
.begetfp-btn-wobble:active { transform: translateY(0) scale(0.99); }

/* Кнопка-ссылка (секретная) */
.begetfp-btn-ghost {
  display: inline-block; text-decoration: none; font-weight: 700; padding: 12px 18px;
  border-radius: 14px; border: 2px dashed #c7d2fe; color: #3730a3; background: #eef2ff;
  transition: transform .06s ease, background .2s ease, border-color .2s ease;
}
.begetfp-btn-ghost:hover { transform: translateY(-1px); background: #e0e7ff; border-color: #a5b4fc; }

/* Подпись и мини-статистика */
.begetfp-note { color: #6b7280; font-size: 13px; margin: 10px 0 0 0; }
.begetfp-stats-mini { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.begetfp-chip { background: #eef2ff; color: #3730a3; border: 1px solid #c7d2fe; border-radius: 999px; padding: 6px 10px; font-size: 13px; }

/* Таблица */
.begetfp-table-wrap { overflow-x: auto; margin-top: 12px; }
.begetfp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.begetfp-table th, .begetfp-table td { padding: 10px 12px; border-bottom: 1px solid #e5e7eb; text-align: left; }
.begetfp-table th { background: #f9fafb; font-weight: 700; }
.begetfp-table--striped tbody tr:nth-child(odd) td { background: #fcfcfd; }
.begetfp-empty { color: #6b7280; margin: 0 0 8px 0; }
.begetfp-link { display: inline-block; margin-top: 16px; color: #2563eb; text-decoration: none; }
.begetfp-link:hover { text-decoration: underline; }

/* Конфетти */
.begetfp-confetti { position: fixed; inset: 0; pointer-events: none; overflow: hidden; }
@keyframes confettiFall {
  0% { transform: translateY(-10vh) rotate(0deg); opacity: 0; }
  10% { opacity: 1; }
  100% { transform: translateY(110vh) rotate(720deg); opacity: 0; }
}

/* --- Секретная страница --- */
.begetfp-secret-wrap {
  min-height: 60vh; display: grid; place-items: center; padding: clamp(24px, 4vw, 64px);
  background:
    radial-gradient(26px 26px at 70% 20%, rgba(190,24,93,.08) 20%, transparent 21%) 0 0 / 72px 72px,
    linear-gradient(180deg, #fff, #fff5f7 60%, #fff);
}
.begetfp-card--secret { position: relative; overflow: hidden; }

.begetfp-parchment {
  background:
    linear-gradient(transparent, transparent 31px, rgba(0,0,0,0.04) 32px) 0 0 / 100% 32px,
    radial-gradient(120px 30px at 0% 0%, rgba(0,0,0,0.04), transparent 60%),
    radial-gradient(120px 30px at 100% 100%, rgba(0,0,0,0.04), transparent 60%),
    #fffefa;
  border: 1px solid #f3e8ff;
  padding: 18px 18px;
  border-radius: 14px;
  color: #1f2937;
  line-height: 1.7;
}

.begetfp-katana {
  height: 10px;
  background:
    linear-gradient(90deg, transparent 0 8%, #111827 8% 12%, transparent 12% 88%, #111827 88% 92%, transparent 92% 100%),
    repeating-linear-gradient(90deg, #f9fafb 0 6px, #e5e7eb 6px 12px);
  border-radius: 999px;
  margin: 12px 0;
}

.begetfp-smallnote { color: #6b7280; font-size: 13px; }

.begetfp-guard {
  text-align: center;
  background: #fff7ed;
  border: 1px dashed #fdba74;
  padding: 18px;
  border-radius: 14px;
}
.begetfp-guard-emoji { font-size: 38px; line-height: 1; margin-bottom: 8px; }
