
.dashboard-container[data-v-4477441d] {
  padding: 8px;
  background-color: #f0f2f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  min-height: calc(100vh - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-header[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.page-title[data-v-4477441d] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #303133;
}
.page-status[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.header-title[data-v-4477441d] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.header-time[data-v-4477441d] {
  font-size: 14px;
  color: #909399;
}
.global-filters-card[data-v-4477441d] {
  margin-bottom: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.global-filters-card[data-v-4477441d] .el-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 16px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-item[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #606266;
}
.filter-item .el-select[data-v-4477441d] {
  min-width: 200px;
}
.filter-item .el-date-editor[data-v-4477441d] {
  min-width: 240px;
}
.cache-control[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #e9ecef;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cache-control[data-v-4477441d]:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.top-cards[data-v-4477441d] {
  margin-bottom: 12px;
}
.control-status-card[data-v-4477441d] {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.control-status-card[data-v-4477441d]:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.control-status-card[data-v-4477441d] .el-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
}
.control-status-content[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.control-icon[data-v-4477441d] {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.control-content[data-v-4477441d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.control-label[data-v-4477441d] {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
  font-weight: 500;
}
.control-value[data-v-4477441d] {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.top-card-item[data-v-4477441d] {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.top-card-item[data-v-4477441d]:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.top-card-item[data-v-4477441d] .el-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.card-icon[data-v-4477441d] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.card-content[data-v-4477441d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.card-label[data-v-4477441d] {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}
.card-value[data-v-4477441d] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.loading-text[data-v-4477441d] {
  color: #999;
  font-size: 16px;
}
.unit[data-v-4477441d] {
  font-size: 13px;
  font-weight: normal;
  color: #666;
  margin-left: 4px;
}
.main-content[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.left-column[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.main-chart[data-v-4477441d] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 450px;
}
.chart-card[data-v-4477441d] {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chart-card[data-v-4477441d]:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.chart-card[data-v-4477441d] .el-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
.chart-card[data-v-4477441d] .el-card__header {
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
}
.card-header[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  padding: 0;
}
.header-info[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.last-updated[data-v-4477441d] {
  font-size: 12px;
  color: #909399;
  font-weight: normal;
}
.chart-content[data-v-4477441d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  min-height: 200px;
  width: 100%;
  position: relative;
}
.chart-content > div[data-v-4477441d] {
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
}

/* 图表容器样式 */
.chart-container[data-v-4477441d] {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.chart-container canvas[data-v-4477441d] {
  width: 100% !important;
  height: 100% !important;
}
.bottom-row[data-v-4477441d] {
  margin-top: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-row .el-col[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bottom-card[data-v-4477441d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 310px;
}
.bottom-stats-content[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 10px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-card-item[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bottom-card-item[data-v-4477441d]:hover {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.bottom-card-icon[data-v-4477441d] {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bottom-card-content[data-v-4477441d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.bottom-card-label[data-v-4477441d] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 6px;
  font-weight: 500;
}
.bottom-card-value[data-v-4477441d] {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
}
.right-column[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
}
.right-card[data-v-4477441d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 310px;
}
.error-alert[data-v-4477441d] {
  margin-top: 20px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
.dashboard-container[data-v-4477441d] {
    padding: 16px;
}
.top-card-item[data-v-4477441d] .el-card__body {
    padding: 16px;
}
.card-value[data-v-4477441d] {
    font-size: 20px;
}
.bottom-card-value[data-v-4477441d] {
    font-size: 16px;
}
.chart-container[data-v-4477441d] {
    min-height: 200px;
}
}
@media (max-width: 768px) {
.page-header[data-v-4477441d] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    text-align: center;
}
.page-title[data-v-4477441d] {
    font-size: 18px;
}
.global-filters-card[data-v-4477441d] .el-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
}
.cache-control[data-v-4477441d] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    padding: 4px 8px;
}
.cache-control .el-switch[data-v-4477441d] {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
.main-content[data-v-4477441d] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.main-chart[data-v-4477441d] {
    min-height: 400px;
}
.right-card[data-v-4477441d] {
    min-height: 300px;
}
.bottom-card[data-v-4477441d] {
    min-height: 320px;
}
.bottom-stats-content[data-v-4477441d] {
    gap: 8px;
}
.bottom-card-item[data-v-4477441d] {
    padding: 10px;
}
.control-status-card[data-v-4477441d] .el-card__body {
    padding: 16px;
}
.control-icon[data-v-4477441d] {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 15px;
}
.control-label[data-v-4477441d] {
    font-size: 13px;
    margin-bottom: 6px;
}
.control-value[data-v-4477441d] {
    font-size: 18px;
}
.chart-container[data-v-4477441d] {
    min-height: 180px;
}
.chart-content[data-v-4477441d] {
    min-height: 180px;
}
}

/* 管控状态样式 - 水平布局 */
.control-info-horizontal[data-v-4477441d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.control-status-main[data-v-4477441d] {
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.policy-level[data-v-4477441d] {
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: normal;
}
.discharge-info-horizontal[data-v-4477441d] {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  padding: 2px 8px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.status-normal[data-v-4477441d] {
  color: #67c23a;
  background-color: rgba(103, 194, 58, 0.1);
}
.status-warning[data-v-4477441d] {
  color: #e6a23c;
  background-color: rgba(230, 162, 60, 0.1);
}
.status-alert[data-v-4477441d] {
  color: #f56c6c;
  background-color: rgba(245, 108, 108, 0.1);
}
.status-unknown[data-v-4477441d] {
  color: #909399;
  background-color: rgba(144, 147, 153, 0.1);
}

/* 响应式适配 */
@media (max-width: 1200px) {
.control-info-horizontal[data-v-4477441d] {
    gap: 12px;
}
.control-status-main[data-v-4477441d] {
    font-size: 16px;
}
.discharge-info-horizontal[data-v-4477441d] {
    font-size: 12px;
}
}
@media (max-width: 768px) {
.control-info-horizontal[data-v-4477441d] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
}
.control-status-main[data-v-4477441d] {
    font-size: 16px;
}
.policy-level[data-v-4477441d] {
    font-size: 11px;
}
.discharge-info-horizontal[data-v-4477441d] {
    font-size: 11px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}
.control-status-card[data-v-4477441d] .el-card__body {
    padding: 12px 16px;
}
.control-icon[data-v-4477441d] {
    width: 36px;
    height: 36px;
    font-size: 20px;
    margin-right: 12px;
}
}
@media (max-width: 480px) {
.top-cards .el-col[data-v-4477441d] {
    margin-bottom: 12px;
}
.card-icon[data-v-4477441d] {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 15px;
}
.card-value[data-v-4477441d] {
    font-size: 18px;
}
}

