        body { background-color: #0A0A0A; color: #FFFFFF; font-family: 'Inter', sans-serif; overflow-x: hidden; scroll-behavior: smooth; }
        .neon-glow-red { text-shadow: 0 0 15px rgba(255, 46, 61, 0.7); }
        .glass-nav { background: rgba(10, 10, 10, 0.9); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.05); }
        .car-card:hover .zoom-img { transform: scale(1.08); }
        .speed-bar { height: 4px; border-radius: 2px; transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1); }
        .page-sec { min-height: 100vh; animation: fadeIn 0.8s ease-out forwards; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .drawer { transform: translateX(100%); transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
        .drawer-open .drawer { transform: translateX(0); }
