body {
      font-family: "Inter", sans-serif;
      background-color: #000000;
      color: #cbd5e1;
      margin: 0;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    a.social-link {
      transition: color 0.3s ease;
      color: #60a5fa;
    }
    a.social-link:hover {
      color: #3b82f6;
      text-shadow: 0 0 8px #3b82f6;
    }
    header {
      width: 100%;
      background-color: #111827;
      box-shadow: 0 2px 8px rgba(59, 130, 246, 0.5);
      position: fixed;
      top: 0;
      z-index: 50;
    }
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;
    }
    .logo {
      font-weight: 700;
      font-size: 1.5rem;
      color: #3b82f6;
      user-select: none;
    }
    nav.desktop-menu {
      display: flex;
      gap: 2rem;
    }
    nav.desktop-menu a {
      color: #94a3b8;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.3s ease;
      cursor: pointer;
    }
    nav.desktop-menu a:hover {
      color: #3b82f6;
      text-shadow: 0 0 6px #3b82f6;
    }
    .mobile-menu-button {
      display: none;
      background: none;
      border: none;
      color: #94a3b8;
      font-size: 1.5rem;
      cursor: pointer;
    }
    nav.mobile-menu {
      display: none;
      flex-direction: column;
      background-color: #111827;
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      padding: 1rem 0;
      box-shadow: 0 4px 12px rgba(59, 130, 246, 0.7);
      z-index: 40;
    }
    nav.mobile-menu a {
      color: #94a3b8;
      font-weight: 600;
      padding: 0.75rem 1.5rem;
      text-decoration: none;
      border-bottom: 1px solid #1f2937;
      transition: color 0.3s ease;
      cursor: pointer;
    }
    nav.mobile-menu a:hover {
      color: #3b82f6;
      text-shadow: 0 0 6px #3b82f6;
    }
    main, section {
      width: 100%;
      max-width: 900px;
      margin-top: 80px;
      padding: 0 1rem;
      box-sizing: border-box;
    }
    .text-pressure-container {
      position: relative;
      height: 300px;
      width: 100%;
      background: linear-gradient(135deg, #1e40af, #3b82f6);
      display: flex;
      justify-content: center;
      align-items: center;
      user-select: none;
      overflow: hidden;
      box-shadow: 0 0 20px #3b82f6;
      border-radius: 0.5rem;
      margin-bottom: 2rem;
    }
    .text-pressure-title {
      color: #ffffff;
      text-transform: uppercase;
      white-space: nowrap;
      user-select: none;
      font-weight: 100;
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 900px;
      margin: 0 20px;
      line-height: 1;
      transform-origin: center top;
      text-shadow:
        0 0 5px #3b82f6,
        0 0 10px #3b82f6,
        0 0 20px #3b82f6,
        0 0 40px #2563eb;
      font-size: 3rem;
    }
    .text-pressure-title span {
      display: inline-block;
      transition: opacity 0.2s ease;
    }
    .scrollvelocity-container {
      overflow: hidden;
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 3rem;
      position: relative;
      height: 60px;
    }
    .scrollvelocity-scroller {
      display: flex;
      white-space: nowrap;
      will-change: transform;
      cursor: default;
    }
    .custom-scroll-text {
      font-weight: 700;
      font-size: 3rem;
      color: #3b82f6;
      text-shadow:
        0 0 8px #3b82f6,
        0 0 20px #2563eb;
      white-space: nowrap;
      user-select: none;
      padding: 0 1rem;
    }
    #letterglitch-root {
      position: relative;
      width: 100%;
      height: 500px;
      background-color: #000000;
      overflow: hidden;
      border-radius: 0.5rem;
      box-shadow:
        0 0 15px #3b82f6,
        0 0 30px #2563eb;
      margin-bottom: 4rem;
    }
    #bio {
      background-color: #111827;
      border-radius: 0.5rem;
      padding: 2rem;
      box-shadow: 0 0 15px #3b82f6;
      margin-bottom: 2rem;
      text-align: center;
    }
    #imagen img {
      border-radius: 0.5rem;
      box-shadow: 0 0 15px #3b82f6;
      max-width: 100%;
      height: auto;
      margin: 0 auto 2rem auto;
      display: block;
    }
    #habilidades {
      background-color: #111827;
      border-radius: 0.5rem;
      padding: 2rem;
      box-shadow: 0 0 15px #3b82f6;
      margin-bottom: 2rem;
      text-align: left;
    }
    #habilidades h2 {
      margin-bottom: 1rem;
      text-align: center;
      color: #3b82f6;
      text-shadow: 0 0 6px #3b82f6;
    }
    #habilidades ul {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
      gap: 1rem;
      color: #60a5fa;
      font-size: 1.125rem;
    }
    #habilidades li {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    #habilidades li i {
      color: #3b82f6;
    }
    #carousel {
      width: 100%;
      max-width: 900px;
      margin: 0 auto 3rem auto;
      position: relative;
      overflow: hidden;
      border-radius: 0.5rem;
      box-shadow: 0 0 20px #3b82f6;
      background-color: #111827;
      padding: 1rem 0;
      user-select: none;
    }
    #carousel .carousel-track {
      display: flex;
      transition: transform 0.5s ease;
      will-change: transform;
    }
    #carousel .carousel-item {
      min-width: 120px;
      margin: 0 10px;
      flex-shrink: 0;
      color: #60a5fa;
      text-align: center;
    }
    #carousel .carousel-item img {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 0.5rem;
      filter: drop-shadow(0 0 5px #3b82f6);
      border-radius: 0.25rem;
      background: #1e40af;
      padding: 8px;
    }
    footer {
      width: 100%;
      background-color: #111827;
      padding: 1rem 0;
      box-shadow: 0 -2px 8px rgba(59, 130, 246, 0.5);
      text-align: center;
    }
    footer p {
      margin: 0 0 0.5rem 0;
      color: #94a3b8;
      font-size: 0.875rem;
      user-select: none;
    }
    footer .social-icons {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      font-size: 1.75rem;
    }
    footer .social-icons a {
      color: #60a5fa;
      transition: color 0.3s ease, text-shadow 0.3s ease;
    }
    footer .social-icons a:hover {
      color: #3b82f6;
      text-shadow: 0 0 8px #3b82f6;
    }
    @media (max-width: 768px) {
      nav.desktop-menu {
        display: none;
      }
      .mobile-menu-button {
        display: block;
      }
      nav.mobile-menu {
        display: none;
        flex-direction: column;
        background-color: #111827;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 1rem 0;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.7);
        z-index: 40;
      }
      nav.mobile-menu.show {
        display: flex;
      }
      nav.mobile-menu a {
        color: #94a3b8;
        font-weight: 600;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        border-bottom: 1px solid #1f2937;
        transition: color 0.3s ease;
        cursor: pointer;
      }
      nav.mobile-menu a:hover {
        color: #3b82f6;
        text-shadow: 0 0 6px #3b82f6;
      }
      main {
        padding: 1rem;
      }
      #habilidades ul {
        grid-template-columns: repeat(1, 1fr);
      }
      #carousel .carousel-item {
        min-width: 90px;
        margin: 0 5px;
      }
      #carousel .carousel-item img {
        width: 60px;
        height: 60px;
      }
      .text-pressure-title {
        font-size: 2rem !important;
        margin: 0 10px;
      }
      .text-pressure-container {
        height: 200px;
      }
    }