#chatbot-button,#chatbot-close-button{position:fixed;bottom:24px;right:24px;background:#00E5FF;color:#0F0F1A;font-size:24px;border:none;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 0 20px rgb(0 229 255 / .3),0 0 40px rgb(0 229 255 / .1);transition:background 0.25s ease,transform 0.25s ease,box-shadow 0.25s ease;z-index:1000}#chatbot-button.hidden,#chatbot-close-button.hidden{display:none}#chatbot-button:hover,#chatbot-close-button:hover{background-color:#33EBFF;transform:scale(1.05);box-shadow:0 0 30px rgb(0 229 255 / .5),0 0 60px rgb(0 229 255 / .2)}#chatbot-widget{position:fixed;bottom:100px;right:24px;width:400px;max-height:520px;background-color:#1A1A2E;box-shadow:0 0 30px rgb(0 229 255 / .15),0 20px 25px -5px rgb(0 0 0 / .3);border-radius:16px;border:1px solid rgb(0 229 255 / .2);display:none;overflow:hidden;z-index:1000;transition:opacity 0.25s ease,transform 0.25s ease}#chatbot-widget.hidden{display:none}#chatbot-widget:not(.hidden){display:flex;flex-direction:column}.chatbot-header{background:linear-gradient(135deg,#0F0F1A 0%,#1A1A2E 100%);color:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgb(0 229 255 / .2)}.chatbot-header-info{display:flex;flex-direction:column;gap:2px}.chatbot-header h3{margin:0;color:#00E5FF;font-size:16px;font-weight:600;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}.chatbot-status{font-size:12px;color:#94A3B8;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}.chatbot-header img{width:44px;height:44px;border-radius:50%;border:2px solid #00E5FF;box-shadow:0 0 10px rgb(0 229 255 / .3);flex-shrink:0}.chatbot-welcome{flex:1;display:flex;flex-direction:column;justify-content:center;padding:24px;background-color:#0F0F1A}.chatbot-welcome-content{display:flex;flex-direction:column;gap:16px}.chatbot-welcome-text{font-size:15px;color:#E0E0E0;line-height:1.5;margin:0}.chatbot-welcome-disclaimer{font-size:13px;color:#94A3B8;line-height:1.5;margin:0;padding:12px;background-color:rgb(0 229 255 / .05);border-radius:8px;border-left:3px solid #00E5FF}.chatbot-privacy-notice{padding-top:8px}.chatbot-consent-label{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#94A3B8;cursor:pointer;line-height:1.4}.chatbot-consent-label input[type="checkbox"]{width:18px;height:18px;margin-top:2px;accent-color:#00E5FF;cursor:pointer;flex-shrink:0}.chatbot-consent-label a{color:#00E5FF;text-decoration:none}.chatbot-consent-label a:hover{text-decoration:underline}.chatbot-start-btn{background:#00E5FF;color:#0F0F1A;border:none;padding:14px 20px;font-size:15px;font-weight:600;border-radius:10px;cursor:pointer;transition:all 0.25s ease;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}.chatbot-start-btn:disabled{background:#334155;color:#64748B;cursor:not-allowed}.chatbot-start-btn:not(:disabled):hover{background:#33EBFF;box-shadow:0 0 20px rgb(0 229 255 / .4)}.chatbot-main{display:flex;flex-direction:column;flex:1;min-height:0}.chatbot-main.hidden{display:none}.chatbot-shortcuts{display:flex;flex-wrap:wrap;gap:8px;padding:12px 15px;background-color:#0F0F1A;border-top:1px solid rgb(0 229 255 / .1)}.chatbot-shortcut{background-color:#1A1A2E;border:1px solid rgb(0 229 255 / .2);color:#E0E0E0;padding:8px 12px;font-size:12px;border-radius:20px;cursor:pointer;transition:all 0.2s ease;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;white-space:nowrap}.chatbot-shortcut:hover{background-color:rgb(0 229 255 / .1);border-color:#00E5FF;color:#00E5FF}.chatbot-shortcuts.hidden{display:none}.chatbot-footer{padding:8px 15px 12px;background-color:#1A1A2E;border-top:1px solid rgb(0 229 255 / .1)}.chatbot-handoff-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff0;border:1px dashed rgb(213 0 249 / .4);color:#D500F9;padding:10px;font-size:13px;border-radius:8px;cursor:pointer;transition:all 0.2s ease;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}.chatbot-handoff-btn:hover{background-color:rgb(213 0 249 / .1);border-color:#D500F9}#chatbot-close{margin-left:auto;cursor:pointer;font-size:22px;font-weight:700;color:#fff}#chatbot-close:hover{color:#ff4d4d}.chatbot-messages{flex:1;padding:15px;overflow-y:auto;background-color:#0F0F1A;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5;max-height:350px;min-height:350px;display:flex;flex-direction:column;gap:10px}.user-message{background:linear-gradient(135deg,#D500F9 0%,#AA00C7 100%);color:#fff;padding:12px 16px;margin:5px 0;max-width:80%;align-self:flex-end;text-align:right;border-radius:16px 16px 4px 16px;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}.bot-message{background-color:#1A1A2E;color:#E0E0E0;padding:12px 16px;margin:5px 0;max-width:80%;align-self:flex-start;text-align:left;border-radius:16px 16px 16px 4px;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;border:1px solid rgb(0 229 255 / .15)}.chatbot-input{display:flex;border-top:1px solid rgb(0 229 255 / .2);background-color:#1A1A2E;padding:10px;box-sizing:border-box}#chatbot-input{flex:1;border:1px solid rgb(0 229 255 / .2);padding:10px;font-size:16px;outline:none;background-color:#0F0F1A;color:#E0E0E0;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;border-radius:8px}#chatbot-input:focus{flex:1;border:none;padding:10px;font-size:16px;outline:none;background-color:#fff;color:#000;font-family:"Roboto",Arial,sans-serif}#chatbot-send{background:#00E5FF;color:#0F0F1A;border:none;padding:10px 16px;margin-left:10px;cursor:pointer;transition:background 0.25s ease,box-shadow 0.25s ease;font-size:16px;border-radius:8px;display:flex;align-items:center;justify-content:center}#chatbot-send:hover{background:#33EBFF;box-shadow:0 0 15px rgb(0 229 255 / .4)}.chatbot-messages::-webkit-scrollbar{width:8px}.chatbot-messages::-webkit-scrollbar-thumb{background:#00E5FF;border-radius:4px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#33EBFF}.typing-indicator{opacity:.8}.typing-dots span{animation:typingDot 1.4s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:0.2s}.typing-dots span:nth-child(3){animation-delay:0.4s}.typing-dots span:nth-child(4){animation-delay:0.6s}@keyframes typingDot{0%,60%,100%{opacity:0}30%{opacity:1}}.error-message{background-color:#ffe6e6!important;border-left:4px solid #f44;color:#cc0000!important}#chatbot-input:focus{outline:none;border-color:#00E5FF;box-shadow:0 0 10px rgb(0 229 255 / .3)}#chatbot-send:focus{outline:2px solid #fff;outline-offset:2px}@media (max-width:768px){#chatbot-button,#chatbot-close-button{bottom:10px;right:10px;width:50px;height:50px;font-size:20px}#chatbot-widget{bottom:70px;right:10px;width:calc(100% - 20px);max-height:70%;border-radius:10px}.chatbot-header{padding:15px}.chatbot-header h3{font-size:16px}.chatbot-header img{width:35px;height:35px}#chatbot-close{font-size:20px}.chatbot-messages{padding:10px;max-height:calc(70% - 100px);min-height:auto;font-size:14px}.user-message,.bot-message{padding:8px;font-size:14px}.chatbot-input{padding:8px}#chatbot-input{padding:8px;font-size:14px}#chatbot-send{padding:8px 15px;font-size:14px}}@media (max-width:480px){#chatbot-button,#chatbot-close-button{width:45px;height:45px;font-size:18px}#chatbot-widget{bottom:60px;right:5px;width:calc(100% - 10px);max-height:60%}.chatbot-header{padding:10px}.chatbot-header h3{font-size:14px}.chatbot-header img{width:30px;height:30px}#chatbot-close{font-size:18px}.chatbot-messages{padding:8px;font-size:12px}.user-message,.bot-message{padding:6px;font-size:12px}.chatbot-input{padding:6px}#chatbot-input{padding:6px;font-size:12px}#chatbot-send{padding:6px 10px;font-size:12px}}