:root{--purple:#7c3aed;--purple-mid:#6d28d9;--purple-dark:#4c1d95;--purple-bg:#f5f3ff;--purple-border:rgba(124,58,237,0.18);--text:#0f172a;--text-muted:#64748b;--border:rgba(15,23,42,0.1);--font:var(--font-inter,"Inter",system-ui,-apple-system,sans-serif);--radius:16px;--radius-sm:10px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:#fafafa;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(-1.5deg)}50%{transform:translateY(-20px) rotate(1.5deg)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}@keyframes pillPulse{0%,to{box-shadow:0 0 0 0 rgba(124,58,237,.35)}60%{box-shadow:0 0 0 10px rgba(124,58,237,0)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease var(--reveal-delay,0s),transform .65s ease var(--reveal-delay,0s)}.reveal.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.heroContent>*,.heroIcon,.heroPill,.heroVisual,.reveal{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}}.container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,6vw,80px)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:14px clamp(20px,6vw,80px);background:rgba(250,250,250,.88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav,.navBrand{display:flex;align-items:center}.navBrand{gap:10px;font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.navLogo{border-radius:8px}.navLinks{display:flex;align-items:center;gap:20px}.navSupportLink{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .15s}.navSupportLink:hover{color:var(--text)}.navCta{background:var(--purple);color:#fff;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;padding:10px 20px;transition:background .2s,transform .15s,box-shadow .2s}.navCta:hover{background:var(--purple-mid);transform:translateY(-1px);box-shadow:0 6px 20px rgba(124,58,237,.3)}.btn{display:inline-flex;align-items:center;background:var(--purple);color:#fff;border:2px solid transparent;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;padding:14px 28px;cursor:pointer;font-family:var(--font);transition:background .2s,transform .15s,box-shadow .2s}.btn:hover{background:var(--purple-mid);transform:translateY(-2px);box-shadow:0 10px 28px rgba(124,58,237,.35)}.btn.ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn.ghost:hover{background:rgba(15,23,42,.05);box-shadow:none;transform:translateY(-1px)}.singlePage{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,440px);align-items:center;grid-gap:48px;gap:48px;min-height:calc(100vh - 65px);padding:80px clamp(20px,6vw,80px) 40px}.spBlob{position:absolute;top:-15%;right:-8%;width:60%;aspect-ratio:1;background:radial-gradient(circle,rgba(139,92,246,.15) 0,transparent 68%);border-radius:50%;pointer-events:none}.spContent>*{animation:fadeInUp .75s ease both}.spContent .eyebrow{animation-delay:0s}.spContent .spHeading{animation-delay:80ms}.spContent .spLede{animation-delay:.16s}.spContent .featureList{animation-delay:.24s}.spContent .spBadges{animation-delay:.32s}.spHeading{font-size:clamp(2.6rem,5.5vw,4.6rem);line-height:1.06;letter-spacing:-.04em;font-weight:800;margin-top:4px}.spLede{margin-top:20px;font-size:clamp(.95rem,1.6vw,1.1rem);color:var(--text-muted);max-width:500px;line-height:1.7}.featureList{list-style:none;margin-top:24px;display:flex;flex-direction:column;gap:10px}.featureItem{display:flex;align-items:center;gap:10px;font-size:.92rem;color:var(--text);line-height:1.4}.featureDot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:var(--purple);opacity:.7}.spBadges{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:32px}.spStoreBadge{display:block;height:54px;width:auto}.spVisual{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease .35s both}.heroScoreCard{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:0 24px 64px rgba(15,23,42,.11);width:100%;max-width:320px;margin-bottom:20px}.heroScoreCardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px}.heroScoreCardEyebrow{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.heroScoreCardNum{font-size:3rem;font-weight:800;letter-spacing:-.06em;line-height:1;color:var(--purple)}.heroScoreCardRight{display:flex;flex-direction:column;align-items:flex-end;gap:6px;padding-top:6px}.heroScoreCardBar{width:100px;height:6px;background:var(--purple-bg);border-radius:99px;overflow:hidden}.heroScoreCardFill{height:100%;background:var(--purple);border-radius:99px}.heroScoreCardOf{font-size:.68rem;color:var(--text-muted);font-weight:500}.heroScoreCardRows{display:flex;flex-direction:column;gap:0}.heroScoreRow{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted)}.heroScoreRowVal{font-weight:700;color:var(--text)}.heroMascotFloat{position:absolute;top:-44px;right:-16px;filter:drop-shadow(0 8px 20px rgba(109,40,217,.2));animation:float 5s ease-in-out infinite}.heroBlob{position:absolute;top:-15%;right:-8%;width:60%;aspect-ratio:1;background:radial-gradient(circle,rgba(139,92,246,.15) 0,transparent 68%);border-radius:50%;pointer-events:none}.eyebrow{display:inline-block;color:var(--purple);background:var(--purple-bg);border:1px solid var(--purple-border);border-radius:100px;font-size:.75rem;font-weight:700;letter-spacing:.09em;padding:6px 14px;margin-bottom:24px;text-transform:uppercase}h1{font-size:clamp(2.8rem,6vw,5.2rem);line-height:1.06;letter-spacing:-.04em;font-weight:800}.lede{margin-top:24px;font-size:clamp(1rem,2vw,1.2rem);color:var(--text-muted);max-width:520px;line-height:1.7}.heroActions{flex-wrap:wrap;gap:12px;margin-top:36px}.heroActions,.heroVisual{display:flex;align-items:center}.heroVisual{position:relative;justify-content:center;animation:fadeInUp .8s ease .4s both}.heroIcon{width:min(280px,90%);border-radius:22%;filter:drop-shadow(0 28px 56px rgba(109,40,217,.28))}.heroIcon,.heroIconTransparent{height:auto;animation:float 5s ease-in-out infinite}.heroIconTransparent{width:min(300px,90%);filter:drop-shadow(0 24px 48px rgba(109,40,217,.22))}.heroTipPill{position:absolute;bottom:-16px;right:-12px;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;box-shadow:0 8px 32px rgba(15,23,42,.12);animation:slideInRight .75s ease .9s both,pillPulse 3s ease-in-out 2s infinite}.heroTipIcon,.heroTipPill{display:flex;align-items:center}.heroTipIcon{flex-shrink:0;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--purple-bg);color:var(--purple)}.heroTipPill>div{display:flex;flex-direction:column;gap:2px}.heroTipLabel{display:block;font-size:.64rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em}.heroTipAction{display:block;font-size:.82rem;font-weight:700;color:var(--purple);white-space:nowrap}.featuresSection{background:var(--purple-bg);padding:104px 0}.featuresHead{max-width:640px;margin-bottom:56px}.sectionEyebrow{display:block;color:var(--purple);font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.sectionEyebrow.light{color:rgba(196,181,253,.85)}.sectionHeading{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-.04em;line-height:1.1}.accentHighlight{color:var(--purple)}.featureGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.featureGrid4{grid-template-columns:repeat(2,1fr)}.featureCard{height:100%;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:32px;transition:transform .25s ease,box-shadow .25s ease}.featureCard:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(15,23,42,.1)}.featureIconWrap{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--purple-bg);border:1px solid var(--purple-border);border-radius:12px;color:var(--purple);margin-bottom:20px}.featureCard h3{font-size:1.05rem;font-weight:700;letter-spacing:-.02em;margin-bottom:10px}.featureCard p{color:var(--text-muted);font-size:.93rem;line-height:1.7}.scoreSection{background:linear-gradient(140deg,#1a0745,#2d1065 55%,#180a3f);padding:104px 0}.scoreLayout{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.scoreText .sectionHeading{color:#fff;margin-bottom:20px}.scoreLede{color:rgba(196,181,253,.75);font-size:.98rem;line-height:1.75}.scoreCard{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:36px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.scoreCardLabel{color:rgba(196,181,253,.65);font-size:.74rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;margin-bottom:6px}.scoreCardValue{font-size:5.5rem;font-weight:800;letter-spacing:-.06em;line-height:1;color:#fff;margin-bottom:28px}.scoreDl{display:grid}.scoreRow{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-top:1px solid rgba(255,255,255,.07);font-size:.88rem}.scoreRow dt{color:rgba(196,181,253,.75);font-weight:400}.scoreRow dd{color:#fff;font-weight:700;margin:0}.storeBadgeLink{display:inline-flex;text-decoration:none;transition:transform .15s,opacity .15s}.storeBadgeLink:hover{transform:translateY(-2px);opacity:.88}.storeBadge{display:block;height:40px;width:auto}.googlePlayBadge{height:60px;margin-top:-10px;margin-bottom:-10px}.downloadSection{padding:120px clamp(20px,6vw,80px);text-align:center}.downloadInner{max-width:560px;margin:0 auto}.downloadInner .reveal{display:flex;flex-direction:column;align-items:center}.downloadIcon{margin-bottom:28px;border-radius:22%;filter:drop-shadow(0 8px 24px rgba(109,40,217,.22))}.downloadSection h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:16px}.downloadSection p{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:40px;max-width:380px}.downloadButtons{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.footer{background:var(--text);color:rgba(255,255,255,.6);padding:48px 0 32px}.footerTop{display:flex;justify-content:space-between;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.footerBrandCol{display:flex;flex-direction:column;gap:10px}.footerBrand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:.95rem}.footerTagline{font-size:.82rem;color:rgba(255,255,255,.4);line-height:1.5}.footerLinkCols{display:flex;gap:56px;flex-wrap:wrap}.footerLinkGroup{display:flex;flex-direction:column;gap:10px}.footerGroupLabel{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.35);margin-bottom:2px}.footerLink{font-size:.85rem;font-weight:500;color:rgba(255,255,255,.55);transition:color .15s}.footerLink:hover{color:rgba(255,255,255,.9)}.footerBottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;flex-wrap:wrap}.footerDisclaimer{max-width:480px;line-height:1.5}.footerCopyright,.footerDisclaimer{font-size:.76rem;color:rgba(255,255,255,.35)}.footerCopyright{white-space:nowrap}@media (max-width:900px){.singlePage{grid-template-columns:1fr;min-height:auto;padding-top:120px;padding-bottom:48px}.spVisual{order:-1}.heroIcon{width:180px}.heroTipPill{right:4%}.featureGrid4{grid-template-columns:1fr}}@media (max-width:640px){.spBadges{flex-direction:column;align-items:flex-start}}@media (max-width:520px){.downloadButtons{flex-direction:column;align-items:center}.footerTop{flex-direction:column;gap:32px}.footerBottom{flex-direction:column;text-align:center}}.supportHero{padding:140px clamp(20px,6vw,80px) 80px;text-align:center;background:var(--purple-bg)}.supportHeading{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.08;margin-top:4px}.supportLede{margin-left:auto;margin-right:auto;text-align:center}.supportCta{margin-top:32px;text-decoration:none}.faqSection{padding:96px 0}.faqInner{max-width:760px}.faqHeading{margin-bottom:48px}.faqList{display:grid;grid-gap:20px;gap:20px}.faqItem{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px 32px}.faqQuestion{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:10px;letter-spacing:-.01em}.faqAnswer{font-size:.93rem;color:var(--text-muted);line-height:1.75;margin:0}.supportContact{background:linear-gradient(140deg,#1a0745,#2d1065 55%,#180a3f);padding:96px clamp(20px,6vw,80px);text-align:center}.supportContactInner{max-width:520px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.supportContactInner h2{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;letter-spacing:-.04em;color:#fff;line-height:1.1}.supportContactInner p{color:rgba(196,181,253,.75);font-size:1rem;line-height:1.7}.legalPage{padding-top:80px}.legalInner{max-width:720px;padding-top:72px;padding-bottom:96px}.legalHeading{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.04em;line-height:1.08;margin-bottom:8px}.legalMeta{font-size:.85rem;color:var(--text-muted);margin-bottom:48px}.legalSection{margin-bottom:36px}.legalSection h2{font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin-bottom:10px;color:var(--text)}.legalSection p{margin-bottom:12px}.legalSection p,.legalSection ul{font-size:.95rem;color:var(--text-muted);line-height:1.75}.legalSection ul{margin:0 0 12px 20px;padding:0}.legalSection li{margin-bottom:6px}.legalLink{color:var(--purple);text-decoration:underline;text-underline-offset:2px}.legalLink:hover{color:var(--purple-mid)}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}