@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;min-height:100vh}h1,h2,h3,h4,h5,h6{color:#1f2937;font-weight:700;letter-spacing:-.025em;line-height:1.2}h1{font-size:48px}h2{font-size:36px}h3{font-size:28px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}p{color:#374151;line-height:1.7}button:focus,input:focus,textarea:focus{outline:2px solid #8b5cf6;outline-offset:2px}@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(.95)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-fadeIn{animation:fadeIn .5s ease-out}.animate-slideUp{animation:slideUp .4s ease-out}.animate-scaleIn{animation:scaleIn .3s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.hover-lift,.transition-all{transition:all .25s cubic-bezier(.4,0,.2,1)}.hover-lift:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-4px)}.hover-scale:hover{transform:scale(1.02)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.App{font-family:Inter,sans-serif;text-align:center}#root{min-height:100vh}@media (max-width:768px){h1{font-size:36px}h2{font-size:28px}h3{font-size:24px}}@media (max-width:480px){h1{font-size:28px}h2{font-size:24px}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=main.45686a0c.css.map*/