:root{font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}a{font-weight:500;color:#05f;text-decoration:inherit}a:hover{color:#07f}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:微软雅黑,Microsoft YaHei,sans-serif;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#05f}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:14px;background-color:#f4f6f9;overflow:hidden}#root{width:100%;min-height:100vh}.App{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;padding:12px;box-sizing:border-box;overflow:hidden}.zhida-container{display:flex;flex-direction:row;height:100%;min-height:100vh;width:100%;background-color:#f4f6f9;font-family:微软雅黑,Microsoft YaHei,sans-serif;color:#1a1a1a}*{margin:0;padding:0;box-sizing:border-box}.zhida-history-container{width:100%;max-width:960px;margin:0 auto;padding:24px;height:100vh;display:flex;flex-direction:column;background-color:#fff;font-family:微软雅黑,Microsoft YaHei,sans-serif}.zhida-history-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.zhida-history-title{font-size:18px;font-weight:600;color:#1a1a1a}.zhida-history-actions{display:flex;gap:16px;align-items:center;justify-content:center;flex:1}.zhida-search-box{position:relative;display:flex;align-items:center;background-color:#f7f8fa;border-radius:20px;padding:0 12px;height:30px;min-width:400px}.zhida-search-box input{color:#373a40;font-size:13px}.zhida-search-box input::placeholder{color:#adb0b7}.zhida-search-icon{width:16px;height:16px;margin-right:8px;color:#9ca3af}.zhida-search-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#1a1a1a;height:100%}.zhida-search-input::placeholder{color:var(--placeholderTextColor)}.zhida-clear-btn{display:flex;gap:6px;padding:6px;background-color:#f8f8fa;flex-direction:row;align-items:center;border-radius:8px;margin-left:4px;font-size:13px;line-height:18px;font-weight:500;color:#191b1f;cursor:pointer;transition:all .2s ease}.zhida-clear-btn:hover{background-color:#f9fafb;color:#374151;border-color:#d1d5db}.zhida-clear-icon{width:16px;height:16px}.zhida-history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af;text-align:center}.zhida-empty-icon{margin-bottom:16px}.zhida-empty-text{font-size:16px;font-weight:500;margin-bottom:8px;color:#6b7280}.zhida-empty-hint{font-size:14px;color:#9ca3af}.zhida-history-groups{display:flex;flex-direction:column;gap:24px}.zhida-history-content{flex:1;overflow-y:auto;max-height:calc(100vh - 120px);padding-right:8px;scroll-behavior:smooth;position:relative}.zhida-history-group{display:flex;flex-direction:column}.zhida-group-header{display:flex;justify-content:space-between;align-items:center;padding:8px 0;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;margin-bottom:12px;transition:color .2s ease}.zhida-group-header:hover{color:#374151}.zhida-group-title{font-weight:600}.zhida-expand-icon{color:#9ca3af;transition:transform .2s ease}.zhida-expand-icon.expanded{transform:rotate(90deg)}.zhida-history-list{display:flex;flex-direction:column;gap:8px}.zhida-history-item{display:flex;flex-direction:column;padding:16px;border-bottom:1px solid #f0f0f0;background-color:#fff;position:relative}.zhida-history-content-wrapper{cursor:pointer;transition:all .2s ease;margin-bottom:8px}.zhida-history-content-wrapper:hover{color:#07f}.zhida-history-text{font-size:15px;line-height:21px;color:#191b1f;font-weight:500;word-break:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.zhida-history-meta{display:flex;justify-content:space-between;align-items:center}.zhida-history-time{font-size:12px;color:#9ca3af}.zhida-history-delete-btn{background:none;border:none;padding:4px;cursor:pointer;opacity:1;transition:opacity .2s ease;color:#9ca3af;border-radius:4px}.zhida-history-item:hover .zhida-history-delete-btn{opacity:1}.zhida-history-delete-btn img{margin-left:30px}.zhida-history-delete-btn:hover{cursor:pointer}.zhida-history-content::-webkit-scrollbar{width:6px}.zhida-history-content::-webkit-scrollbar-track{background:#f1f1f1}.zhida-history-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.zhida-history-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.zhida-test-section{margin-top:40px;padding:24px;background-color:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.zhida-test-header{margin-bottom:16px}.zhida-test-header h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.zhida-test-content{display:flex;flex-direction:column;gap:16px}.zhida-test-content p{font-size:14px;color:#6b7280;line-height:1.5}.zhida-test-card{background-color:#fff;border-radius:8px;padding:16px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.zhida-test-card:hover{box-shadow:0 4px 6px #00000012;border-color:#d1d5db}.zhida-test-card-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.zhida-test-card-content{word-break:break-word;margin-top:8px;font-size:13px;line-height:18px;color:#9196a1;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.sidebar{width:240px;background-color:#f4f6f9;display:flex;flex-direction:column;padding:12px 0;transition:width .3s ease;flex-shrink:0}.sidebar.sidebar-closed{width:64px;background-color:#f4f6f9;border-radius:0 20px 20px 0}.sidebar.sidebar-closed+.main-content{margin-left:52px;border-radius:12px;box-shadow:none}.sidebar-toggle{background:none;border:none;font-size:16px;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.sidebar-toggle:hover{background-color:#f3f4f6;color:#374151}.sidebar-header{padding:0 16px 12px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.sidebar.sidebar-open .logo{gap:10px;margin-top:20px;padding:0 12px}.logo-icon{width:32px;height:32px;background-color:#05f;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;background:linear-gradient(135deg,#0066ff 0%,#0055cc 100%)}.logo-text{font-size:18px;font-weight:700;color:#1a1a1a;letter-spacing:-.5px}.search-box{padding:0 16px 16px;position:relative;transition:opacity .3s ease}.search-input{width:100%;padding:8px 12px 8px 36px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none;transition:all .3s ease;background-color:#f9fafb;color:#374151}.search-input:focus{border-color:#07f;box-shadow:0 0 0 3px #0077ff1a}.search-hotkey{display:none}.sidebar-nav{display:flex;flex-direction:column;gap:4px;padding:0 0 12px 12px}.sidebar.sidebar-open .nav-text{margin-left:8px}.nav-item{display:flex;align-items:center;padding:12px;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:14px;color:#374151;font-weight:400;justify-content:flex-start}.sidebar.sidebar-closed .nav-item{justify-content:center}.sidebar.sidebar-closed .history-submenu{display:none}.nav-item.active{background-color:#fff;color:#05f;white-space:nowrap;font-weight:500;border-radius:6px}.nav-item.active img{filter:brightness(0) saturate(100%) invert(28%) sepia(98%) saturate(2878%) hue-rotate(208deg) brightness(102%) contrast(107%)}.sidebar.sidebar-closed .nav-item.active{background-color:#fff;border-radius:50%;color:#05f;white-space:nowrap;font-weight:500}.sidebar.sidebar-closed .nav-item.active img{filter:brightness(0) saturate(100%) invert(24%) sepia(51%) saturate(3000%) hue-rotate(240deg) brightness(90%) contrast(95%)}.sidebar.sidebar-closed .nav-item.active .nav-icon{color:#05f;white-space:nowrap}.nav-item:hover{background-color:#fff;color:#05f;white-space:nowrap;font-weight:500;border-radius:6px}.nav-item:hover img{filter:brightness(0) saturate(100%) invert(28%) sepia(98%) saturate(2878%) hue-rotate(208deg) brightness(102%) contrast(107%)}.sidebar.sidebar-closed .nav-item{background-color:transparent;border-radius:50%;width:40px;height:40px;margin:0 auto;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6}.sidebar.sidebar-closed .nav-item:hover{background-color:#f3f4f6;border-radius:50%}.sidebar.sidebar-closed .nav-icon{font-size:20px}.nav-item{position:relative}.nav-item:after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%);background-color:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:9999;margin-left:8px;pointer-events:none}.nav-item:hover:after{opacity:1;visibility:visible}.nav-item:hover .nav-text{color:#05f}.nav-icon{font-size:18px;flex-shrink:0;line-height:16px;width:16px;height:16px}.nav-icon img{width:16px;height:16px}.nav-item.active .nav-text{color:#05f}.nav-text{flex:1;transition:all .3s ease;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:15px;color:#191b1f;font-weight:400}.sidebar.sidebar-closed .nav-text,.sidebar.sidebar-closed .logo-text,.sidebar.sidebar-closed .search-input,.sidebar.sidebar-closed .search-hotkey,.sidebar.sidebar-closed .section-title,.sidebar.sidebar-closed .history-item,.sidebar.sidebar-closed .history-section,.sidebar.sidebar-closed .user-details,.sidebar.sidebar-closed .auth-buttons span,.sidebar.sidebar-closed .expand-icon{opacity:0;visibility:hidden;width:0;overflow:hidden}.sidebar.sidebar-closed .sidebar-header,.sidebar.sidebar-closed .search-box,.sidebar.sidebar-closed .sidebar-nav,.sidebar.sidebar-closed .history-section{padding-left:12px;padding-right:12px}.history-section{padding:0 16px;margin-bottom:12px;transition:all .3s ease}.history-container{width:100%;margin:0 auto;padding:20px;height:100vh;overflow-y:auto}.history-header{margin-bottom:32px;display:flex}.history-header h3{line-height:25px;font-weight:500;color:#191b1f;white-space:nowrap;background-color:#0000;border:0px solid black;box-sizing:border-box;color:#000;display:inline;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:18px;list-style:none;margin:0;padding:0;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;overflow-wrap:break-word}.history-subtitle{font-size:16px;color:#6b7280}.history-content{width:100%}.history-empty-container{text-align:center;padding:64px 24px;color:#9ca3af}.history-empty{font-size:18px;font-weight:500;margin-bottom:8px}.history-empty-hint{font-size:14px;color:#9ca3af}.history-groups{display:flex;flex-direction:column;gap:24px}.history-item{display:flex;flex-direction:column;gap:4px;cursor:pointer;color:#535861;font-weight:400;font-size:13px;line-height:18px}.history-item:hover .history-text{cursor:pointer;color:#373a40}.history-text{color:#535861;font-weight:400;font-size:13px;line-height:18px;font-family:微软雅黑,Microsoft YaHei,sans-serif;width:100%;overflow-wrap:normal;white-space:nowrap;text-overflow:ellipsis;position:relative;display:flex;align-items:center;justify-content:space-between}.history-actions{position:relative;display:flex;align-items:center}.history-more-icon{width:16px;height:16px;cursor:pointer;opacity:0;transition:opacity .2s ease;margin-left:6px}.history-item:hover .history-more-icon{opacity:1}.history-dropdown{position:fixed;background:white;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;z-index:1000;width:160px}.history-dropdown-item{border-radius:8px;padding:8px 12px;background-color:#fff;cursor:pointer;font-size:13px;color:#374151;transition:background-color .2s ease;display:flex;flex-direction:row;align-items:center;justify-content:left}.history-dropdown-item img{width:16px;height:16px;margin-right:8px}.history-dropdown-item:hover{background-color:#f3f4f6}.history-dropdown-item:first-child{border-radius:8px}.history-dropdown-item:last-child{border-radius:8px}.history-meta{display:flex;justify-content:flex-end}.history-time{font-size:14px;color:#9ca3af}.history-submenu{transition:all .3s ease;max-height:500px;overflow-y:auto;position:relative;margin-left:12px;overflow-x:hidden}@media screen and (max-height: 800px){.history-submenu{max-height:400px}}@media screen and (max-height: 700px){.history-submenu{max-height:300px}}@media screen and (max-height: 600px){.history-submenu{max-height:200px}}@media screen and (max-height: 500px){.history-submenu{max-height:150px}}.history-submenu::-webkit-scrollbar{width:6px}.history-submenu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.history-submenu::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.history-submenu::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.history-group{margin-bottom:8px;position:relative}.group-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:6px 0;border-radius:4px;transition:background-color .2s;font-size:12px;font-weight:500;color:#6b7280}.group-header:hover{background-color:#f3f4f6}.group-title{font-weight:500;font-size:13px;line-height:18px;color:#9196a1}.section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:8px 0;border-radius:4px;transition:background-color .2s}.section-header:hover{background-color:#f3f4f6}.section-title{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;text-transform:none;letter-spacing:0}.expand-icon{font-size:10px;color:#9ca3af;transition:transform .2s ease}.history-list{display:flex;flex-direction:column;position:relative;margin-bottom:8px;border-left:1px solid #ebeced;padding-left:14px;margin-left:16px}.history-item{cursor:pointer;font-size:13px;word-break:break-word;position:relative;padding-top:5px;padding-bottom:5px}.history-item:hover{color:#373a40}.history-empty{font-size:12px;color:#9ca3af;padding:16px 0;text-align:center}.history-loading{display:flex;flex-direction:column;align-items:center;padding:20px 0;gap:10px}.loading-spinner{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.loading-text{color:#666;font-size:14px}.history-near-bottom{display:flex;justify-content:center;padding:15px 0;opacity:.8}.near-bottom-text{color:#007bff;font-size:13px;font-weight:500}.history-error{display:flex;flex-direction:column;align-items:center;padding:20px 0;gap:12px}.error-text{color:#ef4444;font-size:14px;margin-bottom:8px}.retry-button{background-color:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.retry-button:hover{background-color:#0056b3}.history-no-more{display:flex;justify-content:center;padding:20px 0}.no-more-text{color:#999;font-size:14px;text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-content{flex-direction:column;padding:0 12px 12px;background-color:#fff;overflow-y:auto;transition:all .3s ease;flex:1;margin:12px 0 12px 220px;border-radius:12px;box-shadow:none;scrollbar-width:none;display:flex;justify-content:center}.main-content::-webkit-scrollbar{display:none}.main-content.has-messages{justify-content:flex-start;align-items:stretch}.main-header{text-align:center;position:sticky;top:0;background-color:#fff;z-index:10}.main-title{font-size:30px;font-weight:700;color:#1a1a1a;letter-spacing:-.5px;background:none;margin-bottom:20px;line-height:60px}.main-subtitle{font-size:16px;color:#666;font-weight:400;line-height:1.6;max-width:600px;margin:0 auto}.messages-container{flex:1;display:flex;flex-direction:column}.message-item{display:flex;gap:16px;padding:0;align-items:flex-start}.user-message .message-content,.ai-message .message-content{flex:none}.message-avatar{display:none}.user-message{justify-content:flex-start}.user-message .message-avatar{background:linear-gradient(135deg,#0077ff 0%,#0055cc 100%);color:#fff;order:2}.user-message .message-content{background:rgb(241,246,255);color:#373a40;width:auto;max-width:100%;padding:12px;border-radius:8px;position:relative;margin-right:0;margin-bottom:32px;display:inline-block;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.5;list-style:none;text-align:start;text-decoration:none;white-space:pre-wrap;overflow-wrap:break-word}.ai-message .message-content{background-color:#fff;color:#333;border:none;width:auto;max-width:100%;margin-bottom:32px;display:inline-block;white-space:pre-wrap;overflow-wrap:break-word}.message-content{flex:1;margin:0;line-height:1.6;word-break:break-word;overflow-wrap:break-word;font-size:15px;border:none}.message-text h1{font-size:24px;font-weight:700;margin:16px 0 8px;color:#1f2937}.message-text h2{font-size:20px;font-weight:700;margin:14px 0 8px;color:#1f2937}.message-text h3{font-size:18px;font-weight:600;margin:12px 0 6px;color:#1f2937}.message-text p{margin:8px 0;line-height:1.7;color:#374151}.message-text ul,.message-text ol{margin:12px 0;padding-left:24px}.message-text li{margin:4px 0;line-height:1.6;color:#374151}.message-text pre{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin:12px 0;overflow-x:auto;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.5}.message-text code{background-color:#f3f4f6;border-radius:4px;padding:2px 6px;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:14px;color:#dc2626}.message-text blockquote{border-left:4px solid #0077ff;padding:12px 16px;margin:12px 0;background-color:#f0f9ff;border-radius:0 8px 8px 0;font-style:italic;color:#374151}.message-text a{color:#07f;text-decoration:none;font-weight:500;transition:all .2s ease}.message-text a:hover{text-decoration:underline;color:#05c}.message-text strong{font-weight:600;color:#1f2937}.message-text em{font-style:italic;color:#4b5563}.message-text{font-size:14px;line-height:1.6;color:#111827;margin-bottom:4px;white-space:pre-wrap;word-break:break-word;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-weight:500}.user-message .message-text{color:#373a40}.ai-message.error .message-content{background-color:#fff2f2;border-color:#fcc}.ai-message.error .message-text{color:#dc2626}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:10px;font-size:13px;color:#9ca3af}.message-time{font-size:13px;color:#9ca3af;text-align:right;position:relative;padding-right:20px}.favorite-button{background:none;border:none;cursor:pointer;font-size:18px;color:#d1d5db;padding:6px;border-radius:10px;transition:all .2s ease}.favorite-button:hover{color:#f59e0b;background-color:#f59e0b1a;transform:scale(1.1)}.favorite-button.favorited{color:#f59e0b}.message-item.sending .message-time:after{content:"发送中...";position:absolute;right:0;top:0;font-size:10px;color:#07f}.message-item.user-message.sent .message-time:after{content:"✓";position:absolute;right:0;top:0;font-size:12px;color:#00c6ff;font-weight:700}.message-item.user-message.failed .message-content{background-color:#fff2f2;border-color:#fcc}.message-item.user-message.failed .message-text{color:#dc2626}.message-item.user-message.failed .message-time:after{content:"发送失败";position:absolute;right:0;top:0;font-size:10px;color:#dc2626}.typing-indicator{display:flex;gap:6px;margin-top:5px}.typing-indicator span{width:8px;height:8px;background-color:#07f;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.error-container{margin-top:10px;display:flex;justify-content:flex-end}.retry-button{background-color:#fff;border:1px solid #ff4d4f;color:#ff4d4f;padding:4px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .3s ease}.retry-button:hover{background-color:#fff2f0;border-color:#ff7875;color:#ff7875}.input-section{position:static;justify-content:center;transition:all .3s ease}.input-section.fixed-bottom{position:fixed;bottom:0;right:12px;z-index:100;transition:left .3s ease}.sidebar.sidebar-closed+.main-content .input-section.fixed-bottom{left:84px}.sidebar.sidebar-open+.main-content .input-section.fixed-bottom{left:252px}.input-section.fixed-bottom{width:calc(100% - 264px)}.sidebar.sidebar-closed+.main-content .input-section.fixed-bottom{width:calc(100% - 96px)}.input-section.fixed-bottom .input-container{max-width:732px;width:100%;margin:0 auto;background-color:#fff;padding:12px;cursor:text}.main-content.has-messages .messages-container{padding-bottom:140px;width:712px;max-width:100%;align-self:center}.backIconImg{width:712px;margin:0 auto;position:relative;top:5px}.backIconImg img{width:100%}.input-container{max-width:712px;width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;transition:all .3s ease;margin:0 auto 105px;box-shadow:#70737b14 0 0 30px;transition:box-shadow .15s ease-in-out}.input-container:focus-within{border-color:#05f}.main-input{flex:1;border:none;outline:none;resize:none;font-size:14px;line-height:24px;min-height:60px;max-height:180px;overflow-y:auto;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-weight:400;color:#374151;background-color:transparent;border-radius:4px;transition:all .3s ease;width:100%}.main-input::placeholder{color:#9196a1}.kb-selector-container{position:relative}.kb-selector{display:flex;justify-content:space-between;transition:all .2s ease;flex-direction:row;align-items:center;height:30px;border-radius:8px;padding:3px 8px;background-color:#f8f8fa;margin-left:0}.kb-selector:hover{border-color:#05f;box-shadow:0 2px 8px #5a4df81a}.kb-selector:focus-within{border-color:#05f;box-shadow:0 0 0 3px #5a4df81a}.kb-selector-label{display:flex;align-items:center;justify-content:center}.kb-icon{font-size:16px;color:#05f;margin-top:4px}.kb-selected{font-size:14px;color:#374151;font-weight:500}.kb-arrow{font-size:12px;color:#6b7280;transition:transform .2s ease;margin-left:8px}.kb-arrow.open{transform:rotate(180deg);color:#05f}.kb-dropdown{position:absolute;bottom:100%;left:0;width:215px;max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;box-shadow:0 4px 16px #0000001f;z-index:1000;margin-top:4px;padding:8px}.kb-dropdown::-webkit-scrollbar{width:6px}.kb-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.kb-dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.kb-dropdown::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.kb-option{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background-color .2s ease;position:relative;border-radius:8px}.kb-option:hover{background-color:#f1f6ff}.kb-option.selected .kb-option-name{color:#05f}.kb-option.selected .kb-option-name img{filter:brightness(0) saturate(100%) invert(28%) sepia(98%) saturate(2878%) hue-rotate(208deg) brightness(102%) contrast(107%)}.kb-option-checkbox{display:flex;align-items:center;justify-content:center;color:transparent;transition:all .2s ease;flex-shrink:0;color:#05f;font-size:14px;font-weight:700}.kb-option-content{flex:1;min-width:0}.kb-option-name{font-size:14px;font-weight:500;color:#374151;margin-bottom:2px;display:flex;text-align:left;align-items:center;gap:12px}.kb-option-name img{display:inline-block;vertical-align:middle;width:16px;height:16px}.kb-option-desc{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tishititle{font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:11px;line-height:1.5;text-decoration:none;white-space:pre-wrap;overflow-wrap:break-word;margin-top:8px;margin-bottom:8px;color:#9196a1;text-align:center;width:100%}.user-menu-dropdown{position:absolute;bottom:100%;right:0;margin-top:8px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:100;overflow:hidden;padding:8px}.user-menu-dropdown-collapsed{right:-170px}.sidebar-closed .user-info{position:relative;display:flex;justify-content:center;width:100%}.user-menu-item{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background-color .2s;font-size:15px;line-height:24px;font-weight:500;color:#191b1f;color:#374151}.user-menu-item:hover{background-color:#f8f8fa;border-radius:8px}.user-menu-dropdown img{width:16px;height:16px;margin-right:8px}.user-menu-item.logout-item{color:#d95350}.user-menu-item.logout-item:hover{background-color:#f8f8fa}.user-info{position:relative}.input-actions{display:flex;align-items:center;gap:8px;margin-top:6px}.action-button{background:none;border:none;cursor:pointer;font-size:20px;color:#6b7280;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.action-button:hover{color:#374151;background-color:#f3f4f6}.titleHread{background-color:#0000;border:0px solid black;box-sizing:border-box;color:#000;display:inline;margin-top:20px;line-height:24px;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-size:14px}.addIconRight{margin-left:auto;flex-direction:row;padding:6px 8px;background-color:#f8f8fa;border-radius:8px;gap:4px;align-items:center;font-size:13px;line-height:18px;color:#191b1f;font-weight:500;display:flex;margin-top:16px;cursor:pointer}.addIconRight img{width:16px;height:16px}.sendbuttonNone{background-color:#adb0b7;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:14px;font-weight:500;transition:none;min-width:30px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;text-align:center;line-height:30px;margin-left:auto}.main-header{line-height:62px}.main-header .main-title{display:flex}.backLeft{background-color:#f8f8fa;border-radius:6px;margin-right:8px;width:24px;height:24px;position:relative;margin-top:20px;cursor:pointer}.leftIcon{width:16px;height:16px;position:absolute;top:4px;left:4px}.sendbuttonNone.sendbutton{background-color:#05f;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:14px;font-weight:500;transition:none;min-width:30px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;text-align:center;line-height:30px;margin-left:auto}.sendbuttonNone.sendbutton:disabled{background-color:#d1d5db;cursor:not-allowed;box-shadow:none}.sendbuttonNone:disabled{background-color:#e5e7eb;cursor:not-allowed;box-shadow:none;opacity:.6}.sendbuttonNone:disabled .send-iconimg{opacity:.5;filter:grayscale(100%)}.send-iconimg{width:20px;height:20px}.send-button:hover:not(:disabled){background-color:#fff;border-width:1px;border-color:#5a4df81a;border-radius:8px}.send-button:disabled{background-color:#d1d5db;cursor:not-allowed;box-shadow:none}.search-results{margin-top:40px;margin-bottom:30px}.search-section{margin-bottom:30px}.search-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.search-item{display:flex;align-items:flex-start;padding:16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease}.search-item:hover{border-color:#07f;background-color:#f1f6ff}.user-avatar{font-size:32px;margin-right:12px;flex-shrink:0}.search-content{flex:1}.search-title{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.search-description{font-size:14px;color:#6b7280}.system-message{display:flex;flex-direction:column;align-items:center;margin:20px 0}.system-content{background-color:#e9ecef;padding:12px 24px;border-radius:20px;font-size:14px;color:#666;text-align:center;max-width:70%}.questions-section{padding:24px;background-color:#fff}.section-title{font-size:16px;font-weight:600;margin-bottom:16px;color:#111827}.questions-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.question-item{padding:14px 16px;border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:15px;color:#4b5563;border:1px solid #f3f4f6;background-color:#f9fafb}.question-item:hover{background-color:#f3f4f6;color:#111827;border-color:#e5e7eb;transform:translate(4px)}.footer{border-top:1px solid #e5e7eb;padding:20px 0;background-color:#f4f6f9;margin-top:auto}.footer-content{display:flex;align-items:center;justify-content:space-between;padding:0 80px;max-width:800px;margin:0 auto}.user-info{display:flex;align-items:center;gap:8px}.user-avatar{width:32px;height:32px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:16px;color:#6b7280}.user-name{font-size:14px;color:#6b7280}.copyright{display:flex;align-items:center;gap:12px;font-size:12px;color:#9ca3af}.copyright-divider{color:#d1d5db}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-modal{background-color:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;width:90%;max-width:420px;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid #f3f4f6}.auth-modal-title{font-size:22px;font-weight:700;margin:0;color:#111827}.auth-modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#9ca3af;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:none}.auth-modal-close:hover{background-color:#f3f4f6;color:#4b5563}.auth-modal-content{padding:28px}.form-group{margin-bottom:24px}.form-label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}.form-input{width:100%;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:400;transition:all .2s ease;box-sizing:border-box;color:#111827}.form-input:focus{outline:none;border-color:#05f;box-shadow:0 0 0 3px #0055ff1a}.form-checkbox{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#6b7280;margin-top:-16px;margin-bottom:20px}.form-checkbox input{margin-right:8px;width:18px;height:18px;cursor:pointer}.auth-submit-button{width:100%;padding:14px;background:linear-gradient(135deg,#0055ff 0%,#0055ff 100%);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:none;margin-top:8px;box-shadow:0 4px 12px #07f3}.auth-submit-button:hover:not(:disabled){box-shadow:0 4px 12px #07f3}.auth-submit-button:disabled{background-color:#d1d5db;cursor:not-allowed;box-shadow:none}.code-group{margin-bottom:24px}.code-input-wrapper{display:flex;gap:12px;align-items:center;width:100%}.code-input{flex:1}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none}button:focus{outline:none}button:active{transform:none!important;box-shadow:none!important}.rename-modal{background-color:#fff;border-radius:16px;box-shadow:0 25px 80px #00000026;width:90%;max-width:420px;overflow:hidden;animation:modalSlideIn .3s ease-out;border:1px solid #f3f4f6}.rename-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px}.rename-modal-title{font-size:20px;margin:0;width:100%;line-height:24px;font-weight:600;color:#191b1f;text-align:center}.rename-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#64748b;padding:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.rename-modal-close:hover{background-color:#e2e8f0;color:#475569}.rename-modal-content{padding:0 32px 32px;background:#ffffff}.rename-form{display:flex;flex-direction:column;gap:24px}.rename-form-group{margin-bottom:0}.rename-form-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#374151;display:flex;align-items:center;gap:8px}.rename-form-label:before{content:"📝"}.rename-form-input{width:100%;padding:16px 20px;border:1px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:400;transition:all .2s ease;box-sizing:border-box;color:#111827;background-color:#f9fafb}.rename-form-input:focus{outline:none;border-color:#05f;box-shadow:0 0 0 4px #0055ff1a;background-color:#fff}.rename-form-input::placeholder{color:var(--placeholderTextColor);font-weight:400}.rename-form-actions{display:flex;gap:24px;margin-top:8px}.rename-cancel-button{flex:1;padding:14px 24px;background:#f3f4f6;color:#6b7280;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.rename-cancel-button:hover{background:#e5e7eb;color:#4b5563;border-color:#d1d5db}.rename-submit-button{flex:1;padding:14px 24px;background:linear-gradient(135deg,#0055ff 0%,#4684ff 100%);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 20px #5a4df84d}.rename-submit-button:hover{background:linear-gradient(135deg,#0055ff 0%,#4684ff 100%);box-shadow:0 6px 24px #05f6;transform:translateY(-1px)}.rename-submit-button:active{transform:translateY(0);box-shadow:0 2px 12px #0055ff4d}.delete-confirm-content p{margin:12px 0 36px;font-size:16px;color:#374151;line-height:24px;text-align:center}.get-code-button{padding:14px 20px;background-color:#f8f8fa;color:#374151;border:1px solid #ffffff;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:none;white-space:nowrap;min-width:120px}.get-code-button:hover:not(:disabled){background-color:#f8f8fa;border-color:none}.get-code-button:disabled{background-color:#f9fafb;color:#9ca3af;border-color:#f3f4f6;cursor:not-allowed}.auth-mode-switch{text-align:center;margin-top:28px;font-size:15px;color:#6b7280}.auth-mode-switch a{color:#07f;text-decoration:none;cursor:pointer;font-weight:600;transition:color .2s ease}.auth-mode-switch a:hover{color:#05c;text-decoration:underline}.user-section{margin-top:auto;padding:12px 16px;background-color:#f4f6f9}.sidebar.sidebar-closed .user-section{padding:8px 12px}.sidebar.sidebar-closed .user-details{display:none}.authlogin-button{display:flex;line-height:36px}.authlogin-button img{width:36px;height:36px;border-radius:50%;margin-right:12px}.authlogin-button span{cursor:pointer;font-weight:400;font-size:14px}.sidebar.sidebar-closed .auth-buttons{display:flex;justify-content:center;align-items:center}.user-profile{display:flex;align-items:center;margin-bottom:12px}.user-section-avatar{font-size:24px;margin-right:12px}.user-section-name{font-weight:500;color:#333}.user-section-logout{width:100%;padding:8px;background-color:#f4f6f9;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer;font-size:14px;color:#666;transition:all .2s}.user-section-logout:hover{background-color:#e0e0e0;border-color:#bfbfbf}.user-section-auth{display:flex;flex-direction:column;gap:8px}.user-section-login,.user-section-register{padding:8px;border:1px solid #1890ff;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}.user-section-login{background-color:#1890ff;color:#fff}.user-section-login:hover{background-color:#40a9ff;border-color:#40a9ff}.user-section-register{background-color:#fff;color:#1890ff}.user-section-register:hover{background-color:#e6f7ff}.sidebar.collapsed .user-section{padding:12px 8px}.sidebar.collapsed .user-section-avatar{font-size:20px;margin-right:0}.sidebar.collapsed .user-section-name,.sidebar.collapsed .user-section-logout,.sidebar.collapsed .user-section-auth{display:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.zhida-container{flex-direction:column}.main-content{width:100%;margin-left:0;padding:20px 15px 40px;display:flex;justify-content:center}.main-header{padding:12px;margin-bottom:40px}.main-title{font-size:32px;padding:0 0 15px}.main-subtitle{font-size:16px;padding:0 15px}.messages-container{padding:10px 15px;max-height:calc(100vh - 220px)}.message-item{padding:0 15px}.search-results,.input-section{padding:15px}.input-container{padding:10px 15px}}@media (max-width: 480px){.main-title{font-size:28px}.main-subtitle{font-size:14px}.message-avatar{width:32px;height:32px;font-size:16px;margin-right:8px}.message-content{max-width:calc(100% - 50px)}.main-input{min-height:60px;font-size:14px;padding:12px 70px 12px 16px}.send-button{width:30px;height:30px}}.mobile-sidebar-toggle img{width:20px}@media (min-width: 769px){.mobile-sidebar-toggle{display:none}.mobile-sidebar-toggle img{width:20px}.sidebar{position:fixed;left:0;top:0;bottom:0;width:220px;max-height:none;background-color:#f4f6f9;box-shadow:none;transition:none}.sidebar.sidebar-open,.sidebar.sidebar-closed{left:0;max-height:none}.sidebar-header{flex-direction:column;align-items:flex-start;padding:0 0 20px 12px}.desktop-toggle-row{display:flex;width:100%;justify-content:flex-start;margin-bottom:20px}.main-content{margin-left:220px}.sidebar.sidebar-closed+.main-content{margin-left:52px}.sidebar-toggle:hover{background-color:#fff;border-radius:50%}.sidebar-toggle{background:none;border:none;font-size:20px;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.sidebar-toggle img{width:20px}}.mobile-sidebar-toggle{display:none;background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:12px;position:fixed;top:0;left:0;z-index:101;margin-bottom:20px}@media (max-width: 768px){.mobile-sidebar-toggle{display:block}.sidebar{position:fixed;top:0;left:0;right:0;height:auto;max-height:0;z-index:100;transition:max-height .3s ease}.sidebar.sidebar-open{max-height:500px}.sidebar.sidebar-closed{max-height:0}.main-content{margin-left:0;flex:1;transition:all .3s ease;margin-top:20px;display:flex;justify-content:center}.messages-container{padding:20px 16px}.input-section{padding:16px;position:static}.input-section.fixed-bottom{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:16px;box-shadow:0 -2px 10px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:0}.input-container{max-width:100%;border-radius:12px}.sidebar-header{display:flex;flex-direction:column;align-items:flex-start;padding:12px 16px;margin-top:30px}.desktop-toggle-row{display:none}.sidebar-toggle{background:none;border:none;font-size:20px;color:#666;cursor:pointer;padding:4px}.logo{display:flex;align-items:center}.sidebar-toggle{background:none;border:none;font-size:20px;color:#666;cursor:pointer}.search-box{padding:0 16px 12px}.sidebar-nav{padding:0 12px}.nav-item{margin-bottom:8px}.history-section{padding:12px 16px}.user-section{padding:12px 16px;background-color:#f4f6f9}.message-item{padding:12px 0}.auth-modal{width:90%;max-width:400px;margin:0 20px}.main-title{font-size:24px}.main-subtitle{font-size:14px}}@media (max-width: 480px){.main-header{padding:12px}.main-title{font-size:20px}.main-subtitle{font-size:12px}.messages-container{padding:16px}.message-item{flex-direction:row;padding:12px 0}.message-avatar{margin-right:12px;width:32px;height:32px;font-size:16px}.message-content{flex:1}.message-text{font-size:14px;line-height:1.4}.message-time{font-size:11px}.input-section,.input-section.fixed-bottom{padding:12px}.main-input{font-size:14px;padding:10px 12px;max-height:180px}.action-button{padding:8px;font-size:14px}.questions-section{padding:0 16px 20px}.section-title{font-size:14px;margin-bottom:12px}.questions-list{gap:10px}.question-item{font-size:13px;padding:10px;background-color:#f4f6f9;border-radius:6px;font-family:微软雅黑,Microsoft YaHei,sans-serif;font-weight:500}.system-message{padding:12px;font-size:13px}.typing-indicator{padding:12px}}@media (max-width: 768px){.zhida-container{position:relative}.zhida-container:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;opacity:0;visibility:hidden;z-index:99;transition:opacity .3s ease,visibility .3s ease}.zhida-container.sidebar-open:after{opacity:1;visibility:visible}}.scroll-bottom-btn{box-shadow:#70737b2e 0 4px 20px;width:32px;height:32px;border-radius:50%;justify-content:center;align-items:center;border-width:.5px;border-color:#ebeced;background-color:#fff;line-height:32px;display:flex;margin:0 auto 16px;cursor:pointer;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.scroll-bottom-btn:hover{background-color:#f8f9fa;box-shadow:#70737b40 0 6px 24px}.scroll-bottom-btn img{width:20px;height:20px}.message-source{font-size:13px;color:#adb0b7;padding-top:16px;padding-bottom:16px}.recommend-container{margin-top:4px}.recommend-container .recommend-item{display:flex;flex-direction:row;align-items:center;padding:8px 12px;border-radius:8px;background-color:#f8f8fa;border-bottom-width:0px;border-bottom-color:#0000;margin-top:12px;align-self:flex-start;width:fit-content;max-width:100%;cursor:pointer}.recommend-text{flex-shrink:1;color:#373a40;font-size:13px;line-height:18px;font-weight:500;font-family:微软雅黑,Microsoft YaHei,sans-serif;margin-right:6px}.recommend-item img{width:16px;height:16px}.recommend-item:hover .recommend-text{color:#05f}
