.dlee-chat-fab{z-index:9999;cursor:pointer;background:#1a1714;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,background .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #0000002e}.dlee-chat-fab:hover{background:#c4973e;transform:scale(1.07)}.dlee-chat-fab svg{color:#f5f0e8;width:24px;height:24px}.dlee-chat-badge{background:#c4973e;border:2px solid #fff;border-radius:50%;width:16px;height:16px;animation:1.8s infinite dlee-pulse;position:absolute;top:-4px;right:-4px}@keyframes dlee-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}.dlee-chat-panel{z-index:9998;background:#fdfaf5;border:1px solid #d6cfc4;border-radius:16px;flex-direction:column;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 120px);animation:.22s dlee-slide-up;display:flex;position:fixed;bottom:90px;right:24px;overflow:hidden;box-shadow:0 8px 32px #0000001f}@keyframes dlee-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dlee-chat-header{color:#f5f0e8;background:#1a1714;flex-shrink:0;align-items:center;gap:10px;padding:14px 16px;display:flex}.dlee-chat-header-avatar{color:#fff;background:#c4973e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:500;display:flex}.dlee-chat-header-info p{margin:0}.dlee-chat-header-name{font-size:14px;font-weight:500}.dlee-chat-header-sub{color:#c8bfb0;font-size:11px}.dlee-chat-close{cursor:pointer;color:#c8bfb0;background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;padding:4px;display:flex}.dlee-chat-close:hover{color:#f5f0e8}.dlee-chat-messages{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.dlee-chat-messages::-webkit-scrollbar{width:4px}.dlee-chat-messages::-webkit-scrollbar-thumb{background:#d6cfc4;border-radius:2px}.dlee-msg{word-break:break-word;white-space:pre-wrap;border-radius:14px;max-width:82%;padding:9px 13px;font-size:13.5px;line-height:1.5}.dlee-msg-bot{color:#1a1714;background:#ede8df;border-bottom-left-radius:4px;align-self:flex-start}.dlee-msg-user{color:#f5f0e8;background:#1a1714;border-bottom-right-radius:4px;align-self:flex-end}.dlee-typing{background:#ede8df;border-radius:14px 14px 14px 4px;align-self:flex-start;align-items:center;gap:4px;padding:10px 14px;display:flex}.dlee-typing span{background:#9c9189;border-radius:50%;width:6px;height:6px;animation:1.2s infinite dlee-bounce}.dlee-typing span:nth-child(2){animation-delay:.2s}.dlee-typing span:nth-child(3){animation-delay:.4s}@keyframes dlee-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.dlee-quick-replies{border-top:1px solid #ede8df;flex-wrap:wrap;flex-shrink:0;gap:6px;padding:8px 16px;display:flex}.dlee-quick-btn{color:#1a1714;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d6cfc4;border-radius:20px;padding:5px 12px;font-size:12px;transition:background .15s,border-color .15s}.dlee-quick-btn:hover{background:#f0e4cc;border-color:#c4973e}.dlee-quick-btn:disabled{opacity:.5;cursor:not-allowed}.dlee-field-error{color:#8b3a3a;flex-shrink:0;padding:4px 16px;font-size:12px}.dlee-chat-input-row{border-top:1px solid #ede8df;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.dlee-chat-input{color:#1a1714;background:#fff;border:1px solid #d6cfc4;border-radius:20px;outline:none;flex:1;padding:8px 14px;font-size:13.5px;transition:border-color .15s}.dlee-chat-input:focus{border-color:#c4973e}.dlee-chat-input::placeholder{color:#9c9189}.dlee-chat-send{cursor:pointer;background:#1a1714;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.dlee-chat-send:hover{background:#c4973e}.dlee-chat-send:disabled{opacity:.4;cursor:not-allowed}.dlee-chat-send svg{color:#fff;width:16px;height:16px}.dlee-chat-footer{color:#9c9189;text-align:center;border-top:1px solid #ede8df;flex-shrink:0;padding:6px 16px;font-size:10px}@media(max-width:480px){.dlee-chat-panel{width:calc(100vw - 16px);bottom:80px;right:8px}.dlee-chat-fab{bottom:16px;right:16px}}
