body{font-family:Inter,sans-serif;background-color:#f8fafc;color:#1e293b;-webkit-font-smoothing:antialiased;overscroll-behavior-y:contain}.mono{font-family:JetBrains Mono,monospace}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 8s linear infinite}.animate-in{animation-duration:.5s;animation-fill-mode:both}.fade-in{animation-name:fadeIn}.slide-in-from-top-4{animation-name:slideInFromTop}.slide-in-from-bottom-6{animation-name:slideInFromBottom}.slide-in-from-bottom-8{animation-name:slideInFromBottomHeavy}.zoom-in-95{animation-name:zoomIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{transform:translateY(-1rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromBottom{0%{transform:translateY(1.5rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromBottomHeavy{0%{transform:translateY(2rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}
