#gom-chat-root{--gom-blue: #2f9ed8;--gom-blue-dark: #1f7fb3;--gom-orange: #ff6a00;--gom-orange-dark: #e85e00;--chat-bg: #fff;--chat-bg-soft: #f5f8fb;--chat-border: #dce6ef;--chat-ink: #22252b;position:relative;z-index:2147483000;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#gom-chat-root,#gom-chat-root *{box-sizing:border-box}#gom-chat-root .chat-launcher{position:fixed;right:max(16px,calc(env(safe-area-inset-right,0px) + 12px));bottom:max(16px,calc(env(safe-area-inset-bottom,0px) + 12px));width:62px;height:62px;min-width:62px;min-height:62px;padding:0;border-radius:50%;background:linear-gradient(145deg,var(--gom-orange),var(--gom-orange-dark));border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font:inherit;font-size:1.55rem;line-height:1;color:#fff;box-shadow:0 0 0 3px #2f9ed840,0 10px 24px #e85e0059;z-index:2147483000;transition:transform .15s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none}#gom-chat-root .chat-launcher:hover{transform:scale(1.06)}#gom-chat-root .chat-launcher .unread-dot{position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background:var(--gom-blue);border:2px solid #fff}#gom-chat-root .chat-panel{position:fixed;right:24px;bottom:100px;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100dvh - 140px);margin:0;padding:0;background:var(--chat-bg);border:1px solid var(--chat-border);border-radius:16px;box-shadow:0 16px 40px #1428462e;display:flex;flex-direction:column;overflow:hidden;z-index:2147483000;opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:opacity .18s ease,transform .18s ease;font:inherit;color:var(--chat-ink);text-align:left}#gom-chat-root .chat-panel.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}#gom-chat-root .chat-header{min-height:64px;background:linear-gradient(135deg,var(--gom-blue),var(--gom-blue-dark));border-bottom:1px solid rgba(255,255,255,.12);padding:14px 16px;display:flex;align-items:center;gap:10px}#gom-chat-root .chat-avatar{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:var(--gom-orange);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:.85rem}#gom-chat-root .chat-title{font-weight:700;color:#fff;font-size:.95rem;line-height:1.3}#gom-chat-root .chat-status{color:#ffffffe0;font-size:.75rem;display:flex;align-items:center;gap:6px;line-height:1.3}#gom-chat-root .chat-status .dot{width:8px;height:8px;border-radius:50%;background:#7dffb0;display:inline-block}#gom-chat-root .chat-status .dot.dot-offline{background:#ffd0a8}#gom-chat-root .chat-new,#gom-chat-root .chat-close{background:#ffffff29;border:0;color:#fff;width:30px;height:30px;min-width:30px;min-height:30px;padding:0;border-radius:8px;font:inherit;font-size:1rem;line-height:1;cursor:pointer;-webkit-appearance:none;appearance:none}#gom-chat-root .chat-new{margin-left:auto}#gom-chat-root .chat-new:hover,#gom-chat-root .chat-close:hover{background:#ffffff47}#gom-chat-root .chat-body{flex:1;min-height:0;overflow-y:auto;padding:14px;background:var(--chat-bg-soft);display:flex;flex-direction:column;gap:10px}#gom-chat-root .msg{max-width:88%;margin:0;padding:10px 12px;border-radius:14px;font-size:.88rem;white-space:pre-wrap;line-height:1.4;overflow-wrap:anywhere}#gom-chat-root .msg-user{align-self:flex-end;background:var(--gom-orange);color:#fff;border-bottom-right-radius:4px}#gom-chat-root .msg-bot{align-self:flex-start;background:#fff;color:var(--chat-ink);border:1px solid var(--chat-border);border-bottom-left-radius:4px}#gom-chat-root .msg a.chat-link{color:var(--gom-blue-dark);font-weight:700;text-decoration:underline;word-break:break-word}#gom-chat-root .msg-user a.chat-link{color:#fff}#gom-chat-root .chat-quick{align-self:flex-start;display:flex;flex-wrap:wrap;gap:8px;max-width:92%}#gom-chat-root .chat-quick button{width:auto;min-height:0;margin:0;border:1px solid var(--gom-blue);background:#fff;color:var(--gom-blue-dark);padding:8px 12px;border-radius:16px;font:inherit;font-size:.9rem;cursor:pointer;line-height:1.2;-webkit-appearance:none;appearance:none}#gom-chat-root .chat-quick button:hover{background:var(--gom-blue);color:#fff}#gom-chat-root .msg-typing{align-self:flex-start;display:flex;gap:4px;padding:10px 12px;background:#fff;border:1px solid var(--chat-border);border-radius:12px;width:fit-content}#gom-chat-root .msg-typing span{width:6px;height:6px;border-radius:50%;background:var(--gom-blue);animation:gom-chat-typing 1s infinite ease-in-out}#gom-chat-root .msg-typing span:nth-child(2){animation-delay:.15s}#gom-chat-root .msg-typing span:nth-child(3){animation-delay:.3s}@keyframes gom-chat-typing{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}#gom-chat-root .chat-input-row{display:flex;align-items:flex-end;gap:8px;padding:12px;border-top:1px solid var(--chat-border);background:#fff}#gom-chat-root .chat-input-row input,#gom-chat-root .chat-input-row textarea{flex:1;min-width:0;width:auto;margin:0;border:1px solid var(--chat-border);background:#fff;color:var(--chat-ink);border-radius:18px;padding:10px 14px;outline:none;font:inherit;font-size:.9rem;line-height:1.3;resize:none;box-shadow:none}#gom-chat-root .chat-input-row input:focus,#gom-chat-root .chat-input-row textarea:focus{border-color:var(--gom-blue)}#gom-chat-root .chat-input-row button{flex:0 0 42px;width:42px;height:42px;min-width:42px;min-height:42px;margin:0;padding:0;border-radius:50%;border:0;background:var(--gom-blue);color:#fff;font:inherit;font-weight:800;line-height:1;cursor:pointer;-webkit-appearance:none;appearance:none}#gom-chat-root .chat-input-row button:hover{background:var(--gom-blue-dark)}#gom-chat-root .chat-card{align-self:flex-start;display:flex;flex-direction:column;gap:6px;max-width:180px;text-decoration:none;color:inherit}#gom-chat-root .chat-card img{width:100%;max-width:170px;height:auto;border-radius:10px;display:block;box-shadow:0 2px 8px #0000002e}#gom-chat-root .chat-card-name{font-size:.85rem;font-weight:600;line-height:1.2}#gom-chat-root .chat-card-price{font-size:.85rem;color:var(--gom-blue-dark)}@media(max-width:480px){#gom-chat-root .chat-panel{top:max(12px,calc(env(safe-area-inset-top,0px) + 8px));right:10px;left:10px;bottom:max(84px,calc(env(safe-area-inset-bottom,0px) + 72px));width:auto;height:auto;max-height:none;border-radius:14px}#gom-chat-root .chat-launcher{width:64px;height:64px;min-width:64px;min-height:64px;right:max(14px,calc(env(safe-area-inset-right,0px) + 10px));bottom:max(18px,calc(env(safe-area-inset-bottom,0px) + 14px));font-size:1.75rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/chat-widget.css.map */
