@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;scroll-behavior:smooth}body{margin:0;padding:0;min-height:100vh;background-color:#fff;color:#1e293b;overflow-x:hidden}*{box-sizing:border-box}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(0)}50%{transform:perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(-20px)}to{transform:perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.float-animation{animation:float 6s ease-in-out infinite}
