.login-page { background: linear-gradient(135deg, #f7f5f0, #eef2f7); display: grid; min-height: 100vh; padding: 24px; place-items: center; }
.login-card { background: #fff; border: 1px solid #ddd7cb; box-shadow: 0 22px 60px rgb(21 31 62 / 13%); max-width: 460px; padding: clamp(28px, 6vw, 52px); width: min(460px, 100%); }
.login-card > a:first-child { display: inline-flex; margin-bottom: 24px; }
.login-card img { display: block; height: 70px; object-fit: cover; width: 150px; }
.login-card h1 { margin: 0 0 10px; }
.login-card > p { color: var(--muted); line-height: 1.65; }
.login-form { display: grid; gap: 17px; margin: 28px 0 14px; }
.login-form label { color: #263957; display: grid; font-size: .79rem; font-weight: 750; gap: 8px; letter-spacing: .02em; }
.login-form input { border: 1px solid #d8dfeb; border-radius: 8px; min-height: 46px; padding: 0 11px; width: 100%; }
.password-input { position: relative; }
.password-input input { padding-right: 64px; }
.password-toggle { background: transparent; border: 0; color: #344a73; cursor: pointer; font: inherit; font-size: .72rem; font-weight: 800; padding: 8px; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); }
.password-toggle:focus-visible, .text-button:focus-visible, .login-secondary:focus-visible { outline: 2px solid #c19d68; outline-offset: 3px; }
.text-button, .login-secondary { color: #263f76; display: inline-block; font: inherit; font-size: .82rem; font-weight: 750; }
.login-secondary { margin-bottom: 17px; }
.form-message { min-height: 1.4em; }
@media (max-width: 680px) { .login-page { padding: 16px; } .login-card { padding: 28px 23px; } }
