.chat-container-new{height:100%;background:#fff;border-radius:6px;overflow:hidden}.chat-sidebar-new{border-right:1px solid #f0f0f0;background:#fafafa}.chat-sidebar-collapsed{background:#fafafa;border-right:1px solid #f0f0f0}.chat-sidebar-col,.chat-content-col{height:100%}.mobile-sidebar{box-shadow:0 4px 12px #00000026}.conversation-item{transition:background-color .2s;border-radius:6px;margin:0 8px}.conversation-item:hover{background-color:#1677ff0f}.conversation-item.active{background-color:#1677ff1a;border-left:3px solid #1677ff}.message-bubble{max-width:70%;margin-bottom:8px;position:relative}.message-bubble.user{align-self:flex-end}.message-bubble.ai{align-self:flex-start}.message-content{padding:8px 16px;border-radius:6px;position:relative;word-wrap:break-word;box-shadow:0 1px 2px #0000000d}.message-content.user{background:#1677ff;color:#fff}.message-content.ai{background:#f6f8fa;color:#24292f}.message-actions{opacity:0;transition:opacity .2s;position:absolute;top:-8px;z-index:10}.message-bubble:hover .message-actions{opacity:1}.message-input-area{padding:16px;border-top:1px solid #f0f0f0;background:#fff}.typing-indicator{display:flex;align-items:center;padding:8px 16px;color:#666;font-style:italic}.typing-dots{display:inline-flex;margin-left:8px}.typing-dot{width:4px;height:4px;border-radius:50%;background-color:#999;margin:0 1px;animation:typing 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width: 768px){.chat-container-new{height:calc(100vh - 120px)}.message-bubble{max-width:85%}.message-input-area{padding:8px}}[data-theme=dark] .chat-container-new{background:#141414}[data-theme=dark] .chat-sidebar-new{background:#1f1f1f;border-color:#303030}[data-theme=dark] .message-content.ai{background:#262626;color:#fff}[data-theme=dark] .message-input-area{background:#141414;border-color:#303030}.chat-page-loading,.chat-container-loading,.chat-sidebar-loading,.statistics-loading,.conversation-table-loading,.message-list-loading,.message-input-loading,.empty-state-loading{background:#fff;border-radius:6px;min-height:200px}.chat-page-loading{min-height:100vh}.chat-container-loading{min-height:600px}.statistics-loading{min-height:120px;background:#fafafa;border:1px solid #f0f0f0;border-radius:6px}.conversation-table-loading{min-height:400px;background:#fafafa;border:1px solid #f0f0f0;border-radius:6px}.message-list-loading{min-height:300px;background:#fafafa}.message-input-loading{min-height:80px;background:#fff;border-top:1px solid #f0f0f0}.empty-state-loading{min-height:200px;background:#fafafa}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#666}.loading-spinner .ant-spin-text{color:#666;font-size:14px}.loading{opacity:.7;pointer-events:none}.chat-page-new,.chat-container-new,.chat-sidebar-new{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-sidebar-new::-webkit-scrollbar,.chat-content-col::-webkit-scrollbar,.chat-sidebar-new .flex-1::-webkit-scrollbar{width:6px}.chat-sidebar-new::-webkit-scrollbar-track,.chat-content-col::-webkit-scrollbar-track,.chat-sidebar-new .flex-1::-webkit-scrollbar-track{background:#f1f1f1}.chat-sidebar-new::-webkit-scrollbar-thumb,.chat-content-col::-webkit-scrollbar-thumb,.chat-sidebar-new .flex-1::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-sidebar-new::-webkit-scrollbar-thumb:hover,.chat-content-col::-webkit-scrollbar-thumb:hover,.chat-sidebar-new .flex-1::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.chat-sidebar-new .flex-1{overflow-y:auto!important;min-height:0!important;flex:1!important;height:auto!important}.chat-sidebar-new .ant-list{height:100%!important;overflow-y:auto!important}.chat-sidebar-new .ant-list-items{max-height:none!important;overflow-y:visible!important}.chat-sidebar-new{height:100vh!important;max-height:100vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.message-markdown{line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.message-markdown h1,.message-markdown h2,.message-markdown h3,.message-markdown h4,.message-markdown h5,.message-markdown h6{margin:.8em 0 .4em;font-weight:600;line-height:1.3}.message-markdown h1{font-size:1.5em}.message-markdown h2{font-size:1.3em}.message-markdown h3{font-size:1.2em}.message-markdown h4{font-size:1.1em}.message-markdown h5{font-size:1em}.message-markdown h6{font-size:.9em}.message-markdown p{margin:.5em 0}.message-markdown p:first-child{margin-top:0}.message-markdown p:last-child{margin-bottom:0}.message-markdown ul,.message-markdown ol{margin:.5em 0;padding-left:1.5em}.message-markdown li{margin:.2em 0}.message-markdown li>p{margin:0}.message-markdown blockquote{margin:.8em 0;padding:.5em 1em;border-left:4px solid #e1e5e9;background-color:#00000008;border-radius:0 4px 4px 0}.message-markdown blockquote p{margin:0;color:#666;font-style:italic}.message-markdown code{background-color:#0000000f;padding:.2em .4em;border-radius:3px;font-family:SFMono-Regular,Monaco,Inconsolata,Liberation Mono,Courier New,monospace;font-size:.9em;color:#e74c3c}.message-markdown .code-block-wrapper{margin:.8em 0;border-radius:6px;overflow:hidden;background-color:#f8f9fa;border:1px solid #e9ecef;position:relative}.message-markdown .code-block-header{display:flex;justify-content:space-between;align-items:center;padding:.5em 1em;background-color:#e9ecef;border-bottom:1px solid #dee2e6;font-size:.8em}.message-markdown .code-lang{color:#6c757d;font-weight:500;text-transform:uppercase}.message-markdown .copy-code-btn{background:none;border:none;color:#6c757d;cursor:pointer;font-size:.8em;padding:.2em .5em;border-radius:3px;transition:all .2s ease}.message-markdown .copy-code-btn:hover{background-color:#dee2e6;color:#495057}.message-markdown .copy-code-btn:active{background-color:#ced4da}.message-markdown .code-block{margin:0;padding:1em;background-color:#f8f9fa;overflow-x:auto;font-family:SFMono-Regular,Monaco,Inconsolata,Liberation Mono,Courier New,monospace;font-size:.9em;line-height:1.4;color:#212529}.message-markdown .code-block code{background:none;padding:0;border-radius:0;color:inherit;font-size:inherit}.message-markdown table{border-collapse:collapse;margin:.8em 0;width:100%;font-size:.9em}.message-markdown th,.message-markdown td{border:1px solid #dee2e6;padding:.5em .8em;text-align:left}.message-markdown th{background-color:#f8f9fa;font-weight:600}.message-markdown tr:nth-child(2n){background-color:#00000005}.message-markdown a{color:#1677ff;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.message-markdown a:hover{border-bottom-color:#1677ff;text-decoration:none}.message-markdown a:visited{color:#722ed1}.message-markdown hr{border:none;border-top:1px solid #e9ecef;margin:1em 0}.message-markdown strong{font-weight:600}.message-markdown em{font-style:italic}.message-markdown del{text-decoration:line-through;opacity:.7}.user-message .message-markdown{color:inherit}.user-message .message-markdown code{background-color:#fff3;color:#ffffffe6}.user-message .message-markdown .code-block-wrapper{background-color:#ffffff1a;border-color:#fff3}.user-message .message-markdown .code-block-header{background-color:#ffffff26;border-bottom-color:#fff3}.user-message .message-markdown .code-lang,.user-message .message-markdown .copy-code-btn{color:#fffc}.user-message .message-markdown .copy-code-btn:hover{background-color:#fff3;color:#ffffffe6}.user-message .message-markdown .code-block{background-color:#ffffff1a;color:#ffffffe6}.user-message .message-markdown blockquote{border-left-color:#ffffff4d;background-color:#ffffff1a}.user-message .message-markdown blockquote p{color:#fffc}.user-message .message-markdown a{color:#ffffffe6;border-bottom-color:#ffffff4d}.user-message .message-markdown a:hover{border-bottom-color:#fff9}.user-message .message-markdown th,.user-message .message-markdown td{border-color:#fff3}.user-message .message-markdown th{background-color:#ffffff1a}.user-message .message-markdown tr:nth-child(2n){background-color:#ffffff0d}.user-message .message-markdown hr{border-top-color:#ffffff4d}@media (max-width: 768px){.message-markdown .code-block,.message-markdown table{font-size:.8em}.message-markdown .code-block-wrapper{margin:.6em 0}}.message-markdown .code-block::-webkit-scrollbar{height:6px}.message-markdown .code-block::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.message-markdown .code-block::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.message-markdown .code-block::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.content{padding:0!important;height:100%!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.optimized-chat-page[data-astro-cid-wfrjesbw]{height:100%!important;flex:1!important;overflow:hidden!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex!important;flex-direction:column!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-layout-content[data-astro-cid-wfrjesbw]>div[data-astro-cid-wfrjesbw][style*="padding: 16px 24px"]{padding-bottom:32px!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-layout[data-astro-cid-wfrjesbw]{background:transparent!important;height:100vh!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-layout-sider[data-astro-cid-wfrjesbw]{background:#fafafa!important;height:100vh!important;border-right:1px solid #e8e8e8!important;overflow:visible!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-layout-sider-children[data-astro-cid-wfrjesbw]{height:100vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw]>div[data-astro-cid-wfrjesbw]:nth-child(2){flex:1!important;overflow-y:auto!important;min-height:0!important;max-height:calc(100vh - 200px)!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw] .ant-list[data-astro-cid-wfrjesbw]{height:auto!important;max-height:none!important;overflow:visible!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw] .ant-list-items[data-astro-cid-wfrjesbw]{overflow:visible!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw]>div[data-astro-cid-wfrjesbw]:nth-child(2){overflow-y:scroll!important;height:calc(100vh - 200px)!important;max-height:calc(100vh - 200px)!important;min-height:0!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw]>div[data-astro-cid-wfrjesbw]:nth-child(2)>div[data-astro-cid-wfrjesbw]{height:auto!important;min-height:auto!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-list-container[data-astro-cid-wfrjesbw]{flex:1!important;height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-list-container[data-astro-cid-wfrjesbw]>div[data-astro-cid-wfrjesbw]{height:auto!important;min-height:auto!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw]{display:flex!important;flex-direction:column!important;height:100vh!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-layout-content[data-astro-cid-wfrjesbw]{height:100vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#fff!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw]{background:#fafafa!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw] .ant-input[data-astro-cid-wfrjesbw]{border-radius:8px!important;border:1px solid #e8e8e8!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw] .ant-btn-primary[data-astro-cid-wfrjesbw]{border-radius:8px!important;box-shadow:0 2px 4px #1677ff33!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw]{border-radius:8px!important;margin:4px 8px!important;transition:all .2s ease!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw]:hover{background:#f0f0f0!important;transform:translateY(-1px)!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-sidebar-new[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw].active{background:#e6f7ff!important;border:1px solid #91d5ff!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-button[data-astro-cid-wfrjesbw]{border-radius:8px!important;font-weight:500!important;transition:all .2s ease!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-button[data-astro-cid-wfrjesbw]:hover{transform:translateY(-1px)!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-button-primary[data-astro-cid-wfrjesbw]{background:#1677ff!important;border-color:#1677ff!important;color:#fff!important;box-shadow:0 2px 4px #1677ff33!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-button-primary[data-astro-cid-wfrjesbw]:hover{background:#4096ff!important;border-color:#4096ff!important;box-shadow:0 4px 8px #1677ff4d!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-input[data-astro-cid-wfrjesbw],.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-input-affix-wrapper[data-astro-cid-wfrjesbw]{border-radius:8px!important;border:1px solid #e8e8e8!important;transition:all .2s ease!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-input[data-astro-cid-wfrjesbw]:focus,.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-input-affix-wrapper[data-astro-cid-wfrjesbw]:focus,.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-input-focused[data-astro-cid-wfrjesbw],.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-input-affix-wrapper-focused[data-astro-cid-wfrjesbw]{border-color:#1677ff!important;box-shadow:0 0 0 2px #1677ff1a!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-input-area[data-astro-cid-wfrjesbw] .ant-btn-circle[data-astro-cid-wfrjesbw]{width:56px!important;height:56px!important;min-height:56px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;border-radius:50%!important;box-shadow:0 4px 12px #1677ff4d!important;transition:all .2s ease!important;margin-bottom:2px!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-input-area[data-astro-cid-wfrjesbw] .ant-btn-circle[data-astro-cid-wfrjesbw]:hover{transform:translateY(-2px)!important;box-shadow:0 6px 16px #1677ff66!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-input-area[data-astro-cid-wfrjesbw] .ant-btn-circle[data-astro-cid-wfrjesbw]:active{transform:translateY(0)!important;box-shadow:0 2px 8px #1677ff4d!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-input-area[data-astro-cid-wfrjesbw]{display:flex!important;flex-direction:column!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-input-area[data-astro-cid-wfrjesbw]>div[data-astro-cid-wfrjesbw]:last-child{display:flex!important;align-items:flex-end!important;gap:12px!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-input-area[data-astro-cid-wfrjesbw] textarea[data-astro-cid-wfrjesbw]{min-height:180px!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .chat-input-area[data-astro-cid-wfrjesbw] .flex-1[data-astro-cid-wfrjesbw]{display:flex!important;align-items:flex-end!important}@media (max-width: 768px){.optimized-chat-page[data-astro-cid-wfrjesbw] .ant-layout-sider[data-astro-cid-wfrjesbw]{box-shadow:2px 0 16px #0000001a!important}}.optimized-chat-page[data-astro-cid-wfrjesbw] ::-webkit-scrollbar [data-astro-cid-wfrjesbw]{width:6px}.optimized-chat-page[data-astro-cid-wfrjesbw] ::-webkit-scrollbar-track [data-astro-cid-wfrjesbw]{background:#f5f5f5;border-radius:3px}.optimized-chat-page[data-astro-cid-wfrjesbw] ::-webkit-scrollbar-thumb [data-astro-cid-wfrjesbw]{background:#d9d9d9;border-radius:3px}.optimized-chat-page[data-astro-cid-wfrjesbw] ::-webkit-scrollbar-thumb:hover [data-astro-cid-wfrjesbw]{background:#bfbfbf}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-bubble[data-astro-cid-wfrjesbw]{border-radius:12px!important;box-shadow:0 1px 2px #0000001a!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] img[data-astro-cid-wfrjesbw],.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .authenticated-image[data-astro-cid-wfrjesbw],.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .message-image[data-astro-cid-wfrjesbw]{max-width:100%!important;height:auto!important;border-radius:8px!important;box-shadow:0 2px 8px #0000001a!important;margin:8px 0!important;cursor:pointer!important;transition:all .2s ease!important;display:block!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] img[data-astro-cid-wfrjesbw]:hover,.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .authenticated-image[data-astro-cid-wfrjesbw]:hover,.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .message-image[data-astro-cid-wfrjesbw]:hover{box-shadow:0 4px 16px #00000026!important;transform:scale(1.02)!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .authenticated-image-loading[data-astro-cid-wfrjesbw]{background:#f5f5f5!important;border:1px dashed #d9d9d9!important;min-height:120px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;margin:8px 0!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .authenticated-image-loading[data-astro-cid-wfrjesbw] .ant-spin[data-astro-cid-wfrjesbw]{color:#1677ff!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .authenticated-image-error[data-astro-cid-wfrjesbw]{background:#fafafa!important;border:1px dashed #d9d9d9!important;min-height:100px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;margin:8px 0!important;color:#999!important;font-size:12px!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] p[data-astro-cid-wfrjesbw]:has(img),.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] div[data-astro-cid-wfrjesbw]:has(.authenticated-image){margin:12px 0!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] img[data-astro-cid-wfrjesbw][alt],.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .authenticated-image[data-astro-cid-wfrjesbw][alt]{position:relative!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] img[data-astro-cid-wfrjesbw][alt]:after,.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .authenticated-image[data-astro-cid-wfrjesbw][alt]:after{content:attr(alt)!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;background:linear-gradient(transparent,#000000b3)!important;color:#fff!important;padding:8px 12px 4px!important;font-size:12px!important;border-radius:0 0 8px 8px!important;opacity:0!important;transition:opacity .2s ease!important;pointer-events:none!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] img[data-astro-cid-wfrjesbw][alt]:hover:after,.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .authenticated-image[data-astro-cid-wfrjesbw][alt]:hover:after{opacity:1!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .message-image[data-astro-cid-wfrjesbw]:active{transform:scale(.98)!important;transition:transform .1s ease!important}@keyframes imageLoadFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.optimized-chat-page[data-astro-cid-wfrjesbw] .authenticated-image[data-astro-cid-wfrjesbw]{animation:imageLoadFade .3s ease-out!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw] .ant-input[data-astro-cid-wfrjesbw]{transition:all .2s cubic-bezier(.4,0,.2,1)!important;animation:fadeInScale .15s ease-out!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw] .ant-input[data-astro-cid-wfrjesbw]:focus{transform:scale(1.02)!important;box-shadow:0 0 0 3px #1677ff1f!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw]{transition:all .2s cubic-bezier(.4,0,.2,1)!important;position:relative!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw]:before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,transparent,rgba(22,119,255,.03),transparent)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw]:hover:before{opacity:1!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw] .ant-typography[data-astro-cid-wfrjesbw]{position:relative!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw] .ant-typography[data-astro-cid-wfrjesbw]:hover:after{content:"双击编辑"!important;position:absolute!important;top:-30px!important;left:50%!important;transform:translate(-50%)!important;background:#000c!important;color:#fff!important;padding:4px 8px!important;border-radius:4px!important;font-size:11px!important;white-space:nowrap!important;opacity:0!important;animation:tooltipFadeIn .3s ease-out .8s forwards!important;pointer-events:none!important;z-index:1000!important}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw].editing{background:#1677ff0d!important;border-left:3px solid #1677ff!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw] .ant-input[data-astro-cid-wfrjesbw]{border:2px solid #1677ff!important;border-radius:6px!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .conversation-item[data-astro-cid-wfrjesbw] .ant-input[data-astro-cid-wfrjesbw]:focus{border-color:#4096ff!important;box-shadow:0 0 0 3px #4096ff26!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .document-reference[data-astro-cid-wfrjesbw]{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:2px 8px!important;margin:0 2px!important;background-color:#f0f7ff!important;border:1px solid #b3d8ff!important;border-radius:12px!important;font-size:12px!important;color:#1677ff!important;cursor:pointer!important;transition:all .2s ease!important;text-decoration:none!important;white-space:nowrap!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .document-reference[data-astro-cid-wfrjesbw]:hover{background-color:#e6f4ff!important;border-color:#91caff!important;transform:translateY(-1px)!important;box-shadow:0 2px 4px #1677ff33!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .document-reference[data-astro-cid-wfrjesbw]:active{transform:translateY(0)!important;box-shadow:0 1px 2px #1677ff33!important}.ant-tooltip[data-astro-cid-wfrjesbw] .ant-tooltip-inner[data-astro-cid-wfrjesbw]{padding:0!important;background:#fff!important;border:1px solid #e8e8e8!important;border-radius:8px!important;box-shadow:0 4px 16px #00000026!important}.ant-tooltip[data-astro-cid-wfrjesbw] .ant-tooltip-arrow[data-astro-cid-wfrjesbw]{border-top-color:#e8e8e8!important}.ant-tooltip[data-astro-cid-wfrjesbw] .ant-tooltip-arrow[data-astro-cid-wfrjesbw]:before{border-top-color:#fff!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] p[data-astro-cid-wfrjesbw] .document-reference[data-astro-cid-wfrjesbw]{vertical-align:baseline!important}.optimized-chat-page[data-astro-cid-wfrjesbw] .message-markdown[data-astro-cid-wfrjesbw] .document-reference[data-astro-cid-wfrjesbw] .anticon[data-astro-cid-wfrjesbw]{font-size:11px!important;color:inherit!important}
