/* Custom Global & Layout Settings for SinghRide */
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48; }
.glass-card { background: rgba(26, 26, 26, 0.6); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1); }
.shadow-golden-glow { box-shadow: 0 4px 20px rgba(212, 175, 55, 0.2); }

/* Scrollbar Styles */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0A0A0A; }
::-webkit-scrollbar-thumb { background: #D4AF37; border-radius: 4px; }

/* Scroll Reveal Animations */
.animate-reveal { opacity: 0; transform: translateY(20px); transition: all 0.8s ease-out; }
.reveal-visible { opacity: 1; transform: translateY(0); }

/* Material Symbols Fill State for Ratings */
.material-symbols-outlined.fill-1 {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}