@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Manrope:wght@400;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap";@import"https://fonts.cdnfonts.com/css/parsley-3";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:#131313}#root{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.lp-root{position:relative;min-height:100vh;background:#131313;color:#e5e2e1;overflow-x:hidden}.lp-container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media(max-width:480px){.lp-container{padding-left:16px;padding-right:16px}}.lp-texture{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;opacity:.03;z-index:0;background-repeat:repeat;background-size:1280px 1280px;background-position:top left}.lp-nav{--lp-nav-height: 56px;position:fixed;top:0;left:0;right:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#13131366;border-bottom:1px solid rgba(70,69,84,.15);box-shadow:0 0 15px #c0c1ff0d}.lp-nav-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1280px;margin:0 auto;padding:16px clamp(16px,4vw,48px);padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));min-height:var(--lp-nav-height)}.lp-nav-logo-link{display:flex;align-items:center;text-decoration:none}.lp-yaprr-lockup{display:inline-block;vertical-align:middle}.lp-yaprr-lockup--nav{flex-shrink:1;max-width:min(260px,42vw);mix-blend-mode:screen}.lp-yaprr-lockup__canvas{position:relative;display:inline-block}.lp-yaprr-lockup__wordmark-wrap{position:relative}.lp-yaprr-lockup__wordmark{display:block;width:100%;height:100%;object-fit:contain;object-position:left bottom}.lp-yaprr-lockup__accent{position:absolute;left:calc(101px * var(--lp-ls));top:calc(15px * var(--lp-ls));width:calc(9.592px * var(--lp-ls));height:calc(10.154px * var(--lp-ls));transform:rotate(25.54deg);pointer-events:none}.lp-yaprr-lockup__tagline{position:absolute;left:calc(20px * var(--lp-ls));top:calc(27px * var(--lp-ls));margin:0;padding:0;font-family:Parsley,sans-serif;font-size:calc(8px * var(--lp-ls));font-weight:500;font-style:normal;line-height:normal;color:#fff;white-space:nowrap}.lp-nav-links{display:flex;gap:32px;align-items:center}.lp-nav-link{font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:24px;color:#94a3b8;text-decoration:none;transition:color .25s ease}.lp-nav-link:hover{color:#c0c1ff}.lp-nav-link--active{font-weight:700;color:#c0c1ff}.lp-nav-cta{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.35px;color:#07006c;background:#c0c1ff;border:none;border-radius:24px;padding:8px 24px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 15px #c0c1ff4d;transition:transform .2s ease,box-shadow .25s ease}.lp-nav-cta:hover{transform:translateY(-1px);box-shadow:0 0 22px #c0c1ff73}.lp-nav-panel{display:flex;align-items:center;gap:clamp(16px,3vw,32px);margin-left:auto}.lp-nav-toggle{display:none;flex-shrink:0;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(70,69,84,.35);border-radius:12px;background:#2a2a2a80;cursor:pointer;transition:border-color .2s ease,background .2s ease}.lp-nav-toggle:hover{border-color:#c0c1ff59;background:#35353499}.lp-nav-toggle-bars{display:flex;flex-direction:column;justify-content:center;gap:5px;width:20px;pointer-events:none}.lp-nav-toggle-bars span{display:block;height:2px;border-radius:1px;background:#e5e2e1;transition:transform .25s ease,opacity .2s ease}.lp-nav--menu-open .lp-nav-toggle-bars span:nth-child(1){transform:translateY(7px) rotate(45deg)}.lp-nav--menu-open .lp-nav-toggle-bars span:nth-child(2){opacity:0}.lp-nav--menu-open .lp-nav-toggle-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.lp-nav-backdrop{display:none}@media(max-width:768px){.lp-nav-toggle{display:inline-flex}.lp-nav-panel{position:fixed;top:var(--lp-nav-height);left:0;right:0;margin-left:0;flex-direction:column;align-items:stretch;gap:20px;padding:20px max(16px,env(safe-area-inset-left)) 28px max(16px,env(safe-area-inset-right));padding-bottom:max(28px,env(safe-area-inset-bottom));max-height:min(420px,calc(100vh - var(--lp-nav-height)));overflow-y:auto;background:#131313f7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(70,69,84,.2);border-radius:0 0 16px 16px;box-shadow:0 24px 48px #00000073;transform:translateY(-120%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .28s ease,visibility .28s ease;z-index:52}.lp-nav-panel--open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.lp-nav-links{flex-direction:column;align-items:stretch;gap:0;width:100%}.lp-nav-link{padding:14px 4px;font-size:17px;border-radius:10px}.lp-nav-link:hover,.lp-nav-link:focus-visible{background:#c0c1ff0f}.lp-nav-cta{width:100%;justify-content:center;padding:14px 24px}.lp-nav-backdrop{display:block;position:fixed;top:var(--lp-nav-height);left:0;right:0;bottom:0;z-index:51;margin:0;padding:0;border:none;background:#00000080;cursor:pointer;-webkit-tap-highlight-color:transparent}}@media(min-width:769px){.lp-nav-backdrop{display:none!important}}.lp-hero{position:relative;z-index:1;padding:clamp(112px,26vw,192px) clamp(16px,4vw,24px) clamp(64px,14vw,128px)}.lp-hero-glow{position:absolute;left:50%;top:50%;width:600px;height:600px;transform:translate(-50%,-50%);border-radius:9999px;background:#c0c1ff1a;filter:blur(60px);pointer-events:none;animation:lp-glow-breathe 8s ease-in-out infinite}@keyframes lp-glow-breathe{0%,to{opacity:.65;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}.lp-hero-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(32px,6vw,64px);align-items:center;max-width:1280px;margin:0 auto}.lp-hero-copy{display:flex;flex-direction:column;gap:32px}.lp-hero-title{font-family:Manrope,system-ui,sans-serif;font-weight:800;font-size:clamp(40px,6vw,72px);line-height:1;letter-spacing:-.05em;color:#e5e2e1}.lp-hero-title .accent{color:#ddb7ff}.lp-hero-sub{font-family:Inter,system-ui,sans-serif;font-weight:300;font-size:clamp(16px,2vw,20px);line-height:1.625;color:#c7c4d7;max-width:512px}.lp-hero-actions{display:flex;flex-wrap:wrap;gap:16px;padding-top:16px}.lp-btn-primary{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:18px;line-height:28px;color:#e5e2e1;padding:16px 32px;border-radius:24px;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;background-image:linear-gradient(163.97deg,#8083ff,#6f00be);box-shadow:0 0 25px #8083ff4d;transition:transform .2s ease,box-shadow .25s ease}.lp-btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 0 36px #8083ff73}.lp-btn-ghost{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:18px;line-height:28px;color:#e5e2e1;padding:16px 32px;border-radius:24px;border:none;cursor:pointer;background:#2a2a2a;transition:background .25s ease,transform .2s ease}.lp-btn-ghost:hover{background:#353535;transform:translateY(-1px)}.lp-hero-visual{position:relative;padding:0 24px;display:flex;justify-content:center}@media(max-width:960px){.lp-hero-grid{grid-template-columns:1fr}.lp-hero-visual{padding:0}.lp-btn-primary,.lp-btn-ghost{flex:1;min-width:min(100%,220px);justify-content:center}.lp-hero-actions{width:100%}}.lp-chat-wrap{position:relative;width:100%;max-width:448px}.lp-chat-glow-halo{position:absolute;top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:48px;background:#ddb7ff0d;filter:blur(20px);pointer-events:none}.lp-chat-card{position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#35353466;border:1px solid rgba(70,69,84,.15);border-radius:24px;padding:25px;display:flex;flex-direction:column;gap:24px}.lp-chat-float{animation:lp-chat-float 6s ease-in-out infinite}@keyframes lp-chat-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lp-chat-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:17px;border-bottom:1px solid rgba(70,69,84,.15)}.lp-chat-user{display:flex;gap:12px;align-items:center}.lp-chat-avatar{width:40px;height:40px;border-radius:9999px;background:#353534;display:flex;align-items:center;justify-content:center}.lp-chat-avatar img{width:10px;height:10px}.lp-chat-name{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#f1f5f9}.lp-chat-status{font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:16px;color:#c0c1ffb3}.lp-chat-timer{font-family:Liberation Mono,JetBrains Mono,ui-monospace,monospace;font-weight:700;font-size:12px;line-height:16px;letter-spacing:1.2px;color:#ffb4ab;padding:4px 12px;border-radius:9999px;background:#93000a33}.lp-chat-body{min-height:200px;display:flex;flex-direction:column;gap:16px;padding-top:16px;padding-bottom:29px}.lp-bubble-row{display:flex;width:100%}.lp-bubble-row--end{justify-content:flex-end}.lp-bubble{max-width:85%;padding:17px;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:20px;color:#e5e2e1}.lp-bubble--in{background:#35353499;border:1px solid rgba(70,69,84,.1);border-radius:24px 24px 24px 4px}.lp-bubble--out{background:#8083ff4d;border:1px solid rgba(192,193,255,.2);border-radius:24px 24px 4px}.lp-typing{display:flex;align-items:center;gap:8px;padding:0 8px}.lp-typing-dots{display:flex;gap:4px}.lp-typing-dots span{width:6px;height:6px;border-radius:9999px;background:#ffb783;animation:lp-dot 1.2s ease-in-out infinite}.lp-typing-dots span:nth-child(2){animation-delay:.15s}.lp-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes lp-dot{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.lp-typing-label{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:10px;line-height:15px;letter-spacing:1px;text-transform:uppercase;color:#c7c4d7}.lp-chat-input{display:flex;align-items:center;justify-content:space-between;padding:13px;border-radius:12px;background:#2a2a2a66;border:1px solid rgba(70,69,84,.1)}.lp-chat-input span{font-family:Inter,system-ui,sans-serif;font-style:italic;font-size:14px;line-height:20px;color:#64748b}.lp-chat-input img{width:19px;height:16px}.lp-lobby{position:relative;z-index:1;background:#0e0e0e;border-top:1px solid rgba(70,69,84,.1);border-bottom:1px solid rgba(70,69,84,.1);padding:97px 0;overflow:hidden}.lp-lobby-glow{position:absolute;left:25%;right:45%;top:0;height:384px;border-radius:9999px;background:#c0c1ff0d;filter:blur(60px);pointer-events:none}.lp-lobby-inner{position:relative;max-width:1280px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:48px}.lp-lobby-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.lp-live-title-row{display:flex;align-items:center;gap:12px}.lp-live-dot-wrap{position:relative;width:12px;height:12px}.lp-live-dot-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;background:#c0c1ff;opacity:.75}.lp-live-dot{width:12px;height:12px;border-radius:9999px;background:#c0c1ff;animation:lp-pulse 2s ease-in-out infinite}@keyframes lp-pulse{0%,to{box-shadow:0 0 #c0c1ff80}50%{box-shadow:0 0 0 8px #c0c1ff00}}.lp-section-title{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:24px;line-height:32px;color:#f1f5f9}.lp-lobby-sub{font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:20px;color:#c7c4d7;margin-top:8px}.lp-filter-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 17px;border-radius:12px;background:#2a2a2a66;border:1px solid rgba(70,69,84,.1);font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:12px;line-height:16px;color:#c7c4d7;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.lp-filter-btn:hover{border-color:#c0c1ff59;transform:translateY(-1px)}.lp-filter-btn img{width:11px;height:7px}.lp-tile-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}@media(max-width:1100px){.lp-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.lp-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lp-tile{position:relative;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#35353466;border:1px solid rgba(70,69,84,.15);border-radius:12px;padding:17px;display:flex;flex-direction:column;gap:12px;z-index:0;isolation:isolate;transition:transform .38s cubic-bezier(.22,1,.36,1),border-color .38s ease,box-shadow .38s ease,background .38s ease,opacity .38s ease}.lp-tile:hover{z-index:3;transform:translateY(-10px) scale(1.035);border-color:#c0c1ff8c;background:#484847c7;box-shadow:0 20px 48px #0000006b,0 0 0 1px #c0c1ff38,0 12px 36px #c0c1ff24}.lp-tile:focus-visible{outline:none;box-shadow:0 0 0 2px #0e0e0ef2,0 0 0 4px #c0c1ffa6}.lp-tile--dim{opacity:.6}.lp-tile--dim:hover{opacity:.92}@media(prefers-reduced-motion:reduce){.lp-tile:hover{transform:translateY(-4px)}}.lp-tile-top{display:flex;justify-content:space-between;align-items:flex-start}.lp-dot{width:8px;height:8px;border-radius:9999px}.lp-dot--purple{background:#ddb7ff;box-shadow:0 0 8px #ddb7ff99}.lp-dot--blue{background:#c0c1ff;box-shadow:0 0 8px #c0c1ff99}.lp-dot--slate{background:#475569}.lp-dot--orange{background:#ffb783}.lp-dot--pink{background:#ffb4ab}.lp-dot--lavender{background:#c0c1ff66}.lp-tile-tag{font-family:Liberation Mono,JetBrains Mono,ui-monospace,monospace;font-size:10px;line-height:15px}.lp-tile-snippet{font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:16px;color:#e5e2e1}.lp-tile-snippet--muted{color:#94a3b8}.lp-tile-snippet--ghost{color:#64748b}.lp-mini-typing{display:flex;gap:4px;padding:4px 0}.lp-mini-typing span{width:6px;height:6px;border-radius:9999px;background:#c0c1ff66;animation:lp-dot 1s ease-in-out infinite}.lp-mini-typing span:nth-child(2){animation-delay:.12s}.lp-mini-typing span:nth-child(3){animation-delay:.24s}.lp-row-dots{display:flex;gap:4px}.lp-row-dots span{width:4px;height:4px;border-radius:9999px;background:#475569}.lp-highlights-section{position:relative;z-index:1;padding:72px 0 88px;border-top:1px solid rgba(70,69,84,.08);border-bottom:1px solid rgba(70,69,84,.08);background:#0e0e0e59}.lp-highlights-inner{padding-left:24px;padding-right:24px}.lp-highlights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}@media(max-width:900px){.lp-highlights-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}.lp-highlight-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#35353461;border:1px solid rgba(70,69,84,.18);border-radius:20px;padding:26px 22px;display:flex;flex-direction:column;gap:14px;transition:border-color .3s ease,box-shadow .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.lp-highlight-card:hover{border-color:#c0c1ff47;box-shadow:0 12px 40px #00000040;transform:translateY(-4px)}.lp-highlight-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center}.lp-highlight-icon-wrap--a{background:#c0c1ff1f;color:#c0c1ff}.lp-highlight-icon-wrap--b{background:#8083ff24;color:#a5a8ff}.lp-highlight-icon-wrap--c{background:#ddb7ff1f;color:#ddb7ff}.lp-highlight-icon-svg{width:26px;height:26px;flex-shrink:0}.lp-highlight-title{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:18px;line-height:1.25;color:#f1f5f9;margin:0}.lp-highlight-body{font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.55;color:#c7c4d7;margin:0}@media(prefers-reduced-motion:reduce){.lp-highlight-card:hover{transform:none}}.lp-realization{position:relative;z-index:1;padding:clamp(72px,14vw,128px) clamp(16px,4vw,24px);overflow:hidden}.lp-realization-glow{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:.2;pointer-events:none}.lp-realization-glow span{width:1024px;height:1024px;border-radius:9999px;filter:blur(80px);background-image:linear-gradient(45deg,#c0c1ff,#ddb7ff);animation:lp-glow-breathe 12s ease-in-out infinite}.lp-realization-inner{position:relative;max-width:960px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:24px}.lp-kicker{font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:20px;letter-spacing:.1em;text-transform:uppercase;color:#c7c4d7}.lp-display{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:clamp(32px,5vw,60px);line-height:1;color:#e5e2e1}.lp-display-accent{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:clamp(32px,5vw,60px);line-height:1;color:#c0c1ff}.lp-dot-sep{width:8px;height:8px;border-radius:9999px;background:#64748b;margin:8px auto 0}.lp-mind{background:#1c1b1b;padding:clamp(56px,12vw,96px) clamp(16px,4vw,24px);position:relative;z-index:1}.lp-mind-inner{max-width:1024px;margin:0 auto;display:flex;flex-direction:column;gap:48px;align-items:center}.lp-mind-title{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:clamp(22px,4.5vw,30px);line-height:1.2;text-align:center;color:#e5e2e1}.lp-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 16px;max-width:900px}.lp-pill{font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:24px;color:#e5e2e1;padding:13px 33px;border-radius:9999px;background:#2a2a2a;border:1px solid rgba(70,69,84,.2);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;cursor:default;transition:transform .25s ease,border-color .25s ease}.lp-pill:hover{transform:translateY(-4px) scale(1.03);border-color:#c0c1ff59}.lp-position{position:relative;z-index:1;padding:clamp(72px,18vw,192px) clamp(16px,4vw,24px);text-align:center}.lp-position:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#c0c1ff00,#c0c1ff0d,#c0c1ff00);pointer-events:none}.lp-position-inner{position:relative;max-width:896px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.lp-position h2{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:clamp(28px,4vw,48px);line-height:1.1;color:#e5e2e1}.lp-quote{font-family:Manrope,system-ui,sans-serif;font-weight:400;font-size:clamp(22px,3vw,36px);line-height:1.15;color:#c0c1ff}.lp-trust{display:grid;gap:clamp(16px,4vw,32px);padding:clamp(48px,10vw,96px) 0;position:relative;z-index:1}.lp-trust:not(.lp-trust--narrow){grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1023px){.lp-trust:not(.lp-trust--narrow){grid-template-columns:repeat(2,minmax(0,1fr))}}.lp-trust--narrow{grid-template-columns:1fr}.lp-trust-bottom-tabs{grid-column:1 / -1;display:flex;flex-direction:column;gap:16px}.lp-trust-tabs{display:flex;flex-wrap:wrap;gap:8px}.lp-trust-tab{flex:1;min-width:min(100%,140px);padding:12px 14px;border-radius:999px;border:1px solid rgba(70,69,84,.35);background:#2a2a2a80;color:#c7c4d7;font-family:Manrope,system-ui,sans-serif;font-weight:600;font-size:13px;line-height:1.2;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.lp-trust-tab:hover{color:#e5e2e1;border-color:#c0c1ff40}.lp-trust-tab--active{background:#c0c1ff1f;border-color:#c0c1ff59;color:#e5e2e1}.lp-trust-tab-panel{min-width:0}.lp-trust-card{padding:clamp(22px,5vw,40px);border-radius:24px;background:#201f1f;display:flex;flex-direction:column;gap:24px}.lp-trust-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.lp-trust-icon img{max-width:28px;max-height:28px}.lp-trust-icon--a{background:#c0c1ff1a}.lp-trust-icon--b{background:#ddb7ff1a}.lp-trust-icon--c{background:#ffb4ab1a}.lp-trust-icon--d{background:#ffb7831a}.lp-trust-mi{font-size:30px;line-height:1;color:#ffb783;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.lp-trust-card h3{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:20px;line-height:28px;color:#e5e2e1}.lp-trust-card p{font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:26px;color:#c7c4d7}#claim{scroll-margin-top:clamp(72px,18vw,96px)}.lp-signup{position:relative;z-index:1;max-width:896px;margin:0 auto clamp(48px,10vw,96px);padding:clamp(72px,14vw,113px) clamp(24px,8vw,65px) clamp(48px,10vw,65px);border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#35353466;border:1px solid rgba(70,69,84,.15);overflow:hidden}.lp-signup-glow{position:absolute;width:256px;height:256px;border-radius:9999px;right:-96px;top:-96px;background:#ddb7ff33;filter:blur(32px);pointer-events:none}.lp-signup-inner{position:relative;display:flex;flex-direction:column;gap:48px;align-items:center}.lp-signup-copy{text-align:center;display:flex;flex-direction:column;gap:24px;max-width:448px}.lp-signup-copy h2{font-family:Manrope,system-ui,sans-serif;font-weight:800;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:-.025em;color:#e5e2e1}.lp-signup-copy p{font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:24px;color:#c7c4d7}.lp-form{width:100%;max-width:448px;display:flex;flex-direction:column;gap:16px}.lp-input{width:100%;padding:19px 13px;border-radius:4px;border:1px solid #464554;background:#2a2a2a66;font-family:Inter,system-ui,sans-serif;font-size:16px;color:#e5e2e1;outline:none;transition:border-color .2s ease}.lp-input::placeholder{color:#64748b}.lp-input:focus{border-color:#c0c1ff8c}.lp-submit{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#1000a9;background:#c0c1ff;border:none;border-radius:24px;padding:20px;cursor:pointer;box-shadow:0 0 20px #c0c1ff33;transition:transform .2s ease,box-shadow .25s ease}.lp-submit:hover{transform:translateY(-2px);box-shadow:0 0 28px #c0c1ff59}.lp-submit:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:0 0 12px #c0c1ff1f}.lp-field-error{margin:0;font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.4;color:#fca5a5}.lp-form-error{text-align:center}.lp-input--error{border-color:#f87171a6}@media(max-width:640px){.lp-signup{padding-left:clamp(18px,5vw,24px);padding-right:clamp(18px,5vw,24px);margin-left:0;margin-right:0;width:min(100%,calc(100vw - 32px));box-sizing:border-box}}.lp-final{padding:clamp(96px,22vw,192px) clamp(16px,4vw,24px) clamp(96px,24vw,208px);display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;position:relative;z-index:1}.lp-final-logo.lp-yaprr-lockup{width:min(429px,80vw);opacity:.1;mix-blend-mode:screen}.lp-footer{background:#0e0e0e;padding:48px 24px;border-top:1px solid rgba(70,69,84,.1);position:relative;z-index:1}.lp-footer-inner{max-width:1280px;margin:0 auto;padding-top:49px;border-top:1px solid rgba(70,69,84,.1);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}@media(max-width:640px){.lp-footer-inner{flex-direction:column;align-items:flex-start;gap:16px}.lp-footer-links{gap:16px}}.lp-footer-brand .lp-yaprr-lockup{mix-blend-mode:screen}.lp-footer-meta{font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:16px;letter-spacing:.3px;text-transform:uppercase;color:#64748b;margin-top:8px}.lp-footer-links{display:flex;gap:32px;flex-wrap:wrap}.lp-footer-links a{font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:20px;letter-spacing:.35px;text-transform:uppercase;color:#64748b;text-decoration:none;transition:color .2s ease}.lp-footer-links a:hover{color:#c0c1ff}
