/* A dedicated staff sign-in surface; customer ordering is unaffected. */
html.staff-locked body { overflow:auto; }
#finance-login-dialog.staff-login {
  max-width:420px; max-height:calc(100dvh - 32px); overflow:auto;
  padding:32px; border:1px solid #dce5ee; border-radius:20px;
  background:#fff; color:#153652; box-shadow:0 20px 70px #021a3538;
  font-family:inherit;
}
#finance-login-form { display:flex; flex-direction:column; min-width:0; }
.staff-login-logo { width:180px; height:92px; object-fit:contain; margin:0 auto 18px; border-radius:12px; background:#06294d; }
#staff-login-title { margin:0 0 26px; font-size:24px; line-height:1.25; text-align:center; }
#finance-login-form label { display:block; margin:0 0 8px; font-size:14px; font-weight:700; line-height:1.4; }
#finance-login-form input { width:100%; min-width:0; min-height:48px; box-sizing:border-box; margin:0 0 20px; padding:12px 14px; border:1px solid #bccbd9; border-radius:10px; color:#153652; background:#fff; font:inherit; font-size:16px; }
#finance-login-form input:focus-visible { outline:3px solid #7bb6e5; outline-offset:2px; border-color:#0a5289; }
#finance-login-note { margin:0 0 16px; min-height:20px; color:#55697c; font-size:14px; line-height:1.5; overflow-wrap:anywhere; }
#finance-login-note[data-error="true"] { color:#a32525; }
#finance-login-form button { min-height:48px; width:100%; margin:0; padding:12px 16px; font:inherit; font-size:16px; font-weight:700; border-radius:10px; }
#finance-login-form #finance-login-submit { color:#fff; background:#073a6a; border:1px solid #073a6a; }
#finance-login-form #finance-login-submit:disabled { opacity:.6; cursor:wait; }
#finance-login-form #finance-logout, #finance-login-form #finance-login-close { margin-top:10px; }
#finance-login-form noscript { margin-top:16px; font-size:14px; line-height:1.5; }
@media(max-width:480px) {
  html.staff-locked body { padding:16px; }
  #finance-login-dialog.staff-login { padding:24px; border-radius:16px; }
}
@media(max-height:560px) {
  .staff-login-logo { height:64px; margin-bottom:12px; }
  #staff-login-title { margin-bottom:18px; }
}
