/* huhu-chat.min.css v1.1.0 | P&K Web Solution by Sigos Konstantinos | Sprint 5 */
#huhu-chat-widget{--huhu-berry:#B64059;--huhu-berry-dk:#9a3349;--huhu-berry-lt:rgba(182,64,89,0.12);--huhu-cream:#FFF7F8;--huhu-white:#ffffff;--huhu-text:#2d1a20;--huhu-text-muted:#7a5560;--huhu-shadow:0 8px 32px rgba(0,0,0,0.18);--huhu-shadow-sm:0 2px 12px rgba(0,0,0,0.10);--huhu-radius-w:24px;--huhu-radius-c:12px;--huhu-radius-b:18px;--huhu-transition:0.28s cubic-bezier(0.4,0,0.2,1)}.huhu-chat-bubble{position:fixed;bottom:24px;right:24px;z-index:9999;width:60px;height:60px;border-radius:50%;background:var(--huhu-berry);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(182,64,89,0.45);transition:transform var(--huhu-transition),box-shadow var(--huhu-transition),background var(--huhu-transition);outline-offset:3px;flex-shrink:0}.huhu-chat-bubble:hover,.huhu-chat-bubble:focus-visible{background:var(--huhu-berry-dk);transform:scale(1.08);box-shadow:0 6px 20px rgba(182,64,89,0.55)}.huhu-chat-bubble:active{transform:scale(0.95)}.huhu-bubble__icon--open,.huhu-bubble__icon--close{font-size:26px;line-height:1;position:absolute;transition:opacity var(--huhu-transition),transform var(--huhu-transition);user-select:none}.huhu-bubble__icon--close{font-size:20px;color:var(--huhu-white);opacity:0;transform:rotate(-90deg) scale(0.6)}.huhu-chat-bubble.huhu-is-open .huhu-bubble__icon--open{opacity:0;transform:rotate(90deg) scale(0.6)}.huhu-chat-bubble.huhu-is-open .huhu-bubble__icon--close{opacity:1;transform:rotate(0deg) scale(1)}.huhu-chat-window{position:fixed;bottom:96px;right:24px;z-index:9998;width:380px;max-height:620px;height:620px;background:var(--huhu-cream);border-radius:var(--huhu-radius-w);box-shadow:var(--huhu-shadow);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(0.96);pointer-events:none;transition:opacity var(--huhu-transition),transform var(--huhu-transition)}.huhu-chat-window.huhu-chat-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.huhu-chat-header{background:var(--huhu-berry);color:var(--huhu-white);padding:14px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0}.huhu-chat-header__logo{font-size:26px;line-height:1;flex-shrink:0}.huhu-chat-header__info{flex:1;min-width:0}.huhu-chat-header__title{font-size:15px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.huhu-chat-header__subtitle{font-size:12px;opacity:0.82;margin-top:2px}.huhu-chat-header__status{width:9px;height:9px;border-radius:50%;background:#4cde7c;box-shadow:0 0 0 2px rgba(255,255,255,0.35);flex-shrink:0}.huhu-chat-close{background:transparent;border:none;color:var(--huhu-white);cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;transition:background var(--huhu-transition)}.huhu-chat-close:hover,.huhu-chat-close:focus-visible{background:rgba(255,255,255,0.2);outline:2px solid rgba(255,255,255,0.6)}.huhu-chat-messages{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.huhu-chat-messages:focus-visible{outline:2px solid var(--huhu-berry);outline-offset:-2px}.huhu-chat-messages::-webkit-scrollbar{width:4px}.huhu-chat-messages::-webkit-scrollbar-track{background:transparent}.huhu-chat-messages::-webkit-scrollbar-thumb{background:rgba(182,64,89,0.25);border-radius:4px}.huhu-msg{display:flex;align-items:flex-end;gap:8px;max-width:100%}.huhu-msg--user{flex-direction:row-reverse}.huhu-msg__avatar{width:30px;height:30px;border-radius:50%;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(182,64,89,0.08)}.huhu-msg__bubble{max-width:72%;padding:10px 14px;border-radius:var(--huhu-radius-b);font-size:14px;line-height:1.5;word-break:break-word;color:var(--huhu-text)}.huhu-msg--bot .huhu-msg__bubble{background:var(--huhu-white);border-radius:var(--huhu-radius-b) var(--huhu-radius-b) var(--huhu-radius-b) 4px;box-shadow:var(--huhu-shadow-sm)}.huhu-msg--user .huhu-msg__bubble{background:var(--huhu-berry);color:var(--huhu-white);border-radius:var(--huhu-radius-b) var(--huhu-radius-b) 4px var(--huhu-radius-b)}.huhu-typing{display:flex;align-items:center;gap:8px}.huhu-typing__dots{background:var(--huhu-white);border-radius:var(--huhu-radius-b) var(--huhu-radius-b) var(--huhu-radius-b) 4px;padding:12px 16px;display:flex;gap:5px;align-items:center;box-shadow:var(--huhu-shadow-sm)}.huhu-typing__dot{width:7px;height:7px;border-radius:50%;background:var(--huhu-berry);opacity:0.6;animation:huhu-bounce 1.2s infinite ease-in-out}.huhu-typing__dot:nth-child(1){animation-delay:0s}.huhu-typing__dot:nth-child(2){animation-delay:0.2s}.huhu-typing__dot:nth-child(3){animation-delay:0.4s}@keyframes huhu-bounce{0%,60%,100%{transform:translateY(0);opacity:0.6}30%{transform:translateY(-6px);opacity:1}}.huhu-products{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.huhu-products::-webkit-scrollbar{display:none}.huhu-product-card{flex-shrink:0;width:140px;background:var(--huhu-white);border-radius:var(--huhu-radius-c);box-shadow:var(--huhu-shadow-sm);overflow:hidden;text-decoration:none;color:var(--huhu-text);display:block;transition:transform var(--huhu-transition),box-shadow var(--huhu-transition)}.huhu-product-card:hover,.huhu-product-card:focus-visible{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.15)}.huhu-product-card__img{width:100%;height:110px;object-fit:cover;display:block}.huhu-product-card__img--placeholder{width:100%;height:110px;background:var(--huhu-cream);display:flex;align-items:center;justify-content:center;font-size:36px}.huhu-product-card__body{padding:8px 10px 10px}.huhu-product-card__title{font-size:12px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.huhu-product-card__price{font-size:13px;font-weight:700;color:var(--huhu-berry);margin-bottom:4px}.huhu-product-card__link{font-size:11px;color:var(--huhu-berry);font-weight:600}.huhu-quick-replies{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0}.huhu-quick-btn{background:transparent;border:1.5px solid var(--huhu-berry);color:var(--huhu-berry);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:background var(--huhu-transition),color var(--huhu-transition);white-space:nowrap}.huhu-quick-btn:hover,.huhu-quick-btn:focus-visible{background:var(--huhu-berry);color:var(--huhu-white);outline:none}.huhu-quiz-container{width:100%;max-width:300px}.huhu-quiz-progress{height:5px;background:rgba(182,64,89,0.15);border-radius:3px;overflow:hidden;margin-bottom:10px}.huhu-quiz-progress__bar{height:100%;background:var(--huhu-berry);border-radius:3px;transition:width 0.4s ease;min-width:5%}.huhu-quiz-step{background:var(--huhu-white);border-radius:var(--huhu-radius-c);padding:14px;box-shadow:var(--huhu-shadow-sm)}.huhu-quiz-step__question{font-size:14px;font-weight:600;color:var(--huhu-text);margin:0 0 12px;line-height:1.4}.huhu-quiz-step__options{display:flex;flex-direction:column;gap:7px;margin-bottom:12px}.huhu-quiz-option-btn{background:var(--huhu-cream);border:1.5px solid rgba(182,64,89,0.25);border-radius:8px;padding:8px 12px;font-size:13px;text-align:left;cursor:pointer;transition:border-color var(--huhu-transition),background var(--huhu-transition);color:var(--huhu-text)}.huhu-quiz-option-btn:hover,.huhu-quiz-option-btn:focus-visible{border-color:var(--huhu-berry);background:var(--huhu-berry-lt);outline:none}.huhu-quiz-option-btn.huhu-selected{border-color:var(--huhu-berry);background:var(--huhu-berry-lt);color:var(--huhu-berry);font-weight:600}.huhu-quiz-text-wrap{width:100%}.huhu-quiz-text-input{width:100%;border:1.5px solid rgba(182,64,89,0.3);border-radius:8px;padding:8px 10px;font-size:13px;color:var(--huhu-text);background:var(--huhu-cream);resize:vertical;font-family:inherit;box-sizing:border-box;transition:border-color var(--huhu-transition)}.huhu-quiz-text-input:focus{outline:none;border-color:var(--huhu-berry)}.huhu-quiz-nav{display:flex;align-items:center;gap:8px;justify-content:flex-end}.huhu-quiz-counter{font-size:11px;color:var(--huhu-text-muted);margin-right:auto}.huhu-quiz-nav__skip,.huhu-quiz-nav__next{border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:background var(--huhu-transition),opacity var(--huhu-transition)}.huhu-quiz-nav__skip{background:transparent;color:var(--huhu-text-muted)}.huhu-quiz-nav__skip:hover,.huhu-quiz-nav__skip:focus-visible{color:var(--huhu-berry);outline:none}.huhu-quiz-nav__next{background:var(--huhu-berry);color:var(--huhu-white)}.huhu-quiz-nav__next:hover,.huhu-quiz-nav__next:focus-visible{background:var(--huhu-berry-dk);outline:none}.huhu-chat-input-area{display:flex;align-items:flex-end;gap:8px;padding:12px 14px;border-top:1px solid rgba(182,64,89,0.12);background:var(--huhu-white);flex-shrink:0}.huhu-chat-input{flex:1;border:1.5px solid rgba(182,64,89,0.25);border-radius:var(--huhu-radius-b);padding:9px 14px;font-size:14px;color:var(--huhu-text);background:var(--huhu-cream);resize:none;overflow:hidden;font-family:inherit;line-height:1.4;min-height:40px;max-height:100px;transition:border-color var(--huhu-transition);box-sizing:border-box}.huhu-chat-input:focus{outline:none;border-color:var(--huhu-berry)}.huhu-chat-send{width:40px;height:40px;border-radius:50%;background:var(--huhu-berry);border:none;cursor:pointer;color:var(--huhu-white);font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--huhu-transition),transform var(--huhu-transition)}.huhu-chat-send:hover,.huhu-chat-send:focus-visible{background:var(--huhu-berry-dk);outline:none}.huhu-chat-send:active{transform:scale(0.92)}.huhu-chat-send:disabled{opacity:0.5;cursor:not-allowed}.huhu-error-bubble{border-left:3px solid #e74c3c}.huhu-error-text{margin:0 0 8px;color:#c0392b;font-size:13px}.huhu-retry-btn{background:var(--huhu-berry);color:var(--huhu-white);border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:background var(--huhu-transition)}.huhu-retry-btn:hover,.huhu-retry-btn:focus-visible{background:var(--huhu-berry-dk);outline:none}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}@media (prefers-reduced-motion:reduce){.huhu-chat-bubble,.huhu-chat-window,.huhu-bubble__icon--open,.huhu-bubble__icon--close,.huhu-quiz-progress__bar{transition:none}.huhu-typing__dot{animation:none;opacity:1}}@media (max-width:480px){.huhu-chat-window{position:fixed;inset:0;width:100%;height:100%;max-height:100%;border-radius:0;bottom:auto;right:auto;transform:translateY(100%);opacity:1;pointer-events:none;transition:transform var(--huhu-transition)}.huhu-chat-window.huhu-chat-visible{transform:translateY(0);pointer-events:auto}.huhu-chat-input-area{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.huhu-chat-bubble{bottom:calc(20px + env(safe-area-inset-bottom,0px));right:20px}}
