@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.authpage,.authpage *{box-sizing:border-box}.authpage{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px 18px;background:#F2F2F2;font-family:Inter,system-ui,sans-serif;color:#1a1a1a}.login{width:100%;max-width:880px;background:#fff;border-radius:18px;border:1px solid #dcd8cf;box-shadow:0 8px 26px rgba(0,0,0,.1);min-height:520px;--panel:#0a2540;--brand:#0a66c2;--accent:#5aa2e8}.login,.panel{display:flex;overflow:hidden}.panel{width:43%;background:var(--panel);color:#fff;flex-direction:column;padding:42px;position:relative}.panel .soft{opacity:.5;width:230px;height:230px;right:-66px;top:-66px}.panel .soft,.panel .soft2{position:absolute;border-radius:50%;background:var(--brand)}.panel .soft2{opacity:.32;width:180px;height:180px;left:-50px;bottom:-60px}.panel .fam{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.7);font-weight:600}.panel .fam,.panel .plogo{position:relative;z-index:1}.panel .plogo{margin-top:12px}.panel .pmid{margin-top:auto;position:relative;z-index:1}.panel h3{font-weight:700;font-size:29px;line-height:1.18;letter-spacing:-.015em}.panel .accentbar{width:44px;height:3px;background:var(--accent);border-radius:2px;margin-top:16px}.panel ul{list-style:none;margin-top:16px;flex-direction:column;padding:0}.panel li,.panel ul{display:flex;gap:9px}.panel li{align-items:flex-start;font-size:14px;color:rgba(255,255,255,.92);line-height:1.35}.panel li .ic{width:16px;height:16px;flex-shrink:0;margin-top:1px;color:var(--accent)}.panel .trust{margin-top:18px;font-size:12.5px;color:var(--accent);font-weight:600;position:relative;z-index:1}.form{flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:44px 48px}.form.center{align-items:center;text-align:center}.form h2{font-weight:700;font-size:23px;color:#101828}.form .s{font-size:14px;color:#667085;margin:6px 0 22px;line-height:1.5}.form label{font-size:13px;font-weight:600;color:#344054;margin:0 0 6px;display:block}.form input,.form select{width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:12px 13px;font-size:14px;font-family:inherit;margin-bottom:14px;outline:none;background:#fff;color:inherit}.form select{cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;background-size:13px}.form input:focus,.form select:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 16%,transparent)}.form .hint{font-size:11.5px;color:#98a2b3;margin:-9px 0 14px}.form .frow{display:flex;justify-content:flex-end;margin:-4px 0 14px}.form .frow a{font-size:12.5px;color:var(--link,var(--brand));text-decoration:none;font-weight:600}.form .err{background:#fef3f2;border:1px solid #fecdca;color:#b42318;border-radius:9px}.form .err,.form .okmsg{font-size:13px;padding:9px 11px;margin-bottom:13px}.form .okmsg{background:#ecfdf3;border:1px solid #abefc6;color:#067647;border-radius:9px}.btn{width:100%;background:var(--brand);color:var(--on-brand,#fff);border:none;border-radius:10px;padding:13px;font-weight:700;font-size:14px;cursor:pointer;font-family:inherit}.btn:disabled{opacity:.6;cursor:default}.btn.ghost{background:#fff;border:1px solid #d0d5dd;color:var(--link,var(--brand))}.dv{display:flex;align-items:center;gap:10px;margin:16px 0}.dv span{font-size:11px;color:#98a2b3}.dv i{flex:1 1;height:1px;background:#eaecf0}.oa{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.ob{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d0d5dd;border-radius:10px;padding:10px;font-size:13px;font-weight:600;color:#344054;background:#fff;cursor:not-allowed;opacity:.55}.ob:not([aria-disabled=true]){cursor:pointer;opacity:1;text-decoration:none}.ob:not([aria-disabled=true]):hover{border-color:var(--brand)}.ob .ic{width:16px;height:16px}.legal{font-size:11px;color:#98a2b3;margin-top:14px;line-height:1.5}.legal a{color:var(--link,var(--brand));text-decoration:none}.foot{font-size:13px;color:#667085;margin-top:18px}.foot a{color:var(--link,var(--brand));font-weight:700;text-decoration:none}.back{margin-top:18px}.back a{font-size:13px;color:#667085;text-decoration:none;font-weight:600}.statusico{width:56px;height:56px;border-radius:15px;background:color-mix(in srgb,var(--brand) 12%,#fff);color:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.statusico svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}@media (max-width:680px){.login{flex-direction:column;max-width:440px;min-height:0}.panel{width:100%;padding:30px}.panel .pmid{margin-top:20px}.form{padding:32px 28px;order:-1}}