    body { background-color: #070d0b; }
    .bg-jungle-radial {
      background:
        radial-gradient(1200px 600px at 15% -10%, rgba(34,197,94,0.18), transparent 60%),
        radial-gradient(900px 500px at 100% 0%, rgba(240,180,41,0.12), transparent 55%),
        #070d0b;
    }
    .text-gradient {
      background: linear-gradient(90deg, #f0b429, #4ade80);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    [x-cloak] { display: none !important; }
    ::-webkit-scrollbar { width: 10px; }
    ::-webkit-scrollbar-track { background: #0e1a15; }
    ::-webkit-scrollbar-thumb { background: #20402f; border-radius: 999px; }
  
