.chart-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.chart-grid .data_full{grid-column:1/-1}.dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:16px 0 20px}.chart-card{background:#fff;border-radius:12px;padding:20px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.08);width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.chart-card.data_full{grid-column:1/-1}.chart-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.chart-title:before{content:"";width:4px;height:16px;background:#3b82f6;border-radius:2px;-ms-flex-negative:0;flex-shrink:0}.chart-title-sub{font-weight:400;color:#94a3b8;font-size:12px}.chart-help{width:18px;height:18px;border-radius:50%;border:1.5px solid #94a3b8;color:#94a3b8;font-size:11px;font-weight:600;cursor:pointer;margin-left:auto;background:transparent;-webkit-transition:all .2s;transition:all .2s;-ms-flex-negative:0;flex-shrink:0;line-height:1;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}.chart-help.active,.chart-help:hover{background:#1a365d;border-color:#1a365d;color:#fff}.chart-rules{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;font-size:12px;line-height:1.7}.chart-container{height:280px;width:100%}.chart-container.tall{height:360px}.val-green{color:#22c55e;font-weight:600}.val-orange{color:#f97316;font-weight:600}.val-red{color:#ef4444;font-weight:600}.unit{font-size:11px;color:#94a3b8;font-weight:400;margin-left:2px}.overview-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.card{background:#fff;border-radius:12px;padding:20px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.08)}.card-header{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}.card-label{font-size:12px;color:#64748b;margin-bottom:8px}.card-value{font-size:28px;font-weight:700;color:#1e293b}.card-unit{font-size:16px;font-weight:400;color:#94a3b8}.card-sub{font-size:12px;margin-top:8px}.target-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:8px 0 12px;gap:10px}.target-bar .btn-target{padding:7px 20px;border:none;border-radius:8px;font-size:13px;font-weight:600;background:#3b82f6;color:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s}.target-bar .btn-target:hover{background:#2563eb}.target-bar .btn-target-outline{background:transparent;color:#3b82f6;border:1px solid #3b82f6}.target-bar .btn-target-outline:hover{background:#eff6ff}.filter-bar{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px;padding:12px;background:#f8fafc;border-radius:10px}.filter-bar input,.filter-bar select{padding:6px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background:#fff}.filter-bar input:focus-visible,.filter-bar select:focus-visible{outline:none;border-color:#3b82f6}.reset-btn{padding:5px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer}.dept-comparison-table{width:100%;border-collapse:collapse;font-size:13px}.dept-comparison-table td,.dept-comparison-table th{padding:10px 12px;text-align:center;border-bottom:1px solid #f1f5f9}.dept-comparison-table th{background:#f8fafc;font-weight:600}.rank-table{width:100%;border-collapse:collapse}.rank-table td,.rank-table th{padding:12px 16px;text-align:left;border-bottom:1px solid #f1f5f9}.rank-num{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;width:24px;height:24px;border-radius:6px;font-size:12px;font-weight:600;margin-right:8px}.rank-1{background:#fef3c7;color:#d97706}.rank-2{background:#f1f5f9;color:#64748b}.rank-3{background:#fed7aa;color:#ea580c}.rank-default{background:#f8fafc;color:#94a3b8}.tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px}.tag-blue{background:#eff6ff;color:#3b82f6}.tag-green{background:#f0fdf4;color:#22c55e}.tag-orange{background:#fff7ed;color:#f97316}.tag-purple{background:#f5f3ff;color:#8b5cf6}@media (max-width:1024px){.chart-grid,.dual-grid{grid-template-columns:1fr}.overview-cards{grid-template-columns:repeat(2,1fr)}.flex-sidebar-layout{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sidebar-layout>.flex-sidebar{-ms-flex-negative:unset!important;flex-shrink:unset!important;min-width:unset!important;width:100%}.flex-sidebar-layout>.flex-chart{min-height:220px}.filter-bar input,.filter-bar select{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100px}}@media (max-width:900px){.overview-cards{grid-template-columns:1fr}}