.chatbot-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#1722434d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:99998;opacity:0;visibility:hidden;transition:all .3s ease}.chatbot-backdrop.active{opacity:1;visibility:visible}.chatbot-container{position:fixed;bottom:40px;right:70px;z-index:99999}@media(max-width:767px){.chatbot-container{bottom:20px;right:20px}}.chatbot-toggle-btn{width:70px;height:70px;z-index:2;border-radius:50%;background:#2a29a3;border:none;box-shadow:0 6px 20px #17224340;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:visible}.chatbot-toggle-btn:hover{transform:scale(1.1);box-shadow:0 8px 30px #3e3dd766}.chatbot-toggle-btn:focus{outline:none;box-shadow:0 0 0 3px #3e3dd740}.chatbot-toggle-btn:active{transform:scale(.95)}.chatbot-toggle-btn svg{width:34px;height:34px;fill:#fff;transition:all .3s ease}.chatbot-toggle-btn .chatbot-icon-open,.chatbot-toggle-btn .chatbot-icon-close{position:absolute;transition:all .3s ease}.chatbot-toggle-btn .chatbot-icon-close{opacity:0;transform:rotate(90deg) scale(0)}.chatbot-toggle-btn.active .chatbot-icon-open{opacity:0;transform:rotate(-90deg) scale(0)}.chatbot-toggle-btn.active .chatbot-icon-close{opacity:1;transform:rotate(0) scale(1)}.chatbot-toggle-btn .chatbot-notification-badge{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;background:#e8e845;border-radius:10px;color:#172243;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 8px #17224333;animation:badgePulse 2s ease-in-out infinite}.chatbot-toggle-btn.has-notification{animation:buttonPulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes buttonPulse{0%,to{box-shadow:0 4px 15px #3e3dd74d}50%{box-shadow:0 4px 25px #3e3dd799}}.chatbot-nexie{--nexie-w: 128px;--nexie-h: 156px;--nexie-overshoot: 20px;position:absolute;bottom:36px;right:-30px;width:var(--nexie-w);height:var(--nexie-h);pointer-events:none}.chatbot-nexie-clip{position:absolute;inset:calc(-1 * var(--nexie-overshoot)) 0 0 0;overflow:hidden}.chatbot-nexie-clip img{position:absolute;left:0;width:100%;height:auto;transform:translateY(var(--nexie-h));transition:transform .75s ease-in}.chatbot-nexie-body{z-index:1}.chatbot-nexie-body img{top:var(--nexie-overshoot)}.chatbot-nexie-paws{z-index:3}.chatbot-nexie-paws img{bottom:0;scale:.93}.chatbot-nexie.is-peeking .chatbot-nexie-clip img{transform:translateY(0);transition:transform .95s cubic-bezier(.34,1.4,.64,1)}.chatbot-nexie-bubble{position:absolute;bottom:175px;right:0;width:120px;z-index:4;transform-origin:75% 100%;padding:10px 14px;background:#fff;border-radius:16px;box-shadow:0 5px 25px #17224333;color:#172243;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;line-height:1.35;text-align:center;opacity:0;transform:translateY(6px) scale(.95);transition:opacity .4s ease,transform .4s ease}.chatbot-nexie-bubble strong{color:#2a29a3;font-weight:800;white-space:nowrap}.chatbot-nexie-bubble:after{content:"";position:absolute;top:100%;right:28px;border:8px solid transparent;border-top-color:#fff;border-bottom:0}.chatbot-nexie.is-peeking .chatbot-nexie-bubble{opacity:1;transform:translateY(0) scale(1);transition-delay:.85s;animation:nexieBubbleWobble 3s ease-in-out 1.25s infinite}@keyframes nexieBubbleWobble{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-2px) rotate(-2.5deg)}75%{transform:translateY(-2px) rotate(2.5deg)}}@media(max-width:480px){.chatbot-nexie{--nexie-w: 104px;--nexie-h: 131px;right:-17px}.chatbot-nexie-bubble{bottom:139px;padding:8px 12px;font-size:12px}}@media(prefers-reduced-motion:reduce){.chatbot-nexie{display:none}}.chatbot-widget{position:absolute;bottom:108px;right:0;width:385px;height:613px;background:#f9f7f6;font-family:Plus Jakarta Sans,sans-serif;border:1px solid #495B90;border-radius:16px;box-shadow:0 5px 25px #17224333;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transition:all .3s ease;overflow:hidden}.chatbot-widget.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chatbot-widget.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;max-height:100vh;border-radius:0;z-index:100000}@media(min-width:768px){.chatbot-widget.fullscreen{top:5vh;left:5vw;right:5vw;bottom:5vh;width:90vw;height:90vh;border-radius:16px}}@media(max-width:767px){.chatbot-widget{width:calc(100vw - 40px);height:613px;max-height:calc(100vh - 112px);bottom:108px;right:0;border-radius:16px}.chatbot-widget.fullscreen{width:100%;height:100%;bottom:0}}.chatbot-header{background:#2a29a3;color:#fff;height:70px;flex-shrink:0;padding:8px 16px;gap:12px;display:flex;align-items:center;justify-content:space-between;border-top-left-radius:16px;border-top-right-radius:16px}.chatbot-header .chatbot-header-content{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.chatbot-header .chatbot-header-content .chatbot-avatar{width:35px;height:35px;border-radius:50%;background:#e8e845;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.chatbot-header .chatbot-header-content .chatbot-avatar img{width:100%;height:100%;object-fit:cover}.chatbot-header .chatbot-header-content .chatbot-avatar svg{width:21px;height:19px}.chatbot-header .chatbot-header-content .chatbot-avatar svg path{fill:#172243}.chatbot-header .chatbot-header-content .chatbot-header-text{min-width:0}.chatbot-header .chatbot-header-content .chatbot-header-text .chatbot-title{font-size:16px;font-weight:600;line-height:1.5;margin:0;color:#fff}.chatbot-header .chatbot-header-content .chatbot-header-text .chatbot-status{font-size:12px;font-weight:400;line-height:1.5;color:#d1daf5;margin:0;display:flex;align-items:center;gap:4px}.chatbot-header .chatbot-header-content .chatbot-header-text .chatbot-status .status-dot{width:8px;height:8px;border-radius:50%;background:#e8e845;flex-shrink:0;animation:pulse 2s infinite}.chatbot-header .chatbot-header-actions{display:flex;align-items:center;gap:2px}.chatbot-header .chatbot-fullscreen-btn,.chatbot-header .chatbot-reset-btn,.chatbot-header .chatbot-close-btn{background:transparent;border:none;color:#bcc8eb;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:200px}.chatbot-header .chatbot-fullscreen-btn:hover,.chatbot-header .chatbot-reset-btn:hover,.chatbot-header .chatbot-close-btn:hover{background:#ffffff1f;color:#fff}.chatbot-header .chatbot-fullscreen-btn:focus,.chatbot-header .chatbot-reset-btn:focus,.chatbot-header .chatbot-close-btn:focus{outline:none;box-shadow:0 0 0 2px #ffffff4d}.chatbot-header .chatbot-fullscreen-btn svg,.chatbot-header .chatbot-reset-btn svg,.chatbot-header .chatbot-close-btn svg{width:20px;height:20px;fill:currentColor}.chatbot-header .chatbot-fullscreen-btn svg[stroke],.chatbot-header .chatbot-reset-btn svg[stroke],.chatbot-header .chatbot-close-btn svg[stroke]{fill:none;stroke:currentColor;stroke-width:1.667;stroke-linecap:round;stroke-linejoin:round}.chatbot-header .chatbot-fullscreen-btn svg[stroke] *,.chatbot-header .chatbot-reset-btn svg[stroke] *,.chatbot-header .chatbot-close-btn svg[stroke] *{fill:none;stroke:currentColor}.chatbot-messages{flex:1;overflow-y:auto;padding:32px 20px 8px;background:#f9f7f6;display:flex;flex-direction:column;gap:16px}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#495b9059;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#495b908c}.chatbot-message{display:flex;animation:messageSlideIn .3s ease}.chatbot-message.bot-message{align-items:flex-start;gap:8px;padding-right:56px}.chatbot-message.bot-message .message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.chatbot-message.bot-message .message-avatar img{width:100%;height:100%;object-fit:cover}.chatbot-message.bot-message .message-avatar svg{width:22px;height:22px;fill:#fff}.chatbot-message.bot-message .message-bubble{background:transparent;color:#1e263e;padding:0;border-radius:0 8px 8px;box-shadow:none}.chatbot-message.user-message{padding:0 4px 0 100px}.chatbot-message.user-message .message-bubble{background:#ebe4e0;color:#1e263e;border-radius:8px 8px 0}.chatbot-message .message-content{flex:1;min-width:0}.chatbot-message .message-bubble{font-size:14px;font-weight:400;line-height:1.65;padding:8px 14px;word-wrap:break-word}.chatbot-message .message-bubble p{margin:0}.chatbot-message .message-bubble p:not(:last-child){margin-bottom:8px}.chatbot-message .message-bubble a{color:#3e3dd7;text-decoration:underline}.chatbot-message .message-bubble a:hover{text-decoration:none}.chatbot-message .message-bubble strong{font-weight:600}.chatbot-message .message-bubble em{font-style:italic}.chatbot-message .message-bubble code{background:#17224314;padding:2px 6px;border-radius:3px;font-size:13px}.chatbot-message .message-time{font-size:11px;line-height:1.65;color:#6c6f7a;margin-top:4px;display:block}.chatbot-message .message-status{font-size:11px;line-height:1.65;color:#6c6f7a;margin-top:4px;display:flex;align-items:center;gap:4px}.chatbot-message .message-status.error{color:#d14b04}.chatbot-message .message-status svg{width:12px;height:12px;fill:currentColor}.chatbot-typing{display:flex;gap:8px;align-items:flex-start}.chatbot-typing .message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.chatbot-typing .message-avatar img{width:100%;height:100%;object-fit:cover}.chatbot-typing .message-avatar svg{width:22px;height:22px;fill:#fff}.chatbot-typing .typing-bubble{background:#ebe4e0;border-radius:0 8px 8px;padding:12px 14px;display:flex;align-items:center;gap:4px}.chatbot-typing .typing-bubble .typing-dot{width:8px;height:8px;border-radius:50%;background:#7b8ec7;animation:typingBounce 1.4s infinite ease-in-out}.chatbot-typing .typing-bubble .typing-dot:nth-child(1){animation-delay:0s}.chatbot-typing .typing-bubble .typing-dot:nth-child(2){animation-delay:.2s}.chatbot-typing .typing-bubble .typing-dot:nth-child(3){animation-delay:.4s}.chatbot-welcome{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:32px 0 0;margin-bottom:16px}.chatbot-welcome>img,.chatbot-welcome>svg{width:132px;height:auto;flex-shrink:0}.chatbot-welcome h3{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:700;line-height:1.65;color:#172243;margin:0}.chatbot-welcome p{font-size:14px;font-weight:400;line-height:1.65;color:#1e263e;max-width:309px;margin:0}.chatbot-error{background:#fef2dc;border:1px solid #FAC66B;border-radius:6px;padding:12px;margin:0 20px;font-size:13px;color:#944203;display:flex;align-items:center;gap:8px}.chatbot-error svg{width:16px;height:16px;fill:currentColor;flex-shrink:0}.chatbot-error.error-danger{background:#fdebe2;border-color:#d14b0459;color:#d14b04}.chatbot-notification{border-radius:6px;padding:12px;font-size:13px;display:flex;align-items:center;gap:8px;animation:messageSlideIn .3s ease;transition:opacity .3s ease}.chatbot-notification svg{width:16px;height:16px;fill:currentColor;flex-shrink:0}.chatbot-notification.notification-info{background:#e7ebfe;border:1px solid #ADBBFF;color:#2a29a3}.chatbot-notification.notification-warning{background:#fef2dc;border:1px solid #FAC66B;color:#944203}.chatbot-notification.notification-danger{background:#fdebe2;border:1px solid rgba(209,75,4,.35);color:#d14b04}.chatbot-input{padding:14px 16px;background:#f9f7f6;border-top:1px solid #E1E0E0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;flex-shrink:0}.chatbot-input .input-wrapper{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #E1E0E0;border-radius:32px;padding:8px 8px 8px 16px;box-shadow:0 4px 10px #c8bdb766;transition:border-color .3s ease}.chatbot-input .input-wrapper:focus-within{border-color:#3e3dd7}.chatbot-input .input-wrapper textarea{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.65;flex:1;min-width:0;border:none;background:transparent;color:#1e263e;padding:8px 16px;resize:none;max-height:100px}.chatbot-input .input-wrapper textarea:focus{outline:none}.chatbot-input .input-wrapper textarea:disabled{cursor:not-allowed}.chatbot-input .input-wrapper textarea::placeholder{color:#6c6f7a}.chatbot-input .input-wrapper .chatbot-send-btn{width:44px;height:44px;border-radius:50%;border:none;background:#222f59;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.chatbot-input .input-wrapper .chatbot-send-btn:hover:not(:disabled){background:#172243;transform:scale(1.05)}.chatbot-input .input-wrapper .chatbot-send-btn:focus{outline:none;box-shadow:0 0 0 3px #3e3dd740}.chatbot-input .input-wrapper .chatbot-send-btn:active:not(:disabled){transform:scale(.95)}.chatbot-input .input-wrapper .chatbot-send-btn:disabled{background:#cacbce;cursor:not-allowed}.chatbot-input .input-wrapper .chatbot-send-btn svg{width:25px;height:25px;fill:currentColor}.chatbot-input .input-wrapper .chatbot-send-btn svg[stroke]{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chatbot-input .input-wrapper .chatbot-send-btn svg[stroke] *{fill:none;stroke:currentColor}.chatbot-input .input-hint{font-size:11px;line-height:1.65;color:#6c6f7a;margin-top:8px;display:block}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.chatbot-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
