.animate-modalFadeIn{animation:modalFadeIn .2s ease-out}.animate-modalFadeOut{animation:modalFadeOut .2s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes modalFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes modal-bg-show{0%{opacity:0}to{opacity:1}}@keyframes modal-bg-hide{0%{opacity:1}to{opacity:0}}.modal-bg-show{animation:modal-bg-show .3s forwards}.modal-bg-hide{animation:modal-bg-hide .3s forwards}.chat_chatThemeScope__9Rujs{--chat-bg:var(--app-bg);--chat-surface:var(--app-surface);--chat-surface-muted:var(--app-surface-muted);--chat-surface-subtle:var(--app-surface-subtle);--chat-text:var(--app-text);--chat-text-muted:var(--app-text-muted);--chat-text-faint:var(--app-text-faint);--chat-border:var(--app-border-subtle);--chat-border-strong:rgba(15,23,42,0.18);--chat-hover-bg:rgba(15,23,42,0.05);--chat-focus-ring:rgba(59,130,246,0.38);--chat-user-message-bg:#eceff2;--chat-user-message-text:#111827;--chat-user-message-fade:linear-gradient(180deg,rgba(236,239,242,0),rgba(236,239,242,0.9) 62%,#eceff2);--chat-user-toggle-bg:rgba(255,255,255,0.72);--chat-user-toggle-hover-bg:rgba(255,255,255,0.92);--chat-user-toggle-text:#4b5563;--chat-assistant-message-bg:transparent;--chat-assistant-message-text:var(--app-text);--chat-composer-bg:var(--app-surface);--chat-composer-border:rgba(15,23,42,0.1);--chat-composer-shadow:0 18px 42px rgba(15,23,42,0.08);--chat-composer-dock-bg:rgba(254,254,253,0.92);--chat-input-text:#000000;--chat-input-voice-text:#082f49;--chat-send-bg:#000000;--chat-send-hover-bg:#374151;--chat-send-text:#ffffff;--chat-send-disabled-bg:#d1d5db;--chat-send-disabled-text:#6b7280;--chat-floating-bg:rgba(255,255,255,0.9);--chat-dropzone-backdrop:rgba(248,250,252,0.82);--chat-shadow:0 8px 24px rgba(15,23,42,0.06);--chat-tooltip-bg:#000000;--chat-tooltip-text:#ffffff;--chat-sidebar-bg:#f3f4f6;--chat-sidebar-surface:#ffffff;--chat-sidebar-menu-bg:#ffffff;--chat-sidebar-hover-bg:#e5e7eb;--chat-sidebar-active-bg:#e5e7eb;--chat-sidebar-border:rgba(0,0,0,0.06);--chat-sidebar-divider:rgba(0,0,0,0.06);--chat-sidebar-text:#374151;--chat-sidebar-text-strong:#111827;--chat-sidebar-text-muted:#9ca3af;--chat-sidebar-icon:#6b7280;--chat-sidebar-overlay:rgba(0,0,0,0.1);--chat-composer-button-bg:var(--chat-composer-bg);--chat-composer-button-hover-bg:var(--chat-hover-bg);--chat-composer-button-border:var(--chat-composer-border);--chat-composer-button-text:var(--chat-text);--chat-danger-text:#dc2626;--chat-danger-hover-bg:#fef2f2;--chat-danger-active-bg:#fee2e2;--chat-danger-button-bg:#dc2626;--chat-danger-button-hover-bg:#b91c1c;--chat-danger-button-text:#ffffff;--chat-dialog-backdrop:rgba(0,0,0,0.45);--chat-dialog-bg:#ffffff;--chat-dialog-border:#e5e7eb;--chat-field-bg:#f9fafb;--chat-field-focus-bg:#ffffff;--chat-field-border:#e5e7eb;--chat-field-focus-border:#d1d5db;--chat-secondary-button-border:#d1d5db;--chat-secondary-button-text:#4b5563;--chat-secondary-button-hover-bg:#f3f4f6;--chat-primary-button-bg:#111827;--chat-primary-button-hover-bg:#000000;--chat-primary-button-text:#ffffff;--chat-dropzone-panel-bg:rgba(255,255,255,0.55);--chat-dropzone-border:rgba(107,114,128,0.7);--chat-dropzone-icon-bg:#ffffff;--chat-dropzone-icon-border:rgba(0,0,0,0.1);--chat-dropzone-icon-text:#374151;--chat-dropzone-chip-bg:#111827;--chat-dropzone-chip-text:#ffffff;--chat-quote-card-bg:linear-gradient(180deg,#fffaf0,#fffdf8);--chat-quote-card-border:rgba(245,158,11,0.2);--chat-quote-chip-bg:rgba(245,158,11,0.12);--chat-quote-chip-text:#b45309;--chat-quote-text:#1f2937;--chat-attachment-text-muted:#6b7280;--chat-attachment-remove-bg:rgba(255,255,255,0.8);--chat-attachment-remove-hover-bg:#ffffff;--chat-attachment-remove-border:#ffffff;--chat-attachment-remove-text:#6b7280;--chat-attachment-remove-hover-text:#111827;--chat-attachment-remove-solid-bg:#6b7280;--chat-attachment-remove-solid-hover-bg:#000000;--chat-attachment-remove-solid-text:#ffffff;--chat-spinner-track:#f3f3f3;--chat-spinner-accent:#000000;--chat-skeleton:#f3f4f6;--chat-skeleton-strong:#e5e7eb;--chat-reasoning-bg:rgba(249,250,251,0.92);--chat-reasoning-hover-bg:rgba(243,244,246,0.96);--chat-reasoning-text:#6b7280;--chat-reasoning-strong-text:#111827;--chat-reasoning-border:linear-gradient(180deg,rgba(203,213,225,0.95),rgba(226,232,240,0.65));--chat-selection-menu-bg:#ffffff;--chat-selection-menu-text:#111827;--chat-selection-menu-border:rgba(15,23,42,0.08);--chat-selection-menu-hover-bg:rgba(15,23,42,0.05);--chat-model-selected-shadow:inset 0 1px 0 rgba(255,255,255,0.24),0 4px 10px rgba(15,23,42,0.05);--chat-code-bg:#f6f8fa;--chat-code-text:#24292f;background:var(--chat-bg);color:var(--chat-text)}.chat_chatThemeScope__9Rujs .markdown-body{--color-fg-default:var(--chat-assistant-message-text);--color-fg-muted:var(--chat-text-muted);--color-fg-subtle:var(--chat-text-faint);--color-canvas-default:transparent;--color-canvas-subtle:var(--chat-code-bg);--color-border-default:var(--chat-border);--color-border-muted:var(--chat-border);--color-neutral-muted:var(--chat-hover-bg);color:var(--chat-assistant-message-text)}.chat_chatThemeScope__9Rujs .markdown-body :not(pre)>code,.chat_chatThemeScope__9Rujs .markdown-body pre:not(.code-block-pre){background-color:var(--markdown-inline-code-bg,var(--chat-code-bg));color:var(--markdown-inline-code-text,var(--chat-code-text))}.chat_chatThemeScope__9Rujs .markdown-body pre:not(.code-block-pre) code{background-color:rgba(0,0,0,0)}.chat_chatThemeScope__9Rujs[data-chat-theme=dark]{--chat-bg:var(--app-bg-dark);--chat-surface:var(--app-surface-dark);--chat-surface-muted:var(--app-surface-muted-dark);--chat-surface-subtle:var(--app-surface-subtle-dark);--chat-text:var(--app-text-dark);--chat-text-muted:var(--app-text-muted-dark);--chat-text-faint:var(--app-text-faint-dark);--chat-border:var(--app-border-subtle-dark);--chat-border-strong:rgba(226,232,240,0.22);--chat-hover-bg:rgba(226,232,240,0.08);--chat-focus-ring:rgba(96,165,250,0.48);--chat-user-message-bg:#252a33;--chat-user-message-text:#f8fafc;--chat-user-message-fade:linear-gradient(180deg,rgba(37,42,51,0),rgba(37,42,51,0.9) 62%,#252a33);--chat-user-toggle-bg:rgba(15,23,42,0.72);--chat-user-toggle-hover-bg:rgba(30,41,59,0.92);--chat-user-toggle-text:#cbd5e1;--chat-assistant-message-bg:transparent;--chat-assistant-message-text:#f1f5f9;--chat-composer-bg:#191d24;--chat-composer-border:rgba(226,232,240,0.12);--chat-composer-shadow:0 18px 42px rgba(0,0,0,0.36);--chat-composer-dock-bg:rgba(15,17,21,0.9);--chat-input-text:#f8fafc;--chat-input-voice-text:#bae6fd;--chat-send-bg:#f8fafc;--chat-send-hover-bg:#dbe4ee;--chat-send-text:#0f172a;--chat-send-disabled-bg:#334155;--chat-send-disabled-text:#94a3b8;--chat-floating-bg:rgba(25,29,36,0.9);--chat-dropzone-backdrop:rgba(15,17,21,0.78);--chat-shadow:0 10px 30px rgba(0,0,0,0.26);--chat-tooltip-bg:#e2e8f0;--chat-tooltip-text:#0f172a;--chat-sidebar-bg:#12161d;--chat-sidebar-surface:#171c24;--chat-sidebar-menu-bg:#1a2029;--chat-sidebar-hover-bg:rgba(226,232,240,0.08);--chat-sidebar-active-bg:#252b35;--chat-sidebar-border:rgba(226,232,240,0.1);--chat-sidebar-divider:rgba(226,232,240,0.1);--chat-sidebar-text:#cbd5e1;--chat-sidebar-text-strong:#f8fafc;--chat-sidebar-text-muted:#94a3b8;--chat-sidebar-icon:#a7b2c2;--chat-sidebar-overlay:rgba(0,0,0,0.42);--chat-composer-button-bg:#1d222b;--chat-composer-button-hover-bg:rgba(226,232,240,0.1);--chat-composer-button-border:rgba(226,232,240,0.14);--chat-composer-button-text:#f1f5f9;--chat-danger-text:#fca5a5;--chat-danger-hover-bg:rgba(248,113,113,0.14);--chat-danger-active-bg:rgba(248,113,113,0.2);--chat-danger-button-bg:#ef4444;--chat-danger-button-hover-bg:#dc2626;--chat-danger-button-text:#fff7ed;--chat-dialog-backdrop:rgba(0,0,0,0.55);--chat-dialog-bg:#171c24;--chat-dialog-border:rgba(226,232,240,0.12);--chat-field-bg:#12161d;--chat-field-focus-bg:#151a22;--chat-field-border:rgba(226,232,240,0.12);--chat-field-focus-border:rgba(226,232,240,0.22);--chat-secondary-button-border:rgba(226,232,240,0.16);--chat-secondary-button-text:#cbd5e1;--chat-secondary-button-hover-bg:rgba(226,232,240,0.08);--chat-primary-button-bg:#f8fafc;--chat-primary-button-hover-bg:#dbe4ee;--chat-primary-button-text:#0f172a;--chat-dropzone-panel-bg:rgba(25,29,36,0.72);--chat-dropzone-border:rgba(148,163,184,0.55);--chat-dropzone-icon-bg:#1d222b;--chat-dropzone-icon-border:rgba(226,232,240,0.12);--chat-dropzone-icon-text:#e2e8f0;--chat-dropzone-chip-bg:#e2e8f0;--chat-dropzone-chip-text:#0f172a;--chat-quote-card-bg:linear-gradient(180deg,rgba(120,53,15,0.28),rgba(69,26,3,0.22));--chat-quote-card-border:rgba(251,191,36,0.26);--chat-quote-chip-bg:rgba(251,191,36,0.16);--chat-quote-chip-text:#fbbf24;--chat-quote-text:#fde68a;--chat-attachment-text-muted:#94a3b8;--chat-attachment-remove-bg:rgba(30,41,59,0.82);--chat-attachment-remove-hover-bg:rgba(51,65,85,0.95);--chat-attachment-remove-border:rgba(226,232,240,0.16);--chat-attachment-remove-text:#cbd5e1;--chat-attachment-remove-hover-text:#ffffff;--chat-attachment-remove-solid-bg:#475569;--chat-attachment-remove-solid-hover-bg:#64748b;--chat-attachment-remove-solid-text:#ffffff;--chat-spinner-track:rgba(148,163,184,0.35);--chat-spinner-accent:#f8fafc;--chat-skeleton:#252a33;--chat-skeleton-strong:#303744;--chat-reasoning-bg:rgba(31,36,45,0.84);--chat-reasoning-hover-bg:rgba(44,51,63,0.92);--chat-reasoning-text:#cbd5e1;--chat-reasoning-strong-text:#f8fafc;--chat-reasoning-border:linear-gradient(180deg,rgba(148,163,184,0.36),rgba(71,85,105,0.2));--chat-selection-menu-bg:#1b2028;--chat-selection-menu-text:#f1f5f9;--chat-selection-menu-border:rgba(226,232,240,0.12);--chat-selection-menu-hover-bg:rgba(226,232,240,0.08);--chat-model-selected-shadow:0 0 #0000;--chat-code-bg:#161b22;--chat-code-text:#c9d1d9}.chat_headercontainer__GT7Yf{background:#fff;height:40px;position:fixed;top:40px;width:100%;z-index:30;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:left}.chat_headertitleicon__5UCyz{font-size:16px;font-weight:bolder;color:#000;padding:11px 10px 12px 5px;border-color:#fff;display:inline-block;cursor:pointer}.chat_chatbody__8HP7U{flex:1;overflow:auto;padding:90px 0;position:relative}.chat_threadTurn__e8Dee{width:100%;padding:8px 0}.chat_threadTurnInner__xJYJi{width:min(100%,52rem);margin:0 auto;padding:0 clamp(16px,3vw,24px)}.chat_maskBannerShell__LxuvV{width:100%;min-width:0}.chat_maskBannerShellWithAvatar__sbPk3{box-sizing:border-box;padding-left:52px}.chat_maskBanner__vca00{width:100%;min-width:0;border:1px solid var(--chat-border);border-radius:28px;background:var(--chat-surface);box-shadow:var(--chat-shadow)}.chat_maskBannerOnlyState__KclCO{padding:24px}.chat_maskBannerCompactState__aM24f{padding:16px 20px;border:0;box-shadow:none}.chat_messageList__6C54V{width:100%}.chat_messageRow__0H7vZ{display:flex;width:100%;min-width:0;align-items:flex-start;gap:12px}.chat_messageRowAssistant__MSva7{flex-direction:row}.chat_messageRowUser__lAPfM{flex-direction:row-reverse}.chat_messageColumn__WINvh{display:flex;min-width:0;flex-direction:column}.chat_messageColumnAssistant__k0Bew{flex:1 1 auto;align-items:flex-start}.chat_messageColumnUser__2vzJn{max-width:min(70%,36rem);margin-left:auto;align-items:flex-end}.chat_messageSurface__vXDhz{min-width:0;width:100%;-webkit-user-select:text;-moz-user-select:text;user-select:text}.chat_messageSurfaceAssistant__xlZRU{border:0;border-radius:0;background:var(--chat-assistant-message-bg);color:var(--chat-assistant-message-text);padding:0;box-shadow:none}.chat_messageSurfaceUser__U9h9N{position:relative;border-radius:22px 0 22px 22px;background:var(--chat-user-message-bg);color:var(--chat-user-message-text);padding:10px 16px;box-shadow:none}.chat_messageSurfaceUserWithToggle__BzbFT{padding-top:12px;padding-right:46px}.chat_textSelectionMenu__b2ho5{--chat-selection-menu-bg:#ffffff;--chat-selection-menu-text:#111827;--chat-selection-menu-border:rgba(15,23,42,0.08);--chat-selection-menu-hover-bg:rgba(15,23,42,0.05);--chat-text-muted:#4b5563;--chat-border:rgba(15,23,42,0.08);--chat-focus-ring:rgba(59,130,246,0.38);position:fixed;z-index:90;display:inline-flex;align-items:center;gap:0;transform:translateX(-50%);border-radius:9999px;border:1px solid var(--chat-selection-menu-border);background:var(--chat-selection-menu-bg);padding:3px;color:var(--chat-selection-menu-text);box-shadow:0 14px 32px rgba(15,23,42,.12)}.chat_textSelectionMenu__b2ho5[data-chat-theme=dark]{--chat-selection-menu-bg:#1b2028;--chat-selection-menu-text:#f1f5f9;--chat-selection-menu-border:rgba(226,232,240,0.12);--chat-selection-menu-hover-bg:rgba(226,232,240,0.08);--chat-text-muted:#cbd5e1;--chat-border:rgba(226,232,240,0.12);--chat-focus-ring:rgba(96,165,250,0.48);box-shadow:0 16px 34px rgba(0,0,0,.34)}.chat_sidebarPortalMenu__2lC71{--chat-sidebar-menu-bg:#ffffff;--chat-sidebar-hover-bg:#e5e7eb;--chat-sidebar-active-bg:#e5e7eb;--chat-sidebar-border:rgba(0,0,0,0.06);--chat-sidebar-divider:rgba(0,0,0,0.06);--chat-sidebar-text:#374151;--chat-sidebar-text-strong:#111827;--chat-sidebar-text-muted:#9ca3af;--chat-danger-text:#dc2626;--chat-danger-hover-bg:#fef2f2;--chat-shadow:0 8px 24px rgba(15,23,42,0.06)}.chat_sidebarPortalMenu__2lC71[data-chat-theme=dark]{--chat-sidebar-menu-bg:#1a2029;--chat-sidebar-hover-bg:rgba(226,232,240,0.08);--chat-sidebar-active-bg:#252b35;--chat-sidebar-border:rgba(226,232,240,0.1);--chat-sidebar-divider:rgba(226,232,240,0.1);--chat-sidebar-text:#cbd5e1;--chat-sidebar-text-strong:#f8fafc;--chat-sidebar-text-muted:#94a3b8;--chat-danger-text:#fca5a5;--chat-danger-hover-bg:rgba(248,113,113,0.14);--chat-shadow:0 10px 30px rgba(0,0,0,0.26)}.chat_textSelectionMenuButton__druLU{display:inline-flex;height:30px;align-items:center;gap:6px;border:0;border-radius:9999px;background:rgba(0,0,0,0);padding:0 11px;color:inherit;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .18s ease,color .18s ease}.chat_textSelectionMenuButton__druLU:hover{background:var(--chat-selection-menu-hover-bg)}.chat_textSelectionMenuButton__druLU:focus-visible{outline:none;background:var(--chat-selection-menu-hover-bg);box-shadow:inset 0 0 0 1px var(--chat-focus-ring)}.chat_textSelectionMenuButtonIcon__YkX_l{display:inline-flex;width:14px;height:14px;align-items:center;justify-content:center;color:var(--chat-text-muted)}.chat_textSelectionMenuButtonIcon__YkX_l svg{width:14px;height:14px}.chat_textSelectionMenuDivider__W_kdz{width:1px;align-self:stretch;margin:3px 1px;background:var(--chat-border)}.chat_userMessageContent__3rOc6{min-width:0;transition:max-height .2s ease}.chat_userMessageContentCollapsed__DQuwp{max-height:var(--user-message-collapse-height,168px);overflow:hidden}.chat_userMessageToggleButton__B8xvy{position:absolute;top:8px;right:8px;z-index:2;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;border-radius:9999px;background:var(--chat-user-toggle-bg);color:var(--chat-user-toggle-text);cursor:pointer;backdrop-filter:blur(6px);transition:background-color .18s ease,color .18s ease,transform .18s ease}.chat_userMessageToggleButton__B8xvy:hover{background:var(--chat-user-toggle-hover-bg);color:var(--chat-user-message-text)}.chat_userMessageToggleButton__B8xvy:focus-visible{outline:none;background:var(--chat-user-toggle-hover-bg);color:var(--chat-user-message-text);box-shadow:0 0 0 3px var(--chat-focus-ring)}.chat_userMessageToggleIcon__pr5jf{width:16px;height:16px;transition:transform .18s ease}.chat_userMessageToggleIconExpanded__AA_1B{transform:rotate(180deg)}.chat_userMessageCollapsedFade__fhIZ6{position:absolute;right:0;bottom:0;left:0;height:44px;pointer-events:none;border-bottom-left-radius:22px;border-bottom-right-radius:22px;background:var(--chat-user-message-fade)}.chat_assistantMessageGroup__0SagB{position:relative}.chat_messageActions__8OBKV{display:flex;align-items:center;gap:10px;min-height:40px;margin-top:8px;min-width:0;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease}.chat_assistantMessageGroup__0SagB:focus-within .chat_messageActions__8OBKV,.chat_assistantMessageGroup__0SagB:hover .chat_messageActions__8OBKV{opacity:1;pointer-events:auto;transform:translateY(0)}.chat_messageActionsVisible__eDHvI{opacity:1;pointer-events:auto;transform:translateY(0)}.chat_messageActionsMeta___aGCp{display:flex;min-width:0;flex:1 1 auto;align-items:center;flex-wrap:wrap;gap:6px;color:var(--chat-text-faint);font-size:12px;line-height:1.4}.chat_messageActionsMetaItem__BF0VX{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat_messageActionsMetaSeparator__N_ziL{flex:0 0 auto}.chat_messageActionsButtons__800iS{display:flex;flex:0 0 auto;align-items:center;gap:2px}.chat_messageActionButton__P2jzW{position:relative;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:10px;background:rgba(0,0,0,0);color:var(--chat-text-muted);cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.chat_messageActionButton__P2jzW:before{content:"";bottom:calc(100% + 3px);border:5px solid rgba(0,0,0,0);border-top-color:rgba(17,24,39,.92)}.chat_messageActionButton__P2jzW:after,.chat_messageActionButton__P2jzW:before{position:absolute;left:50%;opacity:0;pointer-events:none;transform:translate(-50%,4px);transition:opacity .18s ease,transform .18s ease}.chat_messageActionButton__P2jzW:after{content:attr(data-tooltip);bottom:calc(100% + 8px);padding:6px 8px;border-radius:8px;background:rgba(17,24,39,.92);color:#fff;font-size:12px;font-weight:500;line-height:1;white-space:nowrap;box-shadow:0 10px 24px rgba(15,23,42,.16)}.chat_messageActionButton__P2jzW:hover{background:var(--chat-hover-bg);color:var(--chat-text)}.chat_messageActionButton__P2jzW:focus-visible:after,.chat_messageActionButton__P2jzW:focus-visible:before,.chat_messageActionButton__P2jzW:hover:after,.chat_messageActionButton__P2jzW:hover:before{opacity:1;transform:translate(-50%)}.chat_messageActionButton__P2jzW:focus-visible{outline:none;background:var(--chat-hover-bg);color:var(--chat-text)}.chat_messageActionButton__P2jzW svg{width:21px;height:21px}.chat_messageActionSpeechButton__NQhVr{width:auto;min-width:32px;justify-content:flex-start;gap:0;padding:0}.chat_messageActionSpeechButtonExpanded__Z0AqT{padding-right:12px}.chat_messageActionSpeechButtonIcon__wSFk9{display:inline-flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center}.chat_messageActionSpeechButtonLabel__6jYiJ{display:inline-flex;max-width:0;min-width:0;align-items:center;overflow:hidden;white-space:nowrap;opacity:0;color:inherit;font-size:12px;font-weight:500;line-height:1;transform:translateX(-2px);transition:max-width .18s ease,opacity .18s ease,transform .18s ease,margin-left .18s ease}.chat_messageActionSpeechButtonLabelVisible__Pyx0G{max-width:11em;margin-left:2px;opacity:1;transform:translateX(0)}.chat_messageActionSpeechButtonSpinner__91kHY{animation:chat_messageActionSpeechSpin__oWr_W .8s linear infinite}@keyframes chat_messageActionSpeechSpin__oWr_W{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat_attachmentBubble__X1odm{width:-moz-fit-content;width:fit-content;max-width:100%}.chat_attachmentImageButton__mpWTQ{display:inline-flex;max-width:100%;align-items:center;border:0;border-radius:8px;background:rgba(0,0,0,0);padding:0;cursor:zoom-in;overflow:hidden}.chat_attachmentImageButton__mpWTQ:focus-visible{outline:2px solid var(--chat-focus-ring);outline-offset:3px}.chat_attachmentImage__W5oUu{display:block;width:auto;max-width:100%;max-height:300px;border-radius:6px}.chat_quoteAttachmentCard__nat8L{width:min(320px,100%);border:1px solid rgba(245,158,11,.2);border-radius:18px;background:linear-gradient(180deg,#fffaf0,#fffdf8);box-shadow:0 10px 24px rgba(217,119,6,.08);padding:12px 14px}.chat_quoteAttachmentCardMessage__ZUibR{max-width:min(320px,100vw - 120px)}.chat_quoteAttachmentHeader__soZyM{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.chat_quoteAttachmentBadge__MERa7{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:9999px;background:rgba(245,158,11,.12);color:#b45309;font-size:11px;font-weight:600;letter-spacing:.01em}.chat_quoteAttachmentMeta__NmmHv{color:#92400e;font-size:11px;white-space:nowrap}.chat_quoteAttachmentPreview__ulvs8{color:#1f2937;font-size:13px;line-height:1.65;white-space:pre-wrap;word-break:break-word;max-height:6.6em;overflow:hidden}.chat_quoteAttachmentFooter__EqG_S{margin-top:10px;color:#a16207;font-size:11px}.chat_chatitembot__3aDRa{display:flex;padding:7px 0;flex-direction:row;align-items:flex-start}.chat_chatitembot__3aDRa:last-child{animation:chat_slide-in__iukye .15s ease}.chat_chatitembot__3aDRa:hover .chat_chatmessagetopactions__xuTps{opacity:1;pointer-events:all;transform:translateX(10px)}.chat_chatmessagetopactions__xuTps{font-size:12px;position:absolute;right:5px;top:0;transition:all .15s ease;opacity:0;pointer-events:none;display:flex;flex-direction:column-reverse}.chat_chatmessagetopactions__xuTps .chat_chatmessagetopaction__6ElDH{opacity:.3;color:#000;white-space:nowrap;cursor:pointer}.chat_chatmessagetopactions__xuTps .chat_chatmessagetopaction__6ElDH:hover{opacity:1;font-weight:bolder}.chat_chatmessagetopactions__xuTps .chat_chatmessagetopaction__6ElDH:not(:first-child){margin-right:10px}.chat_chatmessagetopactions__xuTps .chat_actiontop__ypFZt{opacity:1;color:#000;white-space:nowrap;cursor:pointer}.chat_reasoningPanel__jmgwZ{width:min(100%,48rem);min-width:0;margin-bottom:6px;border:0;border-radius:0;background:rgba(0,0,0,0);box-shadow:none;overflow:visible}.chat_reasoningPanelOpen___E5us{margin-bottom:12px}.chat_reasoningSummary__zTQvr{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none;cursor:pointer;position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:space-between;gap:7px;max-width:100%;min-height:28px;border:0;width:auto;color:var(--chat-reasoning-text);padding:5px 9px;border-radius:8px;background:var(--chat-reasoning-bg);box-shadow:none;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .16s ease,color .16s ease}.chat_reasoningSummary__zTQvr::-webkit-details-marker{display:none}.chat_reasoningSummary__zTQvr:hover{background:var(--chat-reasoning-hover-bg);color:var(--chat-text-muted)}.chat_reasoningSummary__zTQvr:focus-visible{outline:2px solid var(--chat-focus-ring);outline-offset:2px}.chat_reasoningSummaryStatic__iGpuu{cursor:default}.chat_reasoningPanelOpen___E5us .chat_reasoningSummary__zTQvr,.chat_reasoningSummaryStatic__iGpuu:hover{background:var(--chat-reasoning-bg);color:var(--chat-reasoning-text)}.chat_reasoningPanelOpen___E5us .chat_reasoningSummary__zTQvr:hover{background:var(--chat-reasoning-hover-bg);color:var(--chat-text-muted)}.chat_reasoningPanelOpen___E5us .chat_reasoningSummaryStatic__iGpuu:hover{background:var(--chat-reasoning-bg);color:var(--chat-reasoning-text)}.chat_reasoningSummaryMain__HSafM{display:inline-flex;min-width:0;align-items:center;gap:7px}.chat_reasoningSummaryLabel__P8hml{min-width:0;overflow:hidden;color:inherit;font-size:14px;line-height:1.35;letter-spacing:0;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.chat_reasoningSummaryIcon__oDkkh{position:relative;z-index:1;width:16px;height:16px;flex-shrink:0;color:var(--chat-reasoning-text)}.chat_reasoningChevron__MM072{position:relative;z-index:1;width:14px;height:14px;flex-shrink:0;color:var(--chat-text-faint);transition:transform .18s ease,color .18s ease}.chat_reasoningPanelOpen___E5us .chat_reasoningChevron__MM072{transform:rotate(180deg);color:var(--chat-text-faint)}.chat_reasoningContentWrap__URiwB{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transform:translateY(-4px);transition:grid-template-rows .24s ease,opacity .18s ease,transform .18s ease,visibility 0s linear .24s}.chat_reasoningContentWrapOpen__mIod_{grid-template-rows:1fr;opacity:1;visibility:visible;transform:translateY(0);transition:grid-template-rows .24s ease,opacity .2s ease,transform .2s ease,visibility 0s linear 0s}.chat_reasoningContent__i7idw{min-height:0;overflow:hidden;position:relative;color:var(--chat-reasoning-text);margin-top:8px;margin-left:18px;padding:12px 0 4px 28px;border-top:0;background:rgba(0,0,0,0);--color-fg-default:var(--chat-reasoning-text);--color-fg-muted:var(--chat-text-muted);--color-fg-subtle:var(--chat-text-faint)}.chat_reasoningContent__i7idw:before{content:"";position:absolute;left:0;top:-8px;bottom:0;width:1px;background:var(--chat-reasoning-border)}.chat_reasoningPanelOpen___E5us .chat_reasoningContentInner__2Fir3{animation:chat_reasoning-content-reveal__YGSFm .22s ease-out}.chat_reasoningContentInner__2Fir3{min-height:20px}.chat_reasoningContentInner__2Fir3 .markdown-body{background:rgba(0,0,0,0);color:var(--chat-reasoning-text)}.chat_reasoningContentInner__2Fir3 .markdown-body li,.chat_reasoningContentInner__2Fir3 .markdown-body p{line-height:1.85}.chat_reasoningContentInner__2Fir3 .markdown-body p:last-child{margin-bottom:0}.chat_reasoningContentInner__2Fir3 .markdown-body strong{color:var(--chat-reasoning-strong-text);font-weight:700}.chat_reasoningPlaceholder__uTzqE{display:inline-flex;align-items:center;gap:8px;font-size:13px;line-height:1.6;color:var(--chat-text-faint);padding:4px 0 0}.chat_reasoningStatusPanel__VxlMV{padding:0}.chat_reasoningStatusSummary__P3qDB{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px 0 12px;border-radius:9999px;background:rgba(0,0,0,0)}.chat_reasoningStatusText__SOx74{font-size:13px;line-height:1;color:var(--chat-text-faint);font-weight:400}.chat_reasoningPlaceholderDots__XK0Z6,.chat_reasoningStatusDots__4jMwo{display:inline-flex;align-items:center;gap:4px}.chat_reasoningPlaceholderDots__XK0Z6 span,.chat_reasoningStatusDots__4jMwo span{width:5px;height:5px;border-radius:9999px;background:#93c5fd;animation:chat_reasoning-status-bounce__8MQBQ 1.2s ease-in-out infinite}.chat_reasoningPlaceholderDots__XK0Z6 span:nth-child(2),.chat_reasoningStatusDots__4jMwo span:nth-child(2){animation-delay:.15s}.chat_reasoningPlaceholderDots__XK0Z6 span:nth-child(3),.chat_reasoningStatusDots__4jMwo span:nth-child(3){animation-delay:.3s}.chat_webSearchPanel__k7yNh{width:min(100%,48rem);min-width:0;margin-bottom:6px;color:var(--chat-text)}.chat_webSearchPanelOpen__dce_c{margin-bottom:14px}.chat_webSearchSummary___53ev{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;overflow:hidden;border:0;background:var(--chat-reasoning-bg);display:inline-flex;max-width:100%;min-height:28px;align-items:center;gap:7px;border-radius:8px;padding:5px 9px;color:var(--chat-reasoning-text);font-size:14px;font-weight:500;line-height:1.35;cursor:pointer;transition:background .16s ease,color .16s ease}.chat_webSearchSummary___53ev:hover{background:var(--chat-reasoning-hover-bg);color:var(--chat-text-muted)}.chat_webSearchSummary___53ev:focus-visible{outline:2px solid var(--chat-focus-ring);outline-offset:2px}.chat_webSearchSummaryActive__Tecfq{background:var(--chat-reasoning-bg);color:var(--chat-reasoning-text)}.chat_webSearchSummaryIcon__7kVkl{position:relative;z-index:1;width:16px;height:16px;flex-shrink:0;color:var(--chat-reasoning-text)}.chat_webSearchSummaryText__F6Dkn{position:relative;z-index:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat_webSearchSummaryActive__Tecfq .chat_webSearchSummaryText__F6Dkn{--web-search-text-base:var(--chat-reasoning-text);--web-search-text-glint:var(--chat-text);color:rgba(0,0,0,0);background-image:linear-gradient(90deg,var(--web-search-text-base) 0,var(--web-search-text-base) 46%,var(--web-search-text-glint) 50%,var(--web-search-text-base) 54%,var(--web-search-text-base) 100%);background-size:300% 100%;background-position:100% 0;background-repeat:no-repeat;background-clip:text;-webkit-background-clip:text;animation:chat_web-search-text-shimmer__dbwR0 3s linear infinite}.chat_webSearchSummaryChevron__oxKQc{position:relative;z-index:1;width:14px;height:14px;flex-shrink:0;color:var(--chat-text-faint);transition:transform .18s ease}.chat_webSearchPanelOpen__dce_c .chat_webSearchSummaryChevron__oxKQc{transform:rotate(180deg)}.chat_webSearchDropdown__np1R9{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .2s ease,opacity .16s ease}.chat_webSearchDropdownOpen__4i11q{grid-template-rows:1fr;opacity:1}.chat_webSearchItems__Byh4s{display:grid;gap:8px;margin-top:8px;min-height:0;overflow:hidden;padding:2px 0 1px 3px}.chat_webSearchItem__0AOXo{display:grid;grid-template-columns:18px minmax(0,1fr);-moz-column-gap:8px;column-gap:8px;align-items:start;max-width:100%;color:var(--chat-text-muted);font-size:13px;line-height:1.5}.chat_webSearchItemActive__2agDK{color:var(--chat-text-faint)}.chat_webSearchItemIcon__Os1BN{display:inline-flex;width:18px;height:20px;align-items:center;justify-content:center;color:var(--chat-text-faint)}.chat_webSearchItemIcon__Os1BN svg{width:14px;height:14px;stroke-width:2}.chat_webSearchItemActive__2agDK .chat_webSearchItemIcon__Os1BN{color:var(--chat-reasoning-text)}.chat_webSearchItemBody__Et52A{display:flex;min-width:0;flex-wrap:wrap;-moz-column-gap:6px;column-gap:6px;row-gap:2px}.chat_webSearchItemAction__lRwh3{color:var(--chat-text-faint);white-space:nowrap}.chat_webSearchItemText__L_gcc{min-width:0;max-width:100%;overflow-wrap:anywhere;color:var(--chat-reasoning-text)}.chat_webSearchItemMeta__NaAmj{min-width:0;max-width:100%;overflow-wrap:anywhere;color:var(--chat-text-faint)}@keyframes chat_web-search-text-shimmer__dbwR0{0%{background-position:100% 0}33.333%{background-position:10% 0}33.334%,to{background-position:100% 0}}@media(prefers-reduced-motion:reduce){.chat_webSearchSummaryActive__Tecfq .chat_webSearchSummaryText__F6Dkn{animation:none;color:var(--chat-reasoning-text);background-image:none}}@keyframes chat_reasoning-content-reveal__YGSFm{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes chat_reasoning-status-bounce__8MQBQ{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-1px)}}.chat_chatitemuser__4uSnk{display:flex;padding:7px 0;flex-direction:row-reverse;align-items:flex-start}.chat_chatitemuser__4uSnk:hover .chat_chat-message-top-actions__YUwnS{opacity:1;pointer-events:all}.chat_chatavatar__vqO0z{padding:3px}.chat_chatavatar__vqO0z,.chat_chatavataruser__Q3E63{border:1px solid rgba(0,0,0,.1);align-items:fixed;height:40px;width:40px;flex-shrink:0;border-radius:5px;margin:0 10px;background-color:#fff}.chat_chatmessage__WnYak{max-width:calc(100% - 120px);background-color:#fff}.chat_chatmessage__WnYak,.chat_chatmessageuser___0ta_{position:relative;box-sizing:border-box;margin:0;border-radius:5px;padding:10px;-webkit-user-select:text;-moz-user-select:text;user-select:text;word-break:break-word}.chat_chatmessageuser___0ta_{background-color:#d9d9d9}.chat_widthcenter__Md_D7{max-width:calc(100% - 120px)}.chat_widthfull__1rY0h{max-width:100%;margin:0 24px}