
.ai-module[data-v-00bacf36] {
  padding: 20px;
  background: #f5f7fa;
  min-height: 100vh;
}
.module-header[data-v-00bacf36] {
  text-align: center;
  margin-bottom: 30px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 12px;
}
.module-header h1[data-v-00bacf36] {
  margin: 0 0 10px 0;
  font-size: 32px;
  font-weight: 300;
}
.module-header p[data-v-00bacf36] {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
}
.statistics-cards[data-v-00bacf36] {
  margin-bottom: 30px;
}
.stat-card[data-v-00bacf36] {
  border: none;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.stat-card[data-v-00bacf36]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.stat-content[data-v-00bacf36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.stat-icon[data-v-00bacf36] {
  font-size: 48px;
  color: #409eff;
  margin-right: 20px;
}
.stat-info[data-v-00bacf36] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.stat-number[data-v-00bacf36] {
  font-size: 32px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 5px;
}
.stat-label[data-v-00bacf36] {
  font-size: 14px;
  color: #909399;
}
.module-nav[data-v-00bacf36] {
  margin-bottom: 30px;
}
.nav-card[data-v-00bacf36] {
  border: none;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.nav-card[data-v-00bacf36]:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.nav-content[data-v-00bacf36] {
  padding: 30px 20px;
  text-align: center;
}
.nav-icon[data-v-00bacf36] {
  font-size: 48px;
  color: #409eff;
  margin-bottom: 20px;
}
.nav-info h3[data-v-00bacf36] {
  margin: 0 0 10px 0;
  color: #303133;
  font-size: 18px;
}
.nav-info p[data-v-00bacf36] {
  margin: 0;
  color: #909399;
  font-size: 14px;
}
.quick-actions[data-v-00bacf36] {
  margin-bottom: 30px;
}
.quick-actions .el-button[data-v-00bacf36] {
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.system-status[data-v-00bacf36] {
  margin-bottom: 30px;
}
.status-item[data-v-00bacf36] {
  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;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.status-item[data-v-00bacf36]:last-child {
  border-bottom: none;
}
.status-label[data-v-00bacf36] {
  font-size: 14px;
  color: #606266;
}
.status-value[data-v-00bacf36] {
  font-weight: bold;
}

/* 响应式设计 */
@media (max-width: 768px) {
.module-header h1[data-v-00bacf36] {
    font-size: 24px;
}
.module-header p[data-v-00bacf36] {
    font-size: 14px;
}
.stat-content[data-v-00bacf36] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}
.stat-icon[data-v-00bacf36] {
    margin-right: 0;
    margin-bottom: 10px;
}
.nav-content[data-v-00bacf36] {
    padding: 20px 10px;
}
.nav-icon[data-v-00bacf36] {
    font-size: 36px;
}
}

