/* ===========================
   estilos_aside.css
   Estilos del slider tipo "epic / gamer"
   =========================== */

/* Contenedor principal del aside (fondo oscuro y tipografía 'futurista') */
.aside-wolfteam {
  width: 100%; /* ocupa todo el ancho del contenedor padre */
  /*background: #0d0d0d; /* fondo negro suave */
    background: #fff;
  color: #fff; /* texto en blanco */
  font-family: 'Orbitron', sans-serif; /* fuente estilo gamer */
}
.dark-mode .aside-wolfteam {
    background: #0d0d0d;
}

/* ===============================
   SECCIÓN: SLIDER DE NOTICIAS - ESTILO PUBG ÉPICO
=============================== */
.slider-noticias {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  background: linear-gradient(135deg, #1a1a1a, #2c2c2c);
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(255,140,0,0.4), inset 0 0 15px rgba(255,165,0,0.2);
  border: 2px solid rgba(255,140,0,0.6);
}

/* Contenedor de slides */
.slider-container {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease-in-out;
}

/* Cada slide */
.slider {
  min-width: 100%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}

/* Imagen del slide */
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45) contrast(1.2);
  transition: transform 0.5s ease, filter 0.5s ease;
}
.slider:hover img {
  transform: scale(1.05);
  filter: brightness(0.6) contrast(1.25);
}

/* Info del slide */
.slide-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 500px;
  padding: 20px 25px;
  background: rgba(30,30,30,0.7);
  border-left: 4px solid #ffa500;
  border-radius: 12px;
  color: #ffc870;
  box-shadow: 0 0 20px rgba(255,140,0,0.5), 0 0 50px rgba(255,165,0,0.2) inset;
  z-index: 2;
}

.slide-info h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #ffa500;
  text-shadow: 0 0 6px #ff8c00, 0 0 15px rgba(255,165,0,0.5);
}

.slide-info p {
  font-size: 18px;
  line-height: 1.4;
  color: #f0e6d2;
}

/* Botón del slide */
.btn-slider {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(45deg, #ffa500, #ff4500);
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(255,140,0,0.6), 0 0 15px rgba(255,69,0,0.4) inset;
  transition: all 0.3s ease;
}
.btn-slider:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 35px rgba(255,140,0,0.8), 0 0 25px rgba(255,69,0,0.7) inset;
}

/* ===============================
   BOTONES PREV / NEXT - ESTILO GAMER ÉPICO
=============================== */
.slider-controls span.prev,
.slider-controls span.next {
  pointer-events: auto;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 6px #ff8c00, 0 0 15px rgba(255,165,0,0.7);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #333, #555);
  border: 2px solid #ffa500;
  box-shadow: 
    0 0 15px #ff8c00, 
    inset 0 0 10px #ff4500,
    0 4px 8px rgba(0,0,0,0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s ease;
}
.slider-controls span.prev { left: 15px; }
.slider-controls span.next { right: 15px; }

/* Hover más épico */
.slider-controls span.prev:hover,
.slider-controls span.next:hover {
  color: #ff4500;
  transform: translateY(-50%) scale(1.2) rotate(-5deg);
  box-shadow: 
    0 0 25px #ff8c00, 
    inset 0 0 15px #ff4500,
    0 6px 12px rgba(0,0,0,0.6);
  background: linear-gradient(145deg, #222, #444);
}


/* ===============================
   DOTS
=============================== */
.slider-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 3;
}
.slider-dots .dot {
  width: 14px;
  height: 14px;
  background: rgba(255,140,0,0.3);
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-dots .dot.active {
  background: #ff4500;
  box-shadow: 0 0 12px #ffa500, 0 0 20px #ff4500;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .slide-info {
    left: 20px;
    bottom: 25px;
    max-width: 80%;
    padding: 15px 18px;
  }
  .slide-info h2 { font-size: 26px; }
  .slide-info p { font-size: 14px; }
  .btn-slider { font-size: 14px; padding: 10px 20px; }
  .slider-controls span.prev,
  .slider-controls span.next { font-size: 32px; padding: 6px; }
}



/* ===============================
   SECCIÓN: NOTAS DEL PARCHE (GRANDE)
=============================== */
.patch-notes {
  width: 100%;
  background: linear-gradient(180deg, #fff8e1 0%, #f0e0b8 100%);
  padding: 120px 20px; /* más espacio arriba y abajo */
  color: #222;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Suavizado inferior tipo halo */
.patch-notes::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /* altura del difuminado */
  background: linear-gradient(to bottom, rgba(240,224,184,0) 0%, rgba(240,224,184,1) 100%);
  pointer-events: none;
  filter: blur(12px);
  z-index: 1;
}

/* ===============================
   MODO OSCURO AJUSTADO
=============================== */
.dark-mode .patch-notes {
  background: linear-gradient(180deg, #0d0d0d 0%, #1f1a12 100%);
}

.dark-mode .patch-notes::after {
  background: linear-gradient(to bottom, rgba(31,26,18,0) 0%, rgba(31,26,18,1) 100%);
  filter: blur(12px);
}

/* ===============================
   Título principal
=============================== */
.patch-title {
  position: relative;
  font-size: 54px;
  margin-bottom: 70px;
  color: #bfa11d;
  text-shadow: 0 0 25px rgba(191, 161, 29, 0.8), 0 0 50px rgba(191, 161, 29, 0.4);
  letter-spacing: 3px;
  z-index: 2;
}

/* Patrón de puntos en diagonal */
.patch-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 215, 0, 0.3) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.25;
  transform: rotate(-15deg) scale(1.2);
  pointer-events: none;
}

.dark-mode .patch-title {
  color: #ffd700;
  text-shadow: 0 0 25px rgba(255, 215, 0, 0.8), 0 0 50px rgba(255, 215, 0, 0.4);
}

/* ===============================
   Caja principal con texto e imagen
=============================== */
.patch-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, #fef8e7, #f3e7b0);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(191, 161, 29, 0.9), 0 10px 50px rgba(0,0,0,0.5);
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 50px auto;
  min-height: 500px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.patch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 60px rgba(255, 215, 0, 1), 0 15px 60px rgba(0,0,0,0.6);
}

.dark-mode .patch-card {
  background: linear-gradient(145deg, #2a1f0d, #3f2e12);
  box-shadow: 0 0 40px rgba(255,215,0,0.6), 0 10px 50px rgba(0,0,0,0.7);
}

.patch-texto {
  flex: 1;
  min-width: 350px;
  padding: 50px;
  text-align: left;
  background: linear-gradient(145deg, #fff8e1, #f0e0b8);
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(191,161,29,0.2);
}

.dark-mode .patch-texto {
  background: linear-gradient(145deg, #3f2e12, #5c450f);
  box-shadow: 0 6px 25px rgba(255,215,0,0.4);
}

.patch-texto h3 {
  font-size: 34px;
  margin-bottom: 25px;
  color: #bfa11d;
  text-shadow: 0 0 12px rgba(191, 161, 29, 0.8), 0 0 25px rgba(191, 161, 29, 0.4);
}

.patch-texto p {
  font-size: 20px;
  color: #222;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: bold;
}

.dark-mode .patch-texto p {
  color: #ffeaa0;
}

/* ===============================
   Botón dentro del card
=============================== */
.btn-patch {
  padding: 14px 30px;
  background: linear-gradient(90deg, #bfa11d, #ffd700);
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(191, 161, 29, 0.5);
}

.btn-patch:hover {
  background: #ffd700;
  box-shadow: 0 0 40px #ffd700, 0 10px 35px rgba(191,161,29,0.6);
}

.dark-mode .btn-patch {
  color: #111;
  box-shadow: 0 8px 25px rgba(255,215,0,0.5);
}

.dark-mode .btn-patch:hover {
  box-shadow: 0 0 40px #ffd700, 0 10px 35px rgba(255,215,0,0.6);
}

/* ===============================
   Imagen dentro del card
=============================== */
.patch-imagen {
  flex: 1;
  min-width: 350px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.patch-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.patch-imagen img:hover {
  transform: scale(1.05);
}

/* ===============================
   Botón inferior para ver todas las notas
=============================== */
.patch-more {
  margin-top: 30px;
}

.btn-more {
  padding: 14px 32px;
  background: transparent;
  border: 3px solid #bfa11d;
  color: #222;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s;
}

.dark-mode .btn-more {
  color: #ffd700;
  border-color: #ffd700;
}

.btn-more:hover {
  background: #ffd700;
  color: #1f1a12;
  box-shadow: 0 0 25px #ffd700;
}

/* ===============================
   Responsive
=============================== */
@media (max-width: 1024px) {
  .patch-title {
    font-size: 38px;
    margin-bottom: 50px;
  }
  .patch-texto h3 {
    font-size: 26px;
  }
  .patch-texto p {
    font-size: 16px;
  }
  .btn-patch, .btn-more {
    font-size: 16px;
    padding: 10px 24px;
  }
}

@media (max-width: 768px) {
  .patch-card {
    flex-direction: column;
  }
  .patch-texto {
    text-align: center;
    padding: 30px;
  }
  .patch-imagen {
    height: 250px;
  }
}




/* ===============================
   SECCIÓN: NOVEDADES - VERSIÓN CINEMÁTICA 3D
=============================== */
.novedades {
  background: linear-gradient(180deg, #c8b07a -10%, #fff8e6 40%); /* empieza desde oscuro y se aclara hacia arriba */
  position: relative;
  padding: 120px 20px;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  overflow: hidden;
}

/* Contenedor de partículas */
.novedades .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0; /* detrás del contenido */
  overflow: hidden;
}

/* Partícula individual */
.novedades .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, #ffd700 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.7;
  animation: fall 8s linear infinite;
  transform: translateY(-50px) translateX(var(--x-start)) scale(var(--scale));
}

/* Animación caída */
@keyframes fall {
  0% {
    transform: translateY(-20px) translateX(var(--x-start)) scale(var(--scale));
    opacity: 0;
  }
  10% { opacity: 1; }
  80% {
    transform: translateY(100vh) translateX(var(--x-end)) scale(var(--scale));
    opacity: 0.7;
  }
  100% { opacity: 0; }
}

/* DARK MODE */
.dark-mode .novedades {
  background: linear-gradient(150deg, #0d0d0d 0%, #1a1a1a 100%);
}

/* Partículas en modo oscuro */
.dark-mode .novedades .particle {
  background: radial-gradient(circle, #ffd700 0%, transparent 70%);
}

/* Título con glow holográfico dinámico */
.novedades-title {
  font-size: 54px;
  margin-bottom: 90px;
  color: #FF0000;
  text-shadow:
    0 0 20px #ffd700,
    0 0 50px #00fff7,
    0 0 100px #ffd700;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  animation: holoGlow 3s ease-in-out infinite alternate;
}

@keyframes holoGlow {
  0% { text-shadow: 0 0 20px #ffd700, 0 0 50px #00fff7, 0 0 100px #ffd700; }
  50% { text-shadow: 0 0 50px #ffd700, 0 0 100px #00fff7, 0 0 150px #ffd700; }
  100% { text-shadow: 0 0 80px #ffd700, 0 0 150px #00fff7, 0 0 200px #ffd700; }
}

/* Grid de novedades */
.novedades-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 50px;
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Tarjetas con efecto 3D holográfico */
.novedad-card {
  background: linear-gradient(180deg, #fff7d8 0%, #ffe680 100%);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 40px #ffd700, 0 0 30px #00fff7 inset;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

.novedad-card:hover {
  transform: rotateX(6deg) rotateY(6deg) translateZ(20px) scale(1.08);
  box-shadow:
    0 0 90px #ffd700,
    0 0 60px #00fff7,
    0 0 120px #ffd700 inset;
}

.dark-mode .novedad-card {
  background: linear-gradient(180deg, #1a1a1a 0%, #333 100%);
  box-shadow: 0 0 40px #ffd700, 0 0 30px #00fff7 inset;
}

/* Imágenes holográficas */
.novedad-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-bottom: 4px solid #ffd700;
  transform-style: preserve-3d;
}

.novedad-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.8s ease, brightness 0.8s ease;
}

.novedad-card:hover .novedad-img img {
  transform: scale(1.35) rotateY(8deg) rotateX(5deg);
  filter: brightness(1.4) contrast(1.5) saturate(1.5);
}

/* Información con brillo */
.novedad-info {
  padding: 40px;
  text-align: left;
}

.novedad-info h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffd700;
  text-shadow: 0 0 25px #ffd700, 0 0 50px #00fff7, 0 0 80px #ffd700;
}

.novedad-info p {
  font-size: 20px;
  color: #333;
  margin-bottom: 32px;
  line-height: 1.7;
  font-weight: bold;
}

.dark-mode .novedad-info h3,
.dark-mode .novedad-info p {
  color: #ffd700;
  text-shadow: 0 0 25px #ffd700, 0 0 50px #00fff7, 0 0 80px #ffd700;
}

/* Botón holográfico */
.btn-novedad {
  display: inline-block;
  padding: 16px 36px;
  background: linear-gradient(90deg, #ffd700, #00fff7);
  color: #111;
  border-radius: 14px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  transition: 0.5s;
  box-shadow: 0 12px 40px #ffd700, 0 0 35px #00fff7 inset;
}

.btn-novedad:hover {
  background: linear-gradient(90deg, #ffec8b, #00fff7);
  box-shadow: 0 0 70px #ffd700, 0 0 50px #00fff7 inset;
  color: #000;
}

/* ===============================
   RESPONSIVO
=============================== */
@media (max-width: 1024px) {
  .novedades-title { font-size: 38px; margin-bottom: 60px; }
  .novedad-img { height: 280px; }
  .novedad-info h3 { font-size: 24px; }
  .novedad-info p { font-size: 16px; }
  .btn-novedad { font-size: 16px; padding: 12px 24px; }
}

@media (max-width: 600px) {
  .novedades-title { font-size: 30px; margin-bottom: 40px; }
  .novedad-img { height: 200px; }
  .novedad-info { padding: 20px; text-align: center; }
  .novedad-info h3 { font-size: 20px; }
  .novedad-info p { font-size: 14px; }
  .btn-novedad { font-size: 14px; padding: 10px 18px; }
}


/* ===============================
   SECCIÓN: EVENTOS - VERSIÓN 4
=============================== */
.eventos {
  position: relative;
  background: linear-gradient(180deg, #fff8e6 0%, #ffe5a0 100%);
  padding: 120px 20px;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  overflow: hidden;
  color: #000;
  transition: background 0.5s ease;
}

.dark-mode .eventos {
  background: linear-gradient(180deg, #0d0d0d 0%, #1a1a1a 100%);
}

/* Título de la sección */
.eventos-title {
  font-size: 54px;
  margin-bottom: 90px;
  color: #ffb800;
  text-shadow: 0 0 20px #ffb800, 0 0 50px #00fff7;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}

/* Grid de tarjetas */
.eventos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 50px;
  max-width: 1600px;
  margin: 0 auto;
}

/* Tarjeta de evento */
.evento-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
  background: linear-gradient(145deg, #fff7d8 0%, #ffe680 100%);
  box-shadow: 0 0 25px rgba(255,184,0,0.3), 0 8px 30px rgba(0,255,247,0.15) inset;
}

.dark-mode .evento-card {
  background: linear-gradient(145deg, #1a1a1a 0%, #333 100%);
  box-shadow: 0 0 35px rgba(255,215,0,0.4), 0 8px 35px rgba(0,255,247,0.25) inset;
}

/* Hover: efecto de resplandor y flotación */
.evento-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 50px rgba(255,215,0,0.6), 0 0 40px rgba(0,255,247,0.5) inset;
}

/* Imagen */
.evento-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: filter 0.5s ease, transform 0.5s ease;
}

.evento-card:hover .evento-img {
  filter: brightness(1.1);
}

/* Información superpuesta */
.evento-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  max-width: 60%;
  text-align: left;
  padding: 25px 30px;
  background: linear-gradient(145deg, rgba(255,248,230,0.9), rgba(255,230,160,0.7));
  border-radius: 16px;
  box-shadow: 0 0 35px rgba(255,215,0,0.6), 0 0 25px rgba(0,255,247,0.3) inset;
  transition: all 0.5s ease;
}

.dark-mode .evento-info {
  background: linear-gradient(145deg, rgba(26,26,26,0.9), rgba(51,51,51,0.7));
  box-shadow: 0 0 40px rgba(255,215,0,0.7), 0 0 25px rgba(0,255,247,0.4) inset;
}

.evento-info h3 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #00fff7;
  text-shadow: 0 0 15px #ffb800, 0 0 35px #000;
}
body.dark-mode .evento-info h3 {
    color: #ffb800;
}

.evento-info p {
  font-size: 20px;
  margin-bottom: 22px;
  line-height: 1.7;
  color: #222;
  text-shadow: 0 0 8px #ffb800, 0 0 20px #00fff7;
}

.dark-mode .evento-info p {
  color: #fff1c2;
}

/* Botón */
.btn-evento {
  display: inline-block;
  padding: 16px 36px;
  background: linear-gradient(90deg, #ffb800, #00fff7);
  color: #111;
  border-radius: 14px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: 0.5s;
  box-shadow: 0 12px 35px #ffb800, 0 0 25px #00fff7 inset;
}

.btn-evento:hover {
  background: linear-gradient(90deg, #ffe066, #00fff7);
  box-shadow: 0 0 60px #ffb800, 0 0 40px #00fff7 inset;
  color: #000;
}

/* ===============================
   RESPONSIVO
=============================== */
@media (max-width: 1024px) {
  .eventos-title { font-size: 42px; margin-bottom: 70px; }
  .evento-img { height: 300px; }
  .evento-info h3 { font-size: 26px; }
  .evento-info p { font-size: 16px; }
  .btn-evento { font-size: 16px; padding: 12px 28px; }
}

@media (max-width: 768px) {
  .eventos-title { font-size: 32px; margin-bottom: 50px; }
  .evento-card { height: auto; }
  .evento-info {
    bottom: 20px;
    left: 20px;
    max-width: 80%;
    padding: 15px 20px;
    text-align: center;
  }
  .evento-info h3 { font-size: 20px; }
  .evento-info p { font-size: 14px; }
  .btn-evento { font-size: 14px; padding: 10px 22px; }
}


/* ===============================
   SECCIÓN: TIENDA - VERSIÓN 3 EPIC NEON
=============================== */
.tienda {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #fefefe 0%, #e8e8e8 100%);
  transition: background 0.5s ease;
}

.dark-mode .tienda {
  background: linear-gradient(180deg, #0d0d0d 0%, #1a1a1a 100%);
}

/* Fondo animado tipo parallax neon */
.tienda-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  object-fit: cover;
  filter: brightness(0.6) contrast(1.2);
  z-index: 0;
  transform: scale(1.1);
  animation: parallaxBg 15s infinite alternate;
}

@keyframes parallaxBg {
  0% { transform: translateX(0) scale(1.1) translateY(0); }
  50% { transform: translateX(-15px) scale(1.12) translateY(-10px); }
  100% { transform: translateX(0) scale(1.1) translateY(0); }
}

/* Overlay holográfico */
.tienda::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(0,255,247,0.2), transparent 70%),
              radial-gradient(circle at 70% 70%, rgba(255,215,0,0.2), transparent 70%);
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
}

/* Contenedor de contenido holográfico */
.tienda-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  padding: 30px 35px;
  background: rgba(26,26,26,0.25);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  border: 2px solid rgba(0,255,247,0.4);
  box-shadow: 0 0 70px rgba(0,255,247,0.5), 0 0 50px rgba(255,215,0,0.3) inset;
  overflow: hidden;
  transition: all 0.5s ease, transform 0.5s ease;
}

.tienda-content:hover {
  transform: scale(1.05);
  box-shadow: 0 0 100px rgba(0,255,247,0.6), 0 0 70px rgba(255,215,0,0.4) inset;
}

/* Partículas holográficas dentro del recuadro */
.tienda-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.3) 1px, transparent 1px);
  background-size: 15px 15px;
  opacity: 0.4;
  pointer-events: none;
  animation: particlesMove 10s linear infinite;
}

@keyframes particlesMove {
  0% { background-position: 0 0; }
  100% { background-position: 50px 50px; }
}

/* Título holográfico */
.tienda-title {
  font-size: 56px;
  margin-bottom: 25px;
  color: #00fff7;
  text-shadow:
    0 0 15px #00fff7,
    0 0 35px #ffd700,
    0 0 80px #00fff7,
    0 0 120px #ffd700;
  letter-spacing: 3px;
}

/* Texto descriptivo */
.tienda-text {
  font-size: 20px;
  margin-bottom: 35px;
  color: #fff;
  text-shadow: 0 0 8px #ffd700, 0 0 20px #00fff7, 0 0 40px #ffd700;
}

.dark-mode .tienda-text {
  color: #f0f0ff;
  text-shadow: 0 0 12px #00fff7, 0 0 30px #ffd700;
}

/* Botón neon épico */
.btn-tienda {
  display: inline-block;
  padding: 16px 36px;
  background: linear-gradient(90deg, #ff004c, #ff3369);
  color: #fff;
  border-radius: 16px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 0 25px #ff004c, 0 0 35px #ff3369 inset;
  transition: 0.3s;
  animation: neonGlow 1.8s infinite alternate;
}

.btn-tienda:hover {
  background: linear-gradient(90deg, #ff3369, #ff66aa);
  box-shadow: 0 0 80px #ff004c, 0 0 60px #ff3369 inset;
  color: #fff;
}

/* Animación neon glow */
@keyframes neonGlow {
  0% { box-shadow: 0 0 25px #ff004c, 0 0 35px #ff3369 inset; transform: scale(1); }
  50% { box-shadow: 0 0 50px #ff004c, 0 0 70px #ff3369 inset; transform: scale(1.05); }
  100% { box-shadow: 0 0 25px #ff004c, 0 0 35px #ff3369 inset; transform: scale(1); }
}

/* Animación de entrada */
.animar {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.animar.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
  .tienda {
    height: 400px;
  }
  .tienda-title { font-size: 44px; }
  .tienda-text { font-size: 18px; }
  .btn-tienda { font-size: 16px; padding: 12px 28px; }
}

@media (max-width: 768px) {
  .tienda {
    height: 300px;
  }
  .tienda-title { font-size: 32px; }
  .tienda-text { font-size: 14px; }
  .tienda-content { padding: 20px 15px; }
  .btn-tienda { font-size: 14px; padding: 10px 20px; }
}

/* ===============================
   SECCIÓN: COMUNIDAD - VERSIÓN 2 EPIC
=============================== */
.comunidad {
  position: relative;
  padding: 60px 20px 70px 20px;
  color: #000;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  background: linear-gradient(10deg, #fefefe 0%, #e8e8e8 10%);
}

.dark-mode .comunidad {
  background:
    radial-gradient(circle at 30% 30%, rgba(0,0,0,0.7), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(0,0,0,0.7), transparent 60%);
  background-size: 40px 40px, 40px 40px, auto;
}

.comunidad-title {
  font-size: 48px;
  margin-bottom: 70px;
  color: #ffb800;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.7), 0 0 50px rgba(0, 255, 247, 0.3);
  letter-spacing: 3px;
}

/* GRID de comunidad */
.comunidad-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1700px;
  margin: 0 auto;
}

.comunidad-card {
  perspective: 1000px;
  cursor: pointer;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.comunidad-card-inner {
  background: #fff8e6;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-style: preserve-3d;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.dark-mode .comunidad-card-inner {
  background: #1a1a1a;
}

/* Hover 3D y glow */
.comunidad-card:hover .comunidad-card-inner {
  transform: rotateY(10deg) rotateX(5deg) scale(1.05);
  box-shadow: 0 0 120px rgba(255,215,0,0.7),
              0 0 90px rgba(0,255,247,0.6) inset,
              0 15px 30px rgba(0,0,0,0.2);
}

/* Imagen */
.comunidad-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.comunidad-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.comunidad-card:hover .comunidad-img img {
  transform: scale(1.1);
}

/* Info */
.comunidad-info {
  padding: 30px; /* 🔹 aumentado de 25px a 30px */
  text-align: left;
}
.comunidad-info h3 {
  font-size: 26px;
  margin-bottom: 12px;
  color: #ffb800;
  text-shadow: 0 0 15px #ffb800, 0 0 35px #00fff7;
}
.comunidad-info p {
  font-size: 18px;
  color: #222;
  margin-bottom: 25px;
  line-height: 1.5;
}
.dark-mode .comunidad-info h3 {
  color: #00fff7;
}
.dark-mode .comunidad-info p {
  color: #ddd;
}

/* Botón */
.btn-comunidad {
  display: inline-block;
  padding: 16px 30px; /* 🔹 más alto y ancho */
  background: linear-gradient(90deg, #ffb800, #00fff7);
  color: #111;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
  box-shadow: 0 0 20px #ffb800, 0 0 15px #00fff7 inset;
}
.btn-comunidad:hover {
  background: linear-gradient(90deg, #ffe066, #00fff7);
  box-shadow: 0 0 50px #ffb800, 0 0 40px #00fff7 inset;
  color: #000;
}

/* Responsive */
@media (max-width: 1200px) {
  .comunidad-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .comunidad-card {
    height: 430px; /* 🔹 proporcional al aumento */
  }
  .comunidad-img {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .comunidad-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .comunidad-grid {
    grid-template-columns: 1fr;
  }
  .comunidad-card {
    height: auto;
  }
  .comunidad-img {
    height: 220px;
  }
  .comunidad-info h3 {
    font-size: 20px;
  }
  .comunidad-info p {
    font-size: 14px;
  }
  .btn-comunidad {
    font-size: 14px;
    padding: 12px 22px; /* 🔹 ligeramente más grande en móvil */
  }
}

/* ============================================================
   FIX SLIDER PRINCIPAL - MÓVIL DEFINITIVO
   ============================================================ */

@media (max-width: 600px) {

  .aside-wolfteam,
  .slider-noticias {
    max-width: 100vw;
    overflow-x: hidden !important;
  }

  .slider-noticias {
    width: 100%;
    height: 560px;
    border-radius: 18px;
    position: relative;
  }

  .slider-container {
    width: 100% !important;
    height: 100%;
    display: flex;
  }

  .slider {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    flex: 0 0 100% !important;
    overflow: hidden;
    background: #05070d;
  }
  .slider {
        background: linear-gradient(
            180deg,
            #f8f1dc 0%,
            #efe2bc 100%
        ) !important;
    }

  .slider img {
    width: 100% !important;
    height: 285px !important;
    display: block;
    object-fit: contain !important;
    object-position: center center !important;
    background: #02040a;
    filter: brightness(.9) contrast(1.15);
  }

  .slide-info {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;

    width: calc(100% - 28px) !important;
    max-width: none !important;

    margin: 12px auto 0 !important;
    padding: 16px !important;

    border-left: none !important;
    border-top: 3px solid #ffa500;
    border-radius: 16px;

    background: linear-gradient(
      145deg,
      rgba(20,20,20,.95),
      rgba(70,42,4,.92)
    );

    text-align: left;
    box-sizing: border-box;
  }

  .slide-info h2 {
    font-size: 23px !important;
    line-height: 1.15;
    margin-bottom: 8px;
    white-space: normal;
  }

  .slide-info p {
    font-size: 14px !important;
    line-height: 1.35;
    margin-bottom: 12px;
    white-space: normal;
  }

  .btn-slider {
    font-size: 14px;
    padding: 10px 20px;
  }

  .slider-controls span.prev,
  .slider-controls span.next {
    width: 42px !important;
    height: 42px !important;
    line-height: 38px !important;
    font-size: 30px !important;
    top: 265px !important;
    transform: translateY(-50%) !important;
    z-index: 10;
  }

  .slider-controls span.prev {
    left: 12px !important;
  }

  .slider-controls span.next {
    right: 12px !important;
  }

  .slider-dots {
    bottom: 12px !important;
  }
}

@media (max-width: 600px) {

  .slider-noticias {
    overflow: hidden !important;
  }

  .slider {
    overflow: hidden !important;
    box-sizing: border-box;
  }

  .slider::before,
  .slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 14px;
    height: 100%;
    background: #05070d;
    z-index: 4;
    pointer-events: none;
  }

  .slider::before {
    left: 0;
  }

  .slider::after {
    right: 0;
  }

  .slider img,
  .slide-info {
    position: relative;
    z-index: 2;
  }

  .slider-controls span.prev,
  .slider-controls span.next,
  .slider-dots {
    z-index: 8;
  }
}

@media (max-width: 600px) {

  .slider-noticias {
    overflow: hidden !important;
  }

  .slider-container {
    width: 100% !important;
  }

  .slider {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .slider img {
    max-width: 100% !important;
  }
}


/* ============================================================
   TAPAR BORDES LATERALES DEL SLIDER - MÓVIL
   ============================================================ */

@media (max-width: 600px) {

  .slider-noticias::before,
.slider-noticias::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 22px;
  height: calc(100% - 40px);
  background: #05070d;
  z-index: 6;
  pointer-events: none;
}

  .slider-noticias::before {
    left: 0;
  }

  .slider-noticias::after {
    right: 0;
  }

  .slider-controls span.prev,
  .slider-controls span.next,
  .slider-dots {
    z-index: 10 !important;
  }
}

/* ============================================================
   FIX NOVEDADES Y EVENTOS - MÓVIL
   ============================================================ */

@media (max-width: 600px) {

  .novedades,
  .eventos {
    padding: 70px 12px;
    overflow-x: hidden !important;
  }

  .novedades-content,
  .novedades-grid,
  .eventos-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .novedades-grid,
  .eventos-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .novedad-card,
  .evento-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  .novedad-img {
    height: 220px !important;
  }

  .novedad-img img,
  .evento-img {
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }

  .evento-card {
    display: flex !important;
    flex-direction: column !important;
  }

  .evento-img {
    height: 230px !important;
  }

  .evento-info {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 0 16px 16px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

/* ============================================================
   FIX NOTAS DEL PARCHE - MÓVIL ANGOSTO
   ============================================================ */

@media (max-width: 420px) {

  .notas-parche,
  .patch-notes,
  .seccion-parche {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .nota-parche,
  .patch-card,
  .card-parche {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 22px 16px !important;
    box-sizing: border-box !important;
  }

  .nota-parche h2,
  .patch-card h2,
  .card-parche h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    word-break: normal !important;
  }

  .nota-parche p,
  .patch-card p,
  .card-parche p {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
}

/* ============================================================
   FIX IMÁGENES NOTAS DEL PARCHE - MÓVIL ANGOSTO
   ============================================================ */

@media (max-width: 420px) {

  .notas-parche img,
  .patch-notes img,
  .seccion-parche img,
  .nota-parche img,
  .patch-card img,
  .card-parche img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .notas-parche,
  .patch-notes,
  .seccion-parche,
  .nota-parche,
  .patch-card,
  .card-parche {
    overflow: hidden !important;
  }
}

/* ============================================================
   COLORES SLIDER CLARO / OSCURO
   ============================================================ */

body {
  --slider-bg: #fff4cf;
  --slider-card: rgba(255, 245, 215, 0.95);
  --slider-border: #d79a00;
  --slider-shadow: rgba(215, 154, 0, 0.38);
  --slider-title: #b87900;
  --slider-text: #1f1f1f;
}

body.dark-mode {
  --slider-bg: #050811;
  --slider-card: rgba(45, 26, 4, 0.94);
  --slider-border: #ff9d00;
  --slider-shadow: rgba(255, 157, 0, 0.45);
  --slider-title: #ffb400;
  --slider-text: #ffffff;
}

/* ============================================================
   SLIDER PRINCIPAL - MODO CLARO / DARK MODE
   ============================================================ */

.slider-noticias {
  background: var(--slider-bg) !important;
  border-color: var(--slider-border) !important;
  box-shadow:
    0 0 22px var(--slider-shadow),
    inset 0 0 35px rgba(255,255,255,.15) !important;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.slider {
  background: var(--slider-bg) !important;
}

.slide-info {
  background: var(--slider-card) !important;
  border-color: var(--slider-border) !important;
  box-shadow: 0 0 24px var(--slider-shadow) !important;
}

.slide-info h2 {
  color: var(--slider-title) !important;
  text-shadow: 0 0 12px var(--slider-shadow) !important;
}

.slide-info p {
  color: var(--slider-text) !important;
}

body.dark-mode .slider img {
  filter: brightness(.85) contrast(1.15);
}

/* ============================================================
   FIX FONDO NEGRO DEL SLIDER EN MODO CLARO
   ============================================================ */

@media (max-width: 600px) {

  .slider img {
    background: var(--slider-bg) !important;
  }

  .slider::before,
  .slider::after,
  .slider-noticias::before,
  .slider-noticias::after {
    background: var(--slider-bg) !important;
  }

  body.dark-mode .slider img {
    background: #02040a !important;
  }

  body.dark-mode .slider::before,
  body.dark-mode .slider::after,
  body.dark-mode .slider-noticias::before,
  body.dark-mode .slider-noticias::after {
    background: #05070d !important;
  }
}
