.ChatWidget-module__x2waxa__launcher{z-index:9000;border:1px solid var(--border);background:var(--bg);width:54px;height:54px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.23,1,.32,1),border-color .3s,color .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px -18px #11111173}.ChatWidget-module__x2waxa__launcher:hover{border-color:color-mix(in srgb, var(--accent) 45%, transparent);color:var(--accent);transform:translateY(-2px)}.ChatWidget-module__x2waxa__launcher:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.ChatWidget-module__x2waxa__panel{z-index:9001;border:1px solid var(--border);background:var(--bg);width:380px;height:560px;max-height:calc(100vh - 130px);color:var(--text);opacity:0;visibility:hidden;pointer-events:none;border-radius:16px;flex-direction:column;padding:0;transition:opacity .28s,transform .28s cubic-bezier(.23,1,.32,1),visibility .28s;display:flex;position:fixed;bottom:90px;right:24px;overflow:hidden;transform:translateY(10px);box-shadow:0 24px 60px -30px #11111159}.ChatWidget-module__x2waxa__panelOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.ChatWidget-module__x2waxa__header{border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 18px 14px;display:flex}.ChatWidget-module__x2waxa__headerText{flex-direction:column;gap:4px;display:flex}.ChatWidget-module__x2waxa__eyebrow{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--text-light);font-size:11px}.ChatWidget-module__x2waxa__title{font-family:var(--font-display);color:var(--text);font-size:22px;font-weight:400;line-height:1.1}.ChatWidget-module__x2waxa__closeBtn{border:1px solid var(--border);width:30px;height:30px;color:var(--text-secondary);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .3s,border-color .3s;display:flex}.ChatWidget-module__x2waxa__closeBtn:hover{color:var(--text);border-color:color-mix(in srgb, var(--text) 22%, transparent)}.ChatWidget-module__x2waxa__closeBtn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.ChatWidget-module__x2waxa__list{scrollbar-width:thin;flex-direction:column;flex:1;gap:12px;min-height:0;padding:18px;display:flex;overflow-y:auto}.ChatWidget-module__x2waxa__row{flex-direction:column;gap:8px;max-width:100%;display:flex}.ChatWidget-module__x2waxa__rowUser{align-items:flex-end}.ChatWidget-module__x2waxa__rowBot{align-items:flex-start}.ChatWidget-module__x2waxa__bubble{max-width:86%;font-family:var(--font-body);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:12px;padding:10px 14px;font-size:13.5px;line-height:1.6}.ChatWidget-module__x2waxa__bubbleBot{background:var(--bg-soft);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px}.ChatWidget-module__x2waxa__bubbleUser{background:color-mix(in srgb, var(--accent) 10%, var(--bg));border:1px solid color-mix(in srgb, var(--accent) 24%, transparent);color:var(--text);border-bottom-right-radius:4px}.ChatWidget-module__x2waxa__fallback{flex-wrap:wrap;gap:8px;max-width:100%;display:flex}.ChatWidget-module__x2waxa__fallbackLink,.ChatWidget-module__x2waxa__fallbackBtn{font-family:var(--font-body);letter-spacing:.02em;border:1px solid var(--border);color:var(--text-secondary);background:0 0;border-radius:999px;padding:7px 13px;font-size:11.5px;transition:color .3s,border-color .3s}.ChatWidget-module__x2waxa__fallbackLink:hover,.ChatWidget-module__x2waxa__fallbackBtn:hover{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 40%, transparent)}.ChatWidget-module__x2waxa__fallbackLink:focus-visible,.ChatWidget-module__x2waxa__fallbackBtn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.ChatWidget-module__x2waxa__fallbackBtn{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 35%, transparent)}.ChatWidget-module__x2waxa__typing{align-items:center;gap:5px;padding:14px;display:inline-flex}.ChatWidget-module__x2waxa__dot{background:var(--text-light);border-radius:50%;width:5px;height:5px;animation:1.3s ease-in-out infinite ChatWidget-module__x2waxa__blink}.ChatWidget-module__x2waxa__dot:nth-child(2){animation-delay:.18s}.ChatWidget-module__x2waxa__dot:nth-child(3){animation-delay:.36s}@keyframes ChatWidget-module__x2waxa__blink{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.ChatWidget-module__x2waxa__chips{flex-wrap:wrap;flex-shrink:0;gap:7px;padding:0 18px 14px;display:flex}.ChatWidget-module__x2waxa__chip{font-family:var(--font-body);border:1px solid var(--border);background:var(--bg-soft);color:var(--text-secondary);border-radius:999px;padding:8px 13px;font-size:12px;line-height:1.3;transition:color .3s,border-color .3s}.ChatWidget-module__x2waxa__chip:hover{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 38%, transparent)}.ChatWidget-module__x2waxa__chip:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.ChatWidget-module__x2waxa__composer{border-top:1px solid var(--border);flex-shrink:0;align-items:flex-end;gap:10px;padding:14px 18px 10px;display:flex}.ChatWidget-module__x2waxa__textarea{resize:none;border:1px solid var(--border);background:var(--bg-soft);min-height:42px;max-height:120px;color:var(--text);font-family:var(--font-body);border-radius:10px;flex:1;padding:11px 13px;font-size:13.5px;line-height:1.5}.ChatWidget-module__x2waxa__textarea::placeholder{color:var(--text-light)}.ChatWidget-module__x2waxa__textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ChatWidget-module__x2waxa__sendBtn{border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);width:42px;height:42px;color:var(--accent);background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,color .3s,opacity .3s;display:flex}.ChatWidget-module__x2waxa__sendBtn:hover:not(:disabled){background:var(--accent);color:var(--bg)}.ChatWidget-module__x2waxa__sendBtn:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module__x2waxa__sendBtn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.ChatWidget-module__x2waxa__note{font-family:var(--font-body);color:var(--text-light);flex-shrink:0;padding:0 18px 14px;font-size:11px;line-height:1.5}.ChatWidget-module__x2waxa__srOnly{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1024px){.ChatWidget-module__x2waxa__panel{width:360px;height:520px}}@media (max-width:640px){.ChatWidget-module__x2waxa__launcher{width:50px;height:50px;bottom:16px;right:16px}.ChatWidget-module__x2waxa__panel{border-radius:14px;width:auto;height:auto;max-height:none;inset:12px}.ChatWidget-module__x2waxa__list{padding:14px}.ChatWidget-module__x2waxa__chips{padding:0 14px 12px}.ChatWidget-module__x2waxa__composer{padding:12px 14px 8px}.ChatWidget-module__x2waxa__note{padding:0 14px 12px}}@media (prefers-reduced-motion:reduce){.ChatWidget-module__x2waxa__launcher,.ChatWidget-module__x2waxa__panel,.ChatWidget-module__x2waxa__chip,.ChatWidget-module__x2waxa__sendBtn,.ChatWidget-module__x2waxa__closeBtn{transition:none}.ChatWidget-module__x2waxa__launcher:hover{transform:none}.ChatWidget-module__x2waxa__dot{opacity:.55;animation:none}}
