:root{--indigo: #4f46e5;--indigo-dark: #4338ca;--violet: #7c3aed;--gradient-start: #c83bff;--gradient-end: #3f8cff;--text: #f8fafc;--text-muted: #9ca3af;--surface: #09090f;--card: #121225;--border: rgba(255, 255, 255, .12);--shadow: 0 24px 48px -12px rgba(17, 24, 39, .7);--radius: 16px;--radius-lg: 24px;font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:500;color:var(--text);background:var(--surface);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 0%,rgba(124,58,237,.22),transparent 35%),radial-gradient(circle at 90% 15%,rgba(63,140,255,.2),transparent 35%),var(--surface);color:var(--text)}#root{min-height:100vh}a{color:inherit;text-decoration:none}.app{min-height:100vh;display:flex;flex-direction:column;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px}.site-header{position:sticky;top:0;z-index:10;background:#06060ce0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.site-nav{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.125rem;letter-spacing:-.02em;color:#fff}.logo__mark{width:36px;height:36px;border-radius:10px;display:block;object-fit:cover;border:1px solid rgba(255,255,255,.2)}.hero{max-width:1100px;margin:0 auto;padding:4rem 1.5rem 4.5rem}.hero--video{position:relative;isolation:isolate;overflow:hidden;max-width:none;margin:0;padding:0}.hero__video-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero__video{width:100%;height:100%;object-fit:cover;object-position:center}.hero__video-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#09090fb8,#09090fe0)}.hero__shell{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:4rem 1.5rem 4.5rem}@media(prefers-reduced-motion:reduce){.hero__video{display:none}.hero__video-scrim{background:var(--surface)}}.hero__content{text-align:left}.hero--video .hero__content{margin-bottom:2.5rem}.hero__eyebrow{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#a5b4fc;margin-bottom:1rem}.hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 1.25rem;max-width:min(100%,22rem)}.hero__title span{background:linear-gradient(135deg,#a78bfa,#60a5fa);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__lead{font-size:1.125rem;color:var(--text-muted);max-width:36rem;margin:0 0 2rem;line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.store-badge-link{display:inline-flex;align-items:center;border-radius:10px;line-height:0}.store-badge{width:auto;height:auto;display:block}.store-badge--app{width:184px}.store-badge--play{width:206px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:999px;font-weight:700;font-size:.9375rem;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.btn:active{transform:scale(.98)}.btn--primary{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:#fff;box-shadow:0 8px 24px #3f8cff59}.btn--primary:hover{box-shadow:0 12px 32px #c83bff59}.btn--secondary{background:#0f172a73;color:#dbeafe;border:1px solid rgba(167,139,250,.35)}.btn--secondary:hover{border-color:#a78bfa;background:#0f172abf}.btn--play{color:#e8f5e9;border-color:#2e7d328c;background:#1b5e2059}.btn--play:hover{border-color:#66bb6a;background:#1b5e208c}.nav-links{display:flex;gap:1.25rem;margin-right:1rem}.nav-links a{font-size:.85rem;color:#d1d5db}.nav-links a:hover{color:#fff}.hero-highlights{display:flex;gap:2rem;align-items:flex-start;border-top:1px solid rgba(255,255,255,.12);padding-top:1.35rem}.hero-highlights div{display:grid;gap:.2rem}.hero-highlights strong{font-size:2rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#a78bfa,#60a5fa);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-highlights span{font-size:.85rem;color:#cbd5e1}.section{padding:4rem 1.5rem}.section--alt{background:#080813e0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section__inner{max-width:1100px;margin:0 auto}.section__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;text-align:center;margin:0 0 .75rem}.section__subtitle{text-align:center;color:var(--text-muted);font-size:1.0625rem;max-width:36rem;margin:0 auto 2.5rem;line-height:1.6}.feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.feature-card{background:#1118278c;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.35rem;box-shadow:0 4px 20px #02061766;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:#a78bfa73;box-shadow:var(--shadow)}.feature-card__icon{font-size:1.75rem;line-height:1;margin-bottom:.75rem}.feature-card__title{font-size:1.125rem;font-weight:800;margin:0 0 .5rem;letter-spacing:-.02em}.feature-card__text{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.steps{display:grid;gap:1.5rem;max-width:720px;margin:0 auto}.step{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:start}.step__num{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:#fff;font-weight:800;font-size:1.125rem;display:grid;place-items:center;flex-shrink:0}.step__title{font-size:1.125rem;font-weight:800;margin:0 0 .35rem}.step__text{margin:0;color:var(--text-muted);font-size:.9375rem;line-height:1.55}.site-footer{margin-top:auto;padding:2rem 1.5rem;border-top:1px solid var(--border);background:#06060ceb;text-align:center;font-size:.875rem;color:var(--text-muted)}.site-footer a{color:#a5b4fc;font-weight:600}.site-footer__entity{margin-top:.75rem;font-size:.8125rem;color:var(--text-muted)}@media(max-width:900px){.hero__content{text-align:center}.hero__title,.hero__lead{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero-highlights{justify-content:center;flex-wrap:wrap}}@media(max-width:640px){.hero__shell{padding-top:2.5rem}.site-header__inner{padding-inline:1rem}.nav-links{display:none}.site-nav{margin-left:auto}.section{padding:3rem 1.25rem}}.legal-page{flex:1;padding:2.5rem 1.5rem 3rem}.legal-page__inner{max-width:42rem;margin:0 auto}.legal-page__meta{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#a5b4fc;letter-spacing:-.01em}.legal-page__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;letter-spacing:-.03em;margin:0 0 .5rem;line-height:1.2}.legal-page__updated{margin:0 0 2.25rem;font-size:.9375rem;color:var(--text-muted)}.legal-section{margin-bottom:1.75rem}.legal-section h2{font-size:1.125rem;font-weight:800;margin:0 0 .65rem;letter-spacing:-.02em;color:#e5e7eb}.legal-section p,.legal-section li{font-size:.9375rem;color:var(--text-muted);line-height:1.65}.legal-section p{margin:0 0 .75rem}.legal-section ul{margin:0 0 .5rem;padding-left:1.25rem}.legal-section li{margin-bottom:.5rem}.legal-section li strong{color:#d1d5db;font-weight:700}.legal-page__link{color:#a5b4fc;font-weight:600;text-decoration:underline;text-underline-offset:3px}.legal-page__link:hover{color:#c4b5fd}.legal-page__back{margin:2.5rem 0 0;font-size:.9375rem}.legal-page__back a{color:#a5b4fc;font-weight:600}.legal-page__back a:hover{color:#c4b5fd}
