:root{--lb-bg-primary:#120b1f;--lb-bg-secondary:#1a1330;--lb-bg-card:#24183f;--lb-bg-elevated:#312056;--lb-gold:#f5b841;--lb-gold-dark:#d89b28;--lb-purple:#8b5cf6;--lb-purple-deep:#6d28d9;--lb-pink:#ff4fa3;--lb-cyan:#42c9f5;--lb-green:#22c55e;--lb-mint:#3fe39c;--lb-orange:#ff9f1c;--lb-red:#e1382a;--lb-red-deep:#962214;--lb-ember:#ff6a3d;--lb-lavender:#9d7bff;--lb-text-primary:#f5f2ff;--lb-text-secondary:#b8acd9;--lb-text-muted:#7e739d;--lb-text-disabled:#4d476b;--lb-border:#ffffff0f;--lb-border-strong:#ffffff2e;--lb-font-display:"Poppins", "Inter", -apple-system, system-ui, sans-serif;--lb-font-body:"Inter", "Poppins", -apple-system, system-ui, sans-serif;--lb-font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, monospace;--lb-r-xs:8px;--lb-r-sm:10px;--lb-r-md:12px;--lb-r-lg:14px;--lb-r-xl:18px;--lb-r-2xl:22px;--lb-r-3xl:28px;--lb-r-pill:999px;--lb-s-1:4px;--lb-s-2:6px;--lb-s-3:8px;--lb-s-4:10px;--lb-s-5:12px;--lb-s-6:14px;--lb-s-7:18px;--lb-s-8:24px;--lb-s-9:32px;--lb-grad-gold:linear-gradient(180deg, #f5b841 0%, #d89b28 100%);--lb-grad-purple:linear-gradient(180deg, #8b5cf6 0%, #6d28d9 100%);--lb-grad-magenta:linear-gradient(180deg, #b53a86 0%, #7a1f58 100%);--lb-grad-green:linear-gradient(180deg, #22c55e 0%, #14803c 100%);--lb-grad-red:linear-gradient(180deg, #e1382a 0%, #962214 100%);--lb-grad-progress:linear-gradient(90deg, #6d28d9 0%, #c4b5fd 100%);--lb-grad-xp:linear-gradient(90deg, #f5b841 0%, #ff9f1c 100%);--lb-grad-scene:radial-gradient(ellipse at 30% 0%, #8b5cf633 0%, transparent 55%), radial-gradient(ellipse at 80% 100%, #f5b8411a 0%, transparent 60%), linear-gradient(180deg, #120b1f 0%, #1a1330 100%);--lb-shadow-card:0 6px 18px #00000059;--lb-shadow-elevated:0 12px 28px #00000080;--lb-shadow-purple:0 12px 28px #6d28d942;--lb-shadow-gold:0 12px 28px #f5b84133;--lb-shadow-glow-gold:0 0 12px #f5b84199;--mint:var(--lb-mint);--sky:var(--lb-cyan);--scene:var(--lb-bg-primary);--coral:var(--lb-red);--amber:var(--lb-orange);--gold:var(--lb-gold);--goldHi:#ffc85a;--darkOnGold:#1a0f00;--purple-400:var(--lb-purple);--purple-300:var(--lb-lavender);--purple-500:var(--lb-purple-deep);--border-subtle:var(--lb-border);--border-strong:var(--lb-border-strong);--border-focus:var(--lb-purple);--r-pill:var(--lb-r-pill);--r-lg:var(--lb-r-md);--r-xl:var(--lb-r-lg);--r-xxl:var(--lb-r-xl);--grad-gold-button:var(--lb-grad-gold);--glow-gold:var(--lb-shadow-glow-gold);--elev-card:var(--lb-shadow-card)}html,body{font-family:var(--lb-font-body);-webkit-font-smoothing:antialiased;color:var(--lb-text-primary);margin:0;padding:0}.scene-bg{background:var(--lb-grad-scene);position:absolute;inset:0;overflow:hidden}.lb-display{font-family:var(--lb-font-display);letter-spacing:-.5px;color:var(--lb-text-primary);font-size:30px;font-weight:800;line-height:1.1}.lb-h1{font-family:var(--lb-font-display);letter-spacing:-.3px;color:var(--lb-text-primary);font-size:22px;font-weight:700;line-height:1.25}.lb-h2{font-family:var(--lb-font-display);color:var(--lb-text-primary);font-size:17px;font-weight:600;line-height:1.3}.lb-h3{font-family:var(--lb-font-display);color:var(--lb-text-primary);font-size:14px;font-weight:600;line-height:1.4}.lb-body{font-family:var(--lb-font-body);color:var(--lb-text-secondary);font-size:13px;font-weight:400;line-height:1.5}.lb-body-strong{font-family:var(--lb-font-body);color:var(--lb-text-primary);font-size:13px;font-weight:600}.lb-caption{font-family:var(--lb-font-display);letter-spacing:1.4px;text-transform:uppercase;color:var(--lb-text-muted);font-size:11px;font-weight:800}.lb-eyebrow{font-family:var(--lb-font-display);letter-spacing:2.2px;text-transform:uppercase;color:var(--lb-gold);font-size:10.5px;font-weight:800}.lb-mono{font-family:var(--lb-font-mono)}.text-pri{color:var(--lb-text-primary)!important}.text-sec{color:var(--lb-text-secondary)!important}.text-mut{color:var(--lb-text-muted)!important}.text-gold{color:var(--lb-gold)!important}.text-purple{color:var(--lb-purple)!important}.text-mint{color:var(--lb-mint)!important}.text-coral{color:var(--lb-red)!important}.text-sky{color:var(--lb-cyan)!important}.lb-card{background:var(--lb-bg-card);border:1px solid var(--lb-border);border-radius:var(--lb-r-xl);padding:18px}.lb-card.hero-purple{background:var(--lb-bg-elevated);border:2px solid var(--lb-purple);border-radius:var(--lb-r-2xl);box-shadow:var(--lb-shadow-purple)}.lb-card.hero-gold{background:var(--lb-bg-elevated);border:2px solid var(--lb-gold);border-radius:var(--lb-r-2xl);box-shadow:var(--lb-shadow-gold)}.lb-card.dashed-gold{border:1.5px dashed var(--lb-gold);border-radius:var(--lb-r-xl);background:#00000059}.btn3d{font-family:var(--lb-font-display);letter-spacing:1.2px;text-transform:uppercase;border-radius:var(--lb-r-md);cursor:pointer;-webkit-user-select:none;user-select:none;border:0;justify-content:center;align-items:center;gap:8px;width:100%;height:52px;padding:0 22px;font-size:14px;font-weight:800;transition:transform .1s ease-out,filter .12s ease-out,box-shadow .12s ease-out;display:inline-flex;position:relative;transform:translateY(-2px)}.btn3d:active{transform:translateY(0)}.btn3d.gold{background:var(--lb-grad-gold);color:#fff;text-shadow:0 1px 2px #00000059;box-shadow:0 6px #6b3f00,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 1px #ffffff8c,inset 0 -2px #00000038}.btn3d.gold:active{box-shadow:0 0 #6b3f00,0 2px #0000008c,0 4px 10px -2px #0009,inset 0 1px #ffffff8c,inset 0 -2px #00000038}.btn3d.purple{background:var(--lb-grad-purple);color:#fff;text-shadow:0 1px #0000004d;box-shadow:0 6px #3d178c,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 1px #fff6,inset 0 -2px #00000038}.btn3d.red{background:var(--lb-grad-red);color:#fff;text-shadow:0 1px #0000004d;box-shadow:0 6px #5a1208,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 1px #fff6,inset 0 -2px #00000038}.btn3d.ghost{background:var(--lb-bg-elevated);color:var(--lb-text-primary);box-shadow:0 6px #201735f2,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 1px #ffffff4d,inset 0 -2px #00000038}.btn3d.disabled,.btn3d[disabled]{color:var(--lb-text-muted);cursor:not-allowed;text-shadow:none;background:#280c2e8c;transform:translateY(0);box-shadow:inset 0 1px #ffffff0a,inset 0 -1px #0003}.btn3d.small{letter-spacing:1px;height:38px;padding:0 14px;font-size:12px}.btn3d .b-label{align-items:center;gap:8px;display:inline-flex}.btn3d .b-spin{align-items:center;display:inline-flex}.btn3d.loading .b-label{opacity:0}.btn3d.loading .b-spin{justify-content:center;align-items:center;position:absolute;inset:0}.btn-social{font-family:var(--lb-font-display);letter-spacing:.6px;border-radius:var(--lb-r-md);background:var(--lb-bg-elevated);width:100%;height:48px;color:var(--lb-text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;border:0;justify-content:center;align-items:center;gap:10px;padding:0 16px;font-size:13px;font-weight:700;transition:transform .1s ease-out;display:inline-flex;position:relative;transform:translateY(-2px);box-shadow:0 6px #1a0e33,0 8px #0000008c,0 14px 20px -4px #00000080,inset 0 1px #fff3,inset 0 -2px #00000040}.btn-social:active{transform:translateY(0);box-shadow:0 0 #1a0e33,0 2px #0000008c,0 4px 8px -2px #0006,inset 0 1px #fff3,inset 0 -2px #00000040}.lb-input-wrap{flex-direction:column;gap:6px;display:flex}.lb-input-label{font-family:var(--lb-font-display);letter-spacing:1.4px;text-transform:uppercase;color:var(--lb-text-muted);font-size:11px;font-weight:800}.lb-input{background:var(--lb-bg-secondary);border:1.5px solid var(--lb-border);border-radius:var(--lb-r-md);align-items:center;height:52px;padding:0 16px;transition:border-color .15s,box-shadow .2s,background .15s;display:flex}.lb-input input{min-width:0;height:100%;color:var(--lb-text-primary);font-family:var(--lb-font-body);background:0 0;border:0;outline:0;flex:1;font-size:15px;font-weight:500}.lb-input input::placeholder{color:var(--lb-text-muted);font-weight:400}.lb-input.focused{border-color:var(--lb-purple);background:var(--lb-bg-card);box-shadow:0 0 0 4px #8b5cf626}.lb-input.error{border-color:var(--lb-red);background:#e1382a0f}.lb-input.disabled{opacity:.55;background:#ffffff05}.lb-input-trailing{align-items:center;gap:8px;padding-left:8px;display:flex}.lb-input-err{color:var(--lb-red);font-family:var(--lb-font-body);align-items:center;gap:6px;margin-top:2px;font-size:12px;font-weight:500;display:flex}.lb-input-help{font-family:var(--lb-font-body);color:var(--lb-text-muted);font-size:12px}.lb-chip{height:28px;font-family:var(--lb-font-display);letter-spacing:.4px;color:var(--lb-purple);background:#8b5cf61f;border:1px solid #8b5cf652;border-radius:10px;align-items:center;gap:6px;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex}.lb-chip.gold{color:var(--lb-gold);background:#f5b8411f;border-color:#f5b84152}.lb-chip.mint{color:var(--lb-mint);background:#3fe39c1f;border-color:#3fe39c52}.lb-chip.coral{color:var(--lb-red);background:#e1382a1f;border-color:#e1382a52}.lb-chip.muted{color:var(--lb-text-muted);background:#ffffff0a;border-color:#ffffff0f}.lb-or{color:var(--lb-text-muted);font-family:var(--lb-font-display);letter-spacing:1.4px;text-transform:uppercase;align-items:center;gap:14px;font-size:11px;font-weight:800;display:flex}.lb-or:before,.lb-or:after{content:"";background:var(--lb-border-strong);flex:1;height:1px}.lb-toast{z-index:30;background:var(--lb-bg-card);border:1.5px solid var(--lb-red);border-radius:var(--lb-r-md);gap:12px;padding:14px 16px;animation:.25s cubic-bezier(.34,1.2,.64,1) toast-in;display:flex;position:absolute;top:60px;left:16px;right:16px;box-shadow:0 8px 24px #e1382a4d,0 12px 28px #00000059}@keyframes toast-in{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.lb-toast .icon-wrap{background:#e1382a33;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.lb-toast .ttl{font-family:var(--lb-font-display);color:var(--lb-text-primary);font-size:13px;font-weight:800}.lb-toast .bod{font-family:var(--lb-font-body);color:var(--lb-text-secondary);margin-top:2px;font-size:12px;font-weight:500}.lb-otp-row{justify-content:center;gap:8px;display:flex}.lb-otp-cell{border-radius:var(--lb-r-md);background:var(--lb-bg-secondary);border:1.5px solid var(--lb-border);width:48px;height:56px;font-family:var(--lb-font-mono);color:var(--lb-text-primary);justify-content:center;align-items:center;font-size:22px;font-weight:700;transition:border-color .15s,background .15s,box-shadow .2s;display:flex}.lb-otp-cell.focused{border-color:var(--lb-purple);background:var(--lb-bg-card);box-shadow:0 0 0 4px #8b5cf626}.lb-otp-cell.filled{border-color:var(--lb-border-strong);background:var(--lb-bg-card)}.lb-otp-cell.error{border-color:var(--lb-red);color:var(--lb-red);background:#e1382a1a}.lb-otp-cell.success{border-color:var(--lb-mint);color:var(--lb-mint);background:#3fe39c1f}.lb-otp-cell .caret{background:var(--lb-purple);width:2px;height:26px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.lb-shake{animation:.35s shake}@keyframes shake{0%,to{transform:translate(0)}15%{transform:translate(-6px)}30%{transform:translate(6px)}50%{transform:translate(-4px)}70%{transform:translate(4px)}85%{transform:translate(-2px)}}.lb-strength{flex-direction:column;gap:6px;display:flex}.lb-strength-bar{background:#ffffff0f;border-radius:999px;height:6px;position:relative;overflow:hidden}.lb-strength-bar .fill{border-radius:999px;height:100%;transition:width .25s}.lb-strength-row{flex-wrap:wrap;gap:6px;display:flex}.lb-step-dots{align-items:center;gap:8px;display:flex}.lb-step-dots .dot{background:#fff3;border-radius:999px;width:6px;height:6px;transition:all .2s}.lb-step-dots .dot.active{background:var(--lb-gold);width:22px;box-shadow:0 0 12px #f5b84180}.lb-step-dots .dot.completed{background:var(--lb-mint)}.lb-check-row{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;display:flex}.lb-check-box{border-radius:var(--lb-r-xs);background:var(--lb-bg-secondary);border:1.5px solid var(--lb-border-strong);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:background .15s,border-color .15s,box-shadow .15s;display:flex}.lb-check-row.checked .lb-check-box{background:var(--lb-grad-gold);border-color:var(--lb-gold);box-shadow:0 4px #6b3f00,0 6px #0000008c,inset 0 1px #ffffff8c}.lb-check-row .label{font-family:var(--lb-font-body);color:var(--lb-text-primary);padding-top:2px;font-size:13px;line-height:1.45}.lb-check-row .label .link{color:var(--lb-cyan);cursor:pointer;text-decoration:underline}.lb-back{border-radius:var(--lb-r-md);border:1px solid var(--lb-border);cursor:pointer;background:#ffffff0a;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s;display:flex}.lb-back:hover{background:#ffffff14}.lb-3d-glyph{background:var(--lb-grad-gold);color:#1a0f00;justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative;box-shadow:0 6px #6b3f00,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 2px #ffffff8c,inset 0 -3px #00000038}.lb-3d-glyph.sm{border-radius:16px;width:56px;height:56px}.lb-3d-glyph.md{border-radius:20px;width:72px;height:72px}.lb-3d-glyph.lg{border-radius:24px;width:88px;height:88px}.lb-3d-glyph.purple{background:var(--lb-grad-purple);color:#fff;box-shadow:0 6px #3d178c,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 2px #ffffff73,inset 0 -3px #00000038}.lb-3d-glyph.mint{color:#06291a;background:linear-gradient(#3fe39c 0%,#1e9c68 100%);box-shadow:0 6px #0a4a2e,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 2px #ffffff73,inset 0 -3px #00000038}.lb-3d-glyph.amber{color:#1a0f00;background:linear-gradient(#ffc85a 0%,#ff9f1c 100%);box-shadow:0 6px #6b3f00,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 2px #ffffff8c,inset 0 -3px #00000038}.lb-code-chip{background:var(--lb-bg-secondary);border:1px solid var(--lb-border-strong);border-radius:var(--lb-r-md);font-family:var(--lb-font-mono);color:var(--lb-text-primary);letter-spacing:1px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.lb-code-chip .copy{color:var(--lb-cyan);font-family:var(--lb-font-display);letter-spacing:1px;text-transform:uppercase;cursor:pointer;align-items:center;gap:6px;margin-left:auto;font-size:11px;font-weight:800;display:flex}.lb-qr{border-radius:var(--lb-r-md);background:#fff;grid-template-rows:repeat(21,1fr);grid-template-columns:repeat(21,1fr);gap:1px;width:200px;height:200px;padding:12px;display:grid}.lb-qr .qm{background:var(--lb-bg-primary);border-radius:1px}.lb-recovery-grid{background:var(--lb-border);border-radius:var(--lb-r-md);grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.lb-recovery-grid .cell{background:var(--lb-bg-secondary);font-family:var(--lb-font-mono);color:var(--lb-mint);letter-spacing:1px;text-align:center;padding:12px 14px;font-size:14px;font-weight:700}.lb-tip{align-items:flex-start;gap:12px;padding:8px 0;display:flex}.lb-tip .icon-wrap{background:#42c9f524;border:1px solid #42c9f552;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.lb-tip .text{color:var(--lb-text-primary);padding-top:4px;font-size:13px;line-height:1.4}.lb-settings-header{z-index:5;align-items:center;gap:12px;padding:56px 16px 12px;display:flex;position:relative}.lb-settings-header .ttl{font-family:var(--lb-font-display);color:var(--lb-text-primary);letter-spacing:-.2px;font-size:16px;font-weight:700}.auth-root ::-webkit-scrollbar{width:0;height:0}.auth-root *{scrollbar-width:none}.auth-root.animate-mount .mount-fadeup{animation:.5s cubic-bezier(.2,.9,.3,1.05) both fadeup}@keyframes fadeup{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.delay-0{animation-delay:0s}.delay-1{animation-delay:80ms}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.26s}.delay-4{animation-delay:.32s}.delay-5{animation-delay:.38s}.delay-6{animation-delay:.44s}.delay-7{animation-delay:.5s}.delay-8{animation-delay:.56s}.lb-spin{border:2.5px solid #ffffff26;border-top-color:var(--lb-text-primary);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite lb-spin}.lb-spin.dark{border-color:#1a0f00 #1a0f0033 #1a0f0033}.lb-spin.purple{border-color:#ffffff26;border-top-color:var(--lb-purple)}.lb-spin.small{border-width:2px;width:16px;height:16px}.lb-spin.tiny{border-width:2px;width:12px;height:12px}@keyframes lb-spin{to{transform:rotate(360deg)}}.lb-link{color:var(--lb-cyan);cursor:pointer;font-weight:600}.lb-link:hover{text-decoration:underline}.text-title-lg{font-family:var(--lb-font-display);letter-spacing:-.3px;color:var(--lb-text-primary);font-size:22px;font-weight:800;line-height:1.2}.text-title{font-family:var(--lb-font-display);color:var(--lb-text-primary);font-size:17px;font-weight:700}.text-body-lg{font-family:var(--lb-font-body);color:var(--lb-text-primary);font-size:14px;font-weight:500;line-height:1.5}.text-body{font-family:var(--lb-font-body);color:var(--lb-text-secondary);font-size:13px;font-weight:400;line-height:1.5}.text-caption{font-family:var(--lb-font-body);color:var(--lb-text-muted);font-size:12px;font-weight:400}.text-caption-strong{font-family:var(--lb-font-display);letter-spacing:1.4px;text-transform:uppercase;color:var(--lb-text-muted);font-size:11px;font-weight:800}.text-micro{font-family:var(--lb-font-display);letter-spacing:1.6px;text-transform:uppercase;font-size:10px;font-weight:800}.opa-secondary{color:var(--lb-text-secondary)!important;opacity:1!important}.opa-muted{color:var(--lb-text-muted)!important;opacity:1!important}.opa-subtle{color:var(--lb-text-disabled)!important;opacity:1!important}.link-sky{color:var(--lb-cyan);cursor:pointer;font-weight:600}.link-sky:hover{text-decoration:underline}.lock-glyph,.envelope-glyph,.shield-glyph,.warn-glyph,.check-glyph{background:var(--lb-grad-gold);color:#1a0f00;justify-content:center;align-items:center;margin:0 auto;display:flex;box-shadow:0 6px #6b3f00,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 2px #ffffff8c,inset 0 -3px #00000038}.lock-glyph{border-radius:18px;width:64px;height:64px}.envelope-glyph{border-radius:22px;width:72px;height:72px}.shield-glyph{border-radius:26px;width:88px;height:88px}.warn-glyph{background:linear-gradient(#ffc85a 0%,#ff9f1c 100%);border-radius:18px;width:64px;height:64px}.check-glyph{color:#06291a;background:linear-gradient(#3fe39c 0%,#1e9c68 100%);border-radius:50%;width:88px;height:88px;box-shadow:0 6px #0a4a2e,0 8px #0000008c,0 16px 26px -4px #000000b3,inset 0 2px #ffffff73,inset 0 -3px #00000038}.tip-row{align-items:flex-start;gap:12px;padding:6px 0;display:flex}.tip-row .icon{color:var(--lb-cyan);background:#42c9f524;border:1px solid #42c9f552;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:2px;display:flex}.tip-row .text{color:var(--lb-text-primary);padding-top:3px;font-size:13px;line-height:1.4}.recovery-grid{background:var(--lb-border);border-radius:var(--lb-r-md);grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.recovery-grid .cell{background:var(--lb-bg-secondary);font-family:var(--lb-font-mono);color:var(--lb-mint);letter-spacing:1px;text-align:center;padding:12px 14px;font-size:14px;font-weight:700}.qr{border-radius:var(--lb-r-md);box-sizing:border-box;background:#fff;grid-template-rows:repeat(21,1fr);grid-template-columns:repeat(21,1fr);gap:1px;width:200px;height:200px;padding:12px;display:grid}.qr .qm{background:var(--lb-bg-primary);border-radius:1px}.code-chip{background:var(--lb-bg-secondary);border:1px solid var(--lb-border-strong);border-radius:var(--lb-r-md);font-family:var(--lb-font-mono);color:var(--lb-text-primary);letter-spacing:1px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;display:flex}.code-chip .copy{color:var(--lb-cyan);font-family:var(--lb-font-display);letter-spacing:1px;text-transform:uppercase;cursor:pointer;align-items:center;gap:6px;margin-left:auto;font-size:11px;font-weight:800;display:flex}.btn-outline{height:42px;color:var(--lb-text-primary);border:1.5px solid var(--lb-border-strong);border-radius:var(--lb-r-md);font-family:var(--lb-font-display);letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;background:#ffffff0a;flex:1;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:800;transition:background .15s,border-color .15s;display:inline-flex}.btn-outline:hover{background:#ffffff14}.btn-outline.mint{color:var(--lb-mint);background:#3fe39c1a;border-color:#3fe39c80}.settings-header{border-bottom:1px solid var(--lb-border);z-index:5;align-items:center;gap:12px;height:56px;padding:0 12px;display:flex;position:relative}.settings-header .title{font-family:var(--lb-font-display);color:var(--lb-text-primary);letter-spacing:-.2px;font-size:16px;font-weight:700}.back-btn{border-radius:var(--lb-r-md);border:1px solid var(--lb-border);cursor:pointer;background:#ffffff0a;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.spin{border:2.5px solid #ffffff26;border-top-color:var(--lb-text-primary);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite lb-spin}.spin.purple{border-color:#ffffff26;border-top-color:var(--lb-purple)}.spin.dark{border-color:#1a0f00 #1a0f0033 #1a0f0033}.spin.small{border-width:2px;width:16px;height:16px}.spin.tiny{border-width:2px;width:12px;height:12px}.chip{height:28px;font-family:var(--lb-font-display);letter-spacing:.4px;border:1px solid var(--lb-border);color:var(--lb-text-muted);background:#ffffff0a;border-radius:10px;align-items:center;gap:6px;padding:0 12px;font-size:11px;font-weight:800;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.chip.pass{color:var(--lb-mint);background:#3fe39c1f;border-color:#3fe39c52}.chip-row{flex-wrap:wrap;gap:6px;display:flex}.strength-bar{background:#ffffff0f;border-radius:999px;height:6px;position:relative;overflow:hidden}.strength-bar .fill{border-radius:999px;height:100%;transition:width .25s;position:absolute;top:0;left:0}.gi-wrap{flex-direction:column;gap:6px;display:flex}.gi-label{font-family:var(--lb-font-display);letter-spacing:1.4px;text-transform:uppercase;color:var(--lb-text-muted);font-size:11px;font-weight:800}.gi-field{background:var(--lb-bg-secondary);border:1.5px solid var(--lb-border);border-radius:var(--lb-r-md);align-items:center;height:52px;padding:0 16px;transition:border-color .15s,background .15s,box-shadow .2s;display:flex;position:relative}.gi-field input{min-width:0;height:100%;color:var(--lb-text-primary);font-family:var(--lb-font-body);background:0 0;border:0;outline:0;flex:1;font-size:15px;font-weight:500}.gi-field input::placeholder{color:var(--lb-text-muted);font-weight:400}.gi-field.focused{border-color:var(--lb-purple);background:var(--lb-bg-card);box-shadow:0 0 0 4px #8b5cf626}.gi-field.error{border-color:var(--lb-red);background:#e1382a0f}.gi-field.disabled{opacity:.55;background:#ffffff05}.gi-trailing{align-items:center;gap:8px;padding-left:8px;display:flex}.gi-error-msg{color:var(--lb-red);font-family:var(--lb-font-body);align-items:center;gap:6px;margin-top:2px;font-size:12px;font-weight:500;display:flex}.glass-card{background:var(--lb-bg-card);border:1px solid var(--lb-border);border-radius:var(--lb-r-xl);box-shadow:var(--lb-shadow-card);padding:18px;position:relative}.logo-mark{background:var(--lb-grad-gold);color:#1a0f00;font-family:var(--lb-font-display);letter-spacing:-.5px;justify-content:center;align-items:center;font-weight:900;display:flex;box-shadow:0 4px #6b3f00,0 6px #0000008c,inset 0 1px #ffffff8c,inset 0 -2px #00000038}.logo-mark.sm{border-radius:8px;width:32px;height:32px;font-size:13px}.logo-mark.md{border-radius:12px;width:48px;height:48px;font-size:18px}.logo-mark.lg{border-radius:18px;width:64px;height:64px;font-size:24px}.wordmark{font-family:var(--lb-font-display);color:var(--lb-text-primary);letter-spacing:1.5px;font-size:18px;font-weight:800}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--lb-font-body,"Inter", sans-serif);background:var(--lb-bg-primary,#120b1f);color:var(--lb-text-primary,#f5f2ff);-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.lb-scene{pointer-events:none;z-index:0;background:radial-gradient(60% 50% at 20% 0%, #8b5cf638 0%, transparent 60%), radial-gradient(50% 40% at 90% 20%, #f5b8411a 0%, transparent 60%), radial-gradient(70% 60% at 50% 100%, #42c9f51f 0%, transparent 60%), var(--lb-bg-primary,#120b1f);position:fixed;inset:0}.lb-scene:before{content:"";opacity:.6;background-image:radial-gradient(1px 1px at 12% 18%,#fff9 50%,#0000 51%),radial-gradient(1.4px 1.4px at 78% 24%,#c4b5fd8c 50%,#0000 51%),radial-gradient(1px 1px at 22% 78%,#fff6 50%,#0000 51%),radial-gradient(1px 1px at 70% 84%,#ffffff73 50%,#0000 51%),radial-gradient(1.4px 1.4px at 92% 52%,#ffe08a80 50%,#0000 51%);position:absolute;inset:0}main,header,footer,section{z-index:1;position:relative}.lb-wrap{max-width:1240px;margin:0 auto;padding:0 28px}.lb-nav{z-index:50;background:#0b0517c7;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.lb-nav-inner{grid-template-columns:1fr auto 1fr;align-items:center;height:72px;display:grid}.lb-brand{color:#fff;align-items:center;gap:12px;display:inline-flex}.lb-brand .mark{background:var(--lb-grad-purple,linear-gradient(180deg, #a78bfa 0%, #6d28d9 100%));border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;padding:4px;display:inline-flex;box-shadow:inset 0 1px #ffffff73,inset 0 -2px #00000038,0 4px #2e1264,0 6px 12px -2px #6d28d973}.lb-brand .mark svg{filter:drop-shadow(0 1px 2px #00000059);width:26px;height:26px}.lb-brand .wm{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:2px;font-size:17px;font-weight:900}.lb-brand .wm .o-slot{margin:0 1px;display:inline-block;transform:translateY(2px)}.lb-brand .wm .o-slot svg{width:14px;height:14px;display:block}.lb-brand .wm .letter{background:linear-gradient(#e6dbff 0%,#9d7bff 100%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lb-brand .wm .space{width:4px;display:inline-block}.lb-nav-links{justify-self:center;align-items:center;gap:26px;display:flex}.lb-nav-links a{color:#ffffffb8;font-size:13px;font-weight:600;transition:color .14s}.lb-nav-cta{justify-self:end;align-items:center;gap:12px;display:inline-flex}.lb-burger{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:none}.lb-burger svg{width:18px;height:18px}.btn3d{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.4px;text-transform:uppercase;text-shadow:0 1px #00000040;color:#fff;white-space:nowrap;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:12px;font-weight:800;transition:transform .12s,box-shadow .12s;display:inline-flex;transform:translateY(-2px)}.btn3d.gold{background:var(--lb-grad-gold,linear-gradient(180deg, #ffe0a0 0%, #f5b841 55%, #8e5a00 100%));box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 6px #6b3f00,0 8px #0000008c,0 16px 26px -4px #0006}.btn3d.purple{background:var(--lb-grad-purple,linear-gradient(180deg, #a78bfa 0%, #6d28d9 100%));box-shadow:inset 0 1px #ffffff73,inset 0 -2px #00000038,0 6px #2e1264,0 8px #0000008c,0 16px 26px -4px #0006}.btn3d.ghost{text-shadow:0 1px #00000059;background:#ffffff0f;border:1px solid #ffffff1f;box-shadow:inset 0 1px #ffffff14,0 6px #201735f2,0 8px #00000073,0 16px 26px -4px #0006}.btn3d:active{transform:translateY(0);box-shadow:0 2px 6px -2px #0000008c,inset 0 1px #fff6}.btn3d.lg{padding:16px 28px;font-size:13px}.lb-diamond{filter:drop-shadow(0 2px 4px #00000059);flex-shrink:0;display:inline-block}.lb-eyebrow{color:var(--lb-gold,#f5b841);font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.6px;text-transform:uppercase;background:#f5b8411f;border:1px solid #f5b84152;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:10.5px;font-weight:800;display:inline-flex}.lb-eyebrow.purple{color:#c4b5fd;background:#8b5cf624;border-color:#8b5cf666}.lb-eyebrow.mint{color:var(--lb-mint,#3fe39c);background:#3fe39c1f;border-color:#3fe39c66}.lb-section{padding:96px 0;position:relative}.lb-section--why{background:radial-gradient(80% 60% at 50% 0,#8b5cf61a 0%,#0000 60%),#120b1f}.lb-section--features{background:radial-gradient(60% 50% at 20% 0,#42c9f51a 0%,#0000 60%),radial-gradient(60% 50% at 80% 100%,#a78bfa1a 0%,#0000 60%),#1a0f30;border-top:1px solid #8b5cf62e;border-bottom:1px solid #8b5cf62e}.lb-section--how{background:radial-gradient(70% 60%,#f5b8412e 0%,#0000 65%),radial-gradient(40% 40% at 12% 8%,#ffe08a1f 0%,#0000 60%),radial-gradient(40% 40% at 88% 92%,#ff6a3d14 0%,#0000 60%),#1a0f10;border-top:1px solid #f5b8414d;border-bottom:1px solid #f5b8413d}.lb-section--how .lb-section-head h2{color:#ffe4a0}.lb-section--how .lb-step .n{background:var(--lb-grad-gold,linear-gradient(180deg, #ffe0a0 0%, #f5b841 55%, #8e5a00 100%));color:#1a0f00;text-shadow:0 1px #ffffff73;box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 3px #6b3f00}.lb-section--about{background:radial-gradient(60% 50% at 80% 20%,#f5b8411a 0%,#0000 60%),radial-gradient(50% 50% at 20% 80%,#8b5cf61a 0%,#0000 60%),#1b0f35;border-top:1px solid #f5b84133;border-bottom:1px solid #f5b84129}.lb-section--faq{background:radial-gradient(80% 60% at 50% 100%,#8b5cf61f 0%,#0000 60%),#0e0823}.lb-section-head{text-align:center;margin-bottom:56px}.lb-section-head h2{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-1.2px;max-width:720px;margin:16px auto 14px;font-size:44px;font-weight:900;line-height:1.1}.lb-section-head p{color:#ffffffb3;max-width:580px;margin:0 auto;font-size:16px;line-height:1.6}.lb-hero{padding:96px 0 108px;position:relative;overflow:hidden}.lb-hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.lb-hero-mesh{filter:saturate(1.18);background:radial-gradient(40% 40% at 88% 12%,#ffc85a8c 0%,#ffc85a00 60%),radial-gradient(38% 38% at 78% 78%,#ff4fa36b 0%,#ff4fa300 60%),radial-gradient(55% 55% at 18% 30%,#6d28d9c7 0%,#6d28d900 65%),radial-gradient(45% 45% at 12% 90%,#42c9f573 0%,#42c9f500 65%),linear-gradient(#1b0e3e 0%,#100728 55%,#060212 100%);position:absolute;inset:0}.lb-hero-bokeh{position:absolute;inset:0}.lb-hero-bokeh .b{filter:blur(64px);opacity:.7;mix-blend-mode:screen;border-radius:50%;animation:16s ease-in-out infinite lb-bokeh-drift;position:absolute}.lb-hero-bokeh .b1{background:#f5b8418c;width:280px;height:280px;top:-60px;right:-40px}.lb-hero-bokeh .b2{background:#a78bfaa6;width:220px;height:220px;animation-delay:-3s;top:40%;left:-80px}.lb-hero-bokeh .b3{background:#42c9f58c;width:180px;height:180px;animation-delay:-6s;bottom:6%;left:28%}.lb-hero-bokeh .b4{background:#ff4fa38c;width:140px;height:140px;animation-delay:-9s;top:18%;left:58%}.lb-hero-bokeh .b5{background:#3fe39c73;width:100px;height:100px;animation-delay:-12s;top:64%;right:18%}.lb-hero-bokeh .b6{filter:blur(40px);background:#ffe08aa6;width:80px;height:80px;animation-duration:10s;top:28%;right:32%}.lb-hero-bokeh .b7{filter:blur(28px);background:#c4b5fdd9;width:60px;height:60px;animation-duration:8s;top:70%;left:6%}@keyframes lb-bokeh-drift{0%,to{opacity:.7;transform:translate(0)scale(1)}25%{opacity:.85;transform:translate(60px,-36px)scale(1.1)}50%{opacity:.6;transform:translate(20px,32px)scale(.95)}75%{opacity:.8;transform:translate(-40px,-12px)scale(1.05)}}.lb-hero-grain{opacity:.35;mix-blend-mode:overlay;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.lb-hero-vignette{background:radial-gradient(120% 80% at 50% 30%, transparent 50%, #0000008c 100%), linear-gradient(180deg, transparent 70%, var(--lb-bg-primary,#120b1f) 100%);pointer-events:none;position:absolute;inset:0}.lb-hero-inner{z-index:1;text-align:center;grid-template-columns:1fr;align-items:center;gap:64px;max-width:760px;margin:0 auto;display:grid;position:relative}.lb-hero h1+p.lede,.lb-hero p.lede{margin-left:auto;margin-right:auto}.lb-hero h1{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-2.4px;margin:22px 0 18px;font-size:64px;font-weight:900;line-height:1.02}.lb-hero h1 .hl-gold{background:linear-gradient(90deg,#ffe0a0 0%,#f5b841 50%,#ffe0a0 100%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lb-hero p.lede{color:#ffffffc7;max-width:520px;margin:0 0 32px;font-size:18px;line-height:1.55}.lb-hero .cta-row{flex-wrap:wrap;gap:12px;display:inline-flex}.lb-hero .meta-row{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:.8px;color:#ffffff8c;gap:24px;margin-top:32px;font-size:11px;display:inline-flex}.lb-hero .meta-row b{color:#fff;font-weight:700}.lb-hero-mock{justify-content:center;align-items:center;min-height:540px;display:flex;position:relative}.lb-phone{background:linear-gradient(#1a1330 0%,#0b0518 100%);border:2px solid #a78bfa73;border-radius:38px;flex-direction:column;width:280px;height:560px;padding:20px 18px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px -20px #8b5cf68c,0 0 60px -10px #42c9f533,inset 0 1px #ffffff14}.lb-phone:before{content:"";background:#000;border-radius:999px;width:90px;height:20px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.lb-phone-screen{flex-direction:column;flex:1;gap:10px;margin-top:36px;display:flex}.lb-phone .greet{align-items:center;gap:10px;padding-bottom:6px;display:flex}.lb-phone .greet .av{background:linear-gradient(#c4b5fd 0%,#6e45d8 100%);border-radius:10px;width:34px;height:34px}.lb-phone .greet .nm{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#fff;font-size:13px;font-weight:800}.lb-phone .greet .sb{color:#ffffff8c;margin-top:1px;font-size:10px}.lb-phone-streak{background:linear-gradient(#ff6a3d33 0%,#ff6a3d0f 100%);border:1px solid #ff6a3d66;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;display:flex}.lb-phone-streak .num{font-family:var(--lb-font-display,"Poppins", sans-serif);color:var(--lb-ember,#ff6a3d);font-size:28px;font-weight:900;line-height:1}.lb-phone-streak .lbl{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.4px;color:var(--lb-ember,#ff6a3d);opacity:.78;font-size:9px;font-weight:800}.lb-phone-streak .dots{flex:1;grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.lb-phone-streak .dots span{background:#ffffff14;border-radius:99px;height:7px}.lb-phone-streak .dots span.on{background:var(--lb-ember,#ff6a3d)}.lb-phone-stats{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.lb-phone-stats .tile{text-align:center;background:#1a1330;border:1px solid #ffffff14;border-radius:12px;padding:8px 6px}.lb-phone-stats .tile .val{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#fff;font-size:14px;font-weight:800}.lb-phone-stats .tile .lab{color:#ffffff8c;letter-spacing:1px;text-transform:uppercase;margin-top:2px;font-size:8px}.lb-phone-task{background:#1a1330;border:1px solid #8b5cf666;border-radius:14px;padding:12px 14px;position:relative;box-shadow:0 0 14px -4px #8b5cf666}.lb-phone-task .h{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.4px;color:#fff;text-transform:uppercase;font-size:11px;font-weight:800}.lb-phone-task .p{gap:4px;margin-top:8px;display:inline-flex}.lb-phone-task .p span{background:#ffffff1a;border-radius:99px;width:16px;height:4px}.lb-phone-task .p span.on{background:var(--lb-mint,#3fe39c)}.lb-phone-task .arr{background:var(--lb-grad-purple,linear-gradient(180deg, #a78bfa 0%, #6d28d9 100%));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%);box-shadow:inset 0 1px #ffffff59,0 3px #2e1264}.lb-orbit{pointer-events:none;width:64px;height:64px;color:var(--lb-gold,#f5b841);background:#24183feb;border:1px solid #8b5cf666;border-radius:18px;justify-content:center;align-items:center;animation:4.4s ease-in-out infinite lb-bob;display:inline-flex;position:absolute;box-shadow:inset 0 1px #ffffff14,0 10px 22px -6px #0000008c}.lb-orbit.o1{top:18%;left:-8%}.lb-orbit.o2{animation-delay:-1400ms;top:14%;right:-8%}.lb-orbit.o3{animation-delay:-2800ms;bottom:6%;left:-2%}.lb-orbit svg{width:28px;height:28px}@keyframes lb-bob{0%,to{transform:translateY(0)rotate(-4deg)}50%{transform:translateY(-12px)rotate(4deg)}}.lb-pillars{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.lb-card{background:linear-gradient(180deg, #ffffff05 0%, #0003 100%), var(--lb-bg-card,#24183f);border:1px solid #ffffff0f;border-radius:20px;padding:28px;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative}.lb-card:hover{border-color:#8b5cf666;transform:translateY(-4px);box-shadow:0 14px 32px -10px #8b5cf64d}.lb-card .glyph{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;display:inline-flex;box-shadow:inset 0 1px #ffffff4d,inset 0 -2px #00000038,0 4px #00000059,0 6px 14px -4px #00000073}.lb-card .glyph.purple{background:var(--lb-grad-purple,linear-gradient(180deg, #a78bfa 0%, #6d28d9 100%))}.lb-card .glyph.gold{background:var(--lb-grad-gold,linear-gradient(180deg, #ffe0a0 0%, #f5b841 55%, #8e5a00 100%))}.lb-card .glyph.mint{background:linear-gradient(#b3f5d6 0%,#3fe39c 50%,#0e6e48 100%)}.lb-card .glyph.cyan{background:linear-gradient(#b3e8ff 0%,#42c9f5 50%,#0f6f94 100%)}.lb-card .glyph.pink{background:linear-gradient(#ffc4da 0%,#ff4fa3 50%,#9c2858 100%)}.lb-card .glyph.ember{background:linear-gradient(#ffb18f 0%,#ff6a3d 50%,#8a2a0e 100%)}.lb-card .glyph svg{color:#fff;width:28px;height:28px}.lb-card h3{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.2px;color:#fff;margin:0 0 8px;font-size:19px;font-weight:800}.lb-card p{color:#ffffffa6;margin:0;font-size:14.5px;line-height:1.55}.lb-features{gap:64px;display:grid}.lb-feature-row{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.lb-feature-row.reverse{direction:rtl}.lb-feature-row.reverse>*{direction:ltr}.lb-feature-row h3{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.8px;margin:16px 0 14px;font-size:32px;font-weight:900;line-height:1.15}.lb-feature-row p{color:#ffffffb3;max-width:460px;margin:0 0 22px;font-size:15.5px;line-height:1.6}.lb-feature-row ul{flex-direction:column;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.lb-feature-row li{color:#ffffffc7;align-items:flex-start;gap:10px;font-size:14px;display:flex}.lb-feature-row li .check{width:20px;height:20px;color:var(--lb-mint,#3fe39c);background:#3fe39c2e;border:1.5px solid #3fe39c8c;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.lb-feature-row li .check svg{width:11px;height:11px}.lb-mock{background:radial-gradient(120% 80% at 50% 0,#8b5cf62e 0%,#0000 60%),linear-gradient(#1a1330 0%,#0b0518 100%);border:1px solid #8b5cf640;border-radius:22px;min-height:320px;padding:26px;position:relative;overflow:hidden}.lb-mock-pretitle{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.6px;color:#ffffff8c;text-transform:uppercase;margin-bottom:14px;font-size:10px;font-weight:800}.lb-mock-board{flex-direction:column;gap:10px;display:flex}.lb-mock-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.lb-mock-row.top{background:linear-gradient(#f5b8412e 0%,#f5b8410a 100%);border-color:#f5b84173;box-shadow:0 0 18px -4px #f5b8414d}.lb-mock-row .rank{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#ffffff8c;text-align:center;font-size:16px;font-weight:900}.lb-mock-row.top .rank{color:var(--lb-gold,#f5b841)}.lb-mock-row .who{align-items:center;gap:10px;display:flex}.lb-mock-row .av{background:linear-gradient(#c4b5fd 0%,#6e45d8 100%);border-radius:8px;width:28px;height:28px}.lb-mock-row.top .av{background:linear-gradient(#ffe0a0 0%,#f5b841 100%)}.lb-mock-row .nm{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#fff;font-size:13px;font-weight:700}.lb-mock-row .pl{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);font-size:13px;font-weight:700}.lb-mock-row .pl.pos{color:var(--lb-mint,#3fe39c)}.lb-mock-row .pl.neg{color:var(--lb-red,#e1382a)}.lb-mock-chart{height:220px;padding-top:18px;position:relative}.lb-mock-chart svg{width:100%;height:100%;display:block}.lb-mock-chart .legend{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);color:#ffffff8c;gap:16px;margin-top:14px;font-size:10.5px;display:flex}.lb-mock-chart .legend .dot{vertical-align:middle;border-radius:999px;width:8px;height:8px;margin-right:6px;display:inline-block}.lb-mock-radar{justify-content:center;align-items:center;min-height:280px;display:flex}.lb-steps{grid-template-columns:repeat(4,1fr);gap:16px;display:grid;position:relative}.lb-step{background:linear-gradient(180deg, #ffffff05 0%, #0003 100%), var(--lb-bg-card,#24183f);border:1px solid #ffffff0f;border-radius:18px;padding:22px}.lb-step .n{background:var(--lb-grad-purple,linear-gradient(180deg, #a78bfa 0%, #6d28d9 100%));color:#fff;width:36px;height:36px;font-family:var(--lb-font-display,"Poppins", sans-serif);border-radius:10px;justify-content:center;align-items:center;margin-bottom:14px;font-size:16px;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #ffffff4d,0 3px #2e1264}.lb-step h3{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#fff;margin:0 0 6px;font-size:16px;font-weight:800}.lb-step p{color:#ffffffa6;margin:0;font-size:13.5px;line-height:1.55}.lb-about-row{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.lb-about-row h2{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-1px;margin:16px 0 18px;font-size:40px;font-weight:900;line-height:1.1}.lb-about-row p{color:#ffffffb8;max-width:480px;margin:0 0 16px;font-size:15.5px;line-height:1.65}.lb-stats{grid-template-columns:1fr 1fr;gap:14px;display:grid}.lb-stat-tile{background:linear-gradient(180deg, #f5b8411a 0%, #f5b84105 100%), var(--lb-bg-card,#24183f);border:1px solid #f5b8414d;border-radius:18px;padding:22px}.lb-stat-tile .v{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-1px;color:var(--lb-gold,#f5b841);font-size:36px;font-weight:900;line-height:1.05}.lb-stat-tile .l{color:#ffffffa6;letter-spacing:.4px;text-transform:uppercase;margin-top:8px;font-size:12px;font-weight:600}.lb-faq{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.lb-faq-item{background:var(--lb-bg-card,#24183f);border:1px solid var(--lb-border,#ffffff14);border-radius:14px;transition:background .16s,border-color .16s;overflow:hidden}.lb-faq-item:hover{background:var(--lb-bg-elevated,#2e1f4d)}.lb-faq-item[open]{border-color:var(--lb-purple,#8b5cf6);background:var(--lb-bg-card,#24183f)}.lb-faq-item summary{cursor:pointer;font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.1px;color:var(--lb-text-primary,#f5f2ff);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:15.5px;font-weight:700;list-style:none;display:flex}.lb-faq-item summary::-webkit-details-marker{display:none}.lb-faq-item summary:after{content:"";border:1px solid var(--lb-border,#ffffff14);background:#ffffff0a url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237E739D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") 50%/14px 14px no-repeat;border-radius:8px;flex-shrink:0;width:28px;height:28px;transition:transform .2s,background-color .2s,border-color .2s,background-image .2s}.lb-faq-item[open] summary:after{background-color:var(--lb-purple,#8b5cf6);border-color:var(--lb-purple,#8b5cf6);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");transform:rotate(180deg)}.lb-faq-item .a{font-family:var(--lb-font-body,"Inter", sans-serif);color:var(--lb-text-secondary,#b8acd9);padding:0 22px 20px;font-size:14px;font-weight:500;line-height:1.65}.lb-cta{background:radial-gradient(60% 60% at 50% 0,#f5b84129 0%,#0000 60%),radial-gradient(70% 70% at 50% 100%,#42c9f524 0%,#0000 65%),linear-gradient(#2a1659 0%,#1a0b3a 60%,#120b1f 100%);border-top:1px solid #8b5cf64d;border-bottom:1px solid #8b5cf633;padding:112px 0 96px;position:relative;overflow:hidden}.lb-cta-card{text-align:center;max-width:720px;box-shadow:none;background:0 0;border:0;margin:0 auto;padding:0;position:relative}.lb-cta-card .glyph{filter:drop-shadow(0 12px 28px #f5b84173);justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 22px;display:flex}.lb-cta-card h2{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-1.4px;margin:0 0 16px;font-size:48px;font-weight:900;line-height:1.08}.lb-cta-card p{color:#ffffffc7;max-width:540px;margin:0 auto 32px;font-size:17px;line-height:1.6}.lb-cta-card .cta-row{flex-wrap:wrap;justify-content:center;gap:12px;display:inline-flex}.lb-footer{border-top:1px solid #ffffff0f;padding:56px 0 36px}.lb-footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:56px;margin-bottom:36px;display:grid}.lb-footer-col h4{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.6px;text-transform:uppercase;color:#ffffff73;margin:0 0 14px;font-size:11px;font-weight:800}.lb-footer-col a{color:#ffffffb3;margin-bottom:8px;font-size:13.5px;transition:color .14s;display:block}.lb-footer-col a:hover{color:#fff}.lb-footer-col p{color:#ffffff8c;margin:0;font-size:13.5px;line-height:1.55}.lb-footer-bar{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);color:#fff6;letter-spacing:.4px;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:24px;font-size:11px;display:flex}@media (max-width:980px){.lb-hero{padding:56px 0 48px}.lb-hero-inner{grid-template-columns:1fr;gap:48px}.lb-hero h1{font-size:46px}.lb-hero-mock{min-height:480px}.lb-pillars{grid-template-columns:1fr}.lb-feature-row{grid-template-columns:1fr;gap:32px}.lb-feature-row.reverse{direction:ltr}.lb-feature-row h3{font-size:26px}.lb-steps{grid-template-columns:repeat(2,1fr)}.lb-about-row{grid-template-columns:1fr;gap:36px}.lb-about-row h2{font-size:32px}.lb-section{padding:72px 0}.lb-section-head h2{font-size:32px}.lb-footer-grid{grid-template-columns:1fr 1fr;gap:36px}.lb-cta-card h2{font-size:32px}.lb-cta-card{padding:48px 24px}}@media (max-width:640px){.lb-hero-bokeh .b6,.lb-hero-bokeh .b7{display:none}.lb-hero-grain{opacity:.25}.lb-wrap{padding:0 18px}.lb-nav-links,.lb-nav-cta .btn3d:not(.lg){display:none}.lb-burger{display:inline-flex}.lb-hero h1{letter-spacing:-1.6px;font-size:36px}.lb-hero p.lede{font-size:16px}.lb-hero .meta-row{flex-wrap:wrap;gap:14px}.lb-phone{width:240px;height:480px}.lb-hero-mock{min-height:400px}.lb-orbit{width:52px;height:52px}.lb-orbit svg{width:22px;height:22px}.lb-section{padding:56px 0}.lb-section-head h2{font-size:26px}.lb-section-head p{font-size:14px}.lb-steps,.lb-stats{grid-template-columns:1fr}.lb-card{padding:22px}.lb-faq-item summary{padding:18px;font-size:14px}.lb-faq-item .a{padding:0 18px 18px;font-size:13.5px}.lb-cta-card h2{font-size:26px}.lb-cta-card p{font-size:14.5px}.lb-footer-grid{grid-template-columns:1fr;gap:28px}.lb-footer-bar{flex-direction:column;align-items:flex-start;gap:8px}.lb-mock{min-height:260px;padding:18px}.lb-mock-chart{height:180px}}.lb-drawer{z-index:200;background:#080410eb;flex-direction:column;padding:28px 24px;display:none;position:fixed;inset:0}.lb-drawer.open{display:flex}.lb-drawer-top{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.lb-drawer nav{flex-direction:column;gap:6px;display:flex}.lb-drawer nav a{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#ffffffc7;border-radius:12px;padding:14px 16px;font-size:18px;font-weight:700;transition:background .14s,color .14s}.lb-drawer nav a:hover{color:#fff;background:#ffffff0a}.lb-drawer-cta{flex-direction:column;gap:10px;margin-top:auto;padding-top:24px;display:flex}.lb-progress{z-index:100;pointer-events:none;background:#ffffff0a;height:3px;position:fixed;top:0;left:0;right:0}.lb-progress .bar{transform-origin:0;background:linear-gradient(90deg,#f5b841 0%,#8b5cf6 50%,#42c9f5 100%);width:100%;height:100%;transition:transform 80ms linear;transform:scaleX(0);box-shadow:0 0 12px #a78bfa8c}.lb-cursor{pointer-events:none;z-index:1;mix-blend-mode:screen;filter:blur(20px);will-change:transform;background:radial-gradient(circle,#a78bfa2e 0%,#f5b8411a 35%,#0000 70%);border-radius:50%;width:400px;height:400px;position:fixed;top:0;left:0}@media (pointer:coarse){.lb-cursor{display:none}}.lb-pointer,.lb-pointer-ring{pointer-events:none;will-change:transform;opacity:0;transition:opacity .22s ease-out;position:fixed;top:0;left:0}html.lb-cursor-on .lb-pointer,html.lb-cursor-on .lb-pointer-ring{opacity:1}.lb-pointer{z-index:2000000001;width:22px;height:22px;transition:opacity .22s ease-out,filter .2s ease-out;transform:translate(-100px,-100px)}.lb-pointer .cur-shape{width:100%;height:100%;display:none;position:relative}.lb-pointer .cur-shape svg{transform-origin:50% 60%;filter:drop-shadow(0 2px #0000008c)drop-shadow(0 0 8px #f5b84173);width:100%;height:100%;transition:transform .24s cubic-bezier(.34,1.56,.64,1),filter .2s ease-out;display:block}.lb-pointer .cur-arrow svg{transform-origin:18% 16%}.lb-pointer .cur-dot{transform-origin:50%;background:radial-gradient(circle at 35% 30%,#ffe4a0 0%,#f5b841 55%,#8e5a00 100%);border-radius:50%;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease-out;box-shadow:inset 0 1px #fff9,inset 0 -2px #00000040,0 2px #00000080,0 0 10px #f5b8418c}html[data-cursor-variant=diamond] .lb-pointer .cur-diamond,html[data-cursor-variant=arrow] .lb-pointer .cur-arrow,html[data-cursor-variant=dot] .lb-pointer .cur-dot{display:block}html[data-cursor-variant=dot] .lb-pointer{width:12px;height:12px}.lb-pointer-ring{z-index:2000000000;background:radial-gradient(circle,#f5b8410f 0%,#0000 70%);border:1.5px solid #f5b8416b;border-radius:50%;width:38px;height:38px;margin:-19px 0 0 -19px;transition:opacity .22s ease-out,width .22s cubic-bezier(.34,1.56,.64,1),height .22s cubic-bezier(.34,1.56,.64,1),margin .22s cubic-bezier(.34,1.56,.64,1),border-color .2s ease-out,box-shadow .22s ease-out,background .22s ease-out}html.lb-cursor-on .lb-pointer.is-hover .cur-shape svg{filter:drop-shadow(0 3px #000000a6)drop-shadow(0 0 14px #f5b841d9);transform:rotate(14deg)scale(1.18)}html[data-cursor-variant=arrow].lb-cursor-on .lb-pointer.is-hover .cur-arrow svg{transform:rotate(-8deg)scale(1.15)}html[data-cursor-variant=dot].lb-cursor-on .lb-pointer.is-hover .cur-dot{transform:scale(1.55);box-shadow:inset 0 1px #ffffffb3,inset 0 -2px #00000040,0 3px #00000080,0 0 18px #f5b841e6}html.lb-cursor-on .lb-pointer-ring.is-hover{border-color:var(--lb-cursor-hover-c,#f5b841d9);background:radial-gradient(circle, var(--lb-cursor-hover-fill,#f5b8411a) 0%, transparent 70%);width:54px;height:54px;box-shadow:0 0 22px var(--lb-cursor-hover-glow,#f5b84147), inset 0 0 14px var(--lb-cursor-hover-fill,#f5b84124);margin:-27px 0 0 -27px}html[data-cursor-hover=gold]{--lb-cursor-hover-c:#f5b841eb;--lb-cursor-hover-fill:#f5b8411f;--lb-cursor-hover-glow:#f5b84152}html[data-cursor-hover=purple]{--lb-cursor-hover-c:#8b5cf6f2;--lb-cursor-hover-fill:#8b5cf624;--lb-cursor-hover-glow:#8b5cf666}html[data-cursor-hover=pink]{--lb-cursor-hover-c:#ff4fa3f2;--lb-cursor-hover-fill:#ff4fa324;--lb-cursor-hover-glow:#ff4fa366}html.lb-cursor-on .lb-pointer.is-press .cur-shape svg{filter:drop-shadow(0 1px 0 #0000008c) drop-shadow(0 0 18px var(--lb-cursor-press-glow,#f5b841));transform:rotate(14deg)translateY(3px)scale(.92)}html[data-cursor-variant=arrow].lb-cursor-on .lb-pointer.is-press .cur-arrow svg{transform:rotate(-8deg)translateY(2px)scale(.94)}html[data-cursor-variant=dot].lb-cursor-on .lb-pointer.is-press .cur-dot{box-shadow:inset 0 1px 0 #ffffffb3, inset 0 -2px 0 #00000040, 0 2px 0 #00000080, 0 0 20px var(--lb-cursor-press-glow,#f5b841e6);transform:scale(1.1)}html.lb-cursor-on .lb-pointer-ring.is-press{border-color:var(--lb-cursor-press-c,#8b5cf6f2);background:radial-gradient(circle, var(--lb-cursor-press-fill,#8b5cf62e) 0%, transparent 70%);width:36px;height:36px;box-shadow:0 0 20px var(--lb-cursor-press-glow,#8b5cf673), inset 0 0 10px var(--lb-cursor-press-fill,#8b5cf633);margin:-18px 0 0 -18px}html[data-cursor-press=gold]{--lb-cursor-press-c:#f5b841fa;--lb-cursor-press-fill:#f5b84138;--lb-cursor-press-glow:#f5b8418c}html[data-cursor-press=purple]{--lb-cursor-press-c:#8b5cf6f2;--lb-cursor-press-fill:#8b5cf62e;--lb-cursor-press-glow:#8b5cf673}html.lb-cursor-on .lb-pointer.is-text{width:4px;height:22px}html.lb-cursor-on .lb-pointer.is-text .cur-shape{opacity:0}html.lb-cursor-on .lb-pointer.is-text:before{content:"";background:linear-gradient(#ffe4a0,#f5b841 55%,#8e5a00);border-radius:2px;position:absolute;inset:0;box-shadow:0 0 10px #f5b841a6}html.lb-cursor-on .lb-pointer-ring.is-text{opacity:0}html[data-cursor-ring=off] .lb-pointer-ring{display:none}html.lb-cursor-on,html.lb-cursor-on body,html.lb-cursor-on *,html.lb-cursor-on :before,html.lb-cursor-on :after{cursor:none!important}@media (pointer:coarse),(prefers-reduced-motion:reduce){.lb-pointer,.lb-pointer-ring{display:none!important}html.lb-cursor-on,html.lb-cursor-on body,html.lb-cursor-on *{cursor:auto!important}html.lb-cursor-on a,html.lb-cursor-on button,html.lb-cursor-on [role=button]{cursor:pointer!important}}.lb-sparkle-layer{pointer-events:none;z-index:9997;position:fixed;inset:0;overflow:hidden}.lb-spark{will-change:transform, opacity;background:radial-gradient(circle,#ffe4a0 0%,#f5b841 60%,#0000 100%);border-radius:50%;width:6px;height:6px;animation:.72s cubic-bezier(.22,1,.36,1) forwards lb-spark-fade;position:absolute;box-shadow:0 0 8px #f5b841d9}.lb-spark.purple{background:radial-gradient(circle,#c4b5fd 0%,#8b5cf6 60%,#0000 100%);box-shadow:0 0 8px #8b5cf6d9}.lb-spark.pink{background:radial-gradient(circle,#ffc1dc 0%,#ff4fa3 60%,#0000 100%);box-shadow:0 0 8px #ff4fa3d9}@keyframes lb-spark-fade{0%{opacity:.95;transform:translate(-50%,-50%)scale(.6)rotate(0)}60%{opacity:.7}to{transform:translate(calc(-50% + var(--dx,0px)), calc(-50% + var(--dy,16px))) scale(.2) rotate(180deg);opacity:0}}.lb-tweaks{z-index:9990;width:280px;font-family:var(--lb-font-display,Poppins), sans-serif;color:#fff;-webkit-user-select:none;user-select:none;background:linear-gradient(#2a1b4a 0%,#1f1338 100%);border:1px solid #f5b84147;border-radius:16px;position:fixed;bottom:20px;right:20px;box-shadow:0 18px 40px -8px #0009,0 0 24px #f5b8411f,inset 0 1px #ffffff14}.lb-tweaks[hidden]{display:none}.lb-tweaks-head{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 14px 8px;display:flex}.lb-tweaks-eyebrow{letter-spacing:1.6px;color:#f5b841;font-size:11px;font-weight:800}.lb-tweaks-x{color:#ffffffb3;background:0 0;border:0;border-radius:6px;place-items:center;width:24px;height:24px;padding:0;transition:background .16s,color .16s;display:grid}.lb-tweaks-x:hover{color:#fff;background:#ffffff14}.lb-tweaks-x svg{width:14px;height:14px}.lb-tweaks-body{flex-direction:column;gap:12px;max-height:70vh;padding:8px 14px 14px;display:flex;overflow:auto}.lb-tweaks-section{flex-direction:column;gap:6px;display:flex}.lb-tweaks-label{letter-spacing:.4px;color:#ffffffb3;justify-content:space-between;align-items:center;font-size:11px;font-weight:700;display:flex}.lb-tweaks-val{font-family:var(--lb-font-mono,monospace);color:#f5b841;font-size:11px}.lb-tweaks-seg{background:#00000052;border:1px solid #ffffff0f;border-radius:10px;grid-template-columns:repeat(2,1fr);gap:4px;padding:3px;display:grid}.lb-tweaks-seg--3{grid-template-columns:repeat(3,1fr)}.lb-tweaks-seg button{color:#ffffffb3;font:inherit;letter-spacing:.3px;background:0 0;border:0;border-radius:7px;padding:7px 6px;font-size:12px;font-weight:700;transition:background .16s,color .16s}.lb-tweaks-seg button:hover{color:#fff}.lb-tweaks-seg button[data-active=true]{color:#2a1100;background:linear-gradient(#f5b841,#d89b28);box-shadow:inset 0 1px #ffffff8c,inset 0 -1px #0000002e,0 1px #0006}.lb-tweaks-swatch-row{gap:8px;display:flex}.lb-tweaks-swatch-row button{background:var(--c);border:2px solid #ffffff1f;border-radius:50%;width:32px;height:32px;padding:0;transition:transform .16s,border-color .16s,box-shadow .16s;box-shadow:inset 0 1px #fff6,inset 0 -2px #0000004d}.lb-tweaks-swatch-row button:hover{transform:scale(1.08)}.lb-tweaks-swatch-row button[data-active=true]{box-shadow:inset 0 1px 0 #fff6, inset 0 -2px 0 #0000004d, 0 0 0 2px #f5b84180, 0 0 14px var(--c);border-color:#fff}.lb-tweaks-range{appearance:none;background:linear-gradient(90deg,#8b5cf6,#f5b841);border-radius:3px;outline:none;width:100%;height:6px}.lb-tweaks-range::-webkit-slider-thumb{appearance:none;cursor:pointer;background:linear-gradient(#ffe4a0,#f5b841 55%,#8e5a00);border:1.5px solid #6b3f00;border-radius:50%;width:18px;height:18px;box-shadow:0 2px #00000080,inset 0 1px #ffffff8c}.lb-tweaks-range::-moz-range-thumb{cursor:pointer;background:linear-gradient(#ffe4a0,#f5b841 55%,#8e5a00);border:1.5px solid #6b3f00;border-radius:50%;width:16px;height:16px;box-shadow:0 2px #00000080}.lb-reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.lb-reveal.in{opacity:1;transform:translateY(0)}.lb-steps .lb-step.lb-reveal:nth-child(2){transition-delay:90ms}.lb-steps .lb-step.lb-reveal:nth-child(3){transition-delay:.18s}.lb-steps .lb-step.lb-reveal:nth-child(4){transition-delay:.27s}.lb-stats .lb-stat-tile.lb-reveal:nth-child(2){transition-delay:80ms}.lb-stats .lb-stat-tile.lb-reveal:nth-child(3){transition-delay:.16s}.lb-stats .lb-stat-tile.lb-reveal:nth-child(4){transition-delay:.24s}@media (prefers-reduced-motion:reduce){.lb-reveal{opacity:1;transition:none;transform:none}}.lb-card,.lb-step,.lb-stat-tile{transform-style:preserve-3d;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .2s,box-shadow .2s,background .2s}.lb-card:hover{border-color:#a78bfa8c;box-shadow:0 22px 40px -14px #8b5cf673}.lb-ticker{background:linear-gradient(#0e0823 0%,#06030e 100%);border-top:1px solid #8b5cf633;border-bottom:1px solid #8b5cf633;padding:14px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.lb-ticker-track{white-space:nowrap;will-change:transform;gap:36px;animation:60s linear infinite lb-ticker;display:inline-flex}@keyframes lb-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.lb-ticker .ti{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:.5px;color:#ffffffd9;align-items:baseline;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.lb-ticker .ti em{font-style:normal;font-weight:700}.lb-ticker .ti.pos em{color:var(--lb-mint,#3fe39c)}.lb-ticker .ti.neg em{color:var(--lb-red,#e1382a)}.lb-ticker .ti:after{content:"·";color:#fff3;margin-left:36px}.lb-ticker .ti:last-child:after{content:none}.lb-nav-links a{padding:4px 0;position:relative}.lb-nav-links a:after{content:"";background:linear-gradient(90deg,#f5b841,#8b5cf6);border-radius:2px;height:2px;transition:right .22s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-2px;left:0;right:100%}.lb-nav-links a:hover:after{right:0}.lb-hero h1 .hl-gold{background:linear-gradient(90deg,#ffe4a0 0%,#f5b841 50%,#ffe4a0 100%) 0 0/200% 100%;color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite lb-shine}@keyframes lb-shine{0%{background-position:200% 0}to{background-position:-200% 0}}.btn3d{transition:transform .14s,box-shadow .14s,filter .14s}.btn3d:hover{filter:brightness(1.06);transform:translateY(-3px)}.btn3d:hover.gold{box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 7px #6b3f00,0 9px #0000008c,0 18px 30px -4px #f5b84166}.lb-mock{position:relative}.lb-mock:before,.lb-mock:after{content:"";pointer-events:none;border-radius:12px;position:absolute}.lb-mock:before{background:linear-gradient(#f5b84133,#f5b8410a);border:1px solid #f5b84173;width:56px;height:56px;animation:6s ease-in-out infinite lb-float-a;top:-18px;right:-18px}.lb-mock:after{background:linear-gradient(#42c9f533,#42c9f50a);border:1px solid #42c9f573;width:36px;height:36px;animation:7s ease-in-out infinite lb-float-b;bottom:-14px;left:-14px}@keyframes lb-float-a{0%,to{transform:translate(0)rotate(-6deg)}50%{transform:translate(-8px,-10px)rotate(6deg)}}@keyframes lb-float-b{0%,to{transform:translate(0)rotate(8deg)}50%{transform:translate(10px,-6px)rotate(-8deg)}}.lb-hero{justify-content:stretch;align-items:center;min-height:100vh;padding:0;display:flex;position:relative;overflow:hidden}.lb-hero-inner{z-index:5;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:120px 0 80px;display:flex;position:relative}.lb-hero-content{flex-direction:column;align-items:center;gap:22px;max-width:820px;margin:0 auto;display:flex}.lb-hero-content>*{margin:0}.lb-hero p.lede{max-width:600px;font-size:19px}.lb-hero .cta-row{flex-wrap:wrap;justify-content:center;gap:14px;display:inline-flex}.lb-hero .meta-row{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:.8px;color:#ffffff8c;flex-wrap:wrap;justify-content:center;gap:32px;margin-top:14px;font-size:11px;display:inline-flex}.lb-stock-card{z-index:3;font-family:var(--lb-font-mono,"JetBrains Mono", monospace);pointer-events:none;-webkit-backdrop-filter:blur(8px);background:linear-gradient(#24183feb 0%,#160e26eb 100%);border:1px solid #ffffff1a;border-radius:16px;width:180px;padding:14px 16px;animation:6s ease-in-out infinite lb-stock-float;position:absolute;box-shadow:inset 0 1px #ffffff0f,0 16px 36px -10px #0000008c,0 0 24px -4px #8b5cf640}.lb-stock-card .sym{color:#fff;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.lb-stock-card .sym .dot{border-radius:999px;flex-shrink:0;width:8px;height:8px}.lb-stock-card .sym .dot.pos{background:#3fe39c;box-shadow:0 0 8px #3fe39cb3}.lb-stock-card .sym .dot.neg{background:#e1382a;box-shadow:0 0 8px #e1382ab3}.lb-stock-card .sym .t{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:.6px;font-size:13px;font-weight:800}.lb-stock-card .sym .px{color:#ffffffd9;margin-left:auto;font-size:12px;font-weight:600}.lb-stock-card .spark{width:100%;height:32px;display:block}.lb-stock-card .chg{font-family:var(--lb-font-display,"Poppins", sans-serif);margin-top:4px;font-size:14px;font-weight:800}.lb-stock-card .chg.pos{color:#3fe39c}.lb-stock-card .chg.neg{color:#e1382a}.lb-stock-card.sc1{animation-delay:0s;top:16%;left:6%;transform:rotate(-4deg)}.lb-stock-card.sc2{animation-delay:-1.5s;top:22%;right:8%;transform:rotate(5deg)}.lb-stock-card.sc3{animation-delay:-3s;top:64%;left:4%;transform:rotate(3deg)}.lb-stock-card.sc4{animation-delay:-4.5s;top:60%;right:6%;transform:rotate(-6deg)}@keyframes lb-stock-float{0%,to{transform:translateY(0) rotate(var(--rot,0deg))}50%{transform:translateY(-12px) rotate(var(--rot,0deg))}}.lb-stock-card.sc1{--rot:-4deg}.lb-stock-card.sc2{--rot:5deg}.lb-stock-card.sc3{--rot:3deg}.lb-stock-card.sc4{--rot:-6deg}.lb-hero-candles{opacity:.45;z-index:2;width:220px;height:600px;position:absolute;top:50%;left:-40px;transform:translateY(-50%)}.lb-hero-curve{z-index:2;pointer-events:none;opacity:.85;width:100%;height:100%;position:absolute;bottom:0;left:0;right:0}.lb-curve-line{stroke-dasharray:4000;stroke-dashoffset:4000px;filter:drop-shadow(0 0 10px #a78bfa8c);animation:3.4s cubic-bezier(.22,1,.36,1) .4s forwards lb-curve-draw}@keyframes lb-curve-draw{to{stroke-dashoffset:0}}.lb-hero-scrollhint{color:#ffffff8c;flex-direction:column;align-items:center;gap:8px;animation:2.4s ease-in-out infinite lb-scrollhint;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.lb-hero-scrollhint .line{background:linear-gradient(#fff0 0%,#f5b841d9 100%);width:1.5px;height:40px}.lb-hero-scrollhint .lbl{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:2px;font-size:9.5px;font-weight:800}@keyframes lb-scrollhint{0%,to{opacity:.6;transform:translate(-50%)translateY(0)}50%{opacity:1;transform:translate(-50%)translateY(6px)}}@media (max-width:980px){.lb-hero h1{letter-spacing:-2px;font-size:56px}.lb-stock-card{width:150px;padding:11px 13px}.lb-stock-card.sc1{top:12%;left:4%}.lb-stock-card.sc2{top:14%;right:4%}.lb-stock-card.sc3{top:72%;left:4%}.lb-stock-card.sc4{top:70%;right:4%}.lb-hero-candles{display:none}}@media (max-width:640px){.lb-hero{min-height:auto;padding:80px 0 56px}.lb-hero-inner{min-height:auto;padding:40px 0 20px}.lb-hero h1{letter-spacing:-1.4px;font-size:40px}.lb-hero p.lede br{display:none}.lb-hero .meta-row{gap:14px}.lb-hero-scrollhint,.lb-stock-card.sc1,.lb-stock-card.sc4{display:none}.lb-stock-card.sc2{top:8%;right:4%;transform:rotate(4deg)scale(.85)}.lb-stock-card.sc3{top:auto;bottom:4%;left:4%;transform:rotate(3deg)scale(.85)}}.lb-store-btn{color:#fff;white-space:nowrap;background:#0b0517;border:1.5px solid #ffffff2e;border-radius:14px;align-items:center;gap:12px;min-height:56px;padding:10px 18px;text-decoration:none;transition:transform .14s,box-shadow .14s,border-color .14s,filter .14s;display:inline-flex;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff0f,0 6px #0000008c,0 8px #00000059,0 16px 26px -4px #0000008c}.lb-store-btn:hover{filter:brightness(1.08);border-color:#ffffff52;transform:translateY(-4px);box-shadow:inset 0 1px #ffffff0f,0 8px #0000008c,0 10px #00000059,0 22px 32px -4px #0000008c}.lb-store-btn:active{transform:translateY(0);box-shadow:inset 0 1px #ffffff0f,0 2px #0000008c,0 4px 8px -2px #0000008c}.lb-store-btn .ico{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.lb-store-btn .ico svg{width:100%;height:100%;display:block}.lb-store-btn .ico svg path{color:#fff}.lb-store-btn .txt{text-align:left;flex-direction:column;align-items:flex-start;line-height:1.05;display:inline-flex}.lb-store-btn .t1{font-family:var(--lb-font-body,"Inter", sans-serif);letter-spacing:.6px;color:#ffffffb8;font-size:10px;font-weight:500}.lb-store-btn .t2{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.2px;margin-top:3px;font-size:17px;font-weight:700}.lb-store-btn.android .t1{text-transform:uppercase;letter-spacing:1.2px;font-weight:700}.lb-reviews{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.lb-review{background:linear-gradient(180deg, #ffffff05 0%, #0003 100%), var(--lb-bg-card,#24183f);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:18px;padding:28px;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .2s,box-shadow .2s;display:flex;position:relative}.lb-review:hover{border-color:#f5b84159;transform:translateY(-4px);box-shadow:0 22px 40px -14px #f5b84133}.lb-review .stars{color:var(--lb-gold,#f5b841);gap:3px;display:inline-flex}.lb-review .stars svg{filter:drop-shadow(0 1px 2px #f5b84173);width:16px;height:16px}.lb-review .quote{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.2px;color:var(--lb-text-primary,#f5f2ff);flex:1;margin:0;font-size:17px;font-weight:600;line-height:1.45}.lb-review footer{border-top:1px solid #ffffff0f;align-items:center;gap:12px;padding-top:4px;display:flex}.lb-review .av{width:40px;height:40px;font-family:var(--lb-font-display,"Poppins", sans-serif);color:#fff;text-shadow:0 1px #00000059;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:17px;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #ffffff4d,inset 0 -2px #00000038,0 4px #00000059}.lb-review .av.purple{background:linear-gradient(#a78bfa 0%,#6d28d9 100%)}.lb-review .av.gold{color:#1a0f00;text-shadow:0 1px #ffffff73;background:linear-gradient(#ffe0a0 0%,#f5b841 55%,#8e5a00 100%)}.lb-review .av.cyan{background:linear-gradient(#b3e8ff 0%,#42c9f5 50%,#0f6f94 100%)}.lb-review .who{flex-direction:column;gap:2px;display:flex}.lb-review .who .nm{font-family:var(--lb-font-display,"Poppins", sans-serif);color:var(--lb-text-primary,#f5f2ff);font-size:14px;font-weight:700}.lb-review .who .meta{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);color:var(--lb-text-muted,#7e739d);letter-spacing:.4px;font-size:10.5px}.lb-review.featured{background:radial-gradient(120% 80% at 50% 0%, #f5b8412e 0%, transparent 65%), var(--lb-bg-card,#24183f);border-color:#f5b84180;box-shadow:inset 0 1px #ffffff0f,0 14px 36px -12px #f5b84147}@media (max-width:980px){.lb-reviews{grid-template-columns:1fr;gap:14px}.lb-review{padding:22px}.lb-review .quote{font-size:15.5px}}.lb-steps .lb-step{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex;box-shadow:none!important;background:0 0!important;border:0!important;padding:12px 8px!important}.lb-steps .lb-step:hover{transform:none!important}.lb-steps .lb-step .n{margin:0 0 6px}.lb-steps .lb-step h3{text-align:center}.lb-steps .lb-step p{text-align:center;max-width:220px}.lb-review{gap:10px;padding:24px 24px 20px}.lb-review .quote{flex:none;margin-bottom:0}.lb-review footer{margin-top:6px;padding-top:12px}.lb-card{grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:6px 14px;display:grid}.lb-card .glyph{grid-area:1/1;margin-bottom:0!important}.lb-card h3{grid-area:1/2;align-self:center;margin:0!important}.lb-card p{grid-area:2/1/auto/-1;margin:4px 0 0!important}.lb-hero{min-height:auto;padding-bottom:0}.lb-hero-inner{min-height:88vh;padding-bottom:24px}.lb-hero-scrollhint{bottom:18px}.lb-hero-previews{z-index:5;width:100%;padding:16px 0 84px;position:relative}.lb-preview-eyebrow{text-align:center;margin-bottom:36px}.lb-preview-row{grid-template-columns:repeat(3,1fr);place-items:end center;gap:32px;display:grid}.lb-preview-foot{text-align:center;margin-top:36px}.lb-phone-mock{aspect-ratio:9/19;background:linear-gradient(#1a1330 0%,#0b0518 100%);border:2px solid #a78bfa73;border-radius:38px;width:100%;max-width:280px;padding:12px;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),border-color .28s;position:relative;overflow:hidden;box-shadow:0 28px 60px -16px #8b5cf68c,0 0 40px -8px #42c9f533,inset 0 1px #ffffff14}.lb-phone-mock:hover{border-color:#a78bfaa6;transform:translateY(-8px);box-shadow:0 36px 72px -16px #8b5cf6b3,0 0 56px -8px #42c9f54d,inset 0 1px #ffffff1a}.lb-phone-mock .notch{z-index:5;background:#000;border-radius:999px;width:32%;height:18px;position:absolute;top:16px;left:50%;transform:translate(-50%)}.lb-phone-mock .screen{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#fff;background:radial-gradient(60% 50% at 50% 0,#8b5cf62e 0%,#0000 60%),linear-gradient(#120b1f 0%,#06030e 100%);border-radius:26px;flex-direction:column;gap:12px;padding:44px 14px 16px;display:flex;position:absolute;inset:14px;overflow:hidden}.lb-phone-mock .screen.tinted{background:radial-gradient(80% 60% at 50% 0,#f5b8412e 0%,#0000 60%),linear-gradient(#1a1330 0%,#06030e 100%)}.lb-phone-mock .status{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#ffffffd9;z-index:4;justify-content:space-between;align-items:center;font-size:11px;font-weight:700;display:flex;position:absolute;top:14px;left:18px;right:18px}.lb-phone-mock .status .r{color:#fff;align-items:center;gap:6px;display:inline-flex}.lb-phone-mock.pm2{transform:translateY(-24px)}.lb-phone-mock.pm2:hover{transform:translateY(-34px)}.lb-phone-mock.pm1 .greet{align-items:center;gap:10px;display:flex}.lb-phone-mock.pm1 .greet .av{background:radial-gradient(120% 80% at 50% 0,#8b5cf666 0%,#0000 70%),linear-gradient(#2a1659 0%,#160831 100%);border:1px solid #8b5cf673;border-radius:10px;width:34px;height:34px}.lb-phone-mock.pm1 .greet .nm{font-size:13px;font-weight:800}.lb-phone-mock.pm1 .greet .sb{color:#ffffff8c;margin-top:1px;font-size:10px;font-weight:500}.lb-phone-mock.pm1 .streak{background:linear-gradient(#ff6a3d33 0%,#ff6a3d0f 100%);border:1px solid #ff6a3d66;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;display:flex}.lb-phone-mock.pm1 .streak .num{color:#ff6a3d;align-items:baseline;gap:4px;font-size:26px;font-weight:900;line-height:1;display:inline-flex}.lb-phone-mock.pm1 .streak .num span{letter-spacing:1.2px;color:#ff6a3d;opacity:.78;font-size:9px;font-weight:800}.lb-phone-mock.pm1 .streak .dots{flex:1;grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.lb-phone-mock.pm1 .streak .dots span{background:#ffffff14;border-radius:99px;height:6px}.lb-phone-mock.pm1 .streak .dots span.on{background:#ff6a3d}.lb-phone-mock.pm1 .stage{background:radial-gradient(120% 80% at 50% 30%,#8b5cf638 0%,#0000 60%),linear-gradient(#1a0f30 0%,#06030e 100%);border:1px solid #8b5cf640;border-radius:14px;flex:1;justify-content:center;align-items:center;min-height:100px;display:flex;position:relative;overflow:hidden}.lb-phone-mock.pm1 .stage .orb{filter:blur(14px);opacity:.65;border-radius:50%;position:absolute}.lb-phone-mock.pm1 .stage .orb.a{background:#f5b8418c;width:60px;height:60px;top:6%;left:8%}.lb-phone-mock.pm1 .stage .orb.b{background:#3fe39c8c;width:50px;height:50px;bottom:10%;right:6%}.lb-phone-mock.pm1 .stage .orb.c{background:#42c9f58c;width:40px;height:40px;top:50%;right:25%}.lb-phone-mock.pm1 .stage .owl{z-index:2;filter:drop-shadow(0 6px 12px #8b5cf673);width:78px;height:98px;animation:3s ease-in-out infinite lb-pm-bob;position:relative}@keyframes lb-pm-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.lb-phone-mock.pm1 .stats{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.lb-phone-mock.pm1 .stats .tile{text-align:center;background:#1a1330;border:1px solid #ffffff14;border-radius:10px;padding:6px 4px}.lb-phone-mock.pm1 .stats .v{color:#fff;font-size:12px;font-weight:800}.lb-phone-mock.pm1 .stats .l{color:#ffffff8c;letter-spacing:1px;margin-top:1px;font-size:7.5px}.lb-phone-mock.pm2 .db-eyebrow{letter-spacing:1.6px;color:#f5b841;text-align:center;margin-top:4px;font-size:9.5px;font-weight:800}.lb-phone-mock.pm2 .db-title{letter-spacing:-.3px;text-align:center;margin-top:2px;font-size:22px;font-weight:800}.lb-phone-mock.pm2 .db-body{color:#ffffffb3;text-align:center;max-width:90%;margin:0 auto;font-size:10.5px;font-weight:500;line-height:1.35}.lb-phone-mock.pm2 .db-grid{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:4px;display:grid}.lb-phone-mock.pm2 .db-grid .c{aspect-ratio:1/.78;background:linear-gradient(180deg, #ffffff0a 0%, #0000002e 100%), var(--lb-bg-card,#24183f);border:1px solid #ffffff14;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.lb-phone-mock.pm2 .db-grid .c .d{letter-spacing:.8px;color:#ffffff8c;font-size:8px;font-weight:800}.lb-phone-mock.pm2 .db-grid .c .r{color:#fff;align-items:center;gap:3px;font-size:13px;font-weight:800;line-height:1;display:inline-flex}.lb-phone-mock.pm2 .db-grid .c .gem{clip-path:polygon(50% 0%,100% 38%,50% 100%,0% 38%);filter:drop-shadow(0 1px 1px #00000059);background:linear-gradient(#b3e8ff 0%,#42c9f5 100%);width:9px;height:11px;display:inline-block}.lb-phone-mock.pm2 .db-grid .c.claimed{background:linear-gradient(180deg, #3fe39c38 0%, #3fe39c0a 100%), var(--lb-bg-card,#24183f);opacity:.78;border-color:#3fe39c73}.lb-phone-mock.pm2 .db-grid .c.claimed .d{color:#3fe39c}.lb-phone-mock.pm2 .db-grid .c.today{background:linear-gradient(#a78bfa 0%,#6d28d9 100%);border:0;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff73,inset 0 -2px #00000038,0 3px #2e1264}.lb-phone-mock.pm2 .db-grid .c.today .d{color:#e9d5ff}.lb-phone-mock.pm2 .db-grid .c.today .r{color:#fff}.lb-phone-mock.pm2 .db-grid .c.milestone{background:linear-gradient(180deg, #f5b84147 0%, #f5b8410d 100%), var(--lb-bg-card,#24183f);border:1.5px dashed #f5b8418c;box-shadow:0 3px #6b3f008c}.lb-phone-mock.pm2 .db-grid .c.milestone .d,.lb-phone-mock.pm2 .db-grid .c.milestone .r{color:#f5b841}.lb-phone-mock.pm2 .db-grid .c.milestone .gem{background:linear-gradient(#ffe4a0 0%,#f5b841 100%)}.lb-phone-mock.pm2 .db-cta{color:#fff;font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.4px;text-shadow:0 1px #00000040;background:linear-gradient(#ffe0a0 0%,#f5b841 55%,#8e5a00 100%);border:0;border-radius:12px;justify-content:center;align-items:center;gap:6px;margin-top:auto;padding:12px 14px;font-size:12px;font-weight:800;display:inline-flex;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 4px #6b3f00}.lb-phone-mock.pm2 .db-cta .gem.big{clip-path:polygon(50% 0%,100% 38%,50% 100%,0% 38%);background:linear-gradient(#b3e8ff 0%,#42c9f5 100%);width:11px;height:13px;display:inline-block}.lb-phone-mock.pm3 .ttl-bar{text-align:center}.lb-phone-mock.pm3 .ttl-bar .title{font-size:18px;font-weight:800}.lb-phone-mock.pm3 .ttl-bar .sub{color:#ffffff8c;margin-top:2px;font-size:10.5px;font-weight:500}.lb-phone-mock.pm3 .radar{background:radial-gradient(60% 50%,#8b5cf638 0%,#0000 60%);border-radius:14px;flex:1;justify-content:center;align-items:center;padding:4px;display:flex}.lb-phone-mock.pm3 .radar svg{width:100%;height:auto;max-height:220px}.lb-phone-mock.pm3 .legend{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:.4px;color:#ffffffc7;grid-template-columns:1fr 1fr;gap:4px;font-size:9px;font-weight:700;display:grid}.lb-phone-mock.pm3 .legend .b{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:5px;padding:4px 6px;display:inline-flex}.lb-phone-mock.pm3 .legend .b i{border-radius:99px;width:6px;height:6px;display:inline-block;box-shadow:0 0 4px}@media (max-width:980px){.lb-preview-row{gap:16px}}@media (max-width:640px){.lb-preview-row{grid-template-columns:1fr;gap:32px}.lb-phone-mock.pm2{transform:none}.lb-phone-mock.pm2:hover{transform:translateY(-8px)}.lb-hero-previews{padding:12px 0 56px}}.lb-preview-row{justify-content:center;gap:24px;max-width:920px;margin:0 auto;display:flex!important}.lb-phone-mock{flex:1 1 0;width:100%;max-width:280px}@media (max-width:980px){.lb-preview-row{gap:14px;max-width:none}}@media (max-width:640px){.lb-preview-row{flex-direction:column;align-items:center;gap:28px}}.lb-section--why,.lb-section--features,.lb-section--how,.lb-section--about,.lb-section--faq{background:0 0!important;border:0!important}.lb-section{position:relative}.lb-section+.lb-section{border-top:1px solid #f5b8411a}.lb-section--features:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(50% 40% at 20% 0,#42c9f514 0%,#0000 60%),radial-gradient(50% 40% at 80% 100%,#a78bfa14 0%,#0000 60%);position:absolute;inset:0}.lb-section--features>.lb-wrap{z-index:1;position:relative}.lb-section--about:before{content:"";pointer-events:none;background:radial-gradient(50% 40% at 80% 20%,#f5b84112 0%,#0000 60%);position:absolute;inset:0}.lb-section--about>.lb-wrap{z-index:1;position:relative}.lb-section--why:before,.lb-section--features:after,.lb-section--about:before{content:"";position:absolute;left:0;right:0}.lb-nav{-webkit-backdrop-filter:blur(14px)saturate(140%);background:#0b05179e;border-bottom:1px solid #ffffff0a}.lb-nav-inner{height:68px}.lb-brand .wm{letter-spacing:1.2px;font-family:Poppins,Inter,-apple-system,system-ui,sans-serif;font-size:16px}.lb-brand .mark{border-radius:9px;width:32px;height:32px;padding:3px}.lb-brand .mark svg{width:22px;height:22px}.lb-nav-links a{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:.5px;color:#ffffff9e;font-size:11.5px}.lb-nav-links a:hover{color:#fff}.lb-nav .btn3d{letter-spacing:1.2px;padding:10px 18px;font-size:10.5px}.lb-hero-spotlight{filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(circle,#a78bfa47 0%,#f5b8411a 30%,#0000 65%);width:80vw;max-width:1200px;height:80vw;max-height:1200px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.lb-hero-grid{opacity:.6;pointer-events:none;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50% at 50% 40%,#000 0%,#0000 75%);mask-image:radial-gradient(60% 50% at 50% 40%,#000 0%,#0000 75%)}.lb-hero-prebadge{background:#0f081ec7;border:1px solid #f5b84152;border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:7px 14px;display:inline-flex;box-shadow:inset 0 1px #ffffff0f,0 4px 14px -4px #f5b8414d}.lb-hero-prebadge .dot{background:var(--lb-mint,#3fe39c);border-radius:999px;width:7px;height:7px;animation:1.8s ease-in-out infinite lb-prebadge-pulse;box-shadow:0 0 8px #3fe39cd9}@keyframes lb-prebadge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.lb-hero-prebadge .t{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);color:#ffffffd9;letter-spacing:.3px;font-size:11px;font-weight:600}.lb-hero-content-wrap{text-align:center;flex-direction:column;align-items:center;max-width:920px;margin:0 auto;display:flex}.lb-hero h1{letter-spacing:-3.5px;margin:0 0 20px;font-size:96px;font-weight:900;line-height:.96}.lb-hero h1 .hl-gold{font-style:italic}.lb-hero p.lede{color:#ffffffb8;max-width:580px;font-size:18.5px;font-weight:400;line-height:1.55}.lb-hero .meta-row{letter-spacing:1.4px;text-transform:uppercase;border-top:1px solid #ffffff0f;gap:40px;margin-top:36px;padding-top:28px;font-size:11.5px}.lb-hero .meta-row b{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.2px;text-transform:none;color:#f5b841;font-size:16px}.lb-press{z-index:1;background:#0003;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:36px 0;position:relative}.lb-press-row{color:#ffffff73;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px 28px;display:flex}.lb-press-label{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:2px;color:#ffffff4d;font-size:10px}.lb-press-logo{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.3px;color:#ffffff8c;font-size:18px;font-weight:800;transition:color .2s}.lb-press-logo:hover{color:#ffffffd9}.lb-press-dot{background:#fff3;border-radius:999px;width:4px;height:4px}.lb-pillars--bento{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.lb-pillars--bento .lb-card{grid-column:span 2}.lb-pillars--bento .lb-card--feature{background:radial-gradient(80% 60% at 100% 0%, #8b5cf62e 0%, transparent 60%), linear-gradient(180deg, #ffffff05 0%, #0003 100%), var(--lb-bg-card,#24183f);border:1px solid #8b5cf652;grid-area:span 2/span 4;display:grid;grid-template-columns:auto 1fr!important;padding:36px!important}.lb-pillars--bento .lb-card--feature h3{letter-spacing:-.6px;font-size:28px!important}.lb-pillars--bento .lb-card--feature p{line-height:1.6;font-size:16px!important}.lb-pillars--bento .lb-card--feature .glyph{width:72px;height:72px}.lb-pillars--bento .lb-card--feature .glyph svg{width:36px;height:36px}@media (max-width:980px){.lb-pillars--bento{grid-template-columns:1fr;gap:14px}.lb-pillars--bento .lb-card,.lb-pillars--bento .lb-card--feature{grid-area:auto/span 1}}.lb-section-head h2{font-weight:900;letter-spacing:-1.4px!important;font-size:52px!important;line-height:1.05!important}.lb-section-head .lb-eyebrow{position:relative}.lb-section-head .lb-eyebrow:before{content:"";vertical-align:middle;background:currentColor;border-radius:999px;width:4px;height:4px;margin-right:8px;display:inline-block;box-shadow:0 0 8px}.lb-reveal{filter:blur(8px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1),filter .7s cubic-bezier(.22,1,.36,1);transform:translateY(36px)scale(.985)}.lb-reveal.in{filter:blur();transform:translateY(0)scale(1)}.lb-store-btn{isolation:isolate;position:relative}.lb-store-btn:after{content:"";border-radius:inherit;filter:blur(14px);opacity:0;z-index:-1;background:linear-gradient(120deg,#f5b84173 0%,#0000 40%,#a78bfa73 100%);transition:opacity .24s;position:absolute;inset:-2px}.lb-store-btn:hover:after{opacity:1}.lb-faq-item summary:after{width:32px;height:32px}.lb-footer{background:linear-gradient(#0000 0%,#0006 100%)}.lb-cta-card h2{font-size:56px!important}.lb-cta-card p{font-size:18px!important}@media (max-width:980px){.lb-hero h1{letter-spacing:-2.4px;font-size:64px}.lb-section-head h2{font-size:38px!important}.lb-cta-card h2{font-size:36px!important}}@media (max-width:640px){.lb-hero h1{letter-spacing:-1.4px;font-size:44px}.lb-hero p.lede{font-size:16px}.lb-hero .meta-row{gap:18px;font-size:10px}.lb-section-head h2{font-size:28px!important}.lb-hero-prebadge{padding:6px 12px}.lb-hero-prebadge .t{font-size:10px}.lb-press-row{gap:14px}.lb-press-logo{font-size:14px}.lb-press-label{font-size:9px}}.lb-badges{grid-template-columns:1fr;gap:12px;display:grid}.lb-badge{background:linear-gradient(180deg, #ffffff08 0%, #0003 100%), var(--lb-bg-card,#24183f);border:1px solid #ffffff14;border-radius:18px;grid-template-columns:48px 1fr auto;grid-template-areas:"icon num label""icon meta meta";align-items:center;gap:2px 14px;padding:18px 20px;transition:transform .24s cubic-bezier(.22,1,.36,1),border-color .2s,box-shadow .2s;display:grid;position:relative}.lb-badge:hover{transform:translateY(-3px)}.lb-badge .b-icon{background:#ffffff0a;border-radius:12px;grid-area:icon;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.lb-badge .b-icon svg{width:24px;height:24px}.lb-badge .b-num{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.6px;color:#fff;grid-area:num;align-items:baseline;gap:2px;font-size:26px;font-weight:900;line-height:1;display:inline-flex}.lb-badge .b-num span{opacity:.85;font-size:16px;font-weight:700}.lb-badge .b-num .x{opacity:.55;margin:0 4px;font-size:14px}.lb-badge .b-label{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.6px;text-transform:uppercase;color:#ffffff8c;grid-area:label;align-self:end;padding-bottom:2px;font-size:10px;font-weight:800}.lb-badge .b-meta{color:#ffffffa6;grid-area:meta;font-size:12.5px;font-weight:500;line-height:1.4}.lb-badge.purple{background:linear-gradient(180deg, #8b5cf61f 0%, #8b5cf605 100%), var(--lb-bg-card,#24183f);border-color:#8b5cf659}.lb-badge.purple .b-icon{color:#c4b5fd;background:#8b5cf62e}.lb-badge.purple .b-label{color:#c4b5fd}.lb-badge.cyan{background:linear-gradient(180deg, #42c9f51f 0%, #42c9f505 100%), var(--lb-bg-card,#24183f);border-color:#42c9f559}.lb-badge.cyan .b-icon{color:#b3e8ff;background:#42c9f52e}.lb-badge.cyan .b-label{color:#42c9f5}.lb-badge.gold{background:linear-gradient(180deg, #f5b84124 0%, #f5b84105 100%), var(--lb-bg-card,#24183f);border-color:#f5b84173;box-shadow:0 0 22px -6px #f5b8414d}.lb-badge.gold .b-icon{color:#ffe4a0;background:#f5b84133}.lb-badge.gold .b-label{color:#f5b841}.lb-badge.gold .b-num{color:#ffe4a0}.lb-badge.featured{transform:translate(8px);box-shadow:0 0 22px -6px #42c9f54d}.lb-badge.featured:hover{transform:translate(8px)translateY(-3px)}.lb-badge .b-ribbon{color:#fff;font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.4px;text-shadow:0 1px #00000059;background:linear-gradient(#f5b841f2 0%,#8d5005f2 100%);border-radius:6px;padding:3px 10px;font-size:9px;font-weight:800;position:absolute;top:-8px;right:18px;box-shadow:0 4px 10px -2px #f5b84173}.lb-section-head h2{text-wrap:balance;max-width:980px}@media (max-width:980px){.lb-section-head h2{max-width:720px}}.lb-screens-section{padding:96px 0;position:relative}.lb-screens-row{grid-template-columns:repeat(3,1fr);place-items:end center;gap:28px;max-width:1080px;margin:0 auto;display:grid}.lb-screens-row .lb-phone-mock{width:100%;max-width:290px;position:relative;transform:none}.lb-screens-row .lb-phone-mock.pm2{transform:translateY(-32px)}.lb-screens-row .lb-phone-mock.pm1{transform:rotate(-2deg)}.lb-screens-row .lb-phone-mock.pm3{transform:rotate(2deg)}.lb-screens-row .lb-phone-mock.pm1:hover{transform:rotate(-2deg)translateY(-10px)}.lb-screens-row .lb-phone-mock.pm2:hover{transform:translateY(-44px)}.lb-screens-row .lb-phone-mock.pm3:hover{transform:rotate(2deg)translateY(-10px)}.lb-screen-cap{white-space:nowrap;font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:1px;color:#ffffff8c;background:#0b0517d9;border:1px solid #ffffff0f;border-radius:999px;padding:4px 10px;font-size:11px;position:absolute;bottom:-36px;left:50%;transform:translate(-50%)}@media (max-width:980px){.lb-screens-row{gap:16px}}@media (max-width:720px){.lb-screens-row{grid-template-columns:1fr;gap:56px;max-width:320px}.lb-screens-row .lb-phone-mock,.lb-screens-row .lb-phone-mock.pm1,.lb-screens-row .lb-phone-mock.pm2,.lb-screens-row .lb-phone-mock.pm3{transform:none}.lb-screens-row .lb-phone-mock:hover{transform:translateY(-8px)}}.lb-steps--cool{grid-template-columns:repeat(4,1fr);gap:24px;position:relative;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important;display:grid!important}.lb-steps--cool .lb-step{position:relative;box-shadow:none!important;text-align:center!important;background:0 0!important;border:0!important;flex-direction:column!important;align-items:center!important;gap:18px!important;padding:0!important;display:flex!important}.lb-steps--cool .lb-step:hover{transform:none!important}.lb-steps--cool .step-shell{background:radial-gradient(80% 80% at 50% 0,#8b5cf64d 0%,#0000 65%),linear-gradient(#1a0f30 0%,#06030e 100%);border:1.5px solid #8b5cf666;border-radius:50%;justify-content:center;align-items:center;width:152px;height:152px;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1),border-color .32s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff14,0 14px 38px -8px #8b5cf673,0 0 60px -20px #f5b84166}.lb-steps--cool .lb-step:hover .step-shell{border-color:#a78bfaa6;transform:translateY(-8px)scale(1.04);box-shadow:inset 0 1px #ffffff1f,0 24px 50px -10px #8b5cf6a6,0 0 80px -16px #f5b8418c}.lb-steps--cool .step-icon{color:#fff;filter:drop-shadow(0 6px 12px #8b5cf68c);justify-content:center;align-items:center;width:84px;height:84px;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex}.lb-steps--cool .step-icon svg{width:100%;height:100%}.lb-steps--cool .lb-step:hover .step-icon{transform:scale(1.08)rotate(-2deg)}.lb-steps--cool .n{background:var(--lb-grad-gold,linear-gradient(180deg, #ffe0a0 0%, #f5b841 55%, #8e5a00 100%));color:#1a0f00;width:44px;height:44px;font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.4px;z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:900;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 6px #6b3f00,0 8px 18px -2px #f5b8418c;margin:0!important}.lb-steps--cool .lb-step:not(:last-child) .step-shell:after{content:"";pointer-events:none;border-top:2px dashed #f5b84173;width:calc(24px + 50%);height:0;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%)}.lb-steps--cool:before{content:"";z-index:0;pointer-events:none;border-top:2px dashed #f5b84159;height:0;position:absolute;top:76px;left:12%;right:12%}.lb-steps--cool .lb-step:not(:last-child) .step-shell:after{display:none}.lb-steps--cool .lb-step>h3{text-align:center;margin:0!important;font-size:18px!important}.lb-steps--cool .lb-step>p{text-align:center;max-width:220px;margin:0!important;font-size:14px!important}.lb-steps--cool .s1 .step-shell{box-shadow:inset 0 1px #ffffff14,0 14px 38px -8px #f5b84173,0 0 60px -20px #f5b84166}.lb-steps--cool .s2 .step-shell{box-shadow:inset 0 1px #ffffff14,0 14px 38px -8px #42c9f573,0 0 60px -20px #42c9f566}.lb-steps--cool .s3 .step-shell{box-shadow:inset 0 1px #ffffff14,0 14px 38px -8px #3fe39c73,0 0 60px -20px #3fe39c66}.lb-steps--cool .s4 .step-shell{box-shadow:inset 0 1px #ffffff14,0 14px 38px -8px #8b5cf673,0 0 60px -20px #8b5cf666}@media (max-width:980px){.lb-steps--cool{grid-template-columns:repeat(2,1fr);gap:32px}.lb-steps--cool:before{display:none}}@media (max-width:540px){.lb-steps--cool{grid-template-columns:1fr;gap:36px}.lb-steps--cool .step-shell{width:132px;height:132px}}.lb-empty-screen{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:44px 0 0}.lb-empty-screen .ph-glow{opacity:.85;background:radial-gradient(60% 50% at 50% 30%,#8b5cf62e 0%,#0000 70%),repeating-linear-gradient(45deg,#ffffff05 0 8px,#0000 8px 16px);border:1.5px dashed #f5b8414d;border-radius:22px;position:absolute;inset:14%}.lb-empty-screen .ph-hint{z-index:1;flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.lb-empty-screen .dia svg{filter:drop-shadow(0 4px 10px #f5b84173);width:32px;height:32px;display:block}.lb-empty-screen .lab{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:1.4px;color:#ffffff73;text-transform:uppercase;font-size:9.5px}.lb-curriculum-badges .lb-badge .ico{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;padding:4px;display:inline-flex}.lb-curriculum-badges .lb-badge .ico svg{width:100%;height:100%}.lb-curriculum-badges .lb-badge.purple .ico{background:#8b5cf624;border-color:#8b5cf666}.lb-curriculum-badges .lb-badge.cyan .ico{background:#42c9f524;border-color:#42c9f566}.lb-curriculum-badges .lb-badge.gold .ico{background:#f5b84129;border-color:#f5b84173}.lb-steps--cool .lb-step .step-shell .n{font-family:var(--lb-font-display,"Poppins", sans-serif);text-shadow:0 2px #00000073,0 0 24px #a78bfa8c,0 0 48px #f5b8414d;transition:text-shadow .32s,transform .32s cubic-bezier(.22,1,.36,1);color:#fff!important;letter-spacing:-2px!important;width:auto!important;height:auto!important;box-shadow:none!important;background:0 0!important;font-size:64px!important;font-weight:900!important;position:static!important}.lb-steps--cool .lb-step:hover .step-shell .n{transform:scale(1.12)}.lb-steps--cool .s1 .step-shell .n{background:linear-gradient(#ffe4a0 0%,#f5b841 60%,#8e5a00 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 24px #f5b8418c,0 0 48px #f5b8414d;-webkit-background-clip:text;background-clip:text;color:#0000!important}.lb-steps--cool .s2 .step-shell .n{background:linear-gradient(#b3e8ff 0%,#42c9f5 60%,#0f6f94 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 24px #42c9f58c,0 0 48px #42c9f54d;-webkit-background-clip:text;background-clip:text;color:#0000!important}.lb-steps--cool .s3 .step-shell .n{background:linear-gradient(#b3f5d6 0%,#3fe39c 60%,#0e6e48 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 24px #3fe39c8c,0 0 48px #3fe39c4d;-webkit-background-clip:text;background-clip:text;color:#0000!important}.lb-steps--cool .s4 .step-shell .n{background:linear-gradient(#c4b5fd 0%,#9d7bff 60%,#3d178c 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 24px #a78bfa8c,0 0 48px #8b5cf64d;-webkit-background-clip:text;background-clip:text;color:#0000!important}.lb-steps-track{z-index:0;pointer-events:none;border-top:2px dashed #f5b84152;height:0;position:absolute;top:76px;left:12%;right:12%}.lb-steps-track .spark{background:radial-gradient(circle at 35% 35%,#ffe4a0 0%,#f5b841 50%,#8e5a00 100%);border-radius:999px;width:12px;height:12px;animation:6s cubic-bezier(.45,0,.55,1) infinite lb-steps-spark;position:absolute;top:-7px;left:0;box-shadow:0 0 0 4px #f5b84133,0 0 18px 6px #f5b8418c,0 0 32px 10px #f5b8414d}@keyframes lb-steps-spark{0%{filter:hue-rotate();left:0%}22%{filter:hue-rotate();left:32%}25%{filter:hue-rotate(-40deg);left:32%}47%{filter:hue-rotate(-40deg);left:66%}50%{filter:hue-rotate(60deg);left:66%}72%{filter:hue-rotate(60deg);left:100%}75%{filter:hue-rotate(-100deg);left:100%}to{filter:hue-rotate(-100deg);opacity:0;left:0%}}.lb-steps-track .spark{will-change:left, filter}.lb-steps--cool .lb-step .step-shell{animation:12s infinite lb-shell-rest}.lb-steps--cool .s1 .step-shell{animation:6s infinite lb-shell-pulse}.lb-steps--cool .s2 .step-shell{animation:6s 1.5s infinite lb-shell-pulse}.lb-steps--cool .s3 .step-shell{animation:6s 3s infinite lb-shell-pulse}.lb-steps--cool .s4 .step-shell{animation:6s 4.5s infinite lb-shell-pulse}@keyframes lb-shell-pulse{0%,90%,to{transform:translateY(0)scale(1);box-shadow:inset 0 1px #ffffff14,0 14px 38px -8px #8b5cf673,0 0 60px -20px #f5b84166}6%{transform:translateY(-6px)scale(1.04);box-shadow:inset 0 1px #ffffff1f,0 24px 50px -10px #f5b841a6,0 0 100px -10px #f5b841bf}}.lb-steps--cool .s2 .step-shell{animation-name:lb-shell-pulse-cyan}@keyframes lb-shell-pulse-cyan{0%,90%,to{transform:translateY(0)scale(1);box-shadow:inset 0 1px #ffffff14,0 14px 38px -8px #42c9f573,0 0 60px -20px #42c9f566}6%{transform:translateY(-6px)scale(1.04);box-shadow:inset 0 1px #ffffff1f,0 24px 50px -10px #42c9f5a6,0 0 100px -10px #42c9f5bf}}.lb-steps--cool .s3 .step-shell{animation-name:lb-shell-pulse-mint}@keyframes lb-shell-pulse-mint{0%,90%,to{transform:translateY(0)scale(1);box-shadow:inset 0 1px #ffffff14,0 14px 38px -8px #3fe39c73,0 0 60px -20px #3fe39c66}6%{transform:translateY(-6px)scale(1.04);box-shadow:inset 0 1px #ffffff1f,0 24px 50px -10px #3fe39ca6,0 0 100px -10px #3fe39cbf}}.lb-steps--cool .s4 .step-shell{animation-name:lb-shell-pulse-purple}@keyframes lb-shell-pulse-purple{0%,90%,to{transform:translateY(0)scale(1);box-shadow:inset 0 1px #ffffff14,0 14px 38px -8px #8b5cf673,0 0 60px -20px #8b5cf666}6%{transform:translateY(-6px)scale(1.04);box-shadow:inset 0 1px #ffffff1f,0 24px 50px -10px #a78bfaa6,0 0 100px -10px #a78bfabf}}@media (max-width:980px){.lb-steps-track{display:none}.lb-steps--cool .lb-step .step-shell{animation:none}}@media (prefers-reduced-motion:reduce){.lb-steps-track .spark,.lb-steps--cool .lb-step .step-shell{animation:none}}.lb-curriculum-badges{gap:16px!important}.lb-steps--cool .lb-step .step-shell .step-icon{color:#fff;filter:drop-shadow(0 6px 12px #8b5cf68c);justify-content:center;align-items:center;width:84px;height:84px;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex}.lb-steps--cool .lb-step .step-shell .step-icon svg{width:100%;height:100%}.lb-steps--cool .lb-step:hover .step-shell .step-icon{transform:scale(1.08)rotate(-3deg)}.lb-steps--cool .s1 .step-icon{color:#f5b841;filter:drop-shadow(0 6px 14px #f5b841a6)}.lb-steps--cool .s2 .step-icon{color:#42c9f5;filter:drop-shadow(0 6px 14px #42c9f5a6)}.lb-steps--cool .s3 .step-icon{color:#3fe39c;filter:drop-shadow(0 6px 14px #3fe39ca6)}.lb-steps--cool .s4 .step-icon{color:#c4b5fd;filter:drop-shadow(0 6px 14px #a78bfaa6)}.lb-steps--cool .lb-step .step-shell .n{font-family:var(--lb-font-display,"Poppins", sans-serif);z-index:2;background:var(--lb-grad-gold,linear-gradient(180deg, #ffe0a0 0%, #f5b841 55%, #8e5a00 100%))!important;color:#1a0f00!important;-webkit-text-fill-color:#1a0f00!important;letter-spacing:-.4px!important;text-shadow:0 1px #ffffff59!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;margin:0!important;font-size:18px!important;font-weight:900!important;display:flex!important;position:absolute!important;top:-6px!important;right:-6px!important;box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 6px #6b3f00,0 8px 18px -2px #f5b8418c!important}.lb-footer-col .lb-brand{align-items:center!important;gap:12px!important;display:inline-flex!important}.lb-footer-col .lb-brand .wm{line-height:1;display:inline-block}.lb-hero-phones{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.lb-hero-phones .hp{opacity:.35;filter:blur(.5px);will-change:transform;animation:12s ease-in-out infinite lb-hp-float;position:absolute}.lb-hero-phones .frame{background:linear-gradient(#1a1330 0%,#0b0518 100%);border:1.5px solid #a78bfa66;border-radius:32px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 28px 60px -12px #8b5cf673,inset 0 1px #ffffff0f}.lb-hero-phones .frame .notch{background:#000;border-radius:999px;width:36%;height:14px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.lb-hero-phones .frame .screen{background:radial-gradient(80% 60% at 50% 0,#8b5cf62e 0%,#0000 60%),linear-gradient(#150a2a 0%,#07031a 100%);border-radius:18px;flex-direction:column;gap:8px;padding:14px 12px;display:flex;position:absolute;inset:32px 16px 16px}.lb-hero-phones .row{opacity:.6;background:linear-gradient(90deg,#a78bfa8c 0%,#42c9f58c 100%);border-radius:4px;height:8px}.lb-hero-phones .row.r1{width:60%}.lb-hero-phones .row.r2{background:#ffffff1a;width:90%}.lb-hero-phones .row.r3{background:#ffffff14;width:75%}.lb-hero-phones .row.r4{background:#f5b84173;width:65%}.lb-hero-phones .row.r5{background:#ffffff14;width:80%}.lb-hero-phones .row.tall{border-radius:10px;height:32px}.lb-hero-phones .dots{grid-template-columns:repeat(4,1fr);gap:6px;margin-top:auto;display:grid}.lb-hero-phones .dots span{background:#ffffff0f;border-radius:8px;height:22px}.lb-hero-phones .circle{background:linear-gradient(#ffe0a0 0%,#f5b841 100%);border-radius:999px;align-self:flex-end;width:28px;height:28px}.lb-hero-phones .grid{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:auto;display:grid}.lb-hero-phones .grid span{aspect-ratio:1;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:7px}.lb-hero-phones .grid span:nth-child(5){background:linear-gradient(#a78bfa73 0%,#6d28d98c 100%);border-color:#a78bfa8c}.lb-hero-phones .chart{color:#3fe39c;background:linear-gradient(#3fe39c1a 0%,#0000 100%);border-radius:8px;height:60px;margin-top:2px;padding:6px}.lb-hero-phones .chart svg{width:100%;height:100%;display:block}.lb-hero-phones .hp1{width:168px;height:340px;animation-delay:0s;top:10%;left:-2%;transform:rotate(-12deg)}.lb-hero-phones .hp2{width:152px;height:308px;animation-delay:-3s;top:8%;right:2%;transform:rotate(10deg)}.lb-hero-phones .hp3{width:184px;height:372px;animation-delay:-6s;bottom:-6%;left:6%;transform:rotate(6deg)}.lb-hero-phones .hp4{width:158px;height:320px;animation-delay:-9s;bottom:-2%;right:-3%;transform:rotate(-8deg)}@keyframes lb-hp-float{0%,to{transform:rotate(var(--rot,0deg)) translateY(0)}50%{transform:rotate(var(--rot,0deg)) translateY(-14px)}}.lb-hero-phones .hp1{--rot:-12deg}.lb-hero-phones .hp2{--rot:10deg}.lb-hero-phones .hp3{--rot:6deg}.lb-hero-phones .hp4{--rot:-8deg}.lb-hero-inner{z-index:5;position:relative}@media (max-width:980px){.lb-hero-phones .hp3,.lb-hero-phones .hp4{display:none}.lb-hero-phones .hp1{opacity:.28;width:132px;height:268px;left:-10%}.lb-hero-phones .hp2{opacity:.28;width:124px;height:252px;right:-8%}}@media (max-width:640px){.lb-hero-phones{display:none}}@media (prefers-reduced-motion:reduce){.lb-hero-phones .hp{animation:none}}.lb-hero-tokens{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.lb-hero-tokens>*{filter:drop-shadow(0 8px 20px #00000073);opacity:.85;will-change:transform;animation:9s ease-in-out infinite lb-token-float;position:absolute}@keyframes lb-token-float{0%,to{transform:translateY(0) rotate(var(--rot,0deg))}50%{transform:translateY(-16px) rotate(calc(var(--rot,0deg) + 6deg))}}.lb-hero-tokens .ht-dia{width:56px;height:56px}.lb-hero-tokens .ht-dia.d1{--rot:-8deg;width:72px;height:72px;animation-delay:0s;top:18%;left:6%}.lb-hero-tokens .ht-dia.d2{--rot:10deg;width:48px;height:48px;animation-delay:-2s;top:14%;right:8%}.lb-hero-tokens .ht-dia.d3{--rot:6deg;width:56px;height:56px;animation-delay:-4s;bottom:14%;left:14%}.lb-hero-tokens .ht-app{--rot:-10deg;background:linear-gradient(160deg,#9d7bff 0%,#6e45d8 55%,#3d178c 100%);border:1px solid #a78bfa8c;border-radius:22px;justify-content:center;align-items:center;width:88px;height:88px;animation-delay:-6s;display:flex;bottom:18%;right:12%;box-shadow:inset 0 1px #fff3,0 18px 36px -10px #6d28d98c}.lb-hero-tokens .ht-app svg{width:52%;height:52%}.lb-hero-tokens .ht-flame{--rot:8deg;background:linear-gradient(#ff6a3d33 0%,#ff6a3d0a 100%);border:1px solid #ff6a3d73;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;animation-delay:-3s;display:flex;top:12%;left:22%}.lb-hero-tokens .ht-flame svg{width:64%;height:64%}.lb-hero-tokens .ht-chip{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#b3e8ff;--rot:-5deg;background:linear-gradient(#24183feb 0%,#160e26eb 100%);border:1px solid #42c9f573;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:16px;font-weight:900;animation-delay:-5s;display:inline-flex;top:38%;right:16%;box-shadow:inset 0 1px #ffffff0f,0 8px 22px -4px #42c9f566}.lb-hero-tokens .ht-chip svg{width:18px;height:18px}.lb-hero-tokens .ht-chip span{line-height:1}.lb-hero-tokens .ht-chip.purple{color:#c4b5fd;--rot:6deg;border-color:#a78bfa8c;padding:12px 18px;animation-delay:-7s;bottom:32%;left:4%;right:auto;box-shadow:inset 0 1px #ffffff0f,0 8px 22px -4px #8b5cf673}.lb-hero-tokens .ht-chip.purple .num{color:#fff;font-size:22px;font-weight:900}.lb-hero-tokens .ht-chip.purple .lbl{letter-spacing:1.6px;font-size:10px;font-weight:800}@media (max-width:980px){.lb-hero-tokens .ht-app{border-radius:18px;width:64px;height:64px}.lb-hero-tokens .ht-dia.d2{display:none}.lb-hero-tokens .ht-chip{padding:8px 12px;font-size:13px}}@media (max-width:640px){.lb-hero-tokens .ht-app,.lb-hero-tokens .ht-chip,.lb-hero-tokens .ht-flame,.lb-hero-tokens .ht-dia.d3{display:none}.lb-hero-tokens .ht-dia.d1{opacity:.5;width:48px;height:48px}}@media (prefers-reduced-motion:reduce){.lb-hero-tokens>*{animation:none}}.lb-hero-phones{display:none!important}.lb-screens-row .lb-phone-mock{--drift:0;--dir:0;--rotBase:0deg;transform:translate3d(calc(var(--dir) * var(--drift) * 140px), calc(var(--drift) * -60px), 0) rotate(calc(var(--rotBase) + var(--drift) * (var(--dir) * 12deg)));will-change:transform;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s,border-color .28s}.lb-screens-row .pm1{--dir:-1;--rotBase:-3deg}.lb-screens-row .pm2{--dir:0;--rotBase:0deg}.lb-screens-row .pm3{--dir:1;--rotBase:3deg}@media (prefers-reduced-motion:reduce){.lb-screens-row .lb-phone-mock{transition:none;transform:none!important}}.lb-hero-tokens>.ht-candles,.lb-hero-tokens>.ht-bull,.lb-hero-tokens>.ht-bear,.lb-hero-tokens>.ht-coins,.lb-hero-tokens>.ht-trend{filter:drop-shadow(0 12px 24px #0000008c);opacity:.92;will-change:transform;animation:9s ease-in-out infinite lb-token-float;position:absolute}.lb-hero-tokens .ht-candles{--rot:-6deg;width:116px;height:144px;animation-delay:0s;top:12%;left:4%}.lb-hero-tokens .ht-candles svg{width:100%;height:100%}.lb-hero-tokens .ht-bull{--rot:8deg;width:124px;height:110px;animation-delay:-2s;top:14%;right:4%}.lb-hero-tokens .ht-bull svg{width:100%;height:100%}.lb-hero-tokens .ht-bear{--rot:-10deg;width:96px;height:96px;animation-delay:-4s;bottom:14%;left:6%}.lb-hero-tokens .ht-bear svg{width:100%;height:100%}.lb-hero-tokens .ht-coins{--rot:6deg;width:100px;height:100px;animation-delay:-6s;bottom:12%;right:8%}.lb-hero-tokens .ht-coins svg{width:100%;height:100%}.lb-hero-tokens .ht-trend{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);color:#fff;background:linear-gradient(#24183feb 0%,#160e26eb 100%);border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex}.lb-hero-tokens .ht-trend svg{flex-shrink:0;width:18px;height:18px}.lb-hero-tokens .ht-trend .t{letter-spacing:.6px}.lb-hero-tokens .ht-trend .p{font-weight:800}.lb-hero-tokens .ht-trend.up{--rot:-4deg;border-color:#3fe39c73;animation-delay:-3s;top:42%;left:12%;box-shadow:inset 0 1px #ffffff0f,0 8px 22px -4px #3fe39c66}.lb-hero-tokens .ht-trend.up .p{color:#3fe39c}.lb-hero-tokens .ht-trend.down{--rot:5deg;border-color:#e1382a73;animation-delay:-7s;top:46%;right:10%;box-shadow:inset 0 1px #ffffff0f,0 8px 22px -4px #e1382a66}.lb-hero-tokens .ht-trend.down .p{color:#e1382a}.lb-hero-tokens .ht-dia,.lb-hero-tokens .ht-app,.lb-hero-tokens .ht-flame,.lb-hero-tokens .ht-chip{display:none}@media (max-width:980px){.lb-hero-tokens .ht-bear,.lb-hero-tokens .ht-coins{display:none}.lb-hero-tokens .ht-candles{width:88px;height:110px}.lb-hero-tokens .ht-bull{width:96px;height:86px}}@media (max-width:640px){.lb-hero-tokens .ht-trend,.lb-hero-tokens .ht-bull,.lb-hero-tokens .ht-bear,.lb-hero-tokens .ht-coins{display:none}.lb-hero-tokens .ht-candles{opacity:.45;width:72px;height:90px}}@media (prefers-reduced-motion:reduce){.lb-hero-tokens>*{animation:none}}.lb-hero h1 .hl-gold{margin-right:-.18em;padding-right:.18em;display:inline-block}.lb-hero-floats{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.lb-hero-floats .hf{filter:drop-shadow(0 14px 28px #0000008c);opacity:.95;will-change:transform;animation:11s ease-in-out infinite lb-float-icon;position:absolute}@keyframes lb-float-icon{0%,to{transform:translate(0, 0) rotate(var(--rot,0deg))}50%{transform:translate(var(--dx,0px), -22px) rotate(calc(var(--rot,0deg) + 8deg))}}.lb-hero-floats .hf1{--rot:-10deg;--dx:10px;width:84px;animation-delay:0s;top:14%;left:6%}.lb-hero-floats .hf2{--rot:12deg;--dx:-12px;width:64px;animation-delay:-1.3s;top:10%;right:8%}.lb-hero-floats .hf3{--rot:-4deg;--dx:8px;width:72px;animation-delay:-2.6s;top:38%;left:22%}.lb-hero-floats .hf4{--rot:6deg;--dx:-10px;width:88px;animation-delay:-3.9s;top:36%;right:18%}.lb-hero-floats .hf5{--rot:18deg;--dx:14px;width:56px;animation-delay:-5.2s;bottom:16%;left:10%}.lb-hero-floats .hf6{--rot:-14deg;--dx:-12px;width:64px;animation-delay:-6.5s;bottom:12%;right:6%}.lb-hero-floats .hf7{--rot:8deg;--dx:6px;width:44px;animation-delay:-7.8s;top:8%;left:36%}.lb-hero-floats .hf8{--rot:-16deg;--dx:-8px;width:52px;animation-delay:-9.1s;bottom:22%;right:32%}@media (max-width:980px){.lb-hero-floats .hf3,.lb-hero-floats .hf4,.lb-hero-floats .hf7,.lb-hero-floats .hf8{display:none}.lb-hero-floats .hf1{width:64px}.lb-hero-floats .hf2{width:52px}.lb-hero-floats .hf5{width:44px}.lb-hero-floats .hf6{width:52px}}@media (max-width:640px){.lb-hero-floats .hf2,.lb-hero-floats .hf6{display:none}.lb-hero-floats .hf1{opacity:.85;width:52px;left:4%}.lb-hero-floats .hf5{opacity:.85;width:40px;bottom:8%}}@media (prefers-reduced-motion:reduce){.lb-hero-floats .hf{animation:none}}.lb-mock.lb-mock--phone{perspective:1400px;justify-content:center;align-items:center;display:flex;background:0 0!important;border:0!important;min-height:auto!important;padding:0!important}.lb-mock.lb-mock--phone:before,.lb-mock.lb-mock--phone:after{display:none}.lb-mock.lb-mock--phone .phone-shell{aspect-ratio:9/19;transform-origin:50%;width:320px;max-width:100%;transform-style:preserve-3d;background:linear-gradient(#1a1330 0%,#0b0518 100%);border:2px solid #a78bfa73;border-radius:38px;padding:14px 14px 18px;transition:transform .6s cubic-bezier(.22,1,.36,1);position:relative;transform:rotateY(-14deg)rotateX(8deg)rotate(-3deg);box-shadow:0 40px 80px -20px #8b5cf6a6,0 0 60px -10px #f5b84133,inset 0 1px #ffffff14}.lb-mock.lb-mock--phone:hover .phone-shell{transform:rotateY(-6deg)rotateX(2deg)rotate(-1deg)}.lb-mock.lb-mock--phone .phone-shell .notch{z-index:3;background:#000;border-radius:999px;width:30%;height:18px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.lb-mock.lb-mock--phone .phone-shell .lb-mock-pretitle{text-align:center;margin-top:36px}.lb-mock.lb-mock--phone .phone-shell .lb-mock-board{padding:4px 0 0}.lb-feature-row.reverse .lb-mock.lb-mock--phone .phone-shell{transform:rotateY(14deg)rotateX(8deg)rotate(3deg)}.lb-feature-row.reverse .lb-mock.lb-mock--phone:hover .phone-shell{transform:rotateY(6deg)rotateX(2deg)rotate(1deg)}@media (max-width:980px){.lb-mock.lb-mock--phone .phone-shell{width:280px;transform:rotateY(-8deg)rotateX(4deg)rotate(-2deg)}}@media (max-width:640px){.lb-mock.lb-mock--phone .phone-shell{width:100%;max-width:280px;transform:none}}@media (prefers-reduced-motion:reduce){.lb-mock.lb-mock--phone .phone-shell{transition:none}}.lb-hero-floats .hf{filter:blur(6px)drop-shadow(0 14px 28px #0000008c);opacity:.45;transition:filter .32s,opacity .32s}@media (max-width:640px){.lb-hero-floats .hf{filter:blur(4px)drop-shadow(0 10px 20px #0000008c);opacity:.35}}.lb-feat-switch{flex-direction:column;gap:56px!important;display:flex!important}.lbf-tabs{background:linear-gradient(180deg, #ffffff05 0%, #0003 100%), var(--lb-bg-card,#24183f);border:1px solid #ffffff14;border-radius:22px;grid-template-columns:repeat(3,1fr);gap:14px;padding:10px;display:grid;box-shadow:inset 0 1px #ffffff0d,0 14px 30px -12px #0000008c}.lbf-tab{cursor:pointer;text-align:left;color:#ffffff8c;font-family:var(--lb-font-display,"Poppins", sans-serif);background:0 0;border:0;border-radius:16px;flex-direction:column;align-items:flex-start;gap:6px;padding:22px;transition:background .24s,transform .24s,box-shadow .24s;display:flex;position:relative}.lbf-tab:hover{color:#ffffffd9;background:#ffffff0a}.lbf-tab.on{color:#fff;background:radial-gradient(80% 80% at 0 100%,#f5b84133 0%,#0000 60%),linear-gradient(#8b5cf652 0%,#6d28d938 100%);box-shadow:inset 0 1px #ffffff2e,0 12px 32px -8px #8b5cf68c,0 0 32px -10px #f5b84166}.lbf-tab-num{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:1.4px;color:#fff6;font-size:11px;font-weight:700}.lbf-tab.on .lbf-tab-num{color:var(--lb-gold,#f5b841)}.lbf-tab-label{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.4px;font-size:22px;font-weight:800;line-height:1.15}.lbf-panels{min-height:360px;position:relative}.lbf-panel{text-align:left;opacity:0;pointer-events:none;grid-template-columns:1fr;gap:16px;max-width:920px;margin:0 auto;transition:opacity .48s cubic-bezier(.22,1,.36,1),transform .48s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;inset:0;transform:translateY(20px)}.lbf-panel.on{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}.lbf-eyebrow{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.6px;color:#ffffffbf;background:#0f081ec7;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;width:max-content;padding:8px 14px;font-size:11px;font-weight:800;display:inline-flex}.lbf-dot{border-radius:999px;flex-shrink:0;width:8px;height:8px}.lbf-dot.purple{background:#a78bfa;box-shadow:0 0 10px #a78bfad9}.lbf-dot.mint{background:#3fe39c;box-shadow:0 0 10px #3fe39cd9}.lbf-dot.gold{background:#f5b841;box-shadow:0 0 10px #f5b841d9}.lbf-headline{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-1px;color:#fff;max-width:720px;margin:4px 0 8px;font-size:44px;font-weight:900;line-height:1.05}.lbf-body{font-family:var(--lb-font-body,"Inter", sans-serif);color:#ffffffb8;max-width:620px;margin:0 0 14px;font-size:16px;line-height:1.6}.lbf-points{flex-direction:column;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.lbf-points li{color:#ffffffd9;align-items:center;gap:12px;font-size:14.5px;display:flex}.lbf-points li .check{width:22px;height:22px;color:var(--lb-mint,#3fe39c);background:#3fe39c2e;border:1.5px solid #3fe39c8c;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.lbf-points li .check svg{width:12px;height:12px}.lbf-meta{border-top:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);gap:14px;padding-top:22px;display:grid}.lbf-stat .v{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.8px;color:var(--lb-gold,#f5b841);font-size:30px;font-weight:900;line-height:1}.lbf-stat .l{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:1.2px;color:#ffffff8c;text-transform:uppercase;margin-top:8px;font-size:11px}@media (max-width:980px){.lbf-tabs{grid-template-columns:1fr}.lbf-tab{padding:14px 18px}.lbf-tab-label{font-size:17px}.lbf-headline{font-size:32px}.lbf-panels{min-height:460px}}@media (max-width:640px){.lbf-headline{font-size:26px}.lbf-meta{grid-template-columns:1fr 1fr}.lbf-stat .v{font-size:24px}}@media (prefers-reduced-motion:reduce){.lbf-panel{transition:opacity .2s;transform:none!important}}.lbf-tab{padding:18px!important}@media (max-width:1100px){.lbf-tabs{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:720px){.lbf-tabs{grid-template-columns:repeat(2,1fr)!important}.lbf-tab-label{font-size:16px!important}}@media (max-width:480px){.lbf-tabs{grid-template-columns:1fr!important}}.lb-hero h1 .hl-gold{margin-bottom:-.12em;padding-bottom:.12em;line-height:1.05}.lb-steps--cool .s1 .step-icon svg path[stroke],.lb-steps--cool .s1 .step-icon svg ellipse[stroke],.lb-steps--cool .s1 .step-icon svg circle[stroke]{stroke:#f5b841}.lb-steps--cool .s1 .step-icon svg circle[fill=currentColor]{fill:#f5b841}.lb-steps--cool .s2 .step-icon svg path[stroke],.lb-steps--cool .s2 .step-icon svg circle[stroke]{stroke:#42c9f5}.lb-steps--cool .s2 .step-icon svg circle[fill=currentColor],.lb-steps--cool .s2 .step-icon svg path[fill=currentColor]{fill:#42c9f5}.lb-steps--cool .s3 .step-icon svg path[stroke],.lb-steps--cool .s3 .step-icon svg rect[stroke],.lb-steps--cool .s3 .step-icon svg circle[stroke]{stroke:#3fe39c}.lb-steps--cool .s3 .step-icon svg rect[fill=currentColor],.lb-steps--cool .s3 .step-icon svg circle[fill=currentColor]{fill:#3fe39c}.lb-steps--cool .s4 .step-icon svg path[stroke]{stroke:#c4b5fd}.lb-steps--cool .s1 .step-shell{border-color:#f5b8418c!important}.lb-steps--cool .s2 .step-shell{border-color:#42c9f58c!important}.lb-steps--cool .s3 .step-shell{border-color:#3fe39c8c!important}.lb-steps--cool .s4 .step-shell{border-color:#a78bfa8c!important}.lb-hero .cta-row .lb-store-btn{border-radius:18px;gap:16px;min-height:72px;padding:14px 26px}.lb-hero .cta-row .lb-store-btn .ico{width:38px;height:38px}.lb-hero .cta-row .lb-store-btn .t1{font-size:12px}.lb-hero .cta-row .lb-store-btn .t2{margin-top:4px;font-size:22px}@media (max-width:640px){.lb-hero .cta-row .lb-store-btn{gap:12px;min-height:60px;padding:10px 18px}.lb-hero .cta-row .lb-store-btn .ico{width:30px;height:30px}.lb-hero .cta-row .lb-store-btn .t2{font-size:18px}}@media (max-width:980px){.lb-screens-section{padding-top:96px!important}}@media (max-width:640px){.lb-screens-section{padding-top:72px!important}}.lb-hero{min-height:auto!important;padding-top:72px!important;padding-bottom:40px!important}.lb-hero-inner{align-items:flex-start!important;min-height:auto!important;padding-top:0!important}.lb-hero-content-wrap{margin-top:0!important}@media (max-width:640px){.lb-hero{padding-top:48px!important}}.lb-hero,.lb-hero-inner{min-height:100vh!important}.lb-hero-content-wrap>*+*{margin-top:0}.lb-hero-content-wrap{gap:0}@media (max-width:640px){.lb-hero{padding-top:32px!important}}.lb-hero{padding-top:16px!important}.lb-hero-inner{padding-top:8px!important}.lb-hero-content-wrap .lb-eyebrow{margin-top:0!important}@media (max-width:640px){.lb-hero{padding-top:8px!important}}.lb-hero h1{margin:4px 0 32px!important}.lb-hero p.lede{margin-top:0!important;margin-bottom:24px!important}.lb-hero-inner{min-height:auto!important;padding:0!important}.lb-hero{padding:68px 0 76px!important}.lbf-panel{max-width:920px!important;padding:0!important}.lbf-card{background:radial-gradient(80% 80% at 100% 0%, var(--lbf-glow,#8b5cf652) 0%, transparent 60%), linear-gradient(180deg, #ffffff08 0%, #0000002e 100%), var(--lb-bg-card,#24183f);border:1.5px solid var(--lbf-border,#8b5cf673);border-radius:28px;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:56px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 24px 56px -16px #0000008c}.lbf-card:before{content:"";background:var(--lbf-orb,radial-gradient(circle, #a78bfa66 0%, transparent 70%));filter:blur(40px);pointer-events:none;opacity:.7;border-radius:50%;width:60%;height:180%;position:absolute;top:-40%;left:-10%}.lbf-card--purple{--lbf-glow:#8b5cf652;--lbf-border:#a78bfa8c;--lbf-color:#c4b5fd;--lbf-orb:radial-gradient(circle, #a78bfa73 0%, transparent 70%)}.lbf-card--mint{--lbf-glow:#3fe39c4d;--lbf-border:#3fe39c8c;--lbf-color:#3fe39c;--lbf-orb:radial-gradient(circle, #3fe39c66 0%, transparent 70%)}.lbf-card--gold{--lbf-glow:#f5b84152;--lbf-border:#f5b8418c;--lbf-color:#f5b841;--lbf-orb:radial-gradient(circle, #f5b8416b 0%, transparent 70%)}.lbf-card--cyan{--lbf-glow:#42c9f54d;--lbf-border:#42c9f58c;--lbf-color:#42c9f5;--lbf-orb:radial-gradient(circle, #42c9f566 0%, transparent 70%)}.lbf-card--pink{--lbf-glow:#ff4fa34d;--lbf-border:#ff4fa38c;--lbf-color:#ff4fa3;--lbf-orb:radial-gradient(circle, #ff4fa36b 0%, transparent 70%)}.lbf-card-eyebrow{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:1.6px;text-transform:uppercase;color:var(--lbf-color);grid-column:1/-1;align-items:center;gap:12px;font-size:13px;font-weight:800;display:inline-flex}.lbf-card-eyebrow .lbf-dot{background:currentColor;border-radius:999px;width:10px;height:10px;box-shadow:0 0 12px}.lbf-card-big{grid-column:1;position:relative}.lbf-card-big .num{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-6px;background:linear-gradient(180deg, #fff 0%, var(--lbf-color) 100%);-webkit-text-fill-color:transparent;color:#0000;text-shadow:0 0 60px color-mix(in oklab, var(--lbf-color) 40%, transparent);-webkit-background-clip:text;background-clip:text;font-size:140px;font-weight:900;line-height:1}.lbf-card-big .lab{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:1.2px;color:#ffffffa6;text-transform:uppercase;margin-top:8px;font-size:13px}.lbf-card-chips{flex-direction:column;grid-column:2;align-items:stretch;gap:10px;display:flex;position:relative}.lbf-chip{font-family:var(--lb-font-display,"Poppins", sans-serif);color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(8px);background:linear-gradient(#0000004d 0%,#0000001a 100%);border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:700;display:inline-flex}.lbf-chip .ch-i{background:color-mix(in oklab, var(--lbf-color) 22%, transparent);width:26px;height:26px;color:var(--lbf-color);border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:900;display:inline-flex}@media (max-width:980px){.lbf-card{grid-template-columns:1fr;gap:28px;padding:40px 32px}.lbf-card-big .num{letter-spacing:-4px;font-size:100px}.lbf-card-chips{grid-column:1}}@media (max-width:640px){.lbf-card{border-radius:22px;padding:32px 24px}.lbf-card-big .num{letter-spacing:-3px;font-size:72px}.lbf-chip{padding:10px 12px;font-size:13px}}.lbf-panels{min-height:auto!important}.lbf-panel{margin:0 auto;max-width:920px!important;padding:0!important}.lbf-feats{flex-direction:column;gap:16px;display:flex}.lbf-feat{background:0 0;border:1px solid #ffffff0f;border-radius:18px;grid-template-columns:auto 1fr;align-items:flex-start;gap:22px;padding:22px 24px;transition:border-color .2s,background .2s,transform .2s;display:grid;position:relative}.lbf-feat:hover{background:#ffffff05;border-color:#ffffff24;transform:translateY(-2px)}.lbf-feat:before{content:"";background:var(--lf-color,#a78bfa);width:3px;box-shadow:0 0 12px var(--lf-color,#a78bfa);border-radius:2px;position:absolute;top:22px;bottom:22px;left:0}.lbf-feat--purple{--lf-color:#a78bfa}.lbf-feat--mint{--lf-color:#3fe39c}.lbf-feat--gold{--lf-color:#f5b841}.lbf-feat--cyan{--lf-color:#42c9f5}.lbf-feat--pink{--lf-color:#ff4fa3}.lbf-feat .num{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:1.6px;color:var(--lf-color,#a78bfa);padding-top:3px;font-size:14px;font-weight:700}.lbf-feat .lf-body{min-width:0}.lbf-feat .t{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.3px;color:#fff;font-size:22px;font-weight:800;line-height:1.2}.lbf-feat .s{font-family:var(--lb-font-body,"Inter", sans-serif);color:#ffffff9e;margin-top:6px;font-size:14px;line-height:1.55}.lbf-card,.lbf-card-eyebrow,.lbf-card-big,.lbf-card-chips{display:none!important}@media (max-width:640px){.lbf-feat{grid-template-columns:1fr;gap:10px;padding:18px}.lbf-feat .num{padding-top:0}.lbf-feat .t{font-size:18px}}.lb-cta .cta-row .lb-store-btn{border-radius:18px;gap:16px;min-height:72px;padding:14px 26px}.lb-cta .cta-row .lb-store-btn .ico{width:38px;height:38px}.lb-cta .cta-row .lb-store-btn .t1{font-size:12px}.lb-cta .cta-row .lb-store-btn .t2{margin-top:4px;font-size:22px}@media (max-width:640px){.lb-cta .cta-row .lb-store-btn{gap:12px;min-height:60px;padding:10px 18px}.lb-cta .cta-row .lb-store-btn .ico{width:30px;height:30px}.lb-cta .cta-row .lb-store-btn .t2{font-size:18px}}.lbf-feats--row{grid-template-columns:repeat(3,1fr)!important;gap:18px!important;display:grid!important}.lbf-feats--row .lbf-feat{text-align:center!important;background:linear-gradient(#ffffff05 0%,#0000002e 100%)!important;border:1px solid #ffffff14!important;border-radius:20px!important;flex-direction:column!important;grid-template-columns:1fr!important;place-items:center!important;gap:14px!important;padding:32px 24px!important;display:flex!important}.lbf-feats--row .lbf-feat:before{display:none!important}.lbf-feats--row .lbf-feat:hover{transform:translateY(-4px);border-color:#ffffff29!important}.lbf-feats--row .lf-ico{background:color-mix(in oklab, var(--lf-color) 18%, transparent);border:1px solid color-mix(in oklab, var(--lf-color) 45%, transparent);width:64px;height:64px;color:var(--lf-color);box-shadow:inset 0 1px 0 #ffffff1a, 0 8px 22px -8px color-mix(in oklab, var(--lf-color) 60%, transparent);border-radius:18px;justify-content:center;align-items:center;display:inline-flex}.lbf-feats--row .lf-ico svg{width:32px;height:32px}.lbf-feats--row .lbf-feat .num{font-family:var(--lb-font-mono,"JetBrains Mono", monospace);letter-spacing:1.6px;color:var(--lf-color);opacity:.78;font-size:12px;font-weight:700;padding-top:0!important}.lbf-feats--row .lbf-feat .t{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.2px;color:#fff;font-size:18px;font-weight:800;line-height:1.25}.lbf-feats--row .lbf-feat .s{font-family:var(--lb-font-body,"Inter", sans-serif);color:#ffffff9e;max-width:220px;font-size:13.5px;line-height:1.5;margin-top:0!important}@media (max-width:980px){.lbf-feats--row{grid-template-columns:repeat(3,1fr)!important;gap:12px!important}.lbf-feats--row .lbf-feat{padding:22px 14px!important}.lbf-feats--row .lbf-feat .t{font-size:15px}.lbf-feats--row .lbf-feat .s{font-size:12.5px}}@media (max-width:640px){.lbf-feats--row{grid-template-columns:1fr!important}}.lbf-tabs{grid-template-columns:repeat(5,1fr)!important}.lbf-tab{justify-content:center!important;align-items:center!important;padding:16px 18px!important}.lbf-tab-label{font-size:17px!important}.lbf-feats--rail{grid-template-columns:repeat(var(--cols,3), 1fr)!important;gap:0!important;padding:8px 0!important;display:grid!important}.lbf-feats--rail .lbf-feat{position:relative;text-align:center!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:column!important;place-items:center!important;gap:12px!important;padding:20px 32px!important;display:flex!important}.lbf-feats--rail .lbf-feat:before{content:"";background:linear-gradient(#0000 0%,#ffffff1a 25% 75%,#0000 100%);width:1px;position:absolute;top:24px;bottom:24px;left:0;display:block!important}.lbf-feats--rail .lbf-feat:first-child:before{display:none!important}.lbf-feats--rail .lbf-feat:hover{transform:none!important}.lbf-feats--rail .lf-ico{background:color-mix(in oklab, var(--lf-color) 14%, transparent);border:1px solid color-mix(in oklab, var(--lf-color) 40%, transparent);width:56px;height:56px;color:var(--lf-color);border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.lbf-feats--rail .lbf-feat .t{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.2px;color:#fff;font-size:17px;font-weight:800;line-height:1.25}.lbf-feats--rail .lbf-feat .s{font-family:var(--lb-font-body,"Inter", sans-serif);color:#ffffff9e;max-width:200px;margin-top:0;font-size:13px;line-height:1.5}@media (max-width:980px){.lbf-feats--rail{grid-template-columns:repeat(2,1fr)!important}.lbf-feats--rail .lbf-feat:before{display:none!important}.lbf-feats--rail .lbf-feat{border-top:1px solid #ffffff0f!important;padding:18px!important}.lbf-feats--rail .lbf-feat:first-child,.lbf-feats--rail .lbf-feat:nth-child(2){border-top:0!important}}@media (max-width:640px){.lbf-feats--rail{grid-template-columns:1fr!important}.lbf-feats--rail .lbf-feat:nth-child(2){border-top:1px solid #ffffff0f!important}}.lb-dl{position:relative}.lb-dl-btn{align-items:center;letter-spacing:1.4px!important;padding:10px 18px!important;font-size:11px!important;display:inline-flex!important}.lb-dl-menu{-webkit-backdrop-filter:blur(12px);opacity:0;transform-origin:100% 0;pointer-events:none;z-index:60;background:#0f081ef5;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:6px;min-width:280px;padding:10px;transition:opacity .2s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:calc(100% + 14px);right:0;transform:translateY(-8px)scale(.96);box-shadow:0 24px 56px -16px #000000bf,0 0 60px -16px #f5b8414d,inset 0 1px #ffffff0f}.lb-dl.open .lb-dl-menu{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.lb-dl-menu:before{content:"";background:#0f081ef5;border-top:1px solid #ffffff1a;border-left:1px solid #ffffff1a;width:14px;height:14px;position:absolute;top:-7px;right:24px;transform:rotate(45deg)}.lb-dl-item{color:#fff;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:14px;padding:12px 14px;text-decoration:none;transition:background .16s,border-color .16s;display:flex}.lb-dl-item:hover{background:#ffffff17;border-color:#ffffff24}.lb-dl-item .ico{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.lb-dl-item .ico svg{color:#fff;width:100%;height:100%}.lb-dl-item .txt{text-align:left;flex-direction:column;align-items:flex-start;line-height:1.05;display:inline-flex}.lb-dl-item .t1{font-family:var(--lb-font-body,"Inter", sans-serif);letter-spacing:.6px;color:#ffffffb8;font-size:10px;font-weight:500}.lb-dl-item.android .t1,.lb-dl-item:nth-child(2) .t1{letter-spacing:1.2px;text-transform:uppercase;font-weight:700}.lb-dl-item .t2{font-family:var(--lb-font-display,"Poppins", sans-serif);letter-spacing:-.2px;margin-top:3px;font-size:15px;font-weight:700}@media (max-width:640px){.lb-dl-btn{display:none!important}}.lbf-feats--rail .lbf-feat:before{background:#ffffff1a!important}.lbf-feats--rail .lf-ico{filter:drop-shadow(0 6px 14px color-mix(in oklab, var(--lf-color) 35%, transparent));width:auto!important;height:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.lbf-feats--rail .lbf-feat:before{box-shadow:none!important;filter:none!important;background:#ffffff0f!important}.lbf-feats--rail .lf-ico{border:2px solid var(--lf-color,#a78bfa)!important;background:#ffffff05!important;border-radius:22px!important;justify-content:center!important;align-items:center!important;width:84px!important;height:84px!important;display:inline-flex!important}.lbf-feats--rail .lf-ico{width:auto!important;height:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.lbf-feats--rail .lf-ico svg{width:56px!important;height:56px!important}.lb-section [data-flow]{--p:0;opacity:calc(1 - clamp(0, (var(--p) - .65) * 3, 1));transform:translateY(calc((1 - clamp(0, var(--p), 1)) * 60px + (clamp(0, var(--p) - .65, 1) * -40px))) scale(calc(.96 + clamp(0, var(--p), 1) * .04));will-change:transform, opacity;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .22s cubic-bezier(.22,1,.36,1)}.lb-reveal{filter:blur(10px);opacity:0;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),filter .9s cubic-bezier(.22,1,.36,1);transform:translateY(48px)scale(.97)}.lb-reveal.in{filter:blur();opacity:1;transform:translateY(0)scale(1)}.lbf-feats--rail.in .lbf-feat{animation:.7s cubic-bezier(.22,1,.36,1) both lbf-feat-in}.lbf-feats--rail.in .lbf-feat:first-child{animation-delay:0s}.lbf-feats--rail.in .lbf-feat:nth-child(2){animation-delay:.1s}.lbf-feats--rail.in .lbf-feat:nth-child(3){animation-delay:.2s}.lbf-feats--rail.in .lbf-feat:nth-child(4){animation-delay:.3s}@keyframes lbf-feat-in{0%{opacity:0;filter:blur(6px);transform:translateY(20px)scale(.96)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.lb-card,.lb-step,.lb-stat-tile{transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .24s,box-shadow .24s,background .24s}.lb-hero-bg .lb-hero-mesh,.lb-hero-bg .lb-hero-bokeh{transition:transform .6s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.lb-section [data-flow]{opacity:1!important;transform:none!important}.lbf-feats--rail.in .lbf-feat{opacity:1!important;animation:none!important}.lb-reveal{filter:none!important;transition:opacity .2s!important;transform:none!important}}html{scroll-behavior:smooth}.lb-split-word{opacity:0;filter:blur(8px);transform-origin:50% 100%;will-change:transform, opacity, filter;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),filter .7s cubic-bezier(.22,1,.36,1);display:inline-block;transform:translateY(40px)rotateX(-22deg)}.lb-split.in .lb-split-word{opacity:1;filter:blur();transform:translateY(0)rotateX(0)}.lb-reveal[data-dir=left]{transform:translate(-48px)scale(.97)}.lb-reveal[data-dir=right]{transform:translate(48px)scale(.97)}.lb-reveal[data-dir=up]{transform:translateY(48px)scale(.97)}.lb-reveal.in[data-dir]{transform:translate(0,0)scale(1)}.lb-section-head .lb-eyebrow{isolation:isolate;position:relative}.lb-section-head .lb-eyebrow:after{content:"";background:linear-gradient(90deg,currentColor 0%,#0000 100%);border-radius:2px;height:2px;transition:right .9s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-10px;left:0;right:100%}.lb-section-head.in .lb-eyebrow:after{right:0}.lb-card,.lb-step{perspective:1200px;transform-style:preserve-3d}.lb-card.lb-reveal,.lb-step.lb-reveal{transform:translateY(40px)rotateX(8deg)}.lb-card.lb-reveal.in,.lb-step.lb-reveal.in{transform:translateY(0)rotateX(0)}.lbf-tabs{position:relative}.lbf-tabs:after{content:"";width:var(--ind-w,0px);height:3px;transform:translateX(var(--ind-x,0px));pointer-events:none;background:linear-gradient(90deg,#f5b841 0%,#8b5cf6 100%);border-radius:999px;transition:transform .48s cubic-bezier(.22,1,.36,1),width .48s cubic-bezier(.22,1,.36,1);position:absolute;bottom:8px;left:0;box-shadow:0 0 12px #a78bfa8c}.lbf-panel{transition:opacity .56s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1),filter .56s cubic-bezier(.22,1,.36,1)}.lbf-panel:not(.on){filter:blur(6px);transform:translateY(24px)scale(.98)}.lb-faq-item summary:after{transition:transform .32s cubic-bezier(.22,1,.36,1),background-color .32s,border-color .32s,color .32s}.lb-faq-item[open] .a{animation:.38s cubic-bezier(.22,1,.36,1) both lb-faq-in}@keyframes lb-faq-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lb-cta-card.lb-reveal{transform:translateY(40px)scale(.96)}.lb-cta-card.lb-reveal.in{transform:translateY(0)scale(1)}.lb-hero-floats .hf{transition:transform .32s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.lb-split-word{opacity:1!important;filter:none!important;transform:none!important}.lb-reveal[data-dir]{transform:none!important}.lbf-tabs:after{transition:none!important}.lb-card.lb-reveal,.lb-step.lb-reveal{transform:none!important}}.lb-hero-mesh{background:radial-gradient(40% 40% at var(--mesh-x1,88%) var(--mesh-y1,12%), #ffc85a8c 0%, #ffc85a00 60%), radial-gradient(38% 38% at var(--mesh-x2,78%) var(--mesh-y2,78%), #ff4fa36b 0%, #ff4fa300 60%), radial-gradient(55% 55% at var(--mesh-x3,18%) var(--mesh-y3,30%), #6d28d9c7 0%, #6d28d900 65%), radial-gradient(45% 45% at var(--mesh-x4,12%) var(--mesh-y4,90%), #42c9f573 0%, #42c9f500 65%), linear-gradient(180deg, #1b0e3e 0%, #100728 55%, #060212 100%);filter:saturate(1.18);animation:18s ease-in-out infinite alternate lb-mesh-shift}@keyframes lb-mesh-shift{0%{--mesh-x1:88%;--mesh-y1:12%;--mesh-x2:78%;--mesh-y2:78%;--mesh-x3:18%;--mesh-y3:30%;--mesh-x4:12%;--mesh-y4:90%;filter:saturate(1.18)hue-rotate()}33%{--mesh-x1:72%;--mesh-y1:22%;--mesh-x2:90%;--mesh-y2:62%;--mesh-x3:32%;--mesh-y3:18%;--mesh-x4:22%;--mesh-y4:78%;filter:saturate(1.25)hue-rotate(-12deg)}66%{--mesh-x1:60%;--mesh-y1:8%;--mesh-x2:82%;--mesh-y2:86%;--mesh-x3:24%;--mesh-y3:44%;--mesh-x4:6%;--mesh-y4:70%;filter:saturate(1.22)hue-rotate(10deg)}to{--mesh-x1:78%;--mesh-y1:16%;--mesh-x2:72%;--mesh-y2:72%;--mesh-x3:14%;--mesh-y3:26%;--mesh-x4:18%;--mesh-y4:92%;filter:saturate(1.2)hue-rotate(-6deg)}}@property --mesh-x1{syntax:"<percentage>";inherits:false;initial-value:88%}@property --mesh-y1{syntax:"<percentage>";inherits:false;initial-value:12%}@property --mesh-x2{syntax:"<percentage>";inherits:false;initial-value:78%}@property --mesh-y2{syntax:"<percentage>";inherits:false;initial-value:78%}@property --mesh-x3{syntax:"<percentage>";inherits:false;initial-value:18%}@property --mesh-y3{syntax:"<percentage>";inherits:false;initial-value:30%}@property --mesh-x4{syntax:"<percentage>";inherits:false;initial-value:12%}@property --mesh-y4{syntax:"<percentage>";inherits:false;initial-value:90%}.lb-hero-bokeh .b{mix-blend-mode:screen;animation:14s cubic-bezier(.45,0,.55,1) infinite lb-bokeh-drift}@media (prefers-reduced-motion:reduce){.lb-hero-mesh,.lb-hero-bokeh .b{animation:none!important}}.lb-section-head .lb-eyebrow:after{display:none!important}.lb-hero-content-wrap .lb-eyebrow,.lb-section-head .lb-eyebrow,.lb-cta-card .lb-eyebrow{letter-spacing:2px;color:#ffe9b8;text-shadow:0 1px #0000008c,0 0 14px #f5b84173;background:linear-gradient(#f5b84147 0%,#c88c1e2e 100%);border:1px solid #f5b8418c;padding:10px 18px 11px;font-size:12px;transition:transform .12s,box-shadow .12s;animation:2.6s ease-in-out infinite lb-eb-pulse-gold;position:relative;transform:translateY(0);box-shadow:inset 0 1px #fff3,inset 0 -2px #78460a8c,0 4px #78460ad9,0 6px 14px #0000008c,0 10px 32px #f5b8414d}.lb-hero-content-wrap .lb-eyebrow{margin-top:-8px;padding:9px 16px 10px;font-size:11.5px}.lb-hero-content-wrap .lb-eyebrow.purple,.lb-section-head .lb-eyebrow.purple,.lb-cta-card .lb-eyebrow.purple{color:#e9deff;text-shadow:0 1px #0000008c,0 0 14px #9d7bff80;background:linear-gradient(#9d7bff47 0%,#7c5ae42e 100%);border-color:#9d7bff8c;animation:2.6s ease-in-out infinite lb-eb-pulse-purple;box-shadow:inset 0 1px #fff3,inset 0 -2px #3c1e8c8c,0 4px #3c1e8cd9,0 6px 14px #0000008c,0 10px 32px #9d7bff52}.lb-hero-content-wrap .lb-eyebrow.mint,.lb-section-head .lb-eyebrow.mint,.lb-cta-card .lb-eyebrow.mint{color:#d6f8e7;text-shadow:0 1px #0000008c,0 0 14px #3fe39c73;background:linear-gradient(#3fe39c47 0%,#1ca0642e 100%);border-color:#3fe39c8c;animation:2.6s ease-in-out infinite lb-eb-pulse-mint;box-shadow:inset 0 1px #fff3,inset 0 -2px #0a50288c,0 4px #0a5028d9,0 6px 14px #0000008c,0 10px 32px #3fe39c4d}.lb-hero-content-wrap .lb-eyebrow:before,.lb-section-head .lb-eyebrow:before,.lb-cta-card .lb-eyebrow:before{content:"";background:#ffd37a;border-radius:50%;width:6px;height:6px;margin-right:4px;animation:2.6s ease-in-out infinite lb-eb-dot;display:inline-block;box-shadow:0 0 8px #ffd37ad9,0 0 14px #f5b8418c}.lb-hero-content-wrap .lb-eyebrow.purple:before,.lb-section-head .lb-eyebrow.purple:before,.lb-cta-card .lb-eyebrow.purple:before{background:#c4b5fd;box-shadow:0 0 8px #c4b5fdd9,0 0 14px #9d7bff8c}.lb-hero-content-wrap .lb-eyebrow.mint:before,.lb-section-head .lb-eyebrow.mint:before,.lb-cta-card .lb-eyebrow.mint:before{background:#8ff3c8;box-shadow:0 0 8px #8ff3c8d9,0 0 14px #3fe39c8c}.lb-hero-content-wrap .lb-eyebrow:hover,.lb-section-head .lb-eyebrow:hover,.lb-cta-card .lb-eyebrow:hover{transform:translateY(-1px)}@keyframes lb-eb-pulse-gold{0%,to{box-shadow:inset 0 1px #fff3,inset 0 -2px #78460a8c,0 4px #78460ad9,0 6px 14px #0000008c,0 10px 32px #f5b8414d,0 0 #f5b8418c}50%{box-shadow:inset 0 1px #ffffff47,inset 0 -2px #78460a8c,0 4px #78460ad9,0 8px 22px #000000a6,0 14px 44px #f5b84180,0 0 0 8px #f5b84100}}@keyframes lb-eb-pulse-purple{0%,to{box-shadow:inset 0 1px #fff3,inset 0 -2px #3c1e8c8c,0 4px #3c1e8cd9,0 6px 14px #0000008c,0 10px 32px #9d7bff52,0 0 #9d7bff8c}50%{box-shadow:inset 0 1px #ffffff47,inset 0 -2px #3c1e8c8c,0 4px #3c1e8cd9,0 8px 22px #000000a6,0 14px 44px #9d7bff8c,0 0 0 8px #9d7bff00}}@keyframes lb-eb-pulse-mint{0%,to{box-shadow:inset 0 1px #fff3,inset 0 -2px #0a50288c,0 4px #0a5028d9,0 6px 14px #0000008c,0 10px 32px #3fe39c4d,0 0 #3fe39c8c}50%{box-shadow:inset 0 1px #ffffff47,inset 0 -2px #0a50288c,0 4px #0a5028d9,0 8px 22px #000000a6,0 14px 44px #3fe39c80,0 0 0 8px #3fe39c00}}@keyframes lb-eb-dot{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.lb-screens-row .lb-phone-mock{--spread:0;--dir:0;--rotBase:0deg;transform:translate3d(calc(var(--dir) * (1 - var(--spread)) * 240px), calc((1 - var(--spread)) * 18px), 0) rotate(calc(var(--rotBase) * var(--spread) + (1 - var(--spread)) * (var(--dir) * -8deg))) scale(calc(1 - (1 - var(--spread)) * .06));will-change:transform;transition:transform .48s cubic-bezier(.22,1,.36,1),box-shadow .32s,border-color .32s}@media (prefers-reduced-motion:reduce){.lb-screens-row .lb-phone-mock{transition:none!important;transform:none!important}}.lb-pillars{perspective:1400px}.lb-pillars .lb-card.lb-reveal{opacity:0;filter:blur(8px);transform-origin:50% 0;transition:opacity .8s cubic-bezier(.34,1.4,.5,1),transform .9s cubic-bezier(.34,1.4,.5,1),filter .7s cubic-bezier(.22,1,.36,1);transform:translate3d(0,-32px,-120px)rotateX(-18deg)rotateY(6deg)scale(.92)}.lb-pillars .lb-card.lb-reveal.in{opacity:1;filter:blur();transform:translate(0,0)rotateX(0)rotateY(0)scale(1)}.lb-pillars .lb-card.lb-reveal:first-child{transition-delay:0s}.lb-pillars .lb-card.lb-reveal:nth-child(2){transition-delay:90ms}.lb-pillars .lb-card.lb-reveal:nth-child(3){transition-delay:.18s}.lb-pillars .lb-card.lb-reveal:nth-child(4){transition-delay:.13s}.lb-pillars .lb-card.lb-reveal:nth-child(5){transition-delay:.22s}.lb-pillars .lb-card.lb-reveal:nth-child(6){transition-delay:.31s}.lb-pillars .lb-card .glyph{isolation:isolate;position:relative}.lb-pillars .lb-card .glyph:after{content:"";opacity:0;pointer-events:none;z-index:-1;color:#f5b84159;background:radial-gradient(circle,currentColor 0%,#0000 70%);border-radius:28px;transition:opacity .8s cubic-bezier(.22,1,.36,1);position:absolute;inset:-10px}.lb-pillars .lb-card.in .glyph:after{opacity:1}.lb-pillars .lb-card .glyph.purple~*+.glyph:after,.lb-pillars .lb-card .glyph.purple{color:#a78bfa66}.lb-pillars .lb-card.in:hover{transform:translateY(-6px)scale(1.02)}@media (prefers-reduced-motion:reduce){.lb-pillars .lb-card.lb-reveal,.lb-pillars .lb-card.lb-reveal.in{filter:none!important;opacity:1!important;transition:none!important;transform:none!important}}.lb-screens-row .lb-phone-mock{--p:0;--dir:0;--rotBase:0deg;--spread:clamp(0, calc(1 - 2 * abs(var(--p) - .5)), 1);transform:translate3d(calc(var(--dir) * (1 - var(--spread)) * 200px), calc((1 - var(--spread)) * 30px), calc((1 - var(--spread)) * -100px)) rotateY(calc(var(--dir) * (1 - var(--spread)) * -20deg)) rotate(calc(var(--rotBase) * var(--spread))) scale(calc(.84 + var(--spread) * .16));opacity:calc(.35 + var(--spread) * .65);filter:blur(calc((1 - var(--spread)) * 4px));will-change:transform, opacity, filter;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .22s,filter .22s,box-shadow .32s,border-color .32s}.lb-screens-row .pm1{--dir:1;--rotBase:-4deg;z-index:1}.lb-screens-row .pm2{--dir:0;--rotBase:0deg;z-index:3}.lb-screens-row .pm3{--dir:-1;--rotBase:4deg;z-index:2}.lb-screens-row .pm2{transform-origin:50%}@media (max-width:720px){.lb-screens-row .lb-phone-mock{opacity:1!important;filter:none!important;transform:none!important}}@media (prefers-reduced-motion:reduce){.lb-screens-row .lb-phone-mock{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}}.lb-screens-row{perspective:2000px}.lb-screens-row .lb-phone-mock{--p:0;will-change:transform, opacity, filter;transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .22s,filter .22s}.lb-screens-row .pm1{transform-origin:100%;transform:rotate(calc((1 - var(--p)) * 28deg)) translate3d(calc((1 - var(--p)) * 180px), 0, calc((1 - var(--p)) * -160px)) scale(calc(.84 + var(--p) * .16));opacity:calc(.3 + var(--p) * .7);filter:blur(calc((1 - var(--p)) * 4px));z-index:1}.lb-screens-row .pm2{transform-origin:50%;transform:translate3d(0, calc((1 - var(--p)) * 16px), 0) scale(calc(.86 + var(--p) * .14));opacity:calc(.4 + var(--p) * .6);filter:blur(calc((1 - var(--p)) * 3px));z-index:3}.lb-screens-row .pm3{transform-origin:0%;transform:rotate(calc((1 - var(--p)) * -28deg)) translate3d(calc((1 - var(--p)) * -180px), 0, calc((1 - var(--p)) * -160px)) scale(calc(.84 + var(--p) * .16));opacity:calc(.3 + var(--p) * .7);filter:blur(calc((1 - var(--p)) * 4px));z-index:2}@media (max-width:720px){.lb-screens-row .lb-phone-mock{transform-origin:50%!important;opacity:1!important;filter:none!important;transform:none!important}}@media (prefers-reduced-motion:reduce){.lb-screens-row .lb-phone-mock{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}}.lb-dl-btn{letter-spacing:1.1px!important;padding:5px 12px!important;font-size:10px!important;transform:translateY(-1px)!important;box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 2px #6b3f00,0 4px #0006,0 8px 14px -4px #0006!important}.lb-dl-btn svg{width:14px!important;height:14px!important}.lb-dl-btn{letter-spacing:1.4px!important;align-items:center!important;height:42px!important;padding:0 18px!important;font-size:11px!important;display:inline-flex!important}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}@media (max-width:640px){.lb-dl{display:none!important}.lb-wrap{padding:0 16px!important}.lb-store-btn{border-radius:18px!important;gap:16px!important;min-height:76px!important;padding:14px 22px!important}.lb-store-btn .ico{width:38px!important;height:38px!important}.lb-store-btn .t1{font-size:12px!important}.lb-store-btn .t2{margin-top:5px!important;font-size:22px!important}.lb-drawer-cta{flex-direction:column;gap:12px;display:flex}.lb-drawer-cta .lb-store-btn{justify-content:flex-start;width:100%!important}.lb-screens-section .lb-section-head{margin-bottom:18px!important}.lb-screens-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row!important;gap:16px!important;margin:0 -16px!important;padding:8px 16px 32px!important;display:flex!important;overflow:auto hidden!important}.lb-screens-row::-webkit-scrollbar{display:none}.lb-screens-row .lb-phone-mock{scroll-snap-align:center;flex:0 0 78%;max-width:280px;opacity:1!important;filter:none!important;transform:none!important}}.lb-hero{min-height:100vh!important;padding:96px 0 80px!important}.lb-hero-inner{justify-content:center!important;align-items:center!important;min-height:calc(100vh - 176px)!important}@media (max-width:980px){.lb-hero{padding:72px 0 56px!important}}@media (max-width:640px){.lb-hero{min-height:auto!important;padding:48px 0 40px!important}.lb-hero-inner{min-height:auto!important}}.lb-hero h1{letter-spacing:-4px!important;font-size:112px!important;line-height:.96!important}@media (max-width:980px){.lb-hero h1{letter-spacing:-2.4px!important;font-size:72px!important}}@media (max-width:640px){.lb-hero h1{letter-spacing:-1.6px!important;font-size:52px!important}}.lb-screens-row .lb-phone-mock,.lb-screens-row .pm1,.lb-screens-row .pm2,.lb-screens-row .pm3{filter:none!important}.lb-section--features{padding-top:140px!important;padding-bottom:64px!important}.lb-section--features .lbf-panels{min-height:280px!important;padding-bottom:24px!important}@media (max-width:980px){.lb-section--features{padding-top:96px!important;padding-bottom:48px!important}}@media (max-width:640px){.lb-section--features{padding-top:72px!important;padding-bottom:32px!important}}.lb-drawer{gap:0;padding:20px 16px!important}.lb-drawer-top{margin-bottom:24px!important}.lb-drawer nav{padding:0}.lb-drawer-cta{flex-direction:column!important;gap:12px!important;width:100%!important;padding-top:16px!important;padding-bottom:8px!important;display:flex!important}.lb-drawer-cta .lb-store-btn{box-sizing:border-box;gap:14px!important;width:100%!important;min-height:64px!important;padding:12px 18px!important}.lb-drawer-cta .lb-store-btn .ico{width:32px!important;height:32px!important}.lb-drawer-cta .lb-store-btn .t1{font-size:11px!important}.lb-drawer-cta .lb-store-btn .t2{font-size:18px!important}@media (max-width:640px){.lb-store-btn{border-radius:14px!important;gap:10px!important;min-height:52px!important;padding:8px 16px!important}.lb-store-btn .ico{width:24px!important;height:24px!important}.lb-store-btn .t1{font-size:9.5px!important}.lb-store-btn .t2{margin-top:3px!important;font-size:15px!important}.lb-drawer-cta .lb-store-btn{min-height:52px!important;padding:8px 16px!important}.lb-drawer-cta .lb-store-btn .ico{width:24px!important;height:24px!important}.lb-drawer-cta .lb-store-btn .t2{font-size:15px!important}.lb-hero h1{letter-spacing:-1.2px!important;margin-top:24px!important;font-size:40px!important}.lb-section{padding-top:48px!important;padding-bottom:48px!important}.lb-section--features{padding-top:56px!important;padding-bottom:32px!important}.lb-screens-section{padding-top:40px!important;padding-bottom:40px!important}.lb-section-head{margin-bottom:28px!important}.lb-cta{padding-top:48px!important;padding-bottom:36px!important}.lb-footer{padding-top:32px!important;padding-bottom:24px!important}.lb-screens-section .lb-section-head{margin-bottom:14px!important}.lb-screens-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row!important;gap:16px!important;margin:0 -16px!important;padding:4px 12% 24px!important;display:flex!important;overflow:auto hidden!important}.lb-screens-row::-webkit-scrollbar{display:none}.lb-screens-row .lb-phone-mock{scroll-snap-align:center;flex:0 0 76%;max-width:280px;opacity:1!important;filter:none!important;transform:none!important}.lb-screens-hint{color:#ffffffb8;letter-spacing:1.6px;text-transform:uppercase;background:#0f081ec7;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:10px;margin:14px auto 0;padding:8px 14px;font-family:JetBrains Mono,monospace;font-size:11px;display:inline-flex!important}.lb-screens-hint .hi-arrow{opacity:.78;width:14px;height:14px}.lb-screens-hint .hi-arrow.l{animation:1.6s ease-in-out infinite hint-l}.lb-screens-hint .hi-arrow.r{animation:1.6s ease-in-out infinite hint-r}@keyframes hint-l{0%,to{opacity:.78;transform:translate(0)}50%{opacity:1;transform:translate(-4px)}}@keyframes hint-r{0%,to{opacity:.78;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.lb-screens-section .lb-wrap{flex-direction:column;align-items:center;display:flex}.lb-screens-section .lb-screens-row{width:100%}}@media (max-width:640px){.lb-screens-row{margin:0!important;padding:4px 0 24px!important}.lb-screens-row .lb-phone-mock{flex:0 0 100%!important;width:100%!important;max-width:100%!important}.lb-screens-hint{background:0 0;border:0;align-items:center;gap:10px;margin:14px auto 0;padding:0;display:inline-flex!important}.lb-screens-hint .dot{background:#ffffff2e;border-radius:999px;width:28px;height:4px;transition:background .24s,width .24s}.lb-screens-hint .dot.active{background:var(--lb-gold,#f5b841);width:44px;box-shadow:0 0 10px #f5b8418c}}.lb-screens-hint{display:none}.lb-screens-section{padding-top:64px!important}.lb-screens-section .lb-section-head{margin-bottom:22px!important}.lb-screens-row .lb-phone-mock{max-width:220px!important}.lb-screens-row{align-items:flex-start!important;gap:22px!important}@media (max-width:980px){.lb-screens-section{padding-top:48px!important}.lb-screens-row .lb-phone-mock{max-width:180px!important}}.lb-section--why{padding-top:56px!important}.lb-section--why .lb-section-head{margin-bottom:22px!important}@media (max-width:980px){.lb-section--why{padding-top:40px!important}.lb-section--why .lb-section-head{margin-bottom:18px!important}}@media (max-width:640px){.lb-section--why{padding-top:32px!important}.lb-section--why .lb-section-head{margin-bottom:14px!important}}.lb-section .lb-section-head{margin-bottom:24px!important}@media (max-width:980px){.lb-section .lb-section-head{margin-bottom:20px!important}}@media (max-width:640px){.lb-section .lb-section-head{margin-bottom:14px!important}.lb-feat-switch .lbf-tabs{display:none!important}.lb-feat-switch .lbf-panels{flex-direction:column!important;gap:28px!important;min-height:0!important;display:flex!important}.lb-feat-switch .lbf-panel{opacity:1!important;filter:none!important;pointer-events:auto!important;background:linear-gradient(#ffffff05 0%,#0000002e 100%)!important;border:1px solid #ffffff0f!important;border-radius:20px!important;padding:18px 14px!important;display:block!important;position:relative!important;transform:none!important}.lb-feat-switch .lbf-panel:before{content:attr(data-title);letter-spacing:-.3px;color:#fff;border-bottom:1px solid #ffffff14;margin-bottom:14px;padding-bottom:12px;font-family:Poppins,sans-serif;font-size:20px;font-weight:800;display:block}.lb-feat-switch .lbf-feats--rail{flex-direction:column!important;gap:14px!important;padding:0!important;display:flex!important}.lb-feat-switch .lbf-feats--rail .lbf-feat{text-align:left!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:14px!important;padding:10px 4px!important}.lb-feat-switch .lbf-feats--rail .lbf-feat:before{display:none!important}.lb-feat-switch .lbf-feats--rail .lbf-feat .lf-ico{flex-shrink:0}.lb-feat-switch .lbf-feats--rail .lbf-feat .lf-ico svg{width:32px!important;height:32px!important}.lb-feat-switch .lbf-feats--rail .lbf-feat .t{text-align:left!important;font-size:14px!important}.lb-feat-switch .lbf-feats--rail .lbf-feat .s{text-align:left!important;max-width:none!important;font-size:12.5px!important}.lb-feat-switch .lbf-panel:before{display:none!important}.lb-feat-switch .lbf-panel-head{cursor:pointer;color:#fff;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;margin:0;padding:14px 4px;font-family:Poppins,sans-serif;display:flex!important}.lb-feat-switch .lbf-panel-head .t{letter-spacing:-.2px;font-size:18px;font-weight:800}.lb-feat-switch .lbf-panel-head .chev{color:#ffffffb8;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .28s cubic-bezier(.22,1,.36,1),background .2s;display:inline-flex}.lb-feat-switch .lbf-panel-head .chev svg{width:16px;height:16px}.lb-feat-switch .lbf-panel.open .lbf-panel-head .chev{color:#fff;background:#8b5cf62e;border-color:#a78bfa80;transform:rotate(180deg)}.lb-feat-switch .lbf-panel .lbf-feats--rail{transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1);overflow:hidden;grid-template-rows:0fr!important;gap:0!important;padding:0!important;display:grid!important}.lb-feat-switch .lbf-panel .lbf-feats--rail>*{min-height:0}.lb-feat-switch .lbf-panel.open .lbf-feats--rail{grid-template-rows:1fr!important;padding-top:8px!important;padding-bottom:8px!important}.lb-feat-switch .lbf-panel.open .lbf-feats--rail>.lbf-feat{animation:.32s cubic-bezier(.22,1,.36,1) both lbf-feat-fade-in}.lb-feat-switch .lbf-panel.open .lbf-feats--rail>.lbf-feat:first-child{animation-delay:40ms}.lb-feat-switch .lbf-panel.open .lbf-feats--rail>.lbf-feat:nth-child(2){animation-delay:.1s}.lb-feat-switch .lbf-panel.open .lbf-feats--rail>.lbf-feat:nth-child(3){animation-delay:.16s}.lb-feat-switch .lbf-panel.open .lbf-feats--rail>.lbf-feat:nth-child(4){animation-delay:.22s}@keyframes lbf-feat-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lb-feat-switch .lbf-panel{padding:8px 14px!important}.lb-feat-switch .lbf-panel-head{padding:12px 4px 6px!important}.lb-feat-switch .lbf-panel.open .lbf-feats--rail{padding-top:0!important;padding-bottom:4px!important}.lb-feat-switch .lbf-panel.open .lbf-feats--rail>.lbf-feat:first-child{padding-top:4px!important}.lb-feat-switch .lbf-panel .lbf-feats--rail{opacity:0;transition:max-height .38s cubic-bezier(.22,1,.36,1),opacity .28s cubic-bezier(.22,1,.36,1),padding .28s cubic-bezier(.22,1,.36,1);flex-direction:column!important;grid-template-rows:none!important;gap:14px!important;max-height:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.lb-feat-switch .lbf-panel.open .lbf-feats--rail{opacity:1;max-height:1400px!important;padding-top:4px!important;padding-bottom:24px!important}.lb-feat-switch .lbf-panel.open .lbf-feats--rail>.lbf-feat:last-child{padding-bottom:8px!important}}.lb-steps--cool .step-shell{width:112px!important;height:112px!important}.lb-steps--cool .lb-step .step-shell .n{letter-spacing:-1px!important;font-size:44px!important}.lb-steps--cool:before{top:56px!important}@media (max-width:980px){.lb-steps--cool .step-shell{width:96px!important;height:96px!important}.lb-steps--cool .lb-step .step-shell .n{font-size:38px!important}}@media (max-width:540px){.lb-steps--cool .step-shell{width:88px!important;height:88px!important}.lb-steps--cool .lb-step .step-shell .n{font-size:34px!important}}.lb-steps--cool .lb-step .step-shell .n{letter-spacing:0!important;width:30px!important;height:30px!important;font-size:13px!important;top:-4px!important;right:-4px!important;box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 4px #6b3f00,0 6px 14px -2px #f5b84173!important}@media (max-width:980px){.lb-steps--cool .step-shell .step-icon svg{width:38px!important;height:38px!important}}@media (max-width:540px){.lb-steps--cool .step-shell .step-icon svg{width:34px!important;height:34px!important}.lb-steps--cool .lb-step .step-shell .n{width:26px!important;height:26px!important;font-size:11px!important}}.lb-steps--cool .step-shell .step-icon svg{width:56px!important;height:56px!important}@media (max-width:980px){.lb-steps--cool .step-shell .step-icon svg{width:48px!important;height:48px!important}}@media (max-width:540px){.lb-steps--cool .step-shell .step-icon svg{width:42px!important;height:42px!important}}@media (max-width:640px){.lb-screens-stage{perspective:1400px;isolation:isolate;width:100%;height:540px;margin:8px 0 18px;position:relative}.lb-screens-ambient{z-index:0;pointer-events:none;background:radial-gradient(60% 50% at 50% 40%, var(--amb-color,#f5b84152) 0%, transparent 70%);filter:blur(36px);opacity:.85;border-radius:40px;transition:background .48s;position:absolute;inset:-8% -10%}.lb-screens-row[data-active=pm1]~.lb-screens-ambient,.lb-screens-row[data-active=pm1]{--amb-color:#f5b84152}.lb-screens-row[data-active=pm2]~.lb-screens-ambient,.lb-screens-row[data-active=pm2]{--amb-color:#42c9f552}.lb-screens-row[data-active=pm3]~.lb-screens-ambient,.lb-screens-row[data-active=pm3]{--amb-color:#3fe39c52}.lb-screens-stage:has(.lb-screens-row[data-active=pm2]) .lb-screens-ambient{background:radial-gradient(60% 50% at 50% 40%,#42c9f552 0%,#0000 70%)}.lb-screens-stage:has(.lb-screens-row[data-active=pm3]) .lb-screens-ambient{background:radial-gradient(60% 50% at 50% 40%,#3fe39c52 0%,#0000 70%)}.lb-screens-row{width:100%;height:100%;transform-style:preserve-3d;scroll-snap-type:none!important;margin:0!important;padding:0!important;display:block!important;position:relative!important;overflow:visible!important}.lb-screens-row .lb-phone-mock{aspect-ratio:9/19;cursor:pointer;height:480px;transition:transform .56s cubic-bezier(.34,1.16,.5,1),opacity .48s,filter .48s,box-shadow .48s;top:50%;left:50%;transform:translate(-50%,-50%)scale(1);scroll-snap-align:none!important;width:230px!important;max-width:230px!important;margin:0!important;position:absolute!important}.lb-screens-row .lb-phone-mock .lb-screen-cap{display:none!important}.lb-screens-row .lb-phone-mock{opacity:0;pointer-events:none;filter:blur(6px)brightness(.6);transform:translate(-50%,-50%)translateZ(-160px)rotateY(0)scale(.7)}.lb-screens-row[data-active=pm1] .pm1,.lb-screens-row[data-active=pm2] .pm2,.lb-screens-row[data-active=pm3] .pm3{opacity:1;pointer-events:auto;filter:blur()brightness();z-index:3;box-shadow:0 60px 120px -32px #000000a6, 0 0 60px -16px var(--lb-glow,#f5b84166);border-color:#a78bfaa6;transform:translate(-50%,-50%)translateZ(0)rotateY(0)scale(1)}.lb-screens-row[data-active=pm2] .pm1,.lb-screens-row[data-active=pm3] .pm2,.lb-screens-row[data-active=pm1] .pm3{opacity:.55;pointer-events:auto;filter:blur(2px)brightness(.85);z-index:2;cursor:pointer;transform:translate(calc(-50% - 100px),-50%)translateZ(-80px)rotateY(28deg)scale(.78)}.lb-screens-row[data-active=pm1] .pm2,.lb-screens-row[data-active=pm2] .pm3,.lb-screens-row[data-active=pm3] .pm1{opacity:.55;pointer-events:auto;filter:blur(2px)brightness(.85);z-index:2;cursor:pointer;transform:translate(calc(100px - 50%),-50%)translateZ(-80px)rotateY(-28deg)scale(.78)}.lb-screens-tabs{background:linear-gradient(#ffffff05 0%,#0000002e 100%);border:1px solid #ffffff0f;border-radius:16px;gap:8px;margin:0 16px 16px;padding:4px;display:flex!important}.lb-screens-tab{cursor:pointer;text-align:left;color:#ffffff8c;background:0 0;border:0;border-radius:12px;flex-direction:column;flex:1;align-items:flex-start;gap:4px;min-width:0;padding:10px 12px;transition:background .28s,color .28s,transform .2s;display:flex}.lb-screens-tab .ki{letter-spacing:1.4px;color:#ffffff73;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.lb-screens-tab .kt{letter-spacing:-.1px;color:#ffffffc7;white-space:nowrap;text-overflow:ellipsis;width:100%;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:700;line-height:1.2;overflow:hidden}.lb-screens-tab.on{background:radial-gradient(80% 80% at 0% 100%, var(--tab-bloom,#f5b8414d) 0%, transparent 60%), linear-gradient(180deg, #8b5cf64d 0%, #6d28d933 100%);box-shadow:inset 0 1px 0 #ffffff2e, 0 6px 16px -6px var(--tab-bloom,#f5b84166)}.lb-screens-tab.on .ki{color:var(--tab-color,#f5b841)}.lb-screens-tab.on .kt{color:#fff}.lb-screens-tab[data-color=gold].on{--tab-bloom:#f5b84166;--tab-color:#f5b841}.lb-screens-tab[data-color=cyan].on{--tab-bloom:#42c9f566;--tab-color:#42c9f5}.lb-screens-tab[data-color=mint].on{--tab-bloom:#3fe39c66;--tab-color:#3fe39c}.lb-screens-section .lb-screens-hint{display:none!important}}@media (min-width:641px){.lb-screens-stage{display:contents}.lb-screens-ambient{display:none}.lb-screens-tabs{display:none!important}}@media (max-width:640px){.lb-feat-switch .lbf-feats--rail .lbf-feat{grid-template-rows:auto auto!important;grid-template-columns:44px 1fr!important;align-items:center!important;gap:2px 14px!important;padding:10px 4px!important;display:grid!important}.lb-feat-switch .lbf-feats--rail .lbf-feat .lf-ico{grid-area:1/1/span 2!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;display:inline-flex!important}.lb-feat-switch .lbf-feats--rail .lbf-feat .lf-ico svg{width:36px!important;height:36px!important}.lb-feat-switch .lbf-feats--rail .lbf-feat .t{grid-area:1/2!important;align-self:end!important}.lb-feat-switch .lbf-feats--rail .lbf-feat .s{grid-area:2/2!important;align-self:start!important}.lb-section-head{text-align:left!important}.lb-section-head h2{text-align:left!important;margin-left:0!important;margin-right:auto!important}.lb-section-head p{text-align:left!important;margin-left:0!important;margin-right:0!important}.lb-section-head .lb-eyebrow{margin-left:0!important}.lb-feat-switch .lbf-panels{width:100%!important}.lb-feat-switch .lbf-panel{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.lb-feat-switch .lbf-feats--rail .lbf-feat .t,.lb-feat-switch .lbf-feats--rail .lbf-feat .s{text-align:left!important;justify-self:start!important}.lb-screens-row .lb-phone-mock{opacity:0!important;pointer-events:none!important;filter:none!important;transform:translate(-50%,-50%)scale(.94)!important;box-shadow:0 60px 120px -32px #000000a6,0 0 60px -16px #a78bfa4d!important}.lb-screens-row[data-active=pm1] .pm1,.lb-screens-row[data-active=pm2] .pm2,.lb-screens-row[data-active=pm3] .pm3{opacity:1!important;pointer-events:auto!important;z-index:3!important;transform:translate(-50%,-50%)scale(1)!important}.lb-screens-section .lb-section-head{margin-bottom:0!important}.lb-screens-stage{height:480px!important;margin-top:-16px!important;margin-bottom:8px!important}.lb-screens-row .lb-phone-mock{height:440px!important}.lb-screens-tabs{display:none!important}.lb-screens-section .lb-screens-hint{background:0 0;border:0;align-items:center;gap:8px;margin:4px auto 0;padding:0;display:inline-flex!important}.lb-screens-section .lb-screens-hint .dot{background:#ffffff2e;border-radius:999px;width:22px;height:4px;transition:background .28s,width .28s,box-shadow .28s}.lb-screens-section .lb-screens-hint .dot.active{background:var(--lb-gold,#f5b841);width:36px;box-shadow:0 0 10px #f5b8418c}.lb-screens-section .lb-wrap{flex-direction:column;align-items:center;display:flex}.lb-screens-stage{margin-bottom:32px!important}.lb-screens-section .lb-screens-hint{position:relative;margin:0 auto!important}.lb-pillars{margin-top:0!important}.lb-section--why{padding-top:24px!important}.lb-section--why .lb-pillars{margin-top:0!important;padding-top:0!important}.lb-section--why{padding-top:24px!important;padding-bottom:24px!important}.lb-section--why .lb-section-head{margin-bottom:4px!important}.lb-section--why .lb-section-head h2,.lb-section--why .lb-section-head p{margin-top:0!important;margin-bottom:0!important}.lb-section--why .lb-section-head .lb-eyebrow{display:inline-block;margin-bottom:12px!important}.lb-section--why .lb-section-head h2{margin-bottom:8px!important}.lb-section--why .lb-pillars{margin-top:24px!important}}.lb-cta{padding-top:56px!important}@media (max-width:980px){.lb-cta{padding-top:40px!important}}@media (max-width:640px){.lb-cta{padding-top:28px!important}}.lb-cta-card .glyph{margin-top:0!important;margin-bottom:12px!important}.lb-section--why .lb-section-head,.lb-section--features .lb-section-head{margin-bottom:12px!important}@media (max-width:980px){.lb-section--why .lb-section-head,.lb-section--features .lb-section-head{margin-bottom:10px!important}}@media (max-width:640px){.lb-section--why .lb-section-head,.lb-section--features .lb-section-head,.lb-section--about .lb-section-head,.lb-section--faq .lb-section-head{margin-bottom:24px!important}.lb-section--why .lb-pillars,.lb-section--features .lb-features,.lb-section--about .lb-reviews,.lb-section--faq .lb-faq{margin-top:0!important}}.lb-landing-root{--lb-font-display:var(--lb-next-font-poppins), "Poppins", "Inter", -apple-system, system-ui, sans-serif;--lb-font-body:var(--lb-next-font-inter), "Inter", "Poppins", -apple-system, system-ui, sans-serif;--lb-font-mono:var(--lb-next-font-jetbrains), "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;font-family:var(--lb-font-body)}.lb-nav-cta{gap:18px}.lb-nav-start{opacity:0;pointer-events:none;flex:none;height:38px;transition:opacity .24s,transform .24s cubic-bezier(.34,1.56,.64,1);transform:translateY(-6px)scale(.96);letter-spacing:1.4px!important;width:auto!important;padding:9px 16px!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important;box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 4px #6b3f00,0 6px #00000073,0 12px 22px -4px #00000073!important}.lb-nav-start[data-stuck=true]{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}@media (max-width:640px){.lb-nav-start{display:none!important}}.lb-hero-primary,.lb-cta-primary{letter-spacing:1.8px!important;border-radius:20px!important;flex:none!important;width:auto!important;height:76px!important;padding:0 38px!important;font-size:15px!important;text-decoration:none!important;box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #00000038,0 7px #6b3f00,0 10px #00000073,0 20px 30px -4px #00000080!important}@media (max-width:640px){.lb-hero-primary,.lb-cta-primary{letter-spacing:1.4px!important;border-radius:16px!important;flex:auto!important;width:100%!important;height:62px!important;padding:0 22px!important;font-size:13px!important}}.cta-row--primary{align-items:center;margin:0 0 18px!important;display:flex!important}.lb-cta-card .cta-row--primary{justify-content:center}.cta-microlink{font-family:var(--lb-font-body,"Inter", sans-serif);color:#ffffff8c;margin-top:18px;font-size:13px}.lb-cta-card .cta-microlink{text-align:center}.cta-microlink a{color:#ffffffc7;border-bottom:1px solid #f5b84152;padding-bottom:2px;text-decoration:none;transition:color .14s,border-color .14s}.cta-microlink a:hover{color:var(--lb-gold,#f5b841);border-bottom-color:var(--lb-gold,#f5b841)}.lb-drawer-cta{gap:14px}.lb-drawer-start{text-align:center;justify-content:center;align-items:center;width:100%;height:56px;letter-spacing:1.6px!important;border-radius:14px!important;font-size:13px!important;text-decoration:none!important;display:inline-flex!important}.lb-drawer-signin{width:100%;font-family:var(--lb-font-body,"Inter", sans-serif);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 18px;font-size:13.5px;color:#ffffffc7!important;text-decoration:none!important;display:inline-flex!important}.lb-drawer-signin .lk{color:#f5b841;align-items:center;gap:6px;font-weight:700;display:inline-flex}.lb-drawer-signin .lk svg{width:14px;height:14px}
