@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes moveBackground{0%{background-position:0 0}to{background-position:400px 400px}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.animate-section .section-title{animation:fadeIn 1s ease forwards}.animate-section .section-subtitle{animation:fadeIn 1s ease .2s forwards}.animate-section .feature-card,.animate-section .tool-feature{animation:scaleIn .8s ease forwards}.animate-section .about-content{animation:slideUp .8s ease forwards}.animate-section .cta-button{animation:fadeIn 1s ease .4s forwards}.hero-logo-pulse{animation:pulse 3s ease-in-out infinite}.hero-background-pattern{animation:moveBackground 60s linear infinite}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}canvas{transform:translateZ(0);will-change:transform}
/*# sourceMappingURL=main.35e68e0b.css.map*/