:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#101828;background:#fff;font-synthesis:none}
*{box-sizing:border-box}
body{margin:0}
button,input{font:inherit}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,46%) 1fr}
.auth-brand{position:relative;display:flex;min-height:100vh;flex-direction:column;padding:42px clamp(34px,5vw,78px);color:#fff;background:#172bc7;overflow:hidden}
.auth-brand::after{content:"";position:absolute;right:-22%;bottom:-18%;width:560px;height:560px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 95px rgba(255,255,255,.035),0 0 0 190px rgba(255,255,255,.025)}
.auth-logo{display:flex;align-items:center;gap:13px;position:relative;z-index:1}
.auth-logo svg{width:37px;color:#fff}
.auth-logo div{display:grid}
.auth-logo strong{font-size:22px;line-height:1.05}
.auth-logo span{font-size:12px;color:#c9d1ff;margin-top:3px}
.auth-brand-copy{position:relative;z-index:1;margin:auto 0;max-width:520px}
.auth-brand-copy h1{font-size:clamp(38px,4vw,62px);line-height:1.04;letter-spacing:-.04em;margin:0 0 24px}
.auth-brand-copy p{font-size:18px;line-height:1.65;color:#dfe4ff;max-width:480px;margin:0}
.auth-footnote{position:relative;z-index:1;font-size:12px;color:#bdc7ff;margin:0}
.auth-form-panel{display:grid;place-items:center;padding:40px}
.auth-form{width:min(100%,420px);display:grid;gap:22px}
.auth-form h2{font-size:34px;letter-spacing:-.03em;margin:0 0 8px}
.auth-form>div>p,.auth-help{color:#667085;margin:0;font-size:14px}
.auth-form label{display:grid;gap:8px;font-size:13px;font-weight:650;color:#344054}
.auth-form input{width:100%;height:48px;border:1px solid #cfd5df;border-radius:6px;padding:0 13px;color:#101828;background:#fff;outline:none;transition:border .15s,box-shadow .15s}
.auth-form input:focus{border-color:#3346e8;box-shadow:0 0 0 3px rgba(51,70,232,.13)}
.auth-form button{height:50px;border:0;border-radius:6px;color:#fff;background:#2639da;font-weight:700;cursor:pointer;box-shadow:0 5px 14px rgba(38,57,218,.18)}
.auth-form button:hover{background:#1d2fc7}
.auth-form button:disabled{opacity:.7;cursor:wait}
.auth-error{min-height:20px;margin:-7px 0 -8px;color:#b42318;font-size:13px}
.auth-help{text-align:center;line-height:1.5}
@media(max-width:760px){.auth-shell{grid-template-columns:1fr}.auth-brand{min-height:auto;padding:28px 24px}.auth-brand-copy{margin:70px 0 45px}.auth-brand-copy h1{font-size:36px}.auth-brand-copy p{font-size:15px}.auth-footnote{display:none}.auth-form-panel{padding:48px 24px}.auth-form h2{font-size:30px}}
