/* Solo la interfaz de acceso; el Sendero mantiene sus estilos actuales. */
#auth-sheet [hidden]{display:none!important}
#auth-sheet{max-height:85dvh;overflow-y:auto}
#auth-sheet h2{padding-right:20px}
#auth-sheet label{display:block;margin:20px 0 8px;font-weight:700}
#auth-sheet input{width:100%;min-width:0;min-height:48px;border:1px solid var(--line);border-radius:8px;padding:12px;font:inherit;color:var(--ink);background:#fff}
#auth-sheet input:focus-visible{outline:3px solid #c67827;outline-offset:2px}
#auth-message{font-size:14px;overflow-wrap:anywhere}
#auth-message:empty{display:none}
#auth-account-email{overflow-wrap:anywhere}
#auth-sheet .primary{justify-content:center}
#auth-sheet .text-button{min-height:44px}

#auth-loading{min-height:100dvh;margin:0;display:grid;place-items:center;padding:24px;text-align:center}
#auth-loading[hidden]{display:none}
#auth-sheet[data-required=true] [data-auth-close]{display:none!important}

#auth-loading [hidden]{display:none!important}
