body {
  background-color: #121212;
  color: #e0e0e0;
  font-family: "Segoe UI", "Roboto", sans-serif;
}

.album-card {
  background-color: #1e1e1e;
  border-radius: 16px;
  color: #e0e0e0;
  transition: transform 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 255, 225, 0.08);
}

.album-card:hover {
  transform: scale(1.020);
}

/* Títulos */
.album-card h5 {
  color: #00ffe1;
}

/* Precios */
.text-success {
  color: #00ffe1 !important;
}
.text-muted {
  color: #888 !important;
}

/* Botón Add to Cart */
.btn-warning.btn-add {
  background: linear-gradient(135deg, #00ffe1, #00c9b7);
  border: none;
  color: #121212;
  font-weight: 600;
}
.btn-warning.btn-add:hover {
  background: linear-gradient(135deg, #00e6ce, #00b7a3);
}

/* Contadores */
.badge.bg-success {
  background-color: #00c853 !important;
}
.badge.bg-danger {
  background-color: #ff1744 !important;
}

/* Equalizer bars */
.bar {
  background: #ff00ff;
}

/* Toast */
.toast-body {
  font-size: 0.9rem;
  color: #00ffe1;
}
.text-bg-success {
  background-color: #003c36 !important;
}

.btn-add {
  border-radius: 8px;
  padding: 6px 8px;
  font-weight: 500;
  font-size: 0.85rem;
  white-space: nowrap;
}

.btn-added {
  background-color: #28a745 !important;
  color: white !important;
  pointer-events: none;
  cursor: default;
}

.info-precio .precio {
  font-size: 0.95rem;
}

/* Ya comprado */
.ya-comprado {
  /* background-color: rgba(0, 255, 225, 0.1); */
  color: #00ffe1;
  border: 1px solid #00ffe1;
  border-radius: 8px;
  padding: 4px 10px;
  text-align: center;
  font-weight: 600;
  font-size: 0.85rem;
}

/* Ya comprado */
.comprado {
  /* background-color: rgba(101, 135, 163, 0.1); */
  color: #385775;
  border: 1px solid #00ffe1;
  border-radius: 8px;
  padding: 4px 10px;
  text-align: center;
  font-weight: 600;
  font-size: 0.85rem;
}

.play-btn {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #66ff66, #00cc66);
  color: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 255, 128, 0.4);
  transition: transform 0.2s ease;
}
.play-btn:hover {
  transform: scale(1.1);
}

.progress {
  height: 8px;
  background-color: #444;
  border-radius: 5px;
  overflow: hidden;
}
.progress-fill {
  background: linear-gradient(90deg, #00ff99, #00ffcc);
  transition: width 0.3s ease-in-out;
}

@keyframes pulso {
  0%,
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
  50% {
    transform: scaleY(1.3);
    opacity: 0.7;
  }
}
.progress-fill.pulsando {
  animation: pulso 0.6s infinite ease-in-out;
  transform-origin: center;
}

/* Equalizador visual */
.equalizer {
  height: 25px;
}
.bar {
  width: 3px;
  height: 100%;
  background: #00ff66;
  border-radius: 2px;
  animation: bounce 1s infinite ease-in-out;
}
.bar:nth-child(1) {
  animation-delay: 0s;
}
.bar:nth-child(2) {
  animation-delay: 0.1s;
}
.bar:nth-child(3) {
  animation-delay: 0.2s;
}
.bar:nth-child(4) {
  animation-delay: 0.3s;
}
.bar:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%,
  100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
.equalizer.paused .bar {
  animation-play-state: paused;
}

.precio {
  font-size: 1rem;
}
.precio .text-muted {
  font-size: 0.9rem;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  padding: 1.5rem 2rem;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  text-shadow: 0 0 12px rgba(0, 255, 225, 0.8);
}

.glow-text {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00ffe1;
  text-shadow: 0 0 10px #00ffe1, 0 0 20px #00ffe1;
  animation: glowPulse 3s infinite ease-in-out;
}

.glow-sub {
  font-size: 1.1rem;
  color: #ffffffd9;
}

@keyframes glowPulse {
  0%,
  100% {
    text-shadow: 0 0 10px #00ffe1, 0 0 20px #00ffe1;
  }
  50% {
    text-shadow: 0 0 15px #00ffff, 0 0 25px #00ffff;
  }
}

@media (max-width: 768px) {
  .glow-text {
    font-size: 1.5rem;
  }
  .glow-sub {
    font-size: 0.9rem;
  }
}

.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wave-bottom svg {
  display: block;
  width: 100%;
  height: 60px;
}

.text-neon {
  color: #00ffe1;
  text-shadow: 0 0 6px #00ffe1, 0 0 12px #00ffe1;
  font-family: "Orbitron", sans-serif;
}
.footer {
  background-color: #1e1e1e;
  border-top: 1px solid #333;
  font-size: 0.9rem;
}

.footer a {
  color: #00ffe1;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
}

.footer .text-neon {
  text-shadow: 0 0 6px #00ffe1, 0 0 12px #00ffe1;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

#catalogo p {
  color: #999;
  font-size: 1rem;
}

.dropdown-menu-dark .dropdown-item:hover {
  background-color: #222;
  color: #00ffe1;
}

.offcanvas {
  width: 350px;
  box-shadow: -2px 0 15px rgba(0, 255, 225, 0.1);
}



.btn-eliminar {
  background: transparent;
  color: #ff4d4d;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}
.btn-neon {
  background: linear-gradient(135deg, #00ffe1, #00c9b7);
  color: #121212;
  border: none;
  font-weight: 600;
}
.btn-neon:hover {
  background: linear-gradient(135deg, #00e6ce, #00b7a3);
}
.modal-content {
  border-radius: 14px;
  background-color: #1e1e1e;
  box-shadow: 0 0 20px rgba(0, 255, 225, 0.08);
}

.modal-header {
  background-color: #121212;
}

.nav-tabs .nav-link {
  background-color: #2b2b2b;
  color: #ccc;
  border: none;
  font-weight: 600;
}
.nav-tabs .nav-link.active {
  background-color: #00ffe1;
  color: #121212;
}

.form-control {
  background-color: #2a2a2a;
  border: 1px solid #444;
  color: #fff;
}
.form-control:focus {
  border-color: #00ffe1;
  box-shadow: 0 0 5px rgba(0, 255, 225, 0.5);
}

.btn-outline-light {
  border-color: #444;
}
.btn-outline-light:hover {
  background-color: #00ffe1;
  color: #121212;
  border-color: #00ffe1;
}

.btn-close-white {
  filter: invert(1);
}

.btn-google {
  background-color: #ffffff;
  color: #121212;
  font-weight: 600;
}
.btn-google:hover {
  background-color: #e8e8e8;
}

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  font-weight: 600;
}
.btn-facebook:hover {
  background-color: #2d4373;
}

.btn-outline-light.glow-btn {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.btn-outline-light.glow-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(0, 255, 225, 0.25),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.btn-outline-light.glow-btn:hover::after {
  opacity: 1;
}

.btn-outline-light.glow-btn:hover {
  border-color: #00ffe1;
  color: #00ffe1;
}
.glow-btn i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.glow-btn:hover i {
  transform: scale(1.25);
  color: #00ffe1;
}

.btn-social {
  background-color: transparent;
  border: 1px solid #444;
  color: #e0e0e0;
  font-weight: 500;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.btn-social:hover {
  border-color: #00ffe1;
  background-color: #1a1a1a;
  color: #ffffff;
}

/* Animación solo en el ícono */
.btn-social i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.btn-social:hover i {
  transform: scale(1.2);
  color: #00ffe1;
}
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00ffe1;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  padding: 0.5rem;
  transition: transform 0.2s;
}
.play-overlay:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.glow-505 {
  font-size: 6rem;
  color: #ff1744;
  text-shadow: 0 0 10px #ff1744, 0 0 30px #ff1744;
  animation: flicker505 2s infinite ease-in-out;
}

@keyframes flicker505 {
  0%, 100% { opacity: 1; }
  40% { opacity: 0.5; }
  60% { opacity: 0.9; }
}

.error-icon {
  font-size: 3rem;
  color: #ff1744;
}

.glow-404 {
  font-size: 7rem;
  color: #00ffe1;
  text-shadow: 0 0 10px #00ffe1, 0 0 30px #00ffe1;
  animation: flicker 3s infinite ease-in-out;
}

@keyframes flicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.btn-outline-info {
  border-color: #00ffe1;
  color: #00ffe1;
}
.btn-outline-info:hover {
  background-color: #00ffe1;
  color: #121212;
}

.badge {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.badge-efecto {
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeGlow 0.6s ease-out forwards;
}

@keyframes fadeGlow {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    box-shadow: none;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 0 8px rgba(0, 255, 225, 0.4);
  }
}

.favorito-btn {
  transition: all 0.3s ease;
}

.btn-outline-danger i,
.btn-outline-primary i {
  font-size: 1.2rem;
}

.btn-delete-account {
  border: 2px solid #ff4d4d;
  color: #ff4d4d;
  background-color: transparent;
  transition: all 0.3s ease;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.btn-delete-account:hover {
  background-color: #ff4d4d;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 77, 77, 0.6);
}



