/* Production contact states and accessibility. */
body.chat-open { overflow: hidden; }
.noscript-note { padding: 18px 24px; margin: 0; background: #fff1e5; color: #572a08; }
.noscript-note a { text-decoration: underline; }
.chat-submit-form { margin: 0; }
.chat-submit-form .chat-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 11px; font-weight: 400; line-height: 1.5; color: #444; margin: 10px 0 14px; }
.chat-submit-form .chat-consent input { width: 18px; height: 18px; min-height: 18px; flex: 0 0 18px; margin: 1px 0 0; accent-color: #b64e00; padding: 0; }
.chat-submit-form #chat-verification { width: 100%; height: 44px; min-height: 44px; background: #fff; border: 1px solid #aaa; border-radius: 6px; margin: 0 0 12px; font-size: 16px; }
.contact-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; min-height: 0 !important; opacity: 0; }
.chat-fallback { display: flex; align-items: center; justify-content: center; min-height: 44px; margin-top: 8px; color: #8c3d00; font-size: 12px; text-decoration: underline; }
.chat-foot { color: #666; }
.chat-next:disabled, .summary-edit:disabled, #chat-reset:disabled { opacity: .65; cursor: wait; }
#chat-reset:disabled { text-decoration: none; }
.chat-controls { max-height: 52%; }
.chat-submit-note { color: #555; }
.footer-position, .footer-column > p, .footer-base, .proof-logo > span, .summary-row strong { color: #666; }
.chat-composer input, .chat-composer textarea { font-size: 16px; }
.chat-controls:focus-visible, .chat-log:focus-visible { outline: 2px solid #b95108; outline-offset: -3px; }
@media (max-height: 550px) {
  .tiger-chat { max-height: calc(100dvh - 12px); bottom: 6px; }
  .chat-header { padding: 6px 12px; }
  .chat-preview { padding: 4px; }
  .chat-controls { max-height: 60%; padding: 8px 12px; }
  .chat-foot { min-height: 30px; }
  .chat-foot > button { min-height: 32px; }
}
