/* Estilos aislados para alta y recuperación de credenciales. */
body:has(.account-shell) { padding: 0; background: #f4f8fd; color: #182d4b; }
body:has(.account-shell) .header { padding: .85rem clamp(1rem, 4vw, 3rem); background: #0057b8; text-align: left; }
body:has(.account-shell) .header h2 { margin: 0; color: #fff !important; font-size: 1.05rem; }
body:has(.account-shell) .header-links { top: .85rem; right: clamp(1rem, 4vw, 3rem); }
body:has(.account-shell) .header-links a { margin-left: .65rem; font-size: .82rem; }
body:has(.account-shell) .container { width: 100%; max-width: 75rem; margin: 0 auto; padding: clamp(1.1rem, 4vw, 2.5rem); background: transparent; border-radius: 0; box-shadow: none; text-align: left; }
.account-shell { display: grid; min-height: calc(100vh - 5rem); place-items: center; }
.account-panel.card { width: min(100%, 32rem); margin: 0; padding: clamp(1.2rem, 4vw, 1.7rem); border: 1px solid #dce8f5; border-radius: 1.1rem; background: #fff; box-shadow: 0 .8rem 2rem rgba(16, 65, 122, .10); text-align: left; }
.alta-user-panel.account-panel { width: min(100%, 38rem); }
.account-heading { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: 1.1rem; }
.account-heading-icon { display: grid; width: 2.7rem; height: 2.7rem; flex: 0 0 auto; border-radius: .78rem; background: #e6f0fd; color: #0057b8; font-size: 1.3rem; font-weight: 800; place-items: center; }
.account-heading p { margin: 0 0 .18rem; color: #1768bd; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.account-heading h1 { margin: 0; color: #182d4b; font-size: clamp(1.25rem, 4vw, 1.6rem); line-height: 1.2; }
.account-heading span { color: #6b7d96; font-size: .84rem; line-height: 1.4; }
.account-form { display: grid; gap: .8rem; margin: 0 !important; }
.account-field { display: grid; gap: .35rem; }
.account-form > label, .account-field label { margin: 0 !important; color: #31415e; font-size: .84rem; font-weight: 700; }
.account-form input, .account-form select { width: 100%; min-height: 2.95rem; margin: 0 !important; padding: .68rem .8rem; border: 1px solid #d5dfed; border-radius: .7rem; color: #172b4d; font-size: .94rem; }
.account-form input:focus, .account-form select:focus { border-color: #0057b8; box-shadow: 0 0 0 .18rem rgba(0, 87, 184, .12); outline: none; }
.account-form .btn, .account-back { display: inline-flex; min-height: 2.95rem; margin: 0; padding: .68rem .9rem; border-radius: .7rem; justify-content: center; align-items: center; font-weight: 700; text-decoration: none; }
.account-form .btn.primary { border: 1px solid #0057b8; background: linear-gradient(135deg, #0071d8, #0057b8); color: #fff; }
.account-back { margin-top: .8rem !important; border: 1px solid #d7e4f6; background: #f4f8ff; color: #0057b8; }
.account-message { margin-bottom: .85rem; }
.alta-user-panel > .account-form > label { margin-top: .25rem !important; }
.alta-user-panel #tipoClienteDiv { display: grid; gap: .35rem; }
@media (max-width: 30rem) { body:has(.account-shell) .header { padding: .75rem .7rem .65rem; text-align: center; } body:has(.account-shell) .header h2 { font-size: .92rem; } body:has(.account-shell) .header-links { position: static; display: flex; justify-content: center; gap: .45rem; margin-top: .55rem; } body:has(.account-shell) .header-links a { margin: 0; padding: .35rem .55rem; border: 1px solid rgba(255,255,255,.28); border-radius: .45rem; background: rgba(255,255,255,.1); color: #fff; font-size: .75rem; line-height: 1.2; } }
