*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-primary);background:var(--color-background);letter-spacing:0;-webkit-font-smoothing:antialiased}::placeholder{color:var(--color-muted)}::selection{color:var(--color-primary);background:#bfdbfe}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{font-family:var(--font-sans);touch-action:manipulation}.uk-scroll::-webkit-scrollbar{width:10px}.uk-scroll::-webkit-scrollbar-thumb{background:var(--color-tertiary);background-clip:content-box;border:3px solid #0000;border-radius:9999px}@keyframes eqbar{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@keyframes uk-skeleton-shimmer{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:var(--color-border);--highlight-color:var(--color-surface)}.react-loading-skeleton:after{animation-name:uk-skeleton-shimmer;animation-duration:var(--animation-duration,1.4s);animation-timing-function:ease-in-out;animation-iteration-count:infinite}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.ChatWidget-module__52vinG__launcher{right:20px;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:1000;width:58px;height:58px;color:var(--color-primary);cursor:pointer;background:#f4e7d7;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:transform .15s,background .15s,box-shadow .15s;display:flex;position:fixed;box-shadow:0 10px 24px #1e293b29}.ChatWidget-module__52vinG__launcher:hover{background:#f4e7d7;transform:scale(1.05);box-shadow:0 12px 28px #1e293b33}.ChatWidget-module__52vinG__launcher:active{transform:scale(.94)}.ChatWidget-module__52vinG__launcherAboveSurveyFooter{bottom:calc(112px + env(safe-area-inset-bottom,0px))}.ChatWidget-module__52vinG__launcherIcon{border:2px solid;border-radius:9px;width:25px;height:19px;position:relative}.ChatWidget-module__52vinG__launcherIcon:after{content:"";background:#f4e7d7;border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;transition:background .15s;position:absolute;bottom:-6px;right:4px;transform:rotate(45deg)}.ChatWidget-module__52vinG__launcher:hover .ChatWidget-module__52vinG__launcherIcon:after{background:#f4e7d7}.ChatWidget-module__52vinG__launcherOpen .ChatWidget-module__52vinG__launcherIcon{border:0;border-radius:0;width:24px;height:24px}.ChatWidget-module__52vinG__launcherOpen .ChatWidget-module__52vinG__launcherIcon:before,.ChatWidget-module__52vinG__launcherOpen .ChatWidget-module__52vinG__launcherIcon:after{content:"";background:currentColor;border:0;width:2px;height:20px;position:absolute;top:2px;left:11px}.ChatWidget-module__52vinG__launcherOpen .ChatWidget-module__52vinG__launcherIcon:before{transform:rotate(45deg)}.ChatWidget-module__52vinG__launcherOpen .ChatWidget-module__52vinG__launcherIcon:after{transform:rotate(-45deg)}@media (max-width:640px){.ChatWidget-module__52vinG__launcher{right:16px;bottom:calc(20px + env(safe-area-inset-bottom,0px));width:54px;height:54px}.ChatWidget-module__52vinG__launcherAboveSurveyFooter{bottom:calc(112px + env(safe-area-inset-bottom,0px))}}.ChatWidget-module__52vinG__panel{right:20px;bottom:calc(92px + env(safe-area-inset-bottom,0px));z-index:1000;background:var(--color-surface);border:1px solid var(--color-border);opacity:0;pointer-events:none;border-radius:16px;flex-direction:column;width:min(360px,100vw - 40px);height:min(520px,100vh - 150px);transition:opacity .18s,transform .18s;display:flex;position:fixed;overflow:hidden;transform:translateY(12px)scale(.98);box-shadow:0 18px 42px #1017142e}.ChatWidget-module__52vinG__panelAboveSurveyFooter{bottom:calc(184px + env(safe-area-inset-bottom,0px));height:min(520px,100vh - 242px)}.ChatWidget-module__52vinG__panelOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ChatWidget-module__52vinG__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:700;display:flex}.ChatWidget-module__52vinG__closeBtn{cursor:pointer;color:var(--color-muted);background:0 0;border:none;font-size:16px}.ChatWidget-module__52vinG__progress{border-bottom:1px solid var(--color-border);padding:10px 16px}.ChatWidget-module__52vinG__progressLabel{color:var(--color-secondary);font-size:12px;font-weight:600}.ChatWidget-module__52vinG__progressTrack{background:var(--color-tertiary);border-radius:9999px;height:4px;margin-top:6px;overflow:hidden}.ChatWidget-module__52vinG__progressFill{background:var(--color-accent);height:100%;transition:width .2s}.ChatWidget-module__52vinG__messages{flex-direction:column;flex:1;gap:8px;padding:12px 14px;display:flex;overflow-y:auto}.ChatWidget-module__52vinG__bubble{white-space:pre-wrap;border-radius:12px;max-width:85%;padding:8px 12px;font-size:13px;line-height:1.5;animation:.2s ChatWidget-module__52vinG__bubbleIn}.ChatWidget-module__52vinG__user{background:var(--color-accent);color:#fff;align-self:flex-end}.ChatWidget-module__52vinG__assistant{background:var(--color-tertiary);color:#222;align-self:flex-start}.ChatWidget-module__52vinG__assistant p{margin:0 0 6px}.ChatWidget-module__52vinG__assistant p:last-child{margin-bottom:0}.ChatWidget-module__52vinG__assistant table{border-collapse:collapse;margin:6px 0;font-size:12px}:is(.ChatWidget-module__52vinG__assistant th,.ChatWidget-module__52vinG__assistant td){border:1px solid var(--color-border);padding:4px 6px}.ChatWidget-module__52vinG__assistant code{background:#0000000f;border-radius:4px;padding:1px 4px;font-size:12px}.ChatWidget-module__52vinG__assistant pre{background:#0000000f;border-radius:8px;padding:8px;overflow-x:auto}.ChatWidget-module__52vinG__assistant pre code{background:0 0;padding:0}.ChatWidget-module__52vinG__assistant blockquote{border-left:3px solid var(--color-border);color:var(--color-muted);margin:6px 0;padding-left:8px}.ChatWidget-module__52vinG__typing{align-items:center;gap:4px;padding:10px 12px;display:flex}.ChatWidget-module__52vinG__typingDot{background:var(--color-muted);border-radius:9999px;width:6px;height:6px;animation:1s ease-in-out infinite ChatWidget-module__52vinG__typingDot}.ChatWidget-module__52vinG__typingDot:nth-child(2){animation-delay:.15s}.ChatWidget-module__52vinG__typingDot:nth-child(3){animation-delay:.3s}.ChatWidget-module__52vinG__form{border-top:1px solid var(--color-border);gap:8px;padding:10px;display:flex}.ChatWidget-module__52vinG__input{border:1px solid var(--color-border);border-radius:9999px;flex:1;padding:8px 12px;font-size:13px}.ChatWidget-module__52vinG__payGate{z-index:5;-webkit-backdrop-filter:blur(6px);background:#ffffff40;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ChatWidget-module__52vinG__payCard{background:var(--color-bg,#fff);border-radius:16px;flex-direction:column;gap:14px;width:260px;padding:24px 20px;display:flex;box-shadow:0 8px 32px #0003}.ChatWidget-module__52vinG__payCard strong{font-size:15px}.ChatWidget-module__52vinG__payCard p{color:var(--color-secondary,#555);margin:0;font-size:13px;line-height:1.6}.ChatWidget-module__52vinG__payActions{gap:8px;display:flex}.ChatWidget-module__52vinG__payActions button{flex:1}@keyframes ChatWidget-module__52vinG__bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatWidget-module__52vinG__typingDot{0%,60%,to{opacity:.4;transform:scale(1)}30%{opacity:1;transform:scale(1.3)}}
