#lushy-chat-root{--lushy-accent: #e8832a;--lushy-bark: #3d2c1e;--lushy-bg: #fff;--lushy-surface: #faf7f2;--lushy-border: #e8dcc8;position:fixed;bottom:max(16px,env(safe-area-inset-bottom));right:max(16px,env(safe-area-inset-right));z-index:9999;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.45}.lushy-chat-toggle{width:58px;height:58px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--lushy-accent),#c46a1a);color:#fff;cursor:pointer;box-shadow:0 6px 24px #e8832a73;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .15s ease}.lushy-chat-toggle:hover{transform:scale(1.05)}.lushy-chat-toggle.open{transform:scale(.95)}.lushy-chat-toggle-icon{font-size:1.5rem}.lushy-chat-badge{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#e85c45;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.lushy-chat-badge.hidden{display:none}.lushy-chat-panel{position:absolute;bottom:70px;right:0;width:min(380px,calc(100vw - 32px));height:min(520px,calc(100vh - 120px));background:var(--lushy-bg);border:1px solid var(--lushy-border);border-radius:16px;box-shadow:0 12px 48px #3d2c1e2e;display:flex;flex-direction:column;overflow:hidden;animation:lushySlide .2s ease}.lushy-chat-panel.hidden{display:none}@keyframes lushySlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.lushy-chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--lushy-surface);border-bottom:1px solid var(--lushy-border)}.lushy-chat-header-info{display:flex;align-items:center;gap:10px}.lushy-chat-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--lushy-accent),#c46a1a);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.lushy-chat-header-info strong{display:block;font-size:.9rem;color:var(--lushy-bark)}.lushy-chat-header-info span{font-size:.7rem;color:#8a7a6a}.lushy-chat-close{background:none;border:none;font-size:1.5rem;color:#8a7a6a;cursor:pointer;line-height:1;padding:4px}.lushy-chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px;background:#fff}.lushy-chat-msg{display:flex;max-width:92%}.lushy-chat-msg.user{align-self:flex-end}.lushy-chat-msg.agent{align-self:flex-start}.lushy-chat-bubble{padding:10px 12px;border-radius:14px;font-size:.88rem;word-break:break-word}.lushy-chat-msg.user .lushy-chat-bubble{background:var(--lushy-accent);color:#fff;border-bottom-right-radius:4px}.lushy-chat-msg.agent .lushy-chat-bubble{background:var(--lushy-surface);color:var(--lushy-bark);border:1px solid var(--lushy-border);border-bottom-left-radius:4px}.lushy-typing{display:flex;gap:4px;padding:12px 14px!important}.lushy-typing span{width:6px;height:6px;border-radius:50%;background:#c4b5a3;animation:lushyDot 1s infinite}.lushy-typing span:nth-child(2){animation-delay:.15s}.lushy-typing span:nth-child(3){animation-delay:.3s}@keyframes lushyDot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.lushy-chat-products{display:flex;flex-direction:column;gap:8px;margin-top:10px}.lushy-chat-product{display:grid;grid-template-columns:48px 1fr;gap:8px;align-items:center;padding:8px;border-radius:10px;background:#fff;border:1px solid var(--lushy-border);text-decoration:none;color:inherit;transition:border-color .15s}.lushy-chat-product:hover{border-color:var(--lushy-accent)}.lushy-chat-product img{width:48px;height:48px;object-fit:cover;border-radius:8px;background:#f3ead9}.lushy-chat-product-title{font-size:.78rem;font-weight:600;color:var(--lushy-bark);grid-column:2;line-height:1.3}.lushy-chat-product-price{font-size:.72rem;color:var(--lushy-accent);font-weight:700;grid-column:2}.lushy-chat-form{display:flex;gap:8px;padding:10px 12px;border-top:1px solid var(--lushy-border);background:var(--lushy-surface)}.lushy-chat-form input{flex:1;border:1px solid var(--lushy-border);border-radius:999px;padding:10px 14px;font-size:.88rem;outline:none;background:#fff}.lushy-chat-form input:focus{border-color:var(--lushy-accent)}.lushy-chat-form button{width:42px;height:42px;border-radius:50%;border:none;background:var(--lushy-accent);color:#fff;font-size:1rem;cursor:pointer;flex-shrink:0}.lushy-chat-form.sending button{opacity:.5}@media(max-width:480px){.lushy-chat-panel{width:calc(100vw - 24px);right:-8px;height:min(70vh,480px)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/lushy-chat.css.map */
