@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fade-in .6s ease-out}.animate-slide-up{animation:slide-up .8s ease-out}.animate-scale-in{animation:scale-in .8s ease-out}.animate-gradient-shine{animation:gradient-shine 3s ease-out}.animate-gradient-shine:after{animation:diagonal-shine 9s cubic-bezier(.25,.46,.45,.94);animation-delay:.4s;animation-fill-mode:forwards;background:linear-gradient(45deg,transparent,transparent,transparent,hsla(0,0%,100%,.03),transparent,transparent,transparent);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-mono{font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}
