::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #d4d4d8; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: #a1a1aa; }

.sidebar-link.active {
  background: #0a0a0a;
  color: #fff;
}
.sidebar-link.active .icon-accent { color: #ff6a1a; }

.scroll-x { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.scroll-x::-webkit-scrollbar { height: 8px; }

@keyframes pulse-soft { 0%,100%{opacity:1} 50%{opacity:.55} }
.animate-pulse-soft { animation: pulse-soft 2s ease-in-out infinite; }
