    html {
      scroll-behavior: smooth;
    }
    body {
      background: radial-gradient(ellipse at top, #001e2b 0%, #000f1a 100%);
      color: white;
      font-family: 'Segoe UI', sans-serif;
    }
    .glass {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .text-cyan {
      color: #2CA6A4;
    }
    .bg-cyan {
      background-color: #2CA6A4;
    }