.chat-widget{position:relative;z-index:40}.chat-launch{position:fixed;right:24px;bottom:82px;width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid rgba(250,249,246,.8);border-radius:50%;background:#0c405f;color:#faf9f6;box-shadow:0 9px 24px rgba(6,42,66,.3);cursor:pointer}.chat-launch svg,.chat-compose button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.chat-panel{position:fixed;right:24px;bottom:142px;width:min(368px,calc(100vw - 32px));overflow:hidden;background:#faf9f6;border:1px solid rgba(6,42,66,.12);box-shadow:0 24px 55px rgba(6,42,66,.28)}.chat-panel[hidden]{display:none}.chat-panel>header{min-height:auto;padding:17px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;background:#062a42;color:#f4f0e7}.chat-panel header strong{display:block;font-size:15px;font-weight:600}.chat-panel header span{display:block;margin-top:3px;color:rgba(244,240,231,.65);font-size:12px;line-height:1.45}.chat-close{padding:0;border:0;background:transparent;color:#f4f0e7;font-size:26px;line-height:1;cursor:pointer}.chat-messages{min-height:190px;max-height:305px;padding:16px;overflow:auto;background:#eff5f5;display:flex;flex-direction:column;gap:9px}.chat-welcome{max-width:83%;margin:0;padding:10px 12px;background:#fff;color:#355266;font-size:14px;line-height:1.55}.chat-message{max-width:86%;margin:0;padding:10px 12px;font-size:14px;line-height:1.5;white-space:pre-wrap}.chat-message.visitor{align-self:flex-end;background:#0c405f;color:#fff}.chat-message.staff{align-self:flex-start;background:#fff;color:#355266}.chat-message small{display:block;margin-top:4px;opacity:.65;font-size:10px}.chat-form{padding:13px;border-top:1px solid rgba(6,42,66,.1);background:#faf9f6}.chat-details{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:8px}.chat-details input,.chat-compose textarea{width:100%;border:1px solid rgba(6,42,66,.18);border-radius:0;background:#fff;color:#102a3b;font:inherit;font-size:13px}.chat-details input{height:34px;padding:7px 8px}.chat-compose{display:flex;align-items:stretch;gap:7px}.chat-compose textarea{min-height:48px;padding:9px;resize:vertical;line-height:1.45}.chat-compose button{width:44px;flex:none;border:0;background:#062a42;color:#fff;cursor:pointer}.chat-error{min-height:0;margin:7px 0 0;color:#b42318;font-size:12px;line-height:1.35}.chat-error:empty{display:none}@media(max-width:720px){.chat-launch{right:12px;bottom:62px;width:42px;height:42px}.chat-launch svg{width:19px;height:19px}.chat-panel{right:12px;bottom:112px;width:calc(100vw - 24px)}.chat-messages{min-height:165px;max-height:260px}.chat-details{grid-template-columns:1fr}.chat-details input{height:32px}}
