:root{font-family:Poppins,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:4px}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#101728;color:#fff}#root{min-height:100vh}:root{--footer-max-width: 1120px;--footer-accent-color: rgba(31, 242, 242, .78);--footer-border-color: rgba(255, 255, 255, .12);--app-header-height: clamp(1.5rem, 2.5vw, 3.25rem)}.app{min-height:100vh;display:flex;flex-direction:column;color:#f4f3ff}.app__main{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.app__sections{flex:1;display:flex;flex-direction:column}.app__section{position:relative;flex:0 0 auto;min-height:90vh;width:100%;padding:clamp(3.15rem,4vw,4.5rem) clamp(1.25rem,3.5vw,3.5rem);padding-top:calc(var(--app-header-height) + clamp(2.75rem,6vw,4.5rem));display:flex;align-items:center;justify-content:center;box-sizing:border-box;isolation:isolate;overflow:hidden}.app__content{width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(3rem,6vw,5rem);padding:calc(var(--app-header-height) + clamp(2rem,6vw,6rem)) clamp(1.5rem,4vw,4rem) clamp(6rem,10vw,8rem);box-sizing:border-box}.app__content--legal{gap:clamp(3rem,6vw,4rem);padding-top:calc(var(--app-header-height) + clamp(2.5rem,7vw,3.5rem))}.app__footer{padding:clamp(1.5rem,4vw,2.5rem) clamp(1.5rem,4vw,4rem);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;color:#fffc;font-weight:500;letter-spacing:.04em}.footer-section{scroll-snap-align:end;height:auto}.app__footer-brand{text-transform:uppercase;letter-spacing:.12em}.app__footer-link{color:inherit;font-weight:600;text-decoration:none}.app__footer-link--button{background:none;border:none;padding:0;font:inherit;cursor:pointer}.app__footer-link--button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:4px}.app__footer-link:hover,.app__footer-link:focus-visible{color:#fff}.app__footer-separator{font-size:1.1rem;opacity:.6}@media (max-width: 720px){.app__section{min-height:75vh;padding-top:2rem}}.hero{display:flex;gap:clamp(1.75rem,4vw,2.75rem);justify-content:center}.hero__layout{display:grid;gap:clamp(2rem,4vw,3rem);align-items:stretch;justify-items:stretch;grid-template-columns:minmax(0,1fr)}.hero__card{padding:clamp(2.5rem,6vw,4rem);padding-bottom:clamp(2rem,2vw,4rem);display:flex;flex-direction:column;gap:5rem;text-align:left;width:45%}@keyframes baseline{0%{transform:translateY(8rem);opacity:1}to{transform:translateY(0);opacity:1}}.hero__card__text.reveal>*{opacity:0;animation:baseline 3s cubic-bezier(.2,.8,.2,1) both}.hero__card__text{display:flex;flex-direction:column;gap:1rem;overflow:hidden}.hero__img{width:40%;background:radial-gradient(circle,#2bd99e,#264c4aa3 50%,#101728 70%);border-radius:50%;height:100%;align-self:center}img{width:100%}.hero__title{margin:0;font-size:clamp(2.5rem,5vw,7rem);line-height:1.1;animation:baseline 3s cubic-bezier(.2,.8,.2,1) both}.hero__subtitle{margin:0;font-size:1.05rem;line-height:1.6;color:#ffffffd9;font-weight:700;animation:baseline 3s cubic-bezier(.2,.8,.2,1) both}.hero__description{margin:0;font-size:1rem;line-height:1.7;color:#ffffffc7;animation:baseline 3s cubic-bezier(.2,.8,.2,1) both}.hero__preview{position:relative;border-radius:clamp(2rem,4vw,2.5rem);min-height:clamp(240px,40vw,420px);background:radial-gradient(circle at 30% 30%,#ffe0ff,#fff0) 0 0 / 100% 100%,linear-gradient(160deg,#5440c6cc,#151145b3);border:1px solid rgba(255,255,255,.25);box-shadow:0 40px 60px #100c4059;display:flex;align-items:center;justify-content:center;width:100%;max-width:min(100%,520px);justify-self:center;overflow:hidden}.hero__preview:before{content:"";width:clamp(180px,40%,260px);height:clamp(180px,40%,260px);border-radius:50%;border:12px solid rgba(255,255,255,.25);border-top-color:#ffe45e;border-right-color:#fff9;transform:rotate(-35deg);box-shadow:inset 0 0 24px #fff3}@media (min-width: 900px){.hero__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(3rem,5vw,4rem)}.hero__preview{min-height:clamp(320px,36vw,520px);max-width:520px}}@media (max-width: 720px){.hero__card{padding:clamp(2rem,8vw,3rem);width:auto}.hero{flex-wrap:wrap}}.cta_download{background-color:#2bd99e;color:#101728;padding:1.5rem 4rem;width:min-content;border:none;border-radius:40px;font-size:1.4rem;font-weight:700;white-space:nowrap;cursor:pointer}.cta_download:hover{background-color:#101728;color:#2bd99e;border:2px solid #2bd99e}.who-we-are{width:min(70vw,100%);display:flex;flex-direction:column;align-items:stretch;gap:5vh;overflow:hidden}.who-we-are__title{margin:0;font-size:clamp(2.5rem,4vw,6rem);letter-spacing:-.01em;text-align:center;line-height:clamp(2rem,6vw,6rem)}.who-we-are__highlighted{color:#27db9e}.who-we-are__content{display:grid;gap:1.15rem}.who-we-are.reveal .who-we-are__title,.who-we-are.reveal .who-we-are__content{opacity:0;transform:translateY(4rem)}.who-we-are.reveal.is-visible .who-we-are__title{animation:baseline .9s cubic-bezier(.2,.8,.2,1) both}.who-we-are.reveal.is-visible .who-we-are__content{animation:baseline .9s cubic-bezier(.2,.8,.2,1) both;animation-delay:.14s}.who-we-are__paragraph{margin:0;font-size:1.5rem;line-height:1.75;color:#ffffffd1;transition:transform .52s ease,opacity .52s ease;will-change:transform,opacity;text-align:center}@media (max-width: 720px){.who-we-are__title{letter-spacing:normal;line-height:normal}.who-we-are__paragraph{font-size:1rem}}.features{width:min(1040px,100%);display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,4rem)}.features__status{padding:.2rem 0 0;border-radius:999px;font-size:.75rem;letter-spacing:.5em;text-transform:uppercase;width:100%}.coming__soon__section{display:flex;gap:2rem;justify-content:space-evenly;flex-wrap:wrap;height:90vh}.coming__soon__feature__card{width:40%;height:auto}@keyframes baselineLeft{0%{transform:translate(-8rem);opacity:1}to{transform:translate(0);opacity:1}}@keyframes baselineRight{0%{transform:translate(8rem);opacity:1}to{transform:translate(0);opacity:1}}.content__container.reveal .content__text{opacity:0;transform:translate(-8rem)}.content__container__reverse.reveal .content__text{opacity:0;transform:translate(8rem)}.content__container.reveal.is-visible .content__text{animation:baselineLeft .9s cubic-bezier(.2,.4,.2,.8) both}.content__container__reverse.reveal.is-visible .content__text{animation:baselineRight .9s cubic-bezier(.2,.4,.2,.8) both}.content__container__reverse.reveal .content__img{opacity:0;transform:translate(-8rem)}.content__container.reveal .content__img{opacity:0;transform:translate(8rem)}.content__container.reveal.is-visible .content__img{animation:baselineLeft .9s cubic-bezier(.2,.4,.2,.8) both}.content__container__reverse.reveal.is-visible .content__img{animation:baselineRight .9s cubic-bezier(.2,.4,.2,.8) both}.content__container{width:100%;height:90vh;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.content__container__reverse{flex-direction:row-reverse}.content__text{width:40%}.content__title{font-size:clamp(2.5rem,3.5vw,5rem);color:#2bd99e;line-height:clamp(1.5rem,4vw,5rem)}.content__description{font-size:1.5rem}.content__img{width:45%}.content__img img{border-radius:20px;box-shadow:8px 8px 15px #000000ac}@media (max-width: 720px){.content__container{flex-wrap:wrap;height:auto;min-height:70vh}.content__text,.content__img{width:auto}.content__description{font-size:1rem}}.scroll-to-top-button{position:fixed;bottom:clamp(1.25rem,5vw,2.75rem);right:clamp(1rem,5vw,2.5rem);width:4.5rem;height:4.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);background:#ffffff1a;color:#fff;cursor:pointer;box-shadow:0 4px 20px #0a153566,inset 0 1px 1px #ffffff4d,inset 0 -2px 6px #1ff2f21a;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(16px) scale(.95);z-index:1000}.scroll-to-top-button:hover,.scroll-to-top-button:focus-visible{transform:translateY(0) scale(1.05);box-shadow:0 14px 28px #0a15358c}.scroll-to-top-button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:4px}.scroll-to-top-button__icon{font-size:1.5rem;line-height:1}.scroll-to-top-button--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}@media (max-width: 600px){.scroll-to-top-button{bottom:clamp(1.5rem,8vw,2.25rem);right:clamp(.75rem,6vw,1.75rem);width:3rem;height:3rem}.scroll-to-top-button__icon{font-size:1.35rem}}.legal-section{width:min(990px,100%);margin:0 auto}.legal-section__card{position:relative;padding:clamp(2.75rem,6vw,4.5rem);background:linear-gradient(145deg,#ffffff24,#ffffff0d) no-repeat;border-radius:clamp(2rem,5vw,3rem);border:1px solid rgba(255,255,255,.25);box-shadow:0 30px 60px #0a123066;overflow:hidden}.legal-section__card:before{content:"";position:absolute;inset:-35% auto auto -10%;width:clamp(280px,55%,420px);aspect-ratio:4 / 3;background:radial-gradient(ellipse at center,#ffa3dccc,#ffa3dc73 40%,#ffa3dc00 70%);filter:blur(.5px);transform:rotate(-8deg);z-index:0}.legal-section__badge{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffd2f0,#ffa6e0);color:#35215a;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border-radius:999px;padding:.35rem 1.1rem;font-size:.8rem;box-shadow:0 10px 20px #ff7fc459}.legal-section__meta{position:relative;z-index:1;margin-top:clamp(1.5rem,4vw,2rem)}.legal-section__title{margin:0 0 .6rem;font-size:clamp(2rem,5vw,3rem);line-height:1.15}.legal-section__updated{margin:0;color:#ffffffb3;font-weight:500}.legal-section__notice{position:relative;z-index:1;margin-top:clamp(2rem,5vw,2.75rem);padding:clamp(1.5rem,4vw,2.25rem);border-radius:clamp(1.5rem,4vw,2rem);background:#ffffff24;border:1px solid rgba(255,255,255,.25);color:#2a1c4b;font-weight:500;line-height:1.6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.legal-section__notice p{margin:0;color:#b5accae5}.legal-section__content{position:relative;z-index:1;margin-top:clamp(2rem,5vw,2.75rem);gap:1.25rem;color:#ffffffe6;line-height:1.7}.legal-section__content p{margin:0;font-size:14px}@media (max-width: 720px){.legal-section{margin-top:clamp(3rem,12vw,4rem)}.privacy-policy div table tr th,.privacy-policy div table tr td{padding:20px 10px}}table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;font-family:sans-serif;box-shadow:2px 4px 12px #0003;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}th,td{text-align:left;padding:20px 18px;vertical-align:center;font-size:14px}th{font-weight:700;background-color:#000c}tr:nth-child(2n){background-color:#101728}tr:nth-child(odd){background-color:#10252333}.logo{border:none;background:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;width:90px;height:90px}.logo:hover,.logo:focus-visible{color:#ffe8ff}.logo img{display:block}.app-header{--app-header-blur: 10px;top:0;left:10;right:0;display:flex;align-items:center;justify-content:space-between;width:100%;padding:2rem clamp(2rem,6vw,5rem) 1rem;min-height:var(--app-header-height, 5rem);transition:background-color .22s ease,backdrop-filter .22s ease,opacity .22s ease,box-shadow .22s ease;z-index:100;isolation:isolate;overflow:hidden;gap:1vw}.logo{display:flex;width:auto}.logo img{width:auto}.nav .nav__link{background:transparent;border:none;color:#fff;font-size:1rem;cursor:pointer}.nav .nav__link:hover{color:#2bd99e}.app-header:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.65;transition:opacity .22s ease;z-index:-1}@media (max-width: 720px){.app-header{flex-direction:column;align-items:center;min-height:auto;padding:clamp(2rem,4.5vw,4.5rem) clamp(1.5rem,4vw,4rem)}}.footer{margin-top:auto;color:#ffffffeb;padding-bottom:10vh}.footer__inner{max-width:var(--footer-max-width);margin:0 auto;padding:clamp(3rem,7vw,5rem) clamp(1.5rem,5vw,4rem);display:flex;gap:clamp(2.5rem,6vw,4rem);overflow:hidden}.footer__inner.reveal .footer__text{opacity:0;transform:translate(-8rem)}.footer__inner.reveal.is-visible .footer__text{animation:baselineLeft .9s cubic-bezier(.2,.4,.2,.8) both}.footer__cta{display:flex;flex-direction:row;gap:1rem;text-align:left;background-color:#fff;border-radius:10px;padding:0 .75rem;border:none}.footer__cta:hover{border:2px solid white;cursor:pointer}.footer__cta p{color:#000;margin:.5rem;line-height:18px}.footer__eyebrow{margin:0;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;color:var(--footer-accent-color)}.footer__title{margin:0;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:#fff}.footer__subtitle{margin:0;font-size:1rem;color:#ffffffbf;line-height:1.6}.footer__badges{display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-top:.5rem}.footer__badges-label{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80}.footer__badge-list{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.footer__badge{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.3rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);color:#fff9;font-weight:600;font-size:.9rem;min-width:140px;background:#ffffff0d}.footer__input{flex:1 1 auto;padding:.9rem 1.2rem;border-radius:999px;border:1px solid transparent;background:#fff3;color:#132631;font-size:1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.footer__input::placeholder{color:#13263199}.footer__input:focus{outline:none;border-color:#ffffffb3;box-shadow:0 0 0 4px #ffffff4d}.footer__input--error{border-color:#ff5780e6;box-shadow:0 0 0 2px #ff578040}.footer__button{border-radius:50px;border:none;background:linear-gradient(135deg,#10caca,#0fb2b2);color:#12343b;font-weight:700;padding:.9rem 1.8rem;cursor:pointer;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out}.footer__button:hover,.footer__button:focus-visible{transform:translateY(-1px);box-shadow:0 12px 24px #06292959}.footer__feedback{min-height:1.25rem}.footer__message{margin:0;font-size:.95rem;color:#ffffffad}.footer__message--error{color:#ffd7e5}.footer__message--success{color:#d4ffe4}.footer__base{display:flex;gap:clamp(1.5rem,4vw,2.5rem);flex-direction:column;justify-content:space-between;align-items:flex-start;width:45%;overflow:hidden}.footer__brand{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;justify-content:center}.footer__brand:hover{cursor:pointer}.footer__brand-copy{display:flex;flex-direction:column;gap:.25rem}.footer__brand-name{font-size:1.5rem;font-weight:700}.footer__brand-tagline{font-size:.95rem;color:#ffffffa6}.footer__nav{display:grid;gap:1.5rem}.footer__link-group{display:flex;flex-direction:column;gap:.75rem;align-items:center}.footer__link-title{margin:0;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3}.footer__link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;align-items:center}.footer__link-item{display:flex}.footer__link{background:none;border:none;padding:0;font:inherit;color:#ffffffc7;cursor:pointer;transition:color .15s ease-in-out}.footer__link:hover,.footer__link:focus-visible{color:#fff}.footer__copyright{margin:0;text-align:center;font-size:.9rem;color:#fff9}.button__container.reveal{overflow:hidden}.button__container.reveal.is-visible .apple_icon{animation:baselineLeft .6s cubic-bezier(.2,.4,.2,.8) both}.button__container.reveal.is-visible .button_text{animation:baseline .6s cubic-bezier(.2,.4,.2,.8) both;animation-delay:90ms}@media (min-width: 640px){.footer__cta{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.footer__cta-info{text-align:left;align-items:flex-start}.footer__badges{align-items:flex-start}.footer__form{text-align:left}.footer__form-controls{flex-direction:row;align-items:center}.footer__button{flex:0 0 auto}.footer__base{flex-direction:column;justify-content:space-between;align-items:flex-start;width:45%}.footer__base h1{margin-top:0;color:#27db9e}.footer__brand{flex-direction:row;text-align:left;align-items:flex-start;width:45%;justify-content:flex-start}.footer__brand img{width:5rem;height:5rem}.footer__link-group,.footer__link-list{align-items:flex-start}}@media (min-width: 960px){.footer__inner{gap:clamp(3rem,4vw,4.5rem)}.footer__nav{column-gap:3rem}}
