.AiChatWidget-module__swVDda__page{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100vh;padding:15px 12px 0;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(93vh,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;position:relative}.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:visible}.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{z-index:2;align-items:center;gap:10px;padding:10px 14px;display:flex;position:relative}.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:none}a:link{word-break:break-word;color:#8a2be2;font-family:sans-serif;text-decoration:none}a:hover{color:red}.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:none}.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}.AiChatWidget-module__swVDda__noticeRow{justify-content:flex-start;margin-top:10px;padding:0 6px;display:flex;position:relative}.AiChatWidget-module__swVDda__noticePill{cursor:pointer;color:#000000a6;background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;line-height:1;display:inline-flex}.AiChatWidget-module__swVDda__noticePill:hover{background:#0000000a}.AiChatWidget-module__swVDda__noticeIcon{font-size:14px}.AiChatWidget-module__swVDda__noticeLabel{font-weight:600}.AiChatWidget-module__swVDda__noticeSep{opacity:.5}.AiChatWidget-module__swVDda__noticeVersion{opacity:.75}.AiChatWidget-module__swVDda__noticeTooltip{color:#fff;z-index:50;background:#0a1423f5;border-radius:14px;width:min(520px,100vw - 60px);padding:14px;font-size:13px;line-height:1.4;position:absolute;bottom:44px;left:6px;box-shadow:0 18px 44px #00000059}.AiChatWidget-module__swVDda__noticeBarArea{padding:0}.AiChatWidget-module__swVDda__noticeRow{align-items:center;gap:10px;display:flex}.AiChatWidget-module__swVDda__noticeBarArea{width:min(940px,100vw - 28px)}.AiChatWidget-module__swVDda__noticeWrap{justify-content:left;width:30%;display:flex;position:relative}@media (max-width:480px){.AiChatWidget-module__swVDda__noticeWrap{width:60%}}.AiChatWidget-module__swVDda__noticePill{cursor:pointer;position:relative}.AiChatWidget-module__swVDda__noticeTooltip{position:absolute}.AiChatWidget-module__swVDda__noticeTooltipInner{color:#fff;background:#0b1220;border-radius:14px;padding:14px 16px;font-size:13px;line-height:1.45;box-shadow:0 20px 60px #00000073}.AiChatWidget-module__swVDda__noticeTooltipInner p{margin:0 0 10px}.AiChatWidget-module__swVDda__noticeTooltipInner p:last-child{margin-bottom:0}.AiChatWidget-module__swVDda__noticeMeta{font-size:10px}@media (max-width:480px){.AiChatWidget-module__swVDda__textArea textarea{font-size:14px;line-height:20px}.AiChatWidget-module__swVDda__textArea textarea::placeholder{font-size:13px}}@media (max-width:620px){.AiChatWidget-module__swVDda__noticeWrap{width:40%}}.AiChatWidget-module__swVDda__tableWrap{-webkit-overflow-scrolling:touch;border-radius:14px;width:100%;margin:10px 0;overflow-x:auto}.AiChatWidget-module__swVDda__md table{border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #00000014;border-radius:14px;width:100%;min-width:640px;overflow:hidden}.AiChatWidget-module__swVDda__md thead th{text-align:left;white-space:nowrap;word-break:normal;overflow-wrap:normal;background:#0000000a;border-bottom:1px solid #00000014;padding:12px 14px;font-weight:700}.AiChatWidget-module__swVDda__md tbody td{vertical-align:top;word-break:normal;overflow-wrap:break-word;border-bottom:1px solid #0000000f;padding:12px 14px}.AiChatWidget-module__swVDda__md tbody tr:nth-child(2n) td{background:#00000005}.AiChatWidget-module__swVDda__md tbody tr:last-child td{border-bottom:none}.AiChatWidget-module__swVDda__md tbody td:first-child{white-space:nowrap;font-weight:600}.AiChatWidget-module__swVDda__ctaWrap{border-top:1px solid #00000014;margin-top:14px;padding-top:12px}.AiChatWidget-module__swVDda__ctaTitle{margin-bottom:10px;font-weight:700}.AiChatWidget-module__swVDda__ctaRow{flex-wrap:wrap;gap:10px;display:flex}.AiChatWidget-module__swVDda__ctaBtn{color:#111827;background:#fff;border:1px solid #0000001a;border-radius:20px;justify-content:center;align-items:center;padding:10px 14px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.AiChatWidget-module__swVDda__ctaBtn:link,.AiChatWidget-module__swVDda__ctaBtn:visited{color:#111827;text-decoration:none}.AiChatWidget-module__swVDda__ctaBtn:hover{background:#00000008;transform:translateY(-1px);box-shadow:0 12px 22px #0000001a}.AiChatWidget-module__swVDda__menuWrap{align-items:center;display:flex;position:relative}.AiChatWidget-module__swVDda__menuBtn{color:#fff;cursor:pointer;background:#0d4d76;border:0;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;line-height:1;display:flex}.AiChatWidget-module__swVDda__menuBtn:hover{transform:scale(1.03)}.AiChatWidget-module__swVDda__dropup{z-index:9999;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:250px;position:absolute;bottom:54px;right:0;overflow:hidden;box-shadow:0 18px 44px #0000002e}.AiChatWidget-module__swVDda__dropItem{text-align:left;cursor:pointer;background:#fff;border:0;width:100%;padding:12px 14px;font-size:14px;font-weight:600}.AiChatWidget-module__swVDda__dropItem:hover{background:#f3f4f6}.AiChatWidget-module__swVDda__timestamp{opacity:.75;-webkit-user-select:none;user-select:none;margin-top:8px;font-size:12px;line-height:1.2}.AiChatWidget-module__swVDda__rowAssistant .AiChatWidget-module__swVDda__timestamp{text-align:left;color:#0000008c}.AiChatWidget-module__swVDda__rowUser .AiChatWidget-module__swVDda__timestamp{text-align:right;color:#ffffffbf}.AiChatWidget-module__swVDda__launcherHint{color:#fff;white-space:nowrap;background:#111827;border-radius:999px;padding:8px 10px;font-size:12px;line-height:1;animation:.2s ease-out AiChatWidget-module__swVDda__nekoHintIn;position:absolute;top:6px;left:48px;box-shadow:0 10px 24px #0000002e}.AiChatWidget-module__swVDda__launcherHint:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:6px solid #111827;width:0;height:0;position:absolute;top:10px;left:-6px}@keyframes AiChatWidget-module__swVDda__nekoHintIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.AiChatWidget-module__swVDda__sourcesInline{opacity:.75;flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:10px;font-size:11px;line-height:1.3;display:flex}.AiChatWidget-module__swVDda__sourcesLabel{opacity:.85}.AiChatWidget-module__swVDda__sourcesSep{opacity:.45}.AiChatWidget-module__swVDda__sourcesLink{color:inherit;text-decoration:none}.AiChatWidget-module__swVDda__sourcesText{opacity:.85}.AiChatWidget-module__swVDda__sourcesNum{opacity:.9;margin-right:2px;font-size:12px;font-weight:700}a:visited{color:#010dff;text-decoration:none}.AiChatWidget-module__swVDda__embedded,.AiChatWidget-module__swVDda__embedded .AiChatWidget-module__swVDda__container{height:100%;min-height:0;overflow:hidden}.AiChatWidget-module__swVDda__embedded .AiChatWidget-module__swVDda__messages{-webkit-overflow-scrolling:touch;height:100%;min-height:0;overflow-y:auto}.AiChatWidget-module__swVDda__embedded .AiChatWidget-module__swVDda__inputDock{position:sticky;bottom:0}
.MediaGallery-module__S0FXZW__grid{grid-template-columns:1fr;gap:12px;margin-top:12px;display:grid}@media (min-width:560px){.MediaGallery-module__S0FXZW__grid{grid-template-columns:1fr 1fr}}.MediaGallery-module__S0FXZW__tile{cursor:pointer;background:#00000005;border:1px solid #0000000f;border-radius:20px;overflow:hidden}.MediaGallery-module__S0FXZW__tileInner{width:100%;height:220px;position:relative}.MediaGallery-module__S0FXZW__img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.MediaGallery-module__S0FXZW__tile:hover .MediaGallery-module__S0FXZW__img{transform:scale(1.02)}.MediaGallery-module__S0FXZW__badge{background:#ffffffeb;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;position:absolute;top:12px;left:12px;box-shadow:0 10px 30px #0000001a}.MediaGallery-module__S0FXZW__videoCard{color:#fff;text-align:center;background:#111;justify-content:center;align-items:center;height:100%;display:flex}.MediaGallery-module__S0FXZW__videoTitle{font-size:16px;font-weight:700}.MediaGallery-module__S0FXZW__videoMeta{opacity:.85;margin-top:4px;font-size:12px}.MediaGallery-module__S0FXZW__overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.MediaGallery-module__S0FXZW__modal{background:#fff;border-radius:20px;width:100%;max-width:980px;padding:12px;position:relative;box-shadow:0 30px 80px #00000059}.MediaGallery-module__S0FXZW__mediaWrap{background:#fff;border-radius:20px;margin-top:42px;overflow:hidden}.MediaGallery-module__S0FXZW__modalImg{object-fit:contain;width:100%;height:70vh}.MediaGallery-module__S0FXZW__iframe{border:0;border-radius:20px;width:100%;height:70vh}.MediaGallery-module__S0FXZW__video{object-fit:contain;background:#000;border-radius:20px;width:100%;height:70vh}.MediaGallery-module__S0FXZW__closeBtn,.MediaGallery-module__S0FXZW__navBtn{cursor:pointer;background:#0000000f;border:0;border-radius:999px;padding:8px 12px;position:absolute}.MediaGallery-module__S0FXZW__closeBtn:hover,.MediaGallery-module__S0FXZW__navBtn:hover{background:#0000001a}.MediaGallery-module__S0FXZW__closeBtn{top:12px;right:12px}.MediaGallery-module__S0FXZW__prevBtn{top:50%;left:12px;transform:translateY(-50%)}.MediaGallery-module__S0FXZW__nextBtn{top:50%;right:12px;transform:translateY(-50%)}.MediaGallery-module__S0FXZW__footerLabel{color:#0000008c;margin-top:10px;font-size:12px}.MediaGallery-module__S0FXZW__tiktokFallback{background:#0000000d;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding:12px;font-size:13px;display:flex}.MediaGallery-module__S0FXZW__tiktokBtn{color:#fff;white-space:nowrap;background:#111;border-radius:12px;padding:8px 12px;text-decoration:none}.MediaGallery-module__S0FXZW__videoThumbWrap{width:100%;height:100%;position:relative}.MediaGallery-module__S0FXZW__videoOverlay{text-align:center;background:linear-gradient(#00000026,#0000008c);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;inset:0}
