.chatbot-container{position:fixed;bottom:20px;right:20px;z-index:10000;font-family:Roboto,Helvetica,sans-serif;display:block!important;visibility:visible!important}.chatbot-toggle{width:70px;height:60px;background:rgba(228,76,101,.8);border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 20px #667eea66;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff;font-size:20px;animation:chatbot-bounce 1.5s infinite}.chatbot-toggle.opened{animation:none;transform:scale(1)}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 25px #e44c6599;background:rgba(228,76,101,1)}.chatbot-window{position:absolute;bottom:80px;right:0;width:350px;height:500px;max-height:70vh;background:#1c1d26;border-radius:15px;border:2px solid rgba(102,126,234,.3);box-shadow:0 10px 50px #00000080;display:none;flex-direction:column;overflow:hidden}.chatbot-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:15px 20px;display:flex;align-items:center;justify-content:space-between}.chatbot-header h3{margin:0;font-size:16px;font-weight:600}.chatbot-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:25px;height:25px;display:flex;align-items:center;justify-content:center}.chatbot-messages{flex:1;padding:20px;overflow-y:auto;background:#2a2b36;height:350px;max-height:350px}.chatbot-message{margin-bottom:15px;display:flex;align-items:flex-start}.chatbot-message.user{justify-content:flex-end}.chatbot-message.bot{justify-content:flex-start}.message-content{max-width:80%;padding:10px 15px;border-radius:18px;font-size:14px;line-height:1.4}.chatbot-message.user .message-content{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-bottom-right-radius:5px}.chatbot-message.bot .message-content{background:#3a3b48;color:#ffffffe6;border:1px solid rgba(102,126,234,.3);border-bottom-left-radius:5px}.chatbot-input-area{padding:15px 20px;border-top:1px solid rgba(102,126,234,.3);background:#1c1d26;display:flex;gap:10px}.chatbot-input{flex:1;border:1px solid rgba(102,126,234,.3);border-radius:20px;padding:10px 15px;font-size:14px;color:#ffffffe6;background:#2a2b36;outline:none;resize:none;max-height:100px;font-family:Roboto,Helvetica,sans-serif}.chatbot-input::placeholder{color:#ffffff80;opacity:1}.chatbot-input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.chatbot-send{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;width:40px;height:40px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s ease}.chatbot-send:hover{transform:scale(1.05);background:linear-gradient(135deg,#7c8cff 0%,#667eea 100%)}.chatbot-send:disabled{opacity:.5;cursor:not-allowed;transform:none}.quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.quick-reply{background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.3);border-radius:15px;padding:6px 12px;font-size:12px;color:#fffc;cursor:pointer;transition:all .3s ease}.quick-reply:hover{background:#667eea;color:#fff;border-color:#667eea}.typing-indicator{display:flex;align-items:center;gap:5px;padding:10px 15px;background:#3a3b48;border-radius:18px 18px 18px 5px;border:1px solid rgba(102,126,234,.3);max-width:80%}.typing-dot{width:6px;height:6px;background:rgba(102,126,234,.7);border-radius:50%;animation:typing 1.4s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}@keyframes chatbot-bounce{0%,to{transform:scale(1) translateY(0);box-shadow:0 4px 20px #e44c6566}25%{transform:scale(1.15) translateY(-8px);box-shadow:0 8px 30px #e44c65b3}50%{transform:scale(1.2) translateY(-12px);box-shadow:0 12px 40px #e44c65cc}75%{transform:scale(1.15) translateY(-8px);box-shadow:0 8px 30px #e44c65b3}}@media (max-width: 768px){.chatbot-container{position:fixed!important;bottom:20px!important;right:20px!important;z-index:10000!important;display:block!important;visibility:visible!important}.chatbot-toggle{width:60px!important;height:60px!important;display:flex!important;visibility:visible!important}.chatbot-toggle.opened{display:none!important}.chatbot-window{width:90vw;max-width:none;bottom:1px!important;height:60vh;max-height:60vh}.chatbot-messages{height:calc(60vh - 150px);max-height:calc(60vh - 150px)}}
