*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}button,input,select,textarea{font-family:inherit}@keyframes spin{to{transform:rotate(360deg)}}.lp-page{background:#f8fafc;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.lp-left{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0369a1 100%);flex:1;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}@media (width<=768px){.lp-left{display:none}}.lp-left-content{z-index:1;color:#fff;max-width:380px;position:relative}.lp-logo-mark{align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.lp-logo-text{color:#fff;letter-spacing:-.01em;font-size:1.5rem;font-weight:800}.lp-tagline{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.6rem;font-weight:800;line-height:1.15}.lp-desc{color:#ffffffb3;margin-bottom:2.5rem;font-size:.975rem;line-height:1.7}.lp-stats{align-items:center;gap:1.5rem;display:flex}.lp-stat{flex-direction:column;gap:.2rem;display:flex}.lp-stat-num{color:#38bdf8;font-size:1.4rem;font-weight:800}.lp-stat-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.lp-stat-divider{background:#ffffff26;width:1px;height:36px}.lp-blob{filter:blur(80px);opacity:.25;pointer-events:none;border-radius:50%;position:absolute}.lp-blob1{background:#38bdf8;width:400px;height:400px;top:-100px;right:-100px}.lp-blob2{background:#818cf8;width:300px;height:300px;bottom:-80px;left:-60px}.lp-right{background:#f8fafc;justify-content:center;align-items:center;width:480px;padding:2rem;display:flex}@media (width<=768px){.lp-right{width:100%}}.lp-card{background:#fff;border:1px solid #0000000d;border-radius:20px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d,0 20px 60px -10px #0000001a}.lp-card-header{margin-bottom:1.75rem}.lp-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.6rem;font-weight:800}.lp-subtitle{color:#64748b;font-size:.875rem}.lp-tabs{background:#f1f5f9;border-radius:10px;gap:4px;margin-bottom:1.75rem;padding:4px;display:flex}.lp-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;padding:.55rem;font-size:.875rem;font-weight:600;transition:all .2s}.lp-tab-active{color:#0f172a;background:#fff;box-shadow:0 1px 4px #0000001a}.lp-form{flex-direction:column;gap:1rem;display:flex}.lp-row{gap:.75rem;display:flex}.lp-row .lp-field{flex:1;min-width:0}.lp-field{flex-direction:column;gap:.4rem;display:flex}.lp-label{color:#374151;font-size:.8rem;font-weight:600}.lp-input-wrap{align-items:center;display:flex;position:relative}.lp-input-icon{color:#94a3b8;pointer-events:none;display:flex;position:absolute;left:.85rem}.lp-input{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:.7rem .85rem .7rem 2.5rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s}.lp-input:focus{background:#fff;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91f}.lp-input::placeholder{color:#cbd5e1}.lp-eye{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:4px;padding:4px;transition:color .2s;display:flex;position:absolute;right:.75rem}.lp-eye:hover{color:#475569}.lp-forgot-row{justify-content:flex-end;margin-top:-.25rem;display:flex}.lp-forgot-btn{color:#0ea5e9;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600;transition:color .2s}.lp-forgot-btn:hover{color:#0284c7;text-decoration:underline}.lp-submit{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:.8rem;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .1s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #0ea5e959}.lp-submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 6px 20px #0ea5e966}.lp-submit:active:not(:disabled){transform:translateY(0)}.lp-submit:disabled{opacity:.65;cursor:not-allowed}.lp-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite lp-spin}@keyframes lp-spin{to{transform:rotate(360deg)}}.lp-msg{word-break:break-word;overflow-wrap:anywhere;border-radius:10px;align-items:flex-start;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;line-height:1.5;display:flex}.lp-msg-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.lp-msg-success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.lp-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0f172a80;justify-content:center;align-items:center;animation:.15s lp-fade-in;display:flex;position:fixed;inset:0}@keyframes lp-fade-in{0%{opacity:0}to{opacity:1}}.lp-modal{background:#fff;border-radius:20px;width:100%;max-width:420px;max-height:90vh;margin:1rem;padding:2.5rem;animation:.2s lp-slide-up;position:relative;overflow-y:auto;box-shadow:0 25px 60px #0003}@keyframes lp-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.lp-modal-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.lp-modal-close:hover{background:#e2e8f0}.lp-modal-icon{color:#0284c7;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.lp-modal-title{color:#0f172a;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.lp-modal-desc{color:#64748b;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}
