@charset "UTF-8";
.cs-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  width: 100%;
}

.cs-left {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  border-right: 1px solid #DCDFE6;
}

.cs-left-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  /* 内容滚动 */
}

.cs-left__header {
  height: 76px;
  line-height: 76px;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 85, 164, 0.06);
          box-shadow: 0px 2px 6px 1px rgba(0, 85, 164, 0.06);
  padding-left: 20px;
  color: #2B2B2B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 18px;
}
.cs-left__header::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
  margin-right: 12px;
}

.cs-tree-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
}

.cs-empty {
  color: #6b7280;
  padding: 12px;
  text-align: center;
}

.cs-footer {
  padding: 20px;
  border-top: 1px solid #e5e7eb;
}

.footer {
  margin: 0 20px;
  height: 60px;
  background: #ccc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cs-config {
  position: relative;
}

.cs-config__body {
  margin: 20px;
}

.cs-po-card {
  border: 1px solid #DCDFE6;
  border-left: 4px solid #3b82f6;
  border-radius: 10px;
  background: #fff;
}

.cs-ai-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #10b981;
  display: none;
}

.cs-ai-wrap:hover .cs-ai-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cs-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cs-cursor-pointer {
  cursor: pointer;
}

.cs-btn-primary {
  background: #1469FC;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  padding: 10px;
}

.cs-btn-plain {
  background: #fff;
  color: #2563eb;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 10px 16px;
}

.cs-message {
  position: fixed;
  top: 16px;
  right: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid;
  z-index: 50;
  -webkit-animation: fadeIn 0.3s ease-out;
          animation: fadeIn 0.3s ease-out;
  max-width: 300px;
  word-wrap: break-word;
}

.cs-message-success {
  background-color: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}

.cs-message-error {
  background-color: #fef2f2;
  color: #dc2626;
  border-color: #fecaca;
}

.cs-message-warning {
  background-color: #fefce8;
  color: #ca8a04;
  border-color: #fde68a;
}

.cs-message-info {
  background-color: #eff6ff;
  color: #2563eb;
  border-color: #dbeafe;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.cs-main {
  height: 100%;
  width: 100%;
}

.cs-header-content {
  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;
}

.cs-page-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.cs-title-icon {
  margin-right: 8px;
  color: #3b82f6;
}

.cs-config-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.cs-empty-content {
  text-align: center;
}

.cs-footer-content {
  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;
}

.cs-stats {
  font-size: 16px;
  color: #2B2B2B;
}

.cs-btn-icon {
  margin-right: 8px;
}
