:root{--indigo:#4f46e5;--indigo-dark:#3730a3;--ink:#0f172a;--muted:#64748b;--bg-muted:#f5f5fc;--border:#e6e6f2;--radius:16px}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:#fff;color:#0f172a;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0}img{display:block;max-width:100%}a{color:inherit}.page{display:flex;flex-direction:column;min-height:100vh}.site-header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffe6;border-bottom:1px solid #e6e6f2;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-header__inner{justify-content:space-between;margin:0 auto;max-width:1080px;padding:14px 20px}.brand,.site-header__inner{align-items:center;display:flex}.brand{font-size:1.25rem;font-weight:800;gap:8px;letter-spacing:-.02em;text-decoration:none}.brand__logo{height:28px;width:28px}.btn{align-items:center;border:1px solid #0000;border-radius:999px;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;padding:12px 24px;text-decoration:none}.btn--primary{background:#4f46e5;background:var(--indigo);color:#fff}.btn--primary:hover{background:#3730a3;background:var(--indigo-dark)}.btn--ghost{background:#0000;border-color:#e6e6f2;border-color:var(--border);color:#0f172a;color:var(--ink)}.btn--small{font-size:.9rem;padding:8px 16px}.hero{margin:0 auto;max-width:1080px;padding:56px 20px 48px}.hero__grid{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1.1fr 1fr}.hero__text{text-align:left}.hero h1{font-size:clamp(2.1rem,5vw,3.1rem);letter-spacing:-.02em;line-height:1.08;margin:0 0 16px}.hero__subtitle{color:#64748b;color:var(--muted);font-size:1.05rem;line-height:1.6;margin:0 0 28px;max-width:520px}.hero__image{display:flex;justify-content:center}.phone-mockup{border:6px solid #0f172a;border:6px solid var(--ink);border-radius:28px;box-shadow:0 24px 48px -16px #0f172a59;max-height:560px;width:auto}.stat-row{color:#64748b;color:var(--muted);font-size:.9rem;font-weight:600;gap:10px 20px;margin-top:24px}.downloads,.stat-row{display:flex;flex-wrap:wrap}.downloads{gap:20px}.download-col{align-items:stretch;display:flex;flex-direction:column;gap:10px;width:168px}.store-badge-img{height:auto;width:100%}.qr-mini{background:#fff;border:1px solid #e6e6f2;border:1px solid var(--border);border-radius:12px;display:flex;justify-content:center;line-height:0;padding:8px}.section{margin:0 auto;max-width:1080px;padding:56px 20px;width:100%}.section--muted{background:#f5f5fc;background:var(--bg-muted)}.section--cta,.section__title{text-align:center}.section__title{font-size:clamp(1.5rem,4vw,2rem);letter-spacing:-.01em;margin:0 0 32px}.feature-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card{border:1px solid #e6e6f2;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);padding:24px}.feature-card__icon{font-size:1.6rem;margin-bottom:12px}.feature-card h3{font-size:1.05rem;margin:0 0 8px}.feature-card p{color:#64748b;color:var(--muted);font-size:.95rem;line-height:1.5;margin:0}.problem{text-align:center}.problem__body{color:#64748b;color:var(--muted);font-size:1.05rem;line-height:1.6;margin:0 auto;max-width:640px}.whofor-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.whofor-card{background:#fff;border:1px solid #e6e6f2;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);padding:24px}.whofor-card h3{font-size:1rem;margin:0 0 8px}.whofor-card p{color:#64748b;color:var(--muted);font-size:.95rem;line-height:1.5;margin:0}.chip-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.chip{background:#f5f5fc;background:var(--bg-muted);border-radius:999px;color:#3730a3;color:var(--indigo-dark);font-size:.9rem;font-weight:600;padding:8px 18px}.how-it-works{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:32px}.chip--step{background:#fff;border:1px solid #e6e6f2;border:1px solid var(--border);color:#64748b;color:var(--muted);font-weight:500}.screenshot-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.screenshot-card{margin:0;text-align:center}.screenshot-card img{border:1px solid #e6e6f2;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);margin:0 auto 12px;max-height:560px}.screenshot-card figcaption{color:#64748b;color:var(--muted);font-size:.9rem}.site-footer{border-top:1px solid #e6e6f2;border-top:1px solid var(--border);margin-top:auto}.site-footer__inner{align-items:center;color:#64748b;color:var(--muted);display:flex;flex-wrap:wrap;font-size:.9rem;gap:12px;justify-content:space-between;margin:0 auto;max-width:1080px;padding:24px 20px}.site-footer__links{display:flex;gap:20px}.site-footer__links a{text-decoration:none}.site-footer__links a:hover{text-decoration:underline}.legal{line-height:1.6;max-width:680px}.legal h1{margin-bottom:4px}.legal h2{font-size:1.1rem;margin-top:32px}@media (max-width:860px){.hero__grid{gap:32px;grid-template-columns:1fr}.hero__text{text-align:center}.hero__subtitle{margin:0 auto 28px}.downloads,.stat-row{justify-content:center}.phone-mockup{max-height:420px}}@media (max-width:480px){.section{padding:40px 16px}.downloads{align-items:center;flex-direction:column}}
/*# sourceMappingURL=main.9152f06b.css.map*/