.ChatWidget-module__q4VCBq__fab{background:var(--blue,#3083ff);color:#fff;cursor:pointer;z-index:9998;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-family:Plus Jakarta Sans,system-ui,sans-serif;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,background-color .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 28px #14376b40}.ChatWidget-module__q4VCBq__fab:hover{background:#2c77e8;transform:translateY(-2px);box-shadow:0 16px 32px #14376b52}.ChatWidget-module__q4VCBq__fabOpen{background:#14376b}.ChatWidget-module__q4VCBq__window{z-index:9999;color:#2c2c2c;background:#fff;border-radius:18px;flex-direction:column;width:380px;height:580px;max-height:calc(100vh - 120px);font-family:Plus Jakarta Sans,system-ui,sans-serif;animation:.35s cubic-bezier(.16,1,.3,1) ChatWidget-module__q4VCBq__slideUp;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden;box-shadow:0 24px 48px #14376b38}@keyframes ChatWidget-module__q4VCBq__slideUp{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatWidget-module__q4VCBq__header{background:linear-gradient(135deg, var(--blue,#3083ff), #2c77e8);color:#fff;flex-shrink:0;align-items:center;gap:12px;padding:14px 16px;display:flex}.ChatWidget-module__q4VCBq__avatar{background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ChatWidget-module__q4VCBq__headerText{flex:1;min-width:0}.ChatWidget-module__q4VCBq__headerTitle{color:#fff;margin:0;font-size:.95rem;font-weight:600;line-height:1.2}.ChatWidget-module__q4VCBq__headerSubtitle{color:#fff;opacity:.95;margin:2px 0 0;font-size:.78rem;font-weight:500;line-height:1.2}.ChatWidget-module__q4VCBq__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background-color .2s;display:flex}.ChatWidget-module__q4VCBq__closeBtn:hover{background:#ffffff29}.ChatWidget-module__q4VCBq__messages{background:#f8fafc;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.ChatWidget-module__q4VCBq__welcome{flex-direction:column;gap:12px;padding:4px;display:flex}.ChatWidget-module__q4VCBq__welcomeText{color:#2c2c2c;margin:0;font-size:.9rem;line-height:1.5}.ChatWidget-module__q4VCBq__disclaimer{color:#595959;background:#eaf3ff;border-radius:10px;margin:0;padding:8px 10px;font-size:.75rem;line-height:1.45}.ChatWidget-module__q4VCBq__suggested{flex-direction:column;gap:6px;margin-top:4px;display:flex}.ChatWidget-module__q4VCBq__suggestedBtn{text-align:left;color:#14376b;cursor:pointer;background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:10px 12px;font-family:inherit;font-size:.85rem;transition:border-color .2s,background-color .2s,transform .15s}.ChatWidget-module__q4VCBq__suggestedBtn:hover:not(:disabled){border-color:var(--blue,#3083ff);background:#eaf3ff}.ChatWidget-module__q4VCBq__suggestedBtn:disabled{opacity:.5;cursor:not-allowed}.ChatWidget-module__q4VCBq__message{word-wrap:break-word;white-space:pre-wrap;border-radius:16px;max-width:82%;padding:10px 14px;font-size:.9rem;line-height:1.5}.ChatWidget-module__q4VCBq__messageUser{background:var(--blue,#3083ff);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.ChatWidget-module__q4VCBq__messageBot{color:#2c2c2c;white-space:normal;background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 2px #14376b0f}.ChatWidget-module__q4VCBq__messageLink{color:var(--blue,#3083ff);font-weight:500;text-decoration:underline}.ChatWidget-module__q4VCBq__messageLink:hover{color:#14376b}.ChatWidget-module__q4VCBq__typing{align-items:center;gap:4px;display:inline-flex}.ChatWidget-module__q4VCBq__typing span{background:#b0b8c4;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ChatWidget-module__q4VCBq__typingDot}.ChatWidget-module__q4VCBq__typing span:nth-child(2){animation-delay:.15s}.ChatWidget-module__q4VCBq__typing span:nth-child(3){animation-delay:.3s}@keyframes ChatWidget-module__q4VCBq__typingDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.ChatWidget-module__q4VCBq__errorBox{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:10px 12px;font-size:.85rem;display:flex}.ChatWidget-module__q4VCBq__errorBox p{margin:0}.ChatWidget-module__q4VCBq__retryBtn{color:#991b1b;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:8px;padding:4px 10px;font-family:inherit;font-size:.8rem}.ChatWidget-module__q4VCBq__retryBtn:hover{background:#fee2e2}.ChatWidget-module__q4VCBq__stopBtn{color:#595959;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:999px;align-self:center;margin:0 16px 8px;padding:4px 12px;font-family:inherit;font-size:.78rem}.ChatWidget-module__q4VCBq__stopBtn:hover{background:#f3f4f6}.ChatWidget-module__q4VCBq__form{box-sizing:border-box;background:#fff;border-top:1px solid #e5e9f0;gap:8px;width:100%;padding:12px 16px 14px;display:flex}.ChatWidget-module__q4VCBq__input{color:#2c2c2c;box-sizing:border-box;background:#f8fafc;border:1px solid #e5e9f0;border-radius:12px;outline:none;flex:1 1 0;width:100%;min-width:0;padding:10px 14px;font-family:inherit;font-size:1rem;transition:border-color .2s,background-color .2s}.ChatWidget-module__q4VCBq__input:focus{border-color:var(--blue,#3083ff);background:#fff}.ChatWidget-module__q4VCBq__input:disabled{opacity:.6;cursor:not-allowed}.ChatWidget-module__q4VCBq__sendBtn{background:var(--blue,#3083ff);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s,transform .15s;display:flex}.ChatWidget-module__q4VCBq__sendBtn:hover:not(:disabled){background:#2c77e8}.ChatWidget-module__q4VCBq__sendBtn:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module__q4VCBq__footer{color:#8a93a3;text-align:center;background:#fff;padding:6px 16px 8px;font-size:.7rem}.ChatWidget-module__q4VCBq__footerLink{color:#595959;text-decoration:underline}.ChatWidget-module__q4VCBq__footerLink:hover{color:var(--blue,#3083ff)}@media (max-width:600px){.ChatWidget-module__q4VCBq__fab{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:56px;height:56px}.ChatWidget-module__q4VCBq__window{box-sizing:border-box;width:auto;max-width:100vw;height:90dvh;max-height:90dvh;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:18px 18px 0 0;animation:.35s cubic-bezier(.16,1,.3,1) ChatWidget-module__q4VCBq__slideUpMobile;inset:auto 0 0;overflow:hidden}@keyframes ChatWidget-module__q4VCBq__slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ChatWidget-module__q4VCBq__header{padding-left:max(16px, env(safe-area-inset-left,0px));padding-right:max(16px, env(safe-area-inset-right,0px))}.ChatWidget-module__q4VCBq__headerTitle{font-size:.92rem}.ChatWidget-module__q4VCBq__headerSubtitle{font-size:.72rem}.ChatWidget-module__q4VCBq__messages{padding:12px}.ChatWidget-module__q4VCBq__form{padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));gap:6px}.ChatWidget-module__q4VCBq__sendBtn{flex-shrink:0;width:44px;height:44px}.ChatWidget-module__q4VCBq__footer{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion:reduce){.ChatWidget-module__q4VCBq__window,.ChatWidget-module__q4VCBq__fab,.ChatWidget-module__q4VCBq__messageBot,.ChatWidget-module__q4VCBq__typing span{transition:none;animation:none}}
