
        body {
            font-family: 'Inter', sans-serif;
        }
        .glass-nav {
            background: rgba(18, 32, 32, 0.85);
            backdrop-filter: blur(12px);
        }
        .text-gradient {
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-image: linear-gradient(to right, #20c5c5, #d4af37);
        }
        .gold-glow:hover {
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
        }
    