html { scroll-behavior: smooth; }
body { font-family: 'Inter', ui-sans-serif, system-ui, sans-serif; }
.car-card { will-change: transform; }
.car-card:hover { transform: translateY(-4px); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0b0d10; }
::-webkit-scrollbar-thumb { background: #3a3a3a; border-radius: 4px; }
