.corex-newchat-task-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.corex-newchat-template{position:relative;min-height:96px;border:1px solid var(--corex-border);border-radius:var(--corex-radius-lg);background:linear-gradient(140deg,#fff,#f3f6ff 45%,#f8fafc);padding:14px 16px 16px;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease;display:flex;flex-direction:column;gap:10px;color:var(--corex-text)}.corex-newchat-template:before{content:"";position:absolute;left:12px;top:14px;width:3px;height:calc(100% - 28px);border-radius:999px;background:linear-gradient(180deg,#2b5fd6e6,#2b5fd633)}.corex-newchat-template:hover{border-color:var(--corex-primary);box-shadow:0 14px 28px #2b5fd629;transform:translateY(-2px)}.corex-newchat-template:focus-visible{outline:2px solid rgba(43,95,214,.35);outline-offset:2px}.corex-newchat-template-header{display:flex;align-items:center;justify-content:space-between;padding-left:10px}.corex-newchat-template-index{display:inline-flex;align-items:center;justify-content:center;height:26px;min-width:26px;padding:0 8px;border-radius:999px;background:#2b5fd61f;color:var(--corex-primary-dark);font-size:12px;font-weight:600;letter-spacing:.02em;font-family:Roboto Mono,DIN,SFMono-Regular,Menlo,monospace}.corex-newchat-template-tag{padding:2px 8px;border-radius:999px;font-size:11px;color:var(--corex-text-secondary);background:#2b5fd61a}.corex-newchat-template-title{display:block;padding-left:10px;font-size:13px;line-height:1.5;color:var(--corex-text)}.corex-newchat-template:nth-child(2n):before{background:linear-gradient(180deg,#e68019e6,#e6801933)}.corex-newchat-template:nth-child(2n) .corex-newchat-template-index{background:#e680191f;color:#9a4f05}.corex-newchat-template:nth-child(2n) .corex-newchat-template-tag{background:#e680191f;color:#8a4b12}@media (max-width: 960px){.corex-newchat-task-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.corex-history-table{margin-top:10px}.corex-history-table .ant-table{background:transparent}.corex-history-table .ant-table-container{border:1px solid var(--corex-border);border-radius:10px;overflow:hidden;box-shadow:0 6px 16px #0f172a14}.corex-history-table .ant-table-thead>tr>th{background:#f8fafc;color:var(--corex-text-secondary);font-size:12px;font-weight:600;padding:6px 8px}.corex-history-table .ant-table-tbody>tr>td{font-size:12px;padding:6px 8px}.corex-history-table .ant-table-tbody>tr:hover>td{background:#f3f6ff}.corex-history-table-number{font-variant-numeric:tabular-nums;font-family:Roboto Mono,SFMono-Regular,Menlo,monospace}.corex-history-chart-wrap{margin-top:10px}.corex-history-chart{border:1px solid var(--corex-border);border-radius:10px;background:#f8fafc;padding:10px 12px 4px;min-height:220px;width:100%}.corex-history-mini-chart{display:flex;flex-direction:column;gap:10px}.corex-history-mini-chart-grid{position:relative;height:160px;display:grid;align-items:end;gap:16px;padding:28px 16px 12px;border-radius:10px;background:#fff;border:1px solid var(--corex-border);overflow:hidden}.corex-history-mini-chart-target{position:absolute;left:12px;right:12px;height:0;border-top:1px dashed rgba(230,128,25,.8)}.corex-history-mini-chart-target-label{position:absolute;right:6px;top:-12px;background:#fff7ed;color:#9a4f05;font-size:11px;padding:2px 6px;border-radius:999px;border:1px solid rgba(230,128,25,.35)}.corex-history-mini-chart-bar-wrap{display:flex;align-items:flex-end;justify-content:center;height:100%}.corex-history-mini-chart-bar{width:100%;max-width:72px;border-radius:8px 8px 4px 4px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:6px;color:#fff;font-size:11px;font-weight:600}.corex-history-mini-chart-bar-ok{background:linear-gradient(180deg,#2b5fd6,#1e3f8a)}.corex-history-mini-chart-bar-warn{background:linear-gradient(180deg,#f4a261,#e68019)}.corex-history-mini-chart-labels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0 8px;font-size:12px;color:var(--corex-text-secondary);text-align:center}.corex-history-mini-chart-legend{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--corex-text-muted)}.corex-history-mini-chart-legend-dot{width:8px;height:8px;border-radius:999px;display:inline-block}.corex-history-mini-chart-legend-dot-ok{background:#2b5fd6}.corex-history-mini-chart-legend-dot-warn{background:#e68019}.corex-history-chart-header{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--corex-text-secondary);margin-bottom:6px}.corex-history-chart-target{color:var(--corex-accent);font-weight:600}.corex-app-shell{display:flex;height:100%;min-width:1200px;background:var(--corex-bg);color:var(--corex-text)}.corex-main-region{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--corex-bg)}.corex-page-scroll{flex:1;min-height:0;overflow:auto}.corex-ai-toggle{position:fixed;right:12px;top:120px;z-index:20;border-radius:999px;box-shadow:var(--corex-shadow-soft)}:root{--corex-bg: #f6f7fb;--corex-surface: #ffffff;--corex-surface-alt: #f8fafc;--corex-border: #e6e9ef;--corex-text: #1c1f24;--corex-text-secondary: #5f6773;--corex-text-muted: #94a3b8;--corex-primary: #2b5fd6;--corex-primary-dark: #1e3f8a;--corex-accent: #e68019;--corex-success: #2e8b57;--corex-warning: #d97706;--corex-danger: #dc2626;--corex-sidebar: #0f172a;--corex-sidebar-active: #1e293b;--corex-sidebar-hover: #111827;--corex-radius: 8px;--corex-radius-lg: 12px;--corex-shadow-soft: 0 8px 24px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Noto Sans SC,Noto Sans CJK SC,PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--corex-bg);color:var(--corex-text)}a{color:inherit}.corex-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.18) transparent}.corex-scrollbar::-webkit-scrollbar{width:8px;height:8px}.corex-scrollbar::-webkit-scrollbar-track{background:transparent}.corex-scrollbar::-webkit-scrollbar-thumb{border-radius:999px;background:#0f172a2e}.corex-table-card .ant-table-body{padding-bottom:12px}.corex-row-risk td{background:#fef2f2!important}.corex-row-warning td{background:#fff7ed!important}.corex-row-risk td:first-child,.corex-row-warning td:first-child{position:relative}.corex-row-risk td:first-child:before,.corex-row-warning td:first-child:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:999px}.corex-row-risk td:first-child:before{background:#dc2626}.corex-row-warning td:first-child:before{background:#e68019}.corex-row-selected td{background:#e0ecff!important}.corex-sidebar-lang{border:1px solid rgba(148,163,184,.2);background:#ffffff08}.corex-sidebar-lang .ant-typography{color:#cbd5e1}.corex-sidebar-lang-segmented{background:#94a3b829!important;padding:2px;border-radius:8px}.corex-sidebar-lang-segmented .ant-segmented-item{color:#cbd5e1;transition:all .15s ease-out}.corex-sidebar-lang-segmented .ant-segmented-item:hover{color:#fff}.corex-sidebar-lang-segmented .ant-segmented-item-selected{background:#1e293b!important;color:#fff!important;box-shadow:none!important}.corex-sidebar-lang-btn{border:1px solid rgba(148,163,184,.2)}.corex-sidebar-lang-btn:hover,.corex-sidebar-lang-btn:focus{background:#111827!important;color:#fff!important;border-color:#94a3b847!important}
