/* ── OVERLAY COMPARTIDO ──────────────────────────── */
.wcpg-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  z-index: 99999999 !important;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s ease;
}
.wcpg-overlay.show { opacity: 1; pointer-events: auto; }

/* ══════════════════════════════════════════════════ */
/* PANTALLA A: INTRO (formulario + imagen)           */
/* ══════════════════════════════════════════════════ */
#wcpg-intro {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
}

.intro-wrapper {
  position: relative;
  display: flex;
  width: 95%; max-width: 820px;
  min-height: 600px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.7);
  animation: slideUp 0.4s ease;
  background: #fff;
}

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

/* Botón cerrar del INTRO */
.intro-close-btn {
  position: absolute; top: 14px; right: 16px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,0,0,0.15); border: none;
  color: #fff; font-size: 18px; line-height: 1;
  cursor: pointer; z-index: 10;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.15s;
}
.intro-close-btn:hover { background: rgba(0,0,0,0.35); transform: scale(1.1); }

.intro-form-col {
  flex: 1.3; padding: 24px 32px !important;
  background: #fff;
  display: flex; flex-direction: column; justify-content: flex-start;
  overflow-y: auto;
  font-family: 'Inter', sans-serif;
}

.intro-title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 24px !important;
  font-weight: 900;
  color: #00A09D;
  line-height: 1.1;
  margin-bottom: 8px !important;
  margin-top: 0;
  letter-spacing: -0.5px;
  text-align: left;
}

.intro-sub {
  font-size: 14px !important;
  color: #4D4D4D;
  line-height: 1.3 !important;
  margin-bottom: 12px !important;
  text-align: left;
}
.intro-sub strong {
  color: #333333;
  font-weight: 800;
}

#wcpg-overlay .form-group { margin-bottom: 6px !important; text-align: left; }
#wcpg-overlay .form-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 12px !important;
  font-weight: 800;
  color: #333333;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 2px !important;
}
#wcpg-overlay .form-input {
  width: 100%;
  height: 28px !important;
  padding: 2px 10px !important;
  font-family: 'Inter', sans-serif;
  font-size: 13px !important;
  border: 1px solid #CBD5E1 !important;
  border-radius: 6px !important;
  color: #333333;
  background: #FFFFFF;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-sizing: border-box;
  line-height: 1.2 !important;
}
#wcpg-overlay .form-input:focus {
  border-color: #00A09D;
  box-shadow: 0 0 0 3px rgba(0, 160, 157, 0.12);
}

#intro-error {
  color: #DC2626; font-size: 13px; margin-top: 6px; display: none;
}

.btn-start {
  width: 100%;
  margin-top: 8px !important;
  padding: 10px 14px !important;
  background: #006E70;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 18px !important;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0, 110, 112, 0.2);
}
.btn-start:hover {
  background: #005A5C;
  transform: scale(0.995);
}

.btn-soccer-icon {
  font-size: 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #1E293B;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50%;
  border: 2px solid #1E293B;
  line-height: 1;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
}

.intro-footer-text {
  margin-top: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #4D4D4D;
  text-align: center;
  line-height: 1.4;
}
.intro-footer-text strong {
  color: #333333;
  font-weight: 800;
}

.trust-signals {
  margin-top: 14px; font-size: 11px; color: #94A3B8; text-align: center;
}

/* Goalkeeper Selector */
.gk-selector { margin-bottom: 20px; text-align: left; }
.gk-options { display: flex; gap: 12px; margin-top: 8px; }
.gk-option {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 8px 16px; border: 2px solid #E2E8F0; border-radius: 12px;
  cursor: pointer; transition: all 0.2s; background: #F8FAFC; flex: 1;
}
.gk-option.active { border-color: #2563EB; background: #EFF6FF; box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
.gk-option.disabled { opacity: 0.5; cursor: not-allowed; filter: grayscale(1); }
.gk-option img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.gk-option span { font-size: 12px; font-weight: 600; color: #475569; }
.gk-option.active span { color: #1D4ED8; }

/* Columna DERECHA: imagen configurable */
.intro-image-col {
  width: 300px;
  flex-shrink: 0;
  background: url('../images/intro-right-panel.png') no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.intro-image-overlay { display: none; }

/* ══════════════════════════════════════════════════ */
/* PANTALLA B: JUEGO (estadio + cancha)              */
/* ══════════════════════════════════════════════════ */
#wcpg-game {
  display: none;
  width: 95vw; max-width: 1100px;
  height: 90vh; max-height: 800px;
  position: relative;
  background: #000;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.7);
  overflow: hidden !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  animation: zoomIn 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#wcpg-overlay .image-wrapper {
  position: absolute;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  min-width: 100%; min-height: 100%;
  aspect-ratio: 1 / 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; pointer-events: none;
}
#wcpg-overlay .image-wrapper * { pointer-events: auto; }
#wcpg-game.active {
  display: flex;
}
@keyframes zoomIn {
  from { transform: scale(0.9); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

/* Botón cerrar del JUEGO */
.game-close-btn {
  position: absolute; top: 14px; right: 18px;
  background: rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.2);
  color: #fff; font-size: 24px; width: 40px; height: 40px;
  border-radius: 50%; cursor: pointer; z-index: 100;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.15s;
}
.game-close-btn:hover { background: rgba(0,0,0,0.7); transform: scale(1.1); }

/* TOP BANNER */
.top-banner {
  margin-top: 28px; z-index: 50;
  background: rgba(15,23,42,0.92); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px; padding: 12px 40px; text-align: center;
  backdrop-filter: blur(12px); box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.tb-title {
  font-family: 'Barlow Condensed', sans-serif; font-size: 38px; font-weight: 900;
  font-style: italic; color: #fff; letter-spacing: 2px;
  text-shadow: 0 0 12px rgba(255,255,255,0.6);
}
.tb-subtitle {
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600;
  color: #94A3B8; letter-spacing: 1.5px; text-transform: uppercase;
}

/* GAME AREA */
.game-area {
  position: absolute; inset: 0; pointer-events: none; z-index: 10;
}
.game-area * { pointer-events: auto; }

/* GOAL FRAME */
.goal-frame {
  position: absolute;
  left: calc(23% - 20px);
  top: calc(38% - 5px);
  width: 56%;
  height: calc(24% + 5px);
}
.goal-frame::before {
  content: ''; position: absolute; inset: 0;
  border: 6px solid #fff; border-bottom: none; border-radius: 2px 2px 0 0;
  box-shadow: 0 0 20px rgba(96,165,250,1), 0 0 60px rgba(96,165,250,0.6), inset 0 0 20px rgba(96,165,250,0.2);
  z-index: 2; pointer-events: none;
}
.goal-frame::after {
  content: ''; position: absolute; inset: 6px;
  background: rgba(0,0,20,0.25); z-index: 0;
}

#goalkeeper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 116.5%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 99;
  pointer-events: none !important;
  transition: background-image 0.15s;
}

#zones {
  position: absolute; inset: 0; display: grid;
  grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr);
  gap: 0; z-index: 3; margin: 0; padding: 0;
  pointer-events: auto !important;
}
.zone-btn {
  display: block; width: 100%; height: 100%; cursor: pointer;
  background: transparent; border: none; opacity: 0; transition: all 0.2s ease;
  box-sizing: border-box; margin: 0; padding: 0;
  pointer-events: auto !important;
}
.zone-btn:hover {
  opacity: 1; border: 2px solid rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.08) !important;
  box-shadow: 0 0 18px rgba(255,255,255,0.35) !important; transform: scale(1.02);
}
.zone-btn.selected { opacity: 1; background: rgba(255,255,255,0.3) !important; transform: scale(0.98); }

#game-canvas {
  position: absolute; top: 0; left: 0; width: 100%; height: 300%;
  z-index: 100; pointer-events: none !important;
}

/* RESULT OVERLAY */
.wcpg-modal-overlay {
  position: fixed !important; inset: 0 !important;
  background: rgba(15, 23, 42, 0.96) !important; backdrop-filter: blur(10px) !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  z-index: 999999999 !important; opacity: 0; pointer-events: none; transition: opacity 0.4s;
  overflow-y: auto !important;
  padding: 20px !important;

}
.wcpg-modal-overlay.show { opacity: 1 !important; pointer-events: auto !important; }

.wcpg-modal {
  position: relative !important; background: #fff !important; border: 1px solid #E2E8F0 !important;
  padding: 36px 32px !important; border-radius: 20px !important; text-align: center !important;
  width: 90% !important; max-width: 420px !important; box-shadow: 0 20px 60px rgba(0,0,0,0.4) !important;
  transform: translateY(30px); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 20 !important;
  display: block !important;
  overflow: visible !important;
}
.wcpg-modal-overlay.show .wcpg-modal { transform: translateY(0) !important; }

.wcpg-modal-close-btn {
  position: absolute !important; top: 14px !important; right: 16px !important;
  background: transparent !important; border: none !important; font-size: 18px !important; color: #94A3B8 !important;
  cursor: pointer !important; z-index: 20 !important; transition: color 0.2s;
  width: 30px !important; height: 30px !important; border-radius: 50% !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
}
.wcpg-modal-close-btn:hover { color: #1E293B !important; background: #F1F5F9 !important; }

.wcpg-res-content { position: relative !important; z-index: 2 !important; font-family: 'Inter', sans-serif !important; }
.wcpg-res-icon { font-size: 56px !important; display: inline-block !important; margin-bottom: 10px !important; }
.wcpg-res-goal .wcpg-res-icon { animation: wcpg-bounce 0.8s ease 0.1s both !important; }
.wcpg-res-miss .wcpg-res-icon { animation: wcpg-shake 0.5s ease 0.1s both !important; }
.wcpg-res-title {
  font-family: 'Barlow Condensed', sans-serif !important; font-size: 44px !important; font-weight: 900 !important;
  text-transform: uppercase !important; line-height: 1 !important; margin-bottom: 6px !important; color: #1E293B !important;
}
.wcpg-res-goal .wcpg-res-title { color: #16A34A !important; }
.wcpg-res-miss .wcpg-res-title { color: #DC2626 !important; }
.wcpg-res-sub { color: #64748B !important; font-size: 15px !important; margin-bottom: 20px !important; }

.wcpg-coupon-box {
  background: #F0FDF4 !important; border: 2px dashed #16A34A !important;
  padding: 16px !important; border-radius: 12px !important; margin-bottom: 20px !important;
  /* Oculto por defecto — el JS controla con inline style */
  display: none;
}
.wcpg-c-label { font-size: 11px !important; font-weight: 700 !important; color: #64748B !important; text-transform: uppercase !important; letter-spacing: 2px !important; margin-bottom: 6px !important; }
.wcpg-c-code { font-family: 'Barlow Condensed', sans-serif !important; font-size: 34px !important; font-weight: 900 !important; color: #16A34A !important; letter-spacing: 4px !important; }

#wcpg-overlay .btn {
  width: 100%; padding: 14px; border: none; border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600;
  cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px;
  box-sizing: border-box;
}
#wcpg-overlay .btn-primary { background: #2563EB; color: #fff; box-shadow: 0 4px 14px rgba(37,99,235,0.35); margin-bottom: 8px; }
#wcpg-overlay .btn-primary:hover { background: #1D4ED8; transform: translateY(-1px); }
#wcpg-overlay .btn-retry { background: #FEF2F2; border: 1px solid #FCA5A5; color: #DC2626; }
#wcpg-overlay .btn-retry:hover { background: #FEE2E2; }
#wcpg-overlay .btn-close-modal {
  background: #F1F5F9;
  color: #475569;
  border: 1px solid #E2E8F0;
}
#wcpg-overlay .btn-close-modal:hover {
  background: #E2E8F0;
  color: #1E293B;
}

/* ── INSTRUCCIONES DE JUEGO ─────────────────────── */
#wcpg-overlay .game-instructions {
  margin: 0 0 12px 0 !important;
  padding: 10px 16px !important;
  background: #E8F2F1;
  border: none;
  border-radius: 12px;
  text-align: left;
}
#wcpg-overlay .instructions-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px !important;
  font-weight: 800;
  color: #79AE30;
  margin-bottom: 4px !important;
  margin-top: 0;
  text-transform: none;
  letter-spacing: normal;
  display: block;
}
#wcpg-overlay .instructions-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 4px !important;
}
#wcpg-overlay .instructions-list li {
  font-size: 13px !important;
  color: #333333;
  line-height: 1.3 !important;
  text-align: left;
}
#wcpg-overlay .instructions-list li strong {
  color: #1A1A1A;
  font-weight: 800;
  margin-right: 4px;
}

@keyframes wcpg-bounce {
  0%   { transform: scale(0); opacity: 0; }
  50%  { transform: scale(1.2); opacity: 1; }
  70%  { transform: scale(0.9); }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes wcpg-shake {
  0%, 100% { transform: translateX(0); opacity: 1; }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 768px) {
  .intro-image-col { width: 180px; }
  .intro-form-col { padding: 32px 24px; }
  .intro-wrapper { min-height: auto; }
}
@media (max-width: 600px) {
  .intro-image-col { display: none; }
  .intro-wrapper {
    width: 94%;
    max-height: 90dvh;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    min-height: auto;
  }
  .intro-form-col {
    padding: 24px 20px;
    flex: 1;
    overflow-y: auto;
  }
  .intro-title { font-size: 22px; }
  .intro-sub { font-size: 13px; margin-bottom: 16px; }
  #wcpg-overlay .game-instructions { padding: 12px 16px; margin: 12px 0; }
  #wcpg-overlay .instructions-list li { font-size: 12px; }
  #wcpg-game { width: 100vw; height: 100dvh; max-width: none; max-height: none; border-radius: 0; }
  .tb-title { font-size: 24px; }
  .top-banner { padding: 8px 18px; margin-top: 14px; }
}
@media (max-height: 600px) {
  .intro-wrapper { max-height: 90vh; }
  .intro-form-col { overflow-y: auto; }
}

/* ── BADGE MODO TEST (solo administradores) ────────────────── */
#wcpg-test-mode-badge {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 999999;
  background: #DC2626;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(220,38,38,0.55);
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
  animation: slideBadgeIn 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
}
@keyframes slideBadgeIn {
  from { transform: translateY(60px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
#wcpg-test-mode-badge button {
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
  padding: 5px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  transition: background 0.2s;
}
#wcpg-test-mode-badge button:hover {
  background: rgba(255,255,255,0.35);
}

/* ── PANEL DERECHO: cuando está desactivado, el form ocupa todo el ancho ── */
.intro-wrapper.no-image-panel .intro-form-col {
  flex: 1;
  border-radius: 20px;
}

/* ── RESPONSIVE PARA EL MODAL DE RESULTADOS ── */
@media (max-width: 480px) {
  .wcpg-modal {
    padding: 24px 16px !important;
    margin-top: 10px !important;
  }
  .wcpg-res-title {
    font-size: 32px !important;
  }
  .prize-choice-cards {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
  }
  .prize-choice-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px !important;
  }
}

/* Los estilos de la barra adhesiva se trasladaron a wcpg-sticky-bar.css para optimización de carga sitewide */

/* ── MULTI-STEP WIZARD (INTRO) ── */
.intro-step-1, .intro-step-2 {
  animation: wcpgFadeInStep 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

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

.wcpg-step-hidden {
  display: none !important;
}

.btn-next-step {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  background: #F97316;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(249,115,22,0.45);
  display: block;
  text-align: center;
}
.btn-next-step:hover {
  background: #EA580C;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(234,88,12,0.5);
}

.btn-back-step {
  color: #64748B;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
  display: inline-block;
}
.btn-back-step:hover {
  color: #1E293B;
  text-decoration: underline;
}




.wcpg-modal.mungos-miss-modal {
    background-color: #FFF2CB !important;
    border: none !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    padding: 20px 24px !important;
    position: relative !important;
}
.wcpg-modal.mungos-miss-modal #res-icon { display: none !important; }
.wcpg-modal.mungos-miss-modal #res-title { display: none !important; }
.wcpg-modal.mungos-miss-modal #btn-result-close { display: none !important; }
.wcpg-modal.mungos-miss-modal #wcpg-miss-image-container {
    position: relative !important;
    margin: -20px -24px 15px -24px !important;
    width: calc(100% + 48px) !important;
    display: block !important;
    text-align: center !important;
    z-index: 10 !important;
    pointer-events: none !important;
}
.wcpg-modal.mungos-miss-modal .wcpg-miss-goalie-img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
}
.wcpg-modal.mungos-miss-modal .wcpg-res-title { display: none !important; }
.wcpg-modal.mungos-miss-modal .wcpg-res-sub {
    color: #DC2626 !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    text-align: center !important;
    margin-top: 15px !important;
    margin-bottom: 8px !important;
    display: block !important;
    padding-right: 0 !important;
    min-height: auto !important;
}
.wcpg-modal.mungos-miss-modal #wcpg-miss-peludito-text {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    color: #2B2D2F !important;
    font-weight: 800 !important;
    text-align: center !important;
    display: block !important;
    line-height: 1.3 !important;
}
.wcpg-modal.mungos-miss-modal .wcpg-coupon-box {
    background: #FDBA74 !important;
    border: 2px dashed #EA580C !important;
    border-radius: 10px !important;
    margin-top: 5px;
    padding: 8px 12px !important;
    margin-bottom: 8px !important;
}
.wcpg-modal.mungos-miss-modal .wcpg-coupon-box * { color: #431407 !important; }
.wcpg-modal.mungos-miss-modal .wcpg-c-code {
    color: #EA580C !important;
    background-color: #FFFFFF !important;
    border: 2.5px dashed #EA580C !important;
    border-radius: 12px !important;
    padding: 10px 24px !important;
    font-size: 24px !important;
    letter-spacing: 3px !important;
    display: inline-block !important;
    margin: 15px auto !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
}
.wcpg-modal.mungos-miss-modal .wcpg-c-timer-box {
    background-color: #FFFDF5 !important;
    border: 2px dashed #EA580C !important;
    border-radius: 16px !important;
    padding: 12px !important;
    margin-top: 15px !important;
}
.wcpg-modal.mungos-miss-modal .wcpg-c-timer-box #wcpg-timer-label-text {
    color: #7C2D12 !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    margin-bottom: 4px !important;
}
.wcpg-modal.mungos-miss-modal .wcpg-c-timer-box #wcpg-timer-display {
    font-size: 24px !important;
    color: #EA580C !important;
    font-weight: 900 !important;
}
.wcpg-modal.mungos-miss-modal .wcpg-c-timer-box #wcpg-timer-warning-text {
    color: #EA580C !important;
    font-weight: 700 !important;
}
.wcpg-modal.mungos-miss-modal .wcpg-modal-stock-notice {
    color: #475569 !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}
.wcpg-modal.mungos-miss-modal #btn-retry,
.wcpg-modal.mungos-miss-modal #btn-cart {
    background: #FD472E !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 14px !important;
    border: none !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
}
.wcpg-modal.mungos-miss-modal #btn-retry:hover,
.wcpg-modal.mungos-miss-modal #btn-cart:hover {
    background: #E13D26 !important;
}
.wcpg-modal.mungos-miss-modal #btn-result-dismiss {
    background: #fff !important;
    color: #1E293B !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 800 !important;
    padding: 14px !important;
    box-shadow: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    transition: background-color 0.2s !important;
}
.wcpg-modal.mungos-miss-modal #btn-result-dismiss:hover {
    background: #f1f5f9 !important;
}


/* -- MUNGOS GOAL MODAL -- */
.wcpg-modal.mungos-goal-modal { background-color: #799839 !important; border: 2px solid #5a7526 !important; border-radius: 24px !important; }
.wcpg-modal.mungos-goal-modal .wcpg-res-sub { color: #FFFFFF !important; font-weight: 800 !important; font-size: 18px !important; margin-top: 5px !important; text-shadow: 0 1px 2px rgba(0,0,0,0.35) !important; }
.wcpg-modal.mungos-goal-modal #wcpg-prize-selection p { color: #FFF !important; }

/* Stacking and styling cards as green dashed buttons */
.wcpg-modal.mungos-goal-modal .prize-choice-cards {
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 15px !important;
}
.wcpg-modal.mungos-goal-modal .prize-choice-card {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 4px 20px !important;
  height: 28px !important;
  border: 2px dashed #799839 !important;
  border-radius: 20px !important;
  background: #F1F9E8 !important;
  color: #1B6A45 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.wcpg-modal.mungos-goal-modal .prize-choice-card:hover {
  background: #FFF7ED !important;
  color: #1B6A45 !important;
  border-color: #FFF7ED !important;
}
.wcpg-modal.mungos-goal-modal .prize-choice-card.selected {
  background: #FFF !important;
  border: 2px solid #1B6A45 !important;
  color: #1B6A45 !important;
}
.wcpg-modal.mungos-goal-modal .prize-choice-card.selected div {
  color: #1B6A45 !important;
}
.wcpg-modal.mungos-goal-modal .prize-choice-card div {
  color: #1B6A45 !important;
  font-size: 14px !important;
}
.wcpg-modal.mungos-goal-modal .prize-choice-card .choice-emoji,
.wcpg-modal.mungos-goal-modal .prize-choice-card .choice-sub {
  display: none !important;
}

.wcpg-modal.mungos-goal-modal #btn-confirm-prize { background: #1B6A45 !important; color: #FFF !important; font-size: 16px !important; box-shadow: 0 4px 10px rgba(27,106,69,0.4) !important; border-radius: 10px !important; width: 100% !important; max-width: 280px !important; margin-top: 6px !important; }
.wcpg-modal.mungos-goal-modal #btn-confirm-prize:disabled { background: #CBD5E1 !important; color: #94A3B8 !important; cursor: not-allowed !important; box-shadow: none !important; }

.wcpg-modal.mungos-goal-modal .wcpg-coupon-box { background: #F1F9E8 !important; border: 2px dashed #93B552 !important; border-radius: 18px !important; margin-top: 10px; padding: 10px !important; }
.wcpg-modal.mungos-goal-modal .wcpg-coupon-box .wcpg-c-label { color: #264D15 !important; font-weight: 700 !important; text-transform: uppercase; font-size: 12px !important; }
.wcpg-modal.mungos-goal-modal .wcpg-coupon-box .wcpg-discount-text { color: #1B6A45 !important; font-weight: 700; margin-top: 5px; font-size: 15px; line-height: 1.2; }

/* El código de cupón como un ticket destacado blanco en el gol */
.wcpg-modal.mungos-goal-modal .wcpg-c-code { color: #1B6A45 !important; background-color: #FFFFFF !important; border: 2.5px dashed #1B6A45 !important; border-radius: 12px !important; padding: 10px 24px !important; font-size: 24px !important; letter-spacing: 3px !important; display: inline-block !important; margin: 15px auto !important; box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important; }

/* Temporizador con fondo claro en el gol */
.wcpg-modal.mungos-goal-modal .wcpg-c-timer-box { background-color: #F1F9E8 !important; border: 2px dashed #93B552 !important; border-radius: 16px !important; padding: 12px !important; margin-top: 15px !important; }
.wcpg-modal.mungos-goal-modal .wcpg-c-timer-box #wcpg-timer-label-text { color: #264D15 !important; font-weight: 800 !important; font-size: 13px !important; }
.wcpg-modal.mungos-goal-modal .wcpg-c-timer-box #timer-text { color: #1B6A45 !important; }
.wcpg-modal.mungos-goal-modal .wcpg-c-timer-box #wcpg-timer-warning-text { color: #1B6A45 !important; font-weight: 700 !important; }

.wcpg-modal.mungos-goal-modal #btn-cart { background: #1B6A45 !important; color: #fff !important; font-size: 16px !important; box-shadow: 0 4px 10px rgba(27,106,69,0.4) !important; border-radius: 10px !important; }
.wcpg-modal.mungos-goal-modal #btn-result-dismiss { background: #F8FAFC !important; color: #1E293B !important; border: none !important; border-radius: 10px !important; font-weight: 700 !important; }

.wcpg-modal.mungos-goal-modal #res-icon { display: none !important; }
.wcpg-modal.mungos-goal-modal #res-title { display: none !important; }
.wcpg-modal.mungos-goal-modal .wcpg-res-content { padding-top: 10px !important; }
.wcpg-modal.mungos-goal-modal #wcpg-prize-selection { margin-bottom: 5px !important; }
.wcpg-modal.mungos-goal-modal .wcpg-modal-stock-notice { color: #E6F4D0 !important; font-weight: 600 !important; margin-top: 10px !important; }

