:root{font-family:Microsoft YaHei,Segoe UI,system-ui,sans-serif;color:#1d2a45;background:#f3f7fc;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #1458df;--blue-soft: #edf5ff;--muted: #71809b;--card: #fff;--shadow: 0 12px 34px rgba(34, 73, 125, .08)}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;min-height:100dvh;background:#f3f7fc;-webkit-font-smoothing:antialiased}button,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;display:grid;grid-template-rows:68px minmax(0,1fr);overflow:hidden}.topbar{display:grid;grid-template-columns:minmax(285px,1fr) auto minmax(150px,1fr);align-items:center;gap:18px;padding:0 30px;background:#fffffffa;border-bottom:1px solid #e7edf5;box-shadow:0 4px 16px #30486e0f;z-index:10}.brand{display:inline-flex;align-items:center;gap:11px;color:#0647bf;font-size:21px;font-weight:700;white-space:nowrap}.brand-mark{width:36px;height:36px;display:grid;place-items:center;color:#2a75ef}.brand-mark svg{width:32px;height:32px}.main-nav{display:flex;align-items:center;gap:8px}.nav-item{border:0;background:transparent;color:#34415c;height:42px;padding:0 15px;border-radius:12px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:background .16s ease,color .16s ease}.nav-item svg{width:20px;height:20px}.nav-item:hover,.nav-item.active{color:var(--blue);background:#edf4ff}.profile-chip{justify-self:end;display:inline-flex;align-items:center;gap:9px;color:#47536b;font-size:15px}.profile-chip svg{width:34px;height:34px;padding:7px;color:#216be6;background:#eaf2ff;border-radius:50%}.workspace{min-height:0;display:grid;grid-template-columns:72px minmax(0,1fr) 340px;grid-template-rows:minmax(0,1fr) auto;gap:14px;padding:18px 22px 20px;background:#f3f7fc}.side-rail,.chat-column,.panel-card{border:1px solid rgba(214,224,238,.8);background:var(--card);box-shadow:var(--shadow)}.side-rail{grid-row:1 / 3;border-radius:18px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:10px}.rail-button{width:44px;height:44px;border:0;border-radius:13px;display:grid;place-items:center;color:#60708d;background:transparent;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.rail-button svg{width:22px;height:22px}.rail-button:hover{color:var(--blue);background:#edf5ff;transform:translateY(-1px)}.rail-button.primary{color:#fff;background:var(--blue)}.rail-divider{width:30px;height:1px;margin:3px 0 5px;background:#e4eaf2}.chat-column{min-width:0;min-height:0;border-radius:18px;overflow:hidden;display:block}.chat-scroll{height:100%;min-height:0;overflow-y:auto;scroll-behavior:smooth;padding:18px 20px 12px;scrollbar-width:thin;scrollbar-color:#d8e2ef transparent}.message{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:18px}.avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center}.avatar svg{width:25px;height:25px}.user-avatar{color:#2671e8;background:#eaf3ff}.assistant-avatar{color:#1764dc;background:#edf6ff;border:1px solid #d9eaff}.message-body{min-width:0;border-radius:14px;color:#27334b;line-height:1.72;font-size:15px}.user-message .message-body{max-width:86%;padding:16px 18px;background:#eaf3ff;border:1px solid #dbe9fc}.assistant-message .message-body{padding:18px 20px 20px;background:#fff;border:1px solid #d9e7f7;box-shadow:0 9px 24px #2a528c0f}.message-body p{margin:0 0 12px}.message-body p:last-child{margin-bottom:0}.message-body h3{color:#0751c5;font-size:16px;line-height:1.4;margin:18px 0 10px;padding-top:14px;border-top:1px solid #e5ecf5}.message-body h3:first-of-type{border-top:0;margin-top:4px;padding-top:0}.message-body ul,.message-body ol{margin:8px 0 14px;padding-left:22px}.message-body li{margin:5px 0}.message-body strong{color:#143d7d}.message-body table{width:100%;margin-top:10px;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #dfe8f3;border-radius:10px;font-size:14px}.message-body th,.message-body td{padding:10px 12px;text-align:left;border-bottom:1px solid #e6edf6}.message-body th{color:#174f9e;background:#eef5ff;font-weight:600}.message-body tr:last-child td{border-bottom:0}.thinking-row,.streaming-status{display:flex;align-items:center;gap:9px;color:#557193;font-size:14px}.streaming-status{margin-top:14px;padding-top:12px;border-top:1px solid #e8eef6}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.composer-wrap{grid-column:2 / 4;padding:12px 16px 10px;background:#fffffffa;border:1px solid rgba(214,224,238,.8);border-radius:16px;box-shadow:var(--shadow)}.composer{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:10px;align-items:center;border:1px solid #cad8ea;border-radius:14px;padding:6px 7px 6px 14px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.composer:focus-within{border-color:#70a4f4;box-shadow:0 0 0 4px #3177e81a}.composer textarea{width:100%;min-height:38px;max-height:120px;resize:none;border:0;outline:0;padding:8px 0 4px;color:#27334a;background:transparent;line-height:1.5}.composer textarea::placeholder{color:#8b98ad}.composer textarea{scrollbar-width:none}.composer textarea::-webkit-scrollbar{display:none}.send-button{width:42px;height:42px;border:0;border-radius:12px;display:grid;place-items:center;color:#fff;background:#1f6fe8;cursor:pointer;transition:background .16s ease,transform .16s ease,opacity .16s ease}.send-button:hover:not(:disabled){background:#0e57d4;transform:translateY(-1px)}.send-button:disabled{cursor:not-allowed;opacity:.45}.send-button.stop{background:#e14d55}.send-button svg{width:21px;height:21px}.quick-prompts{display:flex;gap:8px;padding-top:9px;overflow-x:auto}.quick-prompts{scrollbar-width:none}.quick-prompts::-webkit-scrollbar{display:none}.quick-prompts button{flex:0 0 auto;min-height:32px;border:1px solid #d7e5f6;border-radius:999px;padding:5px 11px;display:inline-flex;align-items:center;gap:6px;color:#31527d;background:#f8fbff;cursor:pointer}.quick-prompts button:hover{color:var(--blue);border-color:#a9caf5}.quick-prompts svg{width:17px;height:17px;color:#216ce6}.insight-panel{min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:14px;scrollbar-width:none}.panel-card{border-radius:18px;padding:19px}.panel-title{display:flex;align-items:flex-start;gap:10px;color:#0b57c9}.panel-title>svg{width:25px;height:25px;flex:0 0 auto;margin-top:1px}.panel-title h2{margin:0;font-size:18px;line-height:1.35}.panel-title p{margin:7px 0 0;color:#7b879d;font-size:13px}.panel-title.compact{align-items:center;margin-bottom:15px}.source-list{display:flex;flex-direction:column;gap:10px;margin-top:16px}.source-empty{min-height:116px;display:grid;place-items:center;align-content:center;gap:9px;padding:16px;color:#8492a8;text-align:center;border:1px dashed #cedbea;border-radius:12px;background:#fafcff;font-size:13px;line-height:1.6}.source-empty svg{width:25px;height:25px;color:#4d86dd}.source-item{min-height:70px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:10px;border:1px solid #e0e8f2;border-radius:12px;background:#f9fbfe}.source-icon{width:36px;height:42px;display:grid;place-items:center;color:#1968e4;background:#eaf3ff;border-radius:9px}.source-icon svg{width:22px;height:22px}.source-item strong,.source-item span{display:block}.source-item strong{color:#263856;font-size:14px;line-height:1.4}.source-item div>span{margin-top:4px;color:#8a96aa;font-size:12px}.source-note{display:flex;gap:8px;align-items:flex-start;margin:15px 0 0;padding-top:14px;color:#8a96aa;border-top:1px solid #e8edf4;font-size:12px;line-height:1.55}.source-note svg{width:17px;height:17px;flex:0 0 auto;margin-top:1px}.info-block{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;padding:13px;color:#40577a;background:#edf5ff;border-radius:12px}.info-block.plain{margin-top:10px;background:#f8fafc}.info-block svg{width:21px;height:21px;color:#1765dc}.info-block p{margin:0;font-size:13px;line-height:1.65}.welcome{width:min(680px,94%);margin:min(11vh,90px) auto 30px;text-align:center}.welcome-icon{width:58px;height:58px;margin:0 auto 14px;display:grid;place-items:center;color:#1b68e1;background:#eaf3ff;border:1px solid #d5e6fb;border-radius:18px}.welcome-icon svg{width:31px;height:31px}.eyebrow{margin:0 0 8px;color:#2869c6;font-size:13px;font-weight:600;letter-spacing:.08em}.welcome h1{margin:0;color:#17345f;font-size:clamp(25px,3vw,36px);line-height:1.28}.welcome-copy{max-width:580px;margin:14px auto 22px;color:#71809a;line-height:1.8}.welcome-prompts{display:grid;gap:10px}.welcome-prompts button{min-height:54px;display:grid;grid-template-columns:24px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:10px 14px;color:#36516f;text-align:left;border:1px solid #dce6f2;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.welcome-prompts button:hover{border-color:#8db8ef;transform:translateY(-1px);box-shadow:0 8px 18px #2c5b9b14}.welcome-prompts svg{color:#1a66dc}:root{color:#202b3c;background:#f3f5f7;--blue: #27558a;--blue-soft: #eef2f6;--muted: #69778a;--shadow: 0 4px 14px rgba(25, 42, 65, .045)}body,.workspace{background:#f3f5f7}.topbar{border-bottom-color:#dfe4ea;box-shadow:none}.brand{color:#173b66;font-weight:600}.brand-mark{color:#27558a}.nav-item{border-radius:7px}.nav-item:hover,.nav-item.active{color:#173f6e;background:#eef1f5}.profile-chip svg{color:#315b89;background:#eef1f5}.side-rail,.chat-column,.panel-card,.composer-wrap{border-color:#dbe1e8}.side-rail,.chat-column,.panel-card,.composer-wrap{border-radius:10px}.rail-button{border-radius:7px}.rail-button:hover{color:#204d7c;background:#eef1f5}.rail-button.primary{background:#244f80}.user-avatar{color:#365b84;background:#edf1f5}.assistant-avatar{color:#315a86;background:#f4f6f8;border-color:#dce2e8}.message-body{color:#253247;border-radius:8px}.user-message .message-body{background:#eef2f6;border-color:#d9e0e8}.assistant-message .message-body{border-color:#d8dfe7;border-left:3px solid #3d6a9d;box-shadow:none}.message-body h3{color:#173f6e;border-top-color:#e1e6ec;font-weight:600}.message-body strong{color:#243b57;font-weight:600}.message-body table{border-color:#d9e0e8;border-radius:6px}.message-body th{color:#284866;background:#eef1f4}.composer{border-radius:7px}.composer:focus-within{border-color:#6f8ead;box-shadow:0 0 0 3px #2e547c17}.send-button{border-radius:7px;background:#285889}.send-button:hover:not(:disabled){background:#1d466f}.quick-prompts button{color:#3d5168;background:#f8f9fa;border-radius:6px}.quick-prompts button:hover{color:#244f80;border-color:#9eb1c6}.quick-prompts svg{color:#315c88}.panel-title{color:#264f7c}.source-empty{color:#748194;border-radius:7px;background:#fafbfc}.source-empty svg{color:#466b93}.source-item{border-radius:7px;background:#fafbfc}.source-icon{color:#315b88;background:#edf1f5;border-radius:5px}.info-block{color:#405168;background:#eef1f4;border-left:3px solid #52769b;border-radius:6px}.info-block.plain{background:#f7f8fa}.info-block svg{color:#315b88}.welcome-icon{color:#315b88;background:#eef1f4;border-color:#d9e0e7;border-radius:10px}.eyebrow{color:#52708f}.welcome-prompts button{border-radius:7px}.welcome-prompts button:hover{border-color:#95aabd;box-shadow:0 4px 12px #243a530f}.welcome-prompts svg{color:#315b88}@media(max-width:1120px){.topbar{grid-template-columns:auto 1fr auto}.main-nav{justify-content:center}.nav-item{padding:0 10px}.workspace{grid-template-columns:64px minmax(0,1fr) 292px;padding-inline:14px}}@media(max-width:900px){.app-shell{grid-template-rows:62px minmax(0,1fr)}.topbar{padding:0 18px}.brand{font-size:18px}.main-nav .nav-item span,.profile-chip span{display:none}.nav-item{width:38px;height:38px;justify-content:center;padding:0}.workspace{grid-template-columns:58px minmax(0,1fr)}.insight-panel{display:none}.composer-wrap{grid-column:2 / 3}}@media(max-width:640px){.app-shell{grid-template-rows:58px minmax(0,1fr)}.topbar{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:0 12px}.brand{min-width:0;gap:7px;font-size:16px}.brand span:last-child{overflow:hidden;text-overflow:ellipsis}.brand-mark{width:30px;height:30px}.brand-mark svg{width:27px;height:27px}.main-nav{display:none}.profile-chip svg{width:31px;height:31px}.workspace{height:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;gap:0;min-height:0;padding:0}.side-rail{display:none}.chat-column{grid-column:1;grid-row:1;width:100%;height:100%;border:0;border-radius:0;box-shadow:none}.chat-column,.chat-scroll,.composer-wrap,.composer{min-width:0;max-width:100vw}.chat-scroll{padding:14px 12px 8px;overflow-x:hidden}.message{grid-template-columns:34px minmax(0,1fr);gap:8px;margin-bottom:13px}.avatar{width:34px;height:34px}.avatar svg{width:20px;height:20px}.message-body{font-size:14px}.user-message .message-body{max-width:100%;padding:12px 13px}.assistant-message .message-body{padding:14px}.message-body table{display:block;overflow-x:auto;white-space:nowrap}.composer-wrap{grid-column:1;grid-row:2;padding:9px 10px 8px;overflow:hidden;border-width:1px 0 0;border-radius:0;box-shadow:none}.composer{width:100%}.composer textarea{min-width:0}.quick-prompts{width:100%;min-width:0;padding-top:7px}.quick-prompts button{font-size:12px}.welcome{margin-top:8vh}.welcome-copy{font-size:14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
