@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-from-top{0%{opacity:0;transform:translateY(-2rem)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-in{animation-fill-mode:forwards}.slide-in-from-bottom-4,.slide-in-from-bottom-6,.slide-in-from-bottom-8{animation:.8s ease-out slide-in-from-bottom}.slide-in-from-top-2{animation:.4s ease-out slide-in-from-top}.fade-in-0{animation:.8s ease-out fade-in}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}body{font-family:Manrope,sans-serif}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes border-slide-in{0%{width:0}to{width:100%}}.active-border-animated{position:relative}.active-border-animated:after{content:"";background:currentColor;height:2px;animation:.4s ease-out forwards border-slide-in;position:absolute;bottom:-1px;left:0}
