:root{font-family:Microsoft YaHei UI,PingFang SC,Noto Sans CJK SC,sans-serif;color:#19332f;background:#f4f7f6;font-synthesis:none;--brand: #0f5b4f;--brand-strong: #0a463d;--brand-soft: #e7f2ef;--surface: #ffffff;--surface-muted: #f7f9f8;--line: #dce6e3;--text: #19332f;--muted: #687a76;--success: #2f8469;--warning: #c96f28;--shadow: 0 12px 34px rgba(24, 63, 55, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f7f6}button,textarea,select{font:inherit}button:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(15,91,79,.22);outline-offset:2px}.topbar{min-height:64px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--brand);color:#fff;font-weight:700}.brand-name{font-size:18px;font-weight:700;letter-spacing:.02em}.topbar nav{display:flex;align-items:center;gap:4px}.topbar nav a{padding:9px 14px;border-radius:8px;color:var(--muted);text-decoration:none;font-size:14px;transition:color .18s ease,background .18s ease}.topbar nav a.active,.topbar nav a:hover{color:var(--brand);background:var(--brand-soft)}.secure-dot{color:var(--muted);font-size:12px;white-space:nowrap}.secure-dot:before{content:"";display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #2f84691f}.workspace{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:40px 0 64px;display:grid;grid-template-columns:minmax(320px,.82fr) minmax(440px,1.18fr);gap:24px;align-items:start}.question-panel,.reply-panel,.import-card,.document-table,.audit-panel{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.question-panel,.reply-panel{padding:26px}.eyebrow{margin:0 0 8px;color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.08em}.intro h1,.admin-heading h1{margin:0;color:var(--text);font-size:28px;line-height:1.25}.intro>p:not(.eyebrow){margin:10px 0 0;color:var(--muted);line-height:1.7}.context-strip{margin:20px 0;padding:11px 12px;border-radius:9px;background:var(--surface-muted);color:var(--muted);font-size:13px}.pulse{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:#a5b2af}.pulse.live{background:var(--success);box-shadow:0 0 0 4px #2f846924}.preset-grid{display:flex;flex-wrap:wrap;gap:8px}.preset-grid button{padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);cursor:pointer;font-size:13px;transition:border-color .18s ease,background .18s ease}.preset-grid button span{margin-left:6px;color:var(--brand)}.preset-grid button:hover{border-color:var(--brand);background:var(--brand-soft)}.answer-desk{color:var(--text)}.desk-label{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--muted);font-size:12px;font-weight:700}.desk-label span{color:var(--brand)}.desk-label i{margin-left:auto;padding:4px 7px;border-radius:6px;background:var(--brand-soft);color:var(--brand);font-size:10px;font-style:normal}textarea{width:100%;min-height:112px;padding:14px;resize:vertical;border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);color:var(--text);line-height:1.7}textarea:focus{border-color:var(--brand);background:#fff;outline:3px solid rgba(15,91,79,.1)}.ask-button{width:100%;height:46px;margin-top:10px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:10px;background:var(--brand);color:#fff;cursor:pointer;font-weight:700;transition:background .18s ease}.ask-button:hover{background:var(--brand-strong)}.ask-button:disabled{opacity:.58;cursor:wait}.ask-button b{font-size:20px}.answer-card{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}.banner{margin-bottom:12px;padding:10px 12px;border-left:3px solid var(--warning);border-radius:6px;background:#fff6eb;color:#6a482a;font-size:12px}.answer-text{margin:0;color:var(--text);font-size:16px;line-height:1.9;white-space:pre-wrap}.answer-placeholder{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed var(--line);border-radius:10px;background:var(--surface-muted);color:var(--muted);text-align:center}.answer-placeholder small{max-width:360px;margin-top:7px;line-height:1.6}.sources{margin-top:22px}.sources h3{display:flex;justify-content:space-between;font-size:14px}.sources h3 small{color:var(--muted)}.sources article{margin-top:9px;padding:12px 14px;border:1px solid var(--line);border-radius:9px;background:var(--surface-muted)}.sources article div{display:flex;justify-content:space-between;gap:12px;font-size:12px}.sources article span{color:var(--brand)}.sources article p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.65}.answer-actions{display:flex;gap:8px;margin-top:18px}.answer-actions button,.row-actions button{padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);cursor:pointer;font-size:12px}.answer-actions button:first-child{margin-right:auto;border-color:var(--brand);background:var(--brand);color:#fff}.refine-actions{display:flex;gap:6px}.answer-actions .refine-button{border-color:transparent;background:var(--brand-soft);color:var(--brand)}.answer-actions .refine-button:hover{border-color:#0f5b4f38;background:#dbece7}.answer-actions button:disabled{opacity:.58;cursor:wait}.copy-feedback{margin:10px 0 0;color:var(--success);font-size:12px}.refine-feedback{margin:8px 0 0;color:var(--muted);font-size:12px}.admin-page{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:40px 0 64px}.admin-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:24px}.admin-heading>p{max-width:520px;margin:0;color:var(--muted);line-height:1.7}.admin-auth-card{min-height:150px;display:flex;align-items:center;gap:18px;padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}.admin-auth-mark{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--brand-soft);color:var(--brand);font-weight:700}.admin-auth-card strong{color:var(--text)}.admin-auth-card p{margin:7px 0 0;color:var(--muted);line-height:1.7}.archive-health{margin-bottom:18px;padding:18px 20px;border:1px solid var(--line);border-radius:12px;background:#fff}.archive-health-title{display:flex;align-items:center;gap:10px}.archive-health-title div{min-width:0}.archive-health-title small{display:block;margin-top:3px;color:var(--muted)}.archive-health-title>b{margin-left:auto;padding:4px 8px;border-radius:999px;background:#edf0ef;color:var(--muted);font-size:10px}.archive-health-dot{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:#8d9692;box-shadow:0 0 0 4px #edf0ef}.archive-health.healthy .archive-health-dot{background:#2f8064;box-shadow:0 0 0 4px #e3f2eb}.archive-health.healthy .archive-health-title>b{background:#e3f2eb;color:#23664f}.archive-health.stale .archive-health-dot,.archive-health.misconfigured .archive-health-dot{background:#b46c24;box-shadow:0 0 0 4px #fff1dc}.archive-health.stale .archive-health-title>b,.archive-health.misconfigured .archive-health-title>b{background:#fff1dc;color:#8a581f}.archive-health dl{display:grid;grid-template-columns:.6fr 1fr 1fr;gap:14px;margin:16px 0 0 19px}.archive-health dl div{min-width:0}.archive-health dt{color:var(--muted);font-size:11px}.archive-health dd{margin:4px 0 0;overflow:hidden;color:var(--text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.admin-toolbar{display:grid;grid-template-columns:1fr 160px minmax(220px,.8fr) 120px;gap:12px;align-items:center;padding:20px}.import-card small,.document-table small{display:block;margin-top:4px;color:var(--muted)}.import-card select,.file-picker,.dark-button{min-height:42px;border-radius:8px}.import-card select,.file-picker{padding:0 11px;border:1px solid var(--line);background:#fff;color:var(--text)}.file-picker{display:flex;align-items:center;overflow:hidden;cursor:pointer;white-space:nowrap}.file-picker input{display:none}.dark-button{border:0;background:var(--brand);color:#fff;font-weight:700;cursor:pointer}.admin-message{padding:11px 13px;border-radius:8px;background:#fff6eb;color:#6a482a}.document-table{margin-top:18px;overflow:hidden}.table-head,.document-table article{display:grid;grid-template-columns:2.4fr 1fr 1fr .5fr .7fr;gap:15px;align-items:center;padding:15px 18px}.table-head{background:var(--surface-muted);color:var(--muted);font-size:11px;font-weight:700}.document-table article{border-top:1px solid var(--line);font-size:13px}.document-table article>span:first-child{overflow:hidden}.document-table article b{white-space:nowrap}.document-table i{padding:4px 7px;border-radius:6px;background:#edf0ef;font-style:normal}.document-table i.published{background:#e3f2eb;color:#23664f}.document-table i.parsed{background:#fff1dc;color:#8a581f}.document-table i.failed{background:#fbe8e3;color:#9b3f2f}.document-table .failure-reason{color:#9b3f2f;white-space:normal}.row-actions{display:flex;gap:6px}.audit-panel{margin-top:18px;padding:22px}.audit-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:18px;border-bottom:1px solid var(--line)}.audit-heading h2{margin:0;color:var(--text);font-size:20px}.audit-heading small{display:block;margin-top:7px;color:var(--muted);font-size:12px}.audit-filters{display:flex;gap:4px;padding:4px;border-radius:10px;background:var(--surface-muted)}.audit-filters button{min-width:56px;padding:7px 10px;border:0;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer;font-size:12px}.audit-filters button.active{background:#fff;color:var(--brand);box-shadow:0 2px 8px #183f3714;font-weight:700}.audit-filters button:disabled{cursor:wait;opacity:.65}.audit-list article{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;min-height:94px}.audit-rail{position:relative;display:flex;justify-content:center}.audit-rail:after{content:"";position:absolute;top:32px;bottom:0;width:1px;background:var(--line)}.audit-list article:last-child .audit-rail:after{display:none}.audit-rail i{width:9px;height:9px;margin-top:27px;border:2px solid white;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px var(--brand-soft);z-index:1}.audit-content{min-width:0;padding:20px 0 16px;border-bottom:1px solid #edf2f0}.audit-list article:last-child .audit-content{border-bottom:0}.audit-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:18px}.audit-title-row strong{color:var(--text);font-size:14px}.audit-title-row time{flex:0 0 auto;color:var(--muted);font-size:11px;font-variant-numeric:tabular-nums}.audit-content p{margin:7px 0;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.audit-meta{display:flex;align-items:center;gap:8px}.audit-meta span,.audit-meta b{padding:3px 7px;border-radius:5px;font-size:10px;font-weight:600}.audit-meta span{background:var(--brand-soft);color:var(--brand)}.audit-meta b{background:#edf0ef;color:var(--muted)}.audit-state{margin:0;padding:34px 10px;color:var(--muted);text-align:center;font-size:13px}.audit-pager{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.audit-pager div{display:flex;align-items:center;gap:8px}.audit-pager em{min-width:52px;text-align:center;font-style:normal}.audit-pager button{padding:6px 9px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--text);cursor:pointer;font-size:11px}.audit-pager button:disabled{opacity:.45;cursor:default}.preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:24px;background:#0f231f85;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.preview-dialog{width:min(820px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(255,255,255,.6);border-radius:18px;background:var(--surface);box-shadow:0 28px 80px #0a1f1a4d}.preview-dialog>header{position:sticky;top:0;z-index:1;display:flex;align-items:start;justify-content:space-between;gap:20px;padding:24px 26px 18px;border-bottom:1px solid var(--line);background:#fffffff5}.preview-dialog h2{margin:0;color:var(--text);font-size:23px}.preview-close{width:34px;height:34px;flex:0 0 auto;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--muted);cursor:pointer;font-size:21px;line-height:1}.preview-meta{display:grid;grid-template-columns:1.6fr 1.2fr 1fr .6fr;gap:12px;margin:0;padding:18px 26px;background:var(--surface-muted)}.preview-meta div{min-width:0}.preview-meta dt{color:var(--muted);font-size:10px;font-weight:700}.preview-meta dd{margin:5px 0 0;overflow:hidden;color:var(--text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.preview-chunks{display:grid;gap:12px;padding:20px 26px}.preview-chunks article{padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:#fff}.preview-chunks article div{display:flex;align-items:center;gap:9px}.preview-chunks article span{color:var(--brand);font-size:10px;font-weight:700}.preview-chunks article strong{color:var(--text);font-size:13px}.preview-chunks article p{margin:10px 0 0;color:#3e4e49;font-size:13px;line-height:1.8;white-space:pre-wrap;word-break:break-word}.preview-dialog>footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 26px;border-top:1px solid var(--line);background:#fffffff7}.preview-dialog>footer .dark-button{min-width:112px;padding:0 18px}.preview-pager{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px}.preview-pager button{padding:7px 10px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--text);cursor:pointer}.preview-pager button:disabled,.preview-close:disabled{cursor:default;opacity:.45}.preview-state{margin:0;padding:36px 26px;color:var(--muted);text-align:center}.workspace.sidebar{display:block;width:min(100%,560px);padding:16px}.sidebar .question-panel,.sidebar .reply-panel{padding:18px;box-shadow:none}.sidebar .question-panel{margin-bottom:12px}.sidebar .intro h1{font-size:22px}.sidebar .context-strip{margin-bottom:0}.compact .topbar{min-height:56px;padding:0 16px}.compact .secure-dot{display:none}@media(max-width:900px){.topbar nav,.secure-dot{display:none}.workspace{grid-template-columns:1fr;width:min(100% - 28px,680px);padding-top:24px}.admin-page{width:min(100% - 28px,680px);padding-top:24px}.admin-heading{display:block}.admin-heading>p{margin-top:10px}.admin-toolbar{grid-template-columns:1fr}.archive-health dl{grid-template-columns:1fr;margin-left:0}.audit-heading{align-items:start;flex-direction:column}.audit-filters{width:100%}.audit-filters button{flex:1}.table-head{display:none}.document-table article{grid-template-columns:1fr 1fr}.document-table article>span:first-child{grid-column:1 / -1}}@media(max-width:520px){.topbar{padding:0 14px}.question-panel,.reply-panel{padding:18px}.answer-actions{flex-wrap:wrap}.answer-actions button:first-child{width:100%;margin-right:0}.refine-actions{flex:1 1 auto}.refine-actions .refine-button{flex:1}.preview-overlay{align-items:end;padding:0}.preview-dialog{max-height:92vh;border-radius:18px 18px 0 0}.preview-dialog>header,.preview-chunks,.preview-dialog>footer{padding-right:18px;padding-left:18px}.preview-meta{grid-template-columns:1fr 1fr;padding:16px 18px}.preview-dialog>footer{align-items:stretch;flex-direction:column}.preview-dialog>footer .dark-button{width:100%}.preview-pager{justify-content:space-between}}@media(prefers-reduced-motion:no-preference){.question-panel,.reply-panel,.import-card,.document-table,.audit-panel{animation:surface-in .28s ease-out both}.reply-panel{animation-delay:.05s}@keyframes surface-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}
