::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0f0f13; }
::-webkit-scrollbar-thumb { background: #27272a; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #8b5cf6; }
body { font-family: 'Inter', sans-serif; }
.container { max-width: 950px; padding: 0 20px; }