/* ============== Tema: Minnie Rosa com Cerejas ============== */

:root {
  --primary:        #ff4c8b;
  --primary-dark:   #c2185b;
  --primary-deeper: #8e0e3d;
  --primary-soft:   #ffd1e1;
  --accent:         #d50000;       /* cereja */
  --accent-dark:    #9b0000;
  --bg:             #ffe7f0;
  --bg-alt:         #ffffff;
  --card-bg:        #fff9fb;
  --text:           #5a1f33;
  --text-soft:      #875065;
  --border:         #ffd1e1;
  --shadow-color:   rgba(194, 24, 91, 0.20);
  --shadow-sm:      0 4px 12px rgba(194, 24, 91, 0.15);
  --shadow:         0 10px 30px var(--shadow-color);
  --shadow-lg:      0 20px 50px rgba(194, 24, 91, 0.25);
  --radius:         22px;
  --display-font:   'Caveat', cursive;
  --body-font:      'Fredoka', system-ui, sans-serif;

  --invite-bg: linear-gradient(135deg, var(--bg) 0%, #ffd6e6 100%);
  --invite-pattern:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.9) 8px, transparent 9px),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,0.9) 8px, transparent 9px);
}

.invite-body {
  background-size: 56px 56px, 56px 56px, auto;
  background-position: 0 0, 28px 28px, 0 0;
}

.theme-minnie .card {
  border: 3px solid #ffffff;
}
.theme-minnie .card::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 2px dashed var(--primary-soft);
  border-radius: calc(var(--radius) - 10px);
  pointer-events: none;
}

/* Decorações flutuantes (cerejas + laços) */
.theme-minnie .float { font-size: 32px; }
.theme-minnie .deco-1 { top: 8%;  left: 10%; animation-delay: 0s; }
.theme-minnie .deco-2 { top: 70%; left: 85%; animation-delay: 1.5s; font-size: 38px; }
.theme-minnie .deco-3 { top: 40%; left: 5%;  animation-delay: 3s; font-size: 28px; }
.theme-minnie .deco-4 { top: 15%; left: 80%; animation-delay: 0.8s; font-size: 36px; }
.theme-minnie .deco-5 { top: 85%; left: 15%; animation-delay: 2.2s; font-size: 30px; }

/* ----- Tela 1: Boas-vindas ----- */
.theme-minnie .welcome .ears {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-bottom: -20px;
}
.theme-minnie .welcome .ears span {
  width: 56px; height: 56px;
  background: #1a1a1a;
  border-radius: 50%;
  box-shadow: inset -4px -4px 12px rgba(0,0,0,0.3), 0 4px 10px rgba(0,0,0,0.25);
}
.theme-minnie .welcome .head {
  width: 130px; height: 130px;
  background: #1a1a1a;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  box-shadow: inset -8px -8px 20px rgba(0,0,0,0.4), 0 8px 20px rgba(0,0,0,0.25);
}
.theme-minnie .welcome .bow-large {
  position: absolute;
  top: -8px; right: 8px;
  font-size: 64px;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
  animation: wiggle 2.5s ease-in-out infinite;
}
@keyframes wiggle {
  0%,100% { transform: rotate(-8deg); }
  50%     { transform: rotate(8deg); }
}

.theme-minnie .welcome .hello {
  font-family: var(--display-font);
  font-size: 38px;
  color: var(--primary-dark);
  margin: 24px 0 8px;
  font-weight: 700;
  line-height: 1.1;
}
.theme-minnie .welcome .lead {
  font-size: 18px;
  color: var(--text-soft);
  margin: 0 0 28px;
}
.theme-minnie .welcome .closer {
  margin-top: 24px;
  font-size: 32px;
  letter-spacing: 4px;
}

/* ----- Tela 2: Convite ----- */
.theme-minnie .invite-screen .corner-deco {
  position: absolute;
  top: 6px; right: 12px;
  font-size: 42px;
  z-index: 2;
}
.theme-minnie .invite-screen .kicker {
  font-size: 14px;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 500;
}
.theme-minnie .invite-screen .big-name {
  font-family: var(--display-font);
  font-size: 64px;
  color: var(--primary-dark);
  margin: 8px 0 4px;
  line-height: 0.95;
  font-weight: 700;
  text-shadow: 2px 3px 0 rgba(255,255,255,0.8);
}
.theme-minnie .invite-screen .age {
  font-size: 22px;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}
.theme-minnie .invite-screen .theme-tag {
  display: inline-block;
  background: var(--primary-soft);
  color: var(--primary-deeper);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.theme-minnie .invite-screen .msg {
  font-size: 15px;
  color: var(--text-soft);
  font-style: italic;
  margin: 0 0 20px;
  padding: 0 8px;
}

/* ----- Tela 3: RSVP ----- */
.theme-minnie .rsvp h2 {
  font-family: var(--display-font);
  font-size: 36px;
  color: var(--primary-dark);
  margin: 12px 0 4px;
}
.theme-minnie .rsvp .hint {
  color: var(--text-soft);
  margin: 0 0 20px;
  font-size: 14px;
}
.theme-minnie .corner-deco {
  position: absolute;
  top: 6px; right: 12px;
  font-size: 42px;
  z-index: 2;
}

/* ----- Tela final ----- */
.theme-minnie .thanks .big-emoji {
  font-size: 80px;
  margin-bottom: 8px;
  display: inline-block;
  animation: bounce 1.6s ease-in-out infinite;
}
@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}
.theme-minnie .thanks h2 {
  font-family: var(--display-font);
  font-size: 42px;
  color: var(--primary-dark);
  margin: 8px 0;
}
.theme-minnie .thanks p { color: var(--text); margin: 8px 0; }
.theme-minnie .thanks .confirmed {
  background: var(--primary-soft);
  padding: 14px;
  border-radius: 14px;
  margin: 16px 0;
  font-size: 15px;
}

.theme-minnie .error-card .big-emoji { font-size: 56px; }
.theme-minnie .error-card h1 {
  font-family: var(--display-font);
  font-size: 42px;
}
