body { font-family: 'Segoe UI', system-ui, sans-serif; }

/* Botones con color garantizado (no dependen de que cargue Tailwind) */
.btn-success {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff !important; font-weight: 600; border-radius: 0.6rem;
  padding: .75rem 1rem; width: 100%; text-align: center; display: block; border: none; cursor: pointer;
}
.btn-primary-gaming {
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  color: #fff !important; font-weight: 600; border-radius: 0.6rem;
  padding: .75rem 1rem; width: 100%; text-align: center; display: block; border: none; cursor: pointer;
}
