@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--lp-bg:#f4f7fb;--lp-navy:#020617;--lp-navy-2:#071124;--lp-navy-3:#0b1b34;--lp-blue:#38bdf8;--lp-blue-light:#7dd3fc;--lp-white:#fff;--lp-text-1:#0f172a;--lp-text-2:#475569;--lp-text-3:#94a3b8;--lp-border:#e2e8f0;--lp-border-hover:#cbd5e1;--lp-focus:#3b82f6;--lp-focus-glow:#3b82f624;--lp-error:#ef4444;--lp-radius:10px;--lp-shadow:0 20px 50px #0f172a14, 0 8px 20px #0f172a0a;--lp-ease:.22s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.lp-root{background:var(--lp-bg);min-height:100vh;font-family:Inter,sans-serif;display:flex}.lp-brand{background:radial-gradient(circle at 0 0,#3b82f62e,#0000 30%),radial-gradient(circle at 100% 100%,#0ea5e91f,#0000 35%),linear-gradient(160deg,#020617 0%,#071124 45%,#0b1b34 100%);justify-content:center;align-items:center;width:48%;min-height:100vh;padding:3rem 4rem;display:flex;position:relative;overflow:hidden}.lp-brand:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;background:linear-gradient(to bottom right,#ffffff05,#ffffff03);position:absolute;inset:0}.lp-brand:after{content:"";opacity:.25;pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.lp-geo{pointer-events:none;position:absolute;inset:0;overflow:hidden}.lp-geo__ring{border-radius:50%;animation:16s ease-in-out infinite lp-ring;position:absolute}.lp-geo__ring--1{border:1px solid #7dd3fc1f;width:300px;height:300px;bottom:-90px;right:-90px}.lp-geo__ring--2{border:1px solid #7dd3fc12;width:520px;height:520px;animation-delay:3s;bottom:-190px;right:-190px}.lp-geo__ring--3{border:1px solid #7dd3fc0a;width:760px;height:760px;animation-delay:6s;bottom:-330px;right:-330px}@keyframes lp-ring{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}.lp-geo__dot{background:var(--lp-blue-light);border-radius:50%;animation:8s ease-in-out infinite lp-float;position:absolute}.lp-geo__dot--a{opacity:.2;width:4px;height:4px;top:20%;left:14%}.lp-geo__dot--b{opacity:.16;width:3px;height:3px;animation-delay:2s;top:65%;left:8%}.lp-geo__dot--c{opacity:.18;width:5px;height:5px;animation-delay:1s;top:35%;left:82%}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lp-brand__content{z-index:2;flex-direction:column;align-items:flex-start;gap:2.3rem;width:100%;max-width:560px;display:flex;position:relative}.lp-logo{align-items:center;gap:14px;display:flex;position:relative}.lp-logo:before{content:"";filter:blur(45px);z-index:-1;background:#38bdf824;width:100px;height:100px;position:absolute;left:-30px}.lp-logo__mark{flex-shrink:0;display:flex}.lp-logo__text{color:#fff;letter-spacing:-.03em;font-size:1.8rem;font-weight:700}.lp-caption{flex-direction:column;gap:6px;display:flex}.lp-caption__line1{color:#ffffffd1;letter-spacing:-.04em;white-space:nowrap;font-size:2.5rem;font-weight:300;line-height:1.05}.lp-caption__line2{background:linear-gradient(90deg,#7dd3fc,#38bdf8,#e0f2fe);-webkit-text-fill-color:transparent;letter-spacing:-.05em;white-space:nowrap;-webkit-background-clip:text;font-size:2.9rem;font-weight:800;line-height:1}.lp-rule{opacity:.85;background:linear-gradient(90deg,#38bdf8,#7dd3fc);border-radius:999px;width:58px;height:3px}.lp-subcaption{color:#ffffff80;letter-spacing:.01em;max-width:38ch;font-size:.96rem;line-height:1.9}.lp-panel{background:linear-gradient(#f8fafc 0%,#eef2f7 100%);flex:1;justify-content:center;align-items:center;padding:2.5rem 1.5rem;display:flex}.lp-form-wrap{flex-direction:column;gap:1.5rem;width:100%;max-width:360px;display:flex}.lp-form-header{flex-direction:column;gap:4px;display:flex}.lp-form__title{color:var(--lp-text-1);letter-spacing:-.03em;white-space:nowrap;font-size:1.7rem;font-weight:700}.lp-form__subtitle{color:var(--lp-text-2);font-size:.95rem}.lp-form{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--lp-shadow);background:#ffffffd1;border:1px solid #ffffffb8;border-radius:20px;flex-direction:column;gap:1.15rem;padding:1.9rem 1.8rem;display:flex}.lp-field{flex-direction:column;gap:6px;display:flex}.lp-label{color:var(--lp-text-1);font-size:.82rem;font-weight:600}.lp-input{border-radius:var(--lp-radius);border:1px solid var(--lp-border);width:100%;height:46px;color:var(--lp-text-1);transition:border-color var(--lp-ease), box-shadow var(--lp-ease), transform var(--lp-ease);background:#ffffffeb;outline:none;padding:0 14px;font-size:.94rem}.lp-input::placeholder{color:var(--lp-text-3)}.lp-input:hover{border-color:var(--lp-border-hover)}.lp-input:focus{border-color:var(--lp-focus);box-shadow:0 0 0 3px var(--lp-focus-glow);transform:translateY(-1px)}.lp-input--error{border-color:var(--lp-error)!important;box-shadow:0 0 0 3px #ef44441a!important}.lp-pw-wrap{position:relative}.lp-input--pw{padding-right:46px}.lp-pw-toggle{cursor:pointer;width:44px;color:var(--lp-text-3);transition:color var(--lp-ease);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;right:0}.lp-pw-toggle:hover{color:var(--lp-text-2)}.lp-btn-submit{border-radius:var(--lp-radius);cursor:pointer;color:#fff;width:100%;height:46px;transition:transform .12s ease, box-shadow var(--lp-ease), opacity var(--lp-ease);background:linear-gradient(135deg,#091224 0%,#13213e 100%);border:none;justify-content:center;align-items:center;gap:8px;margin-top:4px;font-size:.94rem;font-weight:600;display:flex;position:relative;overflow:hidden}.lp-btn-submit:after{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff14 50%,#0000 60%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.lp-btn-submit:hover:after{transform:translate(100%)}.lp-btn-submit:hover{box-shadow:0 10px 25px #0f172a38}.lp-btn-submit:active{transform:scale(.985)}.lp-spinner{border:2px solid #ffffff47;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite lp-spin}@keyframes lp-spin{to{transform:rotate(360deg)}}.lp-footer-hint{text-align:center;color:var(--lp-text-3);font-size:.78rem}.lp-footer{text-align:center;color:var(--lp-text-3);font-size:.72rem}.lp-enterprise{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:#64748b;opacity:.75;font-size:.7rem}@media (width<=900px){.lp-brand{width:44%;padding:2.5rem}.lp-caption__line1{font-size:2rem}.lp-caption__line2{font-size:2.3rem}}@media (width<=700px){.lp-root{flex-direction:column}.lp-brand{justify-content:flex-start;width:100%;min-height:auto;padding:1.8rem 1.5rem}.lp-caption,.lp-rule,.lp-subcaption,.lp-geo__ring--2,.lp-geo__ring--3{display:none}.lp-brand__content{gap:0}.lp-panel{align-items:flex-start;padding-top:1.8rem}.lp-form-wrap{max-width:100%}.lp-form{padding:1.4rem 1.25rem}}@media (prefers-reduced-motion:reduce){.lp-geo__ring,.lp-geo__dot,.lp-spinner{animation:none}.lp-btn-submit:after{display:none}}
