
<style>
  /* Estilos para los iconos - TEMA RETRO NEÓN */
  .group i {
      font-size: 1.4rem;
      color: #00ff41;
      transition: all 0.3s ease;
  }

  /* Estilos para cambiar el color de los iconos en hover */
  .group:hover i {
      color: #fff;
  }

  /* Estilos para el menú deslizante - TEMA RETRO NEÓN */
  .fixed {
      position: fixed;
  }

  .bottom-0 {
      bottom: 0;
  }

  .left-0 {
      left: 0;
  }

  .z-50 {
      z-index: 999;
  }

  .w-full {
      width: 100%;
  }

  .h-16 {
      height: 5rem;
  }

  .bg-white {
      background: linear-gradient(135deg, rgba(15, 15, 35, 0.95), rgba(0, 255, 65, 0.1)) !important;
      border-top: 2px solid #00ff41;
      box-shadow: 0 0 30px rgba(0, 255, 65, 0.4);
      backdrop-filter: blur(15px);
  }

  .border-t {
      border-top-width: 2px;
      border-color: #00ff41;
  }

  .border-gray-200 {
      border-color: #00ff41;
  }

  .dark:bg-gray-700 {
      background: linear-gradient(135deg, rgba(15, 15, 35, 0.95), rgba(0, 255, 65, 0.1));
  }

  .dark:border-gray-600 {
      border-color: #00ff41;
  }

  .grid {
      display: grid;
  }

  .h-full {
      height: 100%;
  }

  .max-w-lg {
      max-width: 32rem;
  }

  .grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mx-auto {
      margin-left: auto;
      margin-right: auto;
  }

  .font-medium {
      font-weight: 700;
      margin-top: 0%;
      font-family: "Orbitron", monospace;
  }

  .inline-flex {
      display: inline-flex;
  }

  .flex-col {
      flex-direction: column;
  }

  .items-center {
      align-items: center;
  }

  .justify-center {
      justify-content: center;
  }

  .px-5 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
  }

  .hover:bg-gray-50:hover {
      background-color: rgba(0, 255, 65, 0.2);
  }

  .dark:hover:bg-gray-800:hover {
      background-color: rgba(0, 255, 65, 0.25);
  }

  .group {
      transition: all 0.3s ease;
      padding: 12px;
      border-radius: 0;
      border: 2px solid transparent;
      background: rgba(15, 15, 35, 0.3);
      position: relative;
      overflow: hidden;
  }

  .group::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(0, 255, 65, 0.2), transparent);
      transition: left 0.5s;
  }

  .group:hover::before {
      left: 100%;
  }

  .group:hover {
      border-color: #00ff41;
      background: rgba(0, 255, 65, 0.15);
      box-shadow: 
          0 0 20px rgba(0, 255, 65, 0.4),
          inset 0 0 20px rgba(0, 255, 65, 0.1);
      transform: translateY(-2px);
  }

  .svg {
      display: inline-block;
      vertical-align: middle;
  }

  .w-5 {
      width: 1.25rem;
  }

  .h-5 {
      height: 1.25rem;
  }

  .mb-2 {
      margin-bottom: 0.5rem;
  }

  .text-gray-500 {
      color: #00aa33;
      font-family: "Orbitron", monospace;
      font-weight: 600;
      text-shadow: 0 0 5px #00aa33;
  }

  .dark:text-gray-400 {
      color: #00aa33;
  }

  .group-hover:text-blue-600:hover {
      color: #00ff41;
      text-shadow: 0 0 10px #00ff41;
  }

  .dark:group-hover:text-blue-500:hover {
      color: #00ff41;
  }

  .group:hover .group-hover\:text-blue-600 {
      --tw-text-opacity: 1;
      color: #00ff41;
      text-shadow: 0 0 10px #00ff41;
  }

  /* Estilos para el modal deslizante */
  .contenedor-modal {
      max-width: 50%;
      z-index: 998;
  }

  /* Modal deslizante con tema retro neón */
  .modal-left {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: rgba(15, 15, 35, 0.9);
      display: flex;
      justify-content: flex-end;
      align-items: center;
      transition: left 0.5s;
      z-index: 998;
      backdrop-filter: blur(15px);
      border-right: 3px solid #00ff41;
      box-shadow: 10px 0 40px rgba(0, 255, 65, 0.3);
  }

  .modal-content-slide {
      background: linear-gradient(135deg, rgba(15, 15, 35, 0.95), rgba(0, 255, 65, 0.05));
      width: 70%;
      height: 100%;
      padding: 30px;
      overflow-y: auto;
      z-index: 998;
      border-left: 3px solid #00ff41;
      box-shadow: -15px 0 40px rgba(0, 255, 65, 0.4);
      backdrop-filter: blur(20px);
      color: #00ff41;
      font-family: "Orbitron", monospace;
  }

  .show {
      left: 0;
  }

  /* Iconos específicos con tema neón */
  .fi.fi-bs-arrow-circle-up {
      font-size: 20px;
      color: #15c162;
      margin-right: 15px;
      text-align: center;
      align-items: center;
      display: flex;
  }

  .fi.fi-bs-arrow-circle-down {
      font-size: 20px;
      color: #ff0040;
      margin-right: 15px;
      text-align: center;
      align-items: center;
      display: flex;
  }

  .fi.fi-bs-trophy-star {
      font-size: 20px;
      color: #15c162;
      margin-right: 15px;
      text-align: center;
      align-items: center;
      display: flex;
  }

  .fi.fi-bs-comment-question {
      font-size: 20px;
      color: #15c162;
      margin-right: 15px;
      text-align: center;
      align-items: center;
      display: flex;
  }

  .iconos-slide {
      display: flex;
      font-weight: 700;
      color: #15c162;
      font-family: "Orbitron", monospace;
      align-items: center;
      padding: 15px 0;
      border-bottom: 1px solid rgba(21, 193, 98, 0.3);
      margin-bottom: 10px;
  }

  .text-sm.text-gray-500.dark\:text-gray-400.group-hover\:text-blue-600.dark\:group-hover\:text-blue-500 {
      color: #15c162 !important;
      transition: all 0.3s ease;
      font-family: "Orbitron", monospace !important;
      font-weight: 600 !important;
      font-size: 11px !important;
      text-transform: uppercase !important;
      letter-spacing: 1px !important;
  }

  .group:hover .text-sm.text-gray-500.dark\:text-gray-400.group-hover\:text-blue-600.dark\:group-hover\:text-blue-500 {
      color: #15c162 !important;
  }

  /* Animaciones específicas para el menú */
  @keyframes neonPulse {
      0% {
          text-shadow: 0 0 5px currentColor, 0 0 10px currentColor;
          filter: drop-shadow(0 0 5px currentColor);
      }
      100% {
          text-shadow: 0 0 10px currentColor, 0 0 15px currentColor, 0 0 20px currentColor;
          filter: drop-shadow(0 0 10px currentColor);
      }
  }

  /* Media queries para responsive */
  @media (min-width: 768px) {
      .modal-content-slide {
          width: 50%;
          z-index: 998;
      }
  }

  @media (max-width: 768px) {
      .group {
          padding: 8px;
      }
      
      .group i {
          font-size: 1.2rem;
      }
      
      .text-sm.text-gray-500.dark\:text-gray-400.group-hover\:text-blue-600.dark\:group-hover\:text-blue-500 {
          font-size: 9px !important;
      }
      
      .modal-content-slide {
          width: 85%;
          padding: 20px;
      }
      
      .iconos-slide {
          padding: 10px 0;
      }
  }

  /* Efectos especiales para elementos del menú */
  .menu-item-glow {
      position: relative;
  }

  .menu-item-glow::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle at center, rgba(0, 255, 65, 0.1), transparent);
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .menu-item-glow:hover::after {
      opacity: 1;
  }

  /* Scrollbar personalizada para el modal */
  .modal-content-slide::-webkit-scrollbar {
      width: 8px;
  }

  .modal-content-slide::-webkit-scrollbar-track {
      background: rgba(15, 15, 35, 0.5);
      border: 1px solid #00aa33;
  }

  .modal-content-slide::-webkit-scrollbar-thumb {
      background: linear-gradient(135deg, #00ff41, #00aa33);
      border-radius: 0;
      box-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
  }

  .modal-content-slide::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(135deg, #fff, #00ff41);
      box-shadow: 0 0 15px rgba(0, 255, 65, 0.7);
  }

  /* Efectos de texto retro para el contenido del modal */
  .modal-content-slide h1,
  .modal-content-slide h2,
  .modal-content-slide h3 {
      font-family: "Press Start 2P", monospace;
      color: #00ff41;
      text-shadow: 0 0 15px #00ff41;
      margin: 20px 0;
      text-transform: uppercase;
      letter-spacing: 2px;
  }

  .modal-content-slide p,
  .modal-content-slide span {
      font-family: "Orbitron", monospace;
      color: #00aa33;
      line-height: 1.6;
      font-weight: 600;
  }

  .modal-content-slide a {
      color: #00ff41;
      text-decoration: none;
      text-shadow: 0 0 8px #00ff41;
      transition: all 0.3s ease;
      border-bottom: 1px solid transparent;
  }

  .modal-content-slide a:hover {
      color: #fff;
      text-shadow: 0 0 15px #00ff41;
      border-bottom-color: #00ff41;
      transform: scale(1.05);
  }
</style>
