.chatbot-fab{z-index:1000;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4d00 0%,#ff7a33 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #ff4d0059,0 0 40px #ff4d001f}.chatbot-fab:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 6px 28px #ff4d0073,0 0 50px #ff4d002e}.chatbot-fab:active{transform:scale(.96)}.chatbot-fab svg{width:24px;height:24px;transition:transform .3s}.chatbot-fab.open svg{transform:rotate(90deg)}.chatbot-fab:before{content:"";border:2px solid #ff4d0040;border-radius:50%;animation:2.5s ease-in-out infinite chatbot-pulse;position:absolute;inset:-4px}.chatbot-fab.open:before{opacity:0;animation:none}@keyframes chatbot-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}.chatbot-panel{z-index:999;-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#0c0c0ceb;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:400px;max-height:560px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:100px;right:28px;overflow:hidden;transform:translateY(16px)scale(.96);box-shadow:0 16px 48px #00000080,0 0 0 1px #ffffff0a,inset 0 1px #ffffff0f}.chatbot-panel.visible{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.chatbot-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.chatbot-header-icon{background:linear-gradient(135deg,#ff4d00,#ff7a33);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chatbot-header-icon svg{color:#fff;width:18px;height:18px}.chatbot-header-info{flex:1;min-width:0}.chatbot-header-title{color:#f5f5f5;font-size:15px;font-weight:600;line-height:1.2}.chatbot-header-status{color:#fff6;margin-top:1px;font-size:11px}.chatbot-header-actions{gap:4px;display:flex}.chatbot-header-btn{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.chatbot-header-btn:hover{color:#ffffffb3;background:#ffffff0f}.chatbot-header-btn.close:hover{color:#ef4444;background:#ef44441a}.chatbot-messages{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;flex-direction:column;flex:1;gap:14px;padding:16px 20px;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.chatbot-msg{word-wrap:break-word;border-radius:14px;max-width:85%;padding:10px 14px;font-size:13.5px;line-height:1.5;animation:.25s ease-out chatbot-msg-in}@keyframes chatbot-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-msg.user{color:#fff;background:linear-gradient(135deg,#ff4d00,#cc3d00);border-bottom-right-radius:4px;align-self:flex-end}.chatbot-msg.assistant{color:#e5e5e5;background:#ffffff0f;border-bottom-left-radius:4px;align-self:flex-start}.chatbot-msg.assistant p{margin:0 0 8px}.chatbot-msg.assistant p:last-child{margin-bottom:0}.chatbot-msg.assistant strong{color:#ff7a33}.chatbot-msg.assistant code{background:#ffffff14;border-radius:4px;padding:1px 5px;font-size:12px}.chatbot-msg.assistant ul,.chatbot-msg.assistant ol{margin:4px 0;padding-left:18px}.chatbot-msg.assistant li{margin-bottom:2px}.chatbot-welcome{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;display:flex}.chatbot-welcome-icon{background:linear-gradient(135deg,#ff4d0026,#ff7a331a);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:4px;display:flex}.chatbot-welcome-icon svg{color:#ff4d00;width:24px;height:24px}.chatbot-welcome h3{color:#f5f5f5;margin:0;font-size:16px;font-weight:600}.chatbot-welcome p{color:#fff6;max-width:260px;margin:0;font-size:13px}.chatbot-typing{background:#ffffff0f;border-radius:14px 14px 14px 4px;align-self:flex-start;gap:4px;padding:12px 16px;display:flex}.chatbot-typing span{background:#ffffff4d;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite chatbot-bounce}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes chatbot-bounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chatbot-input-area{border-top:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.chatbot-input{color:#f5f5f5;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:13.5px;transition:all .2s}.chatbot-input::placeholder{color:#ffffff40}.chatbot-input:focus{background:#ffffff0f;border-color:#ff4d0066}.chatbot-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4d00,#cc3d00);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.chatbot-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 12px #ff4d004d}.chatbot-send-btn:disabled{opacity:.4;cursor:not-allowed}.chatbot-send-btn svg{width:16px;height:16px}@media (max-width:480px){.chatbot-fab{width:52px;height:52px;bottom:20px;right:20px}.chatbot-panel{border-radius:0;width:100%;max-height:100dvh;bottom:0;left:0;right:0}.chatbot-messages{padding:12px 16px}}@media (min-width:481px) and (max-width:640px){.chatbot-panel{width:calc(100vw - 24px);max-height:70vh;bottom:88px;right:12px}}
