@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");.landing-page{font-family:Inter,system-ui,sans-serif;background:#000;color:#fff}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{font-family:Space Grotesk,system-ui,sans-serif}@media (min-width:768px){.md-nav{display:flex!important}}.landing-page .glass-card{background:hsla(0,0%,7%,.8);backdrop-filter:blur(20px);border:1px solid rgba(42,42,42,.5);border-radius:12px}.landing-page .rounded-lg{border-radius:12px}.landing-page .glow-effect{box-shadow:0 0 40px rgba(0,227,150,.3)}.landing-page .text-gradient{background-clip:text;-webkit-background-clip:text;color:transparent;background-image:linear-gradient(135deg,#00e396,#00a872)}.landing-page .hero-glow{background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(0,227,150,.2) 0,transparent 50%)}.landing-page .animate-float{animation:float 6s ease-in-out infinite}.landing-page .animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.landing-page .animate-fade-in{animation:fade-in .6s ease-out}.landing-page .animate-slide-up{animation:slide-up .6s ease-out}.landing-page a:hover{color:#fff}.landing-page button:hover{opacity:.9}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px rgba(0,227,150,.3)}50%{box-shadow:0 0 40px rgba(0,227,150,.5)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-page .container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:640px){.landing-page .container{max-width:640px}}@media (min-width:768px){.landing-page .container{max-width:768px}}@media (min-width:1024px){.landing-page .container{max-width:1024px}}@media (min-width:1280px){.landing-page .container{max-width:1280px}}.landing-page .text-muted-foreground{color:#a1a1a1}.landing-page .text-foreground{color:#fff}.landing-page .text-primary{color:#00e396}.landing-page .text-destructive{color:#ff4560}.landing-page .bg-primary{background-color:#00e396}.landing-page .bg-secondary{background-color:#1e1e1e}.landing-page .bg-background{background-color:#050505}.landing-page .text-primary-foreground{color:#000}.landing-page .border-border{border-color:#2a2a2a}.landing-page .border{border-width:1px;border-style:solid}.landing-page .border-primary{border-color:#00e396}.landing-page .bg-card{background-color:#121212}@media (max-width:768px){.landing-page .container{padding-left:1rem;padding-right:1rem}.landing-page h1{font-size:2rem;line-height:1.2}.landing-page h2{font-size:1.75rem;line-height:1.3}.landing-page .glass-card{padding:1.25rem}.landing-page button{font-size:.875rem;padding:.75rem 1.25rem}.landing-page section{padding-top:3rem;padding-bottom:3rem}}