:root{--color-primary:#1890ff;--color-danger:#f5222d;--color-success:#52c41a;--color-warning:#faad14;--color-link:#1890ff;--color-link-danger:#f5222d;--color-text-primary:#262626;--color-text-secondary:#595959;--color-text-placeholder:#bfbfbf;--color-border:#d9d9d9;--color-border-light:#f0f0f0;--color-bg-page:#f5f6fa;--color-bg-card:#fff;--color-bg-tab-bar:#f5f5f5;--color-bg-table-header:#fafafa;--color-bg-row-hover:#e6f7ff;--color-nav-bg:#13263d;--color-nav-text:#fff;--color-nav-text-secondary:hsla(0,0%,100%,0.65);--color-sidebar-active-bg:#1890ff;--color-sidebar-active-text:#fff;--font-family:PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-family);font-size:14px;color:var(--color-text-primary);background:var(--color-bg-page)}a{color:var(--color-link);text-decoration:none}.app{min-width:960px}.top-nav{background:var(--color-nav-bg);color:var(--color-nav-text);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 24px 0 0}.brand,.top-nav{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brand{width:220px;gap:10px;padding:0 16px;border-right:1px solid hsla(0,0%,100%,.12)}.brand-dot{width:28px;height:28px;border-radius:50%;background:var(--color-primary)}.brand-text{line-height:1.2}.brand-text b{display:block;font-size:14px;font-weight:600}.brand-text span{display:block;font-size:12px}.brand-text span,.top-tabs{color:var(--color-nav-text-secondary)}.top-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.top-tabs .active{color:#fff;font-weight:500;position:relative}.top-tabs .active:after{content:"";position:absolute;bottom:-17px;left:0;right:0;height:2px;background:var(--color-primary)}.top-right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.avatar,.top-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.avatar{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.2);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:calc(100vh - 60px)}.sidebar{width:220px;min-width:220px;-ms-flex-negative:0;flex-shrink:0;background:var(--color-nav-bg);color:var(--color-nav-text-secondary);padding:16px 0}.side-title{color:#fff;font-size:18px;font-weight:600;padding:0 24px;margin:6px 0 12px}.menu-item{height:44px;padding:0 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.menu-item.active{background:var(--color-sidebar-active-bg);color:var(--color-sidebar-active-text)}.sub-item{height:36px;padding:0 24px 0 48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sub-item.active{background:rgba(24,144,255,.18);color:#fff}.page-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.page-tabs{height:40px;background:var(--color-bg-tab-bar);border-bottom:1px solid var(--color-border);display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px}.page-tab,.page-tabs{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px}.page-tab{height:32px;border:1px solid var(--color-border);border-radius:2px;background:#fff;color:var(--color-text-secondary);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.page-tab.active{border-color:var(--color-primary);color:var(--color-primary)}.content{padding:24px}.card{background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:4px}.search-card{padding:16px 24px;margin-bottom:16px}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.date,.input,.select{height:32px;border:1px solid var(--color-border);border-radius:2px;background:#fff;padding:4px 11px;color:var(--color-text-secondary)}.input.wide{width:320px}.date.mid,.input.mid,.select.mid{width:160px}.input.small{width:40px;text-align:center}.btn{height:32px;border-radius:2px;padding:0 15px;border:1px solid var(--color-border);background:#fff;color:var(--color-text-secondary);cursor:pointer}.btn-primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.filters{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:12px}.seg{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.seg button{height:28px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-secondary);padding:0 12px}.seg button+button{margin-left:-1px}.seg button.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.table-card{padding:0;overflow:hidden}.table{width:100%;border-collapse:collapse}.table th{background:var(--color-bg-table-header);font-weight:500;text-align:left}.table td,.table th{color:var(--color-text-primary);padding:12px 16px;border-bottom:1px solid var(--color-border-light)}.table tr:hover td{background:var(--color-bg-row-hover)}.op-link{color:var(--color-link);margin-right:8px}.op-link-danger{color:var(--color-link-danger)}.pagination{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 24px}.pager,.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pager{gap:6px}.page-btn{min-width:32px;height:32px;border:1px solid var(--color-border);border-radius:2px;background:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--color-text-secondary)}.page-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.stats-grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.stat-card{min-height:100px;border-radius:4px;padding:16px 20px}.stat-card h4{margin:0;font-size:12px;color:#999;font-weight:400}.stat-card .num{margin-top:8px;font-size:22px;font-weight:600;color:var(--color-text-primary)}.bg-patent{background:#fff1f0}.bg-result{background:#f6ffed}.bg-demand{background:#e6f7ff}.bg-service{background:#fff0f6}.notice{background:#fffbe6;border:1px solid #ffe58f;border-radius:4px;padding:12px 16px;margin-bottom:16px;color:var(--color-text-secondary)}.badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:18px;height:18px;border-radius:9px;padding:0 4px;font-size:11px;color:#fff;background:#f5222d}.badge,.modal-mask{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-mask{position:fixed;inset:0;background:rgba(0,0,0,.45);display:-webkit-box;display:-ms-flexbox;display:flex}.modal{width:416px;background:#fff;border-radius:4px;padding:24px}.modal h3{margin:0;font-size:16px;font-weight:500}.modal p{margin:8px 0 24px;color:var(--color-text-secondary)}.modal-actions{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:8px}.graph-box,.modal-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.graph-box{height:520px;background:#fff;border:1px dashed #bfbfbf;border-radius:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#8c8c8c}.legend{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin:12px 0;color:var(--color-text-secondary)}.dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:6px}.dot-subject{background:#1890ff}.dot-achievement{background:#52c41a}.dot-demand{background:#faad14}.dot-expert{background:#722ed1}