@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");:root{--accent-color:#e6a165;--text-primary:#000;--text-secondary:#666;--bg-white:#fff;--bg-transparent:hsla(0,0%,100%,0)}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:300;color:var(--text-primary);background-color:var(--bg-white)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}.glass-button{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);color:var(--bg-white);padding:12px 24px;border-radius:8px;font-weight:400;font-size:14px;transition:all .3s ease}.glass-button:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3);transform:translateY(-1px)}.glass-button:active{transform:translateY(0)}.ChatWidget_chatWidget__BX8S4{position:fixed;bottom:24px;right:24px;z-index:999;font-family:Poppins,sans-serif}.ChatWidget_chatToggleButton__QecrM{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#e6a165,#d4904f);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px hsla(28,72%,65%,.3);transition:all .3s ease;position:relative}.ChatWidget_chatToggleButton__QecrM:hover{transform:scale(1.1);box-shadow:0 6px 30px hsla(28,72%,65%,.4)}.ChatWidget_chatToggleButton__QecrM:active{transform:scale(.95)}.ChatWidget_chatBadge__77fYS{position:absolute;top:-4px;right:-4px;background:#f44;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border:2px solid #fff}.ChatWidget_chatWindow__k39Ro{position:absolute;bottom:80px;right:0;width:380px;height:750px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;animation:ChatWidget_slideUp__f0Wtt .3s ease}@keyframes ChatWidget_slideUp__f0Wtt{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatWidget_chatHeader__LmGRf{background:#fff;padding:20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e0e0}.ChatWidget_chatHeaderContent__P2rch{display:flex;align-items:center;gap:12px}.ChatWidget_chatHeaderAvatar__kvgD9{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center;border:2px solid #e0e0e0;flex-shrink:0}.ChatWidget_agentPhoto__X__4P{width:100%;height:100%;object-fit:cover;border-radius:50%}.ChatWidget_chatHeaderInfo__QeV_a{display:flex;flex-direction:column;gap:4px}.ChatWidget_chatHeaderTitle__B05X0{font-size:16px;font-weight:700;margin:0;color:#000;font-family:Poppins,sans-serif}.ChatWidget_chatHeaderStatus__eRF_n{font-size:12px;margin:0;color:#666;display:flex;align-items:center;gap:6px;font-weight:500}.ChatWidget_chatHeaderStatus__eRF_n:before{content:"";width:8px;height:8px;border-radius:50%;background:#4ade80;display:inline-block}.ChatWidget_chatCloseButton__kvjI4{background:transparent;border:none;color:#666;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.ChatWidget_chatCloseButton__kvjI4:hover{background:#f0f0f0;color:#000}.ChatWidget_chatMessages__c5sDj{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background:#fff}.ChatWidget_chatMessages__c5sDj::-webkit-scrollbar{width:6px}.ChatWidget_chatMessages__c5sDj::-webkit-scrollbar-track{background:transparent}.ChatWidget_chatMessages__c5sDj::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.ChatWidget_chatMessages__c5sDj::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.ChatWidget_message__E4iB5{display:flex;flex-direction:column;max-width:80%;animation:ChatWidget_fadeIn__xPyeB .3s ease}.ChatWidget_messageSender__73Z9l{font-size:11px;color:#666;font-weight:400;margin-bottom:4px;font-family:Poppins,sans-serif}@keyframes ChatWidget_fadeIn__xPyeB{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatWidget_message__E4iB5.ChatWidget_user__1IBJr{align-self:flex-end}.ChatWidget_message__E4iB5.ChatWidget_bot__hdK8h{align-self:flex-start}.ChatWidget_messageContent__R_hh4{padding:12px 16px;border-radius:16px;position:relative}.ChatWidget_message__E4iB5.ChatWidget_user__1IBJr .ChatWidget_messageContent__R_hh4{background:linear-gradient(135deg,#e6a165,#d4904f);color:#fff;border-bottom-right-radius:4px}.ChatWidget_message__E4iB5.ChatWidget_bot__hdK8h .ChatWidget_messageContent__R_hh4{background:#fff;color:#000;border-bottom-left-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.ChatWidget_messageText__Q_M40{margin:0 0 4px;font-size:14px;line-height:1.5;word-wrap:break-word;font-weight:500;font-family:Poppins,sans-serif}.ChatWidget_messageTime__pF_Ou{font-size:11px;opacity:.7;display:block;margin-top:4px;font-weight:500}.ChatWidget_chatInputForm__0Fou3{display:flex;align-items:center;gap:8px;padding:16px;background:#fff;border-top:1px solid #e0e0e0}.ChatWidget_chatInput__hWUzJ{flex:1 1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;outline:none;transition:border-color .3s ease}.ChatWidget_chatInput__hWUzJ:focus{border-color:#e6a165}.ChatWidget_chatSendButton__IF4Pk{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#e6a165,#d4904f);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.ChatWidget_chatSendButton__IF4Pk:hover{transform:scale(1.1);box-shadow:0 4px 12px hsla(28,72%,65%,.4)}.ChatWidget_chatSendButton__IF4Pk:active{transform:scale(.95)}.ChatWidget_chatSendButton__IF4Pk:disabled{opacity:.5;cursor:not-allowed}.ChatWidget_contactFormInChat__SXfsA{display:flex;flex-direction:column;width:100%;align-self:flex-start;margin-top:8px;animation:ChatWidget_fadeIn__xPyeB .3s ease}.ChatWidget_contactFormContent__DRhhC{display:flex;flex-direction:column;gap:10px;padding:12px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.ChatWidget_contactFormInput__N3sLN{width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;outline:none;transition:border-color .2s ease;box-sizing:border-box;background:#fff}.ChatWidget_contactFormInput__N3sLN:focus{border-color:#b0b0b0}.ChatWidget_contactFormButton__cL05J{padding:10px 16px;background:#e6a165;color:#fff;border:none;border-radius:8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease;margin-top:4px}.ChatWidget_contactFormButton__cL05J:hover{background:#d4904f}.ChatWidget_contactFormButton__cL05J:active{background:#c0803f}@media (max-width:768px){.ChatWidget_chatWidget__BX8S4{bottom:20px;right:20px}.ChatWidget_chatToggleButton__QecrM{width:50px;height:50px}.ChatWidget_chatWindow__k39Ro{width:calc(100vw - 40px);max-width:340px;height:calc(100vh - 140px);max-height:600px;bottom:70px;right:0}.ChatWidget_chatHeader__LmGRf{padding:16px}.ChatWidget_chatHeaderAvatar__kvgD9{width:40px;height:40px}.ChatWidget_chatHeaderTitle__B05X0{font-size:14px}.ChatWidget_chatHeaderStatus__eRF_n{font-size:11px}.ChatWidget_chatMessages__c5sDj{padding:16px;gap:12px}.ChatWidget_message__E4iB5{max-width:85%}.ChatWidget_messageText__Q_M40{font-size:13px}.ChatWidget_messageTime__pF_Ou{font-size:10px}.ChatWidget_chatInputForm__0Fou3{padding:12px}.ChatWidget_chatInput__hWUzJ{padding:10px 14px;font-size:13px}.ChatWidget_chatSendButton__IF4Pk{width:40px;height:40px}}@media (max-width:480px){.ChatWidget_chatWidget__BX8S4{bottom:16px;right:16px}.ChatWidget_chatToggleButton__QecrM{width:48px;height:48px}.ChatWidget_chatWindow__k39Ro{width:calc(100vw - 32px);max-width:100%;height:calc(100vh - 120px);max-height:550px;bottom:64px;right:0}.ChatWidget_chatHeader__LmGRf{padding:14px}.ChatWidget_chatHeaderAvatar__kvgD9{width:36px;height:36px}.ChatWidget_chatHeaderTitle__B05X0{font-size:13px}.ChatWidget_chatHeaderStatus__eRF_n{font-size:10px}.ChatWidget_chatMessages__c5sDj{padding:12px;gap:10px}.ChatWidget_message__E4iB5{max-width:90%}.ChatWidget_messageText__Q_M40{font-size:12px}.ChatWidget_messageTime__pF_Ou{font-size:9px}.ChatWidget_chatInputForm__0Fou3{padding:10px}.ChatWidget_chatInput__hWUzJ{padding:9px 12px;font-size:12px}.ChatWidget_chatSendButton__IF4Pk{width:36px;height:36px}.ChatWidget_contactFormContent__DRhhC{padding:10px;gap:8px}.ChatWidget_contactFormInput__N3sLN{padding:8px 10px;font-size:12px}.ChatWidget_contactFormButton__cL05J{padding:8px 14px;font-size:12px}}