/* Acesso administrativo: composição compartilhada pelo login e pela verificação. */
.login-page-tech { --auth-muted: #747777; margin: 0; background: #191c20; color: #eeece7; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.login-page-tech * { box-sizing: border-box; }
.login-page-tech [hidden] { display: none !important; }
.login-page-tech button, .login-page-tech input { font: inherit; }
.login-page-tech a { color: inherit; }
.auth-page { min-height: 100vh; min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; max-width: 1600px; margin: auto; }
.auth-story { padding: 48px clamp(32px, 6vw, 96px); display: flex; flex-direction: column; min-width: 0; }
.auth-story-copy { margin: auto 0; padding: 84px 0 100px; }
.auth-eyebrow { font-size: 12px; color: #abaeaf; letter-spacing: .06em; margin: 0 0 28px; }
.auth-story h2 { font-size: clamp(40px, 4.5vw, 66px); font-weight: 450; line-height: 1.08; letter-spacing: -.055em; margin: 0 0 28px; }
.auth-story h2 em { font-family: Georgia, serif; font-weight: normal; color: #a9c6ee; letter-spacing: -.035em; }
.auth-story-description { max-width: 350px; font-size: 16px; line-height: 1.7; color: #aeb0b2; }
.auth-access { background: #f4f2ed; color: #24282d; display: flex; flex-direction: column; padding: 42px clamp(28px, 6vw, 90px); min-width: 0; color-scheme: light; }
.auth-access-top { display: flex; justify-content: flex-end; font-size: 12px; color: #747777; }
.auth-back-link { text-decoration: none; }
.auth-back-link:hover { text-decoration: underline; }
.login-card { width: 100%; max-width: 360px; margin: auto; padding: 64px 0; outline: none; }
.auth-workspace { display: flex; gap: 12px; align-items: center; margin-bottom: 42px; }
.auth-workspace-logo { width: 38px; height: 38px; border-radius: 8px; background: #24282d; flex: 0 0 38px; overflow: hidden; }
.auth-workspace-logo img { width: 100%; height: 100%; object-fit: contain; }
.auth-workspace-info { min-width: 0; overflow-wrap: anywhere; }
.auth-workspace-info strong { display: block; font-size: 14px; font-weight: 600; }
.auth-workspace-info span { display: block; color: var(--auth-muted); font-size: 12px; margin-top: 3px; }
.auth-heading h1 { font-size: 32px; font-weight: 550; letter-spacing: -.045em; line-height: 1.2; margin: 0 0 10px; }
.auth-heading .auth-eyebrow { color: var(--auth-muted); margin-bottom: 16px; }
.auth-description { font-size: 14px; color: var(--auth-muted); line-height: 1.6; margin: 0 0 30px; }
.auth-field { margin-bottom: 20px; }
.auth-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 9px; }
.auth-input-wrap { position: relative; }
.login-card .form-control { width: 100%; height: 48px; border: 1px solid #c9ccc7; border-radius: 6px; background: #faf9f6; color: #24282d; padding: 0 13px; font-size: 14px; outline: none; }
.login-card .form-control::placeholder { color: #92968f; opacity: 1; }
.login-card .form-control:focus { border-color: #2764ac; box-shadow: 0 0 0 3px #2764ac18; }
.login-card .auth-password-input { padding-right: 76px; }
.auth-password-toggle { position: absolute; right: 8px; top: 7px; height: 34px; background: none; border: 0; color: #666b70; padding: 0 7px; font-size: 11px !important; cursor: pointer; }
.auth-remember { display: flex; align-items: center; gap: 8px; color: #666b70; font-size: 12px; margin: 3px 0 26px; cursor: pointer; }
.auth-remember input { accent-color: #2864ac; width: 15px; height: 15px; margin: 0; flex-shrink: 0; }
.login-card .auth-submit { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 48px; padding: 10px 16px; border-radius: 6px; border: 1px solid #245999; background: #2864ac; color: white; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .15s; }
.login-card .auth-submit:hover { background: #20558e; }
.login-card .auth-submit:disabled { opacity: .7; cursor: wait; }
.auth-submit-loading, .auth-spinner { display: none; }
[aria-busy="true"] .auth-submit-label { display: none; }
[aria-busy="true"] .auth-submit-loading, [aria-busy="true"] .auth-spinner { display: inline-block; }
.auth-spinner { width: 15px; height: 15px; border: 2px solid #ffffff60; border-top-color: #fff; border-radius: 50%; animation: auth-spin .8s linear infinite; }
@keyframes auth-spin { to { transform: rotate(360deg); } }
.auth-security { font-size: 12px; color: #73786e; line-height: 1.6; margin: 20px 0 0; }
.auth-feedback, .auth-caps-lock { font-size: 13px; color: #a52e27; line-height: 1.6; margin: 12px 0; }
.auth-footer { font-size: 11px; color: #73786e; text-align: center; line-height: 1.7; }
.auth-secondary-link { font-size: 13px; color: #2864ac !important; }
.login-page-tech button:focus-visible, .login-page-tech a:focus-visible, .auth-remember input:focus-visible { outline: 2px solid #2864ac; outline-offset: 4px; }
.auth-skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-200%); z-index: 10; background: #f4f2ed; color: #24282d !important; padding: 10px 16px; border-radius: 6px; }
.auth-skip-link:focus { transform: translateY(0); }
@media (max-width: 800px) { .auth-story, .auth-access { padding: 32px; } .auth-story h2 { font-size: 43px; } }
@media (max-width: 620px) {
    .auth-page { display: block; }
    .auth-story { padding: 24px 24px 28px; }
    .auth-story-copy { padding: 0; }
    .auth-story .auth-eyebrow, .auth-story-description { display: none; }
    .auth-story h2 { font-size: 31px; line-height: 1.12; margin: 0; letter-spacing: -.035em; }
    .auth-story h2 br { display: none; }
    .auth-story h2 em { white-space: nowrap; }
    .auth-access { padding: 22px 24px 28px; min-height: calc(100svh - 87px); }
    .login-card { padding: 35px 0; max-width: 420px; }
    .auth-workspace { margin-bottom: 24px; }
    .auth-description { margin-bottom: 25px; }
    .auth-heading h1 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) { .auth-spinner { animation: none; } .login-card .auth-submit { transition: none; } }
