    body {
      margin: 0;
      padding: 0;
      background: #121212;
      font-family: 'Roboto', sans-serif;
    }

    .navbar {
      position: fixed;
      top: 50px;
      left: 20px;
      right: 20px;
      height: 25px;
      border-radius: 20px;
      background: #000000;
      box-shadow: 0 1px 3px rgba(255, 255, 255, 0.6), inset 0 -1px 5px rgba(0, 0, 0, 0.2);
      z-index: 10;
      overflow: visible;
    }

    .liquid-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 20px;
      overflow: hidden;
      z-index: 0;
    }

    .nav-content {
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 100%;
      z-index: 2;
    }

    .nav-item {
      position: relative;
      color: #00ff00;
      cursor: pointer;
      font-size: 12px;
    }

    .dropdown {
      position: absolute;
      top: calc(100% + 8px);
      left: 50%;
      transform: translateX(-50%) scale(0);
      transform-origin: top center;
      background-color: #121212;
      color: #0f0;
      padding: 8px;
      min-width: 100px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 0 20px #0f0, 0 0 10px #0f0 inset;
      border-radius: 5px;
      z-index: 100;
      opacity: 0;
      transition: transform 0.3s ease, opacity 0.3s ease;
      pointer-events: none;
    }

    /* hover logic removed; replaced by JS */

    .nav-item {
      transition: all 0.2s ease;
    }

    .nav-item .dropdown {
      transition-delay: 0.2s;
    }

    .dropdown a {
      color: #0f0;
      text-decoration: none;
      padding: 4px;
      font-size: 12px;
    }

    canvas#liquidCanvas {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      pointer-events: none;
    }}

    canvas.ooze-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  display: block;
}}
  @import url('https://fonts.googleapis.com/css2?family=UnifrakturCook:wght@700&display=swap');

.neon-title {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'UnifrakturCook', cursive;
  font-size: 24px;
  color: black;
  z-index: 11;
  width: 200px;
  height: 40px;
  text-align: center;
  overflow: hidden;
}

.neon-title canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

    .neon-title {
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateX(-50%);
      font-family: 'UnifrakturCook', cursive;
      font-size: 24px;
      color: black;
      z-index: 11;
      width: 200px;
      height: 40px;
      text-align: center;
      overflow: hidden;
    }

    .neon-title canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      pointer-events: none;
    }
.neon-title {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'UnifrakturCook', cursive;
  font-size: 24px;
  z-index: 11;
  width: 200px;
  height: 40px;
  text-align: center;
  overflow: hidden;
}

.neon-title canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

.neon-title .text-overlay {
  position: relative;
  z-index: 1;
  color: black;
  mix-blend-mode: multiply;
}
#titleLiquid {
  position: absolute;
  top: 12px;
  left: -10;
  width: 200px;
  height: 50px;
  z-index: 1000;
  pointer-events: none;
}
