html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}body{background:#f5f5f5}.chat-page{display:flex;gap:16px;height:calc(100vh - 96px);width:100%}.chat-sidebar{width:240px;flex-shrink:0;background:#f7f8fa;border:1px solid #eef0f3;border-radius:14px;box-shadow:0 2px 12px #1f29370d;display:flex;flex-direction:column;overflow:hidden}.chat-sidebar-head{padding:14px 12px 8px}.chat-sidebar-foot{margin-top:auto;padding:10px 12px;border-top:1px solid #eef0f3;flex-shrink:0}.chat-sidebar-label{padding:6px 16px 8px;font-size:12px;font-weight:600;color:#8a8f99}.chat-sidebar-list{flex:1;min-height:0;overflow-y:auto;padding:0 8px 12px}.chat-sidebar-list::-webkit-scrollbar{width:6px}.chat-sidebar-list::-webkit-scrollbar-thumb{background:#e2e5ea;border-radius:3px}.chat-sidebar-item{display:flex;align-items:center;gap:6px;padding:9px 10px;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:background .2s}.chat-sidebar-item:hover{background:#eef0f3}.chat-sidebar-item-active{background:#e8f1ff;border-color:#c7d7f5}.chat-sidebar-item-main{flex:1;min-width:0}.chat-sidebar-item-title{font-size:13px;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.chat-sidebar-item-meta{font-size:11px;color:#9c9fa6}.chat-sidebar-item-rename{flex-shrink:0;width:22px;height:22px;border-radius:6px;display:none;align-items:center;justify-content:center;color:#9c9fa6;font-size:12px;cursor:pointer}.chat-sidebar-item:hover .chat-sidebar-item-rename{display:flex}.chat-sidebar-item-rename:hover{background:#e6e8ec;color:#1677ff}.chat-sidebar-rename-actions{display:flex;gap:4px;color:#8a8f99;cursor:pointer}.chat-sidebar-rename-actions :first-child{color:#52c41a}.chat-sidebar-rename-actions :last-child{color:#ff4d4f}.chat-sidebar-item-del{flex-shrink:0;width:22px;height:22px;border-radius:6px;display:none;align-items:center;justify-content:center;color:#9c9fa6;font-size:12px;cursor:pointer}.chat-sidebar-item:hover .chat-sidebar-item-del{display:flex}.chat-sidebar-item-del:hover{background:#e6e8ec;color:#e02020}.chat-sidebar-empty{padding:24px 12px;text-align:center;font-size:12px;color:#b0b4bb}.chat-main{flex:1;min-width:0;max-width:800px;margin:0 auto;display:flex;flex-direction:column}.chat-scroll{flex:1;min-height:0;overflow-y:auto;padding:16px 8px}.chat-scroll::-webkit-scrollbar{width:6px}.chat-scroll::-webkit-scrollbar-thumb{background:#e2e5ea;border-radius:3px}.chat-welcome{height:100%;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 8px}.chat-welcome-title{font-size:26px;font-weight:700;color:#111;letter-spacing:.5px;margin-bottom:10px}.chat-welcome-sub{font-size:14px;color:#8a8f99;margin-bottom:32px}.chat-guide-cards{display:flex;gap:14px;width:100%}.chat-guide-card{flex:1;background:#fff;border:1px solid #eef0f3;border-radius:12px;padding:20px 14px;text-align:center;box-shadow:0 1px 4px #1f29370a;transition:all .2s}.chat-guide-card:hover{border-color:#c7d7f5;background:#f4f8ff}.chat-guide-emoji{font-size:26px;margin-bottom:10px}.chat-guide-title{font-size:14px;font-weight:600;color:#222;margin-bottom:6px}.chat-guide-desc{font-size:12px;color:#8a8f99;line-height:1.7}.chat-msg-row{display:flex;margin:10px 0}.chat-msg-row.chat-msg-user{justify-content:flex-end}.chat-msg-row.chat-msg-ai{justify-content:flex-start}.chat-bubble{max-width:78%;padding:10px 14px;border-radius:12px;white-space:pre-wrap;word-break:break-word;text-align:left;font-size:14px;line-height:1.75}.chat-bubble-user{background:#1677ff;color:#fff;border-top-right-radius:4px;box-shadow:0 2px 6px #1677ff2e}.chat-bubble-ai{background:#fff;color:#333;border:1px solid #eef0f3;border-top-left-radius:4px;box-shadow:0 1px 4px #1f29370d}.chat-bubble-imgs{margin-bottom:8px;display:flex;flex-wrap:wrap;gap:8px}.chat-file-card{position:relative;width:96px;border:1px solid #eef0f3;border-radius:10px;background:#fff;box-shadow:0 1px 4px #1f29370d;overflow:hidden;flex-shrink:0;transition:transform .2s,border-color .2s,box-shadow .2s}.chat-file-card:hover{transform:scale(1.05);border-color:#c7d7f5;box-shadow:0 4px 12px #1677ff26;z-index:2}.chat-file-thumb{display:block;width:96px;height:72px;object-fit:cover;cursor:zoom-in}.chat-file-doc{width:96px;height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:#f7f8fa;cursor:pointer;position:relative}.chat-file-name{max-width:88px;padding:0 4px;font-size:11px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-file-badge{position:absolute;top:0;right:0;background:#1677ff;color:#fff;font-size:10px;line-height:1;padding:3px 5px;border-radius:0 0 0 8px;font-weight:600}.chat-bubble-ai-confirm{border:2px solid #1677ff;border-radius:14px;box-shadow:0 2px 12px #1677ff1f;padding:14px 18px}.chat-confirm-header{font-size:16px;font-weight:700;color:#1677ff;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e8f1ff}.chat-confirm-field{display:inline-block;margin-right:16px;font-size:13px}.chat-confirm-field-label{color:#8a8f99;font-weight:400}.chat-confirm-field-value{font-weight:800;color:#000}.chat-confirm-item{font-size:13px;line-height:2;color:#333;padding:4px 0;border-bottom:1px dashed #f0f0f0}.chat-confirm-item:last-child{border-bottom:none}.chat-confirm-amount{font-size:18px;font-weight:800;color:#e02020}.chat-confirm-total{font-size:16px;font-weight:700;color:#e02020;margin-top:6px}.chat-confirm-instruction{font-size:12px;color:#8a8f99;margin-top:8px;padding-top:6px;border-top:1px dashed #e8f1ff}.chat-confirm-rule{font-size:11px;color:#9c9fa6;margin-top:4px}.chat-items-box{margin-top:8px;border-top:1px dashed #d9d9d9;padding-top:8px}.chat-item-line{font-size:12px;line-height:20px;color:#333}.chat-item-amount{font-weight:700;color:#e02020}.chat-item-tag{display:inline-block;padding:0 6px;border-radius:4px;font-size:11px;font-weight:600;margin-left:4px}.chat-ai-note{margin-top:8px;padding-top:6px;border-top:1px dashed #dcdce0;font-size:11px;color:#9c9fa6;line-height:1.5}.chat-reimb-box{margin-top:8px;border-top:1px dashed #dcdce0;padding-top:8px;font-size:12px}.chat-dup-card{margin-top:8px;border:1px solid #ffa39e;background:#fff1f0;border-radius:8px;padding:10px 12px}.chat-dup-title{font-size:13px;font-weight:700;color:#cf1322;margin-bottom:6px}.chat-dup-line{font-size:13px;color:#5c0011;line-height:1.9}.chat-dup-strong{font-weight:800;color:#f5222d}.chat-dup-btn{margin-top:6px}.chat-typing{color:#8a8f99}.chat-typing .dot{display:inline-block;font-weight:700;animation:chatDot 1.2s infinite ease-in-out}.chat-typing .dot:nth-of-type(2){animation-delay:.15s}.chat-typing .dot:nth-of-type(3){animation-delay:.3s}@keyframes chatDot{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.chat-stream-cursor{display:inline-block;width:2px;height:1em;margin-left:2px;vertical-align:-2px;background:#1677ff;animation:chatBlink 1s infinite steps(2,start)}@keyframes chatBlink{0%,to{opacity:0}50%{opacity:1}}.chat-bottom{flex-shrink:0;padding:0 8px 8px}.chat-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:8px}.chat-chip{border:1px solid #e3e6eb;background:#fff;color:#555;border-radius:16px;padding:5px 14px;font-size:13px;line-height:1.5;cursor:pointer;transition:all .2s}.chat-chip:hover{border-color:#1677ff;color:#1677ff;background:#f0f7ff}.chat-chip:disabled{opacity:.5;cursor:not-allowed}.chat-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.chat-thumb-x{position:absolute;top:0;right:0;width:18px;height:18px;background:#0000008c;color:#fff;border-radius:0 0 0 8px;font-size:12px;line-height:18px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;opacity:0;transition:opacity .2s;z-index:3}.chat-thumb:hover .chat-thumb-x{opacity:1}.chat-input-bar{display:flex;align-items:flex-end;gap:8px}.chat-upload-btn.ant-btn{width:34px;height:34px;padding:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:#8a8f99;background:#fff;border:1px solid #e3e6eb;box-shadow:0 1px 4px #1f29370a;flex-shrink:0}.chat-upload-btn.ant-btn:hover{color:#1677ff;border-color:#c7d7f5;background:#f0f7ff}.chat-input-row{flex:1;display:flex;align-items:flex-end;gap:6px;background:#fff;border:1px solid #e3e6eb;border-radius:24px;padding:6px 6px 6px 12px;box-shadow:0 2px 10px #1f29370d;transition:border-color .2s}.chat-input-row:focus-within{border-color:#1677ff}.chat-input-row .ant-input{border:none!important;box-shadow:none!important;background:transparent!important;resize:none}.chat-input-area{padding:8px 10px!important;font-size:14px}.chat-input-row .ant-input:focus,.chat-input-row .ant-input-focused{border:none!important;box-shadow:none!important}.chat-send-btn{border-radius:20px;height:38px;padding:0 20px}.review-source-badge{display:inline-block;font-size:11px;line-height:1;padding:3px 6px;border-radius:4px;font-weight:500}.review-source-auto{background:#f6ffed;color:#389e0d;border:1px solid #b7eb8f}.review-source-admin{background:#e6f4ff;color:#0958d9;border:1px solid #91caff}.ant-table-content::-webkit-scrollbar,.ant-table-body::-webkit-scrollbar{height:10px;width:10px}.ant-table-content::-webkit-scrollbar-thumb,.ant-table-body::-webkit-scrollbar-thumb{background:#c9cfd8;border-radius:5px}.ant-table-content::-webkit-scrollbar-thumb:hover,.ant-table-body::-webkit-scrollbar-thumb:hover{background:#aab2bd}.ant-table-content::-webkit-scrollbar-track,.ant-table-body::-webkit-scrollbar-track{background:#f2f3f5;border-radius:5px}.ant-table-content,.ant-table-body{scrollbar-width:thin}
