.ChatWidget-module__KOtLsq__widgetContainer{bottom:max(2rem, calc(var(--app-safe-bottom) + .75rem));right:max(2rem, calc(var(--app-safe-right) + .75rem));z-index:10000;flex-direction:column;align-items:flex-end;display:flex;position:fixed}@media (max-width:768px){.ChatWidget-module__KOtLsq__widgetContainer{bottom:calc(78px + env(safe-area-inset-bottom,0px));right:max(1rem, calc(var(--app-safe-right) + .5rem));z-index:10000;will-change:transform, opacity;transition:transform .28s cubic-bezier(.16,1,.3,1),opacity .25s}body.mobile-chrome-hidden .ChatWidget-module__KOtLsq__widgetContainer{opacity:.5;transform:translate(42px)}}.ChatWidget-module__KOtLsq__embeddedContainer{flex:1;width:100%;height:100%;min-height:0;display:flex}.ChatWidget-module__KOtLsq__chatButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#9b59b6,#8e44ad);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,background-color .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 10px 30px #9b59b64d}.ChatWidget-module__KOtLsq__chatButton:hover{transform:scale(1.1)rotate(5deg);box-shadow:0 15px 40px #9b59b666}.ChatWidget-module__KOtLsq__chatButton.ChatWidget-module__KOtLsq__openState{background:#ffffff1a;border:1px solid #fff3;transform:rotate(90deg)}.ChatWidget-module__KOtLsq__chatIcon{color:#fff;width:24px;height:24px}.ChatWidget-module__KOtLsq__chatWindow{width:350px;height:500px;max-height:calc(100vh - 4rem);max-height:calc(100dvh - var(--app-safe-top) - var(--app-safe-bottom) - 2rem);transform-origin:100% 100%;opacity:0;pointer-events:none;background:#0f0a19fb;border:1px solid #d4a8434d;border-radius:16px;flex-direction:column;transition:transform .4s cubic-bezier(.19,1,.22,1),opacity .3s;display:flex;position:absolute;bottom:calc(60px + 1rem);right:0;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 15px 40px #00000080,0 0 20px #d4a8431a}.ChatWidget-module__KOtLsq__chatWindow.ChatWidget-module__KOtLsq__open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ChatWidget-module__KOtLsq__chatWindow.ChatWidget-module__KOtLsq__embedded{width:100%;height:100%;max-height:none;box-shadow:none;transform-origin:50%;opacity:1;pointer-events:auto;background:#0a061157;border:0;border-radius:0;transition:none;position:relative;bottom:auto;right:auto;transform:none}.ChatWidget-module__KOtLsq__embedded .ChatWidget-module__KOtLsq__header{background:radial-gradient(circle at 90% 0,#d4a84321,#0000 9rem),#ffffff06;padding:.75rem .85rem}.ChatWidget-module__KOtLsq__embedded .ChatWidget-module__KOtLsq__messagesContainer{padding:.9rem}.ChatWidget-module__KOtLsq__embedded .ChatWidget-module__KOtLsq__suggestionsPanel{padding:.75rem .85rem}.ChatWidget-module__KOtLsq__embedded .ChatWidget-module__KOtLsq__inputArea{padding:.75rem}.ChatWidget-module__KOtLsq__header{background:linear-gradient(135deg,#d4a84326,#9b59b626);border-bottom:1px solid #d4a84333;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.ChatWidget-module__KOtLsq__headerInfo{align-items:center;gap:.8rem;display:flex}.ChatWidget-module__KOtLsq__avatar{border:1px solid #d4a843;border-radius:50%;width:40px;height:40px;overflow:hidden;box-shadow:0 0 10px #d4a8434d}.ChatWidget-module__KOtLsq__avatar img{object-fit:cover;width:100%;height:100%}.ChatWidget-module__KOtLsq__title{font-family:var(--font-lora), serif;color:#f5d77a;margin:0;font-size:1rem;font-weight:600}.ChatWidget-module__KOtLsq__subtitle{font-family:var(--font-lora), serif;color:#e8d5f5b3;margin:.2rem 0 0;font-size:.7rem}.ChatWidget-module__KOtLsq__closeBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:1.5rem;transition:color .2s;display:flex}.ChatWidget-module__KOtLsq__closeBtn:hover{color:#fff}.ChatWidget-module__KOtLsq__conversationBody{overscroll-behavior:contain;scrollbar-color:#d4a8434d transparent;scrollbar-width:thin;flex:1;min-height:0;overflow-y:auto}.ChatWidget-module__KOtLsq__messagesContainer{flex-direction:column;gap:1rem;padding:1.2rem;display:flex}.ChatWidget-module__KOtLsq__conversationBody::-webkit-scrollbar{width:4px}.ChatWidget-module__KOtLsq__conversationBody::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__KOtLsq__conversationBody::-webkit-scrollbar-thumb{background:#d4a8434d;border-radius:4px}.ChatWidget-module__KOtLsq__messageWrapper{width:100%;display:flex}.ChatWidget-module__KOtLsq__userMsg{justify-content:flex-end}.ChatWidget-module__KOtLsq__botMsg{justify-content:flex-start}.ChatWidget-module__KOtLsq__messageBubble{max-width:80%;font-family:var(--font-lora), serif;white-space:pre-wrap;border-radius:12px;padding:.7rem 1rem;font-size:.85rem;line-height:1.4}.ChatWidget-module__KOtLsq__userMsg .ChatWidget-module__KOtLsq__messageBubble{color:#000;background:linear-gradient(135deg,#d4a843,#b8860b);border-bottom-right-radius:2px}.ChatWidget-module__KOtLsq__botMsg .ChatWidget-module__KOtLsq__messageBubble{color:#e8d5f5;background:#ffffff14;border:1px solid #ffffff0d;border-bottom-left-radius:2px}.ChatWidget-module__KOtLsq__inputArea{background:#0003;border-top:1px solid #ffffff0d;align-items:flex-end;gap:.5rem;padding:1rem;display:flex}.ChatWidget-module__KOtLsq__input{resize:none;color:#fff;width:100%;min-width:0;min-height:44px;max-height:120px;font-family:var(--font-lora), serif;overflow-wrap:anywhere;scrollbar-color:#d4a8436b transparent;scrollbar-width:thin;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;outline:none;flex:1;padding:.6rem 1rem;font-size:.85rem;line-height:1.45;transition:border-color .3s;overflow-y:hidden}.ChatWidget-module__KOtLsq__input:focus{background:#ffffff1a;border-color:#d4a84380}.ChatWidget-module__KOtLsq__input::placeholder{color:#ffffff4d}.ChatWidget-module__KOtLsq__input::-webkit-scrollbar{width:4px}.ChatWidget-module__KOtLsq__input::-webkit-scrollbar-thumb{background:#d4a8436b;border-radius:999px}.ChatWidget-module__KOtLsq__sendBtn{color:#fff;cursor:pointer;background:#9b59b6;border:none;border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.ChatWidget-module__KOtLsq__sendBtn:hover:not(:disabled){color:#000;background:#d4a843;transform:scale(1.05)}.ChatWidget-module__KOtLsq__sendBtn:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff1a}@media (max-width:480px){.ChatWidget-module__KOtLsq__widgetContainer{bottom:calc(78px + env(safe-area-inset-bottom,0px));right:max(.85rem, calc(var(--app-safe-right) + .5rem));z-index:10000}.ChatWidget-module__KOtLsq__chatWindow{width:min(350px, calc(100vw - var(--app-safe-left) - var(--app-safe-right) - 2rem));height:min(400px, calc(100dvh - var(--app-safe-top) - var(--app-safe-bottom) - 6rem));max-height:calc(100dvh - var(--app-safe-top) - var(--app-safe-bottom) - 6rem)}}.ChatWidget-module__KOtLsq__pulsingButton{animation:.9s ease-in-out 3 ChatWidget-module__KOtLsq__incomingCallAlert}.ChatWidget-module__KOtLsq__pulsingButton:after{content:"";opacity:0;pointer-events:none;border:2px solid #d4a8439e;border-radius:50%;animation:.9s ease-out 3 ChatWidget-module__KOtLsq__chatAttentionRing;position:absolute;inset:-7px}@keyframes ChatWidget-module__KOtLsq__incomingCallAlert{0%{transform:scale(1)}15%{transform:scale(1.06)rotate(-4deg)}30%{transform:scale(1.06)rotate(4deg)}45%{transform:scale(1.06)rotate(-3deg)}60%{transform:scale(1.06)rotate(3deg)}75%{transform:scale(1.03)rotate(0)}to{transform:scale(1)rotate(0)}}@keyframes ChatWidget-module__KOtLsq__chatAttentionRing{0%{opacity:.7;transform:scale(.82)}to{opacity:0;transform:scale(1.35)}}.ChatWidget-module__KOtLsq__welcomeTooltip{width:min(250px, calc(100vw - var(--app-safe-left) - var(--app-safe-right) - 2rem));color:#e8d5f5;font-family:var(--font-lora), serif;z-index:1002;text-align:left;cursor:pointer;pointer-events:auto;background:#120920;border:1px solid #9b59b673;border-radius:14px 14px 2px;padding:.8rem 1.1rem;font-size:.85rem;line-height:1.45;animation:.6s cubic-bezier(.19,1,.22,1) forwards ChatWidget-module__KOtLsq__slideUpFade;position:absolute;bottom:78px;right:0;box-shadow:0 12px 30px #000000a6,0 0 15px #9b59b626}@keyframes ChatWidget-module__KOtLsq__slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__KOtLsq__tooltipArrow{border-top:7px solid #9b59b673;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;bottom:-7px;right:15px}.ChatWidget-module__KOtLsq__suggestionsPanel{background:#08040f66;border-top:1px solid #ffffff0d;flex-direction:column;gap:.5rem;padding:.9rem 1.2rem;display:flex}.ChatWidget-module__KOtLsq__suggestionTitle{color:#f5d77a;font-size:.75rem;font-weight:600;font-family:var(--font-lora), serif;margin-bottom:.2rem}.ChatWidget-module__KOtLsq__suggestionItem{color:#e8d5f5;cursor:pointer;text-align:left;width:100%;min-height:44px;font-size:.75rem;font-family:var(--font-lora), serif;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;padding:.55rem .8rem;line-height:1.35;transition:all .25s}.ChatWidget-module__KOtLsq__suggestionItem:hover{color:#fff;background:#9b59b61f;border-color:#d4a84359;transform:translate(4px)}@media (max-width:480px){.ChatWidget-module__KOtLsq__conversationBody{-webkit-overflow-scrolling:touch}.ChatWidget-module__KOtLsq__messagesContainer{padding:.85rem 1rem}.ChatWidget-module__KOtLsq__suggestionsPanel{padding:.75rem 1rem .9rem}.ChatWidget-module__KOtLsq__suggestionItem{padding:.5rem .7rem}}@media (prefers-reduced-motion:reduce){.ChatWidget-module__KOtLsq__chatButton,.ChatWidget-module__KOtLsq__chatWindow,.ChatWidget-module__KOtLsq__sendBtn,.ChatWidget-module__KOtLsq__suggestionItem{transition:none}.ChatWidget-module__KOtLsq__pulsingButton,.ChatWidget-module__KOtLsq__pulsingButton:after,.ChatWidget-module__KOtLsq__welcomeTooltip{animation:none}}
