:root{--navy:#092b55;--blue:#1769aa;--bg:#f3f6fa}body{min-height:100vh;background:var(--bg);color:#17233a;font-family:system-ui,sans-serif}.auth-shell{max-width:1050px;margin:6vh auto;display:grid;grid-template-columns:1fr 1fr;background:#fff;box-shadow:0 18px 45px #092b5530}.auth-brand{padding:4rem 3rem;background:linear-gradient(145deg,var(--navy),var(--blue));color:#fff}.auth-brand img{width:84px}.auth-card{max-width:520px;margin:6vh auto;padding:2.5rem}.standalone{background:#fff;box-shadow:0 18px 45px #092b5530}.eyebrow{color:var(--blue);font-weight:700;text-transform:uppercase;font-size:.8rem}.auth-card input{width:100%;min-height:48px;margin:.4rem 0 1rem;padding:.7rem;border:1px solid #9aa8b9;border-radius:.35rem}.password-wrap{position:relative}.password-toggle{position:absolute;right:.5rem;top:.75rem;border:0;background:none;color:var(--navy)}.primary{display:inline-block;width:100%;min-height:48px;padding:.7rem;border:0;border-radius:.35rem;background:var(--navy);color:#fff;text-align:center;text-decoration:none}.check{display:block;margin-bottom:1rem}.check span{color:#667085}.auth-footer{text-align:center;padding:1rem;color:#52606d;font-size:.9rem}@media(max-width:700px){.auth-shell{display:block;margin:0}.auth-brand{padding:2rem}.auth-card{margin:0;padding:1.5rem}}
