:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{height:100%}html,body{max-width:100vw}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Arial,Helvetica,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}@keyframes spin{to{transform:rotate(360deg)}}.landing-nav-links{align-items:center;gap:2rem;display:flex}.landing-hero-title{font-size:4rem}.landing-hero-buttons{justify-content:center;gap:1rem;display:flex}.landing-footer-content{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.landing-footer-links{gap:4rem;display:flex}.landing-footer-bottom{color:#9ca3af;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}@media (max-width:768px){.landing-nav-links a.hide-mobile{display:none!important}.landing-nav-links{gap:1rem!important}.landing-hero-title{font-size:2.5rem!important}.landing-hero-buttons{width:100%;padding:0 1rem;flex-direction:column!important}.landing-hero-buttons a{text-align:center;width:100%}.landing-footer-content{flex-direction:column!important}.landing-footer-links{flex-direction:column!important;gap:2rem!important}.landing-footer-bottom{text-align:center;gap:1rem;flex-direction:column!important}}.mobile-only-btn{display:none!important}@media (max-width:768px){.mobile-only-btn{display:flex!important}}
