/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.table{display:table}}:root{--purple:#7357ff;--purple-600:#6547f5;--purple-500:#7c5cfc;--purple-400:#9277ff;--purple-300:#b7a5ff;--purple-200:#d9d0ff;--purple-100:#eeeafe;--purple-50:#f7f5ff;--ink:#18162b;--body:#66647a;--muted:#9693a8;--border:#ece8f7;--shadow:0 12px 35px #261c570f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{color:var(--ink);background:#fff;margin:0;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}a,button{font:inherit}button{color:inherit}.container{width:min(1240px,100% - 64px);margin-inline:auto}.section{padding:110px 0}.button{color:#fff;background:linear-gradient(135deg,#9478ff,#7657ff 45%,#623df5);border:0;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 24px;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #7357ff40}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #7357ff52}.button:focus-visible,a:focus-visible,button:focus-visible{outline-offset:3px;outline:3px solid #b7a5ff}.button-small{min-height:46px;padding:0 21px}.button-outline{color:var(--purple-600);border:1px solid var(--purple-200);box-shadow:none;background:#fff}.text-button{color:var(--purple-600);align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.text-button span{transition:transform .2s}.text-button:hover span{transform:translate(4px)}.kicker{color:var(--purple-600);letter-spacing:.14em;margin-bottom:14px;font-size:12px;font-weight:800;display:block}.section-heading{text-align:center;max-width:720px;margin:0 auto 48px}.cta-card h2,.faq-grid h2,.game-copy h2,.section-heading h2,.trust-copy h2,.world-copy h2{letter-spacing:-.04em;margin:0 0 16px;font-size:42px;line-height:1.12}.cta-card>p,.faq-grid>div>p,.game-copy>p,.section-heading p,.trust-copy>p,.world-copy>p{color:var(--body);margin:0;font-size:17px;line-height:1.7}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #ece8f7a6;height:76px;position:sticky;top:0}.nav-wrap{grid-template-columns:1fr auto 1fr;height:76px;display:grid}.brand,.nav-wrap{align-items:center}.brand{color:var(--purple-600);letter-spacing:-.04em;gap:10px;font-size:22px;font-weight:800;display:flex}.brand img{border-radius:11px}.desktop-nav{gap:28px;display:flex}.desktop-nav a{color:#302d45;font-size:13px;font-weight:600}.desktop-nav a:hover{color:var(--purple-600)}.nav-actions{justify-self:end;gap:9px}.language-select,.nav-actions{align-items:center;display:flex}.language-select{border:1px solid var(--border);height:40px;color:var(--purple-600);background:#fff;border-radius:999px;gap:4px;padding:0 8px}.language-select svg{width:15px}.language-select select{max-width:62px;color:var(--ink);cursor:pointer;background:0 0;border:0;outline:0;font-size:11px;font-weight:750}.desktop-download{justify-self:end}.menu-button{background:0 0;border:0;padding:8px;display:none}.mobile-language,.mobile-nav{display:none}.hero{background:linear-gradient(#fff,#fbfaff 74%,#f6f3ff);min-height:760px;padding:56px 0 86px;position:relative;overflow:hidden}.hero-glow{background:radial-gradient(circle,#7c5cfc2b,#7c5cfc0a 50%,#0000 72%);border-radius:50%;width:760px;height:760px;position:absolute;top:-170px;right:-200px}.hero-grid{grid-template-columns:45% 55%;align-items:center;min-height:610px;display:grid;position:relative}.hero-copy{z-index:3;padding-top:20px;position:relative}.eyebrow{background:var(--purple-100);color:var(--purple-600);border-radius:99px;align-items:center;gap:7px;margin-bottom:25px;padding:9px 13px;font-size:12px;font-weight:700;display:inline-flex}.eyebrow-dot{background:var(--purple);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #7357ff1f}.hero h1{letter-spacing:-.055em;margin:0 0 24px;font-size:64px;font-weight:800;line-height:1.03}.hero h1 span{color:var(--purple)}.hero-description{max-width:560px;color:var(--body);margin:0 0 25px;font-size:17px;line-height:1.7}.mini-benefits{align-items:center;gap:18px;margin:0 0 28px;display:flex}.mini-benefits span{color:#3e3a51;align-items:center;gap:7px;font-size:12px;font-weight:650;display:flex}.mini-benefits svg{width:17px;color:var(--purple)}.hero-actions{align-items:center;gap:24px;margin-bottom:24px;display:flex}.store-button,.store-buttons{gap:10px;display:flex}.store-button{color:#fff;background:#111;border-radius:10px;align-items:center;min-width:150px;min-height:49px;padding:6px 13px}.store-button svg{width:22px}.store-button span{font-size:15px;font-weight:700;line-height:1.15}.store-button small{text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:500;display:block}.store-button:hover{transform:translateY(-2px)}.web-soon{color:var(--muted);align-items:center;gap:7px;margin:12px 0 0 3px;font-size:11px;display:flex}.phone-stage{isolation:isolate;height:640px;position:relative}.phone-stage:after{content:"";z-index:-2;filter:blur(22px);background:#5c3eda2e;border-radius:50%;width:500px;height:80px;position:absolute;bottom:30px;left:110px}.phone{background:#17151d;border:7px solid #17151d;border-radius:43px;width:274px;height:568px;padding:4px;position:absolute;overflow:hidden;box-shadow:0 30px 70px #21185133}.phone-front{z-index:5;bottom:40px;left:95px;transform:rotate(-2.5deg)}.phone-back{z-index:3;bottom:30px;right:5px;transform:rotate(5deg)scale(.91)}.phone-screen{background:#fbfbfd;border-radius:33px;height:100%;padding:31px 13px 54px;position:relative;overflow:hidden}.island{background:#09090c;border-radius:99px;width:83px;height:22px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.status{font-size:8px;font-weight:800;position:absolute;top:10px;left:18px;right:18px}.phone-greeting,.status{justify-content:space-between;display:flex}.phone-greeting{align-items:center;margin:14px 1px 15px}.phone-greeting p{margin:0 0 3px;font-size:13px;font-weight:800}.phone-greeting small{color:var(--muted);font-size:7px}.tiny-avatar{color:#fff;background:linear-gradient(135deg,#7657ff,#9277ff);border-radius:8px;place-items:center;width:24px;height:24px;font-size:11px;display:grid}.stat-row{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.stat-row span{color:var(--muted);background:#fff;border:1px solid #efedf6;border-radius:10px;flex-direction:column;padding:8px 6px;font-size:6px;display:flex}.stat-row b{color:var(--ink);font-size:11px}.daily-card{border:1px solid var(--purple-200);background:linear-gradient(135deg,#f0ebff,#fff);border-radius:12px;align-items:center;gap:9px;margin:10px 0;padding:11px;display:flex}.daily-icon{width:32px;height:32px;color:var(--purple);background:#ded4ff;border-radius:10px;place-items:center;display:grid}.daily-icon svg{width:17px}.daily-card b{font-size:9px;display:block}.daily-card small{color:var(--muted);font-size:6px}.phone-cta{background:var(--purple);color:#fff;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;width:100%;height:29px;font-size:8px;font-weight:700;display:flex}.phone-section-title{justify-content:space-between;margin:14px 2px 7px;font-size:7px;display:flex}.phone-section-title span{color:var(--muted)}.person-row{background:#fff;border:1px solid #f0eef5;border-radius:10px;grid-template-columns:31px 1fr 18px;align-items:center;gap:8px;margin-bottom:6px;padding:7px;display:grid}.avatar{color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-size:8px;font-weight:800;display:grid}.person-row b,.person-row small{font-size:7px;display:block}.person-row small{color:var(--muted);margin-top:2px}.person-row svg{color:var(--purple)}.tabbar{background:#fffffff5;border-top:1px solid #eeeaf5;justify-content:space-around;align-items:center;height:46px;display:flex;position:absolute;bottom:0;left:0;right:0}.tabbar svg{color:#868299;width:15px}.tabbar svg:first-child{color:var(--purple)}.profile-head{text-align:center;padding-top:14px}.avatar-large{background:linear-gradient(145deg,#7c5cfc,#b7a5ff);width:55px;height:55px;margin:auto;font-size:15px}.profile-head h3{margin:7px 0 2px;font-size:13px}.profile-head p{color:var(--muted);align-items:center;margin:0;font-size:7px}.profile-head p,.profile-stats{justify-content:center;display:flex}.profile-stats{gap:10px;margin:13px 0}.profile-stats span{color:var(--muted);background:#f3f0ff;border-radius:10px;flex-direction:column;align-items:center;padding:8px 13px;font-size:6px;display:flex}.profile-stats b{color:var(--purple);font-size:9px}.phone-card{background:#fff;border:1px solid #eeeaf5;border-radius:12px;margin-bottom:8px;padding:11px}.phone-card>small{color:var(--muted);letter-spacing:.08em;font-size:6px}.mini-chips{gap:4px;margin-top:7px;display:flex}.mini-chips span{background:var(--purple-100);color:var(--purple-600);border-radius:99px;padding:5px;font-size:6px}.about p{color:var(--body);font-size:7px;line-height:1.5}.orbit{border:3px dashed var(--purple-300);opacity:.7;z-index:-1;border-radius:50%;position:absolute}.orbit-one{width:560px;height:350px;top:110px;left:50px;transform:rotate(-18deg)}.orbit-two{width:300px;height:190px;bottom:60px;right:-100px}.plane-mark{color:var(--purple);position:absolute;top:45px;right:25px;transform:rotate(-22deg)}.plane-mark svg{width:35px;height:35px}.plane-mark span{background:#fff;border-radius:50%;width:7px;height:7px;position:absolute;top:-5px;right:-7px;box-shadow:0 0 0 7px #b7a5ff4d}.float-badge{z-index:9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow);background:#ffffffe6;border:1px solid #e9e4fa;border-radius:12px;align-items:center;gap:6px;padding:9px 12px;font-size:9px;font-weight:700;display:flex;position:absolute}.float-badge svg{width:14px;color:var(--purple)}.badge-one{top:120px;left:20px}.badge-two{top:270px;right:-18px}.features{background:#fff}.feature-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.feature-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:30px 27px;transition:all .25s;position:relative}.feature-card:hover{border-color:var(--purple-200);transform:translateY(-5px)}.feature-icon{border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:24px;display:grid}.feature-icon svg{width:27px}.feature-icon.violet{color:#7552fa;background:#eee8ff}.feature-icon.green{color:#1ca75b;background:#e8faef}.feature-icon.orange{color:#ec8f20;background:#fff3df}.feature-icon.blue{color:#4b63e8;background:#e9edff}.feature-card h3{margin:0 0 10px;font-size:19px}.feature-card p{color:var(--body);margin:0 0 22px;font-size:13px;line-height:1.65}.card-link{color:var(--purple-600);font-size:11px;font-weight:800}.popular,.premium-badge{letter-spacing:.08em;color:#fff;background:var(--purple);border-radius:99px;padding:6px 8px;font-size:8px;font-weight:800;position:absolute;top:20px;right:20px}.how{background:linear-gradient(#fbfaff,#f6f3ff)}.steps{grid-template-columns:repeat(4,1fr);gap:42px;display:grid;position:relative}.steps:before{content:"";border-top:2px dashed var(--purple-200);position:absolute;top:48px;left:11%;right:11%}.step{text-align:center;position:relative}.step-number{z-index:2;background:var(--purple);color:#fff;border-radius:8px;padding:4px 7px;font-size:9px;font-weight:800;position:absolute;top:-6px;left:calc(50% - 50px)}.step-icon{z-index:1;background:#ffffffe6;border:1px solid #e9e4fa;border-radius:31px;place-items:center;width:95px;height:95px;margin:0 auto 20px;display:grid;position:relative;box-shadow:0 15px 35px #4a349e14}.step-icon svg{width:34px;height:34px;color:var(--purple)}.step h3{color:var(--purple-600);margin:0 0 9px;font-size:16px}.step p{color:var(--body);margin:0;font-size:12px;line-height:1.6}.categories{text-align:center;margin-top:70px}.categories h3{margin-bottom:20px;font-size:15px}.category-list{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.category-list span{color:var(--purple-600);background:#fff;border:1px solid #ebe6fb;border-radius:99px;align-items:center;gap:8px;padding:10px 14px;font-size:11px;font-weight:700;display:flex}.category-list svg{width:15px}.trust-section{overflow:hidden}.game-grid,.trust-grid{grid-template-columns:1fr 1fr;align-items:center;gap:90px;display:grid}.trust-copy h2 span{color:var(--purple)}.trust-copy>p{max-width:540px}.trust-points{gap:11px;margin-top:28px;display:grid}.trust-points span{align-items:center;gap:11px;font-size:13px;font-weight:650;display:flex}.trust-points svg{background:var(--purple-100);width:34px;height:34px;color:var(--purple);border-radius:10px;padding:7px}.trust-visual{background:radial-gradient(circle at 50% 40%,#f8f5ff,#eeebff 65%,#e6e0ff);border-radius:40px;min-height:420px;position:relative;overflow:hidden}.safety-orbit{border:2px dashed var(--purple-300);border-radius:50%;width:330px;height:220px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)rotate(-12deg)}.avatar-lg{background:linear-gradient(135deg,#f2ad85,#b76942);border:5px solid #fff;width:72px;height:72px;font-size:18px;position:absolute;top:28px;left:10px;box-shadow:0 12px 30px #2c206324}.avatar-second{background:linear-gradient(135deg,#6ed6ac,#277b67);top:120px;left:auto;right:0}.connection-line{border-top:2px dashed #7357ff80;width:150px;position:absolute;top:100px;left:95px;transform:rotate(17deg)}.shield-card{border:1px solid var(--border);background:#fff;border-radius:19px;grid-template-columns:42px 1fr 22px;align-items:center;gap:11px;width:300px;padding:16px;display:grid;position:absolute;bottom:36px;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #2d1f6b21}.shield-card>svg:first-child{color:#24a769;background:#e9f9f0;border-radius:12px;width:42px;height:42px;padding:9px}.shield-card>svg:last-child{color:var(--purple)}.shield-card b,.shield-card small{font-size:12px;display:block}.shield-card small{color:var(--muted);margin-top:3px;font-size:9px}.gamification{background:var(--purple-50)}.game-visual{min-height:440px;position:relative}.xp-card{border:1px solid var(--border);background:#fff;border-radius:28px;width:390px;padding:25px;position:absolute;top:30px;left:35px;transform:rotate(-2deg);box-shadow:0 25px 65px #3021701f}.xp-header{border-bottom:1px solid var(--border);justify-content:space-between;padding-bottom:16px}.xp-header,.xp-header span{align-items:center;display:flex}.xp-header span{gap:8px;font-size:13px;font-weight:800}.xp-header svg{color:var(--purple)}.xp-header small{background:var(--purple-100);color:var(--purple-600);border-radius:99px;padding:6px 8px;font-size:9px}.xp-level{align-items:center;gap:17px;padding:24px 0;display:flex}.level-ring{border:8px solid var(--purple-200);border-top-color:var(--purple);width:68px;height:68px;color:var(--purple);border-radius:50%;place-items:center;font-weight:800;display:grid}.xp-level>div{flex:1}.xp-level h3{margin:0 0 3px}.xp-level p{color:var(--muted);margin:0 0 8px;font-size:9px}.progress{background:#eeeaf9;border-radius:99px;height:7px;overflow:hidden}.progress span{background:linear-gradient(90deg,#7357ff,#a18cff);width:80%;height:100%;display:block}.streak-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.streak-row span{background:var(--purple-50);text-align:center;border-radius:12px;padding:13px}.streak-row b,.streak-row small{display:block}.streak-row b{color:var(--purple);font-size:18px}.streak-row small{color:var(--muted);margin-top:3px;font-size:7px}.xp-float{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:13px;align-items:center;gap:7px;padding:12px 15px;font-size:9px;display:flex;position:absolute}.xp-float svg{width:16px}.xp-float b,.xp-float svg{color:var(--purple)}.xp-one{top:72px;right:5px;transform:rotate(3deg)}.xp-two{bottom:30px;left:3px;transform:rotate(-4deg)}.game-copy ul{gap:10px;margin:25px 0;padding:0;list-style:none;display:grid}.game-copy li{border:1px solid var(--border);background:#fff;border-radius:12px;justify-content:space-between;padding:12px 15px;font-size:11px;display:flex}.game-copy li b{color:var(--purple)}.xp-note{color:var(--muted);align-items:center;gap:8px;font-size:9px;display:flex}.xp-note svg{width:17px}.world-wrap{background:#fff;padding:80px 0}.world-card{color:#fff;background:linear-gradient(135deg,#5533dc,#7357ff 46%,#a38cff);border-radius:38px;grid-template-columns:44% 56%;min-height:500px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 65px #5533dc38}.world-card:before{content:"";border:1px solid #ffffff21;border-radius:50%;width:420px;height:420px;position:absolute;top:-160px;left:-150px}.world-copy{z-index:2;padding:70px 0 65px 55px;position:relative}.world-kicker{letter-spacing:.16em;color:#e9e3ff;align-items:center;gap:8px;margin-bottom:19px;font-size:9px;font-weight:800;display:flex}.world-kicker span{background:#b8ffcf;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #b8ffcf26}.world-copy h2{font-size:38px}.world-copy>p{color:#ffffffc7;margin-bottom:28px;font-size:14px}.store-light{color:#19152e;background:#fff}.world-visual{position:relative}.world-globe{background:radial-gradient(circle at 38% 33%,#ffffff38,#ffffff14 55%,#ffffff05);border:1px solid #ffffff21;border-radius:50%;width:520px;height:520px;position:absolute;top:18px;right:-15px;box-shadow:inset 0 0 60px #ffffff14}.world-globe:after,.world-globe:before{content:"";border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;border-radius:50%;position:absolute;inset:15% 0}.world-globe:after{border:0;border-left:1px solid #ffffff1f;border-right:1px solid #ffffff1f;inset:0 24%}.continent{filter:drop-shadow(0 5px 10px #371f991a);background:#e6deff5c;position:absolute}.c1{clip-path:polygon(0 15%,45% 0,100% 20%,83% 55%,58% 52%,42% 100%,18% 76%);border-radius:60% 38% 45% 50%;width:145px;height:90px;top:130px;left:90px;transform:rotate(-14deg)}.c2{clip-path:polygon(0 20%,50% 0,100% 18%,80% 48%,90% 75%,52% 100%,35% 68%,10% 55%);border-radius:43%;width:175px;height:130px;top:115px;right:65px}.c3{clip-path:polygon(20% 0,90% 20%,78% 48%,55% 100%,25% 75%,0 40%);width:105px;height:140px;bottom:75px;left:190px;transform:rotate(18deg)}.c3,.route{border-radius:50%}.route{transform-origin:0;border-top:2px dashed #ffffffa6;position:absolute}.r1{width:190px;height:80px;top:230px;left:115px;transform:rotate(-18deg)}.r2{width:160px;height:50px;top:245px;right:85px;transform:rotate(28deg)}.avatar-map{z-index:4;width:42px;height:42px;color:var(--purple);background:#fff;border:4px solid #ffffff73;border-radius:50%;place-items:center;font-size:9px;font-weight:800;display:grid;position:absolute;box-shadow:0 7px 18px #26147838}.a1{top:130px;left:105px}.a2{top:175px;left:260px}.a3{top:235px;left:35px}.a4{top:165px;right:15px}.a5{left:195px}.a5,.a6{bottom:55px}.a6{right:120px}.map-mail{width:30px;height:30px;color:var(--purple);background:#ffffffd9;border-radius:9px;place-items:center;display:grid;position:absolute}.map-mail svg{width:15px}.m1{top:260px;left:145px}.m2{top:290px;right:75px}.pricing{background:linear-gradient(#fff,#faf9ff)}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:18px;display:grid}.price-card{border:1px solid var(--border);background:#fff;border-radius:25px;padding:31px;position:relative}.price-card>svg{width:38px;height:38px;color:var(--purple);background:var(--purple-100);border-radius:12px;padding:9px}.price-card h3{margin:18px 0 5px;font-size:22px}.price-card>p{color:var(--muted);margin:0;font-size:11px}.price{margin:25px 0 20px;font-size:24px;font-weight:800}.price-card ul{gap:11px;margin:0 0 25px;padding:0;list-style:none;display:grid}.price-card li{color:var(--body);align-items:center;gap:9px;font-size:11px;display:flex}.price-card li svg{color:#32ad72;width:16px}.price-card .button{width:100%}.price-card.featured{border:2px solid var(--purple);transform:translateY(-10px);box-shadow:0 20px 55px #583ccf21}.popular{top:15px}.faq{background:#fff}.faq-grid{grid-template-columns:38% 62%;align-items:start;gap:80px;display:grid}.faq-grid h2{font-size:38px}.faq-grid .text-button{margin-top:24px}.faq-list{gap:10px;display:grid}.faq-item{border:1px solid var(--border);background:#fff;border-radius:17px;overflow:hidden}.faq-item button{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:18px 20px;font-size:13px;font-weight:700;display:flex}.faq-item button svg{width:18px;color:var(--purple);transition:all .25s}.faq-item.open button svg{transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.faq-answer p{color:var(--body);margin:0;padding:0 20px;font-size:12px;line-height:1.65;overflow:hidden}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding-bottom:18px}.final-cta{padding:30px 0 95px}.cta-card{text-align:center;background:radial-gradient(circle at 50% 10%,#fff 0,#f6f3ff 45%,#eee9ff);border:1px solid #e7e1fa;border-radius:36px;padding:75px 20px;position:relative;overflow:hidden}.cta-card:after{content:"";filter:blur(60px);background:#7c5cfc1f;width:600px;height:200px;position:absolute;bottom:-150px;left:50%;transform:translate(-50%)}.cta-card h2{max-width:800px;margin:0 auto 16px;font-size:43px}.cta-card>p{max-width:600px;margin:0 auto 28px}.cta-actions{z-index:2;justify-content:center;gap:11px;display:flex;position:relative}.cta-plane{width:58px;height:58px;color:var(--purple);background:#fff;border-radius:19px;place-items:center;margin:0 auto 24px;display:grid;transform:rotate(-8deg);box-shadow:0 13px 35px #442ca91f}footer{color:#fff;background:#19172a;padding:64px 0 22px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:55px;display:grid}.footer-brand .brand{margin-bottom:15px}.footer-brand p{color:#a9a5ba;max-width:260px;font-size:12px;line-height:1.6}.not-dating{color:#b7b2c9;align-items:center;gap:7px;margin-top:18px;font-size:9px;display:flex}.not-dating svg{width:14px}.footer-grid>div:not(.footer-brand){flex-direction:column;gap:11px;display:flex}.footer-grid b{margin-bottom:6px;font-size:11px}.footer-grid a:not(.brand){color:#a9a5ba;font-size:10px}.footer-grid a:hover{color:#fff}.footer-bottom{color:#7f7b92;border-top:1px solid #2e2b40;justify-content:space-between;margin-top:48px;padding-top:20px;font-size:9px;display:flex}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.reveal{animation:rise .7s both}.phone-stage{animation:rise .8s .15s both}@media (max-width:1020px){.container{width:min(100% - 40px,940px)}.desktop-nav{gap:18px}.hero h1{font-size:52px}.phone-stage{transform-origin:50%;transform:scale(.88)}.feature-grid{grid-template-columns:repeat(2,1fr)}.world-card{grid-template-columns:48% 52%}.world-copy{padding-left:40px}.world-globe{right:-100px}.game-grid,.trust-grid{gap:45px}.xp-card{width:350px;left:0}}@media (max-width:767px){.container{width:calc(100% - 40px)}.section{padding:74px 0}.desktop-download,.desktop-nav{display:none}.nav-wrap{justify-content:space-between;display:flex}.menu-button{display:block}.mobile-nav{border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;gap:4px;padding:16px;display:flex;position:absolute;top:76px;left:12px;right:12px;box-shadow:0 18px 50px #281b5f21}.mobile-nav>a:not(.button){border-radius:9px;padding:12px;font-size:13px;font-weight:650}.mobile-nav .button{margin-top:6px}.hero{padding:45px 0 30px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:0}.hero h1{font-size:42px}.hero-description{font-size:15px}.mini-benefits{flex-wrap:wrap;gap:10px 16px}.hero-actions{align-items:flex-start}.phone-stage{transform-origin:top;width:118%;height:560px;margin-top:20px;margin-left:-9%;transform:scale(.85)}.phone-front{left:7%}.phone-back{right:1%}.badge-one{left:0}.badge-two{right:0}.section-heading{margin-bottom:34px}.cta-card h2,.faq-grid h2,.game-copy h2,.section-heading h2,.trust-copy h2{font-size:31px}.feature-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr;gap:38px 18px}.steps:before{display:none}.step p{font-size:11px}.categories{margin-top:50px}.faq-grid,.game-grid,.trust-grid{grid-template-columns:1fr;gap:42px}.trust-visual{min-height:370px}.game-visual{order:2;min-height:400px}.xp-card{width:min(350px,92%);left:50%;transform:translate(-50%)rotate(-2deg)}.xp-one{right:-3px}.world-wrap{padding:55px 0}.world-card{grid-template-columns:1fr;min-height:820px}.world-copy{text-align:center;padding:50px 25px 20px}.world-copy h2{font-size:30px}.world-copy .store-buttons{justify-content:center}.world-visual{min-height:430px}.world-globe{width:430px;height:430px;top:0;left:50%;right:auto;transform:translate(-50%)}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.faq-grid{gap:30px}.cta-card{padding:58px 18px}.cta-actions{flex-direction:column;align-items:stretch}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}.store-button{min-width:140px}.section-heading p{font-size:14px}}@media (max-width:450px){.hero h1{font-size:39px}.hero-actions{flex-direction:column;gap:15px}.store-buttons{gap:7px;width:100%}.store-button{flex:1;min-width:0;padding:6px 8px}.phone-stage{width:132%;height:510px;margin-left:-16%;transform:scale(.76)}.phone-front{left:2%}.phone-back{right:-4%}.feature-card{padding:25px}.steps{grid-template-columns:1fr}.step{max-width:280px;margin:auto}.category-list{justify-content:flex-start}.trust-visual{min-height:330px}.safety-orbit{transform:translate(-50%,-50%)rotate(-12deg)scale(.83)}.shield-card{width:270px}.game-visual{min-height:370px}.xp-float{font-size:8px}.world-card{min-height:780px}.world-copy .store-buttons{flex-direction:column;align-items:stretch}.world-globe{transform:translate(-50%)scale(.88)}.footer-grid{grid-template-columns:1fr 1fr;gap:38px}.footer-brand{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important;animation:none!important}}@media (max-width:767px){.nav-actions{display:none}.mobile-language{border-radius:10px;width:100%;margin:4px 0;padding-inline:12px;display:flex}.mobile-language select{flex:1;max-width:none}.hero-copy .store-area{margin-bottom:110px}}.footer-bottom a{color:#a9a5ba}.footer-bottom a:hover{color:#fff}.legal-page{min-height:100vh;color:var(--ink);background:linear-gradient(#fff,#f8f6ff 35%,#fff)}.legal-header{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#ffffffe6;position:sticky;top:0}.legal-shell{width:min(1120px,100% - 48px);margin-inline:auto}.legal-nav{justify-content:space-between;height:76px}.legal-lang,.legal-nav{align-items:center;display:flex}.legal-lang{border:1px solid var(--border);color:var(--purple);background:#fff;border-radius:999px;gap:5px;padding:5px}.legal-lang svg{width:16px;margin:0 4px}.legal-lang button{cursor:pointer;background:0 0;border:0;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.legal-lang button.active{background:var(--purple);color:#fff}.legal-back{color:var(--purple-600);align-items:center;gap:8px;margin:34px 0 28px;font-size:12px;font-weight:750;display:inline-flex}.legal-back svg{width:17px}.legal-hero{max-width:900px;padding:25px 0 54px}.legal-eyebrow{color:var(--purple-600);letter-spacing:.13em;align-items:center;gap:8px;margin-bottom:19px;font-size:11px;font-weight:850;display:inline-flex}.legal-eyebrow svg{width:18px}.legal-hero h1{letter-spacing:-.05em;max-width:850px;margin:0 0 21px;font-size:56px;line-height:1.05}.legal-hero>p{color:var(--body);max-width:820px;margin:0;font-size:17px;line-height:1.75}.legal-meta{flex-wrap:wrap;gap:8px;margin-top:25px;display:flex}.legal-meta span{background:var(--purple-100);color:var(--purple-600);border-radius:99px;padding:8px 11px;font-size:9px;font-weight:750}.legal-notice{background:#fffaf0;border:1px solid #e8ddaf;border-radius:18px;margin-bottom:45px;padding:22px 24px}.legal-notice strong{color:#725817;margin-bottom:7px;font-size:13px;display:block}.legal-notice p{color:#776a4d;margin:0;font-size:11px;line-height:1.65}.legal-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:64px;display:grid}.legal-toc{border:1px solid var(--border);background:#ffffffe0;border-radius:22px;flex-direction:column;gap:3px;max-height:calc(100vh - 130px);padding:20px;display:flex;position:sticky;top:105px;overflow:auto}.legal-toc>b{margin:0 8px 9px;font-size:11px}.legal-toc a{color:var(--body);border-radius:9px;grid-template-columns:25px 1fr;gap:7px;padding:8px;font-size:9px;line-height:1.4;display:grid}.legal-toc a:hover{background:var(--purple-100);color:var(--purple-600)}.legal-toc a span{color:var(--purple);font-weight:800}.legal-article{min-width:0}.legal-article>section{border-bottom:1px solid var(--border);margin-bottom:42px;padding:0 0 44px;scroll-margin-top:105px;position:relative}.legal-section-number{color:var(--purple);letter-spacing:.12em;margin-bottom:8px;font-size:10px;font-weight:850;display:block}.legal-article h2{letter-spacing:-.025em;margin:0 0 17px;font-size:27px}.legal-article li,.legal-article p{color:#58566d;font-size:13px;line-height:1.8}.legal-article p{margin:0 0 13px}.legal-article ul{gap:9px;margin:15px 0 0;padding:0;list-style:none;display:grid}.legal-article li{background:#fff;border:1px solid #efecf7;border-radius:12px;padding:11px 14px 11px 34px;position:relative}.legal-article li:before{content:"";background:var(--purple);border-radius:50%;width:6px;height:6px;position:absolute;top:18px;left:15px}.legal-contact{color:#fff;background:linear-gradient(135deg,#5d3fe7,#8367ff);border-radius:22px;grid-template-columns:44px 1fr auto;align-items:center;gap:14px;margin:20px 0 56px;padding:24px;display:grid}.legal-contact>svg{background:#ffffff26;border-radius:13px;width:44px;height:44px;padding:11px}.legal-contact p,.legal-contact strong{margin:0;display:block}.legal-contact p{color:#ffffffbf;margin-top:4px;font-size:10px}.legal-contact a{color:var(--purple-600);background:#fff;border-radius:99px;padding:11px 15px;font-size:10px;font-weight:800}.legal-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;padding:25px 0 40px;font-size:10px}.legal-footer,.legal-footer a{align-items:center;display:flex}.legal-footer a{color:var(--purple-600);gap:7px;font-weight:750}.legal-footer svg{width:14px}@media (max-width:850px){.legal-shell{width:calc(100% - 40px)}.legal-hero h1{font-size:40px}.legal-layout{grid-template-columns:1fr;gap:30px}.legal-toc{max-height:none;position:static}.legal-article h2{font-size:24px}.legal-contact{grid-template-columns:40px 1fr}.legal-contact a{text-align:center;grid-column:1/-1}.legal-footer{flex-direction:column;align-items:flex-start;gap:10px}}.password-loading{background:#f8f6ff;min-height:100vh}.password-page{isolation:isolate;background:radial-gradient(circle at 50% 0,#805dff33,#0000 42%),linear-gradient(145deg,#faf9ff,#f1edff);place-items:center;min-height:100vh;padding:32px;display:grid;position:relative;overflow:hidden}.password-page:before{content:"";z-index:-1;opacity:.36;background-image:radial-gradient(#694ce738 1px,#0000 0);background-size:25px 25px;position:absolute;inset:0}.password-orb{z-index:-1;filter:blur(4px);border-radius:50%;position:absolute}.password-orb-one{background:#7c59ff21;width:430px;height:430px;top:-170px;left:-170px}.password-orb-two{background:#ac97ff33;width:330px;height:330px;bottom:-120px;right:-100px}.password-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);text-align:center;background:#ffffffdb;border:1px solid #ffffffd6;border-radius:34px;width:min(480px,100%);padding:48px;box-shadow:0 30px 90px #4b31a829}.password-brand{color:var(--purple-600);letter-spacing:-.045em;justify-content:center;align-items:center;gap:11px;margin-bottom:36px;font-size:24px;font-weight:850;display:flex}.password-brand img{border-radius:13px}.password-lock{color:#fff;background:linear-gradient(145deg,#8b70ff,#603df1);border-radius:20px;place-items:center;width:64px;height:64px;margin:0 auto 20px;display:grid;box-shadow:0 14px 30px #6743eb45}.password-lock svg{width:27px}.password-kicker{color:var(--purple-600);letter-spacing:.18em;margin-bottom:12px;font-size:10px;font-weight:850;display:block}.password-card h1{letter-spacing:-.05em;margin:0 0 14px;font-size:38px;line-height:1.1}.password-card>p{max-width:370px;color:var(--body);margin:0 auto 28px;font-size:13px;line-height:1.7}.password-card form{text-align:left}.password-card label{color:#454158;margin:0 0 8px 4px;font-size:10px;font-weight:800;display:block}.password-field{border:1px solid var(--border);background:#fff;border-radius:17px;grid-template-columns:1fr 48px;gap:7px;padding:6px;transition:all .2s;display:grid;box-shadow:0 8px 24px #3f2d7e0f}.password-field:focus-within{border-color:#8f72ff;box-shadow:0 0 0 4px #7855ff1a}.password-field.has-error{border-color:#e65370}.password-field input{min-width:0;height:44px;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;padding:0 12px;font-size:13px}.password-field input::placeholder{color:#aaa5b8}.password-field button{color:#fff;cursor:pointer;background:linear-gradient(145deg,#8467ff,#633ff1);border:0;border-radius:12px;place-items:center;display:grid}.password-field button:hover{filter:brightness(1.06)}.password-field button svg{width:19px}.password-error{color:#d63d5d;margin:9px 4px 0;font-size:10px;font-weight:700;display:block}.password-card small{color:var(--muted);margin-top:28px;font-size:9px;display:block}@media (max-width:540px){.password-page{padding:18px}.password-card{border-radius:27px;padding:36px 22px}.password-card h1{font-size:32px}.password-brand{margin-bottom:30px}}.password-card{position:relative;padding-top:62px}.password-languages{position:absolute;top:18px;right:18px;display:flex;gap:3px;padding:3px;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.86)}.password-languages button{min-width:34px;padding:6px 7px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:8px;font-weight:850;cursor:pointer}.password-languages button.active{background:var(--purple);color:#fff}@media (max-width:540px){.password-card{padding-top:67px}.password-languages{top:17px;right:50%;transform:translateX(50%)}}