.scroll-to-top{z-index:9999;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:fixed;bottom:100px;right:23px;transform:translateY(20px)}.scroll-to-top.visible{transform:translateY(0);opacity:1!important;visibility:visible!important;display:block!important}.scroll-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0fb9b1 0%,#3e7b78 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0fb9b166}.scroll-btn:before{content:"";background:linear-gradient(120deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.scroll-btn:hover:before{left:100%}.scroll-btn:hover{background:linear-gradient(135deg,#3e7b78 0%,#0fb9b1 100%);transform:scale(1.1)translateY(-5px);box-shadow:0 15px 40px #0fb9b199}.arrow-icon{font-size:22px;transition:transform .3s}.scroll-btn:hover .arrow-icon{transform:translateY(-2px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.scroll-to-top{display:block!important;bottom:90px!important;right:30px!important}.scroll-btn{width:50px;height:50px;bottom:33px;right:2px}.arrow-icon{font-size:18px}}
.custom-chatbot-root{z-index:9999;font-family:Inter,sans-serif;position:fixed;bottom:15px;right:23px}.chatbot-trigger-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0fb9b1 0%,#0d9488 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;position:relative;box-shadow:0 8px 24px #0fb9b166}.chatbot-trigger-btn:hover{transform:scale(1.1);box-shadow:0 12px 30px #0fb9b199}.chatbot-trigger-btn:active{transform:scale(.95)}.trigger-icon{z-index:2;position:relative}.pulse-glow{z-index:1;background:#0fb9b166;border-radius:50%;animation:2s ease-out infinite pulseOuter;position:absolute;inset:0}@keyframes pulseOuter{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.chatbot-window{transform-origin:100% 100%;background:#fff;border:1px solid #0fb9b11f;border-radius:24px;flex-direction:column;width:380px;height:520px;animation:.35s cubic-bezier(.16,1,.3,1) forwards slideUpFade;display:flex;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 15px 50px #0fb9b126,0 5px 15px #0000000f}@keyframes slideUpFade{0%{opacity:0;transform:scale(.8)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#0f766e 0%,#0d9488 100%);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px;display:flex}.header-info{align-items:center;gap:12px;display:flex}.status-dot-wrapper{width:10px;height:10px;position:relative}.status-dot{background:#4ade80;border-radius:50%;width:10px;height:10px;animation:2s infinite pulseDot;display:block;box-shadow:0 0 8px #4ade80}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.header-info h3{letter-spacing:-.01em;margin:0;font-size:15px;font-weight:700}.status-text{color:#ffffffbf;margin-top:1px;font-size:11px;font-weight:400;display:block}.chatbot-close-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .2s;display:flex}.chatbot-close-btn:hover{background:#ffffff40;transform:rotate(90deg)}.chatbot-body{scroll-behavior:smooth;background:#f8fafc;flex:1;padding:20px;overflow-y:auto}.messages-container{flex-direction:column;gap:14px;display:flex}.chat-bubble-wrapper{width:100%;display:flex}.user-wrapper{justify-content:flex-end}.bot-wrapper{justify-content:flex-start}.chat-bubble{white-space:pre-wrap;word-break:break-word;border-radius:18px;max-width:85%;padding:12px 16px;font-size:14px;line-height:1.6;box-shadow:0 2px 4px #00000005}.user-bubble{color:#fff;background:#0d9488;border-bottom-right-radius:4px;font-weight:400}.bot-bubble{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;font-weight:400}.formatted-bot-response{flex-direction:column;display:flex}.chatbot-p{margin:0 0 12px}.chatbot-p:last-child{margin-bottom:0}.chatbot-ol,.chatbot-ul{margin:8px 0 12px;padding-left:20px}.chatbot-ol:last-child,.chatbot-ul:last-child{margin-bottom:0}.chatbot-li{margin-bottom:8px;line-height:1.5}.chatbot-li:last-child{margin-bottom:0}.chatbot-li strong,.chatbot-p strong{color:#0f766e;font-weight:700}.chatbot-link{color:#0d9488;border-bottom:1px dashed #0d948866;font-weight:500;text-decoration:none;transition:all .2s}.chatbot-link:hover{color:#0f766e;border-bottom-style:solid;border-bottom-color:#0f766e}.loading-bubble{align-items:center;gap:4px;padding:12px 20px;display:flex}.loading-bubble .dot{background:#0d9488;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typingDot}.loading-bubble .dot:first-child{animation-delay:-.32s}.loading-bubble .dot:nth-child(2){animation-delay:-.16s}@keyframes typingDot{0%,80%,to{opacity:.3;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chatbot-suggestions{background:#f8fafc;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:6px;padding:10px 16px;display:flex}.suggestion-chip{color:#0f766e;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #0d948833;border-radius:50px;padding:6px 12px;font-size:11.5px;font-weight:500;transition:all .2s}.suggestion-chip:hover{color:#fff;background:#0d9488;border-color:#0d9488;transform:translateY(-1px)}.suggestion-chip:disabled{opacity:.5;cursor:not-allowed}.chatbot-footer{background:#fff;border-top:1px solid #f1f5f9;align-items:center;gap:2px;padding:11px 3px;display:flex}.chatbot-footer input{color:#1e293b;background:#f1f5f9;border:1px solid #0000;border-radius:50px;outline:none;flex:1;padding:10px 18px;font-size:14px;transition:all .2s}.chatbot-footer input:focus{background:#fff;border-color:#0d9488;box-shadow:0 0 0 3px #0d948814}.send-btn{color:#fff;cursor:pointer;background:#0d9488;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,transform .2s;display:flex}.send-btn:hover{background:#0f766e;transform:scale(1.05)}.send-btn:disabled{color:#94a3b8;cursor:not-allowed;background:#cbd5e1;transform:none}@media (max-width:768px){.chatbot-window{width:348px;height:451px}.chatbot-trigger-btn{width:52px;height:52px}}@media (max-width:480px){.chatbot-trigger-btn{width:50px;height:50px;font-size:20px}.chatbot-window{border-radius:20px;width:calc(100vw - 125px);height:calc(100vh - 250px);bottom:0;right:-25px}.chatbot-suggestions{padding:0 15px}.suggestion-chip{font-size:9.5px}}@media (max-width:380px){.chatbot-window{width:calc(100vw - 117px);height:calc(100vh - 213px)}.suggestion-chip{font-size:8.5px}.chatbot-header{padding:10px}.chatbot-p{margin:0 0 12px;font-size:12px}.header-info h3{font-size:13px}.status-text{font-size:10px}}@media (max-width:320px){.chatbot-header{padding:10px}.chatbot-window{width:calc(100vw - 60px);height:calc(100vh - 262px)}.suggestion-chip{font-size:8.5px}.chatbot-p{margin:0 0 12px;font-size:11px}.header-info h3{font-size:12px}.status-text{font-size:9px}}
