.gold-glow {
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
        }
        .royal-gradient {
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        }
        .gold-text-gradient {
            background: linear-gradient(135deg, #fef08a 0%, #eab308 50%, #ca8a04 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        /* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0f172a;
        }
        ::-webkit-scrollbar-thumb {
            background: #D4AF37;
            border-radius: 4px;
        }