.ChatLayout_chatPageContainer__UZKNq{display:flex;flex-direction:column;flex-grow:1;height:calc(100vh - var(--navbar-height));height:calc(100dvh - var(--navbar-height));width:100%;overflow:hidden;position:relative;background-color:var(--color-background-page);-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.ChatLayout_chatLayoutMain__Ls6rO{display:grid;grid-template-columns:var(--sidebar-width-open) minmax(500px,1fr) var(--tools-sidebar-width);grid-template-rows:minmax(0,1fr);flex:1;min-height:0;width:100%;overflow:hidden;column-gap:1px}.ChatLayout_sidebar__UcTWH{background-color:var(--color-background-sidebar);border-right:1px solid var(--color-border-subtle);box-sizing:border-box;z-index:var(--z-index-sidebar)}.ChatLayout_mainContent___9WsO,.ChatLayout_sidebar__UcTWH{height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.ChatLayout_mainContent___9WsO{background-color:var(--color-background-alt,#f9fafb);border-right:1px solid var(--color-border-subtle,#e5e7eb);border-left:1px solid var(--color-border-subtle,#e5e7eb);flex-grow:1}.ChatLayout_headerArea__hEH5z{height:var(--header-chat-height);padding:0 1rem;border-bottom:1px solid var(--color-border-subtle);flex-shrink:0;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:var(--z-index-chat-header)}.ChatLayout_contentDisplayArea__brXXF{flex-grow:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;display:flex;flex-direction:column;justify-content:flex-start;padding:3.5rem 0 .1rem;min-height:0}.ChatLayout_messagesContainer__hndPw{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem .25rem;display:flex;flex-direction:column;gap:1.25rem;flex-shrink:0;flex-grow:1;justify-content:flex-start}@media (max-width:768px){.ChatLayout_messagesContainer__hndPw{padding:.75rem .09375rem;gap:.875rem}.ChatLayout_initialPromptContainer__C6pZ8{padding:.75rem}}.ChatLayout_initialPromptContainer__C6pZ8{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;width:100%;box-sizing:border-box}.ChatLayout_initialPromptTitle__BpEEJ{font-size:1.8rem;font-weight:600;color:var(--color-text-primary)}.ChatLayout_inputAreaWrapper__oDFq6{padding:.75rem 1.5rem 1.25rem;background:linear-gradient(to bottom,transparent,var(--color-background-alt,#f9fafb) 30%);display:flex;justify-content:center;flex-shrink:0;width:100%;box-sizing:border-box;position:sticky;bottom:0;left:0;right:0;z-index:100;min-height:3.5rem;max-height:18rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom, 0px) + var(--kb-inset, 0px));transition:padding-bottom .2s ease}.ChatLayout_toolsSidebar__06Vxn{background-color:var(--color-background-sidebars);display:flex;flex-direction:column;overflow:hidden;height:100%;box-sizing:border-box;position:relative;z-index:var(--z-index-tools-sidebar)}.ChatLayout_sidebarTitle__f6eqq{font-size:.8rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.07em;padding-left:1rem}.ChatLayout_sidebarList__ylgvS{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.ChatLayout_sidebarItem__bK_dM{padding:.5rem 0}.ChatLayout_sidebarLink__477J2{display:block;padding:.6rem 1rem;font-size:.9rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;border-radius:6px;transition:background-color .2s ease,color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChatLayout_sidebarLink__477J2:hover{background-color:#e5e7eb;color:var(--color-text-primary)}.ChatLayout_sidebarLinkActive__ekYZR{background-color:var(--color-background-active);color:var(--color-text-link);font-weight:600}.ChatLayout_fixedNotification__q1J6P{position:absolute;bottom:1.5rem;left:1.5rem;background-color:var(--color-notification-bg);color:var(--color-notification-text);padding:.4rem .8rem .4rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:500;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 10px rgba(0,0,0,.1);z-index:var(--z-index-fixed-notification)}.ChatLayout_chatLayoutMain__Ls6rO>.ChatLayout_sidebar__UcTWH:not(.ChatLayout_sidebarCollapsed__ZjAxl)~.ChatLayout_fixedNotification__q1J6P{left:calc(var(--sidebar-width-open) + 1.5rem);transition:left .3s ease-in-out}.ChatLayout_chatLayoutMain__Ls6rO>.ChatLayout_sidebar__UcTWH.ChatLayout_sidebarCollapsed__ZjAxl~.ChatLayout_fixedNotification__q1J6P{left:1.5rem;transition:left .3s ease-in-out}.ChatLayout_notificationIcon__Z5_GH{background-color:rgba(255,255,255,.2);border-radius:50%;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;line-height:1}.ChatLayout_closeIcon__R0wcc{font-size:.9rem;line-height:1;cursor:pointer;opacity:.7;transition:opacity .2s ease}.ChatLayout_closeIcon__R0wcc:hover{opacity:1}@media (max-width:1024px){.ChatLayout_mainLayout__y8Zli{grid-template-columns:var(--sidebar-width-open) 1fr}.ChatLayout_toolsSidebar__06Vxn{position:fixed;top:0;bottom:0;right:0;transform:translateX(100%);z-index:200;transition:transform .3s ease-in-out;width:var(--sidebar-width-open);background-color:var(--color-background-sidebars);border-left:1px solid var(--color-border-subtle)}.ChatLayout_toolsSidebar__06Vxn.ChatLayout_isOpen__AcOsX{transform:translateX(0);box-shadow:0 0 20px rgba(0,0,0,.1);padding-top:30px}.ChatLayout_mainContent___9WsO{border-right:none}}@media (max-width:768px){.ChatLayout_chatPageContainer__UZKNq{position:fixed;top:var(--chat-canvas-top,48px);bottom:0;left:0;right:0;height:auto;min-height:0;overflow:hidden;overscroll-behavior-y:contain}.ChatLayout_chatLayoutMain__Ls6rO{display:flex;flex-direction:row;flex:1;min-height:0;overflow:hidden}.ChatLayout_sidebar__UcTWH{position:fixed;top:var(--navbar-height,64px);bottom:0;left:0;transform:translateX(-100%);z-index:200;transition:transform .25s cubic-bezier(.22,1,.36,1);width:70%;max-width:360px;border-right:1px solid var(--color-border-subtle);box-shadow:2px 0 12px rgba(0,0,0,.06)}.ChatLayout_sidebar__UcTWH.ChatLayout_isOpen__AcOsX{transform:translateX(0)}.ChatLayout_toolsSidebar__06Vxn{position:fixed;top:var(--navbar-height,64px);bottom:0;right:0;transform:translateX(100%);z-index:200;transition:transform .25s cubic-bezier(.22,1,.36,1);width:var(--tools-sidebar-width,76px);background-color:var(--color-background-sidebars);border-left:1px solid var(--color-border-subtle);box-shadow:-2px 0 12px rgba(0,0,0,.06)}.ChatLayout_toolsSidebar__06Vxn.ChatLayout_isOpen__AcOsX{transform:translateX(0)}.ChatLayout_mainContent___9WsO{width:100%;display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden;box-sizing:border-box}.ChatLayout_contentDisplayArea__brXXF{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;padding:.5rem 0 6.5rem}.ChatLayout_inputAreaWrapper__oDFq6{position:fixed;bottom:0;left:0;right:0;padding:.5rem .25rem calc(1.25rem + env(safe-area-inset-bottom, 0px) + var(--kb-inset, 0px));background-color:var(--color-background-main-content);box-shadow:0 -1px 5px rgba(0,0,0,.1);flex-shrink:0;min-height:3.5rem;z-index:110}.ChatLayout_fixedNotification__q1J6P{left:1rem;bottom:1rem}.ChatLayout_messagesContainer__hndPw{max-width:100%;padding:.75rem .09375rem}.ChatLayout_initialPromptTitle__BpEEJ{font-size:1.5rem}.ChatLayout_initialPromptContainer__C6pZ8{padding:1rem;text-align:center}.ChatLayout_headerArea__hEH5z{padding:0 .75rem}}.ChatLayout_menuToggleButton___jiOu{padding:.4rem .6rem;font-size:1.25rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease-in-out;color:var(--color-text-primary);display:flex;align-items:center;justify-content:center}.ChatLayout_menuToggleButton___jiOu:hover{background-color:var(--color-border-subtle)}.ChatLayout_backdrop__JOiMX,.ChatLayout_mobileChatHeader__BJqQo{display:none}@media (max-width:768px){.ChatLayout_backdrop__JOiMX{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:150;-webkit-tap-highlight-color:transparent}}.ChatLayout_compactChat__DbVNC{height:62vh;min-height:400px;max-height:700px;overflow:hidden;position:relative;border-bottom:1px solid var(--color-border-subtle,#e5e7eb)}.ChatLayout_compactChat__DbVNC .ChatLayout_chatLayoutMain__Ls6rO{grid-template-columns:var(--sidebar-width-open) minmax(500px,1fr) var(--tools-sidebar-width)}@media (max-width:768px){.ChatLayout_compactChat__DbVNC{position:relative;top:auto;bottom:auto;left:auto;right:auto;height:62vh;min-height:420px;max-height:70vh;overflow:hidden;width:100%}.ChatLayout_compactChat__DbVNC .ChatLayout_chatLayoutMain__Ls6rO{grid-template-columns:0 minmax(0,1fr) 0;column-gap:0}.ChatLayout_compactChat__DbVNC .ChatLayout_sidebar__UcTWH,.ChatLayout_compactChat__DbVNC .ChatLayout_toolsSidebar__06Vxn{display:none}}.ChatMessages_messagesList__TaXiz{display:flex;flex-direction:column;gap:.75rem;width:100%;padding:.5rem 0;flex-grow:1}.ChatMessages_messageRow__P70u7{display:flex;gap:.5rem;align-items:flex-start;width:100%}.ChatMessages_userMessageRow__yotZb{justify-content:flex-end}.ChatMessages_assistantMessageRow__yu0QQ{justify-content:flex-start}.ChatMessages_avatar__2SW4Z{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.35rem}.ChatMessages_userAvatar__zaVq3{background-color:#fdf2c0;color:#b7791f}.ChatMessages_assistantAvatar__RANGL{background-color:#f5c842;color:#1f2937;box-shadow:0 2px 6px rgba(245,200,66,.35)}.ChatMessages_messageBubble___wZwV{padding:.55rem .9rem;border-radius:14px;line-height:1.55;word-wrap:break-word;overflow-wrap:break-word;font-size:.95rem;position:relative}.ChatMessages_userMessageRow__yotZb .ChatMessages_messageBubble___wZwV{flex-grow:1;width:100%;max-width:93%;background-color:#fef9e7;color:#1f2937;border-bottom-right-radius:4px;border:1px solid #fdf2c0}.ChatMessages_assistantMessageRow__yu0QQ .ChatMessages_messageBubble___wZwV{flex-grow:1;width:100%;max-width:93%;background-color:#f7f7f8;color:#1f2937;border-bottom-left-radius:4px;border:1px solid #ececee}.ChatMessages_streamingBubble__kytYM{min-height:1.5rem}.ChatMessages_streamingBubble__kytYM:after{content:"";display:inline-block;width:2px;height:1em;background-color:currentColor;margin-left:2px;vertical-align:text-bottom;animation:ChatMessages_cursorBlink__MmdTr .8s step-end infinite}@keyframes ChatMessages_cursorBlink__MmdTr{0%,to{opacity:1}50%{opacity:0}}.ChatMessages_thinkingIndicator__j1e8F{display:flex;align-items:center;gap:4px;padding:.25rem 0}.ChatMessages_thinkingDot__XxNZc{width:6px;height:6px;border-radius:50%;background-color:#9ca3af;animation:ChatMessages_thinkingBounce__mCooV 1s ease-in-out infinite}@keyframes ChatMessages_thinkingBounce__mCooV{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-3px);opacity:1}}.ChatMessages_markdownContent__xuQFG{font-size:.95rem;line-height:1.55}.ChatMessages_markdownContent__xuQFG p{margin:.4em 0}.ChatMessages_markdownContent__xuQFG p:first-child{margin-top:0}.ChatMessages_markdownContent__xuQFG p:last-child{margin-bottom:0}.ChatMessages_markdownH2__VbxRu{font-size:1.1rem;font-weight:700;margin:.8em 0 .4em}.ChatMessages_markdownH3__62zh5{font-size:1rem;font-weight:600;margin:.6em 0 .3em}.ChatMessages_markdownOl__Lqwvw,.ChatMessages_markdownUl__j1Qtn{margin:.4em 0;padding-left:1.4rem}.ChatMessages_markdownLi__CSPfs{margin:.2em 0}.ChatMessages_markdownLink__sSSzo{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.ChatMessages_markdownLink__sSSzo:hover{color:#1d4ed8}.ChatMessages_markdownTable__ZW3Cy{border-collapse:collapse;width:100%;margin:.5em 0;font-size:.9rem}.ChatMessages_markdownTable__ZW3Cy td,.ChatMessages_markdownTable__ZW3Cy th{border:1px solid #e5e7eb;padding:.4rem .6rem;text-align:left}.ChatMessages_markdownTable__ZW3Cy th{background-color:#f9fafb;font-weight:600}.ChatMessages_markdownInlineCode__2KYfu{background-color:#f3f4f6;padding:.1rem .35rem;border-radius:4px;font-size:.88em;font-family:ui-monospace,monospace}.ChatMessages_markdownCode__CJezn{display:block;background-color:#1f2937;color:#f9fafb;padding:.75rem 1rem;border-radius:8px;font-size:.88rem;font-family:ui-monospace,monospace;overflow-x:auto;margin:.5em 0;white-space:pre}.ChatMessages_markdownContent__xuQFG img{max-width:100%;border-radius:8px;margin:.5em 0}.ChatMessages_copiedNotification__BeqVJ{position:absolute;top:-1.5rem;right:0;background-color:#1f2937;color:white;font-size:.7rem;padding:.2rem .5rem;border-radius:6px;animation:ChatMessages_fadeIn__M_ZH7 .2s ease;z-index:5}@keyframes ChatMessages_fadeIn__M_ZH7{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ChatMessages_messagesList__TaXiz{gap:.65rem;padding:.4rem 0}.ChatMessages_messageBubble___wZwV{font-size:.92rem;padding:.5rem .8rem;border-radius:12px}.ChatMessages_assistantMessageRow__yu0QQ .ChatMessages_messageBubble___wZwV,.ChatMessages_userMessageRow__yotZb .ChatMessages_messageBubble___wZwV{max-width:97%}.ChatMessages_avatar__2SW4Z{width:22px;height:22px}}.ChatMessages_messageAttachments__IbvPI{display:flex;flex-direction:column;gap:6px;margin-bottom:6px;max-width:280px}.ChatMessages_messageImage__YDJcZ{max-width:240px;max-height:240px;border-radius:12px;object-fit:cover;display:block;border:1px solid rgba(0,0,0,.08)}.ChatMessages_messageFileChip__xhIWr{display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.05);border-radius:10px;padding:8px 12px;max-width:240px;font-size:.85rem}.ChatMessages_messageFileIcon__QsPsR{font-size:1.2rem}.ChatMessages_messageFileName__QQTRR{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit}.ChatMessages_markdownImage__g7xaz{max-width:240px;max-height:240px;border-radius:12px;display:block;margin:6px 0}.MessageActions_actionsContainer__G99ds{display:flex;gap:12px;margin-top:12px;opacity:.2;transition:opacity .2s ease;padding-top:10px;border-top:1px solid #e5e7eb}.MessageActions_actionsContainer__G99ds:focus-within,div:hover>.MessageActions_actionsContainer__G99ds{opacity:1}.MessageActions_actionButton__9LzQY{display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #d1d5db;color:#4b5563;width:36px;height:36px;border-radius:6px;cursor:pointer;transition:all .2s ease;margin:0 2px}.MessageActions_actionButton__9LzQY:hover{background-color:var(--color-hover-bg,#f5f5f5);color:var(--color-primary,#0070f3)}.MessageActions_actionActive__iXIu1{background-color:var(--color-active-bg,#e6f7ff);color:var(--color-primary,#0070f3);border-color:var(--color-primary,#0070f3)}.MessageActions_actionIcon__AKcwJ{width:16px;height:16px}.ChatInput_inputSectionContainer__z_lyI{max-width:1200px;margin:0 auto;align-items:center}.ChatInput_inputBox__xSckZ,.ChatInput_inputSectionContainer__z_lyI{width:100%;display:flex;flex-direction:column;position:relative;z-index:100}.ChatInput_inputBox__xSckZ{background-color:#ffffff;border-radius:16px;border:1px solid var(--color-border-input,#e2e4e9);box-shadow:0 2px 8px rgba(0,0,0,.06);overflow:visible;transition:border-color .2s ease,box-shadow .2s ease}.ChatInput_inputBox__xSckZ:focus-within{border-color:var(--color-border-input-focus,#f5c842);box-shadow:0 0 0 2px rgba(245,200,66,.2),0 2px 8px rgba(0,0,0,.06)}.ChatInput_textarea__jA24j{min-height:2.4rem;max-height:160px;resize:none;line-height:1.5;padding:.75rem 1rem;font-size:.95rem;font-family:inherit;box-sizing:border-box;width:100%;border:none;outline:none;background-color:transparent;color:var(--color-text-primary);border-radius:16px 16px 0 0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;word-wrap:break-word;white-space:pre-wrap}.ChatInput_textarea__jA24j::placeholder{color:var(--color-text-placeholder)}.ChatInput_textarea__jA24j:disabled{opacity:.6;background-color:#f9fafb}.ChatInput_textarea__jA24j::-webkit-scrollbar{width:6px}.ChatInput_textarea__jA24j::-webkit-scrollbar-track{background:transparent;margin:.5rem 0}.ChatInput_textarea__jA24j::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ChatInput_textarea__jA24j::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ChatInput_toolbarArea__QjSvp{padding:.25rem .5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;background-color:transparent;border-radius:0 0 16px 16px;position:relative;z-index:100;flex-shrink:0;border-top:1px solid #f0f1f4}.ChatInput_leftToolbar__Ych2I,.ChatInput_rightToolbar__rXqr_{display:flex;align-items:center;gap:.25rem}.ChatInput_leftToolbar__Ych2I{flex:1;min-width:0}.ChatInput_rightToolbar__rXqr_{margin-left:auto;flex-shrink:0}.ChatInput_toolbarButton__jQ2LU{width:32px;height:32px;border-radius:8px;border:none;background-color:transparent;color:var(--color-text-secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.ChatInput_toolbarButtonWithLabel__cbgm2{width:auto;min-width:36px;padding:0 .5rem;gap:.375rem}.ChatInput_toolbarLabel__3vudD{max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:500}.ChatInput_toolbarButton__jQ2LU:hover:not(:disabled){background-color:#f3f4f6;color:var(--color-text-primary)}.ChatInput_toolbarButton__jQ2LU.ChatInput_active__DYgwj{background-color:#e0e7ff;color:#3b82f6}.ChatInput_toolbarButton__jQ2LU:disabled{opacity:.4;cursor:not-allowed}.ChatInput_toolIcon__anNEz{width:20px;height:20px}.ChatInput_sendButton__fb5_o{width:32px;height:32px;background-color:var(--color-button-send-bg);color:var(--color-button-send-text);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:opacity .2s ease,transform .1s ease;flex-shrink:0}.ChatInput_sendButton__fb5_o:hover:not(:disabled){background-color:var(--color-button-send-bg);opacity:var(--color-button-send-hover-opacity)}.ChatInput_sendButton__fb5_o:active:not(:disabled){transform:scale(.94)}.ChatInput_icon__lXM9W{width:20px;height:20px}.ChatInput_popoverContainer__XAexZ{position:relative;z-index:200}.ChatInput_popoverMenu__vWxvS{position:absolute;bottom:calc(100% + 8px);left:0;transform:none;background-color:#ffffff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);padding:.5rem;min-width:220px;max-height:320px;overflow-y:auto;z-index:10000;animation:ChatInput_popoverFadeIn__AzVKb .15s ease-out}@keyframes ChatInput_popoverFadeIn__AzVKb{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ChatInput_popoverHeader__gj1Pb{font-size:.75rem;font-weight:600;color:var(--color-text-secondary);padding:.5rem .75rem .25rem;text-transform:uppercase;letter-spacing:.05em}.ChatInput_popoverItem__MPIbf{width:100%;text-align:left;padding:.625rem .75rem;font-size:.9rem;color:var(--color-text-primary);background-color:transparent;border:none;border-radius:8px;cursor:pointer;transition:background-color .15s ease;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.ChatInput_popoverItem__MPIbf:hover{background-color:#f3f4f6}.ChatInput_popoverItem__MPIbf.ChatInput_selected__oAihH{background-color:#dbeafe;color:#1e40af;font-weight:500}.ChatInput_lockedItem__MyB7w{opacity:.7;cursor:not-allowed}.ChatInput_lockedItem__MyB7w:hover{background-color:transparent}.ChatInput_modelMeta__VUSxl{display:inline-flex;align-items:center;gap:.3rem}.ChatInput_proBadge__L9J_M{font-size:.72rem;font-weight:600;color:#1e40af;background-color:#dbeafe;border-radius:999px;padding:.1rem .4rem}.ChatInput_lockIcon__xPP7u{width:.85rem;height:.85rem;color:#6b7280}.ChatInput_popoverMenu__vWxvS::-webkit-scrollbar{width:6px}.ChatInput_popoverMenu__vWxvS::-webkit-scrollbar-track{background:transparent}.ChatInput_popoverMenu__vWxvS::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ChatInput_popoverMenu__vWxvS::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:768px){.ChatInput_inputBox__xSckZ{border-radius:14px}.ChatInput_textarea__jA24j{padding:.625rem .875rem;font-size:.9rem;border-radius:14px 14px 0 0;max-height:120px;min-height:2.2rem}.ChatInput_toolbarArea__QjSvp{padding:.2rem .375rem;border-radius:0 0 14px 14px}.ChatInput_toolbarButton__jQ2LU{width:32px;height:32px}.ChatInput_toolbarButtonWithLabel__cbgm2{width:32px;min-width:32px;padding:0}.ChatInput_toolbarLabel__3vudD{display:none}.ChatInput_sendButton__fb5_o{width:32px;height:32px}.ChatInput_icon__lXM9W,.ChatInput_toolIcon__anNEz{width:18px;height:18px}.ChatInput_popoverMenu__vWxvS{left:0;transform:none;min-width:200px}}.ChatInput_disclaimer__mUrmz{font-size:.75rem;text-align:center;display:block;margin-top:1rem;color:var(--color-text-secondary)}.ChatInput_modelPopoverMenu__hXE8S{position:absolute;bottom:calc(100% + 8px);left:0;transform:none;width:min(460px,calc(100vw - 24px));max-width:460px;max-height:60vh;padding:.75rem;border-radius:14px;box-shadow:0 10px 40px rgba(0,0,0,.15);border:1px solid #e5e7eb;animation:ChatInput_modelPopoverIn__sKLvj .18s ease-out}@keyframes ChatInput_modelPopoverIn__sKLvj{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ChatInput_modelTabs__HnIU4{display:flex;gap:6px;margin:.5rem 0 .75rem;padding:4px;background:#f3f4f6;border-radius:10px}.ChatInput_modelTab__KSUk_{flex:1;padding:8px 10px;font-size:.85rem;font-weight:600;color:#6b7280;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;font-family:inherit}.ChatInput_modelTabActive__2q8e4{background:#ffffff;color:#111827;box-shadow:0 2px 8px rgba(0,0,0,.1)}.ChatInput_modelList__5ASId{max-height:45vh;overflow-y:auto}.ChatInput_modelEmpty__FvTe7{padding:2rem 1rem;text-align:center;color:#9ca3af;font-size:.9rem}.ChatInput_modelListItem__mz0AD{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:.625rem .75rem;font-size:.9rem;color:var(--color-text-primary);background-color:transparent;border:none;border-radius:8px;cursor:pointer;transition:background-color .15s ease}.ChatInput_modelListItemName__H6iYi{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-weight:400}.ChatInput_modelListItemCost__78svd{flex-shrink:0;font-size:.75rem;color:#9ca3af;background:#f3f4f6;padding:2px 10px;border-radius:999px;white-space:nowrap;min-width:52px;text-align:center}.ChatInput_modelListItem__mz0AD.ChatInput_selected__oAihH{background:#eff6ff;color:#2563eb}@media (max-width:768px){.ChatInput_modelPopoverMenu__hXE8S{position:fixed!important;left:12px!important;right:12px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:auto!important;max-width:none!important;max-height:60dvh!important;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden;padding:0;animation:ChatInput_modelPopoverFade__VUrbs .18s ease-out}.ChatInput_modelPopoverMenu__hXE8S .ChatInput_popoverHeader__gj1Pb{padding:16px 20px 8px;flex-shrink:0}.ChatInput_modelTabs__HnIU4{display:grid;grid-template-columns:repeat(3,1fr);margin:6px 12px 10px;height:52px;padding:4px;background:#f3f4f6;border-radius:12px;flex-shrink:0}.ChatInput_modelTab__KSUk_{font-size:14px;padding:6px;border-radius:8px;min-height:40px;-webkit-tap-highlight-color:transparent}.ChatInput_modelList__5ASId{flex:1;overflow-y:auto;overflow-x:hidden;max-height:none;padding:0 12px 12px;-webkit-overflow-scrolling:touch}.ChatInput_modelListItem__mz0AD{display:grid!important;grid-template-columns:70% 30%!important;align-items:center;column-gap:12px;width:100%!important;box-sizing:border-box;padding:8px 12px;border-radius:10px;margin-bottom:10px;overflow:hidden}.ChatInput_modelListItemName__H6iYi{font-size:15px;font-weight:400;color:#1e293b;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;display:block}.ChatInput_modelListItemCost__78svd{justify-self:center;width:70px;min-width:70px;height:30px;line-height:30px;padding:0;border-radius:15px;font-size:13px;background:#f1f5f9;color:#475569;text-align:center;box-sizing:border-box;white-space:nowrap}.ChatInput_modelListItem__mz0AD.ChatInput_selected__oAihH{background:#eff6ff}.ChatInput_modelListItem__mz0AD.ChatInput_selected__oAihH .ChatInput_modelListItemName__H6iYi{color:#2563eb}.ChatInput_modelButtonLabel__1Qs0U{display:inline!important;max-width:9rem}.ChatInput_toolbarLabel__3vudD{display:none}}@media (max-width:768px){.ChatInput_popoverContainer__XAexZ:has(>button[aria-label="Select AI Model"]){min-width:0;flex:0 1 auto}.ChatInput_popoverContainer__XAexZ:has(>button[aria-label="Select AI Model"])>button{width:auto!important;min-width:36px!important;padding:0 .5rem!important}}.ChatInput_attachmentPreviewRow__iB8e_{display:flex;flex-wrap:wrap;gap:8px;padding:8px 12px 0}.ChatInput_attachmentChip__Ydj65{display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:4px 8px 4px 4px;max-width:220px;font-size:.78rem;color:#334155}.ChatInput_attachmentThumb__k2BpP{width:36px;height:36px;object-fit:cover;border-radius:8px}.ChatInput_attachmentFileIcon__Smo0C{font-size:1.2rem;padding:0 4px}.ChatInput_attachmentName__iW_xf{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChatInput_attachmentRemove__nrred{background:transparent;border:none;color:#94a3b8;font-size:1.1rem;cursor:pointer;line-height:1;padding:0 2px;border-radius:50%}.ChatInput_attachmentRemove__nrred:hover{color:#ef4444}.ChatInput_uploadCountBadge__kYWg2{position:absolute;top:-4px;right:-4px;background:#2563eb;color:#fff;font-size:.65rem;font-weight:700;min-width:16px;height:16px;line-height:16px;border-radius:8px;text-align:center;padding:0 4px;box-sizing:border-box}.ChatInput_attachmentUploading__I0gPE{font-size:.8rem;color:#94a3b8;animation:ChatInput_pulse__q4S0H 1s infinite}@keyframes ChatInput_pulse__q4S0H{0%,to{opacity:1}50%{opacity:.4}}.HistorySidebar_sidebarContainer__qKM5B{width:100%;height:calc(100vh - var(--navbar-height));display:flex;flex-direction:column;padding:.6rem;box-sizing:border-box;background-color:var(--color-background-sidebar)}@media (max-width:768px){.HistorySidebar_sidebarContainer__qKM5B{width:100%;height:calc(100vh - var(--navbar-height));display:flex;flex-direction:column;padding:.5rem .6rem;box-sizing:border-box;background-color:var(--color-background-sidebar)}.HistorySidebar_sidebarContainer__qKM5B.HistorySidebar_open__9ZWaR{left:0}}.HistorySidebar_topControls__o5Fsa{display:flex;align-items:center;justify-content:space-between;padding:.25rem .25rem .75rem;flex-shrink:0}.HistorySidebar_newChatButton__Wjmfz{flex-grow:1;display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;font-size:.875rem;font-weight:500;color:var(--color-text-primary);background-color:var(--color-background-sidebar);border:1px solid var(--color-newchat-button-border);border-radius:8px;cursor:pointer;text-align:left;transition:background-color .2s ease;margin-right:.5rem}.HistorySidebar_newChatButton__Wjmfz:hover{background-color:var(--color-newchat-button-hover-bg)}.HistorySidebar_newChatButton__Wjmfz .HistorySidebar_icon__GyFOT{font-size:1rem;color:var(--color-text-icon);width:18px;height:18px}.HistorySidebar_newChatButtonText___vZDp{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s ease .1s,max-width .3s ease .1s}.HistorySidebar_scrollableContent__EpV4H{flex-grow:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c5c5c5 var(--color-background-sidebar)}.HistorySidebar_scrollableContent__EpV4H::-webkit-scrollbar{width:6px}.HistorySidebar_scrollableContent__EpV4H::-webkit-scrollbar-track{background:var(--color-background-sidebar);border-radius:3px}.HistorySidebar_scrollableContent__EpV4H::-webkit-scrollbar-thumb{background-color:#c5c5c5;border-radius:3px}.HistorySidebar_sidebarNavSection__kwPuG{display:flex;flex-direction:column;gap:.1rem;margin-bottom:1.25rem;padding:0 .25rem}.HistorySidebar_navLink__wKPPf{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.875rem;font-weight:500;color:var(--color-text-primary);text-decoration:none;border-radius:8px;transition:background-color .2s ease;cursor:pointer}.HistorySidebar_navLink__wKPPf:hover{background-color:var(--color-link-hover-bg)}.HistorySidebar_navLink__wKPPf .HistorySidebar_icon__GyFOT{font-size:1.1rem;color:var(--color-text-icon);width:20px;text-align:center;flex-shrink:0}.HistorySidebar_navLinkText__1Twv7{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s ease .1s,max-width .3s ease .1s}.HistorySidebar_historyGroup__zx4pU{margin-bottom:1rem;padding:0 .25rem}.HistorySidebar_historyGroupTitle__d4EP1{font-size:.75rem;font-weight:500;color:var(--color-text-secondary);padding:.3rem .75rem;margin-bottom:.25rem;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.HistorySidebar_historyList__KXkbT{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.1rem}.HistorySidebar_historyItem__pjbvw{display:flex;align-items:center;border-radius:6px;transition:background-color .15s ease;position:relative}.HistorySidebar_historyItemActive__tR4Nn,.HistorySidebar_historyItem__pjbvw:hover{background-color:var(--color-link-hover-bg,#ececf1)}.HistorySidebar_historyItemActive__tR4Nn .HistorySidebar_historyLink__RtXn2{color:var(--color-text-primary);font-weight:500}.HistorySidebar_historyLink__RtXn2{display:block;flex:1;min-width:0;padding:.5rem .5rem .5rem .75rem;font-size:.875rem;color:var(--color-text-secondary);text-decoration:none;background:none;border:none;cursor:pointer;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease;font-family:inherit}.HistorySidebar_historyLink__RtXn2:hover{color:var(--color-text-primary)}.HistorySidebar_itemMenuWrap__XfXLp{position:relative;flex-shrink:0;display:flex;align-items:center}.HistorySidebar_threeDotsBtn__NcYro{display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--color-text-secondary,#6b7280);cursor:pointer;opacity:.6;transition:all .15s ease;margin-right:.25rem}.HistorySidebar_threeDotsBtn__NcYro:hover{opacity:1;background:rgba(0,0,0,.05);color:var(--color-text-primary)}.HistorySidebar_itemMenu__zCvYx{position:absolute;top:calc(100% + 4px);right:0;z-index:300;min-width:130px;background:#ffffff;border:1px solid var(--color-border-subtle,#e5e7eb);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:.3rem;display:flex;flex-direction:column;gap:2px}.HistorySidebar_itemMenuBtn__bhyu6{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem;font-size:.8rem;font-weight:500;color:var(--color-text-primary,#111827);background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:background-color .15s ease;font-family:inherit;width:100%}.HistorySidebar_itemMenuBtn__bhyu6:hover{background:#f3f4f6}.HistorySidebar_itemMenuBtnDanger__0usHt{color:#dc2626}.HistorySidebar_itemMenuBtnDanger__0usHt:hover{background:#fef2f2}.HistorySidebar_renameInput__vhOvG{flex:1;min-width:0;margin:.2rem .4rem;padding:.4rem .5rem;font-size:.85rem;font-family:inherit;border:1px solid var(--color-border-input-focus,#f5c842);border-radius:6px;outline:none;background:#ffffff;color:var(--color-text-primary);box-shadow:0 0 0 2px rgba(245,200,66,.15)}.HistorySidebar_sidebarFooter__yukQG{margin-top:auto;padding:.75rem .25rem 0;border-top:1px solid var(--color-border-subtle);flex-shrink:0}.HistorySidebar_profileCard__VA93p{display:flex;align-items:center;gap:.625rem;padding:.5rem;border-radius:8px;transition:background .15s ease;cursor:pointer;border:none;background:none;width:100%;text-align:left;color:inherit;font-family:inherit;font-size:inherit}.HistorySidebar_profileCard__VA93p:hover{background:var(--color-link-hover-bg,#ececf1)}.HistorySidebar_profileAvatarWrap__eQJVv{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.HistorySidebar_profileAvatarSvg__UITU9{width:20px;height:20px;color:#6b7280}.HistorySidebar_profileAvatarImg__A1b6a{width:100%;height:100%;object-fit:cover}.HistorySidebar_profileInfo__ihnFq{display:flex;flex-direction:column;min-width:0;flex:1}.HistorySidebar_profileName__aHRnz{font-size:.8125rem;font-weight:600;color:var(--color-text-primary,#111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.HistorySidebar_profilePlan__FuZhI{font-size:.6875rem;color:var(--color-text-secondary,#6b7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.HistorySidebar_upgradeLink__ubqOz{display:flex;align-items:center;gap:.75rem;padding:.6rem .5rem;text-decoration:none;border-radius:8px;background-color:transparent;transition:background-color .2s ease}.HistorySidebar_upgradeLink__ubqOz:hover{background-color:var(--color-link-hover-bg)}.HistorySidebar_upgradeLink__ubqOz .HistorySidebar_icon__GyFOT{font-size:1rem;color:var(--color-text-icon);width:20px;text-align:center;flex-shrink:0}.HistorySidebar_upgradeTitle__NUj0X{display:block;font-size:.9rem;font-weight:600;color:var(--color-text-primary)}.HistorySidebar_upgradeSubtitle__zWi9v{display:block;font-size:.75rem;color:var(--color-text-secondary)}.HistorySidebar_historyLinkActive__xz_cz{background-color:var(--color-link-hover-bg);color:var(--color-text-primary);font-weight:500}.HistorySidebar_loadingHistory__hSbTV,.HistorySidebar_noHistory__GbsrI{padding:.5rem .75rem;font-size:.875rem;color:var(--color-text-secondary);font-style:italic;text-align:center}.sidebarCollapsed .HistorySidebar_newChatButton__Wjmfz{justify-content:center;padding:.6rem;width:fit-content;margin-right:0}.sidebarCollapsed .HistorySidebar_topControls__o5Fsa{justify-content:center}.sidebarCollapsed .HistorySidebar_historyGroup__zx4pU,.sidebarCollapsed .HistorySidebar_sidebarFooter__yukQG,.sidebarCollapsed .HistorySidebar_sidebarNavSection__kwPuG{width:fit-content;margin-left:auto;margin-right:auto}.sidebarCollapsed .HistorySidebar_navLink__wKPPf,.sidebarCollapsed .HistorySidebar_upgradeLink__ubqOz{justify-content:center;padding:.6rem;width:auto}.sidebarCollapsed .HistorySidebar_navLink__wKPPf .HistorySidebar_icon__GyFOT,.sidebarCollapsed .HistorySidebar_upgradeLink__ubqOz .HistorySidebar_icon__GyFOT{margin-right:0}.sidebarCollapsed .HistorySidebar_historyList__KXkbT{display:none}.ToolsSidebar_sidebarContainer__gtKyi{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .25rem;height:100%;box-sizing:border-box;background:#fafafa}.ToolsSidebar_toolList__8Xi64{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%}.ToolsSidebar_profileButton__uVMwR{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer;transition:all .15s ease;margin-bottom:.75rem}.ToolsSidebar_profileButton__uVMwR:hover{background:#eaeaea}.ToolsSidebar_profileAvatar__bzTt8{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #f5c842}.ToolsSidebar_profileAvatarDefault__X1l_X{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f5c842,#ffd966);color:#1a1a1a;display:flex;align-items:center;justify-content:center;border:2px solid rgba(245,200,66,.4)}.ToolsSidebar_profileAvatarDefault__X1l_X svg{width:20px;height:20px}.ToolsSidebar_toolButton__0ZBlN{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:48px;height:48px;padding:0;border:none;border-radius:10px;background:transparent;cursor:pointer;transition:all .15s ease;color:#8a8a8a;position:relative}.ToolsSidebar_toolButton__0ZBlN:hover{background:#eaeaea;color:#4a4a4a}.ToolsSidebar_toolButtonActive__7iksQ{color:#1a1a1a;background:#e0e0e0}.ToolsSidebar_toolIcon__a8VN_{width:18px;height:18px}.ToolsSidebar_toolLabel__Qc8iK{font-size:.55rem;font-weight:500;line-height:1;color:inherit;letter-spacing:.01em}.ToolsSidebar_toolButtonActive__7iksQ:after{content:"";position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:3px;height:14px;background:#1a1a1a;border-radius:0 2px 2px 0}@media (max-width:768px){.ToolsSidebar_sidebarContainer__gtKyi{padding:.5rem .25rem}.ToolsSidebar_toolButton__0ZBlN{width:44px;height:44px}.ToolsSidebar_toolIcon__a8VN_{width:16px;height:16px}.ToolsSidebar_toolLabel__Qc8iK{font-size:.5rem}}.FloatingHistoryButton_floatingButton__2ROWj{position:fixed;top:calc(var(--navbar-height-actual, 64px) + .75rem);left:1rem;z-index:210;display:flex;align-items:center;justify-content:center;gap:.4rem;width:40px;height:40px;padding:0;border:1px solid rgba(0,0,0,.06);border-radius:50%;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 12px rgba(0,0,0,.08);cursor:pointer;color:#4a4a4a;font-family:var(--font-main);font-size:.8rem;font-weight:500;transition:all .2s ease}.FloatingHistoryButton_floatingButton__2ROWj:hover{background:#ffffff;box-shadow:0 4px 20px rgba(0,0,0,.12);transform:translateY(-1px);color:#1a1a1a}.FloatingHistoryButton_floatingButton__2ROWj:active{transform:translateY(0) scale(.97)}.FloatingHistoryButton_isActive__Sblhn{background:linear-gradient(135deg,#f5c842,#ffd966);color:#1a1a1a;border-color:transparent;box-shadow:0 3px 14px rgba(245,200,66,.4)}.FloatingHistoryButton_label__22nD6{line-height:1}@media (max-width:768px){.FloatingHistoryButton_floatingButton__2ROWj{top:calc(var(--navbar-height-actual, 48px) + .5rem);left:.65rem;width:36px;height:36px;font-size:.75rem}}