
.cron-editor[data-v-c0d9817a] {
  width: 100%;
}
.cron-card[data-v-c0d9817a] {
  border-radius: 8px;
}
.cron-mode-tabs[data-v-c0d9817a] {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e7ed;
}
.cron-mode-tabs[data-v-c0d9817a] .el-radio-button__inner {
  padding: 10px 20px;
  font-size: 14px;
}
.cron-config-area[data-v-c0d9817a] {
  margin-bottom: 0;
}
.mode-content[data-v-c0d9817a] {
  animation: fadeIn-c0d9817a 0.3s ease-in-out;
}
@keyframes fadeIn-c0d9817a {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.tip-text[data-v-c0d9817a] {
  margin-left: 12px;
  color: #909399;
  font-size: 13px;
}
.cron-help[data-v-c0d9817a] {
  margin-top: 18px;
  padding: 16px;
  background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);
  border: 1px solid #fde047;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(234, 179, 8, 0.1);
}
.cron-help-title[data-v-c0d9817a] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: var(--app-font-weight-semibold);
  color: #854d0e;
}
.help-icon[data-v-c0d9817a] {
  margin-right: 6px;
  font-size: 16px;
  color: #ca8a04;
}
.cron-help-list[data-v-c0d9817a] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cron-help-list li[data-v-c0d9817a] {
  display: flex;
  align-items: baseline;
  line-height: 26px;
  color: #713f12;
  font-size: 13px;
  padding: 4px 0;
}
.cron-help-list li strong[data-v-c0d9817a] {
  display: inline-block;
  min-width: 36px;
  margin-right: 8px;
  padding: 2px 8px;
  background-color: #fef3c7;
  border: 1px solid #fde047;
  border-radius: 4px;
  color: #b45309;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: var(--app-font-weight-bold);
  text-align: center;
}
.cron-help-list li span[data-v-c0d9817a] {
  flex: 1;
  color: #78716c;
}
.cron-result[data-v-c0d9817a] {
  margin-top: 25px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.08);
}
.cron-description[data-v-c0d9817a] {
  font-size: 14px;
  padding: 8px 16px;
  background-color: #f0f9ff;
  border-color: #bfdbfe;
  color: #3b82f6;
  font-weight: var(--app-font-weight-medium);
}
.cron-expression-input[data-v-c0d9817a] .el-input__inner {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  font-weight: var(--app-font-weight-semibold);
  color: #409eff;
}
[data-v-c0d9817a] .el-checkbox {
  margin-right: 20px;
  margin-bottom: 12px;
}
.mode-content[data-v-c0d9817a] .el-form-item {
  margin-bottom: 18px;
}
.mode-content[data-v-c0d9817a] .el-form-item:last-child {
  margin-bottom: 0;
}
[data-v-c0d9817a] .el-select .el-input__inner {
  height: 36px;
}
[data-v-c0d9817a] .el-time-picker {
  width: 200px;
}
.description-item[data-v-c0d9817a] {
  margin-top: 16px;
}
