/* chatbot.min.css - lucys.com */
.lcb-bubble{position:fixed;bottom:20px;right:20px;z-index:9998;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#8B4513 0%,#6B3510 100%);border:none;cursor:pointer;box-shadow:0 4px 15px rgba(139,69,19,0.4);display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease,box-shadow 0.3s ease;padding:0;outline:none}.lcb-bubble:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(139,69,19,0.5)}.lcb-bubble:active{transform:scale(0.95)}.lcb-bubble svg{width:28px;height:28px;fill:#fff}.lcb-bubble-badge{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:#e74c3c;border-radius:50%;border:2px solid #fff;display:none}.lcb-bubble-badge.active{display:block;animation:lcb-pulse 2s infinite}@keyframes lcb-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.lcb-window{position:fixed;bottom:90px;right:20px;z-index:9999;width:380px;height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,0.15);display:none;flex-direction:column;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.lcb-window.open{display:flex;animation:lcb-slideUp 0.3s ease}@keyframes lcb-slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lcb-header{background:linear-gradient(135deg,#8B4513 0%,#6B3510 100%);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.lcb-header-info{display:flex;align-items:center;gap:10px}.lcb-avatar{width:36px;height:36px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.lcb-header-text h4{margin:0;font-size:15px;font-weight:600;line-height:1.3}.lcb-header-text p{margin:0;font-size:11px;opacity:0.8;line-height:1.3}.lcb-close{background:rgba(255,255,255,0.15);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:background 0.2s;padding:0;line-height:1;flex-shrink:0}.lcb-close:hover{background:rgba(255,255,255,0.3)}.lcb-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8f7f5}.lcb-messages::-webkit-scrollbar{width:5px}.lcb-messages::-webkit-scrollbar-track{background:transparent}.lcb-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.lcb-msg{max-width:85%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.lcb-msg a{color:#8B4513;text-decoration:underline}.lcb-msg a:hover{color:#6B3510}.lcb-msg.bot{background:#fff;color:#333;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.08)}.lcb-msg.user{background:linear-gradient(135deg,#8B4513 0%,#6B3510 100%);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.lcb-msg.user a{color:#ffd9b3}.lcb-typing{display:none;align-self:flex-start;padding:10px 14px;background:#fff;border-radius:16px;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.08)}.lcb-typing.active{display:flex;gap:4px;align-items:center}.lcb-typing span{width:7px;height:7px;background:#aaa;border-radius:50%;animation:lcb-dot 1.4s infinite}.lcb-typing span:nth-child(2){animation-delay:0.2s}.lcb-typing span:nth-child(3){animation-delay:0.4s}@keyframes lcb-dot{0%,60%,100%{transform:translateY(0);opacity:0.4}30%{transform:translateY(-5px);opacity:1}}.lcb-input-area{padding:12px 16px;border-top:1px solid #eee;display:flex;gap:8px;align-items:flex-end;background:#fff;flex-shrink:0}.lcb-input{flex:1;border:1px solid #ddd;border-radius:20px;padding:9px 16px;font-size:14px;outline:none;resize:none;max-height:80px;min-height:38px;line-height:1.4;font-family:inherit;transition:border-color 0.2s}.lcb-input:focus{border-color:#8B4513}.lcb-input::placeholder{color:#aaa}.lcb-send{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#8B4513 0%,#6B3510 100%);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity 0.2s;padding:0;flex-shrink:0}.lcb-send:disabled{opacity:0.5;cursor:not-allowed}.lcb-send svg{width:18px;height:18px;fill:#fff}.lcb-quickbtns{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.lcb-quickbtn{background:#f5efe9;border:1px solid #e0d5c8;border-radius:16px;padding:5px 12px;font-size:12px;color:#8B4513;cursor:pointer;transition:background 0.2s,color 0.2s;white-space:nowrap}.lcb-quickbtn:hover{background:#8B4513;color:#fff;border-color:#8B4513}@media (max-width:480px){.lcb-window{width:calc(100vw - 16px);height:calc(100vh - 80px);max-height:calc(100vh - 80px);bottom:8px;right:8px;border-radius:12px}.lcb-bubble{bottom:14px;right:14px;width:54px;height:54px}.lcb-bubble svg{width:24px;height:24px}}.lcb-bubble.hidden{display:none}.lcb-powered{text-align:center;padding:4px;font-size:10px;color:#bbb;background:#fff;flex-shrink:0}