.agent-chat__launcher{display:none;position:fixed;right:20px;bottom:30px;z-index:999999;padding:14px 18px;min-width:56px;min-height:56px;border-radius:999px;border:1px solid rgba(0,0,0,0);background:linear-gradient(135deg,#23594b,#418d73);color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 0 0 1px #000000e6,0 8px 20px #0000002e;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.agent-chat__launcher{display:none;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center}.agent-chat__launcher .launcher-title{font-size:15px;font-weight:600;line-height:1.1}.agent-chat__launcher .launcher-sub{font-size:11px;font-weight:400;opacity:.85;line-height:1.1}.agent-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000038,0 4px 10px #0000001a}.agent-chat__launcher:active{transform:translateY(0);box-shadow:0 6px 14px #0000002e}.agent-chat{--chat-font-scale: 1;position:fixed;right:16px;bottom:70px;width:360px;height:500px;max-width:calc(100vw - 32px);max-height:80vh;min-width:320px;min-height:360px;overflow:hidden;z-index:999999;background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:14px;box-shadow:0 12px 30px #00000024;display:none;resize:none}.agent-chat.is-open{display:flex;flex-direction:column}.agent-chat__header{position:relative;display:flex;justify-content:space-between;align-items:center;padding:10px 12px;font-weight:600;border-bottom:1px solid rgba(0,0,0,.08)}.agent-chat__header-actions{display:flex;align-items:center;gap:4px}.agent-chat__header-actions button{-webkit-appearance:none;appearance:none;background:transparent;border:none;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;cursor:pointer;color:#666;transition:background-color .15s ease,color .15s ease}.agent-chat__header-actions button:hover{background:#0000000f;color:#111}.agent-chat__header-actions button:focus-visible{outline:2px solid rgba(0,0,0,.15);outline-offset:2px}.agent-chat__minimize{font-size:18px;transform:translateY(-1px)}.agent-chat__close:hover{background:#00000014}.agent-chat__close{font-size:18px}.agent-chat__resize-handle{position:absolute;top:8px;left:8px;width:14px;height:14px;cursor:nwse-resize;z-index:10;border-left:2px solid rgba(0,0,0,.25);border-top:2px solid rgba(0,0,0,.25);border-radius:2px;opacity:.6;-webkit-user-select:none;user-select:none}.agent-chat__resize-handle:hover{opacity:1}.agent-chat__messages{padding:10px 12px;flex:1 1 auto;min-height:120px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.agent-chat__msg{padding:8px 10px;border-radius:12px;border:1px solid rgba(0,0,0,.1);font-size:calc(13px * var(--chat-font-scale));line-height:1.25;overflow-wrap:anywhere;word-break:break-word}.agent-chat__msg--assistant{background:#00000008}.agent-chat__msg--user{background:#0000000f}.agent-chat__msg-label{font-size:calc(11px * var(--chat-font-scale));display:none}.agent-chat__msg-wrapper{margin-top:2px;margin-bottom:2px}.agent-chat__msg-wrapper--user .agent-chat__msg-label{display:none}.agent-chat__msg-wrapper--assistant .agent-chat__msg-label{text-align:left;padding-left:10px}.agent-chat__msg-wrapper--user{align-self:flex-end;margin-right:2px;margin-left:28px}.agent-chat__msg-wrapper--assistant{display:flex;flex-direction:row;align-items:flex-end}.agent-chat__avatar{width:22px;height:22px;border-radius:50%;background:#00000014;color:#333;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-right:6px}.agent-chat__form{display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid rgba(0,0,0,.08)}.agent-chat__input{flex:1 1 auto;min-height:40px;max-height:120px;padding:8px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.18);font-size:14px;line-height:1.35;background:#fff;outline:none;resize:none;overflow-y:auto}.agent-chat__send{height:40px!important;min-height:40px!important;padding:0 12px!important;border-radius:10px;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;white-space:nowrap}.agent-chat__profile-banner{display:none;border:1px solid rgba(0,0,0,.1);background:#00000008;padding:8px 10px;margin:0 12px 12px;border-radius:10px;font-size:13px;line-height:1.25}.agent-chat__profile-banner .title{font-weight:600;margin-bottom:2px}.agent-chat__profile-banner .row{margin:1px 0}.agent-chat__profile-banner .actions{display:flex;gap:6px;margin-top:6px}.agent-chat__profile-banner button{font-size:12px;padding:4px 8px;border-radius:8px;border:1px solid rgba(0,0,0,.15);cursor:pointer;background:#fff}.agent-chat__modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000000}.agent-chat__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040}.agent-chat__modal-card{position:absolute;left:12px;right:12px;top:60px;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.12);box-shadow:0 12px 30px #0003;padding:12px}.agent-chat__modal-title{font-weight:600;margin-bottom:8px}.agent-chat__modal-list{max-height:220px;overflow:auto;border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:8px;background:#00000005}.agent-chat__modal-item{display:flex;align-items:center;gap:8px;padding:6px;cursor:pointer}.agent-chat__modal-item input{margin:0}.agent-chat__modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.agent-chat__modal-btn{height:34px;padding:0 12px;border-radius:10px;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer}.agent-chat__modal-btn--primary{border-color:#00000040;font-weight:600}.agent-chat__close-confirm{position:absolute;top:calc(100% + 6px);right:6px;z-index:10000}.agent-chat__close-confirm-card{background:#fff;border-radius:12px;padding:12px 14px;min-width:220px;box-shadow:0 6px 20px #0000001f,0 2px 6px #00000014;font-size:13px;line-height:1.4}.agent-chat__close-confirm-title{font-weight:500;color:#111;margin-bottom:10px}.agent-chat__close-confirm-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.agent-chat__close-confirm-actions button{background:none;border:none;padding:4px 6px;font-size:13px;cursor:pointer;color:#555}.agent-chat__close-confirm-actions button:hover{color:#000}.agent-chat__close-confirm-actions .primary{color:#c0362c;font-weight:500}.agent-chat__close-confirm-actions .primary:hover{color:#9e2b23}.agent-chat__cursor{display:inline-block;width:1.5em;text-align:left;font-weight:500}.agent-chat__cursor:after{content:"";animation:dots 1.4s steps(3,end) infinite}@keyframes dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/chatbox.css.map */
