.chat-launch{position:fixed;z-index:50;right:24px;bottom:22px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:24px;padding:13px 18px;background:#ee6a2c;color:#fff;box-shadow:0 12px 30px #16243c33}
.chat-launch-mobile{display:none}
.chat-drawer{position:fixed;z-index:60;right:24px;bottom:22px;width:398px;height:min(652px,calc(100vh - 44px));display:flex;flex-direction:column;overflow:hidden;background:#fff;color:#16243c;border:1px solid #ded9d2;border-radius:26px;box-shadow:0 28px 70px #28252238;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.chat-drawer[hidden]{display:none}
.chat-drawer header{display:flex;flex:0 0 auto;align-items:center;gap:12px;padding:18px 20px;background:#17253d;color:#fff}
.chat-drawer header i{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#ee6a2c;font-style:normal;font-weight:800}
.chat-drawer header div{min-width:0}
.chat-drawer header b,.chat-drawer header small{display:block}
.chat-drawer header small{margin-top:3px;opacity:.72}
.chat-drawer header button{margin-left:auto;width:34px;height:34px;flex:0 0 34px;border:0;border-radius:11px;background:#ffffff17;color:#fff;font-size:20px}
.chat-product{display:flex;align-items:center;gap:10px;margin:12px 14px 0;padding:11px 12px;border-radius:15px;background:#fff2e8}
.chat-product[hidden]{display:none}
.chat-product img{width:42px;height:42px;object-fit:cover;border-radius:11px;background:#d5b08e}
.chat-product div{min-width:0}
.chat-product b,.chat-product small{display:block}
.chat-product small{margin-top:3px;color:#84604d}
.chat-status{margin:0;padding:11px 14px 3px;text-align:center;color:#7f8794;font-size:12px}
.chat-status.error{color:#a93e20}
.chat-messages{flex:1 1 0;min-width:0;min-height:0;overflow:auto;padding:12px 15px}
.chat-message{max-width:84%;margin:0 0 11px;padding:10px 12px;border-radius:16px;background:#f1f2f5;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.5}
.chat-message.visitor{margin-left:auto;background:#fff0e5}
.chat-message small{display:block;margin-top:4px;color:#8d929c;font-size:10px}
.chat-message a{display:block;margin-top:6px;color:#bd4c1b}
.chat-contact{max-height:230px;min-width:0;overflow:auto;padding:10px 14px;border-top:1px solid #e6e2dc;background:#fffaf6}
.chat-contact[hidden]{display:none}
.chat-contact>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:0}
.chat-contact label{min-width:0;font-size:10px;color:#666}
.chat-contact input{width:100%;max-width:100%;margin-top:3px;padding:7px;border:1px solid #ddd8d1;border-radius:9px}
.chat-contact>button{width:100%;margin-top:9px;padding:8px;border:0;border-radius:10px;background:#ee6a2c;color:#fff}
.chat-options-toggle{display:none}
.chat-actions{display:flex;gap:8px;min-width:0;padding:8px 14px}
.chat-actions[hidden]{display:none}
.chat-actions a,.chat-actions button{flex:1;min-width:0;padding:10px 5px;text-align:center;text-decoration:none;border:1px solid #ddd8d1;border-radius:11px;background:#fff;color:#536073;font-size:11px}
.chat-actions a{border-color:#19a76e;background:#19a76e;color:#fff}
.chat-drawer form{position:relative;min-width:0;padding:11px 54px 12px 14px;border-top:1px solid #e6e2dc}
.chat-drawer textarea{display:block;width:100%;max-width:100%;resize:none;padding:11px 38px 10px 12px;border:1px solid #ddd8d1;border-radius:14px}
.chat-drawer form>button{position:absolute;right:18px;top:17px;width:34px;height:34px;border:0;border-radius:11px;background:#ee6a2c;color:#fff}
.chat-attach{position:absolute;right:59px;top:21px;color:#68717f;font-size:20px}
.chat-attach input{position:absolute;width:1px;opacity:0}
.chat-drawer form>small{display:block;color:#717987}
.chat-drawer form>small:not(#chatFiles){white-space:normal;overflow-wrap:anywhere;line-height:1.35}
.chat-drawer button:focus-visible,.chat-drawer a:focus-visible,.chat-launch:focus-visible{outline:3px solid #f7a37d;outline-offset:2px}
@media(max-width:600px){
  .chat-launch{right:14px;bottom:max(14px,env(safe-area-inset-bottom));width:64px;height:48px;min-width:64px;min-height:48px;gap:5px;padding:0 8px;border-radius:20px}
  .chat-launch-desktop{display:none}
  .chat-launch-mobile{display:inline-flex;align-items:center;justify-content:center}
  .chat-launch-mobile svg{width:17px;height:17px;fill:currentColor}
  .chat-launch b{font-size:13px}
  .chat-drawer{left:0;right:0;bottom:0;width:auto;max-width:100%;min-width:0;height:calc(100dvh - 66px);border-radius:28px 28px 0 0}
  .chat-drawer>*{min-width:0;max-width:100%}
  .chat-actions{flex-direction:column;min-width:0;padding:8px 14px}
  .chat-actions a,.chat-actions button{width:100%;min-width:0;flex:none;white-space:normal;overflow-wrap:anywhere}
  .chat-options-toggle{width:calc(100% - 28px);min-width:0;margin:6px 14px 0;padding:8px 2px;justify-content:space-between;border:0;border-bottom:1px solid #e6e2dc;background:#fff;color:#717987;font:inherit;font-size:12px;text-align:left}
  .chat-options-toggle:not([hidden]){display:flex}
  .chat-options-toggle[aria-expanded="true"] span{transform:rotate(180deg)}
  .chat-contact>div{grid-template-columns:1fr}
  .chat-contact input,.chat-drawer textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.35}
  .chat-drawer form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;max-height:45%;overflow-y:auto;padding:11px 14px max(12px,env(safe-area-inset-bottom))}
  .chat-drawer textarea{grid-column:1/-1;padding:11px 12px;min-height:68px}
  .chat-attach{position:relative;right:auto;top:auto;grid-column:1;display:flex;align-items:center;width:44px;height:36px;font-size:20px}
  .chat-drawer form>button{position:static;grid-column:2;width:auto;min-width:64px;height:36px;padding:0 14px}
  .chat-drawer form>button::after{content:" Send"}
  .chat-drawer form>small{grid-column:1/-1;min-width:0}
}
