/* ══════════════════════════════════════════════════════════════
   css/cupon.css
   Fase 3 sub-fase 7 Ruleta · modal canje cupón TPV (Ember Dark)
   24-abr-2026
   ══════════════════════════════════════════════════════════════ */

.cupon-overlay.mov {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 960;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.cupon-overlay.mov.on { display: flex; }

.cupon-modal {
  background: #131210;
  border: 1px solid rgba(245, 104, 32, 0.18);
  border-radius: 18px;
  padding: 1.5rem;
  width: 100%;
  max-width: 420px;
  color: #F5F3EF;
  font-family: system-ui, -apple-system, sans-serif;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.cupon-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1rem;
}
.cupon-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.cupon-close {
  background: rgba(245, 243, 239, 0.08);
  border: none;
  color: #F5F3EF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}
.cupon-close:hover { background: rgba(245, 104, 32, 0.3); }

.cupon-hint {
  font-size: 13px;
  color: rgba(245, 243, 239, 0.6);
  margin: 0 0 1rem;
}

.cupon-input-wrap {
  display: flex;
  align-items: center;
  background: rgba(245, 104, 32, 0.08);
  border: 1px dashed rgba(245, 104, 32, 0.5);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0 0 1rem;
}
.cupon-prefix {
  font-family: "SF Mono", Monaco, monospace;
  font-size: 16px;
  font-weight: 600;
  color: rgba(245, 243, 239, 0.5);
  letter-spacing: 1.5px;
}
#cupon-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #F5F3EF;
  font-family: "SF Mono", Monaco, monospace;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 0 0 6px;
}

.cupon-btn-primary {
  width: 100%;
  padding: 14px;
  background: #F56820;
  color: #0D0C0A;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-family: inherit;
}
.cupon-btn-primary:hover:not(:disabled) { background: #FF8A4D; }
.cupon-btn-primary:disabled { opacity: 0.5; cursor: wait; }

#cupon-feedback {
  margin-top: 12px;
  min-height: 20px;
  font-size: 13px;
}
.cupon-loading { color: rgba(245, 243, 239, 0.6); text-align: center; }
.cupon-err {
  color: #FF8A4D;
  background: rgba(245, 104, 32, 0.1);
  padding: 10px 12px;
  border-radius: 10px;
}

/* Botón Cupón en hios-bar */
.hios-btn#hios-cupon {
  background: rgba(245, 104, 32, 0.15);
  color: #F56820;
}
.hios-btn#hios-cupon:hover { background: rgba(245, 104, 32, 0.25); }
.hios-btn#hios-cupon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}
