:root{--color-bg: #0F1115;--color-text-primary: rgba(255, 255, 255, .95);--color-text-secondary: rgba(255, 255, 255, .6);--font-family: "Sora", "Inter", system-ui, sans-serif;--glass-border: rgba(255, 255, 255, .1);--glass-bg: rgba(255, 255, 255, .03)}body{margin:0;background-color:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-family);overflow-x:hidden;-webkit-font-smoothing:antialiased}.lp-container{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.lp-ambient-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;z-index:-2;pointer-events:none}.lp-ambient-glow{display:none}.lp-crisis-banner{width:100%;background:#ffffff08;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.lp-crisis-content{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;gap:1rem}.lp-crisis-icon{font-size:1rem;flex-shrink:0;opacity:.6}@keyframes shake{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.lp-crisis-text{display:flex;flex-direction:column;gap:.25rem;color:#ffffff80;font-size:.75rem;line-height:1.4}.lp-crisis-text strong{font-size:1rem;font-weight:700;letter-spacing:.02em}.lp-crisis-numbers{font-size:.95rem;font-weight:600}.lp-crisis-link{color:#fff9;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .2s;padding:0 .25rem}.lp-crisis-link:hover{color:#ffffffe6;text-decoration-thickness:2px}.lp-crisis-disclaimer{font-size:.8rem;opacity:.95;font-weight:500}@media(max-width:768px){.lp-crisis-content{padding:.75rem 1rem;gap:.75rem;flex-wrap:wrap}.lp-crisis-icon{font-size:1.25rem}.lp-crisis-text{font-size:.8rem;gap:.35rem;flex:1;min-width:0}.lp-crisis-text strong{font-size:.9rem}.lp-crisis-numbers{font-size:.8rem;display:flex;flex-wrap:wrap;gap:.25rem}.lp-crisis-link{font-size:.75rem;padding:0 .15rem}.lp-crisis-disclaimer{font-size:.7rem}}@media(max-width:480px){.lp-crisis-content{padding:.625rem .75rem;gap:.5rem}.lp-crisis-text{font-size:.75rem}.lp-crisis-text strong{font-size:.85rem}.lp-crisis-numbers{font-size:.75rem}.lp-crisis-link{font-size:.7rem}.lp-crisis-disclaimer{font-size:.65rem}}.lp-header{padding:1rem 2rem;width:100%;z-index:10;box-sizing:border-box}.lp-nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;gap:1rem}.lp-brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0}.lp-logo{height:32px;width:auto;filter:none;margin:0;padding:0}.lp-brand-name{font-weight:700;font-size:1.1rem;letter-spacing:-.02em}.lp-nav-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.lp-signout-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#ffffffe6;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.lp-signout-btn:hover{background:#ffffff26;border-color:#ffffff4d;color:#fff}.lp-signout-btn:active{transform:scale(.98)}.lp-signout-btn svg{width:18px;height:18px;flex-shrink:0;stroke:currentColor}.lp-profile-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fffffff2;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.lp-profile-btn:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.lp-profile-btn:active{transform:scale(.98)}.lp-profile-avatar{width:18px;height:18px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.2)}.lp-profile-avatar-fallback{width:18px;height:18px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:700}.lp-scripts-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fffffff2;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.lp-scripts-btn:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.lp-scripts-btn:active{transform:scale(.98)}.lp-scripts-btn svg{width:18px;height:18px;flex-shrink:0;stroke:currentColor}.lp-telegram-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:linear-gradient(135deg,#08c3,#0088cc1a);border:1px solid rgba(0,136,204,.4);border-radius:12px;color:#08c;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;text-decoration:none}.lp-telegram-btn:hover{background:linear-gradient(135deg,#0088cc4d,#08c3);border-color:#08c9;transform:translateY(-1px);box-shadow:0 4px 12px #0088cc4d}.lp-telegram-btn:active{transform:scale(.98)}.lp-telegram-btn svg{flex-shrink:0}@media(max-width:640px){.lp-header{padding:1rem}.lp-nav{gap:.75rem}.lp-brand-name{font-size:1rem}.lp-logo{height:28px}.lp-signout-btn{padding:.625rem;min-width:44px;min-height:44px;max-width:44px;max-height:44px;justify-content:center;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:12px;box-shadow:0 2px 8px #0000004d}.lp-signout-btn span{display:none}.lp-signout-btn svg{width:20px;height:20px;stroke-width:2.5}.lp-signout-btn:active{background:#fff3;transform:scale(.95)}.lp-profile-btn{padding:.625rem;min-width:44px;min-height:44px;max-width:44px;max-height:44px;justify-content:center;background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 2px 8px #0000004d}.lp-profile-btn span{display:none}.lp-profile-avatar,.lp-profile-avatar-fallback{width:20px;height:20px}.lp-telegram-btn{padding:.625rem;min-width:44px;min-height:44px;max-width:44px;max-height:44px;justify-content:center;background:#08c3;border:2px solid rgba(0,136,204,.4);border-radius:12px;box-shadow:0 2px 8px #0000004d}.lp-telegram-btn span{display:none}}@media(max-width:480px){.lp-signout-btn{padding:.625rem;min-width:44px;min-height:44px}.lp-signout-btn svg{width:20px;height:20px}}.lp-nav-desktop{display:none}.lp-nav-mobile{display:block;position:relative}.lp-user-menu-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:24px;cursor:pointer;transition:all .2s}.lp-user-menu-trigger:hover{background:#ffffff1f}.lp-menu-emoji{font-size:16px}.lp-menu-streak{font-size:12px;font-weight:600;color:#fb923c;background:#fb923c26;padding:2px 6px;border-radius:10px}.lp-menu-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.lp-menu-avatar-fallback{width:24px;height:24px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700}.lp-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.lp-user-menu{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#141419f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 20px 40px #00000080;z-index:1000;overflow:hidden}.lp-menu-header{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.lp-menu-user-info{display:flex;align-items:center;gap:.75rem}.lp-menu-user-avatar,.lp-menu-user-avatar-fallback{width:40px;height:40px;border-radius:50%;flex-shrink:0}.lp-menu-user-avatar-fallback{background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700}.lp-menu-user-name{font-size:.95rem;font-weight:600;color:#fff}.lp-menu-user-email{font-size:.75rem;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.lp-menu-stats{padding:.75rem 1rem;display:flex;flex-wrap:wrap;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.lp-menu-stat{display:flex;align-items:center;gap:.35rem;padding:.35rem .6rem;background:#ffffff0d;border-radius:8px;font-size:.8rem;color:#fffc}.lp-menu-stat-emoji{font-size:14px}.lp-menu-actions{padding:.5rem}.lp-menu-action{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:10px;color:#fffc;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.lp-menu-action:hover{background:#ffffff14;color:#fff}.lp-menu-action svg{flex-shrink:0;opacity:.7}.lp-menu-action-danger:hover{background:#ef44441a;color:#ef4444}.lp-menu-action-danger:hover svg{stroke:#ef4444}.lp-menu-action-telegram{text-decoration:none;color:#08c}.lp-menu-action-telegram:hover{background:#0088cc1a;color:#08c}.lp-menu-action-telegram svg{fill:#08c}.lp-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 1.5rem}.lp-hero{text-align:center;padding:5rem 0 2rem;max-width:1000px;width:100%;min-height:auto;display:flex;flex-direction:column;justify-content:flex-start;gap:2rem;box-sizing:border-box}.lp-hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.lp-title{display:flex;flex-direction:column;gap:.5rem;font-size:clamp(2.75rem,6.5vw,5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin:0}.lp-gradient-text{color:#fffffff2}.lp-voice-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#ffffffe6;font-size:.875rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lp-voice-badge svg{width:16px;height:16px;stroke:currentColor;animation:voiceWave 2s ease-in-out infinite}@keyframes voiceWave{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.lp-subtitle{font-size:clamp(1.125rem,2.5vw,1.375rem);color:var(--color-text-secondary);max-width:600px;line-height:1.7;margin:0}.lp-cta-group{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.lp-secondary-link{margin-top:.25rem;background:none;border:none;color:#ffffffbf;font-size:.9rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.lp-secondary-link:hover{color:#ffffffe6}.lp-how-it-works{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}.lp-step{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s}.lp-step:hover{background:#ffffff14;border-color:#fff3}.lp-step-number{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#ffffff26;border-radius:50%;font-size:.7rem;font-weight:700;color:#fff}.lp-step-text{font-size:.8rem;color:#fffc;font-weight:500}.lp-step-divider{color:#ffffff4d;font-size:.9rem}.lp-early-access-text{font-size:.85rem;color:#ffffffb3;margin-top:1rem;text-align:center}.lp-early-access-text strong{color:#22c55e;font-weight:600}.lp-hero-tools-line{margin:.35rem 0 0;font-size:.85rem;color:#ffffffb3}.lp-hero-tools-link{background:none;border:none;padding:0;margin:0;color:#fffc;cursor:pointer;font-size:inherit;font-weight:500;text-decoration:underline;text-underline-offset:2px}.lp-hero-tools-link:hover{color:#fffffff2}.lp-hero-tools-sep{margin:0 .35rem;opacity:.5}.lp-fix-text{width:100%;max-width:520px;margin:1rem auto 0;padding:.9rem 1rem 1.1rem;border-radius:18px;background:#00000080;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;box-sizing:border-box}.lp-fix-title{margin:0 0 .4rem;font-size:1.3rem;font-weight:600;line-height:1.4}.lp-video-demo{width:100%;max-width:900px;margin:5rem auto;padding:0 1.5rem;text-align:center;box-sizing:border-box}.lp-video-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-text-primary);margin:0 0 .75rem;line-height:1.3}.lp-video-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-secondary);margin:0 0 2rem;line-height:1.6}.lp-video-container{position:relative;width:100%;max-width:800px;margin:0 auto;border-radius:12px;overflow:hidden;background:#0000004d;border:1px solid rgba(255,255,255,.1);aspect-ratio:16 / 9;transition:border-color .3s ease,transform .3s ease}.lp-video-container:hover{border-color:#fff3;transform:translateY(-2px)}.lp-video-player{width:100%;height:100%;display:block;border:none}@media(max-width:768px){.lp-video-demo{margin:3rem auto;padding:0 1rem}.lp-video-title{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:.5rem}.lp-video-subtitle{font-size:clamp(.9rem,2.5vw,1.1rem);margin-bottom:1.5rem;padding:0 .5rem}.lp-video-container{border-radius:8px}}@media(max-width:480px){.lp-video-demo{margin:2rem auto;padding:0 .75rem}.lp-video-title{font-size:clamp(1.25rem,6vw,1.75rem)}.lp-video-subtitle{font-size:clamp(.85rem,3vw,1rem);margin-bottom:1.25rem}}.lp-fix-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem}.lp-fix-tab{border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#00000080;color:#ffffffbf;font-size:.8rem;padding:.35rem .8rem;cursor:pointer}.lp-fix-tab.is-active{background:#ffffff1f;border-color:#ffffff4d;color:#fff}.lp-fix-subtitle{margin:0 0 1.25rem;font-size:.95rem;line-height:1.5;color:#ffffffa6}.lp-fix-form{display:flex;flex-direction:column;gap:.75rem}.lp-fix-row{display:flex;gap:.75rem}.lp-fix-input{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0006;color:#fff;font-size:.9rem;padding:.6rem .8rem;font-family:var(--font-family);box-sizing:border-box}.lp-fix-input:focus{outline:none;border-color:#ffffff4d;background:#0009}.lp-fix-input::placeholder{color:#fff6}.lp-fix-input-main{min-height:70px;resize:vertical}.lp-fix-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.25rem;flex-wrap:wrap}.lp-fix-button{border-radius:999px;border:none;padding:.6rem 1.4rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:130px}.lp-fix-button:disabled{opacity:.55;cursor:default}.lp-fix-note{font-size:.8rem;color:#fff9}.lp-fix-error{margin-top:.75rem;font-size:.85rem;color:#f97373}.lp-fix-result{margin-top:1.2rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.lp-fix-summary{margin:0 0 .75rem;font-size:.95rem;color:#fffc}.lp-fix-suggestions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.lp-fix-suggestion-card{border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#00000080;padding:.75rem .85rem}.lp-fix-suggestion-label{font-size:.8rem;font-weight:600;color:#ffffffe6;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.06em}.lp-fix-suggestion-text{margin:0;font-size:.9rem;color:#ffffffd9;line-height:1.5}.lp-fix-followup{margin:.85rem 0 0;font-size:.85rem;color:#ffffffb3}.lp-fix-followup-btn{background:none;border:none;color:#22c55e;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}@media(max-width:640px){.lp-fix-text{padding:1.5rem 1.1rem 1.75rem}.lp-fix-actions{flex-direction:column;align-items:flex-start}.lp-fix-note{font-size:.78rem}}@media(max-width:640px){.lp-early-access-text{font-size:.8rem}}@media(max-width:640px){.lp-how-it-works{flex-direction:column;gap:.5rem}.lp-step-divider{display:none}.lp-step{width:100%;max-width:200px;justify-content:center}}.lp-primary-btn{position:relative;border:none;background:transparent;padding:0;cursor:pointer;border-radius:999px;transition:transform .2s}.btn-content{display:block;padding:1rem 2.5rem;background:#ffffff1a;border-radius:999px;color:#fff;font-weight:600;font-size:1.1rem;position:relative;z-index:2;border:1px solid rgba(255,255,255,.2)}.lp-primary-btn-hero .btn-content{padding:1.25rem 3rem;font-size:1.25rem;background:#ffffff1f;box-shadow:0 4px 20px #0000004d}.lp-primary-btn-hero .btn-glow{display:none}.lp-primary-btn-hero:hover .btn-content{background:#ffffff26;box-shadow:0 6px 30px #0006}@media(max-width:640px){.lp-primary-btn-hero .btn-content{padding:1rem 2.5rem;font-size:1.1rem}}.btn-glow{display:none}.lp-primary-btn:hover{transform:scale(1.02)}.lp-primary-btn:hover .btn-content{background:#ffffff26}.lp-cta-note{font-size:.875rem;color:#ffffff80;margin:0;text-align:center;max-width:500px}.lp-google-btn{display:flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#fff;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lp-google-btn:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.lp-google-btn:active{transform:translateY(0)}.lp-why-signin-link{background:none;border:none;color:#fff9;font-size:.875rem;cursor:pointer;text-decoration:underline;text-underline-offset:4px;padding:.5rem;transition:color .2s ease}.lp-why-signin-link:hover{color:#fffc}.lp-why-signin-content{margin-top:.5rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;max-width:500px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lp-why-signin-content p{margin:0;font-size:.875rem;line-height:1.5;color:#ffffffb3}.lp-features{width:100%;max-width:1200px;padding:6rem 0 4rem}.lp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:0 1rem}.lp-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s,border-color .3s;display:flex;flex-direction:column;gap:1rem}.lp-card:hover{transform:translateY(-5px);border-color:#ec48994d;background:#ffffff0d}.lp-card-icon{font-size:2rem;margin-bottom:.5rem}.lp-card h3{margin:0;font-size:1.25rem;font-weight:600}.lp-card p{margin:0;color:var(--color-text-secondary);line-height:1.5;font-size:.95rem}.lp-progression{width:100%;max-width:900px;padding:6rem 0;text-align:center}.lp-timeline{position:relative;margin:4rem auto 3rem;padding:0 2rem;max-width:700px}.lp-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#ec48991a,#ec489980,#ec48991a);transform:translate(-50%)}.lp-timeline-item{position:relative;margin-bottom:3rem;display:flex;align-items:center;gap:2rem}.lp-timeline-item:nth-child(odd){flex-direction:row}.lp-timeline-item:nth-child(2n){flex-direction:row-reverse}.lp-timeline-marker{position:relative;z-index:2;flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec4899,#8b5cf6);border-radius:50%;box-shadow:0 0 0 4px #ec489933,0 8px 24px #ec48994d;animation:markerPulse 2s ease-in-out infinite}.lp-timeline-number{font-size:1.5rem;font-weight:700;color:#fff}@keyframes markerPulse{0%,to{transform:scale(1);box-shadow:0 0 0 4px #ec489933,0 8px 24px #ec48994d}50%{transform:scale(1.05);box-shadow:0 0 0 8px #ec48991a,0 12px 32px #ec489966}}.lp-timeline-content{flex:1;text-align:left;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.lp-timeline-item:nth-child(2n) .lp-timeline-content{text-align:right}.lp-timeline-content:hover{background:#ffffff0d;border-color:#ec48994d;transform:translateY(-2px);box-shadow:0 8px 24px #ec489926}.lp-timeline-content h4{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#ec4899}.lp-timeline-quote{margin:0 0 .75rem;font-size:1rem;line-height:1.6;color:#ffffffe6;font-style:italic;position:relative;padding-left:1rem;border-left:3px solid rgba(236,72,153,.3)}.lp-timeline-item:nth-child(2n) .lp-timeline-quote{padding-left:0;padding-right:1rem;border-left:none;border-right:3px solid rgba(236,72,153,.3)}.lp-timeline-label{display:inline-block;font-size:.8rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.lp-progression-cta{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#ec48991a,#8b5cf61a);border:1px solid rgba(236,72,153,.2);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lp-progression-tagline{margin:0;font-size:1.125rem;line-height:1.8;color:#ffffffe6}.lp-progression-tagline strong{color:#ec4899;font-weight:700;font-size:1.25rem}.lp-use-cases{width:100%;max-width:1200px;padding:4rem 0 6rem;text-align:center}.lp-section-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-section-subtitle{font-size:clamp(1rem,2vw,1.125rem);color:var(--color-text-secondary);margin:0 0 3rem}.lp-scenarios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding:0 1rem}.lp-scenario-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.lp-scenario-card:hover{transform:translateY(-3px);border-color:#ec489933;background:#ffffff0a;box-shadow:0 8px 24px #ec48991a}.lp-scenario-icon{font-size:2.5rem;margin-bottom:.5rem;filter:drop-shadow(0 2px 8px rgba(236,72,153,.3))}.lp-scenario-card h4{margin:0;font-size:1.125rem;font-weight:600;color:#fffffff2}.lp-scenario-card p{margin:0;color:#ffffffa6;line-height:1.6;font-size:.9rem;font-style:italic}.lp-final-cta{width:100%;max-width:800px;padding:6rem 0 8rem}.lp-final-cta-content{text-align:center;padding:4rem 3rem;background:linear-gradient(135deg,#ec489926,#8b5cf626,#ec489926);border:2px solid rgba(236,72,153,.3);border-radius:32px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #ec489933;position:relative;overflow:hidden}.lp-final-cta-content:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(236,72,153,.1) 0%,transparent 70%);animation:ctaGlow 8s ease-in-out infinite;pointer-events:none}@keyframes ctaGlow{0%,to{transform:translate(0) scale(1);opacity:.5}50%{transform:translate(10%,10%) scale(1.1);opacity:.8}}.lp-final-cta-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:0 0 1.5rem;background:linear-gradient(135deg,#fff,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.lp-final-cta-text{font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.8;color:#ffffffe6;margin:0 0 2.5rem;position:relative;z-index:1}.lp-final-cta-text strong{color:#ec4899;font-weight:700;font-size:1.5em;display:block;margin-top:.5rem}.lp-final-cta-btn{margin:0 auto 1.5rem;transform:scale(1.1)}.lp-final-cta-btn:hover{transform:scale(1.15)}.lp-final-cta-note{margin:0;font-size:.95rem;color:#fff9;position:relative;z-index:1}.lp-footer{margin-top:auto;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.05);background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.lp-footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;position:relative}.lp-footer-center{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;flex:1}.lp-footer p{color:var(--color-text-secondary);font-size:.9rem;margin:0}.lp-footer-links{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.lp-footer-link{color:#fff9;text-decoration:none;font-size:.85rem;transition:color .2s}.lp-footer-link:hover{color:#ffffffe6;text-decoration:underline}.lp-footer-separator{color:#ffffff4d;font-size:.85rem}.lp-footer-tag{color:#ffffff80;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.lp-dot{color:#fff3}.lp-footer-support{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start;margin-top:0;flex-shrink:0}.lp-footer-right{display:flex;align-items:center;flex-shrink:0}.lp-support-email{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lp-support-label{color:#fff9;font-size:.85rem}.lp-email-text{color:#ffffffe6;font-size:.9rem;font-weight:500}.lp-email-copy-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;color:#ffffffb3;cursor:pointer;transition:all .2s ease;border-radius:6px;flex-shrink:0}.lp-email-copy-btn:hover{color:#fff;background:#ffffff1a;transform:scale(1.1)}.lp-email-copy-btn:active{transform:scale(.95)}.lp-email-copy-btn svg{width:16px;height:16px}.lp-feedback-link{background:none;border:none;color:#ffffffb3;font-size:.85rem;cursor:pointer;text-decoration:underline;text-underline-offset:4px;padding:.25rem;transition:color .2s ease}.lp-feedback-link:hover{color:#ffffffe6}.lp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lp-modal{background:#0f1115;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rem;max-width:500px;width:100%;text-align:center;box-shadow:0 25px 50px -12px #00000080}.lp-modal-title{color:#fffffff2;margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.lp-modal-text{color:#fff9;line-height:1.5;margin-bottom:1.5rem;font-size:.95rem}.lp-feedback-form{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.lp-feedback-type-group{display:flex;gap:1rem;justify-content:center}.lp-feedback-type-btn{flex:1;padding:.875rem 1.5rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.2);border-radius:12px;color:#fffc;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.lp-feedback-type-btn:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.lp-feedback-type-btn.selected{background:#ffffff1f;border-color:#ffffff4d;color:#fffffff2}.lp-feedback-textarea{width:100%;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:.95rem;font-family:var(--font-family);resize:vertical;min-height:120px;box-sizing:border-box}.lp-feedback-textarea:focus{outline:none;border-color:#ffffff4d;background:#ffffff14}.lp-feedback-textarea::placeholder{color:#fff6}.lp-feedback-user-info{margin:0;font-size:.85rem;color:#fff9;text-align:center}.lp-feedback-user-info strong{color:#ffffffe6}.lp-feedback-actions{display:flex;gap:.75rem;margin-top:.5rem}.lp-modal-button{flex:1;padding:.875rem 1.5rem;border-radius:12px;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.lp-feedback-submit{background:#ffffff26;color:#fffffff2;border:1px solid rgba(255,255,255,.2)}.lp-feedback-submit:hover:not(:disabled){background:#fff3;transform:translateY(-1px)}.lp-feedback-submit:disabled{opacity:.5;cursor:not-allowed}.lp-feedback-cancel{background:#ffffff1a;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.lp-feedback-cancel:hover:not(:disabled){background:#ffffff26}.lp-feedback-cancel:disabled{opacity:.5;cursor:not-allowed}.lp-feedback-success,.lp-feedback-error{padding:1rem;border-radius:12px;margin:1rem 0}.lp-feedback-success{background:#22c55e33;border:1px solid rgba(34,197,94,.3);color:#4ade80}.lp-feedback-error{background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#f87171}.lp-feedback-success p,.lp-feedback-error p{margin:0;font-size:.95rem}@media(max-width:768px){.lp-header{padding:1rem}.lp-nav,.lp-nav-actions{gap:.5rem}.lp-scripts-btn{padding:.5rem .75rem;font-size:.8rem}.lp-scripts-btn span{display:none}.lp-scripts-btn svg{width:20px;height:20px}.lp-main{padding:0 1rem}.lp-hero{padding:2rem 0;min-height:auto}.lp-hero-content{align-items:center;text-align:center;gap:1.5rem}.lp-title{font-size:clamp(2rem,8vw,3.5rem)}.lp-subtitle{font-size:clamp(.95rem,2.5vw,1.15rem);padding:0 .5rem}.lp-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.lp-scenarios-grid{grid-template-columns:1fr;gap:1.25rem;padding:0}.lp-use-cases{padding:3rem 0 4rem}.lp-section-title{font-size:clamp(1.75rem,6vw,2rem)}.lp-scenario-card{padding:1.75rem 1.25rem}.lp-progression{padding:3rem 0 4rem}.lp-timeline{padding:0 1rem}.lp-timeline:before{left:30px}.lp-timeline-item{flex-direction:row!important;gap:1.5rem}.lp-timeline-item:nth-child(2n){flex-direction:row!important}.lp-timeline-marker{width:50px;height:50px}.lp-timeline-number{font-size:1.25rem}.lp-timeline-content{text-align:left!important}.lp-timeline-item:nth-child(2n) .lp-timeline-content{text-align:left!important}.lp-timeline-quote{padding-left:1rem!important;padding-right:0!important;border-left:3px solid rgba(236,72,153,.3)!important;border-right:none!important}.lp-progression-cta{padding:1.5rem}.lp-progression-tagline{font-size:1rem}.lp-progression-tagline strong{font-size:1.125rem}.lp-final-cta{padding:3rem 0 4rem}.lp-final-cta-content{padding:2.5rem 1.5rem}.lp-final-cta-title{font-size:clamp(1.75rem,7vw,2.5rem)}.lp-final-cta-text{font-size:clamp(1rem,3vw,1.25rem)}.lp-final-cta-btn{transform:scale(1)}.lp-final-cta-btn:hover{transform:scale(1.05)}.lp-cta-group{width:100%;margin-top:1.5rem}.lp-primary-btn{width:100%;max-width:350px}.btn-content{width:100%;text-align:center}.lp-features{padding:4rem 0 3rem}.lp-footer{padding:.75rem 1rem}.lp-footer-support{gap:.375rem;align-items:center;width:100%}.lp-footer-right{width:100%;justify-content:center}.lp-support-email{flex-wrap:wrap;justify-content:center;padding:.375rem .75rem}.lp-modal{padding:1.5rem}}@media(max-width:480px){.lp-container{padding:0}.lp-header{padding:.875rem 1rem}.lp-main{padding:0 1rem}.lp-logo{height:26px}.lp-brand-name{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.lp-brand{min-width:0;flex:0 1 auto}.lp-hero{padding:1.5rem 0 2rem;min-height:auto}.lp-hero-content{gap:1.25rem}.lp-features{padding-top:3rem}.lp-title{font-size:clamp(1.75rem,9vw,2.5rem);line-height:1.15;gap:.375rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.lp-title-line{display:block;width:100%}.lp-subtitle{font-size:clamp(.875rem,3vw,1rem);padding:0 .5rem;line-height:1.5}.lp-cta-group{width:100%;align-items:center;padding:0;margin-top:1.5rem;gap:.75rem}.lp-primary-btn{width:100%;padding:0;max-width:100%}.btn-content{padding:.875rem 1.25rem;font-size:1rem;width:100%;box-sizing:border-box}.lp-cta-note{font-size:.8rem}.lp-features{padding:3rem 0 2.5rem}.lp-card{padding:1.5rem}.lp-card-icon{font-size:1.75rem}.lp-card h3{font-size:1.1rem}.lp-card p{font-size:.9rem}.lp-footer{padding:.75rem 1rem}.lp-footer-content{flex-direction:column;gap:1rem;align-items:center;text-align:center}.lp-footer-center{order:1;width:100%}.lp-footer-support{order:2;width:100%;align-items:center}.lp-footer-right{order:3;width:100%;justify-content:center}.lp-footer-center{order:1}.lp-footer-support{order:2;align-items:center;width:100%}.lp-footer-links{flex-wrap:wrap;justify-content:center;gap:.75rem}.lp-footer p{font-size:.85rem}.lp-footer-tag{font-size:.75rem}.lp-support-email{padding:.4rem .75rem;gap:.4rem}.lp-support-label{font-size:.8rem}.lp-email-text,.lp-feedback-link{font-size:.85rem}.lp-modal{padding:1.5rem;max-width:90%}.lp-modal-title{font-size:1.25rem}.lp-feedback-type-group{flex-direction:column;gap:.75rem}.lp-feedback-type-btn{padding:.75rem 1rem;font-size:.9rem}.lp-feedback-actions{flex-direction:column}}@media(max-width:360px){.lp-hero{padding:1.25rem 0 2.5rem}.lp-title{font-size:clamp(1.5rem,10vw,2rem)}.lp-subtitle{font-size:.85rem}.lp-cta-group{margin-top:1.25rem}.btn-content{padding:.75rem 1rem;font-size:.95rem}.lp-card{padding:1.25rem}}.lp-world-map{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url(/world-map-outline.png);background-repeat:no-repeat;background-position:center;background-size:cover;opacity:.08;z-index:-1;pointer-events:none;mix-blend-mode:screen}@media(max-width:768px){.lp-world-map{background-size:cover;opacity:.05}}.lp-languages-section{width:100%;padding:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1.5rem;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.lp-section-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin:0}.lp-marquee-container{display:flex;flex-direction:column;gap:1rem;width:100%}.lp-marquee{display:flex;overflow:hidden;width:100%;-webkit-user-select:none;user-select:none}.lp-marquee-content{display:flex;gap:1rem;min-width:100%;padding-left:1rem}.scroll-left{animation:scrollLeft 40s linear infinite}.scroll-right{animation:scrollRight 40s linear infinite}.lp-marquee-container:hover .lp-marquee-content{animation-play-state:paused}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.lp-lang-pill{flex-shrink:0;padding:.5rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#fffc;font-size:.9rem;white-space:nowrap;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .2s ease}.lp-lang-pill:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:768px){.lp-languages-section{padding:1.5rem 0}.lp-lang-pill{padding:.375rem 1rem;font-size:.8rem}}.lp-social-proof{padding:3rem 0;margin:2rem 0}.lp-social-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:900px;margin:0 auto 3rem;padding:0 1rem}.lp-stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.lp-stat-item:hover{background:#ffffff0d;border-color:#ec48994d;transform:translateY(-4px);box-shadow:0 8px 24px #ec489933}.lp-stat-icon{font-size:2.5rem;flex-shrink:0;margin-bottom:.25rem}.lp-stat-content{display:flex;flex-direction:column;gap:.25rem}.lp-stat-number{font-size:1.6rem;font-weight:800;color:#ec4899;line-height:1;margin-bottom:.25rem}.lp-stat-label{font-size:.9rem;color:#ffffffb3;font-weight:500}.lp-testimonial-ticker{width:100%;overflow:hidden;padding:1.5rem 0;background:linear-gradient(90deg,#ec48990d,#8b5cf60d,#ec48990d);border-top:1px solid rgba(236,72,153,.2);border-bottom:1px solid rgba(236,72,153,.2)}.lp-testimonial-content{display:flex;gap:2rem;animation:testimonialScroll 30s linear infinite}@keyframes testimonialScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.lp-testimonial-item{flex-shrink:0;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;color:#ffffffe6;font-size:.95rem;font-style:italic;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.lp-testimonial-emoji{font-size:1.25rem;flex-shrink:0}@media(max-width:768px){.lp-social-proof{padding:2rem 0;margin:1.5rem 0}.lp-social-stats{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.lp-stat-item{padding:1.25rem}.lp-stat-icon{font-size:2rem}.lp-stat-number{font-size:1.75rem}.lp-stat-label{font-size:.85rem}.lp-testimonial-item{padding:.625rem 1.25rem;font-size:.875rem}.lp-testimonial-emoji{font-size:1.1rem}}@media(max-width:480px){.lp-stat-item{padding:1rem;gap:.75rem}.lp-stat-icon{font-size:1.75rem}.lp-stat-number{font-size:1.5rem}.lp-testimonial-ticker{padding:1rem 0}.lp-testimonial-item{padding:.5rem 1rem;font-size:.8rem}}.relationship-badge-compact{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffff14;border-radius:20px;cursor:pointer;transition:all .2s ease}.relationship-badge-compact:hover{background:#ffffff1f;transform:scale(1.02)}.rb-emoji{font-size:16px}.rb-level-name{font-size:12px;font-weight:600;color:#ffffffe6}.rb-streak-mini{font-size:11px;padding:2px 6px;background:#f9731633;border-radius:10px;color:#fb923c}.rb-days-together{font-size:11px;color:#ffffff80;margin-left:2px}.relationship-badge{display:flex;flex-direction:column;gap:16px;padding:20px;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.08)}.rb-header{display:flex;align-items:center;gap:16px}.rb-level-circle{width:56px;height:56px;border-radius:50%;border:3px solid;display:flex;align-items:center;justify-content:center;background:#ffffff0d}.rb-emoji-large{font-size:28px}.rb-info{display:flex;flex-direction:column;gap:4px}.rb-level-name-large{font-size:18px;font-weight:700;color:#fff}.rb-description{font-size:13px;color:#fff9}.rb-progress-section{display:flex;flex-direction:column;gap:6px}.rb-progress-bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.rb-progress-fill{height:100%;border-radius:3px;transition:width .8s cubic-bezier(.4,0,.2,1)}.rb-progress-text{font-size:11px;color:#ffffff80;text-align:right}.rb-stats{display:flex;justify-content:space-around;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.rb-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.rb-stat-value{font-size:18px;font-weight:700;color:#fff}.rb-stat-label{font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.rb-stat-streak .rb-stat-value{color:#fb923c}@keyframes levelUpGlow{0%,to{box-shadow:0 0 #fbbf2400}50%{box-shadow:0 0 20px 10px #fbbf244d}}.rb-level-circle.celebrating{animation:levelUpGlow 1.5s ease-in-out infinite}.milestone-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#fbbf2433,#f59e0b1a);border:1px solid rgba(251,191,36,.3);border-radius:12px;color:#fbbf24;font-size:13px;font-weight:600}.milestone-badge:before{content:"🎉"}@media(max-width:640px){.relationship-badge-compact{flex-wrap:wrap;justify-content:center;gap:4px;padding:6px 10px;max-width:100%}.rb-emoji{font-size:14px}.rb-level-name{font-size:11px}.rb-days-together{font-size:10px}.rb-streak-mini{font-size:10px;padding:2px 5px}}@media(max-width:400px){.relationship-badge-compact{padding:5px 8px;gap:3px}.rb-emoji{font-size:12px}.rb-level-name{font-size:10px}.rb-days-together{font-size:9px}}.hp-username-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10000;display:flex;justify-content:center;align-items:center;animation:hp-fade-in .3s ease-out}.hp-username-modal{background:#0f1115;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem 2rem;width:90%;max-width:420px;box-shadow:0 20px 50px #00000080,0 0 0 1px #ffffff0d inset;text-align:center;position:relative;animation:hp-scale-up .3s cubic-bezier(.175,.885,.32,1.275)}.hp-username-header{margin-bottom:2rem}.hp-username-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 0 15px rgba(255,215,0,.3))}.hp-username-header h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:1.5rem;color:#fffffff2;margin:0 0 .5rem;letter-spacing:-.5px}.hp-username-header p{color:#fff9;font-size:.95rem;margin:0;line-height:1.4}.hp-username-input-wrapper{position:relative;display:flex;align-items:center;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0 1rem;transition:all .2s ease}.hp-username-input-wrapper:focus-within{border-color:#ffffff4d;box-shadow:0 0 0 3px #ffffff1a;background:#ffffff0d}.hp-at-symbol{color:#fff6;font-size:1.1rem;font-weight:500;margin-right:4px}.hp-username-input{flex:1;background:transparent;border:none;color:#fff;font-size:1.1rem;padding:1rem .5rem 1rem 0;font-family:SF Mono,Roboto Mono,monospace;outline:none;width:100%}.hp-username-input.valid{color:#10b981}.hp-username-input.error{color:#ef4444}.hp-check-mark{color:#10b981;font-weight:700;font-size:1.2rem;animation:hp-pop-in .2s cubic-bezier(.175,.885,.32,1.275)}.hp-spinner-mini{width:18px;height:18px;border:2px solid rgba(255,255,255,.1);border-top-color:#fff9;border-radius:50%;animation:hp-spin .8s linear infinite}.hp-username-error{color:#ef4444;font-size:.85rem;margin-top:.75rem;text-align:left;padding-left:1rem;animation:hp-shake .4s ease-in-out}.hp-username-submit{width:100%;margin-top:1.5rem;padding:.9rem;background:#ffffff26;color:#fffffff2;border:1px solid rgba(255,255,255,.2);border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.hp-username-submit:hover:not(:disabled){background:#fff3;transform:translateY(-1px);box-shadow:0 6px 15px #0006}.hp-username-submit:disabled{background:#ffffff1a;color:#ffffff4d;cursor:not-allowed;box-shadow:none;transform:none}@keyframes hp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hp-scale-up{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes hp-pop-in{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes hp-spin{to{transform:rotate(360deg)}}@keyframes hp-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@media(max-width:480px){.hp-username-modal{width:95%;padding:2rem 1.5rem;border-radius:20px}.hp-username-icon{font-size:2.5rem}.hp-username-header h2{font-size:1.35rem}}
