.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:20px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px) translate(-50%)}to{opacity:1;transform:translateY(0) translate(-50%)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0) translate(-50%)}to{opacity:0;transform:translateY(8px) translate(-50%)}}
