@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:200 800;src:url(/static/media/Manrope-Variable.2868b9ae6b61fedf5072.ttf) format("truetype")}:root{--color-background:#fafaf8;--color-surface:#fff;--color-text:#171717;--color-text-muted:#6b6b6b;--color-border:#e8e8e5;--color-accent:#e9a23b;--color-primary:var(--color-text);--color-on-primary:var(--color-background);--radius-control:12px;--radius-surface:20px;--radius-device:28px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:72px;--content-max:1240px;--page-gutter:clamp(20px,5vw,40px);--shadow-soft:0 1px 2px #1717170d,0 10px 28px -14px #1717172e;--shadow-lift:0 2px 6px #1717170f,0 34px 70px -30px #17171752;--ease:cubic-bezier(0.33,1,0.68,1);color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--color-background:#121211;--color-surface:#1c1c1b;--color-text:#fafaf8;--color-text-muted:#a8a8a3;--color-border:#2f2f2c;--shadow-soft:0 1px 2px #0006,0 10px 28px -14px #0009;--shadow-lift:0 2px 6px #00000073,0 34px 70px -30px #000000bf}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-synthesis-weight:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafaf8;background-color:var(--color-background);color:#171717;color:var(--color-text);font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;margin:0;overflow-x:hidden}@supports (overflow:clip){body{overflow-x:clip}}img{display:block;height:auto;max-width:100%}figure,h1,h2,h3,ol,p,ul{margin:0}a{color:inherit}:focus-visible{border-radius:4px;outline:2px solid #171717;outline:2px solid var(--color-text);outline-offset:3px}::selection{background-color:#e9a23b47;color:#171717;color:var(--color-text)}.sr-only{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.page{margin-inline:auto;max-width:var(--content-max);padding-inline:var(--page-gutter)}.brand{align-items:center;display:inline-flex;gap:calc(var(--mark-size)*.3)}.brand__mark{height:var(--mark-size);width:var(--mark-size)}@media (prefers-color-scheme:dark){.brand__mark{filter:invert(1)}}.brand__wordmark{font-size:calc(var(--mark-size)*.58);font-weight:700;letter-spacing:-.02em;line-height:1}.button{align-items:center;border:1px solid #0000;border-radius:var(--radius-control);cursor:pointer;display:inline-flex;font:inherit;font-size:15.5px;font-weight:600;gap:var(--space-sm);height:52px;justify-content:center;letter-spacing:.1px;padding-inline:24px;text-decoration:none;transition:transform .18s var(--ease),box-shadow .18s var(--ease),border-color .18s var(--ease);white-space:nowrap}.button--primary{background-color:var(--color-primary);color:var(--color-on-primary)}.button--primary:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.button--primary:active{box-shadow:none;transform:scale(.985)}.button--compact{font-size:14.5px;height:42px;padding-inline:18px}.text-link{font-size:14px;font-weight:600;padding:var(--space-sm) var(--space-xs);text-decoration:none}.text-link:hover{text-decoration:underline;text-decoration-color:var(--color-accent);text-decoration-thickness:2px;text-underline-offset:4px}.icon-button{align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-control);color:var(--color-text-muted);display:inline-flex;height:44px;justify-content:center;transition:color .18s var(--ease),border-color .18s var(--ease),transform .18s var(--ease);width:44px}.icon-button:hover{border-color:var(--color-text);color:var(--color-text);transform:translateY(-1px)}.social-links{display:flex;gap:var(--space-sm)}.store-badges{display:flex;flex-wrap:wrap;gap:var(--space-sm) 12px}.store-badge{align-items:center;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-control);color:var(--color-text);display:inline-flex;gap:10px;height:52px;padding-inline:18px;text-decoration:none;transition:border-color .18s var(--ease),transform .18s var(--ease),box-shadow .18s var(--ease)}.store-badge:hover{border-color:var(--color-text);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.store-badge:active{transform:none}.store-badge[aria-disabled=true]{cursor:default}.store-badge__logo{flex:none}.store-badge__text{display:flex;flex-direction:column;line-height:1.15;text-align:left}.store-badge__kicker{color:var(--color-text-muted);font-size:11px;font-weight:500;letter-spacing:.02em}.store-badge__name{font-size:15px;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.site-header{background-color:var(--color-background);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:20}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) or (-webkit-backdrop-filter:blur(1px)){.site-header{backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);background-color:color-mix(in srgb,var(--color-background) 84%,#0000)}}.site-header__inner{align-items:center;display:flex;gap:var(--space-md);height:68px;justify-content:space-between;margin-inline:auto;max-width:var(--content-max);padding-inline:var(--page-gutter)}.site-header__brand{display:inline-flex;text-decoration:none}@media (max-width:600px){.site-header__inner{height:60px}}.hero{grid-gap:clamp(40px,6vw,64px);align-items:center;display:grid;gap:clamp(40px,6vw,64px);padding-block:clamp(36px,6vh,64px) clamp(56px,9vh,96px)}@media (min-width:1000px){.hero{gap:clamp(48px,6vw,88px);grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}}.hero__title{font-size:clamp(2.25rem,5.4vw,3.875rem);font-weight:700;letter-spacing:-.035em;line-height:1.05}.hero__lead{color:var(--color-text-muted);font-size:clamp(1.0625rem,1.4vw,1.1875rem);margin-top:var(--space-lg);max-width:46ch}.hero__actions{align-items:flex-start;display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-xl)}.hero__devices{min-width:0}.device-pair{align-items:center;display:grid;grid-template-columns:repeat(12,1fr)}.device-pair__back{grid-area:1/1/2/8;transform:translateY(-16px) scale(.9);z-index:1}.device-pair__front{grid-area:1/6/2/13;z-index:2}.phone{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-device);box-shadow:var(--shadow-lift);overflow:hidden}.phone__screen{object-fit:cover;width:100%}.browser{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-surface);box-shadow:var(--shadow-lift);overflow:hidden}.browser__bar{align-items:center;border-bottom:1px solid var(--color-border);display:flex;height:44px;justify-content:center;padding-inline:var(--space-md)}.browser__url{background-color:var(--color-background);border-radius:var(--radius-control);color:var(--color-text-muted);font-size:12.5px;max-width:100%;overflow:hidden;padding:4px 14px;text-overflow:ellipsis;white-space:nowrap}.browser__screen{object-fit:cover;width:100%}.how{padding-block:clamp(56px,8vw,96px)}.section-title{font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:700;letter-spacing:-.025em;line-height:1.14}.section-lead{color:var(--color-text-muted);font-size:clamp(1rem,1.3vw,1.0938rem);margin-top:var(--space-md);max-width:58ch}.how__header .section-title{max-width:18ch}.steps{grid-gap:var(--space-xl) clamp(24px,4vw,56px);display:grid;gap:var(--space-xl) clamp(24px,4vw,56px);list-style:none;margin-top:clamp(40px,6vw,64px);padding:0}@media (min-width:768px){.steps{grid-template-columns:1.08fr 1fr 1fr}}.step{border-top:1px solid var(--color-border);padding-top:var(--space-lg)}.step__verb{font-size:1.375rem;font-weight:700;letter-spacing:-.015em}.step__line{color:var(--color-text-muted);margin-top:var(--space-sm);max-width:30ch}.showcase{padding-block:clamp(24px,4vw,40px) clamp(56px,8vw,96px)}.showcase__header .section-title{max-width:16ch}.showcase__stage{align-items:center;display:flex;flex-direction:column;gap:var(--space-lg);margin-top:clamp(32px,4vw,56px)}.showcase__phone{width:min(58%,240px)}@media (min-width:768px){.showcase__stage{grid-gap:0;align-items:end;display:grid;gap:0;grid-template-columns:repeat(24,1fr)}.showcase__browser{grid-area:1/1/2/21;z-index:1}.showcase__phone{grid-area:1/17/2/25;width:auto;z-index:2}}@media (min-width:1100px){.showcase__browser{grid-area:1/1/2/20}.showcase__phone{grid-area:1/18/2/25}}.final-cta{padding-block:clamp(24px,4vw,40px) clamp(72px,10vw,120px)}.final-cta__panel{align-items:center;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-surface);display:flex;flex-direction:column;padding:clamp(40px,6vw,80px) clamp(24px,5vw,64px);text-align:center}.final-cta__panel .section-title{max-width:22ch}.final-cta__panel .section-lead{max-width:46ch}.final-cta__actions{align-items:center;display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-xl)}.final-cta__actions .store-badges{justify-content:center}.site-footer{border-top:1px solid var(--color-border)}.site-footer__inner{gap:var(--space-lg);justify-content:space-between;margin-inline:auto;max-width:var(--content-max);padding:clamp(28px,4vw,40px) var(--page-gutter)}.site-footer__identity,.site-footer__inner{align-items:center;display:flex;flex-wrap:wrap}.site-footer__identity{gap:var(--space-md)}.site-footer__copyright{color:var(--color-text-muted);font-size:13px}.site-footer__links{align-items:center;display:flex;gap:var(--space-md)}@media (prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.is-revealed .reveal{opacity:1;transform:none}.is-revealed .reveal+.reveal{transition-delay:.1s}.fade-up{animation:fade-up-in .55s var(--ease) forwards;opacity:0}.fade-up--1{animation-delay:.02s}.fade-up--2{animation-delay:.1s}.fade-up--3{animation-delay:.18s}.fade-up--4{animation-delay:.1s}}@keyframes fade-up-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=main.8644ce3a.css.map*/