.chatbot-fab{cursor:pointer;z-index:9999;color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb);border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #0ea5e966}.chatbot-fab:hover{transform:scale(1.08);box-shadow:0 12px 32px #0ea5e980}.chatbot-fab.active{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 24px #ef444466}.chatbot-fab.active:hover{box-shadow:0 12px 32px #ef444480}.chatbot-window{z-index:9998;overscroll-behavior:contain;background:#0f172a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;width:360px;height:500px;max-height:min(520px,100dvh - 120px);animation:.28s cubic-bezier(.16,1,.3,1) chatbotSlideUp;display:flex;position:fixed;bottom:88px;right:24px;overflow:hidden;box-shadow:0 20px 60px #0000008c}.chatbot-window.minimized{max-height:none}@keyframes chatbotSlideUp{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.chatbot-header-left{align-items:center;gap:8px;font-size:.875rem;font-weight:600;display:flex}.chatbot-header-actions{gap:4px;display:flex}.chatbot-hdr-btn{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background .2s;display:flex}.chatbot-hdr-btn:hover{background:#ffffff47}.chatbot-body{overscroll-behavior:contain;flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.chatbot-body::-webkit-scrollbar{width:4px}.chatbot-body::-webkit-scrollbar-track{background:0 0}.chatbot-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.chatbot-msg{gap:8px;max-width:88%;display:flex}.chatbot-msg.assistant{align-self:flex-start}.chatbot-msg.user{flex-direction:row-reverse;align-self:flex-end}.chatbot-msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.chatbot-msg.assistant .chatbot-msg-avatar{color:#0ea5e9;background:#0ea5e92e}.chatbot-msg.user .chatbot-msg-avatar{color:#818cf8;background:#6366f12e}.chatbot-msg-bubble{word-break:break-word;border-radius:12px;padding:8px 12px;font-size:.84rem;line-height:1.55}.chatbot-msg.assistant .chatbot-msg-bubble{color:#e2e8f0;background:#ffffff0f;border-top-left-radius:4px}.chatbot-msg.user .chatbot-msg-bubble{color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb);border-top-right-radius:4px}.chatbot-md{flex-direction:column;gap:4px;display:flex}.chatbot-md-p{margin:0;line-height:1.55}.chatbot-md-heading{color:#93c5fd;letter-spacing:.01em;margin:2px 0 0;font-size:.88rem;font-weight:700}.chatbot-md-list{flex-direction:column;gap:4px;margin:4px 0 0 4px;padding-left:16px;list-style:outside;display:flex}.chatbot-md-ol{list-style:decimal}.chatbot-md-list li{line-height:1.55}.chatbot-suggestions{background:#00000026;border-top:1px solid #ffffff0f;flex-wrap:wrap;flex-shrink:0;gap:6px;padding:8px 12px;display:flex}.chatbot-suggestion-chip{color:#93c5fd;cursor:pointer;white-space:nowrap;text-align:left;background:#0ea5e91f;border:1px solid #0ea5e940;border-radius:14px;padding:5px 11px;font-size:.77rem;transition:all .2s}.chatbot-suggestion-chip:hover{color:#fff;background:#0ea5e940;border-color:#0ea5e980}.chatbot-footer{background:#00000038;border-top:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.chatbot-input{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;outline:none;flex:1;padding:8px 12px;font-size:.84rem;transition:border-color .2s}.chatbot-input::placeholder{color:#ffffff52}.chatbot-input:focus{border-color:#0ea5e9}.chatbot-send-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.chatbot-send-btn:hover:not(:disabled){transform:scale(1.08);box-shadow:0 4px 12px #0ea5e966}.chatbot-send-btn:disabled{opacity:.4;cursor:not-allowed}.chatbot-typing{align-items:center;gap:4px;padding:4px 0;display:flex}.chatbot-typing span{background:#fff6;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce}.chatbot-typing span:first-child{animation-delay:0s}.chatbot-typing span:nth-child(2){animation-delay:.16s}.chatbot-typing span:nth-child(3){animation-delay:.32s}@keyframes typingBounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}@media (max-width:768px){.chatbot-window{width:350px;height:430px}}@media (max-width:480px){.chatbot-window{border-radius:20px;width:calc(100vw - 125px);height:calc(100vh - 250px);bottom:64px;left:auto;right:16px}.chatbot-fab{width:42px;height:41px;bottom:16px;right:16px}.chatbot-suggestion-chip{font-size:9.5px}}@media (max-width:376px){.chatbot-window{border-radius:20px;width:calc(100vw - 98px);height:calc(100vh - 243px);bottom:56px;left:auto;right:16px}.chatbot-fab{width:36px;height:37px;bottom:16px;right:16px}}@media (max-width:320px){.chatbot-window{width:calc(100vw - 60px);height:calc(100vh - 262px)}}
