::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #080808; }
::-webkit-scrollbar-thumb { background: rgba(220,38,38,0.25); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(220,38,38,0.55); }
::selection { background: rgba(220,38,38,0.30); color: #f0e6d3; }
body { scrollbar-color: rgba(220,38,38,0.25) #080808; }
.navbar .user { display: none !important; }
