    body {
      background: #181818;
      color: #00ff00;
      font-family: 'Fira Mono', 'Courier New', Courier, monospace;
      margin: 0;
      padding: 0;
    }
    header {
      background: #222;
      padding: 1.5em;
      text-align: center;
      border-bottom: 2px solid #00ff00;
    }
    h1 {
      margin: 0;
      font-size: 2.5em;
      letter-spacing: 2px;
      text-shadow: 0 0 5px #00ff00;
    }
    .intro {
      margin: 2em auto;
      max-width: 650px;
      background: #222;
      padding: 2em;
      border-radius: 8px;
      box-shadow: 0 0 10px #00ff0044;
      border-left: 4px solid #00ff00;
    }
    .button-hacker {
      display: inline-block;
      padding: 0.8em 1.5em;
      background: #111;
      color: #00ff00;
      border: 2px solid #00ff00;
      border-radius: 4px;
      font-family: inherit;
      font-size: 1.2em;
      text-decoration: none;
      margin-top: 1em;
      transition: background 0.2s;
    }
    .button-hacker:hover {
      background: #00ff00;
      color: #111;
    }
    footer {
      text-align: center;
      padding: 1em;
      border-top: 2px solid #00ff00;
      background: #222;
      margin-top: 2em;
      font-size: 1em;
    }
      body {
      background: #181818;
      color: #00ff00;
      font-family: 'Fira Mono', 'Courier New', Courier, monospace;
      margin: 0;
      padding: 0;
    }
    header {
      background: #222;
      padding: 1.5em;
      text-align: center;
      border-bottom: 2px solid #00ff00;
    }
    h1 {
      margin: 0;
      font-size: 2em;
      letter-spacing: 2px;
      text-shadow: 0 0 5px #00ff00;
    }
    .productos-container {
      display: flex;
      flex-wrap: wrap;
      gap: 2em;
      justify-content: center;
      padding: 2em;
    }
    .producto-card {
      background: #222;
      border: 2px solid #00ff00;
      border-radius: 8px;
      box-shadow: 0 0 10px #00ff0044;
      width: 280px;
      padding: 1.5em;
      text-align: left;
      transition: transform 0.2s;
    }
    .producto-card:hover {
      transform: scale(1.04);
      box-shadow: 0 0 20px #00ff0077;
    }
    .producto-titulo {
      font-size: 1.3em;
      margin-bottom: 0.5em;
      font-weight: bold;
    }
    .producto-descripcion {
      font-size: 1em;
      margin-bottom: 1em;
    }
    .producto-precio {
      color: #00ff99;
      font-size: 1.1em;
      margin-bottom: 1em;
    }
    .button-comprar {
      display: inline-block;
      padding: 0.5em 1.2em;
      background: #111;
      color: #00ff00;
      border: 2px solid #00ff00;
      border-radius: 4px;
      font-family: inherit;
      font-size: 1em;
      text-decoration: none;
      transition: background 0.2s;
    }
    .button-comprar:hover {
      background: #00ff00;
      color: #111;
    }
    .volver {
      display: block;
      margin: 2em auto 0;
      width: max-content;
      color: #00ff00;
      border: none;
      background: none;
      text-decoration: underline;
      font-size: 1em;
    }
    .volver:hover {
      color: #00ff99;
      cursor: pointer;
    }
    footer {
      text-align: center;
      padding: 1em;
      border-top: 2px solid #00ff00;
      background: #222;
      margin-top: 2em;
      font-size: 1em;
    }
     .producto-imagen {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 1.5em auto;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .producto-imagen img {
      width: 100%;
      height: auto;
      border-radius: 6px;
      box-shadow: 0 0 16px #00ff00;
      margin-bottom: 1em;
      display: block;
      cursor: pointer;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .producto-imagen img:hover {
      box-shadow: 0 0 32px #00ff99;
      transform: scale(1.03);
    }
    /* Lightbox/modal styles */
    .modal-img-bg {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0; top: 0; right: 0; bottom: 0;
      background: rgba(16,16,16,0.92);
      justify-content: center;
      align-items: center;
    }
    .modal-img-content {
      max-width: 90vw;
      max-height: 90vh;
      border-radius: 12px;
      box-shadow: 0 0 32px #00ff00;
      position: relative;
    }
    .modal-img-close {
      position: absolute;
      top: 12px;
      right: 20px;
      color: #00ff00;
      font-size: 2em;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 10;
      font-family: monospace;
      padding: 0;
    }
          body {
      background: #181818;
      color: #00ff00;
      font-family: 'Fira Mono', 'Courier New', Courier, monospace;
      margin: 0;
      padding: 0;
    }
    header {
      background: #222;
      padding: 1.5em;
      text-align: center;
      border-bottom: 2px solid #00ff00;
    }
    h1 {
      margin: 0;
      font-size: 2em;
      letter-spacing: 2px;
      text-shadow: 0 0 5px #00ff00;
    }
    .productos-container {
      display: flex;
      flex-wrap: wrap;
      gap: 2em;
      justify-content: center;
      padding: 2em;
    }
    .producto-card {
      background: #222;
      border: 2px solid #00ff00;
      border-radius: 8px;
      box-shadow: 0 0 10px #00ff0044;
      width: 280px;
      padding: 1.5em;
      text-align: left;
      transition: transform 0.2s;
    }
    .producto-card:hover {
      transform: scale(1.04);
      box-shadow: 0 0 20px #00ff0077;
    }
    .producto-titulo {
      font-size: 1.3em;
      margin-bottom: 0.5em;
      font-weight: bold;
    }
    .producto-descripcion {
      font-size: 1em;
      margin-bottom: 1em;
    }
    .producto-precio {
      color: #00ff99;
      font-size: 1.1em;
      margin-bottom: 1em;
    }
    .button-comprar {
      display: inline-block;
      padding: 0.5em 1.2em;
      background: #111;
      color: #00ff00;
      border: 2px solid #00ff00;
      border-radius: 4px;
      font-family: inherit;
      font-size: 1em;
      text-decoration: none;
      transition: background 0.2s;
    }
    .button-comprar:hover {
      background: #00ff00;
      color: #111;
    }
    .volver {
      display: block;
      margin: 2em auto 0;
      width: max-content;
      color: #00ff00;
      border: none;
      background: none;
      text-decoration: underline;
      font-size: 1em;
    }
    .volver:hover {
      color: #00ff99;
      cursor: pointer;
    }
    footer {
      text-align: center;
      padding: 1em;
      border-top: 2px solid #00ff00;
      background: #222;
      margin-top: 2em;
      font-size: 1em;
    }
        body {
      background: #181818;
      color: #00ff00;
      font-family: 'Fira Mono', 'Courier New', Courier, monospace;
      margin: 0;
      padding: 0;
    }
    header {
      background: #222;
      padding: 1.5em;
      text-align: center;
      border-bottom: 2px solid #00ff00;
    }
    h1 {
      margin: 0;
      font-size: 2em;
      letter-spacing: 2px;
      text-shadow: 0 0 5px #00ff00;
    }
    .producto-detalle {
      max-width: 600px;
      margin: 2em auto;
      background: #222;
      padding: 2em;
      border-radius: 8px;
      box-shadow: 0 0 10px #00ff0044;
      border-left: 4px solid #00ff00;
    }
    .producto-imagen {
      width: 100%;
      height: 200px;
      background: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #00ff00;
      font-size: 1.5em;
      margin-bottom: 1em;
      border-radius: 6px;
      border: 1px dashed #00ff00;
      /* Puedes poner una imagen real aquí */
      /* background-image: url('ruta-de-tu-imagen.jpg'); background-size: cover; */
    }
    .producto-titulo {
      font-size: 1.4em;
      font-weight: bold;
      margin-bottom: 0.8em;
    }
    .producto-descripcion {
      font-size: 1.1em;
      margin-bottom: 1em;
    }
    .producto-precio {
      color: #00ff99;
      font-size: 1.2em;
      margin-bottom: 1em;
    }
    .button-comprar {
      display: inline-block;
      padding: 0.7em 1.6em;
      background: #111;
      color: #00ff00;
      border: 2px solid #00ff00;
      border-radius: 4px;
      font-family: inherit;
      font-size: 1em;
      text-decoration: none;
      margin-top: 1em;
      transition: background 0.2s;
    }
    .button-comprar:hover {
      background: #00ff00;
      color: #111;
    }
    .volver {
      display: block;
      margin: 2em auto 0;
      width: max-content;
      color: #00ff00;
      border: none;
      background: none;
      text-decoration: underline;
      font-size: 1em;
    }
    .volver:hover {
      color: #00ff99;
      cursor: pointer;
    }
    footer {
      text-align: center;
      padding: 1em;
      border-top: 2px solid #00ff00;
      background: #222;
      margin-top: 2em;
      font-size: 1em;
    }
          body {
      background: #181818;
      color: #00ff00;
      font-family: 'Fira Mono', 'Courier New', Courier, monospace;
      margin: 0;
      padding: 0;
    }
    header {
      background: #222;
      padding: 1.5em;
      text-align: center;
      border-bottom: 2px solid #00ff00;
    }
    h1 {
      margin: 0;
      font-size: 2em;
      letter-spacing: 2px;
      text-shadow: 0 0 5px #00ff00;
    }
    .productos-container {
      display: flex;
      flex-wrap: wrap;
      gap: 2em;
      justify-content: center;
      padding: 2em;
    }
    .producto-card {
      background: #222;
      border: 2px solid #00ff00;
      border-radius: 8px;
      box-shadow: 0 0 10px #00ff0044;
      width: 280px;
      padding: 1.5em;
      text-align: left;
      transition: transform 0.2s;
    }
    .producto-card:hover {
      transform: scale(1.04);
      box-shadow: 0 0 20px #00ff0077;
    }
    .producto-titulo {
      font-size: 1.3em;
      margin-bottom: 0.5em;
      font-weight: bold;
    }
    .producto-descripcion {
      font-size: 1em;
      margin-bottom: 1em;
    }
    .producto-precio {
      color: #00ff99;
      font-size: 1.1em;
      margin-bottom: 1em;
    }
    .button-comprar {
      display: inline-block;
      padding: 0.5em 1.2em;
      background: #111;
      color: #00ff00;
      border: 2px solid #00ff00;
      border-radius: 4px;
      font-family: inherit;
      font-size: 1em;
      text-decoration: none;
      transition: background 0.2s;
    }
    .button-comprar:hover {
      background: #00ff00;
      color: #111;
    }
    .volver {
      display: block;
      margin: 2em auto 0;
      width: max-content;
      color: #00ff00;
      border: none;
      background: none;
      text-decoration: underline;
      font-size: 1em;
    }
    .volver:hover {
      color: #00ff99;
      cursor: pointer;
    }
    footer {
      text-align: center;
      padding: 1em;
      border-top: 2px solid #00ff00;
      background: #222;
      margin-top: 2em;
      font-size: 1em;
    }
        body {
      background: #181818;
      color: #00ff00;
      font-family: 'Fira Mono', 'Courier New', Courier, monospace;
      margin: 0;
      padding: 0;
    }
    header {
      background: #222;
      padding: 1.5em;
      text-align: center;
      border-bottom: 2px solid #00ff00;
    }
    h1 {
      margin: 0;
      font-size: 2em;
      letter-spacing: 2px;
      text-shadow: 0 0 5px #00ff00;
    }
    .producto-detalle {
      max-width: 600px;
      margin: 2em auto;
      background: #222;
      padding: 2em;
      border-radius: 8px;
      box-shadow: 0 0 10px #00ff0044;
      border-left: 4px solid #00ff00;
    }
    .producto-imagen {
      width: 100%;
      height: 200px;
      background: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #00ff00;
      font-size: 1.5em;
      margin-bottom: 1em;
      border-radius: 6px;
      border: 1px dashed #00ff00;
      /* Puedes poner una imagen real aquí */
      /* background-image: url('ruta-de-tu-imagen.jpg'); background-size: cover; */
    }
    .producto-titulo {
      font-size: 1.4em;
      font-weight: bold;
      margin-bottom: 0.8em;
    }
    .producto-descripcion {
      font-size: 1.1em;
      margin-bottom: 1em;
    }
    .producto-precio {
      color: #00ff99;
      font-size: 1.2em;
      margin-bottom: 1em;
    }
    .button-comprar {
      display: inline-block;
      padding: 0.7em 1.6em;
      background: #111;
      color: #00ff00;
      border: 2px solid #00ff00;
      border-radius: 4px;
      font-family: inherit;
      font-size: 1em;
      text-decoration: none;
      margin-top: 1em;
      transition: background 0.2s;
    }
    .button-comprar:hover {
      background: #00ff00;
      color: #111;
    }
    .volver {
      display: block;
      margin: 2em auto 0;
      width: max-content;
      color: #00ff00;
      border: none;
      background: none;
      text-decoration: underline;
      font-size: 1em;
    }
    .volver:hover {
      color: #00ff99;
      cursor: pointer;
    }
    footer {
      text-align: center;
      padding: 1em;
      border-top: 2px solid #00ff00;
      background: #222;
      margin-top: 2em;
      font-size: 1em;
    }
    .pago-container {
  background: #222;
  border-left: 4px solid #00ff00;
  box-shadow: 0 0 10px #00ff0044;
  border-radius: 8px;
  max-width: 600px;
  margin: 2em auto;
  padding: 2em;
}

.metodos-pago {
  margin-bottom: 2em;
}

.metodo {
  margin-bottom: 1.5em;
  background: #181818;
  border: 1px solid #00ff00;
  border-radius: 6px;
  padding: 1em;
  font-size: 1em;
}

.form-hacker {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.form-hacker label {
  color: #00ff99;
  margin-bottom: 0.3em;
}

.form-hacker input[type="text"],
.form-hacker input[type="email"] {
  background: #111;
  color: #00ff00;
  border: 1px solid #00ff00;
  border-radius: 4px;
  padding: 0.5em;
  font-family: inherit;
  font-size: 1em;
}

.form-hacker input[type="text"]:focus,
.form-hacker input[type="email"]:focus {
  outline: none;
  border-color: #00ff99;
  box-shadow: 0 0 5px #00ff99;
}
.form-hacker input[type="file"] {
  background: #111;
  color: #00ff00;
  border: 1px solid #00ff00;
  border-radius: 4px;
  padding: 0.5em;
  font-family: inherit;
  font-size: 1em;
}
.form-hacker small {
  margin-top: -0.8em;
  margin-bottom: 0.8em;
  font-size: 0.97em;
  display: block;
}
.form-hacker select,
.form-hacker textarea,
.form-hacker input[type="date"] {
  background: #111;
  color: #00ff00;
  border: 1px solid #00ff00;
  border-radius: 4px;
  padding: 0.5em;
  font-family: inherit;
  font-size: 1em;
}
.form-hacker textarea:focus,
.form-hacker select:focus,
.form-hacker input[type="date"]:focus {
  outline: none;
  border-color: #00ff99;
  box-shadow: 0 0 5px #00ff99;
}
 body {
      background: #181818;
      color: #00ff00;
      font-family: monospace;
    }
    .solicitar-detalle {
      max-width: 480px;
      margin: 2em auto;
      background: #222;
      border-radius: 8px;
      padding: 2em;
      box-shadow: 0 0 24px #00ff00;
    }
    .solicitar-titulo h2 {
      margin-bottom: 1em;
    }
    .form-encargo {
      margin-top: 2em;
      padding: 1em;
      background: #181818;
      border-radius: 8px;
      border: 1px dashed #00ff00;
    }
    .form-encargo label, .form-encargo input, .form-encargo textarea {
      display: block;
      width: 100%;
      margin-bottom: 0.7em;
      color: #00ff00;
      background: #111;
      border: 1px solid #00ff00;
      border-radius: 4px;
      font-family: inherit;
      font-size: 1em;
      padding: 0.5em;
    }
    .form-encargo button {
      background: #222;
      color: #00ff00;
      border: 1px solid #00ff00;
      border-radius: 4px;
      font-size: 1em;
      padding: 0.8em 2em;
      cursor: pointer;
      margin-top: 1em;
    }
    .form-encargo button:hover {
      background: #00ff00;
      color: #222;
    }
        body {
      background: #181818;
      color: #00ff00;
      font-family: monospace;
    }
    .compra-detalle {
      max-width: 480px;
      margin: 2em auto;
      background: #222;
      border-radius: 8px;
      padding: 2em;
      box-shadow: 0 0 24px #00ff00;
    }
    .compra-imagen img {
      width: 100%;
      max-width: 300px;
      border-radius: 8px;
      margin: 0 auto 1.5em auto;
      display: block;
      box-shadow: 0 0 12px #00ff99;
      cursor: pointer;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .compra-imagen img:hover {
      box-shadow: 0 0 24px #00ff99;
      transform: scale(1.03);
    }
    .button-comprar {
      display: inline-block;
      margin-top: 2em;
      padding: 1em 2em;
      background: #111;
      color: #00ff00;
      border: 2px solid #00ff00;
      border-radius: 4px;
      font-size: 1.2em;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
    }
    .button-comprar:hover {
      background: #00ff00;
      color: #111;
    }
    /* Modal (lightbox) */
    .modal-img-bg {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0; top: 0; right: 0; bottom: 0;
      background: rgba(16,16,16,0.92);
      justify-content: center;
      align-items: center;
    }
    .modal-img-content {
      max-width: 95vw;
      max-height: 95vh;
      border-radius: 12px;
      box-shadow: 0 0 32px #00ff00;
      position: relative;
      background: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .modal-img-content img {
      max-width: 95vw;
      max-height: 85vh;
      border-radius: 12px;
      box-shadow: 0 0 32px #00ff00;
      background: #111;
    }
    .modal-img-close {
      position: absolute;
      top: 12px;
      right: 20px;
      color: #00ff00;
      font-size: 2em;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 10;
      font-family: monospace;
      padding: 0;
      line-height: 1;
    }
        .boton-telegram {
      display: inline-flex;
      align-items: center;
      background: #181818;
      color: #00ff00;
      border: 2px solid #00ff00;
      border-radius: 4px;
      font-size: 1.1em;
      font-family: monospace;
      text-decoration: none;
      padding: 0.7em 1.4em;
      margin: 2em 0 1em 0;
      transition: background 0.2s, color 0.2s, box-shadow 0.2s;
      box-shadow: 0 0 8px #00ff99;
      cursor: pointer;
    }
    .boton-telegram:hover {
      background: #00ff00;
      color: #181818;
      box-shadow: 0 0 16px #00ff00;
    }
    .boton-telegram svg {
      width: 1.3em;
      height: 1.3em;
      margin-right: 0.5em;
      vertical-align: middle;
      fill: currentColor;
    }
        .header-flex {
      display: flex;
      align-items: right;
      justify-content: right;
      gap: 1.5em;
      margin-bottom: 1em;
    }
    .logo {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      box-shadow: 0 0 18px #00ff00;
      background: #181818;
      border: 2px solid #00ff00;
      object-fit: cover;
    }
    @media (max-width: 600px) {
      .header-flex {
        flex-direction: column;
        gap: 0.6em;
      }
      .logo {
        width: 70px;
        height: 70px;
      }
    }
    body {
      background: #181818;
      color: #00ff00;
      font-family: monospace;
    }
    .carpetas-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 2em;
      justify-content: center;
      margin-top: 2em;
    }
    .carpeta {
      width: 180px;
      background: #222;
      border: 2px solid #00ff00;
      border-radius: 8px;
      text-align: center;
      padding: 1em;
      box-shadow: 0 0 8px #00ff99;
      transition: background 0.2s, box-shadow 0.2s;
      cursor: pointer;
      position: relative;
    }
    .carpeta:hover {
      background: #282828;
      box-shadow: 0 0 16px #00ff00;
    }
    .carpeta-icon {
      font-size: 3em;
      margin-bottom: 0.5em;
      display: block;
    }
    .carpeta-nombre {
      color: #00ff99;
      font-weight: bold;
      font-size: 1.1em;
      margin-bottom: 0.2em;
    }
