:root{--bg: #f6f6f7;--bg-alt: #ffffff;--border-subtle: #e5e5e5;--text-main: #202223;--text-subtle: #6d7175;--accent: #008060;--accent-soft: #e3f1eb;--accent-dark: #004c3f}.chat-bubble-root{position:fixed;right:32px;bottom:32px;z-index:999999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:8px;pointer-events:none}.chat-bubble-root .chat-window,.chat-bubble-root .chat-toggle-btn{pointer-events:auto}.chat-window{position:absolute;right:0;bottom:72px;width:380px;height:560px;max-height:72vh;min-height:360px;background:#fff;border-radius:16px;border:1px solid var(--border-subtle);box-shadow:0 20px 45px #00000026;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(16px);visibility:hidden;pointer-events:none;transition:opacity .28s cubic-bezier(.25,.46,.45,.94),transform .32s cubic-bezier(.25,.46,.45,.94),visibility 0s linear .32s}.chat-window.open{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto;transition:opacity .3s cubic-bezier(.25,.46,.45,.94),transform .34s cubic-bezier(.25,.46,.45,.94),visibility 0s linear 0s}@media(prefers-reduced-motion:reduce){.chat-window,.chat-window.open{transition-duration:.01ms}}.chat-window-header{padding:12px 16px;background:#218738;color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:13px}.chat-window-body{padding:12px 16px;flex:1;min-height:0;font-size:13px;color:var(--text-subtle);overflow-y:auto}.chat-window-body.has-thread{display:flex;flex-direction:column;padding:0;overflow:hidden}.chat-toggle-btn{width:64px;height:64px;border-radius:999px;border:none;padding:0;background:#218738;color:#fff;cursor:pointer;box-shadow:0 10px 25px #0003;display:inline-flex;align-items:center;justify-content:center}.chat-toggle-btn:hover{background:#1a6b2d}.chat-toggle-icon{width:30px;height:30px}.chat-toggle-icon svg{width:100%;height:100%;display:block}.chat-form-label{display:block;font-size:12px;color:var(--text-main);margin-bottom:4px}.chat-form-input,.chat-form-textarea{width:100%;border-radius:4px;border:1px solid var(--border-subtle);padding:6px 8px;font-size:13px;margin-bottom:8px}.chat-form-input:focus,.chat-form-textarea:focus{outline:none;border-color:var(--accent)}.chat-form-textarea{min-height:60px;resize:vertical}.chat-form-required{color:#c53030}.chat-form-footer-row{display:flex;justify-content:flex-end;margin-top:4px}.chat-send-btn{border-radius:4px;border:none;background:#218738;color:#fff;padding:7px 16px;font-size:13px;cursor:pointer}.chat-send-btn:hover{background:#1a6b2d}.chat-thread{display:none;flex-direction:column;flex:1;min-height:0;overflow:hidden}.chat-window-body.has-thread .chat-thread{display:flex}.chat-window-body.has-thread .chat-intake-block{display:none}.chat-messages-list{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:12px 16px;display:flex;flex-direction:column;gap:10px;background:var(--bg);border-bottom:1px solid var(--border-subtle)}.chat-msg{display:flex;max-width:90%}.chat-msg.customer{align-self:flex-end}.chat-msg.agent{align-self:flex-start}.chat-msg-bubble{padding:8px 12px;border-radius:12px;font-size:13px;line-height:1.4}.chat-msg-caption{word-break:break-word;white-space:pre-wrap}.chat-msg.customer .chat-msg-bubble{background:#218738;color:#fff;border-bottom-right-radius:4px}.chat-msg.agent .chat-msg-bubble{background:var(--border-subtle);color:var(--text-main);border-bottom-left-radius:4px}.chat-thread-input-row{flex-shrink:0;padding:12px 16px;background:var(--bg-alt);border-top:1px solid var(--border-subtle);display:flex;gap:8px;align-items:center}.chat-thread-input-row input{flex:1;border-radius:4px;border:1px solid var(--border-subtle);padding:8px 10px;font-size:13px}.chat-thread-input-row input:focus{outline:none;border-color:var(--accent)}
/*# sourceMappingURL=/cdn/shop/t/30/assets/asgard-chat.css.map */
