.chatbot-float{position:fixed;bottom:28px;right:28px;z-index:9999;width:56px;height:56px;border-radius:50%;border:none;background:#F59E0B;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #d4af3766;transition:transform .3s ease,box-shadow .3s ease}.chatbot-float:hover{transform:scale(1.08);box-shadow:0 6px 28px #d4af3780}.chatbot-float.active{background:#1f2440;color:#f0f2ff;border:1px solid #2e3460;box-shadow:0 4px 16px #0006}.chatbot-float.pulse:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid #F59E0B;animation:chatPulse 2s ease-out infinite}@keyframes chatPulse{0%{transform:scale(1);opacity:.8}to{transform:scale(1.6);opacity:0}}.chatbot-float-label{position:fixed;bottom:42px;right:96px;z-index:9999;padding:8px 16px;border:1px solid #2e3460;border-radius:999px;background:#181c2e;color:#f0f2ff;font-size:.85rem;font-weight:600;white-space:nowrap;cursor:pointer;box-shadow:0 4px 16px #00000059;transition:transform .3s ease,box-shadow .3s ease}.chatbot-float-label:hover{transform:scale(1.05);box-shadow:0 6px 24px #d4af374d}.chatbot-window{position:fixed;bottom:96px;right:28px;z-index:9998;width:380px;max-height:520px;background:#181c2e;border:1px solid #2e3460;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 48px #00000080;animation:chatSlideUp .3s ease}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#1f2440;border-bottom:1px solid #2e3460}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-avatar{width:36px;height:36px;border-radius:50%;background:#F59E0B;color:#000;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;overflow:hidden;flex-shrink:0}.chatbot-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chatbot-header-name{font-weight:600;font-size:.9rem;color:#f0f2ff}.chatbot-header-status{font-size:.72rem;color:#8b93b8}.chatbot-close{background:none;border:none;color:#8b93b8;cursor:pointer;padding:4px;transition:color .2s}.chatbot-close:hover{color:#f0f2ff}.chatbot-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px;min-height:280px;max-height:340px;background:#181c2e}.chatbot-msg{display:flex;gap:8px;align-items:flex-end;animation:msgFadeIn .3s ease}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-msg.user{justify-content:flex-end}.chatbot-msg-avatar{width:28px;height:28px;min-width:28px;border-radius:50%;background:#F59E0B;color:#000;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem;overflow:hidden}.chatbot-msg-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chatbot-msg-bubble{max-width:75%;padding:10px 14px;border-radius:14px;font-size:.88rem;line-height:1.5}.chatbot-msg.bot .chatbot-msg-bubble{background:#1f2440;border:1px solid #2e3460;color:#f0f2ff;border-bottom-left-radius:4px}.chatbot-msg.user .chatbot-msg-bubble{background:#F59E0B;color:#000;border-bottom-right-radius:4px;font-weight:500}.chatbot-typing{display:flex;gap:4px;align-items:center;padding:12px 16px!important}.chatbot-typing span{width:6px;height:6px;border-radius:50%;background:#8b93b8;animation:typingDot 1.2s ease-in-out infinite}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chatbot-services{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0 4px 36px;animation:msgFadeIn .3s ease}.chatbot-service-btn{padding:6px 12px;border-radius:20px;border:1px solid #2e3460;background:#1f2440;color:#f0f2ff;font-size:.78rem;cursor:pointer;transition:border-color .2s,background .2s}.chatbot-service-btn:hover{border-color:#f59e0b;background:rgba(212,175,55,.08);color:#f59e0b}.chatbot-restart{display:flex;justify-content:center;padding:8px 0}.chatbot-restart-btn{padding:8px 20px;border-radius:20px;border:1px solid #F59E0B;background:transparent;color:#f59e0b;font-size:.82rem;font-weight:500;cursor:pointer;transition:background .2s}.chatbot-restart-btn:hover{background:rgba(212,175,55,.1)}.chatbot-input-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid #2e3460;background:#1f2440}.chatbot-input-bar input{flex:1;background:#181c2e;border:1px solid #2e3460;border-radius:10px;padding:10px 14px;color:#f0f2ff;font-size:.88rem;outline:none;transition:border-color .2s}.chatbot-input-bar input:focus{border-color:#f59e0b}.chatbot-input-bar input::placeholder{color:#5c6480}.chatbot-input-bar button{width:38px;height:38px;border-radius:10px;border:none;background:#F59E0B;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.chatbot-input-bar button:hover{opacity:.85}@media (max-width: 480px){.chatbot-window{width:calc(100vw - 24px);right:12px;bottom:88px;max-height:70vh}.chatbot-float{bottom:20px;right:16px}.chatbot-float-label{bottom:34px;right:84px;font-size:.8rem}}@keyframes aivaPulse{0%{box-shadow:0 0 #2ecc718c}70%{box-shadow:0 0 0 7px #2ecc7100}to{box-shadow:0 0 #2ecc7100}}
