:root{--bg: #f5f7fb;--surface: #ffffff;--surface-strong: #f8fafc;--line: #dbe2ea;--text: #172033;--muted: #697386;--coral: #d95f59;--gold: #b98920;--teal: #128276;--ink: #2f5f98;--sidebar: #ffffff;--sidebar-text: #243044;--sidebar-muted: #8a94a6;--sidebar-hover: #f4f7fb;--sidebar-active: #eef5ff;--primary: #1f6feb;--shadow: 0 16px 34px rgba(20, 28, 45, .08);--radius-xl: 8px;--radius-lg: 8px;--radius-md: 8px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-height:100vh;font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif;color:var(--text);background:var(--bg)}button{font:inherit}.login-shell{display:grid;place-items:center;min-height:100vh;padding:24px;background:radial-gradient(circle at top left,rgba(31,111,235,.12),transparent 30%),radial-gradient(circle at bottom right,rgba(18,130,118,.12),transparent 32%),var(--bg)}.login-card{width:min(420px,100%);padding:28px;border:1px solid var(--line);border-radius:8px;background:#ffffffe6;box-shadow:var(--shadow)}.login-mark{width:56px;height:56px;margin-bottom:18px;display:block;object-fit:cover}.login-card h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:30px}.login-card p{margin:10px 0 0;color:var(--muted)}.login-field{display:grid;gap:8px;margin-top:20px}.login-field span{color:var(--sidebar-text);font-size:13px;font-weight:700}.login-field input{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit;color:var(--text)}.login-field input:focus{outline:2px solid rgba(31,111,235,.18);border-color:#1f6feb59}.login-error{margin-top:12px;color:var(--coral);font-size:13px;font-weight:700}.login-button{width:100%;min-height:42px;margin-top:18px;border:0;border-radius:8px;background:var(--primary);color:#fff;cursor:pointer;font-weight:800}.app-shell{display:grid;grid-template-columns:286px minmax(0,1fr);min-height:100vh;width:100%;overflow-x:hidden}.sidebar{position:relative;padding:16px 14px;background:var(--sidebar);color:var(--sidebar-text);border-right:1px solid var(--line);overflow-y:auto;min-width:0}.brand,.nav,.sidebar-panel{position:relative;z-index:1}.brand{display:flex;align-items:center;gap:12px;padding:8px 8px 16px;margin-bottom:8px;border-bottom:1px solid var(--line)}.brand-mark{width:44px;height:44px;border-radius:8px;object-fit:cover;display:block;background:transparent}.brand-kicker,.panel-label,.eyebrow{margin:0 0 6px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--muted)}.brand h1,.topbar h2,.hero-copy h3,.panel h3{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:700}.nav{display:grid;gap:4px;padding-top:8px}.nav-group{display:grid;gap:2px}.nav-main{display:inline-flex;align-items:center;min-width:0;gap:10px}.nav-parent,.nav-item{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;border:0;border-radius:8px;background:transparent;color:var(--sidebar-text);cursor:pointer;text-align:left;transition:background .16s ease,color .16s ease}.nav-parent{min-height:42px;padding:0 10px;font-weight:700}.nav-parent svg:last-child{color:var(--sidebar-muted);transition:transform .16s ease,color .16s ease}.nav-group.is-open .nav-parent svg:last-child{transform:rotate(180deg);color:var(--sidebar-text)}.nav-children{display:none;position:relative;gap:2px;padding:2px 0 6px 22px}.nav-group.is-open .nav-children{display:grid}.nav-children:before{content:"";position:absolute;top:4px;bottom:10px;left:18px;width:1px;background:#e5eaf1}.nav-item{position:relative;min-height:38px;padding:0 9px 0 12px;font-size:14px}.nav-item:before{content:"";position:absolute;left:-4px;width:6px;height:6px;border-radius:50%;background:#cbd5e1}.nav-parent:hover,.nav-item:hover{background:var(--sidebar-hover)}.nav-item small{flex:0 0 auto;color:var(--sidebar-muted);font-size:12px}.nav-badge{flex:0 0 auto;padding:2px 6px;border-radius:8px;background:#d95f591f;color:var(--coral);font-size:11px;font-style:normal;font-weight:800}.nav-item.is-active{background:var(--sidebar-active);color:var(--primary);font-weight:700}.nav-item.is-active:before{background:var(--primary);box-shadow:0 0 0 4px #1f6feb1f}.nav-item.is-active small{color:#1f6febad}.sidebar-panel{margin-top:28px;padding:16px;border-radius:8px;background:#f7f9fc;border:1px solid var(--line)}.sidebar-panel h2,.sidebar-panel p{margin-top:0}.progress{height:10px;border-radius:999px;background:#e8eef6;overflow:hidden}.progress-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),var(--coral))}.panel-meta{display:flex;justify-content:space-between;margin-top:12px;color:var(--muted);font-size:13px}.main-content{padding:22px;min-width:0;max-width:100%;overflow-x:hidden}.topbar,.overview-band,.stats-grid,.content-grid{animation:rise .5s ease both}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.topbar .eyebrow,.panel-label,.hero-copy .eyebrow{color:var(--muted)}.topbar-actions{display:flex;flex-wrap:wrap;gap:12px}.ghost-button,.primary-button,.filter-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:9px 13px;border-radius:8px;border:1px solid var(--line);cursor:pointer}.ghost-button{background:#ffffff8c}.primary-button{background:#1f6feb;border-color:transparent;color:#fff;box-shadow:0 10px 20px #1f6feb2e}.icon-button{width:38px;padding:0;background:#fff;color:var(--muted)}.hero-card,.panel,.stat-card,.overview-band,.data-table-wrap,.list-toolbar{border:1px solid var(--line);box-shadow:var(--shadow)}.hero-card{display:grid;grid-template-columns:1.3fr .9fr;gap:18px;padding:28px;background:linear-gradient(135deg,#fff8efe0,#ffffff9e);border-radius:var(--radius-xl)}.overview-band{display:flex;justify-content:space-between;gap:22px;padding:20px;background:var(--surface);border-radius:8px}.overview-band h3{margin:0 0 8px;font-size:22px}.overview-band p:last-child{margin:0;color:var(--muted)}.today-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:12px;min-width:420px}.today-grid div{padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong)}.today-grid strong,.today-grid span{display:block}.today-grid strong{font-size:26px}.today-grid span{margin-top:4px;color:var(--muted);font-size:13px}.hero-copy h3{font-size:clamp(28px,4vw,44px);line-height:1.05;margin-bottom:14px}.hero-copy p:last-child{max-width:58ch;color:var(--muted);line-height:1.7}.hero-visual{position:relative;min-height:220px;border-radius:24px;background:linear-gradient(160deg,#2d3b52f0,#2f8f83d6);overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(8px)}.orb-a{width:160px;height:160px;top:14%;left:12%;background:#ffcd917a}.orb-b{width:180px;height:180px;right:-8%;bottom:-12%;background:#df6f4f66}.hero-metric{position:absolute;left:22px;bottom:22px;padding:18px 20px;border-radius:20px;background:#fff8ef1f;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-metric strong{display:block;font-size:42px;line-height:1}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:20px 0}.stat-card{padding:22px;border-radius:var(--radius-lg);background:#fffaf5b8}.stat-card p,.stat-card span{margin:0}.stat-card strong{display:block;margin:10px 0 6px;font-size:38px;line-height:1}.accent-coral{border-top:5px solid var(--coral)}.accent-gold{border-top:5px solid var(--gold)}.accent-teal{border-top:5px solid var(--teal)}.accent-ink{border-top:5px solid var(--ink)}.content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.panel{padding:22px;border-radius:var(--radius-lg);background:var(--surface)}.panel-wide{grid-column:span 2}.panel-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.status-pill{padding:8px 12px;border-radius:999px;background:#2f8f831a;color:var(--teal);font-size:13px}.chart{height:260px;padding:12px 0 6px}.chart-bars{display:grid;grid-template-columns:repeat(6,1fr);align-items:end;gap:16px;height:100%}.bar-wrap{display:flex;flex-direction:column;justify-content:end;align-items:center;gap:10px;height:100%}.bar{width:100%;border-radius:18px 18px 8px 8px;background:linear-gradient(180deg,#2f8f8385,#2d3b52e0)}.bar.accent{background:linear-gradient(180deg,#df6f4fb8,#d3a54af5)}.task-list{list-style:none;margin:0;padding:0}.task-list li{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.task-list li:last-child{border-bottom:0}.task-list strong{font-size:13px;color:var(--muted);white-space:nowrap}.donut-wrap{display:grid;place-items:center;gap:18px}.donut-chart{display:grid;place-items:center;width:168px;height:168px;border-radius:50%;background:radial-gradient(circle at center,var(--surface-strong) 36%,transparent 37%),conic-gradient(var(--coral) 0 42%,var(--gold) 42% 75%,var(--teal) 75% 100%)}.donut-core{display:grid;place-items:center;width:84px;height:84px;border-radius:50%;background:var(--surface-strong);font-size:28px;font-weight:700}.legend{display:grid;gap:10px;color:var(--muted)}.legend-dot{display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:50%}.dot-coral{background:var(--coral)}.dot-gold{background:var(--gold)}.dot-teal{background:var(--teal)}.kanban{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.kanban-column{padding:16px;border-radius:8px;background:#ffffff7a;border:1px solid rgba(58,44,31,.08)}.kanban-column h4{margin:0 0 14px;font-size:15px}.ticket{padding:14px;border-radius:8px;margin-bottom:12px;background:#fff;box-shadow:0 12px 24px #5f422314}.list-page{display:grid;gap:16px}.list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;border-radius:8px;background:var(--surface)}.list-toolbar p{margin:0;color:var(--muted)}.list-controls{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.search-field{display:flex;align-items:center;gap:8px;width:min(320px,100%);min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted)}.search-field input{width:100%;border:0;outline:0;color:var(--text);font:inherit}.filter-button{background:#fff;color:var(--text)}.data-table-wrap{overflow-x:auto;border-radius:8px;background:var(--surface)}.data-table{width:100%;min-width:880px;border-collapse:collapse;font-size:14px}.data-table th,.data-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}.data-table th{color:var(--muted);font-size:12px;font-weight:700;background:var(--surface-strong)}.data-table tbody tr:hover{background:#f8fbff}.status-label{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:8px;background:#eef2f7;color:#566174;font-size:13px;font-weight:700}.status-label.is-positive{background:#1282761a;color:var(--teal)}.status-label.is-warning{background:#b989201f;color:var(--gold)}.text-button{border:0;background:transparent;color:#1f6feb;cursor:pointer;font-weight:700}.kg-page{display:grid;gap:16px;min-width:0;max-width:100%}.kg-toolbar,.kg-panel,.kg-filter-bar,.kg-info-card{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.kg-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;min-width:0}.kg-toolbar h2{margin:0;font-size:24px}.kg-toolbar-actions,.kg-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.kg-month{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.kg-month .ant-picker,.kg-select{min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font:inherit}.kg-month .ant-picker{width:110px}.kg-select{min-width:150px;padding:0 10px}.kg-pipeline{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:8px;background:#1282761a;color:var(--teal);font-size:13px;font-weight:800}.kg-pipeline.is-running{background:#b989201f;color:var(--gold)}.kg-filter-bar{padding:12px}.kg-panel{padding:16px;min-width:0;max-width:100%;overflow:hidden}.kg-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.kg-panel-head h3{margin:0;font-size:17px}.kg-panel-head span{color:var(--muted);font-size:13px}.kg-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-width:0}.kg-stat{padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.kg-stat span,.kg-stat em,.kg-stat b{display:block}.kg-stat span{color:var(--muted);font-size:13px}.kg-stat b{margin:7px 0 4px;font-size:27px}.kg-stat em{color:var(--muted);font-size:12px;font-style:normal}.kg-stat.is-danger b,.kg-cell-danger{color:var(--coral)}.kg-stat.is-warning b,.kg-cell-warning{color:var(--gold)}.kg-stat.is-success b,.kg-cell-success{color:var(--teal)}.kg-cell-info{color:var(--ink)}.task-board-layout{display:grid;gap:18px}.task-overview-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:0}.task-overview-card{display:grid;gap:4px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 1px 2px #1118270a}.task-overview-card span{color:var(--muted);font-size:11px;font-weight:700}.task-overview-card strong{color:var(--text);font-size:16px;line-height:1}.task-list-tools-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.task-overview-card.is-未开始 strong{color:#5f6cff}.task-overview-card.is-进行中 strong{color:var(--gold)}.task-overview-card.is-已完成 strong{color:var(--teal)}.task-overview-card.is-高 strong{color:var(--coral)}.task-overview-card.is-中 strong{color:var(--gold)}.task-overview-card.is-低 strong{color:#2384e4}.task-list-tools{display:grid;gap:12px;margin-bottom:14px;padding:12px 12px 10px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fffffff0,#fbfcfef5)}.task-status-filters,.task-inline-filters,.task-inline-sort{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.task-status-filters{gap:8px;padding-bottom:4px;border-bottom:1px dashed rgba(228,233,242,.9)}.task-mini-field{display:grid;gap:6px;min-width:0}.task-mini-field span{color:var(--muted);font-size:12px;font-weight:700}.task-mini-input,.task-mini-range{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;border:1px solid rgba(219,226,236,.92);border-radius:9px;background:#fff;box-shadow:inset 0 1px 1px #11182705}.task-mini-input input,.task-mini-range input,.task-mini-field select{border:0;background:transparent;outline:none;min-width:0;font:inherit}.task-mini-input input{width:180px}.task-mini-range input{width:112px}.task-mini-range span{color:var(--muted);font-size:12px}.task-status-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 9px;border:1px solid rgba(219,226,236,.92);border-radius:999px;background:#fff;color:var(--text);cursor:pointer;font-size:12px;font-weight:700}.task-status-chip.is-active{border-color:#1f6feb5c;background:#1f6feb1a;color:#1f6feb;box-shadow:0 2px 8px #1f6feb14}.task-inline-actions{display:flex;gap:8px;align-items:center;margin-left:auto}.task-quick-search{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:end}.task-sort-col{display:inline-flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.task-sort-col:hover{color:var(--primary)}.task-sort-col svg{flex-shrink:0;color:var(--primary)}.task-timeline{display:flex;flex-direction:column;gap:5px;padding:2px 0}.task-timeline-dates{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums;line-height:1}.task-timeline-header{display:flex;align-items:center;justify-content:space-between;gap:6px;white-space:nowrap}.task-timeline-sorts{display:flex;align-items:center;gap:3px}.task-timeline-sep{color:var(--line);font-size:10px}.task-timeline-track{height:5px;background:var(--line);border-radius:3px;overflow:hidden}.task-timeline-fill{height:100%;border-radius:3px;transition:width .4s ease;min-width:0}.task-timeline-fill[data-tone=active]{background:var(--teal)}.task-timeline-fill[data-tone=done]{background:var(--muted)}.task-timeline-fill[data-tone=pending]{background:var(--line)}.task-timeline-fill[data-tone=partial]{background:var(--gold)}.task-timeline-fill[data-tone=none]{background:var(--line)}.subtask-countdown{font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.subtask-countdown.is-ok{color:var(--teal)}.subtask-countdown.is-warn{color:var(--gold)}.subtask-countdown.is-overdue{color:var(--coral)}.subtask-countdown.is-done{color:var(--muted)}.task-column-filter{display:inline-flex;align-items:center;gap:8px;max-width:100%}.task-column-filter>span{overflow:hidden;text-overflow:ellipsis}.task-column-filter-button{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid rgba(219,226,236,.92);border-radius:6px;background:#fff;color:var(--muted);cursor:pointer;font-size:11px;font-weight:700;line-height:1}.task-column-filter-button.is-active{border-color:#1f6feb61;background:#1f6feb14;color:#1f6feb}.task-column-sort-button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid rgba(219,226,236,.92);border-radius:6px;background:#fff;color:var(--muted);cursor:pointer}.task-column-sort-button.is-active{border-color:#1f6feb61;background:#1f6feb14;color:#1f6feb}.task-column-filter-popover{display:grid;gap:12px;width:240px}.task-column-filter-popover label{display:grid;gap:6px}.task-column-filter-popover label span{color:var(--muted);font-size:12px;font-weight:700}.task-column-filter-popover input{width:100%;min-height:34px;padding:0 10px;border:1px solid rgba(219,226,236,.92);border-radius:8px;background:#fff;color:var(--text);font:inherit}.task-column-filter-actions{display:flex;justify-content:flex-end;gap:8px}.task-tools-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.task-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:end}.task-filter-actions{display:flex;justify-content:flex-end;gap:10px;grid-column:span 2}.task-filter-clear{min-height:34px;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-form{display:grid;gap:18px}.task-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.task-field{display:grid;gap:8px;min-width:0}.task-field-wide{grid-column:1 / -1}.task-field span,.task-multi-label{color:var(--muted);font-size:13px;font-weight:700}.task-field input,.task-field textarea,.task-field select,.task-chip-input input{width:100%;min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font:inherit;min-width:0}.task-field textarea{min-height:88px;padding:10px 12px;resize:vertical}.task-multi-group{display:grid;gap:10px}.task-pill-group{display:flex;flex-wrap:wrap;gap:8px}.task-pill,.task-chip{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);cursor:pointer;font:inherit;font-size:13px;font-weight:700}.task-pill.is-active{border-color:#1f6feb5c;background:#1f6feb1a;color:#1f6feb}.task-chip-input{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.task-chip-input input{flex:1 1 260px}.task-chip-list{display:flex;flex-wrap:wrap;gap:8px}.task-chip{border-color:#b943362e;background:#b943360f;color:var(--coral)}.task-form-actions{display:flex;justify-content:flex-end}.task-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:4px}.task-form-modal{max-height:72vh;overflow-y:auto;padding-right:4px}.task-table-wrap{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 1px 3px #1118270a}.task-table{width:100%}.task-table .ant-table{color:var(--text);background:#fff}.task-table .ant-table-container{border-start-start-radius:14px;border-start-end-radius:14px}.task-table .ant-table-thead>tr>th{color:var(--muted);font-size:12px;font-weight:700;background:#fbfcfe}.task-table .ant-table-tbody>tr>td{color:var(--text);border-bottom:1px solid rgba(231,236,243,.92)}.task-table .ant-table-tbody>tr:hover>td{background:#f5f9ff}.task-table .ant-table-tbody>tr.is-urgent>td{background:#b943360a}.task-table .ant-table-tbody>tr.is-urgent:hover>td{background:#b943360f}.task-table th,.task-table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-table th{color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap;background:#fbfcfe;position:sticky;top:0;z-index:1}.task-table tr.is-urgent{background:#b943360a}.task-name{display:block;margin-bottom:4px}.task-name.is-urgent{color:var(--coral)}.task-meta{color:var(--muted);font-size:11px}.task-info-preview{display:inline-block;max-width:220px;color:var(--text)}.task-link-preview{color:var(--teal);text-decoration:underline;text-underline-offset:3px}.task-link-preview:hover{color:var(--teal-dark)}.task-priority,.task-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700}.task-priority.is-高{background:#b943361a;color:var(--coral)}.task-priority.is-紧急{background:#b9433629;color:#b42318}.task-priority.is-中{background:#b989201f;color:var(--gold)}.task-priority.is-低{background:#2384e41a;color:#2384e4}.task-select.task-status .ant-select-selector,.task-select.task-priority .ant-select-selector{border-radius:999px!important;border:1px solid transparent!important;box-shadow:none!important}.task-select.task-status.is-未开始 .ant-select-selector{background:#5f6cff1a!important;color:#5f6cff}.task-select.task-status.is-进行中 .ant-select-selector{background:#b989201f!important;color:var(--gold)}.task-select.task-status.is-已完成 .ant-select-selector{background:#1282761a!important;color:var(--teal)}.task-select.task-priority.is-高 .ant-select-selector{background:#b943361a!important;color:var(--coral)}.task-select.task-priority.is-中 .ant-select-selector{background:#b989201f!important;color:var(--gold)}.task-select.task-priority.is-低 .ant-select-selector{background:#2384e41a!important;color:#2384e4}.task-select .ant-select-selection-item,.task-select .ant-select-selection-placeholder{color:inherit!important}.task-row-actions{display:flex;flex-wrap:nowrap;gap:6px}.task-action-button{min-height:30px;padding:0 10px;font-size:12px;border-radius:8px}.task-action-button.is-danger{border-color:#b943363d;color:var(--coral)}.task-note{color:var(--muted);font-size:12px;line-height:1.5}.task-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#eef2f7;color:#566174;font-size:12px;font-weight:700}.task-status.is-已完成,.task-status.is-已结束{background:#1282761a;color:var(--teal)}.task-status.is-延期{background:#b943361f;color:var(--coral)}.task-status.is-进行中{background:#b989201f;color:var(--gold)}.task-status.is-未开始{background:#5f6cff1a;color:#5f6cff}.task-table tbody tr{transition:background-color .18s ease,transform .18s ease}.task-table tbody tr:hover{background:#f7fbff}.task-table tbody td{border-bottom:1px solid rgba(231,236,243,.92)}.task-table tbody tr:nth-child(2n){background:#fbfcfe8c}.task-table tbody tr:hover{background:#f5f9ff}.task-table tbody tr.is-urgent:hover{background:#b943360f}.task-table th:nth-child(1),.task-table td:nth-child(1),.task-table th:nth-child(2),.task-table td:nth-child(2),.task-table th:nth-child(3),.task-table td:nth-child(3),.task-table th:nth-child(7),.task-table td:nth-child(7),.task-table th:nth-child(8),.task-table td:nth-child(8),.task-table th:nth-child(9),.task-table td:nth-child(9){text-align:center}.task-table th:nth-child(5),.task-table td:nth-child(5),.task-table th:nth-child(6),.task-table td:nth-child(6){white-space:normal}.task-table td:nth-child(5) .task-name,.task-table td:nth-child(5) .task-meta,.task-table td:nth-child(6),.task-table td:nth-child(4),.task-table td:nth-child(7){overflow:hidden;text-overflow:ellipsis}.task-risk{color:var(--muted);font-size:12px;font-weight:700}.task-risk.is-urgent{color:var(--coral)}.task-subtask-section{display:grid;gap:12px;padding-top:4px}.task-subtask-section-embedded{margin-top:4px;padding-top:16px;border-top:1px solid var(--line)}.task-subtask-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.task-subtask-head h4{margin:0 0 4px;color:var(--text);font-size:16px}.task-subtask-head span{color:var(--muted);font-size:12px;font-weight:700}.task-subtask-head-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.task-subtask-table{border:1px solid var(--line);border-radius:12px;overflow:hidden}.task-batch-table{display:grid;gap:8px;overflow-x:auto;padding-bottom:2px}.task-batch-row{display:grid;grid-template-columns:126px 104px 150px minmax(180px,1fr) 136px 136px 120px 150px minmax(150px,1fr) 72px;gap:8px;min-width:1260px;align-items:center}.task-batch-head{color:var(--muted);font-size:12px;font-weight:700}.task-batch-row input,.task-batch-row select{width:100%;min-height:36px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font:inherit}.task-batch-cell-disabled{display:flex;align-items:center;justify-content:center;min-height:36px;color:var(--muted);font-size:14px}.task-batch-input-readonly{background:var(--bg)!important;color:var(--muted)!important;cursor:default}.task-detail{display:grid;gap:16px}.task-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.task-detail-item{display:grid;gap:6px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fbfcfe}.task-detail-item span,.task-detail-block span{color:var(--muted);font-size:12px;font-weight:700}.task-detail-item strong{color:var(--text);font-size:14px;line-height:1.5}.task-detail-block{display:grid;gap:8px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fbfcfe}.task-detail-block-value{margin:0;color:var(--text);white-space:pre-wrap;line-height:1.6}@media(max-width:1180px){.task-list-tools-head{grid-template-columns:1fr}.task-overview-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.task-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.task-list-tools{padding:12px}.task-list-tools-head{grid-template-columns:1fr}.task-overview-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.task-detail-grid,.task-form-grid{grid-template-columns:1fr}.task-tools-actions{justify-content:flex-start;flex-wrap:wrap}.task-inline-filters,.task-inline-sort,.task-quick-search,.task-mini-input,.task-mini-range,.task-mini-input input,.task-mini-range input{width:100%}.task-inline-actions .ghost-button,.task-inline-actions .primary-button{width:100%;justify-content:center}.task-row-actions{flex-direction:column}}.pro-page{padding:20px 24px;display:flex;flex-direction:column;gap:16px;background:var(--bg);min-height:100%;box-sizing:border-box}.pro-filter-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:20px 24px 0}.pro-filter-form{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 20px;padding-bottom:16px}.pro-filter-field{display:flex;flex-direction:column;gap:6px}.pro-filter-field>span{font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.01em}.pro-filter-field input,.pro-filter-field select{height:36px;padding:0 12px;border:1px solid var(--line);border-radius:8px;font:inherit;font-size:13px;color:var(--text);background:#fff;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}.pro-filter-field input:focus,.pro-filter-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1f6feb1a}.pro-filter-input-icon{position:relative;display:flex;align-items:center}.pro-filter-input-icon>svg{position:absolute;left:10px;color:var(--muted);pointer-events:none;flex-shrink:0}.pro-filter-input-icon>input{padding-left:30px}.pro-filter-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 0 14px;border-top:1px solid var(--line);gap:12px;flex-wrap:wrap}.pro-status-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pro-filter-label{font-size:12px;font-weight:600;color:var(--muted);white-space:nowrap}.pro-status-chip{padding:4px 14px;border-radius:100px;border:1px solid var(--line);background:transparent;font-size:12px;font-weight:500;color:var(--muted);cursor:pointer;transition:border-color .15s,color .15s,background .15s;white-space:nowrap}.pro-status-chip:hover{border-color:var(--primary);color:var(--primary)}.pro-status-chip.is-active{border-color:var(--primary);background:#1f6feb17;color:var(--primary);font-weight:600}.pro-status-chip.is-active[data-status=延期]{border-color:var(--coral);background:#d95f5917;color:var(--coral)}.pro-status-chip.is-active[data-status=已完成]{border-color:var(--teal);background:#12827617;color:var(--teal)}.pro-status-chip.is-active[data-status=进行中]{border-color:var(--gold);background:#b9892017;color:var(--gold)}.pro-filter-actions{display:flex;gap:8px;flex-shrink:0}.pro-data-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden}.pro-error-bar{margin:12px 20px 0;padding:10px 14px;background:#d95f5914;border:1px solid rgba(217,95,89,.25);border-radius:8px;color:var(--coral);font-size:13px}.pro-data-toolbar{display:flex;justify-content:space-between;align-items:center;padding:13px 20px;border-bottom:1px solid var(--line);background:var(--surface);gap:12px}.pro-data-toolbar-left{display:flex;align-items:center;gap:10px}.pro-data-title{font-size:14px;font-weight:700;color:var(--text);margin:0}.pro-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;padding:2px 8px;border-radius:100px;background:#1f6feb1a;color:var(--primary);font-size:11px;font-weight:700}.pro-data-toolbar-right{display:flex;align-items:center;gap:6px}.pro-sort-select{height:30px;padding:0 10px;border:1px solid var(--line);border-radius:6px;font:inherit;font-size:12px;color:var(--muted);background:#fff;cursor:pointer;transition:border-color .15s}.pro-sort-select:focus{outline:none;border-color:var(--primary)}.pro-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:1px solid var(--line);background:transparent;color:var(--muted);cursor:pointer;transition:color .15s,border-color .15s,background .15s}.pro-icon-btn:hover{color:var(--primary);border-color:var(--primary);background:#1f6feb0d}.pro-data-footer{display:flex;justify-content:flex-end;align-items:center;padding:12px 20px;border-top:1px solid var(--line)}.pro-table .ant-table-container{border-radius:0!important;border:none!important}.pro-table .ant-table,.pro-table .ant-table-content{border-radius:0!important}.pro-table .ant-table-thead>tr>th{background:#f7f9fc!important;color:var(--muted)!important;font-size:12px!important;font-weight:700!important;letter-spacing:.02em!important;border-bottom:1px solid var(--line)!important;padding:10px 14px!important;white-space:nowrap}.pro-table .ant-table-tbody>tr>td{padding:11px 14px!important;border-bottom:1px solid rgba(219,226,234,.55)!important;font-size:13px!important;color:var(--text);transition:background .12s}.pro-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.pro-table .ant-table-tbody>tr:hover>td{background:#f3f8ff!important}.pro-table .ant-table-tbody>tr.is-urgent>td{background:#b9433608!important}.pro-table .ant-table-tbody>tr.is-urgent:hover>td{background:#b9433612!important}.pro-table .ant-table-cell-fix-right{background:var(--surface)!important}.pro-table .ant-table-tbody>tr:hover .ant-table-cell-fix-right{background:#f3f8ff!important}@media(max-width:900px){.pro-filter-form{grid-template-columns:repeat(2,1fr)}.pro-filter-footer{flex-direction:column;align-items:flex-start}.pro-filter-actions{width:100%;justify-content:flex-end}}.kg-error{padding:12px;border:1px solid rgba(217,95,89,.24);border-radius:8px;background:#d95f5914;color:var(--coral)}.kg-loading{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-weight:700}.kg-loading svg{animation:spin .9s linear infinite}.kg-table-actions{display:flex;justify-content:flex-end;margin-bottom:10px}.kg-table-wrap{max-width:100%;overflow:auto;border:1px solid var(--line);border-radius:8px}.kg-table{width:100%;min-width:1080px;border-collapse:collapse;table-layout:fixed;font-size:13px}.kg-table th,.kg-table td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.kg-table th{position:sticky;top:0;background:var(--surface-strong);color:var(--muted);cursor:pointer;z-index:1}.kg-table tbody tr{cursor:pointer}.kg-table tbody tr:hover{background:#f8fbff}.kg-pagination-wrap{display:flex;justify-content:flex-end;margin-top:14px}.kg-pagination-wrap .ant-pagination{display:inline-flex;align-items:center;gap:8px;font-family:inherit}.kg-pagination-wrap .ant-pagination-item,.kg-pagination-wrap .ant-pagination-prev,.kg-pagination-wrap .ant-pagination-next,.kg-pagination-wrap .ant-pagination-jump-prev,.kg-pagination-wrap .ant-pagination-jump-next{border-radius:8px;overflow:hidden}.kg-pagination-wrap .ant-pagination-item-active{border-color:#1f6feb47;background:var(--sidebar-active)}.kg-pagination-wrap .ant-pagination-item-active a{color:var(--primary);font-weight:700}.kg-pagination-summary{margin-top:8px;color:var(--muted);font-size:12px;text-align:right}.kg-empty{padding:28px;color:var(--muted);text-align:center}.kg-ai-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;min-width:0}.kg-ai-grid h4{margin:0 0 8px}.kg-ai-grid ul{margin:0;padding-left:18px;color:var(--muted)}.kg-ai-top{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.kg-ai-top span{padding:6px 9px;border-radius:8px;background:var(--surface-strong);color:var(--muted);font-size:12px}.kg-bubble-map{display:grid;grid-template-columns:120px repeat(var(--cols),66px);gap:6px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.kg-bubble-x,.kg-bubble-y{color:var(--muted);font-size:12px;font-weight:800}.kg-bubble-x{text-align:center}.kg-bubble-y{display:flex;align-items:center;min-height:58px;overflow:hidden;text-overflow:ellipsis}.kg-bubble-cell{display:grid;place-items:center;width:66px;min-width:66px;min-height:58px;border:1px solid var(--line);border-radius:8px;background:#fbfcfe}.kg-bubble-cell.has-bubble{cursor:pointer}.kg-bubble-cell span{display:grid;place-items:center;border-radius:50%;color:#fff;font-size:11px;font-weight:900}.kg-bar-chart,.kg-stack-chart{display:grid;gap:8px;min-width:0}.kg-bar-row,.kg-stack-row{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr) 76px;align-items:center;gap:12px;width:100%;border:0;background:transparent;color:var(--text);font:inherit;text-align:left;min-width:0}.kg-bar-row span,.kg-stack-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kg-bar-row i,.kg-stack-row i{display:flex;height:12px;overflow:hidden;border-radius:8px;background:#edf1f6}.kg-bar-row b{display:block;border-radius:inherit;background:var(--coral)}.kg-bar-row strong,.kg-stack-row strong{text-align:right}.kg-stack-row b{display:block;height:100%}.kg-stack-row .blind{background:var(--coral)}.kg-stack-row .passive{background:var(--gold)}.kg-stack-row .active{background:var(--teal)}.kg-stack-row .exclusive{background:var(--ink)}.kg-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.kg-tabs button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer}.kg-tabs button.is-active{border-color:#1f6feb47;background:var(--sidebar-active);color:var(--primary);font-weight:800}.kg-explain-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-width:0}.kg-info-card{padding:14px}.kg-info-card b,.kg-info-card span{display:block}.kg-info-card span{margin-top:6px;color:var(--muted);font-size:13px}.kg-llm{display:grid;gap:10px}.kg-llm-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.kg-llm-head h4{margin:0}.kg-llm p,.kg-llm-meta{margin:0;color:var(--muted)}.kg-llm pre{max-height:420px;overflow:auto;margin:0;padding:14px;border-radius:8px;background:#111827;color:#e5e7eb;white-space:pre-wrap;word-break:break-word}.kg-back{margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}.ticket strong,.ticket span{display:block}.ticket span{margin-top:6px;color:var(--muted);font-size:13px}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1180px){.stats-grid,.content-grid,.kanban,.kg-stat-grid,.kg-explain-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-wide{grid-column:span 2}}@media(max-width:920px){.app-shell,.hero-card,.overview-band{grid-template-columns:1fr}.overview-band{flex-direction:column}.today-grid{min-width:0}.sidebar{padding-bottom:18px}}@media(max-width:680px){.main-content,.sidebar{padding:18px}.topbar{flex-direction:column;align-items:flex-start;gap:14px}.topbar-actions,.today-grid,.stats-grid,.content-grid,.kanban,.kg-stat-grid,.kg-explain-grid,.kg-ai-grid{grid-template-columns:1fr}.kg-toolbar,.kg-panel-head{flex-direction:column;align-items:stretch}.kg-bar-row,.kg-stack-row{grid-template-columns:1fr}.list-toolbar{align-items:stretch;flex-direction:column}.list-controls{justify-content:stretch}.search-field,.filter-button{width:100%}.panel-wide{grid-column:span 1}}.pro-stats-strip{display:flex;gap:10px;flex-wrap:wrap}.pro-stat-card{flex:1;min-width:88px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:12px 16px;display:flex;flex-direction:column;gap:3px}.pro-stat-card>span{font-size:11px;font-weight:600;color:var(--muted);letter-spacing:.02em;white-space:nowrap}.pro-stat-card>strong{font-size:22px;font-weight:700;color:var(--text);line-height:1.2}.pro-stat-card.is-未开始>strong{color:var(--ink)}.pro-stat-card.is-进行中>strong{color:var(--gold)}.pro-stat-card.is-已结束>strong{color:var(--muted)}.pro-stat-card.is-已完成>strong{color:var(--teal)}.pro-stat-card.is-延期>strong{color:var(--coral)}.pro-stat-card.is-紧急>strong{color:var(--coral)}.pro-stat-card.is-高>strong{color:var(--coral)}.pro-stat-card.is-中>strong{color:var(--gold)}.pro-stat-card.is-低>strong{color:var(--ink)}.pro-stat-card.is-clickable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.pro-stat-card.is-clickable:hover{border-color:#1f6feb4d;box-shadow:0 0 0 3px #1f6feb14}.pro-stat-card.is-clickable.is-selected{border-color:#1f6feb80;background:#1f6feb0f;box-shadow:0 0 0 3px #1f6feb1a}.pro-filter-bar{display:flex;align-items:flex-end;gap:12px;padding-bottom:14px}.pro-filter-bar .pro-filter-field{flex:1;max-width:360px}.pro-toolbar-divider{display:inline-block;width:1px;height:18px;background:var(--line);margin:0 2px;flex-shrink:0}.pro-status-chip.is-active[data-status=未开始]{border-color:var(--ink);background:#2f5f9817;color:var(--ink)}.pro-status-chip.is-active[data-status=已结束]{border-color:var(--muted);background:#69738617;color:var(--muted)}.pro-table .task-risk{font-size:12px;color:var(--muted)}.pro-table .task-risk.is-urgent{color:var(--coral);font-weight:600}.pro-table .task-name{font-weight:600;color:var(--text);margin-bottom:0;display:inline}.pro-table tr.is-urgent .task-name{color:var(--coral)}@media(max-width:900px){.pro-stats-strip{display:grid;grid-template-columns:repeat(4,1fr)}.pro-filter-bar{flex-direction:column;align-items:stretch}.pro-filter-bar .pro-filter-field{max-width:100%}.pro-filter-bar .pro-filter-actions{align-self:flex-end}}
