:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f5f6f8;--surface:#fff;--text:#1a1d23;--muted:#6b7280;--border:#e2e4e9;--accent:#d1471f;--accent-hover:#b83a17;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#14161a;--surface:#1e2126;--text:#f0f1f3;--muted:#9aa0ab;--border:#2c2f36}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;line-height:1.5}.container{max-width:1080px;margin:0 auto;padding:0 1.25rem}a{color:inherit}h1,h2,h3{line-height:1.15}.site-header{border-bottom:1px solid var(--border);background:var(--surface)}.header-inner{justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.brand{color:var(--text);font-size:1.1rem;font-weight:700;text-decoration:none}.nav{align-items:center;gap:1.25rem;display:flex}.nav .app-link:not(.btn){color:var(--muted);font-weight:500;text-decoration:none}.btn{cursor:pointer;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-block}.btn-small{padding:.5rem 1.1rem}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{border:1px solid var(--border);color:var(--text);background:0 0}.hero{padding:5rem 0 4rem}.hero-inner{text-align:center;max-width:680px;margin:0 auto}.hero h1{margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem)}.lede{color:var(--muted);margin:0 0 2rem;font-size:1.15rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-note{color:var(--muted);margin-top:1rem;font-size:.9rem}.features{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0}.features h2,.how-it-works h2{text-align:center;margin:0 0 2.5rem;font-size:1.75rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.feature-card h3{margin:0 0 .5rem;font-size:1.1rem}.feature-card p{color:var(--muted);margin:0}.how-it-works{padding:4rem 0}.steps{text-align:center;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin:0;padding:0;list-style:none;display:grid}.step-number{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;font-weight:700;display:inline-flex}.steps h3{margin:0 0 .5rem;font-size:1.05rem}.steps p{color:var(--muted);margin:0}.steps-note{text-align:center;color:var(--muted);max-width:480px;margin:2.5rem auto 0;font-size:.95rem}.for-shops{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0}.for-shops-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.for-shops-inner>div{flex:380px}.for-shops h2{margin:0 0 .75rem;font-size:1.5rem}.for-shops p{color:var(--muted);margin:0 0 1rem}.shop-benefits{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.shop-benefits li{padding-left:1.4rem;position:relative}.shop-benefits li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.cta{background:var(--surface);border-top:1px solid var(--border);padding:4rem 0 5rem}.cta-inner{text-align:center;max-width:480px;margin:0 auto}.cta h2{margin:0 0 .5rem;font-size:1.75rem}.cta p{color:var(--muted);margin:0 0 1.5rem}.site-footer{border-top:1px solid var(--border)}.footer-inner{color:var(--muted);justify-content:space-between;align-items:center;padding:1.5rem 1.25rem;font-size:.9rem;display:flex}.footer-inner .app-link{color:var(--muted);text-decoration:none}@media (width<=480px){.hero{padding:3rem 0 2.5rem}.footer-inner{text-align:center;flex-direction:column;gap:.5rem}}
