@charset "UTF-8";
/* ── Design Tokens ── */
/* ── Page ── */
.cfg-page[data-v-3b3425d4] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f9fafb;
  overflow: hidden;
}

/* ── Body (scrollable area) ── */
.cfg-body[data-v-3b3425d4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 24px 24px 0;
}

/* ── Grid Layout ── */
.cfg-grid[data-v-3b3425d4] {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
}

/* ── Bottom Action Bar ── */
.cfg-action-bar[data-v-3b3425d4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 14px 24px;
}
.cfg-action-bar__inner[data-v-3b3425d4] {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cfg-action-bar .el-button[data-v-3b3425d4] {
  border-radius: 8px;
  font-weight: 600;
  padding: 9px 32px;
  font-size: 13px;
  letter-spacing: 0.3px;
}

/* ── Section ── */
.cfg-section[data-v-3b3425d4] {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  padding: 16px 20px;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.cfg-section[data-v-3b3425d4]:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.cfg-section__title[data-v-3b3425d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f4f6;
}
.cfg-section__dot[data-v-3b3425d4] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4361ee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ── Rate Cards ── */
.rate-cards[data-v-3b3425d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rate-card[data-v-3b3425d4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 240px;
  max-width: 360px;
  background: #f9fafb;
  border-radius: 8px;
  padding: 14px 16px;
  border: 1px solid #f3f4f6;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.rate-card[data-v-3b3425d4]:hover {
  border-color: #e5e7eb;
}
.rate-card__header[data-v-3b3425d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.rate-card__icon[data-v-3b3425d4] {
  width: 26px;
  height: 26px;
  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: 13px;
}
.rate-card__icon--yellow[data-v-3b3425d4] {
  background: #fffbeb;
  color: #f59e0b;
}
.rate-card__icon--blue[data-v-3b3425d4] {
  background: #eef2ff;
  color: #4361ee;
}
.rate-card__label[data-v-3b3425d4] {
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
}
.rate-card__body[data-v-3b3425d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.rate-card__unit[data-v-3b3425d4] {
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
}

/* ── Stepper ── */
.stepper[data-v-3b3425d4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.stepper[data-v-3b3425d4]:focus-within {
  border-color: #4361ee;
  -webkit-box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.08);
          box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.08);
}
.stepper__btn[data-v-3b3425d4] {
  width: 32px;
  height: 32px;
  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;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #9ca3af;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  outline: none;
}
.stepper__btn[data-v-3b3425d4]:hover {
  background: #eef2ff;
  color: #4361ee;
}
.stepper__btn[data-v-3b3425d4]:active {
  background: rgb(222.7, 230.3, 255);
}
.stepper__input[data-v-3b3425d4] {
  width: 80px;
}
.stepper__input[data-v-3b3425d4] .el-input__inner {
  border: none;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-radius: 0;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  background: transparent;
  padding: 0 4px;
}

/* ── Duration Box ── */
.duration-box[data-v-3b3425d4] {
  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;
}
.duration-tags__list[data-v-3b3425d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  min-height: 32px;
}

/* ── Duration Tag ── */
.dtag[data-v-3b3425d4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 32px;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: default;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dtag--default[data-v-3b3425d4] {
  background: #eef2ff;
  color: #4361ee;
  border: 1px solid rgba(67, 97, 238, 0.15);
}
.dtag--accent[data-v-3b3425d4] {
  background: #ecfdf5;
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.15);
}
.dtag__icon[data-v-3b3425d4] {
  font-size: 13px;
}
.dtag__close[data-v-3b3425d4] {
  font-size: 11px;
  margin-left: 4px;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.dtag__close[data-v-3b3425d4]:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.08);
}

/* Tag transition */
.tag-fade-enter-active[data-v-3b3425d4],
.tag-fade-leave-active[data-v-3b3425d4] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tag-fade-enter[data-v-3b3425d4],
.tag-fade-leave-to[data-v-3b3425d4] {
  opacity: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

/* ── Duration Add ── */
.duration-add[data-v-3b3425d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px dashed #e5e7eb;
}
.duration-add__input[data-v-3b3425d4] {
  width: 130px;
}
.duration-add__input[data-v-3b3425d4] .el-input__inner {
  border-radius: 8px;
  height: 32px;
  font-size: 13px;
}
.duration-add__unit[data-v-3b3425d4] {
  width: 90px;
}
.duration-add__unit[data-v-3b3425d4] .el-input__inner {
  border-radius: 8px;
  height: 32px;
  font-size: 13px;
}
.duration-add__btn[data-v-3b3425d4] {
  border-radius: 8px !important;
  height: 32px;
  font-size: 13px;
  padding: 0 14px;
}

/* ── Other Settings (Form Fields) ── */
.other-settings[data-v-3b3425d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.form-field[data-v-3b3425d4] {
  max-width: 520px;
}
.form-field__label[data-v-3b3425d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 6px;
}
.form-field__icon[data-v-3b3425d4] {
  font-size: 14px;
  color: #9ca3af;
}
.form-field[data-v-3b3425d4] .el-input__inner {
  border-radius: 8px;
  height: 34px;
  font-size: 13px;
}
.form-field[data-v-3b3425d4] .el-textarea__inner {
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.6;
  padding: 8px 12px;
}
