.AIChatBot_aiChatBot__cv0oY{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.AIChatBot_chatBubble__WJZ8w{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(102,126,234,.3);transition:all .3s ease;position:relative}.AIChatBot_chatBubble__WJZ8w:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(102,126,234,.4)}.AIChatBot_chatBubble__WJZ8w.AIChatBot_active__Ej3LE{background:linear-gradient(135deg,#764ba2,#667eea)}.AIChatBot_chatBubble__WJZ8w svg{width:28px;height:28px;color:white}.AIChatBot_notificationDot__dqALR{position:absolute;top:-2px;right:-2px;width:12px;height:12px;background:#ff4757;border-radius:50%;border:2px solid white;animation:AIChatBot_pulse__GGYC2 2s infinite}@keyframes AIChatBot_pulse__GGYC2{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.AIChatBot_chatWindow__Rgk8E{position:absolute;bottom:0;right:80px;width:380px;height:500px;background:white;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1);overflow:hidden;transform:translateY(20px);opacity:0;pointer-events:none;transition:all .3s ease}.AIChatBot_chatWindow__Rgk8E.AIChatBot_open__S_aUB{transform:translateY(0);opacity:1;pointer-events:all}@media (max-width:480px){.AIChatBot_chatWindow__Rgk8E{width:calc(100vw - 40px);height:70vh;bottom:0;right:80px}}@media (min-width:481px) and (max-width:420px){.AIChatBot_chatWindow__Rgk8E{right:80px}}.AIChatBot_chatHeader__8dKaE{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:20px;display:flex;align-items:center;justify-content:space-between}.AIChatBot_headerInfo__pjg8r{display:flex;align-items:center;gap:12px}.AIChatBot_headerInfo__pjg8r .AIChatBot_avatar__qqrHE{width:40px;height:40px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center}.AIChatBot_headerInfo__pjg8r .AIChatBot_avatar__qqrHE svg{width:24px;height:24px}.AIChatBot_headerInfo__pjg8r .AIChatBot_info__rrec4 .AIChatBot_name__fsCey{font-weight:600;font-size:16px;margin-bottom:2px}.AIChatBot_headerInfo__pjg8r .AIChatBot_info__rrec4 .AIChatBot_status__gqHbZ{font-size:12px;opacity:.9;display:flex;align-items:center;gap:4px}.AIChatBot_onlineDot__4zRjU{width:6px;height:6px;background:#2ed573;border-radius:50%}.AIChatBot_onlineDot__4zRjU.AIChatBot_offline__mpbb6{background:#ff4757}.AIChatBot_closeButton__lwFmG{background:none;border:none;color:white;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s}.AIChatBot_closeButton__lwFmG:hover{background:rgba(255,255,255,.1)}.AIChatBot_closeButton__lwFmG svg{width:20px;height:20px}.AIChatBot_chatMessages__NiRYl{height:340px;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background:#f8f9fa}.AIChatBot_chatMessages__NiRYl::-webkit-scrollbar{width:4px}.AIChatBot_chatMessages__NiRYl::-webkit-scrollbar-track{background:transparent}.AIChatBot_chatMessages__NiRYl::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.AIChatBot_message__pd7CC{display:flex;align-items:flex-start;gap:8px}.AIChatBot_message__pd7CC.AIChatBot_own__XaMnN{flex-direction:row-reverse}.AIChatBot_message__pd7CC.AIChatBot_own__XaMnN .AIChatBot_messageBubble__Bvmnr{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-bottom-right-radius:4px}.AIChatBot_message__pd7CC .AIChatBot_avatar__qqrHE{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.AIChatBot_message__pd7CC .AIChatBot_avatar__qqrHE svg{width:18px;height:18px;color:white}.AIChatBot_messageContent__nEE71{max-width:70%}.AIChatBot_messageBubble__Bvmnr{background:white;padding:12px 16px;border-radius:18px;border-bottom-left-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1);word-wrap:break-word;line-height:1.4}.AIChatBot_messageBubble__Bvmnr.AIChatBot_errorMessage__IsMsx{background:#ffe6e6;border-left:3px solid #ff4757;color:#d63031}.AIChatBot_messageBubble__Bvmnr h1{font-size:18px;font-weight:600;margin:8px 0 4px;color:#2d3436}.AIChatBot_messageBubble__Bvmnr h2{font-size:16px;font-weight:600;margin:6px 0 4px;color:#2d3436}.AIChatBot_messageBubble__Bvmnr h3{font-size:14px;font-weight:600;margin:4px 0 2px;color:#2d3436}.AIChatBot_messageBubble__Bvmnr strong{font-weight:600;color:#2d3436}.AIChatBot_messageBubble__Bvmnr em{font-style:italic}.AIChatBot_messageBubble__Bvmnr code{background:#f1f3f4;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:12px;color:#e17055}.AIChatBot_messageBubble__Bvmnr pre{background:#f1f3f4;padding:8px;border-radius:6px;overflow-x:auto;margin:8px 0}.AIChatBot_messageBubble__Bvmnr pre code{background:none;padding:0;color:#2d3436}.AIChatBot_messageBubble__Bvmnr ul{margin:8px 0;padding-left:20px}.AIChatBot_messageBubble__Bvmnr li{margin:2px 0;line-height:1.4}.AIChatBot_messageBubble__Bvmnr blockquote{border-left:3px solid #667eea;padding-left:12px;margin:8px 0;color:#636e72;font-style:italic}.AIChatBot_messageBubble__Bvmnr a{color:#667eea;text-decoration:none}.AIChatBot_messageBubble__Bvmnr a:hover{text-decoration:underline}.AIChatBot_timestamp__f5K76{font-size:11px;color:#999;margin-top:4px;text-align:right}.AIChatBot_typingIndicator__npqr0{display:flex;align-items:center;gap:8px}.AIChatBot_typingIndicator__npqr0 .AIChatBot_avatar__qqrHE{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.AIChatBot_typingIndicator__npqr0 .AIChatBot_avatar__qqrHE svg{width:18px;height:18px;color:white}.AIChatBot_typingBubble__XlbS_{background:white;padding:12px 16px;border-radius:18px;border-bottom-left-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.AIChatBot_dots__xKne2{display:flex;gap:4px}.AIChatBot_dot__Oqrbj{width:6px;height:6px;background:#999;border-radius:50%;animation:AIChatBot_typing__vvz7d 1.4s ease-in-out infinite}.AIChatBot_dot__Oqrbj:first-child{animation-delay:0s}.AIChatBot_dot__Oqrbj:nth-child(2){animation-delay:.2s}.AIChatBot_dot__Oqrbj:nth-child(3){animation-delay:.4s}@keyframes AIChatBot_typing__vvz7d{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}.AIChatBot_chatInput__zqS_Q{padding:20px;background:white;border-top:1px solid #eee}.AIChatBot_inputContainer__pkDgq{display:flex;align-items:flex-end;gap:12px;background:#f8f9fa;border-radius:24px;padding:8px;border:2px solid transparent;transition:border-color .2s}.AIChatBot_inputContainer__pkDgq:focus-within{border-color:#667eea}.AIChatBot_textInput__ukEQb{flex:1;border:none;background:none;outline:none;resize:none;padding:8px 12px;font-size:14px;line-height:1.4;max-height:100px;min-height:20px;font-family:inherit;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.AIChatBot_textInput__ukEQb:focus{white-space:normal}.AIChatBot_textInput__ukEQb::placeholder{color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AIChatBot_sendButton__jiOzB{width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.AIChatBot_sendButton__jiOzB:hover:not(:disabled){transform:scale(1.05)}.AIChatBot_sendButton__jiOzB:disabled{opacity:.5;cursor:not-allowed}.AIChatBot_sendButton__jiOzB svg{width:18px;height:18px}.AIChatBot_welcomeMessage__WX0Qk{text-align:center;padding:40px 20px;color:#666}.AIChatBot_welcomeIcon__r3z8h{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.AIChatBot_welcomeIcon__r3z8h svg{width:32px;height:32px;color:white}.AIChatBot_welcomeMessage__WX0Qk h3{margin:0 0 8px;color:#333;font-size:18px;font-weight:600}.AIChatBot_welcomeMessage__WX0Qk p{margin:0;font-size:14px;line-height:1.4}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}