:root{color:#172033;background:#f5f7fb;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;line-height:1.5}html,body,#root{height:100%}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden}button,input,textarea,select{font:inherit}button{border:0;border-radius:10px;padding:10px 14px;color:#fff;background:#2563eb;cursor:pointer;transition:transform .15s ease,background .15s ease,opacity .15s ease}button:hover:not(:disabled){background:#1d4ed8}button:active:not(:disabled){transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.55}input,textarea,select{width:100%;border:1px solid #dbe3ef;border-radius:10px;outline:none;color:#172033;background:#fff;transition:border .15s ease,box-shadow .15s ease}input,select{height:42px;padding:0 12px}textarea{min-height:46px;max-height:160px;padding:12px 14px;resize:none}input:focus,textarea:focus,select:focus{border-color:#7aa7ff;box-shadow:0 0 0 3px #2563eb1f}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:radial-gradient(circle at 22% 18%,rgba(37,99,235,.14),transparent 30%),linear-gradient(135deg,#eef4ff,#f8fafc 55%,#ecfdf5)}.login-card{width:min(420px,100%);padding:34px;border:1px solid rgba(219,227,239,.82);border-radius:20px;background:#ffffffdb;box-shadow:0 24px 80px #202f491f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.login-card h1{margin:0 0 8px;font-size:28px}.login-card p{margin:0 0 24px;color:#69758a}.login-form{display:grid;gap:14px}.login-actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:6px}.login-switch{margin:16px 0 0;font-size:14px;color:#69758a;text-align:center}.link-button{padding:0;border:none;background:none;color:#2563eb;font-size:inherit;font-weight:600;cursor:pointer}.link-button:hover{text-decoration:underline}.secondary-btn,.sidebar-footer button,.document-actions button,.modal-actions button:first-child,.topbar-actions button{color:#27344f;background:#edf2f7}.secondary-btn:hover:not(:disabled),.sidebar-footer button:hover:not(:disabled),.document-actions button:hover:not(:disabled),.modal-actions button:first-child:hover:not(:disabled),.topbar-actions button:hover:not(:disabled){background:#e2e8f0}.error-text{min-height:22px;color:#dc2626;font-size:14px}.app-shell{display:flex;width:100vw;min-height:100vh;overflow:hidden;background:#f5f7fb}.app-error{display:grid;gap:12px;width:min(520px,calc(100vw - 32px));margin:18vh auto 0;padding:24px;border:1px solid #fecaca;border-radius:12px;color:#7f1d1d;background:#fff;box-shadow:0 18px 48px #0f172a1f}.app-error h2,.app-error p{margin:0}.app-error button{justify-self:start;background:#dc2626}.chat-page{display:flex;width:100vw;height:100vh;min-height:0;overflow:hidden;background:#f5f7fb}.chat-main{display:flex;flex:1;flex-direction:column;min-width:0;height:100vh;min-height:0;overflow:hidden}.sidebar-header,.chat-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.sidebar-header{margin-bottom:16px}.sidebar-header div{display:grid;gap:2px}.sidebar-header span,.chat-title span{color:#7b8798;font-size:13px}.text-button{padding:6px 8px;color:#64748b;background:transparent}.text-button:hover:not(:disabled){color:#dc2626;background:#fee2e2}.new-chat-button{width:100%;margin-bottom:14px}.sidebar{position:sticky;top:0;display:flex;flex:0 0 260px;width:260px;flex-direction:column;height:100vh;min-height:0;padding:18px;border-right:1px solid #e2e8f0;background:#fff;overflow:hidden}.brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.brand-title{font-size:20px;font-weight:800}.brand-subtitle{color:#7b8798;font-size:13px}.icon-btn{display:inline-grid;width:38px;height:38px;place-items:center;padding:0;border-radius:10px}.create-box{display:grid;gap:10px;margin-bottom:16px}.conversation-list{display:grid;align-content:start;gap:8px;flex:1;min-height:0;overflow-y:auto;padding-right:2px}.conversation-item{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:10px;width:100%;min-height:44px;padding:9px 10px 9px 12px;color:#27344f;background:transparent;text-align:left}.conversation-item[role=button]{cursor:pointer}.conversation-item span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-item:hover,.conversation-item.active{background:#eef4ff}.conversation-item.active{color:#1d4ed8}.item-actions{display:inline-flex;align-items:center;flex:0 0 auto}.delete-icon{display:inline-grid;width:24px;height:24px;place-items:center;border-radius:8px;color:#94a3b8;font-size:18px}.delete-icon:hover{color:#dc2626;background:#fee2e2}.sidebar-footer{display:grid;gap:8px;margin-top:14px}.main-panel{display:flex;flex:1;flex-direction:column;min-width:0;min-height:100vh}.chat-header{min-height:78px;padding:18px 28px;border-bottom:1px solid #e2e8f0;background:#ffffffe6}.chat-title h2{margin:0;font-size:22px}.chat-header-actions{display:flex;gap:10px}.settings-button,.delete-conversation-button{color:#27344f;background:#edf2f7}.settings-button:hover:not(:disabled),.delete-conversation-button:hover:not(:disabled){background:#e2e8f0}.delete-conversation-button{display:grid;width:42px;height:30px;place-items:center;padding:0;color:#ef4444;font-size:12px;line-height:1;white-space:nowrap}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:78px;padding:18px 28px;border-bottom:1px solid #e2e8f0;background:#ffffffe6}.topbar h1{margin:0;font-size:22px}.topbar p{margin:3px 0 0;color:#6b7280;font-size:14px}.topbar-actions{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.messages,.message-area{flex:1;min-height:0;overflow-y:auto;padding:28px}.message-row{display:flex;margin-bottom:16px}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.message-bubble{min-width:0;max-width:min(760px,76%);padding:12px 15px;border-radius:16px;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;box-shadow:0 8px 24px #1a2c4d0f}.message-row.user .message-bubble{color:#fff;border-bottom-right-radius:5px;background:#2563eb}.message-row.assistant .message-bubble{border:1px solid #e2e8f0;border-bottom-left-radius:5px;background:#fff}.markdown-body p{margin:0 0 10px}.markdown-body p:last-child{margin-bottom:0}.markdown-body pre{overflow:auto;max-width:100%;padding:12px;border-radius:10px;background:#0f172a;color:#e5e7eb}.markdown-body code{border-radius:6px;padding:2px 5px;background:#eef2ff}.markdown-body pre code{padding:0;background:transparent}.agent-steps{display:grid;gap:8px;margin-bottom:12px}.agent-thinking{color:#64748b;font-size:13px;line-height:1.45}.agent-warning{padding:9px 11px;border:1px solid #facc15;border-radius:8px;color:#854d0e;background:#fefce8;font-size:13px}.agent-tool-step{display:grid;gap:7px;padding:10px 11px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;white-space:normal}.agent-tool-step.success{border-color:#bbf7d0;background:#f0fdf4}.agent-tool-step.error{border-color:#fecaca;background:#fef2f2}.agent-tool-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.agent-tool-head strong{min-width:0;color:#172033;font-size:13px;font-weight:700}.agent-tool-head em{color:#64748b;font-size:12px;font-style:normal;white-space:nowrap}.agent-tool-dot{width:9px;height:9px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.agent-tool-step.success .agent-tool-dot{background:#16a34a;box-shadow:0 0 0 4px #16a34a1f}.agent-tool-step.error .agent-tool-dot{background:#dc2626;box-shadow:0 0 0 4px #dc26261f}.agent-tool-meta,.agent-step-detail summary,.message-token-stat,.message-stopped{color:#64748b;font-size:12px}.agent-step-detail summary{cursor:pointer;-webkit-user-select:none;user-select:none}.markdown-body .agent-step-json{max-height:180px;margin:8px 0 0;overflow:auto;padding:9px;border-radius:8px;background:#0f172a0f;color:#172033;font-size:12px;line-height:1.5;white-space:pre-wrap}.markdown-body .agent-step-json.tall{max-height:260px}.agent-tool-error{color:#dc2626;font-size:12px}.message-token-stat,.message-stopped{margin-top:8px}.welcome-card{max-width:560px;margin:12vh auto 0;text-align:center}.welcome-card h2{margin:0 0 10px;font-size:28px}.welcome-card p{margin:0;color:#6b7280}.typing{display:inline-flex;align-items:center;gap:8px;color:#64748b}.stream-loading{display:inline-block;width:16px;height:16px;margin-left:4px;border:2px solid #cbd5e1;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle}.spinner{width:16px;height:16px;border:2px solid #cbd5e1;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.composer{padding:18px 28px 24px;border-top:1px solid #e2e8f0;background:#ffffffeb}.chat-input-bar{display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;padding:18px 28px 24px;border-top:1px solid #e2e8f0;background:#ffffffeb}.chat-input-bar button{min-width:92px;height:46px}.stop-button{background:#ef4444}.stop-button:hover:not(:disabled){background:#dc2626}.input-bar{display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px}.input-bar button{min-width:88px;height:46px}.stop-btn{background:#ef4444}.stop-btn:hover:not(:disabled){background:#dc2626}.notice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 28px 0;padding:10px 12px;border:1px solid #bfdbfe;border-radius:12px;color:#1e40af;background:#eff6ff}.error-bar{margin:14px 28px 0;padding:10px 12px;border:1px solid #fecaca;border-radius:12px;color:#b91c1c;background:#fef2f2}.empty-chat{display:grid;min-height:260px;place-items:center;color:#94a3b8}.notice button{padding:6px 10px;color:#1e40af;background:#dbeafe}.settings-mask,.modal-mask,.settings-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#0f172a57}.settings-panel{position:absolute;top:0;right:0;display:flex;width:min(460px,100vw);height:100%;flex-direction:column;gap:18px;overflow-y:auto;padding:24px;background:#fff;box-shadow:-18px 0 48px #0f172a2e}.settings-drawer{position:absolute;top:0;right:0;display:flex;width:min(560px,100vw);height:100%;flex-direction:column;gap:18px;overflow-y:auto;padding:26px;background:#f8fafc;box-shadow:-18px 0 48px #0f172a2e}.settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.settings-head h2{margin:0}.settings-head p{margin:4px 0 0;color:#6b7280}.settings-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.settings-header h2{margin:0}.settings-header span{color:#64748b}.settings-close{width:36px;height:36px;padding:0;color:#334155;background:#f1f5f9}.settings-close-button{padding:8px 10px;color:#334155;background:#f1f5f9}.settings-content{display:grid;gap:14px}.usage-hero-card,.usage-card{border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 16px 42px #0f172a0f}.usage-hero-card{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:18px;padding:18px}.usage-hero-copy{display:grid;align-content:center;gap:3px}.usage-eyebrow,.usage-hero-copy span:last-child,.usage-section-head span,.usage-stat span,.usage-stat em,.usage-chat-row span,.usage-row span{color:#64748b;font-size:12px;font-style:normal}.usage-eyebrow{color:#2563eb;font-weight:800;text-transform:uppercase}.usage-hero-copy strong{color:#0f172a;font-size:34px;font-weight:850;line-height:1.05}.usage-meter{display:grid;width:96px;height:96px;place-items:center;border-radius:50%;background:radial-gradient(circle closest-side,#fff 68%,transparent 70% 100%),conic-gradient(#2563eb var(--percent),#e2e8f0 0)}.usage-meter>div{display:grid;gap:1px;text-align:center}.usage-meter strong{color:#0f172a;font-size:18px}.usage-meter span{color:#64748b;font-size:11px}.usage-row{display:grid;grid-column:1 / -1;grid-template-columns:1fr 1fr;gap:10px}.usage-row>div,.usage-stat,.usage-chat-row>div{border:1px solid #e2e8f0;border-radius:13px;padding:11px;background:#f8fafc}.usage-row strong,.usage-chat-row strong{display:block;margin-top:3px;color:#0f172a;font-size:16px}.usage-card{padding:16px}.usage-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.usage-section-head h3{margin:0;color:#0f172a;font-size:16px}.usage-section-head strong{color:#2563eb;font-size:13px;white-space:nowrap}.usage-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.usage-stat{display:grid;gap:4px}.usage-stat strong{color:#0f172a;font-size:22px;line-height:1.1}.usage-chat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.usage-heatmap{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:start;overflow-x:auto;padding-bottom:4px}.heatmap-weekdays{display:grid;grid-template-rows:repeat(7,14px);gap:5px;color:#94a3b8;font-size:10px;line-height:14px}.heatmap-weeks{display:flex;gap:5px}.heatmap-week{display:grid;grid-template-rows:repeat(7,14px);gap:5px}.quota-card,.token-overview,.token-calendar{border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#fff}.quota-card h3,.token-overview h3,.token-calendar h3{margin:0 0 12px;font-size:16px}.quota-main{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.quota-number{font-size:30px;font-weight:800;color:#16a34a}.quota-label{color:#64748b}.quota-row,.overview-grid{display:grid;gap:10px}.quota-row{grid-template-columns:1fr 1fr}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-item{padding:12px;border-radius:12px;background:#f8fafc}.stat-label{color:#64748b;font-size:13px}.stat-value{margin-top:4px;color:#111827;font-size:20px;font-weight:800}.calendar-wrap{display:grid;gap:8px}.calendar-week{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-day{position:relative;width:14px;height:14px;aspect-ratio:1;border-radius:5px}.calendar-day:hover:after{position:absolute;z-index:3;bottom:calc(100% + 8px);left:50%;width:190px;padding:8px;border-radius:8px;color:#fff;background:#0f172af0;content:attr(data-tip);font-size:12px;line-height:1.45;white-space:pre-line;transform:translate(-50%)}.level-0{background:#ebedf0}.level-1{background:#c6e48b}.level-2{background:#7bc96f}.level-3{background:#239a3b}.level-4{background:#196127}.calendar-total{margin-top:10px;color:#64748b;font-size:13px}.knowledge-shell .main-panel{overflow:hidden}.knowledge-grid{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(380px,1.1fr);gap:18px;flex:1;min-height:0;padding:18px 28px 28px}.document-panel,.qa-panel{display:flex;min-height:0;flex-direction:column;border:1px solid #e2e8f0;border-radius:18px;background:#fff;overflow:hidden}.panel-title{padding:16px 18px;border-bottom:1px solid #e2e8f0;font-weight:800}.document-list,.qa-messages{flex:1;min-height:0;overflow-y:auto;padding:16px}.document-row{display:grid;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:12px}.document-info{display:grid;gap:4px}.document-info span{color:#64748b;font-size:13px}.document-actions{display:flex;flex-wrap:wrap;gap:8px}.document-actions button{padding:8px 10px}.danger-text{color:#dc2626!important;background:#fee2e2!important}.qa-panel .input-bar{padding:14px;border-top:1px solid #e2e8f0;background:#f8fafc}.source-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.source-list span{border-radius:999px;padding:4px 8px;color:#1d4ed8;background:#dbeafe;font-size:12px}.empty-tip,.empty-doc{padding:14px;color:#64748b;text-align:center}.modal-mask{display:grid;place-items:center;padding:24px}.modal{display:grid;gap:14px;width:min(440px,100%);max-height:86vh;overflow-y:auto;padding:22px;border-radius:18px;background:#fff;box-shadow:0 24px 80px #0f172a33}.modal h3{margin:0}.modal label{display:grid;gap:7px;color:#475569;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.preview-modal{width:min(760px,100%)}.preview-modal pre{max-height:58vh;overflow:auto;margin:0;padding:14px;border-radius:12px;background:#f8fafc;white-space:pre-wrap;word-break:break-word}.kb-page{display:grid;grid-template-columns:280px minmax(0,1fr);height:100vh;overflow:hidden;background:#f7f7f8;color:#202123}.kb-sidebar{display:flex;flex-direction:column;min-height:0;padding:18px;border-right:1px solid #e5e7eb;background:#f1f2f4}.kb-brand h1{margin:0;font-size:18px}.kb-brand p{margin:4px 0 0;color:#6b7280;font-size:13px}.kb-create-card{display:grid;gap:10px;margin:18px 0;padding:12px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.kb-create-card textarea{min-height:68px}.kb-create-card button,.kb-header-actions button,.kb-empty-state button,.kb-ask-bar button,.kb-doc-actions button{background:#202123}.kb-create-card button:hover:not(:disabled),.kb-header-actions button:hover:not(:disabled),.kb-empty-state button:hover:not(:disabled),.kb-ask-bar button:hover:not(:disabled),.kb-doc-actions button:hover:not(:disabled){background:#111827}.kb-base-list{display:grid;align-content:start;gap:8px;flex:1;min-height:0;overflow-y:auto}.kb-base-item{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:8px;width:100%;min-height:58px;padding:10px 10px 10px 12px;color:#202123;background:transparent;text-align:left}.kb-base-item:hover,.kb-base-item.active{background:#fff}.kb-base-item span{display:grid;min-width:0;gap:2px}.kb-base-item strong,.kb-base-item em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-base-item em{color:#6b7280;font-size:12px;font-style:normal}.kb-base-item i{display:grid;width:42px;height:28px;place-items:center;border-radius:9px;color:#dc2626;background:#fee2e2;font-size:12px;font-style:normal}.kb-sidebar-actions{display:grid;gap:8px;margin-top:14px}.kb-sidebar-actions button{color:#202123;background:#fff}.kb-main{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.kb-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 28px;border-bottom:1px solid #e5e7eb;background:#ffffffeb}.kb-header h2{margin:0;font-size:24px}.kb-header p{margin:5px 0 0;color:#6b7280}.kb-header-actions{flex:0 0 auto}.kb-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 28px 0;padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;color:#374151;background:#fff}.kb-notice button{padding:6px 10px;color:#374151;background:#f3f4f6}.kb-workspace{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(420px,1.05fr);gap:18px;flex:1;min-height:0;padding:18px 28px 28px;overflow:hidden}.kb-doc-card,.kb-chat-card{display:flex;min-height:0;flex-direction:column;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 18px 45px #0f172a0d;overflow:hidden}.kb-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #e5e7eb}.kb-card-head h3{margin:0;font-size:16px}.kb-card-head p{margin:4px 0 0;color:#6b7280;font-size:13px}.kb-document-list,.kb-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:16px}.kb-document-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:12px;background:#fff}.kb-doc-meta{display:grid;min-width:0;gap:4px}.kb-doc-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-doc-meta span{color:#6b7280;font-size:12px}.status-badge{align-self:start;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700}.status-uploaded{color:#4b5563;background:#f3f4f6}.status-parsing{color:#2563eb;background:#eff6ff}.status-parsed{color:#0891b2;background:#ecfeff}.status-chunked{color:#7c3aed;background:#f5f3ff}.status-embedding{color:#c2410c;background:#fff7ed}.status-embedded{color:#059669;background:#ecfdf5}.status-failed{color:#dc2626;background:#fef2f2}.kb-doc-actions{display:flex;flex-wrap:wrap;grid-column:1 / -1;gap:8px}.kb-doc-actions button{padding:8px 10px;font-size:13px}.kb-ready{display:inline-grid;min-height:34px;place-items:center;border-radius:10px;padding:0 10px;color:#059669;background:#ecfdf5;font-size:13px;font-weight:700}.kb-empty-state{display:grid;place-items:center;gap:8px;min-height:220px;padding:18px;color:#6b7280;text-align:center}.kb-empty-state strong{color:#202123}.kb-empty-small{padding:12px;color:#6b7280;font-size:13px}.kb-message{display:flex;margin-bottom:14px}.kb-message.user{justify-content:flex-end}.kb-message.assistant{justify-content:flex-start}.kb-message-bubble{max-width:86%;border-radius:16px;padding:12px 14px;word-break:break-word;overflow-wrap:anywhere}.kb-message.user .kb-message-bubble{color:#fff;background:#202123}.kb-message.assistant .kb-message-bubble{border:1px solid #e5e7eb;background:#f7f7f8}.kb-ask-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px;border-top:1px solid #e5e7eb;background:#fff}.kb-ask-bar button{min-width:86px;height:46px}.kb-token-line{margin-top:10px;color:#6b7280;font-size:12px}.chunk-config-panel{width:min(520px,100%)}.chunk-config-panel p{margin:0;color:#6b7280;font-size:14px}.chunk-config-row{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;align-items:center}.chunk-config-row label{color:#374151;font-size:14px}.chunk-config-row input,.chunk-config-row select{min-width:0}.chunk-strategy-help{display:grid;gap:4px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.chunk-strategy-help strong{color:#202123;font-size:14px}.chunk-strategy-help span{color:#6b7280;font-size:13px}.sources-box{margin-top:12px;border-top:1px solid #e5e7eb;padding-top:10px}.sources-title{margin-bottom:8px;color:#202123;font-size:13px;font-weight:800}.source-item{border-radius:10px;padding:10px;margin-top:8px;background:#f9fafb}.source-item summary{color:#374151;cursor:pointer;font-size:13px;font-weight:700}.source-content{margin-top:8px;color:#374151;font-size:13px;line-height:1.6;white-space:pre-wrap}@media(max-width:900px){.app-shell,.chat-page{flex-direction:column}.kb-page{grid-template-columns:1fr;overflow-y:auto}.kb-sidebar{min-height:auto;max-height:360px}.kb-main{overflow:visible}.kb-header{flex-direction:column;padding:18px 16px}.kb-workspace{grid-template-columns:1fr;overflow:visible;padding:16px}.sidebar{width:100%;min-height:auto;flex:0 0 auto;border-right:0;border-bottom:1px solid #e2e8f0}.conversation-list{max-height:220px}.topbar,.knowledge-grid{padding-left:16px;padding-right:16px}.topbar{align-items:flex-start;flex-direction:column}.messages{padding:18px 16px}.composer{padding:14px 16px 18px}.chat-header,.message-area,.chat-input-bar{padding-left:16px;padding-right:16px}.chat-input-bar{grid-template-columns:1fr}.message-bubble{max-width:90%}.knowledge-grid{grid-template-columns:1fr;overflow-y:auto}}@media(max-width:560px){.login-card{padding:24px}.login-actions,.input-bar,.quota-row,.overview-grid{grid-template-columns:1fr}.input-bar button{width:100%}}
