body {
    font-family: "Inter", sans-serif;
    background-color: #000000;
    color: #f5f5f7;
}

.glass-nav {
    background-color: rgba(5, 5, 5, 0.7);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

/* Gold Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d4af37;
}

.text-gold-gradient {
    background: linear-gradient(to right, #fcd34d, #d4af37, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gold-gradient {
    background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
}

.border-gold-glow {
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.05);
}

.partner {
    font-size: 1.5rem;
    font-weight: 900;
    color: #9ca3af;
    transition: all 0.5s;
    cursor: pointer;
}

.partner:hover {
    color: #d4af37;
}

.text-gold-500 {
    color: #d4af37;
}

.hover\:text-gold-400:hover {
    color: #d4af37;
}

.border-gold-500\/20 {
    border-color: rgba(212, 175, 55, 0.2);
}

.user-hidden {
    display: none !important;
}
