@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-background: #050505;--color-text: #ffffff;--color-text-secondary: #a5a5a5;--color-primary: #7d5aff;--color-secondary: #ff5a78;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}button,input,textarea{font-family:var(--font-family)}button{cursor:pointer}section{padding:80px 0}.container{max-width:1200px;margin:0 auto;padding:0 20px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.animate-float{animation:float 4s ease-in-out infinite}.animate-pulse{animation:pulse 3s ease-in-out infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--color-primary),var(--color-secondary));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#8d6aff,#ff6a88)}
