html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{margin:0}:root{--bg:#fff;--bg-soft:#f3f8ff;--bg-muted:#e9f1fb;--fg:#0f1a2c;--fg-dim:#5b6b82;--accent:#0a84ff;--accent-dark:#0866cc;--border:#d8e3f1;--shadow-sm:0 1px 2px #0f1a2c0f;--shadow-md:0 4px 16px #0f1a2c14;--shadow-lg:0 12px 40px #0f1a2c1f}*{box-sizing:border-box}html,body,#root{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.nav{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#ffffffeb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.brand{align-items:center;gap:.6rem;font-weight:700;display:flex}.brand-icon{border-radius:7px;width:32px;height:32px}.brand-name{letter-spacing:.2px;font-size:1.1rem}.nav-links a{color:var(--fg-dim);margin-left:1.25rem;font-size:.95rem}.nav-links a:hover{color:var(--fg);text-decoration:none}@media (width<=540px){.nav-links{display:none}}main{max-width:1080px;margin:0 auto;padding:0 1.5rem}.hero{text-align:center;padding:4rem 0 3.5rem}.hero-icon{width:96px;height:96px;box-shadow:var(--shadow-md);border-radius:22px;margin:0 auto 1.5rem}.hero h1{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.25rem);line-height:1.1}.lede{max-width:620px;color:var(--fg-dim);margin:0 auto 2rem;font-size:1.1rem}.hint{color:var(--fg-dim);margin-top:1rem;font-size:.85rem}.store-row{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.store-btn{text-decoration:none;transition:transform 80ms,box-shadow .15s;display:inline-block}.store-btn:hover{box-shadow:var(--shadow-md);text-decoration:none;transform:translateY(-1px)}.badge{color:#fff;min-width:200px;height:56px;box-shadow:var(--shadow-sm);background:#000;border:1px solid #000;border-radius:10px;align-items:center;gap:.7rem;padding:.7rem 1.1rem;display:inline-flex}.badge-text{text-align:left;flex-direction:column;line-height:1.1;display:flex}.badge-line1{letter-spacing:.04em;opacity:.85;font-size:.7rem}.badge-line2{letter-spacing:-.01em;font-size:1.15rem;font-weight:600}.badge.is-coming-soon{background:#1c2538}.store-btn.is-primary .badge{outline:2px solid var(--accent);outline-offset:2px}.features{text-align:center;padding:3rem 0 4rem}.features h2,.screenshots h2,.cta-bottom h2{letter-spacing:-.01em;margin:0 0 2rem;font-size:clamp(1.5rem,3vw,2rem)}.feature-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.feature{background:var(--bg-soft);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:border-color .15s,transform 80ms}.feature:hover{border-color:var(--accent);transform:translateY(-2px)}.feature-icon{margin-bottom:.75rem;font-size:1.6rem}.feature h3{margin:0 0 .5rem;font-size:1.05rem}.feature p{color:var(--fg-dim);margin:0;font-size:.95rem}.screenshots{text-align:center;padding:3rem 0 4rem}.screenshot-row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem;display:flex}.screenshot{text-align:center;max-width:320px;margin:0}.screenshot img{width:100%;box-shadow:var(--shadow-lg);border-radius:24px}.screenshot figcaption{color:var(--fg-dim);margin-top:.75rem;font-size:.9rem;font-weight:500}.cta-bottom{text-align:center;background:var(--bg-soft);border-radius:20px;margin:2rem 0 4rem;padding:3rem 1.5rem 4rem}.cta-bottom p{color:var(--fg-dim);max-width:480px;margin:0 auto 2rem}.footer{border-top:1px solid var(--border);background:var(--bg);padding:1.5rem}.footer-inner{max-width:1080px;color:var(--fg-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin:0 auto;font-size:.9rem;display:flex}
