
.ai-test[data-v-f03039e0] {
  padding: 20px;
  background: #f5f7fa;
  min-height: 100vh;
}
.test-header[data-v-f03039e0] {
  text-align: center;
  margin-bottom: 30px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 12px;
}
.test-header h2[data-v-f03039e0] {
  margin: 0 0 10px 0;
  font-size: 32px;
  font-weight: 300;
}
.test-header p[data-v-f03039e0] {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
}
.test-section[data-v-f03039e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.test-section .el-button[data-v-f03039e0] {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 8px 12px;
}
.test-results[data-v-f03039e0] {
  max-height: 400px;
  overflow-y: auto;
}
.result-item[data-v-f03039e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.result-item[data-v-f03039e0]:last-child {
  border-bottom: none;
}
.result-message[data-v-f03039e0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
.no-results[data-v-f03039e0] {
  text-align: center;
  color: #909399;
  padding: 40px 20px;
}

/* AI模块菜单样式 */
.test-section .el-button[type="primary"][data-v-f03039e0] {
  background: linear-gradient(135deg, #409eff 0%, #36a3f7 100%);
  border: none;
}
.test-section .el-button[type="success"][data-v-f03039e0] {
  background: linear-gradient(135deg, #67c23a 0%, #5daf34 100%);
  border: none;
}
.test-section .el-button[type="warning"][data-v-f03039e0] {
  background: linear-gradient(135deg, #e6a23c 0%, #d49426 100%);
  border: none;
}
.test-section .el-button[type="info"][data-v-f03039e0] {
  background: linear-gradient(135deg, #909399 0%, #82848a 100%);
  border: none;
}
.test-section .el-button[type="danger"][data-v-f03039e0] {
  background: linear-gradient(135deg, #f56c6c 0%, #e74c3c 100%);
  border: none;
}
.test-section .el-button[data-v-f03039e0]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

