.site-footer{padding:0 0 calc(var(--page-pad) + env(safe-area-inset-bottom));border-top:1px solid var(--outline)}.site-footer__inner{padding-top:var(--page-pad);gap:1rem;display:grid}.site-footer__inner .brand-logo{height:28px}.site-footer__links{flex-wrap:wrap;gap:.65rem 1.1rem;display:flex}.site-footer__links a{color:var(--on-surface-variant);font-size:.92rem;font-weight:500}.site-footer__links a:hover{color:var(--primary)}.site-footer__meta{color:var(--on-surface-variant);margin:0;font-size:.88rem}@media (width>=720px){.site-footer__inner{grid-template-columns:auto 1fr auto;align-items:center}.site-footer__inner .brand-logo{height:32px}.site-footer__links{justify-content:center;gap:.75rem 1.25rem}.site-footer__links a{font-size:.95rem}}.floating-header{--header-inline:clamp(1.5rem, 6vw, 5rem);z-index:40;pointer-events:none;transition:padding .4s cubic-bezier(.22,1,.36,1);position:fixed;top:0;left:0;right:0}.floating-header.is-top{--header-inline:clamp(1.55rem, 5vw, 3.35rem);padding:calc(2.65rem + env(safe-area-inset-top)) var(--header-inline) 0}@media (width<=759px){.floating-header.is-top{--header-inline:2.15rem;padding:calc(2.35rem + env(safe-area-inset-top)) var(--header-inline) 0}}.floating-header.is-top .floating-header__bar{pointer-events:auto;width:100%;max-width:none;min-height:48px;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:1px solid #0000;border-radius:0;align-items:center;gap:12px;margin-inline:0;padding:0;display:flex;transform:none}.floating-header.is-top.is-over-hero .floating-header__nav a{color:#ffffffe0}.floating-header.is-top.is-over-hero .floating-header__nav a:hover{color:#fff}.floating-header.is-top.is-over-hero .floating-header__cta{color:var(--primary-dark);background:#fff}.floating-header.is-top.is-over-hero .floating-header__cta:hover{color:var(--primary-dark);background:#f3f7ff}.floating-header.is-floating{--header-inline:clamp(1.75rem, 8vw, 6.5rem);padding:calc(1.15rem + env(safe-area-inset-top)) var(--header-inline) .7rem}.floating-header.is-floating .floating-header__bar{pointer-events:auto;border:1px solid var(--outline);background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(18px)saturate(1.2);border-radius:999px;align-items:center;gap:12px;width:100%;max-width:none;min-height:56px;margin-inline:0;padding:.4rem .5rem .4rem 1.05rem;animation:.35s cubic-bezier(.22,1,.36,1) both header-float-in;display:flex;transform:translateY(0);box-shadow:0 12px 36px #1e2c4a24}.floating-header__bar{transition:background .35s cubic-bezier(.22,1,.36,1),border-color .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1),border-radius .35s cubic-bezier(.22,1,.36,1),padding .35s cubic-bezier(.22,1,.36,1),min-height .35s cubic-bezier(.22,1,.36,1)}.floating-header__bar>a:first-child{align-items:center;line-height:0;display:inline-flex}.floating-header__bar .brand{align-items:center;line-height:0;display:flex}.floating-header__bar .brand-logo{width:auto;height:28px;margin:0;transition:height .3s;display:block}.floating-header.is-floating .floating-header__bar .brand-logo{height:26px}.floating-header__nav{flex:1;justify-content:center;gap:1.35rem;display:none}.floating-header__nav a{color:var(--on-surface-variant);font-size:.95rem;font-weight:500;transition:color .2s}.floating-header__nav a:hover{color:var(--on-surface)}.floating-header__cta{border-radius:999px;min-height:40px;margin-left:auto;padding-inline:1rem;font-size:.9rem;transition:background .15s,color .15s,min-height .3s}.floating-header.is-floating .floating-header__cta{min-height:38px}.floating-header__spacer{height:calc(4.75rem + env(safe-area-inset-top))}@keyframes header-float-in{0%{opacity:.7;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-color-scheme:dark){.floating-header.is-floating .floating-header__bar{box-shadow:0 14px 36px #0006}}@media (width>=760px){.floating-header{--header-inline:clamp(2.5rem, 7vw, 6rem)}.floating-header.is-top{--header-inline:clamp(2rem, 5.5vw, 4rem);padding:calc(2.9rem + env(safe-area-inset-top)) var(--header-inline) 0}.floating-header.is-floating{--header-inline:clamp(3rem, 10vw, 8rem);padding:calc(1.35rem + env(safe-area-inset-top)) var(--header-inline) .85rem}.floating-header.is-floating .floating-header__bar{min-height:60px;padding:.45rem .55rem .45rem 1.25rem}.floating-header__bar .brand-logo{height:32px}.floating-header.is-floating .floating-header__bar .brand-logo{height:28px}.floating-header__nav{display:flex}.floating-header__cta{min-height:44px;margin-left:0;padding-inline:1.15rem;font-size:.95rem}.floating-header.is-floating .floating-header__cta{min-height:42px}.floating-header__spacer{height:calc(5.5rem + env(safe-area-inset-top))}}@media (prefers-reduced-motion:reduce){.floating-header,.floating-header__bar,.floating-header__bar .brand-logo,.floating-header__cta,.floating-header.is-floating .floating-header__bar{transition:none;animation:none}}.support__action{align-items:end;display:flex}.support__action .btn{width:100%}@media (width>=760px){.support__action .btn{justify-self:end;width:auto;margin-left:auto}.support__action{justify-content:flex-end}}.download-page__hero{padding:0 0 var(--page-pad)}.download-page__hero-frame{padding-top:var(--page-pad);animation:.5s both soft-fade}.download-page__card{border-radius:var(--radius-lg);color:#fff;isolation:isolate;flex-direction:column;justify-content:flex-end;min-height:min(72svh,560px);display:flex;position:relative;overflow:hidden}.download-page__media{z-index:0;object-fit:cover;object-position:center;filter:brightness(.72);width:100%;height:100%;animation:1.45s cubic-bezier(.22,1,.36,1) both hero-zoom;position:absolute;inset:0;transform:scale(1.06)}.download-page__scrim{z-index:1;pointer-events:none;background:linear-gradient(#080e1c73 0%,#080e1c59 40%,#080e1cb8 70%,#080e1ce0 100%);animation:.9s both soft-fade;position:absolute;inset:0}.download-page__content{z-index:2;width:100%;padding:var(--page-pad);margin-top:auto;position:relative}.download-page__content>*{opacity:0;animation:.8s cubic-bezier(.22,1,.36,1) both rise}.download-page__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7;margin:0 0 .7rem;font-size:.8rem;font-weight:700;animation-delay:.14s}.download-page__card h1{letter-spacing:-.045em;max-width:12ch;margin:0;font-size:clamp(2.15rem,8vw,3.25rem);font-weight:700;line-height:1.05;animation-delay:.26s}.download-page__lede{color:#ffffffe6;max-width:36rem;margin:.85rem 0 0;font-size:1.05rem;line-height:1.5;animation-delay:.4s}.download-page__grid{margin-top:1.25rem}.download-page__platform{background:var(--background);border:1px solid var(--outline);border-radius:var(--radius-lg);align-content:start;gap:.45rem;min-height:100%;padding:1.35rem 1.2rem;transition:border-color .2s,background .2s,transform .15s;display:grid}.download-page__platform:hover{border-color:var(--primary);background:color-mix(in srgb, var(--background) 70%, var(--secondary-container));transform:translateY(-2px)}.download-page__platform-icon{background:var(--secondary-container);width:2.6rem;height:2.6rem;color:var(--primary-dark);border-radius:12px;place-items:center;margin-bottom:.35rem;display:grid}.download-page__platform .section-kicker{margin-bottom:.1rem}.download-page__platform h2{letter-spacing:-.03em;margin:0;font-size:1.25rem;font-weight:700}.download-page__platform-body{color:var(--on-surface-variant);margin:0 0 .35rem;font-size:.98rem;line-height:1.5}.download-page__platform-cta{pointer-events:none;justify-self:start;margin-top:.5rem}@media (width>=760px){.download-page__card{min-height:calc(100svh - (var(--page-pad) * 2));border-radius:24px}.download-page__content{padding:2.25rem 2.5rem}.download-page__card h1{font-size:clamp(2.5rem,4.5vw,3.5rem)}.download-page__lede{margin-top:1rem;font-size:1.1rem}.download-page__grid{margin-top:2rem}.download-page__platform{padding:1.6rem 1.4rem}}@media (prefers-reduced-motion:reduce){.download-page__platform:hover{transform:none}}@media (prefers-color-scheme:dark){.download-page__platform-icon{color:var(--primary)}}.about__lede{margin-top:0}@media (width>=760px){.about__side{align-items:end;padding-bottom:.2rem;display:flex}}.cta-band__panel{border-radius:var(--radius-lg);color:#fff;isolation:isolate;flex-direction:column;justify-content:flex-end;min-height:min(52svh,440px);display:flex;position:relative;overflow:hidden}.cta-band__panel.is-in .cta-band__media{animation:1.35s cubic-bezier(.22,1,.36,1) both hero-zoom}.cta-band__media{z-index:0;object-fit:cover;object-position:center;filter:brightness(.7);width:100%;height:100%;position:absolute;inset:0}.cta-band__scrim{z-index:1;pointer-events:none;background:linear-gradient(#080e1c59 0%,#080e1c80 45%,#080e1ce0 100%);position:absolute;inset:0}.cta-band__content{z-index:2;width:100%;padding:var(--page-pad);position:relative}.cta-band__kicker{letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7;margin:0 0 .7rem;font-size:.8rem;font-weight:700}.cta-band__content h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.1}.cta-band__content p{color:#ffffffe0;margin:.8rem 0 0;font-size:1.05rem;line-height:1.5}.cta-band__btn{color:var(--primary-dark);background:#fff;margin-top:1.35rem}.cta-band__btn:hover{color:var(--primary-dark);background:#f3f7ff}@media (width>=760px){.cta-band__panel{border-radius:24px;min-height:min(56svh,500px)}.cta-band__content{padding:2.25rem 2.5rem}}.download__grid{margin-top:1.25rem}.download__item{background:var(--background);border:1px solid var(--outline);border-radius:var(--radius-lg);align-content:start;gap:.45rem;min-height:100%;padding:1.35rem 1.2rem;display:grid}.download__icon{background:var(--secondary-container);width:2.6rem;height:2.6rem;color:var(--primary-dark);border-radius:12px;place-items:center;margin-bottom:.35rem;display:grid}.download__item h3{letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:700}.download__item p{color:var(--on-surface-variant);margin:0 0 .45rem;font-size:.98rem;line-height:1.5}.download__item .btn{justify-self:start;margin-top:.4rem}@media (width>=760px){.download__grid{margin-top:2rem}.download__item{padding:1.6rem 1.4rem}}@media (prefers-color-scheme:dark){.download__icon{color:var(--primary)}}.features__grid{margin-top:1.25rem}.feature-cell{background:var(--surface);border:1px solid var(--outline);border-radius:var(--radius-lg);align-content:start;gap:.55rem;min-height:100%;padding:1.35rem 1.2rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:grid}.feature-cell:hover{border-color:color-mix(in srgb, var(--outline) 55%, var(--primary));transform:translateY(-3px);box-shadow:0 14px 32px #1e2c4a14}.feature-cell__icon{background:var(--secondary-container);width:2.6rem;height:2.6rem;color:var(--primary-dark);border-radius:12px;place-items:center;margin-bottom:.35rem;display:grid}.feature-cell .section-kicker{margin-bottom:.15rem}.feature-cell h3{letter-spacing:-.03em;margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.feature-cell p:last-child{color:var(--on-surface-variant);margin:0;font-size:.98rem;line-height:1.55}@media (width>=760px){.features__grid{margin-top:2rem}.feature-cell{padding:1.6rem 1.4rem}}@media (prefers-reduced-motion:reduce){.feature-cell:hover{box-shadow:none;transform:none}}.hero{min-height:100svh;padding:0 0 var(--page-pad);flex-direction:column;display:flex}.hero__frame{padding-top:var(--page-pad);flex-direction:column;flex:1;animation:.5s both soft-fade;display:flex}.hero__card{color:#fff;isolation:isolate;border-radius:22px;flex-direction:column;flex:1;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.hero__media{z-index:0;object-fit:cover;object-position:center;filter:brightness(.72);width:100%;height:100%;animation:1.55s cubic-bezier(.22,1,.36,1) both hero-zoom;position:absolute;inset:0;transform:scale(1.07)}.hero__scrim{z-index:1;pointer-events:none;background:linear-gradient(#080e1c73 0%,#080e1c59 40%,#080e1cb8 70%,#080e1ce0 100%);animation:.9s both soft-fade;position:absolute;inset:0}.hero__content{z-index:2;padding:var(--page-pad);margin-top:auto;position:relative}.hero__content>*{opacity:0;animation:.8s cubic-bezier(.22,1,.36,1) both rise}.hero__content h1{letter-spacing:-.045em;max-width:11ch;margin:0;font-size:clamp(2.15rem,9vw,3.25rem);font-weight:700;line-height:1.05;animation-delay:.18s}.hero__content>p{color:#ffffffe6;margin:.7rem 0 0;font-size:1.05rem;animation-delay:.32s}.hero__cta{margin-top:1.6rem;animation-delay:.46s}.hero__cta .btn{width:100%}.hero .btn--primary{color:var(--primary-dark);background:#fff}.hero .btn--primary:hover{color:var(--primary-dark);background:#f3f7ff}@media (width>=640px){.hero__card{border-radius:24px}.hero__cta .btn{width:auto}}@media (width>=900px){.hero__media{object-position:center 40%}}.how__steps{margin:1.25rem 0 0;padding:0;list-style:none}.how__step{border-top:1px solid var(--outline);align-content:start;gap:.65rem;min-height:100%;padding:1.35rem 0 0;display:grid}.how__num{letter-spacing:.08em;color:var(--primary);font-size:.8rem;font-weight:700}.how__step h3{letter-spacing:-.03em;margin:0;font-size:1.3rem;font-weight:700}.how__step p{color:var(--on-surface-variant);margin:0;font-size:1rem;line-height:1.55}@media (width>=760px){.how__steps{margin-top:2rem}.how__step{padding-top:1.5rem}}.not-found{text-align:center;place-content:center;justify-items:center;gap:.75rem;min-height:100svh;padding:2rem 1.25rem;display:grid}.not-found__code{letter-spacing:-.05em;color:var(--primary);margin:1rem 0 0;font-size:4.5rem;font-weight:700;line-height:1}.not-found h1{margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.legal{padding-block:calc(var(--section-y) * .75) var(--section-y)}.legal__head{margin-bottom:2.5rem}.legal__updated{color:var(--on-surface-variant);margin-top:.75rem;font-size:.875rem}.legal__body{max-width:76ch}.legal__body h2{margin:2.5rem 0 .75rem;font-size:1.375rem;line-height:1.3}.legal__body h2:first-child{margin-top:0}.legal__body p,.legal__body li{color:var(--on-surface-variant);font-size:1rem;line-height:1.7}.legal__body p{margin:0 0 .875rem}.legal__body ul{margin:0 0 .875rem;padding-left:1.375rem}.legal__body li{margin-bottom:.5rem}.legal__body a{color:var(--primary);text-underline-offset:3px;text-decoration:underline}@media (width<=720px){.legal__body h2{margin-top:2rem;font-size:1.1875rem}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary:#276cff;--primary-dark:#1b4fd1;--on-primary:#fff;--secondary:#1e2c4a;--on-secondary:#fff;--secondary-container:#d9ebff;--on-secondary-container:#1e2c4a;--tertiary:#22c55e;--background:#edf6ff;--surface:#fff;--surface-variant:#e4eefa;--on-surface:#1e2c4a;--on-surface-variant:#5a6b8c;--outline:#c4d5ec;--input-bg:#f8fbff;--topbar-bg:#ffffffeb;--auth-hero-start:#1b4fd1;--auth-hero-end:#276cff;--radius:14px;--radius-lg:22px;--topbar:76px;--max:none;--page-pad:1.15rem;--section-y:4rem;--grid-gap:1.25rem}@media (width>=760px){:root{--topbar:88px;--page-pad:1.5rem;--section-y:5.5rem;--grid-gap:1.5rem}}@media (width>=1120px){:root{--page-pad:2rem;--section-y:6.5rem;--grid-gap:1.75rem}}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--primary:#5b8dff;--primary-dark:#276cff;--on-primary:#0b1b3d;--secondary:#afc6ee;--on-secondary:#132038;--secondary-container:#1a2030;--on-secondary-container:#edf6ff;--tertiary:#4ade80;--background:#000;--surface:#12161f;--surface-variant:#1a2030;--on-surface:#edf6ff;--on-surface-variant:#94a7cc;--outline:#2a3142;--input-bg:#1a2030;--topbar-bg:#12161feb;--auth-hero-start:#000;--auth-hero-end:#276cff}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);min-width:320px;color:var(--on-surface);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}#root{min-height:100svh}.shell{width:100%;max-width:var(--max);padding-inline:var(--page-pad);box-sizing:border-box;margin-inline:auto}.section{padding-block:var(--section-y)}.section--tight{padding-block:calc(var(--section-y) * .75)}.section--surface{background:var(--surface);border-block:1px solid var(--outline)}.section--muted{background:var(--surface-variant)}.layout-grid,.grid-3,.grid-2{gap:var(--grid-gap);grid-template-columns:1fr;display:grid}@media (width>=760px){.layout-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.span-5{grid-column:span 5}.span-6{grid-column:span 6}.span-7{grid-column:span 7}.span-8{grid-column:span 8}.span-12{grid-column:1/-1}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.section-kicker{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;font-size:.8rem;font-weight:700}.section-title{letter-spacing:-.04em;margin:0;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:700;line-height:1.1}.section-lede{color:var(--on-surface-variant);max-width:38rem;margin:.9rem 0 0;font-size:1.05rem;line-height:1.55}.section-head{margin-bottom:.25rem}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.65rem 1.15rem;font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.btn--primary{background:var(--primary);color:var(--on-primary)}.btn--primary:hover{background:var(--primary-dark)}.btn--secondary{background:var(--secondary-container);color:var(--on-secondary-container)}.btn--secondary:hover{background:color-mix(in srgb, var(--secondary-container) 70%, var(--primary) 30%)}.btn--ghost{background:var(--surface);color:var(--on-surface);border-color:var(--outline)}.btn--ghost:hover{border-color:var(--primary);color:var(--primary-dark)}.btn--muted{background:var(--surface-variant);color:var(--on-surface-variant);pointer-events:none}.btn--muted:hover{transform:none}.brand{align-items:center;line-height:0;display:inline-flex}.brand-logo{width:auto;height:32px;margin:0;display:block}.brand .logo-on-dark{display:none}@media (prefers-color-scheme:dark){.brand:not(.brand-forced-light) .logo-on-light{display:none}.brand:not(.brand-forced-light) .logo-on-dark{display:block}}.brand-forced-dark .logo-on-light{display:none}.brand-forced-dark .logo-on-dark{display:block}.brand-forced-light .logo-on-dark{display:none}.brand-forced-light .logo-on-light{display:block}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-zoom{0%{transform:scale(1.07)}to{transform:scale(1)}}@keyframes soft-fade{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;filter:blur();transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(28px)}.reveal.is-in{opacity:1;transform:none}.reveal--stagger>*{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(22px)}.reveal--stagger.is-in>:first-child{opacity:1;transition-delay:40ms;transform:none}.reveal--stagger.is-in>:nth-child(2){opacity:1;transition-delay:.12s;transform:none}.reveal--stagger.is-in>:nth-child(3){opacity:1;transition-delay:.2s;transform:none}.reveal--stagger.is-in>:nth-child(4){opacity:1;transition-delay:.28s;transform:none}.reveal--stagger.is-in>:nth-child(5){opacity:1;transition-delay:.36s;transform:none}.reveal--stagger.is-in>:nth-child(6){opacity:1;transition-delay:.44s;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.reveal--stagger>*{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}.hero__frame,.hero__media,.hero__content>*,.download-page__hero-frame,.download-page__media,.download-page__content>*{animation:none!important}}
