.ps-chat{--ps-chat-primary:#173b73;--ps-chat-secondary:#3f63f3;position:fixed;right:22px;bottom:86px;z-index:999998;font-family:'Poppins',Arial,sans-serif;color:#14213a}
.ps-chat *{box-sizing:border-box}
.ps-chat__launcher{min-height:54px;border:0;border-radius:999px;background:var(--ps-chat-primary);color:#fff;display:flex;align-items:center;gap:10px;padding:10px 20px 10px 10px;font:800 15px/1 'Poppins',Arial,sans-serif;box-shadow:0 14px 35px rgba(15,35,67,.26);cursor:pointer}
.ps-chat__launcher-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--ps-chat-primary);font-size:19px;font-weight:900}
.ps-chat__panel{position:absolute;right:0;bottom:66px;width:min(390px,calc(100vw - 30px));max-height:min(680px,calc(100vh - 105px));overflow:hidden;border:1px solid #dce4ee;border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(15,35,67,.26)}
.ps-chat__head{min-height:78px;padding:14px 15px;background:linear-gradient(135deg,var(--ps-chat-primary),var(--ps-chat-secondary));color:#fff;display:flex;align-items:center;gap:11px}
.ps-chat__logo{width:46px;height:46px;object-fit:contain;border-radius:12px;background:#fff;padding:3px}
.ps-chat__head-copy{display:flex;flex:1;min-width:0;flex-direction:column}.ps-chat__head-copy strong{font-size:16px}.ps-chat__head-copy span{font-size:12px;opacity:.84;margin-top:2px}
.ps-chat__close{width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.ps-chat__body{padding:16px;max-height:530px;overflow-y:auto;background:#f7f9fc}.ps-chat__intro strong{font-size:19px}.ps-chat__intro p{font-size:13px;line-height:1.6;color:#65748a;margin:6px 0 15px}
.ps-chat__form,.ps-chat__reply{display:grid;gap:11px}.ps-chat__field{display:grid;gap:5px}.ps-chat__field>span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#53657d}
.ps-chat input,.ps-chat textarea{width:100%;border:1px solid #d4deea!important;border-radius:11px!important;background:#fff!important;color:#14213a!important;padding:12px 13px!important;font:500 14px/1.45 'Poppins',Arial,sans-serif!important;box-shadow:none!important;resize:vertical}.ps-chat input:focus,.ps-chat textarea:focus{outline:3px solid color-mix(in srgb,var(--ps-chat-secondary) 18%,transparent);border-color:var(--ps-chat-secondary)!important}
.ps-chat__send,.ps-chat__restart{min-height:46px;border:0;border-radius:11px;background:var(--ps-chat-primary);color:#fff;font:800 14px 'Poppins',Arial,sans-serif;cursor:pointer}.ps-chat__send:disabled{opacity:.55}.ps-chat__website{position:absolute!important;left:-99999px!important}
.ps-chat__status{padding:9px 14px;background:#edf6ff;color:#174878;font-size:12px;font-weight:700}.ps-chat__status.is-error{background:#fff0f0;color:#a61b1b}
.ps-chat__conversation-meta{display:flex;align-items:center;gap:7px;font-size:12px;color:#5a6a7f;margin-bottom:10px}.ps-chat__online{color:#1c9c56}.ps-chat__messages{display:flex;flex-direction:column;gap:10px;max-height:340px;overflow-y:auto;padding:2px 2px 12px}
.ps-chat__message{max-width:86%;padding:10px 12px;border-radius:15px;background:#fff;border:1px solid #dce4ee;align-self:flex-start}.ps-chat__message.is-customer{align-self:flex-end;background:var(--ps-chat-primary);border-color:var(--ps-chat-primary);color:#fff}.ps-chat__message-author{display:block;font-size:10px;font-weight:800;opacity:.72}.ps-chat__message p{font-size:13px;line-height:1.5;margin:3px 0 4px;white-space:pre-wrap}.ps-chat__message time{display:block;font-size:9px;opacity:.58;text-align:right}.ps-chat__reply{grid-template-columns:1fr auto;align-items:end;border-top:1px solid #e1e7ef;padding-top:11px}.ps-chat__reply .ps-chat__send{min-width:70px;padding:0 15px}.ps-chat__restart{width:100%;margin-top:8px}
@media(max-width:600px){.ps-chat{left:14px;right:14px;bottom:78px}.ps-chat__launcher{margin-left:auto;min-height:58px;font-size:16px}.ps-chat__panel{position:fixed;left:10px;right:10px;bottom:146px;width:auto;max-height:calc(100vh - 165px)}.ps-chat__body{max-height:calc(100vh - 270px)}}
