/* Omnivatic — Гадания (стиль gadanie.online + космическая тема) */

.gadaniya-hub,
.gadaniya-category,
.gadaniya-spread {
  padding: calc(var(--header-h, 72px) + 32px) 0 80px;
  min-height: 70vh;
}

.gad-wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.gad-hero {
  text-align: center;
  margin-bottom: 40px;
}

.gad-hero .section-label {
  margin-bottom: 12px;
}

.gad-hero .page-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--gold-bright, #f1c466);
  margin: 0 0 16px;
}

.gad-hero .page-intro {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-mid, #d4c4a8);
}

/* ——— Страница расклада: описание + действие ——— */
.gad-wrap--spread {
  max-width: 780px;
}

.gad-hero--spread {
  margin-bottom: 32px;
}

.gad-hero--spread .page-title {
  margin-bottom: 0;
}

.gad-spread-panel {
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 32px 36px 28px;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(14, 20, 52, 0.9), rgba(6, 10, 32, 0.96));
  border: 1px solid rgba(212, 168, 67, 0.28);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.38);
}

.gad-spread-body p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-mid, #cbbfa6);
  text-align: left;
}

.gad-spread-body p + p {
  margin-top: 14px;
}

.gad-spread-note {
  margin: 22px 0 0;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
  color: var(--text-mid, #cbbfa6);
  background: rgba(212, 168, 67, 0.07);
  border: 1px solid rgba(212, 168, 67, 0.2);
}

.gad-spread-note a {
  color: var(--gold-bright, #e8be55);
  text-decoration: none;
  font-weight: 500;
}

.gad-spread-note a:hover {
  text-decoration: underline;
}

.gad-spread-body ~ .gad-spread-action,
.gad-spread-note ~ .gad-spread-action {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(212, 168, 67, 0.16);
}

.gad-spread-action {
  text-align: center;
}

.gad-action-hint {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--gold-bright, #e8be55);
  font-family: 'Cinzel', serif;
  letter-spacing: 0.03em;
}

.gad-action-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.gad-action-legal {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(203, 191, 166, 0.72);
}

.gad-action-legal a {
  color: var(--gold-bright, #e8be55);
  text-decoration: none;
}

.gad-action-legal a:hover {
  text-decoration: underline;
}

.gad-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 32px;
  border: 1px solid var(--gold-bright, #e8be55);
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cosmos-deep, #050a1a);
  background: var(--gold-bright, #e8be55);
  box-shadow: 0 4px 18px rgba(212, 168, 67, 0.32);
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.gad-cta-btn:hover {
  transform: translateY(-1px);
  background: #e8bc5a;
  border-color: #e8bc5a;
  box-shadow: 0 6px 24px rgba(212, 168, 67, 0.42);
}

.gad-cta-btn:active {
  transform: translateY(0);
}

.gad-cta-btn:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.gad-wrap--spread .gad-form {
  text-align: left;
  margin-bottom: 10px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.gad-form-label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-mid, #d4c4a8);
}

.gad-wrap--spread .gad-check {
  margin-top: 12px;
  margin-bottom: 0;
  justify-content: flex-start;
}

@media (max-width: 640px) {
  .gad-spread-panel {
    padding: 24px 20px 22px;
    border-radius: 14px;
  }

  .gad-spread-body p {
    font-size: 16px;
    line-height: 1.7;
  }

  .gad-cta-btn {
    width: 100%;
    min-width: 0;
  }
}

/* Быстрые темы — как на gadanie.online */
.gad-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 28px 0 36px;
}

.gad-topic {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border: 1px solid var(--border-gold2, rgba(212, 168, 67, 0.2));
  border-radius: 999px;
  background: rgba(8, 13, 42, 0.6);
  color: var(--text-light, #f5edd6);
  font-size: 13px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  cursor: pointer;
}

.gad-topic:hover,
.gad-topic.is-active {
  border-color: var(--gold-bright, #f1c466);
  background: rgba(212, 168, 67, 0.12);
  color: var(--gold-bright, #f1c466);
}

.gad-topic-icon {
  font-size: 15px;
}

/* Категории */
.gad-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.gad-cat-card {
  display: block;
  padding: 28px 24px;
  border: 1px solid var(--border-gold, rgba(212, 168, 67, 0.3));
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(8, 13, 42, 0.85), rgba(4, 8, 28, 0.9));
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.gad-cat-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold-bright, #f1c466);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.gad-cat-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.gad-cat-title {
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  color: var(--gold-bright, #f1c466);
  margin: 0 0 8px;
}

.gad-cat-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-mid, #d4c4a8);
}

/* Сетка раскладов */
.gad-section-title {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright, #f1c466);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.gad-section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 168, 67, 0.4), transparent);
}

.gad-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}

.gad-card {
  display: block;
  padding: 20px 18px;
  border: 1px solid var(--border-gold2, rgba(212, 168, 67, 0.2));
  border-radius: 10px;
  background: rgba(8, 13, 42, 0.55);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.15s, background 0.2s;
}

.gad-card:hover {
  border-color: var(--gold-bright, #f1c466);
  background: rgba(212, 168, 67, 0.08);
  transform: translateY(-2px);
}

.gad-card[hidden] {
  display: none !important;
}

.gad-card-icon {
  font-size: 26px;
  margin-bottom: 10px;
}

.gad-card-title {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  color: var(--gold-bright, #f1c466);
  margin: 0 0 6px;
}

.gad-card-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--text-mid, #d4c4a8);
}

.gad-footnote {
  text-align: center;
  margin-top: 24px;
  font-size: 13px;
  color: var(--text-mid, #d4c4a8);
}

.gad-footnote a {
  color: var(--gold-bright, #f1c466);
}

/* ——— Страница расклада ——— */
.gad-spread-back {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--text-mid, #d4c4a8);
  font-size: 14px;
  text-decoration: none;
}

.gad-spread-back:hover {
  color: var(--gold-bright, #f1c466);
}

.gad-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(212, 168, 67, 0.22);
  border-radius: 12px;
  background: rgba(4, 8, 28, 0.55);
  color: var(--text-light, #f5edd6);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  resize: vertical;
  min-height: 84px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.gad-form textarea::placeholder {
  color: rgba(196, 180, 150, 0.45);
}

.gad-form textarea:focus {
  outline: none;
  border-color: rgba(212, 168, 67, 0.55);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.1);
}

/* legacy — не используется на spread */
.gad-submit {
  margin-top: 16px;
}

/* Анимация карт */
.gad-stage {
  perspective: 900px;
  text-align: center;
  margin: 28px 0;
}

.gad-card-flip {
  display: inline-block;
  width: min(220px, 70vw);
  aspect-ratio: 2 / 3;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.gad-card-flip.is-flipped {
  transform: rotateY(180deg);
}

.gad-card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--border-gold, rgba(212, 168, 67, 0.45));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.gad-card-back {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gad-card-back::before {
  content: none;
}

.gad-card-front {
  transform: rotateY(180deg);
  background: var(--cosmos-deep, #080d2a);
}

.gad-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gad-card-front img.is-reversed {
  transform: rotate(180deg);
}

.gad-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: linear-gradient(160deg, #121832, #0a0e24);
}

.gad-card-placeholder span {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  color: var(--gold-bright, #f1c466);
  text-align: center;
  line-height: 1.4;
}

@keyframes gadPulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes gadSpin {
  to { transform: rotate(360deg); }
}

.gad-loading {
  display: none;
  text-align: center;
  padding: 32px 16px;
  color: var(--text-mid, #d4c4a8);
}

.gad-loading.is-active {
  display: block;
}

.gad-loading-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  border: 2px solid rgba(212, 168, 67, 0.2);
  border-top-color: var(--gold-bright, #f1c466);
  border-radius: 50%;
  animation: gadSpin 0.9s linear infinite;
}

.gad-result-panel {
  display: none;
  animation: gadReveal 0.5s ease-out;
}

.gad-result-panel.is-visible {
  display: block;
}

@keyframes gadReveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.gad-card-name {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: var(--gold-bright, #f1c466);
  margin: 16px 0 4px;
}

.gad-card-pos {
  font-size: 13px;
  color: var(--text-mid, #d4c4a8);
  margin: 0 0 16px;
}

.gad-yesno {
  display: none;
  margin: 16px 0;
}

.gad-yesno.is-visible {
  display: block;
}

.gad-yesno span {
  display: inline-block;
  padding: 10px 28px;
  border: 2px solid var(--gold-bright, #f1c466);
  border-radius: 6px;
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: var(--gold-bright, #f1c466);
}

.gad-answer {
  padding: 22px 24px;
  border: 1px solid var(--border-gold2, rgba(212, 168, 67, 0.25));
  border-radius: 10px;
  background: rgba(8, 13, 42, 0.55);
  line-height: 1.7;
  font-size: 15px;
  color: var(--text-light, #f5edd6);
  text-align: left;
}

.gad-runes-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 20px 0;
}

.gad-rune-item {
  width: 120px;
  text-align: center;
  padding: 16px 12px;
  border: 1px solid var(--border-gold2, rgba(212, 168, 67, 0.2));
  border-radius: 10px;
  background: rgba(8, 13, 42, 0.5);
  animation: gadReveal 0.5s ease-out backwards;
}

.gad-rune-item:nth-child(2) { animation-delay: 0.1s; }
.gad-rune-item:nth-child(3) { animation-delay: 0.2s; }

.gad-rune-sym {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--gold-bright, #f1c466);
}

.gad-rune-label {
  font-size: 11px;
  color: var(--text-mid, #d4c4a8);
  margin-bottom: 4px;
}

.gad-rune-name {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  color: var(--text-light, #f5edd6);
}

.gad-quota {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: var(--text-mid, #d4c4a8);
}

.gad-quota a {
  color: var(--gold-bright, #f1c466);
}

.gad-upsell-box {
  padding: 22px;
  border: 1px solid var(--border-gold, rgba(212, 168, 67, 0.35));
  border-radius: 10px;
  background: rgba(212, 168, 67, 0.08);
  text-align: center;
  margin-bottom: 24px;
}

.gad-upsell-box h3 {
  margin: 0 0 10px;
  font-family: 'Cinzel', serif;
  font-size: 17px;
  color: var(--gold-bright, #f1c466);
}

.gad-upsell-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.gad-upsell-link {
  font-size: 13px;
  color: var(--gold-bright, #f1c466);
  text-decoration: none;
}

@media (max-width: 600px) {
  .gad-topics {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .gad-topic {
    flex-shrink: 0;
  }
}

/* ─── Хаб: 15 тем (как gadanie.online) ─── */
.gad-topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 20px;
  margin: 36px 0 48px;
}

.gad-topic-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: var(--text-light, #f5edd6);
  padding: 16px 10px;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: transform 0.2s, border-color 0.2s, background 0.2s;
}

.gad-topic-tile:hover {
  transform: translateY(-4px);
  border-color: var(--border-gold, rgba(212, 168, 67, 0.4));
  background: rgba(8, 13, 42, 0.5);
}

.gad-topic-frame {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, rgba(42, 52, 98, 0.95), rgba(10, 14, 38, 0.98));
  border: 1.5px solid rgba(212, 168, 67, 0.35);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.gad-topic-tile:hover .gad-topic-frame {
  border-color: rgba(232, 190, 85, 0.6);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.42),
    0 0 22px rgba(212, 168, 67, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.gad-topic-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.gad-topic-glyph {
  font-size: 38px;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.gad-topic-hero-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  vertical-align: -5px;
  margin-right: 6px;
}

.gad-topic-label {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  color: var(--gold-bright, #f1c466);
  margin-bottom: 4px;
}

.gad-topic-count {
  font-size: 11px;
  color: var(--text-mid, #d4c4a8);
  opacity: 0.8;
}

.gad-quote {
  max-width: 720px;
  margin: 0 auto 32px;
  padding: 20px 24px;
  border-left: 3px solid var(--gold-bright, #f1c466);
  background: rgba(8, 13, 42, 0.45);
  font-style: italic;
  color: var(--text-mid, #d4c4a8);
}

/* ─── Страница темы: горизонтальные карточки ─── */
.gad-breadcrumbs {
  font-size: 13px;
  color: var(--text-mid, #d4c4a8);
  margin-bottom: 24px;
}

.gad-breadcrumbs a {
  color: var(--gold-bright, #f1c466);
  text-decoration: none;
}

.gad-breadcrumbs span {
  margin: 0 8px;
  opacity: 0.5;
}

.gad-topic-total {
  font-size: 14px;
  color: var(--text-mid, #d4c4a8);
  margin-top: 12px;
}

.gad-spread-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
  margin: 32px 0;
}

.gad-spread-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--border-gold2, rgba(212, 168, 67, 0.2));
  border-radius: 12px;
  background: rgba(8, 13, 42, 0.55);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.15s;
}

.gad-spread-row:hover {
  border-color: var(--gold-bright, #f1c466);
  transform: translateX(4px);
}

.gad-spread-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gad-spread-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gad-spread-thumb-fallback {
  font-size: 28px;
}

.gad-spread-title {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 14px;
  color: var(--text-light, #f5edd6);
  line-height: 1.35;
}

.gad-spread-deck {
  display: block;
  font-size: 11px;
  color: var(--text-mid, #d4c4a8);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ─── Выбор карты пользователем ─── */
.gad-wrap--spread {
  max-width: 960px;
}

.gad-pick-stage {
  margin: 36px -12px 48px;
  text-align: center;
  padding: 0 8px;
}

.gad-pick-hint {
  margin-bottom: 28px;
  color: var(--gold-bright, #f1c466);
  font-family: 'Cinzel', serif;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.gad-pick-deck {
  position: relative;
  height: 320px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  touch-action: manipulation;
}

.gad-pick-deck::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(92%, 720px);
  height: 48px;
  background: radial-gradient(ellipse at center, rgba(212, 168, 67, 0.18) 0%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.gad-pick-card {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 82px;
  height: 119px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transform-origin: center bottom;
  transition: transform 0.22s ease, filter 0.22s, opacity 0.25s;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  z-index: 1;
}

.gad-pick-card:hover {
  transform: var(--fan-transform) translateY(-32px) scale(1.1) !important;
  filter: drop-shadow(0 14px 24px rgba(212, 168, 67, 0.5));
  z-index: 5000 !important;
}

.gad-pick-card.is-picked {
  transform: var(--fan-transform) translateY(-48px) scale(1.16) !important;
  filter: drop-shadow(0 18px 32px rgba(241, 196, 102, 0.6));
  z-index: 6000 !important;
}

.gad-pick-card.is-faded {
  opacity: 0.2;
  pointer-events: none;
}

.gad-pick-card:disabled {
  cursor: default;
}

.gad-pick-back {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 4px 14px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(0, 0, 0, 0.25);
}

.gad-pick-deck--tarot .gad-pick-back {
  border-radius: 11px;
}

.gad-pick-deck--lenormand .gad-pick-back,
.gad-pick-deck--playing .gad-pick-back {
  border-radius: 8px;
}

.gad-pick-deck--gypsy .gad-pick-back {
  border-radius: 11px;
}

.gad-pick-deck--runes .gad-pick-card {
  width: 68px;
  height: 68px;
}

.gad-pick-deck--runes .gad-pick-back {
  border-radius: 50%;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.06) inset,
    0 6px 16px rgba(0, 0, 0, 0.55);
}

@media (max-width: 640px) {
  .gad-pick-stage {
    margin-left: -16px;
    margin-right: -16px;
  }
  .gad-pick-deck::before {
    width: 100%;
  }
}

.gad-widget-stage {
  text-align: center;
  margin: 40px 0;
  min-height: 160px;
}

.gad-coin.is-flipping {
  animation: gadCoinFlip 1s ease-in-out;
  font-size: 80px;
}

@keyframes gadCoinFlip {
  0% { transform: rotateY(0); }
  50% { transform: rotateY(540deg) scale(1.2); }
  100% { transform: rotateY(1080deg); }
}

.gad-dice { font-size: 72px; animation: gadSpin 0.8s ease-out; }
.gad-ball { font-size: 72px; animation: gadPulse 1.2s ease-in-out infinite; }

.gad-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-mid, #d4c4a8);
  margin-bottom: 16px;
}

.gad-again-btn {
  margin-top: 20px;
  padding: 12px 28px;
  border: 1px solid var(--gold-bright, #e8be55);
  background: transparent;
  color: var(--gold-bright, #e8be55);
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.gad-again-btn:hover {
  background: rgba(212, 168, 67, 0.12);
}

.gad-card-back {
  background-size: cover !important;
  background-position: center !important;
}
