.ChatBot_chatbotContainer__FhrWh{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ChatBot_chatImageContainer__CggEX{position:fixed;bottom:20px;right:20px;z-index:1000;cursor:pointer;display:inline-block}.ChatBot_botIcon__LS5eg{width:20px;height:20px;fill:white}.ChatBot_chatImage__NfMZJ{width:110px;height:100px;-o-object-fit:contain;object-fit:contain;cursor:pointer;transition:transform .3s ease,filter .3s ease;border-radius:8px}.ChatBot_chatImage__NfMZJ:hover{transform:scale(1.1);filter:brightness(1.1)}.ChatBot_chatImage__NfMZJ:active{transform:scale(.95)}.ChatBot_hoverPopup__mmph1{position:absolute;bottom:50px;right:0;background:rgba(0,0,0,.9);color:white;padding:8px 12px;border-radius:8px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none;z-index:1001}.ChatBot_chatImageContainer__CggEX:hover .ChatBot_hoverPopup__mmph1{opacity:1;visibility:visible;transform:translateY(-5px)}.ChatBot_hoverPopup__mmph1:after{content:"";position:absolute;top:100%;right:20px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(0,0,0,.9)}.ChatBot_feedbackSection__nFnvc{padding:12px 16px;border-top:1px solid rgba(59,130,246,.2);background:rgba(248,250,252,.8);backdrop-filter:blur(10px);text-align:center}.ChatBot_feedbackSection__nFnvc h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#333}.ChatBot_starRating__62Bdq{display:flex;justify-content:center;gap:4px;margin-bottom:12px}.ChatBot_star__eExVy{font-size:24px;cursor:pointer;color:#ddd;transition:all .2s ease}.ChatBot_star__eExVy.ChatBot_active__QLxhu,.ChatBot_star__eExVy:hover{color:#ffd700;transform:scale(1.2)}.ChatBot_submitFeedback__OBUTL{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#1e40af);color:white;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s ease}.ChatBot_submitFeedback__OBUTL:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(30,64,175,.3)}.ChatBot_partyAnimation__LZZMf{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.ChatBot_confetti___c8Vm{position:absolute;width:10px;height:10px;background:#ffd700;animation:ChatBot_fall__uMFYu 3s linear infinite}.ChatBot_confetti___c8Vm:nth-child(odd){background:#ff6b6b}.ChatBot_confetti___c8Vm:nth-child(3n){background:#4ecdc4}.ChatBot_confetti___c8Vm:nth-child(5n){background:#45b7d1}@keyframes ChatBot_fall__uMFYu{0%{transform:translateY(-100vh) rotate(0deg);opacity:1}to{transform:translateY(100vh) rotate(1turn);opacity:0}}.ChatBot_chatButton__vZCk5{background:linear-gradient(135deg,#000000,#3b82f6 50%,#000000);color:white;border:none;border-radius:50px;padding:16px 24px;cursor:pointer;font-size:16px;font-weight:600;box-shadow:0 8px 32px rgba(0,0,0,.3);transition:all .3s ease;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.ChatBot_chatButton__vZCk5:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.4)}.ChatBot_chatButton__vZCk5:active{transform:translateY(0)}.ChatBot_chatWindow__QxEBQ{width:450px;height:550px;background:rgba(255,255,255,.85);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:24px;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.3);animation:ChatBot_slideUp__gKGlh .4s cubic-bezier(.16,1,.3,1);overflow:hidden}@keyframes ChatBot_slideUp__gKGlh{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ChatBot_header__PHKTb{padding:24px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.ChatBot_header__PHKTb h3{margin:0;font-size:20px;font-weight:800;letter-spacing:-.5px;color:white;text-shadow:0 2px 4px rgba(0,0,0,.1)}.ChatBot_header__PHKTb button{background:rgba(255,255,255,.2);border:none;color:white;cursor:pointer;font-size:18px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;backdrop-filter:blur(10px)}.ChatBot_header__PHKTb button:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.ChatBot_messages__9byql{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:rgba(30,64,175,.3) transparent}.ChatBot_messages__9byql::-webkit-scrollbar{width:6px}.ChatBot_messages__9byql::-webkit-scrollbar-track{background:transparent}.ChatBot_messages__9byql::-webkit-scrollbar-thumb{background:rgba(30,64,175,.3);border-radius:3px}.ChatBot_userMessage__dLmP0{align-self:flex-end;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#1e40af);color:white;padding:12px 16px;border-radius:18px 18px 4px 18px;max-width:75%;font-size:14px;line-height:1.4;box-shadow:0 4px 12px rgba(30,64,175,.2);animation:ChatBot_messageSlideIn__aFXFt .3s ease-out}.ChatBot_botMessage__B_jnO{align-self:flex-start;background:#ffffff;color:#1e293b;padding:14px 18px;border-radius:20px 20px 20px 6px;max-width:85%;font-size:14.5px;line-height:1.5;box-shadow:0 4px 15px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);animation:ChatBot_messageSlideIn__aFXFt .4s cubic-bezier(.16,1,.3,1);word-wrap:break-word}@keyframes ChatBot_messageSlideIn__aFXFt{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatBot_inputArea__7Un0b{display:grid;grid-template-areas:"input input" "voice send";grid-template-columns:1fr auto;padding:20px;border-top:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.7);backdrop-filter:blur(10px);gap:12px}.ChatBot_inputArea__7Un0b input{grid-area:input;width:100%;padding:14px 20px;border:2px solid rgba(0,0,0,.05);border-radius:16px;font-size:15px;transition:all .3s ease;background:#ffffff;color:#1e293b}.ChatBot_inputArea__7Un0b input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.ChatBot_voiceButtons__hSWKK{grid-area:voice;display:flex;gap:8px;align-items:center}.ChatBot_sendBtn__o2uik{grid-area:send;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;border:none;border-radius:12px;padding:0 24px;height:48px;cursor:pointer;font-size:15px;font-weight:700;transition:all .3s ease;box-shadow:0 4px 12px rgba(59,130,246,.3)}.ChatBot_sendBtn__o2uik:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.ChatBot_sendBtn__o2uik:active{transform:translateY(0)}.ChatBot_contactForm__r5P9H,.ChatBot_projectForm__Iu1Cq{padding:12px 16px;background:rgba(248,250,252,.9);border-radius:12px;margin:12px 16px;backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.1);max-height:200px;overflow-y:auto}.ChatBot_formGroup__FSEe5{margin-bottom:12px}.ChatBot_formGroup__FSEe5 label{display:block;font-size:12px;font-weight:600;color:#333;margin-bottom:4px}.ChatBot_formGroup__FSEe5 input,.ChatBot_formGroup__FSEe5 select,.ChatBot_formGroup__FSEe5 textarea{width:100%;padding:8px 12px;border:2px solid rgba(59,130,246,.2);border-radius:6px;font-size:14px;transition:all .2s ease;background:rgba(255,255,255,.9);color:#333}.ChatBot_formGroup__FSEe5 input:focus,.ChatBot_formGroup__FSEe5 select:focus,.ChatBot_formGroup__FSEe5 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.ChatBot_formGroup__FSEe5 textarea{resize:vertical;min-height:40px;max-height:80px}.ChatBot_formButtons__MP_bQ{display:flex;gap:8px;margin-top:16px}.ChatBot_cancelBtn__FMN32,.ChatBot_submitBtn__sdSHd{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.ChatBot_submitBtn__sdSHd{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#1e40af);color:white}.ChatBot_submitBtn__sdSHd:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(30,64,175,.3)}.ChatBot_cancelBtn__FMN32{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.ChatBot_cancelBtn__FMN32:hover{background:#e2e8f0}.ChatBot_closeBtn__S_tT6{background:rgba(255,255,255,.1)!important;color:white!important;border-radius:12px!important;width:36px!important;height:36px!important}.ChatBot_debugPanel__9q91r{padding:12px 20px;background:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.05)}.ChatBot_debugHeader__0V4K_{font-size:11px;font-weight:700;text-transform:uppercase;color:#64748b;margin-bottom:6px;letter-spacing:.5px}.ChatBot_debugGrid__chJa6{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;font-size:11px;color:#475569}.ChatBot_micBtn__GpEX6,.ChatBot_speakerBtn__6Cg1I{background:#ffffff;border:2px solid rgba(0,0,0,.05);border-radius:12px;width:48px;height:48px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.ChatBot_micBtn__GpEX6:hover,.ChatBot_speakerBtn__6Cg1I:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#3b82f6}.ChatBot_micBtn__GpEX6.ChatBot_listening__HfnJq{background:#fef2f2;border-color:#ef4444;color:#ef4444;animation:ChatBot_pulse__7Mbry 1s infinite}@keyframes ChatBot_pulse__7Mbry{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.4)}50%{box-shadow:0 0 0 8px rgba(239,68,68,0)}}.ChatBot_speakerBtn__6Cg1I.ChatBot_muted__Ij4kj{background:#fef2f2;border-color:#ef4444;color:#ef4444}@media (max-width:480px){.ChatBot_chatWindow__QxEBQ{width:100vw;height:100vh;bottom:0;right:0;position:fixed;border-radius:0}}