:root{--color-text:#ecedee;--color-background:#292929;--color-surface:#333;--color-surface-selected:#3a3a3a;--color-text-secondary:#9ba1a6;--color-primary:#6e92ff;--color-tint:#6e92ff;--color-tint-text:#0b1220;--color-border:#3d3d3d;--color-danger:#e5484d;--gradient-brand:linear-gradient(90deg, #638dff, #82efad);--font-display:"Spline Sans", Inter, ui-sans-serif, system-ui, sans-serif;--radius:16px;--max-width:920px;--header-height:64px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-display);color:var(--color-text);background:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(70% 45% at 50% -10%,#6e92ff1a,#0000 55%);margin:0;font-size:16px;font-weight:500;line-height:1.5}@media (width>=860px){body{background-attachment:fixed}}#root{min-height:100vh}a{color:var(--color-tint);text-underline-offset:3px;font-weight:600;text-decoration-thickness:1.5px}a:hover{color:var(--color-text)}button,input,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__header{z-index:10;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#2929299e;border-bottom:1px solid #ffffff0f;position:sticky;top:0;box-shadow:inset 0 1px #ffffff14}.layout__header:after{content:"";pointer-events:none;background:linear-gradient(#29292959,#0000);height:24px;position:absolute;bottom:-24px;left:0;right:0}.layout__header-inner{z-index:1;max-width:var(--max-width);padding:10px 16px;padding-top:max(10px, env(safe-area-inset-top));justify-content:space-between;align-items:center;gap:12px 16px;min-height:56px;margin:0 auto;display:flex;position:relative}@media (width>=640px){.layout__header-inner{min-height:var(--header-height);gap:16px 24px;padding:12px 20px}}.layout__brand{color:var(--color-text);align-items:center;gap:10px;text-decoration:none;transition:transform .1s ease-out;display:inline-flex}.layout__brand:hover{color:var(--color-text)}.layout__brand:active{transform:scale(.97)}.layout__brand-mark{object-fit:contain;border-radius:9px;width:32px;height:32px;display:block}.layout__brand-name{letter-spacing:-.02em;font-size:1rem;font-weight:700}@media (width>=640px){.layout__brand-name{font-size:1.125rem}}.layout__nav{flex-wrap:nowrap;align-items:center;gap:4px 8px;display:flex}.layout__nav-link{color:var(--color-text-secondary);border-radius:8px;padding:8px 10px;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,transform .1s ease-out,opacity .12s}.layout__nav-link:hover{color:var(--color-text)}.layout__nav-link:active{opacity:.85;transform:scale(.97)}.layout__nav-cta{background:var(--gradient-brand);min-height:40px;color:var(--color-tint-text);letter-spacing:-.01em;white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;margin-left:0;padding:8px 14px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:transform .1s ease-out,opacity .12s,filter .15s;display:inline-flex}@media (width>=640px){.layout__nav-cta{min-height:36px;margin-left:4px;padding:8px 16px;font-size:.875rem}}.layout__nav-cta:hover{color:var(--color-tint-text);filter:brightness(1.06)}.layout__nav-cta:active{opacity:.92;transform:scale(.97)}.layout__main{flex:1;width:100%;padding:0 0 40px}@media (width>=640px){.layout__main{padding:0 0 64px}}.layout__footer{border-top:1px solid var(--color-border);background:var(--color-surface)}.layout__footer-inner{max-width:var(--max-width);padding:20px 16px calc(20px + env(safe-area-inset-bottom));margin:0 auto}@media (width>=640px){.layout__footer-inner{padding:24px 20px}}.layout__footer-brand{letter-spacing:-.02em;margin:0 0 4px;font-weight:700}.layout__footer-meta{color:var(--color-text-secondary);margin:0;font-size:.875rem}.layout__footer-links{flex-wrap:wrap;gap:8px 16px;margin-top:12px;display:flex}.layout__footer-links a{color:var(--color-text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,transform .1s ease-out}.layout__footer-links a:hover,.layout__footer-links a.active{color:var(--color-text)}.layout__footer-links a:active{transform:scale(.97)}@media (width<=640px){.layout__nav-link{display:none}.layout__nav-cta{margin-left:0}}@media (prefers-reduced-transparency:reduce){.layout__header{background:var(--color-background);-webkit-backdrop-filter:none}.layout__header:after{display:none}}.home{flex-direction:column;display:flex}.home__reveal{opacity:1;transform:none}@media (prefers-reduced-motion:no-preference){.home__reveal{opacity:0;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transform:translateY(12px)}.home__reveal--visible{opacity:1;transform:translateY(0)}}.home__hero{background:radial-gradient(ellipse 80% 55% at 50% 0%, #6e92ff24, transparent 62%), linear-gradient(180deg, #242424 0%, var(--color-background) 100%);justify-content:center;align-items:center;min-height:0;padding:48px 20px 40px;display:flex;position:relative;overflow:hidden}.home__hero:after{content:"";background:linear-gradient(180deg, transparent, var(--color-background));pointer-events:none;height:56px;position:absolute;inset:auto 0 0}.home__hero-inner{z-index:1;width:100%;max-width:var(--max-width);place-items:center;gap:0;margin:0 auto;display:grid;position:relative}.home__hero-copy{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:22rem;display:flex}.home__title{letter-spacing:-.04em;background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.75rem,11vw,3.5rem);font-weight:700;line-height:1.02}.home__lede{max-width:22rem;color:var(--color-text-secondary);letter-spacing:0;margin:0;font-size:1.0625rem;font-weight:500;line-height:1.5}.home__hero-actions{flex-direction:column;align-items:stretch;gap:10px;width:100%;margin-top:8px;display:flex}.home__hero-device{display:none}@media (width>=860px){.home__hero{background:radial-gradient(ellipse 55% 50% at 85% 40%, #6e92ff1f, transparent 60%), linear-gradient(180deg, #242424 0%, var(--color-background) 100%);justify-content:flex-start;min-height:min(92vh,860px);padding:40px 20px 56px}.home__hero:after{height:80px}.home__hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);justify-items:stretch;gap:48px}.home__hero-copy{text-align:left;align-items:flex-start;gap:18px;max-width:28rem}.home__title{letter-spacing:-.045em;font-size:clamp(3rem,9vw,4.75rem)}.home__lede{letter-spacing:-.01em;max-width:26rem;font-size:1.125rem;line-height:1.45}.home__hero-actions{flex-flow:wrap;align-items:center;gap:12px;width:auto;margin-top:4px}.home__hero-device{justify-self:end;width:min(100%,320px);margin-right:-8px;display:block}}.home__hero-device img{border-radius:28px;width:100%;height:auto;display:block;box-shadow:0 0 0 1px #ffffff14,0 28px 56px #00000073}@media (prefers-reduced-motion:no-preference){.home__hero-copy{animation:.8s cubic-bezier(.22,1,.36,1) both home-hero-rise}.home__hero-device{animation:.8s cubic-bezier(.22,1,.36,1) .1s both home-hero-rise}}@keyframes home-hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.home__content{width:100%;max-width:var(--max-width);flex-direction:column;gap:56px;margin:0 auto;padding:8px 20px;display:flex}@media (width>=860px){.home__content{gap:88px;padding:16px 20px 24px}}.home__section-head{margin-bottom:24px}@media (width>=860px){.home__section-head{margin-bottom:32px}}.home__section-title{letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(1.5rem,5vw,2.125rem);font-weight:600;line-height:1.15}.home__section-lede{max-width:36rem;color:var(--color-text-secondary);margin:0;font-size:1rem;font-weight:500;line-height:1.5}@media (width>=860px){.home__section-lede{font-size:1.0625rem}}#features,#how-it-works,#get-the-app{scroll-margin-top:76px}@media (width>=640px){#features,#how-it-works,#get-the-app{scroll-margin-top:calc(var(--header-height) + 24px)}}.home__problem-list{border-top:1px solid var(--color-border);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.home__problem{border-bottom:1px solid var(--color-border);grid-template-columns:auto 1fr;gap:16px 18px;padding:22px 0;display:grid}.home__problem-icon{width:36px;height:36px;color:var(--color-primary);justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.home__problem-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.home__problem-title{letter-spacing:-.02em;margin:0 0 6px;font-size:1.125rem;font-weight:600;line-height:1.3}.home__problem-body{color:var(--color-text-secondary);margin:0;font-size:.9875rem;font-weight:500}.home__bridge{border-top:1px solid var(--color-border);flex-direction:column;gap:10px;margin-top:40px;padding-top:32px;display:flex}.home__bridge-title{letter-spacing:-.03em;margin:0;font-size:1.5rem;font-weight:600;line-height:1.2}.home__bridge-body{max-width:36rem;color:var(--color-text-secondary);margin:0;font-size:1.0625rem;font-weight:500}.home__spotlight{gap:32px;margin:0 0 40px;padding:0;list-style:none;display:grid}@media (width>=720px){.home__spotlight{grid-template-columns:repeat(3,1fr);gap:28px}}.home__spotlight-item{flex-direction:column;gap:10px;display:flex}.home__spotlight-icon{width:40px;height:40px;color:var(--color-primary);justify-content:center;align-items:center;display:inline-flex}.home__spotlight-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:26px;height:26px}.home__spotlight-title{letter-spacing:-.02em;margin:0;font-size:1.1875rem;font-weight:600}.home__spotlight-body{color:var(--color-text-secondary);margin:0;font-size:.9875rem;font-weight:500}.home__feature-more{border-top:1px solid var(--color-border);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.home__feature-more-item{border-bottom:1px solid var(--color-border);gap:4px 24px;padding:16px 0;display:grid}@media (width>=640px){.home__feature-more-item{grid-template-columns:minmax(10rem,14rem) 1fr;align-items:baseline}}.home__feature-more-title{letter-spacing:-.01em;margin:0;font-size:.9875rem;font-weight:600}.home__feature-more-body{color:var(--color-text-secondary);margin:0;font-size:.9375rem;font-weight:500}.home__audience-list{border-top:1px solid var(--color-border);gap:0;margin:0;padding:0;list-style:none;display:grid}@media (width>=720px){.home__audience-list{grid-template-columns:1fr 1fr}.home__audience-item:nth-child(odd){padding-right:28px}.home__audience-item:nth-child(2n){border-left:1px solid var(--color-border);padding-left:28px}}.home__audience-item{border-bottom:1px solid var(--color-border);grid-template-columns:auto 1fr;gap:14px 16px;padding:22px 0;display:grid}.home__audience-icon{width:32px;height:32px;color:var(--color-primary);justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.home__audience-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.home__audience-title{letter-spacing:-.015em;margin:0 0 4px;font-size:1.0625rem;font-weight:600}.home__audience-body{color:var(--color-text-secondary);margin:0;font-size:.9375rem;font-weight:500}.home__steps{gap:28px;margin:0;padding:0;list-style:none;display:grid}@media (width>=720px){.home__steps{grid-template-columns:repeat(3,1fr);gap:32px}}.home__step{flex-direction:column;gap:14px;display:flex}.home__step-num{width:32px;height:32px;color:var(--color-primary);letter-spacing:-.02em;background:#6e92ff1f;border:1px solid #6e92ff66;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:inline-flex}.home__step-title{letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:600}.home__step-body{color:var(--color-text-secondary);margin:0;font-size:.9875rem;font-weight:500}.home__download{border-radius:calc(var(--radius) + 4px);background:linear-gradient(145deg, #638dff38 0%, #82efad0f 42%, transparent 78%), var(--color-surface);scroll-margin-top:calc(var(--header-height) + 24px);border:1px solid #6e92ff47;flex-wrap:wrap;align-items:flex-start;gap:24px 32px;padding:36px 28px;display:flex}.home__download-mark img{object-fit:contain;border-radius:22px;width:96px;height:96px;display:block;box-shadow:0 12px 28px #00000047}.home__download-copy{flex-direction:column;flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.home__download-kicker{letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin:0;font-size:.8125rem;font-weight:600}.home__download-title{letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,3.5vw,1.875rem);font-weight:600;line-height:1.15}.home__download-body{max-width:36rem;color:var(--color-text-secondary);margin:0;font-size:1.0625rem;font-weight:500}.home__get-app{width:100%;scroll-margin-top:calc(var(--header-height) + 24px);margin-top:8px}.home__get-app-note{max-width:36rem;color:var(--color-text-secondary);margin:0 0 14px;font-size:.875rem;font-weight:500}.home__store{flex-wrap:wrap;gap:12px;display:flex}.home__store-btn{cursor:pointer;min-width:220px;min-height:56px;font:inherit;text-align:left;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;padding:10px 20px 10px 14px;text-decoration:none;transition:background .15s,transform .1s ease-out,opacity .12s,border-color .15s,filter .15s;display:inline-flex}.home__store-btn:hover{filter:brightness(1.04)}.home__store-btn:active{opacity:.9;transform:scale(.97)}.home__store-btn-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.home__store-btn-icon svg{fill:currentColor;width:28px;height:28px}.home__store-btn-copy{flex-direction:column;align-items:flex-start;gap:2px;line-height:1.15;display:flex}.home__store-btn-kicker{letter-spacing:.04em;text-transform:uppercase;opacity:.78;font-size:.6875rem;font-weight:600}.home__store-btn-name{font-size:1.0625rem;font-weight:600}.home__store-btn--apple{background:var(--gradient-brand);color:var(--color-tint-text);border-color:#0000}.home__store-btn--apple:hover{color:var(--color-tint-text)}.home__store-btn--android{background:var(--color-background);color:var(--color-text);border-color:var(--color-border)}.home__store-btn--android:hover{background:var(--color-surface-selected);color:var(--color-text);filter:none;border-color:#6e92ff73}@media (width<=560px){.home__store-btn{width:100%;min-width:0}.home__download{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:28px 20px}.home__download-mark img{border-radius:18px;width:72px;height:72px}.home__download-copy{align-items:center}.home__download-body,.home__get-app-note{text-align:center}.home__bridge{margin-top:28px;padding-top:24px}.home__bridge-title{font-size:1.25rem}.home__problem{gap:12px 14px;padding:18px 0}.home__spotlight{gap:28px;margin-bottom:28px}.home__steps{gap:22px}}.home__cta-button{background:var(--gradient-brand);min-height:52px;color:var(--color-tint-text);letter-spacing:-.01em;border:0;border-radius:999px;justify-content:center;align-items:center;padding:14px 22px;font-weight:600;text-decoration:none;transition:transform .1s ease-out,opacity .12s,filter .15s;display:inline-flex}.home__cta-button:hover{color:var(--color-tint-text);filter:brightness(1.06)}.home__cta-button:active{opacity:.92;transform:scale(.97)}.home__cta-secondary{min-height:52px;color:var(--color-text);letter-spacing:-.01em;background:0 0;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;padding:14px 18px;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s,transform .1s ease-out,opacity .12s;display:inline-flex}.home__cta-secondary:hover{color:var(--color-text);background:#ffffff0a;border-color:#6e92ff73}.home__cta-secondary:active{opacity:.9;transform:scale(.97)}@media (width>=860px){.home__cta-button,.home__cta-secondary{min-height:48px;padding-top:12px;padding-bottom:12px}}.home__cards{gap:10px;display:grid}@media (width>=720px){.home__cards{grid-template-columns:repeat(3,1fr)}}.home__card{color:inherit;border-radius:var(--radius);border:1px solid var(--color-border);background:0 0;flex-direction:column;gap:8px;padding:20px;text-decoration:none;transition:border-color .15s,background .15s,transform .1s ease-out,opacity .12s;display:flex}.home__card:hover{color:inherit;background:#ffffff08;border-color:#6e92ff59}.home__card:active{opacity:.92;transform:scale(.98)}.home__card-title{letter-spacing:-.015em;margin:0;font-size:1.0625rem;font-weight:600}.home__card-body{color:var(--color-text-secondary);flex:1;margin:0;font-size:.9375rem;font-weight:500}.home__card-cta{color:var(--color-tint);margin-top:8px;font-size:.875rem;font-weight:600}.legal{max-width:var(--max-width);margin:0 auto;padding:32px 20px 0}.legal__header{background:var(--color-surface);border-radius:var(--radius);border:1px solid #6e92ff59;margin-bottom:32px;padding:28px 24px}.legal__eyebrow{color:var(--color-text-secondary);letter-spacing:.02em;margin:0 0 8px;font-size:.875rem;font-weight:700}.legal__title{letter-spacing:-.03em;margin:0 0 8px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;line-height:1.2}.legal__subtitle{color:var(--color-text-secondary);max-width:42rem;margin:0}.legal__updated{background:var(--color-surface-selected);color:var(--color-primary);border-radius:999px;margin:16px 0 0;padding:6px 12px;font-size:.8125rem;font-weight:600;display:inline-block}.legal__body{flex-direction:column;gap:16px;display:flex}.legal__section{background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border);padding:24px}.legal__section-title{letter-spacing:-.01em;margin:0 0 12px;font-size:1.125rem;font-weight:700}.legal__section-body{color:var(--color-text)}.legal__section-body p{color:var(--color-text-secondary);margin:0 0 12px}.legal__section-body p:last-child{margin-bottom:0}.legal__section-body ul{color:var(--color-text-secondary);margin:0 0 12px;padding-left:1.25rem}.legal__section-body li{margin-bottom:6px}.legal__section-body li:last-child,.legal__section-body ul:last-child{margin-bottom:0}.support__email-link{margin:4px 0 8px;font-size:1.0625rem;display:inline-block}.support__actions{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.support__button{border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-background);min-height:48px;color:var(--color-text);justify-content:center;align-items:center;padding:12px 20px;font-weight:600;text-decoration:none;transition:background .15s,transform .12s,opacity .12s;display:inline-flex}.support__button:hover{color:var(--color-text);background:var(--color-surface-selected);transform:translateY(-1px)}.support__button:active{opacity:.9;transform:scale(.97)}.support__button--primary{background:var(--color-primary);color:var(--color-tint-text);border-color:#0000}.support__button--primary:hover{color:var(--color-tint-text);background:#8aa6ff}
