.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#1a1a1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#444;border-radius:10px;border:2px solid #1a1a1a}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#555}.custom-scrollbar::-webkit-scrollbar-thumb:active{background-color:#666}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}.shimmer-text{background:linear-gradient(90deg,#60a5fa,#93c5fd 25%,#a5c9ff 50%,#93c5fd 75%,#60a5fa);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2.5s linear infinite}.shimmer-text:hover{animation-duration:1.5s}