.human-chat{position:fixed;left:22px;bottom:22px;z-index:1190;font-family:inherit}.human-chat *{box-sizing:border-box}.human-chat-launcher{display:flex;align-items:center;gap:9px;min-height:50px;padding:0 17px;border:0;border-radius:999px;background:#052b50;color:#fff;font-weight:850;box-shadow:0 12px 28px rgba(3,29,54,.25);cursor:pointer}.human-chat-launcher svg{width:23px;height:23px}.human-chat-panel{position:absolute;left:0;bottom:64px;width:min(380px,calc(100vw - 28px));overflow:hidden;border:1px solid #ccd7e1;border-radius:10px;background:#fff;box-shadow:0 22px 58px rgba(3,29,54,.25)}.human-chat-header{display:flex;align-items:center;gap:11px;padding:15px 16px;background:linear-gradient(135deg,#031d36,#052b50);color:#fff}.human-chat-seal{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.35);border-radius:50%;font-family:Georgia,serif;font-weight:900}.human-chat-title{min-width:0}.human-chat-title strong,.human-chat-title small{display:block}.human-chat-title small{color:#e7ca8d;font-size:.69rem}.human-chat-minimize{margin-left:auto;width:34px;height:34px;border:1px solid rgba(255,255,255,.35);border-radius:5px;background:transparent;color:#fff;font-size:1.2rem;cursor:pointer}.human-chat-body{padding:15px}.human-chat-intro{margin:0 0 13px;color:#56697c;font-size:.82rem;line-height:1.5}.human-chat-form{display:grid;gap:10px}.human-chat-form input,.human-chat-form textarea{width:100%;margin:0;padding:10px 11px;border:1px solid #bdcad6;border-radius:5px;font:inherit}.human-chat-form textarea{min-height:76px;resize:vertical}.human-chat-form button{min-height:42px;border:0;border-radius:5px;background:#b88a35;color:#fff;font-weight:850;cursor:pointer}.human-chat-messages{display:grid;gap:9px;max-height:300px;overflow:auto;margin-bottom:12px;padding:3px}.human-chat-message{max-width:86%;padding:9px 11px;border-radius:9px;background:#edf2f6;color:#283d50}.human-chat-message p{margin:0;font-size:.82rem;line-height:1.45}.human-chat-message small{display:block;margin-top:4px;color:#657587;font-size:.67rem}.human-chat-message.is-visitor{justify-self:end;background:#075886;color:#fff}.human-chat-message.is-staff{justify-self:start;border-left:3px solid #b88a35;background:#f5f7fa}.human-chat-message.is-system{max-width:100%;background:#fff8e8;color:#66511f;font-size:.75rem}.human-chat-status{padding:8px 15px;border-top:1px solid #e0e6ec;background:#f7f9fb;color:#607184;font-size:.7rem;font-weight:800}@media(max-width:520px){.human-chat{left:14px;bottom:14px}.human-chat-panel{width:calc(100vw - 28px)}.human-chat-launcher span{display:none}.human-chat-launcher{width:52px;padding:0;justify-content:center}}
.human-chat [hidden]{display:none!important}
.human-chat-panel{width:min(390px,calc(100vw - 28px));max-height:min(650px,calc(100vh - 100px));border-radius:14px;box-shadow:0 24px 64px rgba(3,29,54,.28)}
.human-chat-launcher{transition:transform .2s ease,box-shadow .2s ease}.human-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(3,29,54,.3)}
.human-chat-form input,.human-chat-form textarea{border-radius:7px;outline:0;transition:border-color .2s ease,box-shadow .2s ease}.human-chat-form input:focus,.human-chat-form textarea:focus{border-color:#08749f;box-shadow:0 0 0 3px rgba(8,116,159,.12)}.human-chat-form button{border-radius:7px;transition:background .2s ease}.human-chat-form button:hover{background:#9e7428}
.human-chat-form[data-human-send]{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding-top:12px;border-top:1px solid #e2e8ee}.human-chat-form[data-human-send] textarea{min-height:48px;max-height:110px;resize:none}.human-chat-form[data-human-send] button{min-width:76px;height:48px;padding:0 13px}
.human-chat-messages{max-height:340px;margin:0 -3px 12px;padding:3px 6px 3px 3px;scrollbar-width:thin}
@media(max-width:520px){.human-chat-form[data-human-send]{grid-template-columns:1fr}.human-chat-form[data-human-send] button{width:100%}}
