:root{color:#172033;background:#f6f8fb;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px}*{box-sizing:border-box}body{min-width:960px;margin:0}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit;background:0 0;border:0}.app-shell{height:100vh;display:flex;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #e8edf3;flex-direction:column;width:238px;padding:20px 14px 14px;display:flex}.brand{align-items:center;gap:10px;padding:0 10px 18px;display:flex}.brand-mark{color:#fff;background:#1d4ed8;border-radius:9px;place-items:center;width:32px;height:32px;font-size:18px;font-weight:800;display:grid}.brand strong{letter-spacing:.1px;font-size:16px;display:block}.brand span{color:#8b96a7;margin-top:2px;font-size:11px;display:block}.local-badge{color:#1d4ed8;background:#f0f6ff;border:1px solid #dbeafe;border-radius:7px;margin:0 8px 18px;padding:7px 10px;font-size:12px}.dot{background:#22c55e;border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}nav{gap:4px;display:grid}.nav-item{color:#667085;text-align:left;border-radius:7px;align-items:center;gap:11px;padding:10px 11px;display:flex}.nav-item:hover{color:#172033;background:#f4f6f9}.nav-item.active{color:#1d4ed8;background:#eaf1ff;font-weight:600}.nav-arrow{margin-left:auto}.nav-group{color:#98a2b3;margin:24px 11px 7px;font-size:11px}.sidebar-footer{border-top:1px solid #edf0f4;align-items:center;gap:9px;margin-top:auto;padding:14px 7px 2px;display:flex}.user-avatar{color:#1d4ed8;background:#e8eef9;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:grid}.user-meta{flex:1}.user-meta strong{font-size:12px;display:block}.user-meta span{color:#98a2b3;margin-top:2px;font-size:11px;display:block}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{background:#fff;border-bottom:1px solid #e8edf3;justify-content:space-between;align-items:center;height:56px;padding:0 28px;display:flex}.crumb{color:#344054;font-weight:600}.top-actions{align-items:center;gap:17px;display:flex}.connection{color:#667085;font-size:12px}.icon-btn{color:#667085;border-radius:6px;place-items:center;width:30px;height:30px;display:grid}.icon-btn:hover{color:#172033;background:#f2f4f7}.content{flex:1;overflow:auto}.primary{color:#fff;background:#1d4ed8;border-radius:7px;align-items:center;gap:7px;padding:9px 14px;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #1d4ed833}.primary:hover{background:#1e40af}.wide{justify-content:center;width:100%;padding:11px}.page-grid{max-width:1180px;margin:0 auto;padding:34px 40px}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:25px;display:flex}.page-header h1{color:#101828;margin:0 0 7px;font-size:24px}.page-header p{color:#667085;margin:0}.chat-layout{height:calc(100vh - 56px);display:flex}.chat-list{background:#fbfcfe;border-right:1px solid #e8edf3;width:265px;padding:20px 13px}.section-title{justify-content:space-between;align-items:center;padding:0 7px 13px;font-weight:600;display:flex}.search-box{color:#98a2b3;background:#fff;border:1px solid #e1e6ee;border-radius:6px;align-items:center;gap:7px;height:34px;padding:0 9px;display:flex}.search-box input{color:#344054;border:0;outline:0;flex:1;min-width:0}.chat-row{color:#667085;text-align:left;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;align-items:center;gap:8px;width:100%;margin-top:5px;padding:10px 8px;display:flex;overflow:hidden}.chat-row.selected{color:#1d4ed8;background:#eaf1ff;font-weight:600}.chat-main{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex}.chat-heading{border-bottom:1px solid #f0f2f5;justify-content:space-between;padding:25px 38px 17px;display:flex}.chat-heading h1{margin:0 0 6px;font-size:18px}.chat-heading span{color:#98a2b3;font-size:12px}.mode-pill{border:1px solid #e4e7ec;border-radius:5px;height:25px;padding:4px 9px;color:#667085!important}.messages{flex:1;width:100%;max-width:850px;margin:0 auto;padding:30px 38px;overflow:auto}.empty-chat{text-align:center;color:#98a2b3;margin:100px auto}.empty-chat svg{color:#1d4ed8}.empty-chat h2{color:#344054;margin:14px 0 7px;font-size:19px}.message{gap:12px;margin-bottom:24px;display:flex}.message-avatar{color:#1d4ed8;background:#eaf1ff;border-radius:7px;flex:none;place-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:grid}.message.user .message-avatar{color:#344054;background:#e8eef9}.message-body{max-width:680px}.message-role{color:#98a2b3;margin-bottom:5px;font-size:12px;display:block}.message-body p{color:#344054;white-space:pre-wrap;margin:0;line-height:1.7}.composer{background:#fff;border:1px solid #d9e0ea;border-radius:9px;width:100%;max-width:850px;margin:0 auto 24px;padding:11px 13px;box-shadow:0 3px 12px #3440540d}.composer textarea{resize:none;color:#344054;border:0;outline:0;width:100%;height:52px}.composer-actions{color:#98a2b3;justify-content:space-between;align-items:center;font-size:11px;display:flex}.send{padding:7px 11px}.typing i{background:#1d4ed8;border-radius:50%;width:6px;height:6px;margin-right:4px;animation:1s infinite blink;display:inline-block}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes blink{50%{opacity:.25}}.workspace-panel{background:#fff;border:1px solid #e4e7ec;border-radius:9px;height:calc(100vh - 190px);min-height:430px;display:flex;overflow:hidden}.file-list{border-right:1px solid #eaeef3;width:265px;padding:15px 10px}.panel-label{color:#98a2b3;padding:5px 8px 12px;font-size:11px}.file-row{text-align:left;color:#667085;border-radius:6px;align-items:center;gap:8px;width:100%;padding:10px 8px;display:flex}.file-row span{flex:1}.file-row small{color:#98a2b3;font-size:10px}.file-row.selected{color:#1d4ed8;background:#eaf1ff}.editor{flex-direction:column;flex:1;display:flex}.editor-tab{color:#475467;border-bottom:1px solid #eaeef3;align-items:center;gap:7px;padding:12px 17px;font-size:12px;display:flex}.saved{color:#16a34a;align-items:center;gap:4px;margin-left:auto;font-size:11px;display:flex}.editor textarea{resize:none;color:#344054;border:0;outline:0;flex:1;padding:22px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.7}.toolbar{align-items:center;gap:15px;margin-bottom:16px;display:flex}.toolbar .search-box{width:280px}.muted{color:#98a2b3;font-size:12px}.knowledge-list{background:#fff;border:1px solid #e4e7ec;border-radius:9px}.knowledge-row{border-bottom:1px solid #f0f2f5;align-items:center;gap:13px;padding:16px 18px;display:flex}.knowledge-row:last-child{border-bottom:0}.doc-icon,.card-icon{color:#1d4ed8;background:#f0f6ff;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.row-main{flex:1}.row-main strong{color:#344054;display:block}.row-main span{color:#98a2b3;margin-top:4px;font-size:12px;display:block}.status{color:#98a2b3;border:1px solid #e4e7ec;border-radius:4px;padding:3px 7px;font-size:11px}.status.ok{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.status.draft{color:#b45309;background:#fffbeb;border-color:#fde68a}.playbook-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.playbook-card{background:#fff;border:1px solid #e4e7ec;border-radius:9px;min-height:185px;padding:18px}.card-top{justify-content:space-between;align-items:center;margin-top:-28px;margin-bottom:23px;display:flex}.playbook-card h3{margin:12px 0 7px;font-size:16px}.playbook-card p{color:#667085;margin:0 0 20px;line-height:1.6}.card-meta{color:#98a2b3;gap:14px;font-size:11px;display:flex}.card-meta span{align-items:center;gap:4px;display:flex}.placeholder{text-align:center;color:#98a2b3;background:#fff;border:1px dashed #d0d5dd;border-radius:9px;padding:100px}.placeholder h2{color:#475467;margin:15px 0 7px;font-size:17px}.login{background:#f4f7fb;place-items:center;height:100vh;display:grid}.login-panel{background:#fff;border:1px solid #e4e7ec;border-radius:10px;width:380px;padding:38px 40px;box-shadow:0 10px 30px #17203312}.center{justify-content:center;padding-bottom:25px}.login h1{text-align:center;margin:0 0 9px;font-size:22px}.login p{text-align:center;color:#667085;margin:0 0 27px}.login-note{text-align:center;color:#98a2b3;margin-top:18px;font-size:11px;line-height:1.6}.nav-scroll{flex:1;min-height:0;padding-right:2px;overflow-y:auto}.nav-scroll::-webkit-scrollbar{width:4px}.nav-scroll::-webkit-scrollbar-thumb{background:#dce2ea;border-radius:4px}.nav-badge{color:#fff;background:#ef4444;border-radius:10px;margin-left:auto;padding:1px 6px;font-size:10px;font-style:normal}.nav-badge+.nav-arrow{margin-left:0}.ghost-btn,.danger-btn{color:#475467;background:#fff;border:1px solid #dce2ea;border-radius:7px;align-items:center;gap:6px;padding:8px 12px;display:inline-flex}.ghost-btn:hover{background:#f6f8fb;border-color:#cbd5e1}.danger-btn{color:#b42318;border-color:#f4c7c3}.danger-btn:hover{background:#fff5f4}.header-actions,.row-actions,.card-actions{align-items:center;gap:8px;display:flex}.toast{color:#fff;z-index:10;background:#172033;border-radius:7px;align-items:center;gap:8px;padding:11px 15px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #17203335}.tabs{border-bottom:1px solid #e4e7ec;align-items:center;gap:4px;margin-bottom:20px;display:flex}.tabs button{color:#667085;border-bottom:2px solid #0000;padding:10px 14px}.tabs button.active{color:#1d4ed8;border-color:#1d4ed8;font-weight:600}.tabs b{color:#b91c1c;background:#fee2e2;border-radius:10px;padding:1px 5px;font-size:10px}.unread-dot{background:#1d4ed8;border-radius:50%;width:6px;height:6px;margin-left:7px;display:inline-block}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.catalog-card{background:#fff;border:1px solid #e4e7ec;border-radius:8px;min-height:175px;padding:17px}.catalog-head{align-items:center;gap:11px;display:flex}.catalog-head>div:nth-child(2){flex:1;min-width:0}.catalog-head h3{margin:0 0 4px;font-size:15px}.catalog-card>p{color:#667085;min-height:43px;margin:18px 0;line-height:1.55}.service-icon{color:#1d4ed8;background:#f1f5fb;border-radius:7px;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.online-text{color:#15803d;font-size:12px}.switch{background:#cbd5e1;border-radius:10px;flex:none;width:34px;height:19px;padding:2px;transition:all .2s}.switch span{background:#fff;border-radius:50%;width:15px;height:15px;transition:all .2s;display:block;box-shadow:0 1px 2px #0002}.switch.on{background:#1d4ed8}.switch.on span{transform:translate(15px)}.table-wrap{background:#fff;border:1px solid #e4e7ec;border-radius:8px;overflow:hidden}table{border-collapse:collapse;text-align:left;width:100%}th{color:#667085;background:#f8fafc;border-bottom:1px solid #e4e7ec;padding:11px 14px;font-size:11px;font-weight:600}td{color:#475467;border-bottom:1px solid #eef1f5;padding:14px}tbody tr:last-child td{border-bottom:0}.row-actions button{color:#1d4ed8;font-size:12px}.danger-link{font-size:12px;color:#b42318!important}.toolbar select,.form-panel select,.form-panel input,.setting-card input,.setting-card select,.setting-row select{color:#344054;background:#fff;border:1px solid #dce2ea;border-radius:6px;outline:none;padding:8px 10px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.setting-card{background:#fff;border:1px solid #e4e7ec;border-radius:8px;min-height:165px;padding:18px}.setting-card h3{margin:0 0 7px;font-size:15px}.setting-card>p{color:#667085;margin:0;line-height:1.5}.setting-body{gap:12px;margin-top:18px;display:grid}.setting-card label,.form-panel label{color:#475467;gap:6px;font-size:12px;display:grid}.segmented{background:#f1f4f8;border-radius:7px;grid-template-columns:repeat(4,1fr);padding:3px;display:grid}.segmented button{color:#667085;border-radius:5px;padding:7px;font-size:11px}.segmented button.active{color:#1d4ed8;background:#fff;font-weight:700;box-shadow:0 1px 3px #17203318}.stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.stat-card{background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:17px}.stat-card>span{color:#667085;font-size:12px;display:block}.stat-card strong{color:#101828;margin:11px 0 5px;font-size:25px;display:block}.stat-card small{color:#16a34a}.chart-panel{background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:18px}.panel-title{font-weight:600}.panel-title span{float:right;color:#98a2b3;font-size:11px;font-weight:400}.bars{align-items:flex-end;gap:24px;height:260px;padding:30px 20px 0;display:flex}.bars>div{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.bars span{background:#93b4f5;border-radius:4px 4px 0 0;width:100%;max-width:58px;display:block}.bars small{color:#98a2b3}.offline-panel,.empty-state{text-align:center;color:#98a2b3;background:#fff;border:1px dashed #cfd7e3;border-radius:8px;padding:75px 30px}.offline-panel svg,.empty-state svg{color:#7b8ba4}.offline-panel h2,.empty-state h3{color:#344054;margin:14px 0 6px;font-size:17px}.offline-panel p,.empty-state p{margin:0 0 18px}.settings-layout{min-height:calc(100vh - 56px);display:flex}.settings-nav{background:#fff;border-right:1px solid #e4e7ec;width:210px;padding:28px 14px}.settings-nav h2{margin:0 10px 18px;font-size:18px}.settings-nav button{color:#667085;text-align:left;border-radius:6px;align-items:center;gap:9px;width:100%;padding:10px;display:flex}.settings-nav button.active{color:#1d4ed8;background:#eaf1ff;font-weight:600}.settings-content{flex:1;min-width:0}.settings-content .page-grid{padding-top:30px}.settings-stack{background:#fff;border:1px solid #e4e7ec;border-radius:8px}.setting-row{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.setting-row:last-child{border-bottom:0}.setting-row strong{color:#344054;display:block}.setting-row span{color:#98a2b3;margin-top:4px;font-size:12px;display:block}.form-panel{background:#fff;border:1px solid #e4e7ec;border-radius:8px;gap:18px;max-width:720px;padding:20px;display:grid}.provider-options{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.provider-options button{text-align:left;color:#667085;border:1px solid #e4e7ec;border-radius:8px;gap:6px;padding:18px;display:grid}.provider-options button.active{color:#1d4ed8;background:#f4f8ff;border-color:#8bb0f8}.provider-options span{color:#98a2b3;font-size:11px}@media (width<=1150px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-grid,.playbook-grid{grid-template-columns:repeat(2,1fr)}}.connection-legend{color:#667085;flex-wrap:wrap;align-items:center;gap:8px;margin:-2px 0 14px;font-size:12px;display:flex}.legend-title{color:#344054;margin-right:3px;font-weight:600}.connection-card{transition:border-color .18s,box-shadow .18s}.connection-card.configured{border-color:#f0c36a;box-shadow:0 0 0 1px #f0c36a33}.connection-card.verified{border-color:#7ac695;box-shadow:0 0 0 1px #7ac69533}.connection-chip{white-space:nowrap;border-radius:999px;align-items:center;min-height:22px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.connection-chip.unconfigured{color:#667085;background:#f2f4f7}.connection-chip.configured{color:#9a6700;background:#fff5d6}.connection-chip.verified{color:#087443;background:#e9f8ef}.tool-list{gap:8px;display:grid}.tool-row{color:#344054;background:#f8fafc;border:1px solid #e4e7ec;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;display:flex}.tool-row .status{flex:none}.restricted-preview{text-align:center;color:#98a2b3;background:#fbfcfe;flex:1;place-content:center;justify-items:center;gap:8px;padding:60px 24px;display:grid}.restricted-preview svg{color:#1d4ed8}.restricted-preview h2{color:#344054;margin:8px 0 0;font-size:17px}.restricted-preview p{max-width:420px;margin:0;font-size:12px;line-height:1.6}.file-empty{color:#98a2b3;text-align:center;padding:20px 10px;font-size:12px}.chat-tools{align-items:center;gap:7px;display:flex}.chat-tools .ghost-btn{padding:6px 9px;font-size:12px}.composer-actions>div{align-items:center;gap:5px;display:flex}.composer-tool{color:#667085;border-radius:5px;place-items:center;width:27px;height:27px;display:grid}.composer-tool:hover{background:#f2f4f7}.composer-tool+span{margin-left:5px}.nav-project-note{color:#667085;padding:6px 11px 2px;font-size:12px}.daily-filters{background:#fff;border:1px solid #e4e7ec;border-radius:8px;flex-wrap:wrap;align-items:end;gap:10px;margin-bottom:16px;padding:15px;display:flex}.daily-filters label{color:#475467;gap:5px;font-size:12px;display:grid}.daily-filters input,.daily-filters select{color:#344054;background:#fff;border:1px solid #dce2ea;border-radius:6px;min-width:125px;height:34px;padding:7px 9px}.daily-filters label:nth-child(8) input{min-width:150px}.modal-backdrop{z-index:20;background:#17203366;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal{background:#fff;border:1px solid #e4e7ec;border-radius:10px;width:min(720px,100%);max-height:calc(100vh - 48px);padding:22px;overflow:auto;box-shadow:0 20px 55px #17203335}.modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.modal-header h2{color:#101828;margin:0 0 6px;font-size:18px}.modal-header p{color:#667085;margin:0;font-size:12px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.form-grid label{color:#475467;gap:6px;font-size:12px;display:grid}.form-grid input,.form-grid select{color:#344054;background:#fff;border:1px solid #dce2ea;border-radius:6px;outline:none;height:36px;padding:8px 10px}.modal-actions{border-top:1px solid #edf0f4;justify-content:flex-end;gap:9px;margin-top:22px;padding-top:16px;display:flex}.login-field{color:#475467;gap:6px;margin-bottom:14px;font-size:12px;display:grid}.login-field input{color:#344054;border:1px solid #dce2ea;border-radius:6px;outline:none;width:100%;padding:10px 11px}.login-field input:focus{border-color:#8bb0f8;box-shadow:0 0 0 3px #1d4ed814}.login-error{color:#b42318;background:#fff5f4;border:1px solid #f4c7c3;border-radius:6px;margin:-2px 0 14px;padding:8px 10px;font-size:12px}.account-layout{grid-template-columns:minmax(260px,330px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.account-form{max-width:none}.account-form h3{color:#344054;margin:0;font-size:15px}.account-table{min-width:0}.account-table td,.account-table th{white-space:nowrap}.account-table .row-actions{flex-wrap:wrap}.account-table .row-actions button{background:#fff;border:1px solid #dce2ea;border-radius:6px;padding:6px 8px}.account-table .row-actions .danger-link{background:0 0;border:0;padding:0}.danger-icon{color:#b42318}.danger-icon:hover{color:#b42318;background:#fff5f4}.icon-btn:focus-visible,.ghost-btn:focus-visible,.primary:focus-visible,.nav-item:focus-visible,.tabs button:focus-visible{outline-offset:2px;outline:2px solid #8bb0f8}.ghost-btn:active,.icon-btn:active,.nav-item:active,.tabs button:active{transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.55}.editor-mode{background:#f1f4f8;border-radius:6px;align-items:center;gap:2px;margin-left:auto;padding:2px;display:flex}.editor-mode button{color:#667085;border-radius:4px;padding:5px 9px;font-size:11px}.editor-mode button.active{color:#1d4ed8;background:#fff;font-weight:600;box-shadow:0 1px 2px #17203318}.document-preview{background:#fff;flex:1;padding:24px 24px 36px;overflow:auto}.document-preview h2{color:#101828;margin:0 0 18px;font-size:18px}.document-preview p{color:#475467;max-width:900px;margin:0 0 12px;line-height:1.7}.document-meta{background:#f8fafc;border:1px solid #e4e7ec;border-radius:6px;align-items:baseline;gap:10px;max-width:900px;margin-bottom:8px;padding:9px 12px;display:flex}.document-meta strong{color:#344054;font-size:12px}.document-meta span{color:#667085;word-break:break-word;font-size:12px}.document-table-wrap{border:1px solid #e4e7ec;border-radius:7px;max-width:100%;margin:18px 0;overflow:auto}.document-table{min-width:900px;font-size:12px}.document-table th{white-space:nowrap;background:#f8fafc;position:sticky;top:0}.document-table td{white-space:nowrap;padding:9px 11px}.preview-note{color:#98a2b3;border-top:1px solid #edf0f4;margin-top:20px;padding-top:12px;font-size:11px}
