      body {
        font-family: 'Inter', sans-serif;
        background-color: #ffffff;
      }
      .gradient-text {
        background: linear-gradient(135deg, #22D3EE 0%, #4ADE80 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .bg-wm-gradient {
        background: linear-gradient(135deg, #22D3EE 0%, #4ADE80 100%);
      }
      .bg-deep-navy {
        background-color: #08132b;
      }
      .border-wm {
        border-color: rgba(34, 211, 238, 0.2);
      }
      .glow-wm {
        box-shadow: 0 0 30px rgba(34, 211, 238, 0.15);
      }
      .glow-wm-strong {
        box-shadow: 0 0 50px rgba(34, 211, 238, 0.25);
      }
      @keyframes spin-slow {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
      }
      .animate-spin-slow {
        animation: spin-slow 15s linear infinite;
      }
      .glass {
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.05);
      }
