.AiChatWidget-module__swVDda__page{background:#fff;justify-content:center;align-items:center;height:100vh;padding:24px 12px;display:flex}.AiChatWidget-module__swVDda__container{background:#fff;border:1px solid #e5e7eb;border-radius:28px;flex-direction:column;width:750px;max-width:min(750px,96vw);height:min(88vh,860px);display:flex;overflow:hidden;box-shadow:0 20px 40px #00000014}.AiChatWidget-module__swVDda__messages{flex-direction:column;flex:1;gap:22px;min-height:0;padding:26px 26px 10px;display:flex;overflow-y:auto}.AiChatWidget-module__swVDda__rowAssistant{align-items:flex-start;gap:14px;display:flex}.AiChatWidget-module__swVDda__rowUser{justify-content:flex-end;display:flex}.AiChatWidget-module__swVDda__avatar{flex:0 0 42px;width:42px}.AiChatWidget-module__swVDda__avatar img{object-fit:cover;border-radius:50%;width:42px;height:42px}.AiChatWidget-module__swVDda__bubbleAssistant{white-space:pre-wrap;word-break:break-word;background:#f3f4f6;border-radius:0 18px 18px;width:100%;padding:18px 22px;font-size:16px;line-height:1.65}.AiChatWidget-module__swVDda__bubbleUser{color:#fff;white-space:pre-wrap;word-break:break-word;background:#0b0b0b;border-radius:18px 0 18px 18px;max-width:420px;padding:14px 18px;font-size:15px}.AiChatWidget-module__swVDda__inputDock{background:#fff;flex:none;padding:18px 18px 22px}.AiChatWidget-module__swVDda__chatShell{background:#fff;border:1px solid #e5e7eb;border-radius:32px;width:100%;transition:height .55s cubic-bezier(.22,1,.36,1),box-shadow .55s cubic-bezier(.22,1,.36,1);overflow:hidden}.AiChatWidget-module__swVDda__chatCollapsed{height:68px;box-shadow:0 2px 8px #00000014}.AiChatWidget-module__swVDda__chatExpanded{height:140px;box-shadow:0 8px 32px #0000001f}.AiChatWidget-module__swVDda__inputRow{align-items:center;gap:10px;padding:10px 14px;display:flex}.AiChatWidget-module__swVDda__textArea{flex:1;min-width:0}.AiChatWidget-module__swVDda__textArea textarea{resize:none;box-sizing:border-box;background:0 0;border:0;outline:none;width:100%;height:44px;min-height:44px;max-height:140px;padding:10px 6px;font-size:16px;line-height:24px;overflow-y:hidden}.AiChatWidget-module__swVDda__sendBtn{color:#fff;cursor:pointer;background:#000;border:0;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.AiChatWidget-module__swVDda__sendBtn:disabled{opacity:.55;cursor:not-allowed}.AiChatWidget-module__swVDda__micBtn{color:#fff;cursor:pointer;background:#000;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s;display:flex}.AiChatWidget-module__swVDda__micBtn:hover{transform:scale(1.03)}.AiChatWidget-module__swVDda__micActive{box-shadow:0 0 0 6px #00000014}.AiChatWidget-module__swVDda__micIcon{color:#fff;justify-content:center;align-items:center;display:inline-flex}.AiChatWidget-module__swVDda__micWave{justify-content:center;align-items:center;gap:3px;display:none}.AiChatWidget-module__swVDda__micWave span{background:#fff;border-radius:2px;width:3px;height:6px;animation:.6s ease-in-out infinite AiChatWidget-module__swVDda__wave}.AiChatWidget-module__swVDda__micWave span:nth-child(2){animation-delay:.1s}.AiChatWidget-module__swVDda__micWave span:nth-child(3){animation-delay:.2s}.AiChatWidget-module__swVDda__micWave span:nth-child(4){animation-delay:.3s}@keyframes AiChatWidget-module__swVDda__wave{0%,to{height:6px}50%{height:16px}}.AiChatWidget-module__swVDda__micActive .AiChatWidget-module__swVDda__micWave{display:flex}.AiChatWidget-module__swVDda__micActive .AiChatWidget-module__swVDda__micIcon{display:none}.AiChatWidget-module__swVDda__controls{opacity:0;flex-wrap:wrap;gap:12px;padding:6px 16px 12px;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(16px)}.AiChatWidget-module__swVDda__controlsVisible{opacity:1;transform:translateY(0)}.AiChatWidget-module__swVDda__toggle{cursor:pointer;background:#f3f4f6;border:0;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:600}.AiChatWidget-module__swVDda__toggle:hover{background:#e5e7eb}.AiChatWidget-module__swVDda__richWrap{font-size:16px;line-height:1.7}.AiChatWidget-module__swVDda__richWrap :where(p){margin:0 0 12px}.AiChatWidget-module__swVDda__richWrap :where(ul,ol){margin:6px 0 12px 18px;padding:0}.AiChatWidget-module__swVDda__richWrap :where(li){margin:6px 0}.AiChatWidget-module__swVDda__richWrap :where(h2){margin:10px 0;font-size:17px}.AiChatWidget-module__swVDda__richWrap :where(h3){margin:10px 0 8px;font-size:16px}.AiChatWidget-module__swVDda__richLink{text-underline-offset:3px;word-break:break-word;text-decoration:underline}.AiChatWidget-module__swVDda__tableWrap{border:1px solid #e5e7eb;border-radius:12px;margin:10px 0 12px;overflow-x:auto}.AiChatWidget-module__swVDda__tableWrap table{border-collapse:collapse;width:100%;font-size:14px}.AiChatWidget-module__swVDda__tableWrap th,.AiChatWidget-module__swVDda__tableWrap td{vertical-align:top;border-bottom:1px solid #e5e7eb;padding:10px 12px}.AiChatWidget-module__swVDda__tableWrap th{background:#f9fafb;font-weight:700}.AiChatWidget-module__swVDda__inlineCode{background:#eef2ff;border-radius:8px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.AiChatWidget-module__swVDda__codeBlock{color:#fff;background:#0b0b0b;border-radius:14px;margin:10px 0 12px;padding:14px;overflow:auto}.AiChatWidget-module__swVDda__mediaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}@media (min-width:720px){.AiChatWidget-module__swVDda__mediaGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.AiChatWidget-module__swVDda__imgThumbBtn{cursor:pointer;background:0 0;border:0;padding:0}.AiChatWidget-module__swVDda__imgThumb{object-fit:cover;border:1px solid #e5e7eb;border-radius:14px;width:100%;height:110px;transition:transform .18s,box-shadow .18s}.AiChatWidget-module__swVDda__imgThumbBtn:hover .AiChatWidget-module__swVDda__imgThumb{transform:translateY(-1px);box-shadow:0 10px 18px #00000014}.AiChatWidget-module__swVDda__embedStack{gap:12px;margin-top:12px;display:grid}.AiChatWidget-module__swVDda__embedCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.AiChatWidget-module__swVDda__embedFrame{border:0;width:100%;height:220px}@media (min-width:720px){.AiChatWidget-module__swVDda__embedFrame{height:260px}}.AiChatWidget-module__swVDda__lightboxOverlay{z-index:999999;place-items:center;display:grid;position:fixed;inset:0}.AiChatWidget-module__swVDda__lightboxBackdrop{background:#0000008c;border:0;position:absolute;inset:0}.AiChatWidget-module__swVDda__lightboxPanel{background:#fff;border-radius:18px;width:min(980px,92vw);max-height:86vh;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}.AiChatWidget-module__swVDda__lightboxImg{object-fit:contain;background:#0b0b0b;width:100%;height:min(72vh,640px)}.AiChatWidget-module__swVDda__lightboxBar{justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.AiChatWidget-module__swVDda__lightboxClose,.AiChatWidget-module__swVDda__lightboxNavBtn{cursor:pointer;background:#f3f4f6;border:0;border-radius:999px;padding:10px 14px;font-weight:700}.AiChatWidget-module__swVDda__lightboxNavBtn:disabled{opacity:.5;cursor:not-allowed}.AiChatWidget-module__swVDda__lightboxCount{color:#111827;font-weight:700}.AiChatWidget-module__swVDda__lightboxNav{gap:8px;display:flex}.AiChatWidget-module__swVDda__md{white-space:normal}.AiChatWidget-module__swVDda__md p{margin:0 0 10px}.AiChatWidget-module__swVDda__md p:last-child{margin-bottom:0}.AiChatWidget-module__swVDda__md strong{font-weight:700}.AiChatWidget-module__swVDda__md em{font-style:italic}.AiChatWidget-module__swVDda__md ul,.AiChatWidget-module__swVDda__md ol{margin:8px 0 12px;padding-left:22px}.AiChatWidget-module__swVDda__md li{margin:6px 0}.AiChatWidget-module__swVDda__md a{word-break:break-word;text-decoration:underline}.AiChatWidget-module__swVDda__md code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em}.AiChatWidget-module__swVDda__typingCursor{margin-left:2px;animation:1s step-end infinite AiChatWidget-module__swVDda__blink;display:inline-block}@keyframes AiChatWidget-module__swVDda__blink{50%{opacity:0}}.AiChatWidget-module__swVDda__thinkingDots:after{content:"";text-align:left;width:1.2em;animation:1.2s steps(4,end) infinite AiChatWidget-module__swVDda__dots;display:inline-block}@keyframes AiChatWidget-module__swVDda__dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.AiChatWidget-module__swVDda__md ul{padding-left:0;list-style:none}.AiChatWidget-module__swVDda__md li{padding-left:22px;position:relative}.AiChatWidget-module__swVDda__md li:before{content:"⦿";color:#111827;font-size:.85em;line-height:1;position:absolute;top:.15em;left:0}
