#lp-auth{position:fixed;inset:0;z-index:99999;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#lp-auth .lp-brand{display:none;width:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8 45%,#3730a3);position:relative;overflow:hidden;color:#fff}@media (min-width:1024px){#lp-auth .lp-brand{display:flex}}#lp-auth .lp-brand .lp-circle{position:absolute;border-radius:9999px;background:rgba(255,255,255,.06)}#lp-auth .lp-brand-inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;padding:3rem;width:100%}#lp-auth .lp-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700}#lp-auth .lp-tag h1{font-size:2.25rem;font-weight:700;line-height:1.15;margin:0}#lp-auth .lp-tag p{font-size:1.05rem;color:#dbeafe;max-width:28rem;margin:1rem 0 0}#lp-auth .lp-copyright{font-size:.8rem;color:#bfdbfe}#lp-auth .lp-formside{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;background:#f9fafb;overflow-y:auto}#lp-auth .lp-wrap{width:100%;max-width:28rem}#lp-auth .lp-mlogo{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#1d4ed8;font-weight:700;font-size:1.25rem;margin-bottom:1.5rem}@media (min-width:1024px){#lp-auth .lp-mlogo{display:none}}#lp-auth .lp-head{text-align:center;margin-bottom:1.5rem}#lp-auth .lp-head h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0}#lp-auth .lp-head p{color:#6b7280;margin:.4rem 0 0;font-size:.95rem}#lp-auth .lp-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:2rem}#lp-auth label{display:block;font-size:.82rem;font-weight:500;color:#374151;margin-bottom:.35rem}#lp-auth input[type=email],#lp-auth input[type=password]{width:100%;padding:.55rem .7rem;font-size:.92rem;border:1px solid #d1d5db;border-radius:.5rem;color:#111827;background:#fff;box-sizing:border-box}#lp-auth input:focus{outline:2px solid #93c5fd;outline-offset:0;border-color:#3b82f6}#lp-auth .lp-field{margin-bottom:1rem}#lp-auth .lp-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1rem;font-size:.92rem;font-weight:600;border-radius:.5rem;border:1px solid transparent;cursor:pointer}#lp-auth .lp-btn-primary{background:#2563eb;color:#fff}#lp-auth .lp-btn-primary:hover{background:#1d4ed8}#lp-auth .lp-btn-primary:disabled{background:#93c5fd;cursor:default}#lp-auth .lp-btn-outline{background:#fff;color:#374151;border-color:#d1d5db}#lp-auth .lp-btn-outline:hover{background:#f9fafb}#lp-auth .lp-btn-outline:disabled{color:#9ca3af;cursor:default}#lp-auth .lp-row{display:flex;align-items:center;justify-content:space-between}#lp-auth a.lp-link{color:#2563eb;font-size:.8rem;text-decoration:none}#lp-auth a.lp-link:hover{color:#1e40af}#lp-auth .lp-div{position:relative;text-align:center;margin:1.25rem 0}#lp-auth .lp-div:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid #e5e7eb}#lp-auth .lp-div span{position:relative;background:#fff;padding:0 1rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}#lp-auth .lp-msg{font-size:.85rem;border-radius:.5rem;padding:.6rem .8rem;margin-top:.25rem}#lp-auth .lp-msg-err{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}#lp-auth .lp-msg-ok{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}#lp-auth .lp-foot{font-size:.85rem;color:#6b7280}#lp-auth .lp-back,#lp-auth .lp-foot{text-align:center;margin-top:1.25rem}#lp-auth .lp-back{display:block;font-size:.8rem;color:#9ca3af;text-decoration:none}#lp-auth .lp-provider{margin-bottom:.6rem}#lp-auth button.lp-provider{position:relative;width:360px;max-width:100%;margin-left:auto;margin-right:auto;font-weight:500}#lp-auth button.lp-provider .lp-provider-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%)}#lp-auth .lp-spin{display:inline-block;width:.85rem;height:.85rem;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:lp-spin .6s linear infinite;vertical-align:-1px}@keyframes lp-spin{to{transform:rotate(1turn)}}