.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:2147483647;padding:1rem}.modal.is-open{display:flex!important}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1118278c;backdrop-filter:blur(8px) saturate(140%);-webkit-backdrop-filter:blur(8px) saturate(140%);z-index:0;transition:opacity .2s ease}.modal-dialog{position:relative;z-index:1;width:100%;max-width:1040px;animation:lmModalIn .28s cubic-bezier(.34,1.56,.64,1) both}@keyframes lmModalIn{0%{opacity:0;transform:scale(.94) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.lm-panel{position:relative;z-index:2;width:100%;background:#fff;border-radius:20px;box-shadow:0 2px 4px #1118270a,0 8px 24px #1118271a,0 28px 60px #11182724;overflow:hidden;max-height:calc(100dvh - 2rem);display:flex;flex-direction:column}.lm-grid{display:grid;grid-template-columns:320px 1fr;min-height:0;flex:1}.lm-left{background:linear-gradient(160deg,#f9fafb,#f3f4f6 35%,#e5e7eb 75%,#d1d5db);padding:2.25rem 1.875rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem;position:relative;overflow:hidden}.lm-left:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(17,24,39,.04) 0%,transparent 70%);pointer-events:none}.lm-left:after{content:"";position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(17,24,39,.03) 0%,transparent 70%);pointer-events:none}.lm-left-title{font-size:1.5rem;font-weight:800;color:#111827;line-height:1.2;margin:0;letter-spacing:-.01em}.lm-left-desc{font-size:.8375rem;color:#4b5563;line-height:1.65;margin:.5rem 0 0}.lm-illustration{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;padding:.5rem 0}.lm-illustration svg,.lm-illustration img{width:100%;max-width:220px;height:auto;filter:drop-shadow(0 8px 20px rgba(17,24,39,.06))}.lm-indicators{display:flex;gap:.875rem;justify-content:space-between}.lm-indicator{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;flex:1}.lm-indicator-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffffd1;border:1px solid rgba(17,24,39,.08);color:var(--accent, #334155);font-size:.875rem;box-shadow:0 2px 8px #1118270f}.lm-indicator-label{font-size:.6875rem;font-weight:600;color:#374151;line-height:1.3}.lm-right{padding:2.25rem 3.5rem 2rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;max-height:calc(100dvh - 2rem);position:relative}.lm-close{position:absolute;top:1.125rem;right:1.125rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:1rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s;line-height:1;padding:0}.lm-close:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.lm-form-title{font-size:1.625rem;font-weight:800;color:#0f172a;margin:0 0 .375rem;letter-spacing:-.02em;line-height:1.15;padding-right:2.5rem}.lm-form-subtitle{font-size:.875rem;color:#64748b;margin:0 0 1.25rem}.lm-alert{border-radius:10px;padding:.625rem .875rem;margin-bottom:1rem;font-size:.8125rem;display:flex;align-items:flex-start;gap:.5rem}.lm-alert i{flex-shrink:0}.lm-alert.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.lm-alert.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.lm-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;margin-bottom:1.25rem}.lm-tab{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:10px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:.8125rem;font-weight:600;color:#475569;cursor:pointer;transition:border-color .18s,background .18s,color .18s,box-shadow .18s;text-align:center;line-height:1.3}.lm-tab i{font-size:1.0625rem}.lm-tab:hover:not([disabled]){border-color:color-mix(in srgb,var(--accent, #334155) 42%,white);background:color-mix(in srgb,var(--accent, #334155) 8%,white);color:var(--accent, #334155)}.lm-tab.is-active{border-color:var(--accent, #334155);background:color-mix(in srgb,var(--accent, #334155) 8%,white);color:var(--accent, #334155);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #334155) 12%,white)}.lm-tab[disabled],.lm-tab[aria-disabled=true]{opacity:.55;cursor:not-allowed;pointer-events:none}.lm-field{margin-bottom:1.125rem}.lm-label{display:block;font-size:.8125rem;font-weight:600;color:#334155;margin-bottom:.625rem;letter-spacing:.005em}.lm-input-wrap{position:relative;display:flex;align-items:center}.lm-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1rem;pointer-events:none;transition:color .15s}.lm-input{width:100%;height:50px;padding:0 1rem 0 2.875rem;border:1.5px solid #cbd5e1;border-radius:10px;background:#f8fafc;color:#0f172a;font-size:.9375rem;font-family:inherit;transition:border-color .18s,box-shadow .18s,background .18s;outline:none;box-sizing:border-box}.lm-input[type=password]{padding-right:3rem}.lm-input::placeholder{color:#64748b;font-size:.9375rem}.lm-input:focus{border-color:var(--accent, #334155);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #334155) 16%,white)}.lm-input-wrap:focus-within .lm-input-icon{color:var(--accent, #334155)}.lm-eye-btn{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:7px;border:1px solid #e2e8f0;background:#f1f5f9;color:#64748b;font-size:1rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s;padding:0;line-height:1}.lm-eye-btn:hover{background:#e2e8f0;color:#0f172a;border-color:#cbd5e1}.lm-eye-btn:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #334155) 18%,white);border-color:var(--accent, #334155)}.lm-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem;margin-bottom:1.25rem}.lm-remember{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.lm-remember input[type=checkbox]{width:1.0625rem;height:1.0625rem;border:1.5px solid #cbd5e1;border-radius:4px;accent-color:var(--accent, #334155);cursor:pointer;flex-shrink:0}.lm-forgot{font-size:.8125rem;font-weight:600;color:var(--accent, #334155);text-decoration:none;transition:opacity .15s;white-space:nowrap}.lm-forgot:hover{opacity:.75;text-decoration:underline}.lm-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:50px;border:none;border-radius:12px;background:var(--accent, #334155);color:#fff;font-size:.9375rem;font-weight:700;font-family:inherit;cursor:pointer;letter-spacing:.02em;box-shadow:0 8px 22px #0f172a2e;transition:background .18s,transform .15s,box-shadow .18s;margin-bottom:0}.lm-submit:hover{background:var(--accent-strong, #1e293b);transform:translateY(-1px);box-shadow:0 12px 28px #0f172a38}.lm-submit:active{background:var(--accent-strong, #1e293b);transform:translateY(0);box-shadow:0 4px 12px #0f172a29}.lm-submit:disabled,.lm-submit[aria-disabled=true],.lm-submit.is-processing{cursor:not-allowed;pointer-events:none;background:color-mix(in srgb,var(--accent, #334155) 72%,white)!important;color:#fff!important;border:none!important;opacity:1;transform:none;box-shadow:inset 0 1px #ffffff2e,0 6px 14px #0f172a24!important}.lm-submit:disabled:hover,.lm-submit[aria-disabled=true]:hover,.lm-submit.is-processing:hover{background:color-mix(in srgb,var(--accent, #334155) 72%,white)!important;color:#fff!important;transform:none;box-shadow:inset 0 1px #ffffff2e,0 6px 14px #0f172a24!important}.lm-submit i{font-size:1.1rem}.lm-panels{position:relative}.lm-tabpanel{transition:opacity .18s ease}.lm-tabpanel[hidden]{display:none!important}.lm-footer{border-top:1px solid #f1f5f9;padding:.875rem 2.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;color:#94a3b8;background:#fafafa}.lm-footer i{font-size:.875rem;color:var(--accent, #334155)}body.modal-open{overflow:hidden;height:100dvh}@media (max-width: 768px){.modal{padding:.75rem}.modal-dialog{max-width:520px}.lm-grid{grid-template-columns:1fr}.lm-left{padding:1.5rem 1.5rem 1.25rem;gap:.875rem;border-radius:0}.lm-illustration{display:none}.lm-left-title{font-size:1.125rem}.lm-left-desc{font-size:.8rem}.lm-right{padding:2.5rem 2.5rem 2rem}.lm-form-title{font-size:1.25rem}.lm-footer{padding:.75rem 1.5rem}}@media (max-width: 540px){.modal{padding:0;align-items:flex-end}.modal-dialog{max-width:100%}.lm-panel{border-radius:20px 20px 0 0;max-height:96dvh}.lm-left{display:none}.lm-grid{grid-template-columns:1fr}.lm-right{padding:2rem 1.5rem;max-height:96dvh;overflow-y:auto}.lm-form-title{font-size:1.25rem}.lm-footer{padding:.75rem 1.25rem}}
