.touch-keyboard{position:fixed;z-index:10000;left:50%;bottom:8px;transform:translateX(-50%);width:min(920px,96vw);padding:10px;border:1px solid #b9c8dc;border-radius:16px;background:#e7edf5;box-shadow:0 18px 55px rgba(6,20,44,.38);user-select:none}
.touch-keyboard>div{display:flex;justify-content:center;gap:7px;margin-top:7px}
.touch-keyboard>div:first-child{margin-top:0}
.touch-keyboard button{flex:1;max-width:82px;height:44px;border:1px solid #c2cedd;border-radius:9px;background:#fff;color:#203858;font-size:18px;font-weight:850;box-shadow:0 2px 5px rgba(23,42,74,.08)}
.touch-keyboard button[data-touch-key="BORRAR"]{max-width:112px;background:#fff;color:#bd3543;font-size:22px}
.touch-keyboard button[data-touch-key="MAYÚS"]{max-width:112px;background:#fff;color:#203858;font-size:22px}
.touch-keyboard button[data-touch-key="MAYÚS"].active,.touch-keyboard button[data-touch-key="SIMBOLOS"].active{border-color:#315fca;background:#315fca;color:#fff}
.touch-keyboard button[data-touch-key="SIMBOLOS"],.touch-keyboard button[data-touch-key="LETRAS"]{max-width:112px;background:#fff;color:#203858;font-size:14px}
.touch-keyboard button[data-touch-key="LETRAS"]{border-color:#315fca;background:#315fca;color:#fff}
.touch-keyboard button[data-touch-key="ESPACIO"]{max-width:520px}
.touch-keyboard-open .security-gate{min-height:calc(100vh - 278px);height:calc(100vh - 278px);place-items:center;padding:0 28px;overflow:hidden}
.touch-keyboard-open .security-card{position:relative;padding:20px 28px 22px}
.touch-keyboard-open .security-brand{grid-template-columns:82px 1fr;justify-items:start;align-items:center;column-gap:12px;padding-bottom:7px}
.touch-keyboard-open .security-brand img{grid-row:1/3;width:82px;height:50px}
.touch-keyboard-open .security-brand strong{align-self:end;font-size:15px}
.touch-keyboard-open .security-brand span{align-self:start}
.touch-keyboard-open .security-card .security-back{position:absolute;top:12px;right:28px;margin:0}
.touch-keyboard-open .security-card h1{margin:8px 0 2px;font-size:24px}
.touch-keyboard-open .security-card>p{margin-bottom:7px}
.touch-keyboard-open .security-card form{display:grid;grid-template-columns:1fr;gap:10px}
.touch-keyboard-open .security-card form button{min-height:44px}
.touch-keyboard-open .security-card input{height:46px}
