.customer-chat{--chat-accent:#ffa82f;--chat-accent-dark:#ef9518;position:fixed;right:22px;bottom:20px;z-index:2147483000;font-family:inherit;color:#151515}.customer-chat *{box-sizing:border-box}.customer-chat__launcher{min-width:136px;height:44px;padding:0 18px;border:0;border-radius:999px;background:var(--chat-accent);color:#111;box-shadow:0 8px 22px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600}.customer-chat__launcher:hover{background:var(--chat-accent-dark)}.customer-chat__panel{position:absolute;right:0;bottom:58px;width:min(380px,calc(100vw - 28px));height:min(590px,calc(100dvh - 96px));max-height:calc(100dvh - 96px);display:none;grid-template-rows:auto 1fr auto auto;background:#fff;border:1px solid #e2ded6;border-radius:18px;box-shadow:0 20px 55px #0000003d;overflow:hidden}.customer-chat.is-open .customer-chat__panel{display:grid}.customer-chat__header{display:flex;align-items:center;gap:11px;padding:18px;background:var(--chat-accent);color:#111}.customer-chat__header>div{display:flex;min-width:0;flex:1;flex-direction:column}.customer-chat__header strong{font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-chat__header small{margin-top:2px;font-size:12px;opacity:.75}.customer-chat__header button{width:34px;height:34px;border:0;border-radius:50%;background:#ffffff73;color:#111;font-size:18px;cursor:pointer}.customer-chat__messages{min-height:0;overflow-y:auto;padding:16px;background:#faf9f7}.customer-chat__message{display:flex;margin:0 0 11px}.customer-chat__message span{max-width:82%;padding:10px 13px;border-radius:15px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px}.customer-chat__message--support span{background:#fff;border:1px solid #dfdcd5;border-bottom-left-radius:3px}.customer-chat__message--visitor{justify-content:flex-end}.customer-chat__message--visitor span{background:#191919;color:#fff;border-bottom-right-radius:3px}.customer-chat__form{display:grid;grid-template-columns:1fr 44px;align-items:end;gap:8px;padding:12px;background:#fff;border-top:1px solid #e6e2db}.customer-chat__form textarea{min-height:44px;max-height:110px;resize:vertical;border:1px solid #cfcac1;border-radius:12px;padding:11px 12px;outline:none}.customer-chat__form textarea:focus{border-color:var(--chat-accent-dark);box-shadow:0 0 0 2px #ffa82f33}.customer-chat__form button{width:44px;height:44px;border:0;border-radius:50%;background:var(--chat-accent);color:#111;cursor:pointer}.customer-chat__notice{min-height:8px;margin:0;padding:0 14px 9px;background:#fff;color:#746d63;font-size:12px}.customer-chat__notice[hidden]{display:none}@media(max-width:600px){.customer-chat{right:14px;bottom:max(14px,env(safe-area-inset-bottom))}.customer-chat__launcher{min-width:132px}.customer-chat__panel{position:fixed;inset:10px 10px calc(68px + env(safe-area-inset-bottom));width:auto;height:auto;max-height:none}.customer-chat.is-open .customer-chat__launcher{visibility:hidden}.customer-chat__header{padding:16px}.customer-chat__messages{padding:12px}}
@media(max-width:600px){.customer-chat{right:14px;bottom:max(14px,env(safe-area-inset-bottom))}.customer-chat__launcher{width:52px;min-width:52px;height:52px;padding:0;border-radius:50%;font-size:18px}.customer-chat__launcher span{display:none}.customer-chat__panel{position:fixed;inset:10px 10px calc(76px + env(safe-area-inset-bottom));width:auto;min-width:0;height:auto;max-height:none}.customer-chat__header strong,.customer-chat__card a,.customer-chat__card strong,.customer-chat__card small{overflow-wrap:anywhere;white-space:normal}.customer-chat__picker>div:first-child,.customer-chat__form,.customer-chat__form textarea{min-width:0}.customer-chat.is-open .customer-chat__launcher{visibility:hidden}}
.customer-chat__panel{grid-template-rows:auto 1fr auto auto auto}.customer-chat__card{display:flex;width:min(280px,100%);gap:10px;padding:10px;border:1px solid #ddd8ce;border-radius:8px;background:#fff;color:#191919}.customer-chat__card img{width:58px;height:58px;flex:0 0 58px;object-fit:cover;border-radius:6px}.customer-chat__card div{min-width:0}.customer-chat__card a,.customer-chat__card strong{display:block;color:inherit;font-size:13px;font-weight:700;overflow-wrap:anywhere}.customer-chat__card small{display:block;margin-top:4px;color:#6b655d;font-size:11px;overflow-wrap:anywhere}.customer-chat__message--visitor .customer-chat__card{margin-left:auto;border-color:#282828}.customer-chat__picker{max-height:230px;overflow:auto;padding:10px;border-top:1px solid #e2ded6;background:#fff}.customer-chat__picker>div:first-child{display:flex;gap:6px}.customer-chat__picker input{min-width:0;flex:1;padding:8px;border:1px solid #d8d4cc;border-radius:6px}.customer-chat__picker button{border:0;background:transparent;cursor:pointer}.customer-chat__picker [data-picker-results]{display:grid;gap:7px;margin-top:8px}.customer-chat__picker [data-picker-results]>button{padding:0;text-align:left}.customer-chat__form>[data-card-kind]{flex:0 0 34px;width:34px;padding:0}
