@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #0070f3;--success: #00c853}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background:#000;color:#fff}.landing-nav{position:fixed;width:100%;background:#000000b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #222;z-index:100}.nav-content{max-width:1200px;margin:auto;padding:1.25rem 2rem;display:flex;justify-content:space-between}.nav-logo{font-weight:900}.logo-dot{width:8px;height:8px;background:var(--primary);border-radius:50%;display:inline-block}.hero-section{padding:10rem 2rem;text-align:center}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900}.hero-accent{display:block;font-size:1.5rem;background:linear-gradient(135deg,#0070f3,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{color:#aaa;max-width:700px;margin:2rem auto}.btn-hero{display:inline-block;padding:1rem 3rem;background:#fff;color:#000;border-radius:999px;font-weight:700}.marquee-section{overflow:hidden;padding:4rem 0}.marquee-container{display:flex;animation:marquee 30s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.city-item{font-size:2.5rem;padding:0 3rem;cursor:pointer;opacity:.6}.city-item:hover{opacity:1}.city-item.sniped{color:var(--success)}.features-grid{max-width:1200px;margin:auto;padding:5rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#0a0a0a;border:1px solid #222;border-radius:1.5rem;padding:2.5rem}.icon-container{width:48px;height:48px;background:#0070f326;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
