#dify-chatbot-bubble-window{position:fixed!important;width:380px!important;height:600px!important;bottom:90px!important;right:20px!important;border-radius:14px!important}.chatbot-container{position:fixed;bottom:50px;right:15px;z-index:1000}.chatbot-icon-btn{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.3);box-shadow:0 4px 12px rgba(0,0,0,.3);-webkit-transition:all .3s ease;transition:all .3s ease;padding:0}.chatbot-icon-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 6px 16px rgba(0,0,0,.4);box-shadow:0 6px 16px rgba(0,0,0,.4)}.chatbot-icon-btn:active{-webkit-transform:scale(.95);transform:scale(.95)}.chatbot-icon{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}.chatbot-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:30px;z-index:2000}.chatbot-modal,.chatbot-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.chatbot-modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#000;border-radius:12px;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.3);box-shadow:0 10px 40px rgba(0,0,0,.3);width:90vw;max-width:450px;height:80vh;max-height:700px;overflow:hidden}.chatbot-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:1px solid #e0e0e0}.chatbot-header h4{margin:0;font-size:14px;font-weight:600}.close-btn,.fullscreen-btn{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:0;width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.close-btn:hover,.fullscreen-btn:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.chatbot-content{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.chatbot-iframe{width:100%;height:100%;border:none}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@media (max-width:768px){.chatbot-overlay{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:0}.chatbot-container{bottom:70px;right:15px}.chatbot-icon-btn{width:56px;height:56px}.chatbot-icon{width:46px;height:46px}.chatbot-modal{width:95vw;max-width:none;height:85vh;max-height:none}.chatbot-header h4{font-size:14px}}@media (max-width:480px){.chatbot-container{bottom:70px;right:15px}.chatbot-icon-btn{width:52px;height:52px}.chatbot-icon{width:42px;height:42px}.chatbot-modal{width:98vw;height:90vh;border-radius:8px}.chatbot-header{padding:10px}.chatbot-header h4{font-size:12px}.close-btn,.fullscreen-btn{font-size:16px}}@media (max-height:600px) and (orientation:landscape){.chatbot-modal{height:95vh}}#app{font-family:Roboto,sans-serif!important;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center}#dify-chatbot-bubble-button{display:none!important}.v-btn{text-transform:none!important}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:9999}.loader{border:8px solid #f3f3f3;border-top:8px solid #42b983;border-radius:50%;width:60px;height:60px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}html{scroll-behavior:smooth}