:root {
  --zc-orange: #f97316;
  --zc-orange-deep: #ea580c;
  --zc-radius-xl: 16px;
  --zc-radius-lg: 12px;
  --zc-radius-md: 10px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  background: #f0f2f5;
  min-height: 100vh;
  color: #333;
}
.el-button--primary {
  background-color: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
}
.el-button--primary:hover, .el-button--primary:focus {
  background: var(--zc-orange-deep) !important;
  border-color: var(--zc-orange-deep) !important;
  color: #fff !important;
}
.el-button--default {
  color: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  background-color: #fff !important;
}
.el-button--default:hover, .el-button--default:focus {
  color: #fff !important;
  border-color: var(--zc-orange) !important;
  background-color: var(--zc-orange) !important;
}
.el-button--default.is-plain {
  color: var(--zc-orange) !important;
  border-color: #fdba74 !important;
  background-color: #fff7ed !important;
}
.el-button--default.is-plain:hover, .el-button--default.is-plain:focus {
  color: #fff !important;
  border-color: var(--zc-orange) !important;
  background-color: var(--zc-orange) !important;
}
.el-button--success, .el-button--warning, .el-button--info, .el-button--danger {
  background-color: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
}
.el-button--success:hover, .el-button--success:focus,
.el-button--warning:hover, .el-button--warning:focus,
.el-button--info:hover, .el-button--info:focus,
.el-button--danger:hover, .el-button--danger:focus {
  background-color: var(--zc-orange-deep) !important;
  border-color: var(--zc-orange-deep) !important;
  color: #fff !important;
}
.el-button--text { color: var(--zc-orange) !important; }
.el-button--text:hover, .el-button--text:focus { color: var(--zc-orange-deep) !important; }
.el-tabs__active-bar { background-color: var(--zc-orange) !important; }
/* 线型 Tab 默认选中/悬停为品牌色；胶囊实心 Tab 在下方单独覆盖为白字 */
.el-tabs__item.is-active { color: var(--zc-orange); }
.el-tabs__item:not(.is-active):hover { color: var(--zc-orange); }
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  box-shadow: -1px 0 0 0 var(--zc-orange) !important;
  color: #fff !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active { background-color: var(--zc-orange); }
.el-radio__input.is-checked .el-radio__inner { border-color: var(--zc-orange); background: var(--zc-orange); }
.el-checkbox__input.is-checked .el-checkbox__inner { border-color: var(--zc-orange); background: var(--zc-orange); }
.el-switch.is-checked .el-switch__core { border-color: var(--zc-orange); background-color: var(--zc-orange); }
.el-select .el-input.is-focus .el-input__inner { border-color: var(--zc-orange); }
.el-input__inner:focus { border-color: var(--zc-orange); }
.app-shell { display: flex; min-height: 100vh; height: 100vh; box-sizing: border-box; padding: 16px; gap: 16px; align-items: stretch; }
.sidebar {
  width: 272px; flex-shrink: 0; background: #fff; border-radius: var(--zc-radius-xl);
  box-shadow: 0 8px 32px rgba(249, 115, 22, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
  display: flex; flex-direction: column; overflow: hidden;
  border: 1px solid rgba(249, 115, 22, 0.12);
}
.brand { padding: 20px 18px; border-bottom: 1px solid #ffedd5; background: linear-gradient(145deg, #fff 0%, #fff7ed 100%); }
.brand-logo {
  width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(135deg, #fb923c, #ea580c);
  color: #fff; font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 10px; box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
}
.brand-title { font-size: 17px; font-weight: 700; color: #0f172a; }
.brand-sub { font-size: 12px; color: #94a3b8; margin-top: 4px; }
.side-menu-wrap { flex: 1; padding: 8px 6px 12px; overflow: auto; font-size: 13px; }
.side-menu-wrap .el-submenu > .el-submenu__title,
.side-menu-wrap .el-submenu .el-submenu > .el-submenu__title {
  pointer-events: auto;
  cursor: pointer;
}
.side-menu-wrap .el-submenu__icon-arrow {
  display: inline-block;
  color: #94a3b8;
  transition: transform 0.2s ease;
}
.side-menu-wrap .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  color: #ea580c;
}
.el-menu { border: none; border-radius: var(--zc-radius-lg); background: transparent !important; }
.el-menu-item, .el-submenu__title {
  border-radius: var(--zc-radius-md) !important; margin: 2px 4px;
  height: 40px !important; line-height: 40px !important; padding-left: 14px !important;
}
.el-submenu .el-menu-item { padding-left: 44px !important; min-width: auto; height: 38px !important; line-height: 38px !important; font-size: 12px !important; }
.el-submenu .el-submenu .el-submenu__title { padding-left: 44px !important; height: 38px !important; line-height: 38px !important; font-size: 12px !important; }
.el-submenu .el-submenu .el-menu-item { padding-left: 56px !important; font-size: 12px !important; }
.el-menu-item:hover, .el-submenu__title:hover { background: #fff7ed !important; }
.el-menu-item.is-active {
  background: linear-gradient(90deg, #fff7ed, #ffedd5) !important;
  color: var(--zc-orange-deep) !important;
  font-weight: 600; box-shadow: inset 3px 0 0 var(--zc-orange);
}
.main-area { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.top-wrap { background: #fff; border-radius: var(--zc-radius-xl); border: 1px solid rgba(249, 115, 22, 0.1);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04); overflow: hidden; }
.top-bar { padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  border-bottom: 1px solid #fff7ed; }
.top-bar-sub { padding: 8px 20px 12px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #64748b; }
.breadcrumb-note strong { color: #ea580c; }
.top-user-wrap { margin-left: 0; }
.top-bar-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.top-msg-btn {
  position: relative; width: 40px; height: 40px; border: 1px solid #e2e8f0; border-radius: 10px;
  background: #fff; color: #475569; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  transition: background .15s, border-color .15s, color .15s;
}
.top-msg-btn:hover { background: #fff7ed; border-color: #fdba74; color: #ea580c; }
.top-msg-btn .el-icon-bell { font-size: 18px; }
.top-msg-badge {
  position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 999px; background: #ef4444; color: #fff; font-size: 11px; font-weight: 700; line-height: 18px; text-align: center;
}
.zc-msg-tab-badge { margin-left: 6px; vertical-align: middle; }
.zc-msg-remind-table tr.zc-msg-row-unread td { background: #fffbeb; }
.zc-msg-remind-page .list-meta { margin-top: 8px; }
.zc-live-action-btns { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; align-items: center; }
.zc-live-transfer-live-cell { display: flex; align-items: center; gap: 8px; }
.zc-live-transfer-live-icon { font-size: 18px; line-height: 1; }
.zc-live-transfer-live-icon.lg { font-size: 32px; }
.zc-live-transfer-detail-live { margin-top: 8px; padding: 12px 14px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; }
.zc-live-transfer-detail-live-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.zc-live-transfer-detail-grid-mini { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; }
.top-user-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 4px 8px 4px 4px;
  border-radius: 999px;
  transition: background 0.2s;
}
.top-user-trigger:hover { background: #fff7ed; }
.top-user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fb923c, #ea580c);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.top-user-info { text-align: right; line-height: 1.25; }
.top-user-name { font-size: 13px; font-weight: 600; color: #0f172a; }
.top-user-account { font-size: 12px; color: #64748b; }
.top-user-arrow { font-size: 12px; color: #94a3b8; }
.zc-store-job-perm-dialog .el-dialog__body { max-height: 62vh; overflow-y: auto; padding-top: 8px; }
.zc-store-job-perm-wrap { max-height: 52vh; overflow-y: auto; padding-right: 4px; }
.zc-store-job-perm-mod {
  margin-bottom: 14px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 14px 12px;
  background: #fafafa;
}
.zc-store-job-perm-mod-hd {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #fed7aa;
}
.zc-store-job-perm-menu {
  padding: 8px 0 10px;
  border-bottom: 1px solid #f1f5f9;
}
.zc-store-job-perm-menu:last-child { border-bottom: none; padding-bottom: 0; }
.zc-store-job-perm-menu-title { font-size: 13px; font-weight: 600; color: #475569; margin-bottom: 6px; }
.zc-store-job-perm-actions .el-checkbox { margin-right: 14px; margin-bottom: 4px; }
.zc-license-upload-preview {
  margin-top: 8px;
  font-size: 13px;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.content-card {
  flex: 1; min-width: 0; width: 100%; background: #fff; border-radius: var(--zc-radius-xl);
  padding: 20px 22px; border: 1px solid rgba(249, 115, 22, 0.1); box-shadow: 0 8px 40px rgba(15, 23, 42, 0.05); min-height: 480px;
}
.zc-table-wrap { width: 100%; overflow-x: auto; border-radius: var(--zc-radius-lg); border: 1px solid #ebeef5; background: #fff; }
table.zc-table { width: 100%; border-collapse: collapse; font-size: 13px; table-layout: auto; min-width: 720px; }
table.zc-table th {
  background: #fff7ed !important; color: #64748b; font-weight: 600; text-align: left; padding: 10px 8px;
  border-bottom: 1px solid #ebeef5; white-space: nowrap;
}
table.zc-table td { padding: 8px; border-bottom: 1px solid #ebeef5; color: #606266; vertical-align: middle; word-break: break-word; }
table.zc-table tbody tr:nth-child(even) { background: #fafafa; }
table.zc-table tbody tr:hover { background: #fff7ed; }
table.zc-table tr.row-clickable { cursor: pointer; }
.zc-chk { width: 16px; height: 16px; cursor: pointer; accent-color: #f97316; vertical-align: middle; }
.page-head { margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px dashed #fed7aa; }
.page-title { font-size: 17px; font-weight: 700; color: #0f172a; }
.page-desc { font-size: 13px; color: #94a3b8; margin-top: 5px; }
.toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.search-row, .action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.list-meta { margin-bottom: 8px; font-size: 13px; color: #909399; }
.tag-status-on { border-radius: 20px; }
.cell-actions { white-space: nowrap; }
.perm-wrap { padding: 8px 0 16px; max-height: 420px; overflow: auto; }
.perm-mod { margin-bottom: 14px; border: 1px solid #eee; border-radius: 10px; padding: 10px 14px; background: #fafafa; }
.perm-mod h4 { font-size: 14px; color: #0f172a; margin-bottom: 8px; }
.cashier-layout { display: grid; grid-template-columns: 1fr 1.2fr 0.95fr; gap: 14px; min-height: 420px; }
@media (max-width: 1200px) { .cashier-layout { grid-template-columns: 1fr; } }
.cashier-panel { border: 1px solid #ebeef5; border-radius: var(--zc-radius-lg); padding: 12px; background: #fffbf5; min-height: 200px; }
.cashier-panel h4 { margin-bottom: 10px; font-size: 14px; color: #ea580c; }
.cart-line { font-size: 13px; padding: 6px 0; border-bottom: 1px dashed #fde68a; display: flex; justify-content: space-between; gap: 8px; }

/* 3.1 收银台 · 左会员 / 右清单（参考 POS） */
.zc-cashier-page .zc-cashier-layout {
  display: flex;
  gap: 16px;
  align-items: stretch;
  min-height: calc(100vh - 220px);
}
.zc-cashier-sidebar {
  width: 340px;
  flex-shrink: 0;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.zc-cashier-main {
  flex: 1;
  min-width: 0;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.zc-cashier-btn-yellow {
  background: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
  font-weight: 600;
}
.zc-cashier-btn-yellow:hover {
  background: var(--zc-orange-deep) !important;
  border-color: var(--zc-orange-deep) !important;
  color: #fff !important;
  filter: none;
}
.zc-cashier-btn-yellow-plain {
  border-color: var(--zc-orange) !important;
  color: var(--zc-orange) !important;
  background: #fff7ed !important;
  font-weight: 600;
}
.zc-cashier-btn-yellow-plain:hover {
  background: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
}
.zc-gen-dlg-footer-with-extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
.zc-gen-dlg-footer-with-extra .zc-gen-dlg-footer-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}
.zc-cashier-selffill-tip,
.zc-cashier-selffill-mobile-tip {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}
.zc-cashier-selffill-qr-wrap {
  text-align: center;
  padding: 8px 0 4px;
}
.zc-cashier-selffill-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  padding: 16px;
  border: 2px dashed #cbd5e1;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.zc-cashier-selffill-qr:hover {
  border-color: #f5c400;
  box-shadow: 0 8px 24px rgba(245, 196, 0, 0.18);
  transform: translateY(-1px);
}
.zc-cashier-selffill-qr-icon {
  font-size: 88px;
  line-height: 1;
  color: #0f172a;
}
.zc-cashier-selffill-qr-store {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
.zc-cashier-selffill-qr-sub {
  font-size: 12px;
  color: #64748b;
}
.zc-cashier-selffill-qr-hint {
  margin: 12px 0 0;
  font-size: 12px;
}
.zc-mobile-form-shell {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 10px 18px;
  border-radius: 28px;
  background: #111827;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
}
.zc-mobile-form-notch {
  width: 96px;
  height: 8px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: #374151;
}
.zc-mobile-form-screen {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  max-height: min(72vh, 640px);
  overflow-y: auto;
}
.zc-mobile-form-header {
  padding: 16px 16px 10px;
  background: linear-gradient(180deg, #fffbeb 0%, #fff 100%);
  border-bottom: 1px solid #fef3c7;
}
.zc-mobile-form-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}
.zc-mobile-form-sub {
  margin-top: 4px;
  font-size: 12px;
  color: #64748b;
}
.zc-mobile-member-form {
  padding: 12px 14px 16px;
}
.zc-mobile-member-form .el-form-item {
  margin-bottom: 12px;
}
.zc-mobile-member-form .el-form-item__label {
  padding: 0 0 4px;
  line-height: 1.4;
  font-size: 12px;
  color: #475569;
}
.zc-mobile-form-submit {
  width: 100%;
  margin-top: 4px;
  border-radius: 999px;
}
.zc-mobile-form-sec-title {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  margin: 2px 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #fde68a;
}
.zc-mobile-pet-block {
  margin-top: 6px;
  padding-top: 2px;
}
.zc-mobile-pet-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.zc-mobile-pet-toolbar .muted {
  flex: 1;
  font-size: 11px;
  line-height: 1.5;
}
.zc-mobile-pet-empty {
  text-align: center;
  padding: 18px 10px;
  border: 1px dashed #e2e8f0;
  border-radius: 10px;
  background: #fafafa;
  font-size: 12px;
  line-height: 1.55;
}
.zc-mobile-pet-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zc-mobile-pet-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 10px 8px;
  background: #f8fafc;
}
.zc-mobile-pet-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.zc-mobile-pet-card-head strong {
  font-size: 13px;
  color: #0f172a;
}
.zc-mobile-pet-card-actions {
  flex-shrink: 0;
}
.zc-mobile-pet-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 11px;
  line-height: 1.45;
  color: #475569;
}
.zc-mobile-pet-card-meta + .zc-mobile-pet-card-meta {
  margin-top: 4px;
}
.el-dialog.zc-cashier-selffill-mobile-dlg .el-dialog__body {
  padding-top: 8px;
}
.zc-cashier-member-hit {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
}
.zc-cashier-member-hit:hover {
  background: #fffbeb;
}
.zc-cashier-member-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.zc-cashier-wallet-card {
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  position: relative;
}
.zc-cashier-wallet-card.gray {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border: 1px solid #cbd5e1;
}
.zc-cashier-wallet-card.orange {
  background: linear-gradient(135deg, #ffedd5 0%, #fdba74 55%, #fb923c 100%);
  border: 1px solid #f97316;
  color: #431407;
}
.zc-cashier-wallet-card-selectable {
  cursor: pointer;
  transition: box-shadow 0.15s, transform 0.12s, border-color 0.15s;
}
.zc-cashier-wallet-card-member {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: inherit;
}
.zc-cashier-wallet-card-member.zc-cashier-wallet-card-selectable:hover {
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.zc-cashier-wallet-card-selectable.gray:hover,
.zc-cashier-wallet-card-selectable.orange:hover {
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.18);
}
.zc-cashier-wallet-card-selectable.is-selected {
  box-shadow: 0 0 0 2px #f59e0b, 0 8px 22px rgba(245, 158, 11, 0.28);
}
.zc-cashier-wallet-card-selectable.orange.is-selected {
  border-color: #ea580c;
}
.zc-cashier-wallet-card-selectable.gray.is-selected {
  border-color: #f59e0b;
}
.zc-cashier-card-subtabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.zc-cashier-card-subtabs .el-button {
  margin: 0 !important;
}
.zc-cashier-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #f1f5f9;
  background: #fafafa;
}
.zc-cashier-toolbar .el-input {
  flex: 1;
  min-width: 200px;
}
.zc-cashier-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
}
.zc-cashier-cart-table-wrap {
  flex: 1;
  min-height: 0;
  overflow: auto;
}
.zc-cashier-cart-table .cell-thumb {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  overflow: hidden;
}
.zc-cashier-cart-table .cell-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zc-cashier-buygift-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: #fffbeb;
  color: #d97706;
  cursor: pointer;
  flex-shrink: 0;
}

.zc-cashier-buygift-icon-btn:hover {
  background: #fef3c7;
  color: #b45309;
}

.zc-cashier-buygift-icon-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.zc-cashier-buygift-dlg-name {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.zc-cashier-buygift-dlg-meta {
  font-size: 13px;
  margin: 0 0 12px;
}

.zc-cashier-buygift-dlg-desc {
  margin-top: 8px;
}

.zc-cashier-cart-price-input {
  width: 72px;
}

.zc-cashier-cart-price-input .el-input__inner {
  text-align: center;
  padding: 0 6px;
}

.zc-cashier-line-clerk-select {
  width: 100%;
  min-width: 96px;
}
.zc-cashier-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-top: 1px solid #e8e8e8;
  background: #fafafa;
}
.zc-cashier-footer-sum {
  text-align: right;
}
.zc-cashier-footer-sum .due {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}
.zc-cashier-pick-layout {
  display: flex;
  gap: 14px;
  min-height: 420px;
}
.zc-cashier-pick-drawer-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.zc-cashier-pick-layout-drawer {
  display: flex;
  gap: 12px;
  flex: 1;
  min-height: 360px;
  max-height: calc(100vh - 132px);
}
.zc-cashier-pick-cat-accordion {
  width: 232px;
  flex-shrink: 0;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fafafa;
  align-self: stretch;
}
.zc-cashier-pick-cat-group {
  border-bottom: 1px solid #e8e8e8;
}
.zc-cashier-pick-cat-group:last-child {
  border-bottom: none;
}
.zc-cashier-pick-cat-lv1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  background: #f8fafc;
  user-select: none;
}
.zc-cashier-pick-cat-lv1:hover {
  background: #fffbeb;
}
.zc-cashier-pick-cat-lv1.on {
  background: linear-gradient(90deg, #fef9c3 0%, #fefce8 100%);
  color: #713f12;
}
.zc-cashier-pick-cat-lv2-wrap {
  background: #fff;
  padding: 4px 0 8px;
}
.zc-cashier-pick-cat-lv2-item {
  padding: 8px 12px 8px 22px;
  font-size: 12px;
  color: #475569;
  cursor: pointer;
}
.zc-cashier-pick-cat-lv2-item:hover {
  background: #fffbeb;
}
.zc-cashier-pick-cat-lv2-item.on {
  background: #fef3c7;
  font-weight: 600;
  color: #92400e;
}
.zc-cashier-pick-aside-single {
  width: 132px;
  flex-shrink: 0;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 8px;
  overflow-y: auto;
  background: #fafafa;
  align-self: stretch;
}
.zc-cashier-pick-main {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.el-drawer.zc-cashier-pick-drawer .zc-cashier-pick-grid {
  max-height: none;
  flex: 1;
  overflow-y: auto;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
}
.zc-cashier-pick-aside {
  width: 140px;
  flex-shrink: 0;
  border-right: 1px solid #eee;
  padding-right: 10px;
  max-height: 440px;
  overflow-y: auto;
}
.zc-cashier-pick-aside-item {
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 4px;
}
.zc-cashier-pick-aside-item:hover {
  background: #fffbeb;
}
.zc-cashier-pick-aside-item.on {
  background: #fef3c7;
  font-weight: 600;
  color: #92400e;
}
.zc-cashier-pick-grid {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 12px;
  align-content: start;
  max-height: 440px;
  overflow-y: auto;
}
.zc-cashier-pick-card {
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.zc-cashier-pick-card:hover {
  border-color: #fcd34d;
}
.zc-cashier-pick-card.selected {
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.35);
}
.zc-cashier-pick-card .pic {
  height: 72px;
  border-radius: 8px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 8px;
  overflow: hidden;
}
.zc-cashier-pick-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zc-cashier-pick-card .name {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zc-cashier-pick-card .sub {
  font-size: 12px;
  color: #64748b;
}
.zc-cashier-pick-card .price-row {
  margin-top: 8px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.zc-cashier-pick-tabs {
  margin-bottom: 12px;
}

/* 收银台 · 结账弹窗 */
.el-dialog.zc-cashier-settle-dlg .el-dialog__body {
  padding: 12px 20px 8px;
}
.zc-settle-pay-method {
  margin-bottom: 16px;
}
.zc-settle-pay-method-title {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 10px;
}
.zc-settle-pay-select {
  margin-bottom: 12px;
}
.zc-settle-pay-select .el-select {
  width: 100%;
}
.zc-settle-pay-method-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.zc-settle-pay-method-group .el-radio-button__inner {
  border-radius: 8px !important;
  padding-left: 18px;
  padding-right: 18px;
}
.zc-settle-meta {
  border: 1px solid #ebeef5;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 14px;
  background: #fafafa;
}
.zc-settle-meta-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 13px;
  padding: 4px 0;
}
.zc-settle-meta-row:first-child {
  padding-top: 0;
}
.zc-settle-meta-row:last-child {
  padding-bottom: 0;
}
.zc-settle-meta-label {
  flex-shrink: 0;
  width: 72px;
  color: #64748b;
}
.zc-settle-meta-val {
  color: #0f172a;
  font-weight: 500;
  word-break: break-all;
}
.zc-settle-wipe-row {
  border-bottom: 1px dashed #e5e7eb !important;
}
.zc-settle-wipe-row .el-checkbox {
  font-size: 13px;
}
.zc-settle-remark-block {
  margin-top: 14px;
}
.zc-settle-remark-block .zc-settle-pay-method-title {
  margin-bottom: 8px;
}
.zc-settle-mc-panel {
  border: 1px dashed #fdba74;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: #fffbeb;
}
.zc-settle-mc-title {
  font-weight: 700;
  font-size: 14px;
  color: #9a3412;
  margin-bottom: 10px;
}
.zc-settle-mc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 4px 0;
}
.zc-settle-mc-bal {
  font-size: 18px;
  color: #ea580c;
}
.zc-settle-mc-diff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  font-size: 13px;
  color: #9a3412;
}
.zc-settle-mc-diff strong {
  font-size: 17px;
  color: #c2410c;
}
.zc-settle-pay-split {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zc-settle-pay-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 6px 0;
}
.zc-settle-pay-line-label {
  flex-shrink: 0;
  min-width: 72px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
.zc-settle-amt-input {
  width: 200px !important;
  max-width: 100%;
}
.zc-settle-split-total {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.02em;
}
.zc-settle-gap-warn {
  color: #dc2626;
  font-weight: 600;
}
.zc-settle-mc-warn {
  margin: 10px 0 0;
  font-size: 12px;
  color: #b91c1c;
  font-weight: 600;
}
.zc-settle-summary {
  border: 1px solid #ebeef5;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fafafa;
}
.zc-settle-sum-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px dashed #e5e7eb;
}
.zc-settle-sum-row:last-of-type {
  border-bottom: none;
}
.zc-settle-sum-row.pay {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid #ebeef5;
  border-bottom: none;
  font-size: 14px;
}
.zc-settle-sum-due {
  font-size: 18px;
  color: #ea580c;
}
.zc-settle-sum-received {
  margin-top: 12px;
}
.zc-settle-received-input .el-input__inner {
  font-size: 20px;
  font-weight: 700;
  height: 44px;
}
.zc-settle-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.zc-settle-footer-order {
  font-size: 14px;
  color: #64748b;
}
.zc-settle-footer-order strong {
  font-size: 18px;
  color: #0f172a;
  margin-left: 6px;
}

@media (max-width: 1100px) {
  .zc-cashier-page .zc-cashier-layout {
    flex-direction: column;
  }
  .zc-cashier-sidebar {
    width: 100%;
  }
}
.gig-hall-cards { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.gig-card { border: 1px solid #ebeef5; border-radius: var(--zc-radius-lg); padding: 14px; background: #fff; }
/* 列表状态 Tab（全项目统一：胶囊黄底选中） */
.zc-foster-status-tabbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}
.zc-foster-status-btn {
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.zc-foster-status-btn:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.zc-foster-status-btn.active {
  border-color: var(--zc-orange);
  background: var(--zc-orange);
  color: #fff;
  font-weight: 600;
}
/* Element Tabs 用作列表筛选时，外观与胶囊 Tab 一致 */
.zc-list-status-el-tabs.el-tabs .el-tabs__header {
  margin: 12px 0 16px;
  border-bottom: none;
}
.zc-list-status-el-tabs.el-tabs .el-tabs__nav-wrap::after {
  display: none;
}
.zc-list-status-el-tabs.el-tabs .el-tabs__active-bar {
  display: none;
}
.zc-list-status-el-tabs.el-tabs .el-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: none;
}
.zc-list-status-el-tabs.el-tabs .el-tabs__item {
  height: auto;
  line-height: 1.4;
  padding: 6px 16px !important;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 13px;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.zc-list-status-el-tabs.el-tabs .el-tabs__item:hover {
  color: #475569;
  border-color: #cbd5e1;
  background: #f8fafc;
}
.zc-list-status-el-tabs.el-tabs .el-tabs__item.is-active,
.zc-list-status-el-tabs.el-tabs .el-tabs__item.is-active:hover,
.zc-list-status-el-tabs.el-tabs .el-tabs__item.is-active:focus {
  border-color: var(--zc-orange) !important;
  background: var(--zc-orange) !important;
  color: #fff !important;
  font-weight: 600;
}
.zc-gig-demand-table th { white-space: nowrap; font-size: 12px; }
.zc-gig-pet-photo-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.zc-gig-pet-photo-item {
  width: 88px; height: 88px; border-radius: 10px; border: 1px solid #e2e8f0;
  background: linear-gradient(145deg, #fff7ed, #ffedd5); display: flex; align-items: center;
  justify-content: center; font-size: 28px; position: relative; overflow: hidden;
}
.zc-gig-pet-photo-item span { font-size: 10px; position: absolute; bottom: 4px; left: 0; right: 0; text-align: center; color: #64748b; background: rgba(255,255,255,0.85); }
.zc-gig-pub-photo-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.zc-gig-pub-photo-thumb {
  width: 72px; height: 72px; border-radius: 8px; border: 1px dashed #fdba74;
  background: #fffbeb; display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: #9a3412; position: relative;
}
.zc-gig-pub-photo-thumb .el-icon-close { position: absolute; top: 2px; right: 4px; cursor: pointer; color: #94a3b8; }
.zc-gig-pay-hint { font-size: 12px; color: #64748b; line-height: 1.7; margin: 12px 0 0; text-align: left; }
.zc-gig-desc-section-title {
  font-size: 14px; font-weight: 600; color: #0f172a; margin: 20px 0 10px; padding-left: 8px;
  border-left: 3px solid #ea580c;
}
.zc-gig-desc-section-title:first-child { margin-top: 0; }
.zc-gig-demand-desc .el-descriptions-item__label { width: 120px; background: #f8fafc !important; color: #64748b; font-weight: 500; }
.zc-gig-demand-desc .el-descriptions-item__content { color: #0f172a; }
.zc-gig-stylist-pick-desc .el-descriptions-item__content { line-height: 1.8; }
.zc-gig-demand-actions { margin-top: 20px; padding-top: 16px; border-top: 1px solid #e2e8f0; display: flex; flex-wrap: wrap; gap: 8px; }
.zc-gig-pay-qr-mock { text-align: center; padding: 28px 16px; background: #f8fafc; border-radius: 8px; font-size: 13px; color: #64748b; line-height: 1.8; border: 1px solid #e2e8f0; }
.zc-gig-sub-dialog .el-dialog__body { padding-top: 12px; }
.zc-gig-stylist-pick-list { display: flex; flex-direction: column; gap: 10px; }
.zc-gig-stylist-card {
  display: flex; align-items: center; gap: 12px; padding: 12px;
  border: 1px solid #e2e8f0; border-radius: 10px; background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.zc-gig-stylist-card.is-selected { border-color: #f5c400; background: #fffbeb; box-shadow: 0 0 0 1px #fde68a; }
.zc-gig-stylist-card--assigned { cursor: pointer; }
.zc-gig-stylist-card--assigned:hover { border-color: #fdba74; background: #fff7ed; }
.zc-gig-stylist-avatar {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(145deg, #fff7ed, #ffedd5); border: 2px solid #fed7aa;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.zc-gig-stylist-card-main { flex: 1; min-width: 0; }
.zc-gig-stylist-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 4px; }
.zc-gig-stylist-name-link {
  border: none; background: none; padding: 0; font-size: 15px; font-weight: 600; color: #ea580c;
  cursor: pointer; text-align: left;
}
.zc-gig-stylist-name-link:hover { text-decoration: underline; color: #c2410c; }
.zc-gig-stylist-profile-dialog .el-dialog__body { padding-top: 8px; max-height: 70vh; overflow-y: auto; }
.zc-gig-stylist-profile-hero {
  display: flex; align-items: center; gap: 16px; padding: 16px; margin-bottom: 12px;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 60%); border: 1px solid #fed7aa; border-radius: 12px;
}
.zc-gig-stylist-profile-avatar {
  width: 72px; height: 72px; border-radius: 50%; font-size: 36px;
  background: #fff; border: 3px solid #fdba74;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.zc-gig-stylist-profile-name { font-size: 20px; font-weight: 700; color: #0f172a; }
.zc-gig-stylist-profile-tabs { margin-top: 4px; }
.zc-gig-portfolio-collapse { border: none; }
.zc-gig-portfolio-title { font-weight: 600; color: #0f172a; }
.zc-gig-portfolio-photos { display: flex; flex-direction: column; gap: 10px; padding: 4px 0; }
.zc-gig-portfolio-photo-item {
  display: flex; gap: 12px; padding: 10px; border: 1px solid #e2e8f0; border-radius: 8px; background: #f8fafc;
}
.zc-gig-portfolio-photo-thumb {
  width: 64px; height: 64px; border-radius: 8px; background: #fff; border: 1px dashed #cbd5e1;
  display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0;
}
.zc-gig-portfolio-photo-name { font-size: 13px; font-weight: 600; color: #334155; margin-bottom: 4px; }
.zc-gig-stylist-review-list { display: flex; flex-direction: column; gap: 12px; }
.zc-gig-stylist-review-item { margin: 0; }
.zc-gig-invite-dialog .el-dialog__body { padding-top: 8px; max-height: 72vh; overflow: hidden; display: flex; flex-direction: column; }
.zc-gig-invite-dialog-inner { display: flex; flex-direction: column; min-height: 0; flex: 1; }
.zc-gig-invite-toolbar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 12px; flex-shrink: 0;
}
.zc-gig-invite-list {
  flex: 1; min-height: 0; max-height: 52vh; overflow-y: auto;
  display: flex; flex-direction: column; gap: 10px; padding-right: 4px;
}
.zc-gig-invite-item {
  display: flex; align-items: flex-start; gap: 12px; padding: 12px;
  border: 1px solid #e2e8f0; border-radius: 10px; background: #fff;
  cursor: pointer; transition: border-color 0.15s, background 0.15s;
}
.zc-gig-invite-item.is-selected { border-color: #f5c400; background: #fffbeb; box-shadow: 0 0 0 1px #fde68a; }
.zc-gig-invite-item.is-sent { opacity: 0.72; cursor: default; background: #f8fafc; }
.zc-gig-invite-item .el-checkbox { margin-top: 28px; flex-shrink: 0; }
.zc-gig-invite-photo {
  width: 88px; height: 110px; flex-shrink: 0; border-radius: 8px;
  background: linear-gradient(160deg, #fff7ed 0%, #ffedd5 45%, #fed7aa 100%);
  border: 1px solid #fdba74; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px; overflow: hidden;
}
.zc-gig-invite-photo-emoji { font-size: 36px; line-height: 1; }
.zc-gig-invite-photo-label { font-size: 10px; color: #9a3412; letter-spacing: 0.05em; }
.zc-gig-invite-main { flex: 1; min-width: 0; }
.zc-gig-invite-head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.zc-gig-invite-name { font-size: 16px; font-weight: 700; color: #0f172a; }
.zc-gig-invite-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-bottom: 8px;
}
.zc-gig-invite-meta .el-rate { height: auto; line-height: 1; }
.zc-gig-invite-bio { font-size: 12px; line-height: 1.6; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.zc-gig-invite-skills { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.zc-gig-invite-skills-label { font-size: 12px; color: #64748b; margin-right: 2px; }
.zc-gig-stylist-page .zc-gig-stylist-toolbar { margin-top: 12px; }
.zc-gig-stylist-filter-label { font-size: 13px; color: #606266; margin-right: 4px; }
.zc-gig-stylist-table-wrap { overflow-x: auto; }
.zc-gig-stylist-table { min-width: 1200px; }
.zc-gig-stylist-oid { font-size: 12px; color: #64748b; max-width: 200px; word-break: break-all; }
.zc-gig-stylist-actions { white-space: nowrap; }
.zc-gig-stylist-actions .el-button + .el-button { margin-left: 4px; }
.zc-gig-stylist-auth-drawer .el-drawer__body { padding: 0; display: flex; flex-direction: column; overflow: hidden; }
.zc-gig-stylist-auth-drawer-body { flex: 1; min-height: 0; overflow-y: auto; padding: 0 20px 16px; }
.zc-gig-stylist-auth-desc .el-descriptions-item__label { width: 108px; background: #f8fafc !important; color: #64748b; font-weight: 500; }
.zc-gig-stylist-auth-desc .zc-gig-stylist-oid { font-size: 12px; color: #334155; word-break: break-all; line-height: 1.5; }
.zc-gig-stylist-auth-materials-title {
  margin: 16px 0 10px; font-size: 14px; font-weight: 600; color: #0f172a;
  padding-left: 10px; border-left: 3px solid #ea580c;
}
.zc-gig-stylist-auth-materials {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.zc-gig-stylist-auth-material-item--wide { grid-column: 1 / -1; }
.zc-gig-stylist-auth-material-label { font-size: 12px; color: #64748b; margin-bottom: 6px; }
.zc-gig-stylist-auth-material-thumb {
  height: 120px; border-radius: 8px; border: 1px dashed #cbd5e1; background: #f8fafc;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; font-size: 28px; color: #94a3b8;
}
.zc-gig-stylist-auth-material-thumb span { font-size: 11px; color: #64748b; max-width: 90%; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zc-gig-stylist-auth-cert-row { display: flex; flex-wrap: wrap; gap: 10px; }
.zc-gig-stylist-auth-cert-row .zc-gig-stylist-auth-material-thumb { width: 140px; height: 100px; }
.zc-gig-stylist-auth-extra-tabs { margin-top: 16px; }
.zc-gig-portfolio-table th { white-space: nowrap; font-size: 12px; }
.zc-gig-portfolio-actions { white-space: nowrap; }
.zc-gig-portfolio-actions .el-button + .el-button { margin-left: 4px; }
.zc-gig-portfolio-photos-dialog .el-dialog__body { padding-top: 8px; max-height: 70vh; overflow-y: auto; }
.zc-gig-portfolio-photos-list { display: flex; flex-direction: column; gap: 12px; }
.zc-gig-portfolio-photo-item {
  display: flex; gap: 12px; padding: 12px;
  border: 1px solid #e2e8f0; border-radius: 10px; background: #f8fafc;
}
.zc-gig-portfolio-photo-thumb {
  width: 72px; height: 72px; border-radius: 8px; flex-shrink: 0;
  background: #fff; border: 1px dashed #cbd5e1;
  display: flex; align-items: center; justify-content: center; font-size: 28px;
}
.zc-gig-portfolio-photo-meta { flex: 1; min-width: 0; }
.zc-gig-portfolio-photo-name { font-size: 13px; font-weight: 600; color: #334155; margin-bottom: 6px; }
.zc-gig-review-record-table th { white-space: nowrap; font-size: 12px; }
.zc-gig-review-record-table { min-width: 1280px; }
.zc-gig-review-order-no { font-size: 12px; word-break: break-all; max-width: 200px; }
.zc-gig-review-star-text { font-size: 13px; color: #ea580c; font-weight: 600; margin-right: 2px; }
.zc-gig-review-record-actions { white-space: nowrap; }
.zc-gig-review-record-actions .el-button + .el-button { margin-left: 4px; }
.zc-gig-review-images-dialog .el-dialog__body { padding-top: 8px; max-height: 65vh; overflow-y: auto; }
.zc-gig-review-images-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.zc-gig-review-image-item {
  width: 120px; padding: 10px; border: 1px solid #e2e8f0; border-radius: 8px;
  background: #f8fafc; text-align: center; font-size: 11px; color: #64748b;
}
.zc-gig-review-image-thumb {
  width: 80px; height: 80px; margin: 0 auto 6px; border-radius: 6px;
  background: #fff; border: 1px dashed #cbd5e1;
  display: flex; align-items: center; justify-content: center; font-size: 28px;
}
.zc-shop-info-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.zc-shop-info-head .zc-shop-info-head-actions { display: flex; gap: 8px; flex-shrink: 0; }
.zc-shop-info-store-select { width: 200px; }
.zc-shop-clerk-search-row { flex-wrap: wrap; gap: 10px; }
.zc-rich-html-editor .zc-rich-html-preview img { max-width: 100%; border-radius: 8px; }
.zc-user-cat-cover-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  display: block;
  margin: 0 auto;
}
.zc-wx-register-detail-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.zc-plat-resume-cert-list { display: flex; flex-direction: column; gap: 12px; }
.zc-plat-resume-cert-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px; border: 1px solid #e2e8f0; border-radius: 10px; background: #f8fafc;
}
.zc-plat-resume-cert-preview {
  flex: 0 0 120px; width: 120px; height: 84px; border-radius: 8px; overflow: hidden;
  border: 1px solid #dbeafe; background: #fff; display: block;
}
.zc-plat-resume-cert-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zc-plat-resume-cert-file {
  width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #64748b; font-size: 12px; gap: 6px;
}
.zc-plat-resume-cert-file .el-icon-document { font-size: 28px; color: #3b82f6; }
.zc-plat-resume-cert-meta { flex: 1; min-width: 0; }
.zc-plat-resume-cert-name { font-size: 14px; font-weight: 600; color: #0f172a; margin-bottom: 4px; }
.zc-plat-resume-exp-list { display: flex; flex-direction: column; gap: 10px; }
.zc-plat-resume-exp-item {
  padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff;
}
.zc-plat-resume-exp-head {
  display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; margin-bottom: 8px;
  font-size: 13px; color: #334155;
}
.zc-plat-resume-exp-period { color: #2563eb; font-weight: 600; }
.zc-plat-resume-exp-company { font-weight: 600; color: #0f172a; }
.zc-plat-resume-exp-title { color: #64748b; }
.zc-plat-resume-exp-content { font-size: 13px; line-height: 1.65; color: #475569; }
.zc-plat-resume-self-intro {
  padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 10px; background: #f8fafc;
  font-size: 13px; line-height: 1.7; color: #334155;
}
.zc-plat-resume-detail-dlg .el-dialog__body { max-height: 72vh; overflow-y: auto; }

.zc-shop-recruit-benefit-bar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px;
  margin-top: 12px; padding: 14px 16px; border-radius: 12px;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%); border: 1px solid #fed7aa;
}
.zc-shop-recruit-benefit-stat { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.zc-shop-recruit-benefit-stat .lbl { font-size: 12px; color: #64748b; }
.zc-shop-recruit-benefit-stat .val { font-size: 22px; font-weight: 800; color: #ea580c; }
.zc-shop-recruit-talent-list { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.zc-shop-recruit-talent-card {
  display: flex; gap: 14px; align-items: stretch; padding: 16px;
  border: 1px solid #e2e8f0; border-radius: 14px; background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.zc-shop-recruit-talent-avatar {
  width: 64px; height: 64px; border-radius: 12px; object-fit: cover; flex: 0 0 64px; border: 1px solid #e2e8f0;
}
.zc-shop-recruit-talent-main { flex: 1; min-width: 0; }
.zc-shop-recruit-talent-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.zc-shop-recruit-talent-head .name { font-size: 16px; font-weight: 700; color: #0f172a; margin-right: 8px; }
.zc-shop-recruit-talent-head .meta { font-size: 12px; color: #64748b; }
.zc-shop-recruit-talent-tags { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 10px; }
.zc-shop-recruit-talent-skills { margin-top: 8px; font-size: 13px; color: #334155; }
.zc-shop-recruit-talent-intro {
  margin-top: 6px; font-size: 12px; color: #64748b; line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.zc-shop-recruit-talent-actions { flex: 0 0 148px; min-width: 148px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; }
.zc-shop-recruit-talent-updated { font-size: 12px; margin-bottom: 8px; white-space: nowrap; line-height: 1.4; }
.zc-shop-recruit-benefit-pkg-list { display: flex; flex-direction: column; gap: 10px; }
.zc-shop-recruit-benefit-pkg-item {
  display: flex; align-items: center; gap: 12px; padding: 12px 14px;
  border: 1px solid #e2e8f0; border-radius: 10px; cursor: pointer; background: #fff;
}
.zc-shop-recruit-benefit-pkg-item.active { border-color: #f59e0b; background: #fffbeb; }
.zc-shop-recruit-benefit-pkg-item input { flex: 0 0 auto; }
.zc-shop-recruit-benefit-pkg-item .pkg-main { flex: 1; min-width: 0; }
.zc-shop-recruit-benefit-pkg-item .pkg-name { font-size: 15px; font-weight: 600; color: #0f172a; }
.zc-shop-recruit-benefit-pkg-item .pkg-meta { font-size: 12px; margin-top: 4px; }
.zc-shop-recruit-benefit-pkg-item .pkg-price { font-size: 18px; font-weight: 700; color: #ea580c; white-space: nowrap; }
.zc-shop-recruit-unlock-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #fde68a;
  background: linear-gradient(90deg, #fffbeb 0%, #fff7ed 100%);
}
.zc-shop-recruit-unlock-banner-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #92400e;
  line-height: 1.5;
}
.zc-shop-recruit-unlock-banner-text strong { font-size: 13px; color: #b45309; }

.zc-wx-register-detail-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e2e8f0;
}
.zc-usr-demand-hall-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 20px;
}
.zc-usr-demand-hall-stat {
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #fed7aa;
  background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
}
.zc-usr-demand-hall-stat strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  color: #ea580c;
}
.zc-usr-demand-hall-stat span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #64748b;
}
.zc-usr-demand-hall-actions {
  padding-top: 4px;
}
.zc-grab-hall-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
}
.zc-grab-hall-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.zc-grab-hall-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px dashed #e2e8f0;
  background: #fafafa;
}
.zc-grab-hall-card-amount {
  font-size: 18px;
  font-weight: 700;
  color: #ea580c;
  white-space: nowrap;
}
.zc-grab-hall-card-body {
  padding: 12px 14px;
  flex: 1;
}
.zc-grab-hall-card-line {
  display: flex;
  gap: 10px;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 8px;
}
.zc-grab-hall-card-line:last-child {
  margin-bottom: 0;
}
.zc-grab-hall-card-line .label {
  flex: 0 0 68px;
  color: #64748b;
}
.zc-grab-hall-addr {
  word-break: break-all;
}
.zc-grab-hall-card-foot {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 10px 14px 14px;
  border-top: 1px solid #f1f5f9;
}
.zc-usr-svc-wait-tip {
  margin: 12px 0 0;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #c2410c;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
}
.zc-usr-svc-record-block {
  padding: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.zc-usr-svc-record-label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
}
.zc-usr-svc-record-upload-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.zc-usr-svc-record-step-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.zc-usr-svc-record-step-no {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: #fff7ed;
  color: #ea580c;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}
.zc-usr-svc-record-step-row .el-textarea { flex: 1; }
.zc-usr-svc-record-img-item { flex-wrap: wrap; gap: 4px; }
.zc-usr-svc-record-step-read {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #475569;
}
.zc-shop-fund-flow-amt-in { color: #16a34a; font-weight: 600; }
.zc-shop-fund-flow-amt-out { color: #dc2626; font-weight: 600; }
.zc-shop-fund-flow-table { min-width: 980px; }
.zc-shop-info-desc { margin-top: 16px; }
.zc-shop-info-logo { max-height: 72px; max-width: 120px; object-fit: contain; border-radius: 8px; border: 1px solid #e2e8f0; }
.zc-shop-info-agreement-block { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e2e8f0; }
.zc-shop-info-agreement-links .el-button { margin-right: 16px; padding-left: 0; }
.zc-shop-info-facility-checks .el-checkbox { display: block; margin: 0 0 10px; }
.zc-agreement-preview-body { max-height: 60vh; overflow-y: auto; padding: 4px 8px; font-size: 14px; line-height: 1.65; color: #334155; }
.zc-agreement-preview-body h3 { margin: 0 0 12px; font-size: 16px; color: #1e293b; }
.zc-agreement-preview-body p { margin: 0 0 10px; }
.zc-gig-agreement-inner-tabs { margin-top: 8px; }
.zc-shop-info-review-block { margin-top: 28px; padding-top: 20px; border-top: 1px solid #e2e8f0; }
.zc-shop-info-review-tabs { margin-top: 4px; }
.zc-shop-info-review-tabs .list-meta { margin: 12px 0 8px; }
.zc-shop-info-review-tabs .el-tabs__header { margin-bottom: 0; }
.zc-shop-info-review-title { font-size: 15px; font-weight: 600; color: #1e293b; }
.zc-shop-info-review-table { min-width: 900px; }

.zc-store-detail-dlg .el-dialog__body { max-height: calc(100vh - 180px); overflow-y: auto; padding-top: 12px; }
.zc-store-detail-tabs { box-shadow: none; }
.zc-store-detail-fund-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e2e8f0;
}
.zc-store-detail-fund-actions-tip { font-size: 12px; line-height: 1.5; }
.zc-store-detail-fund-summary { display: flex; gap: 12px; margin: 4px 0 16px; }
.zc-store-detail-fund-card {
  flex: 1;
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}
.zc-store-detail-fund-card--deposit { background: linear-gradient(135deg, #fff7ed, #ffedd5); border-color: #fed7aa; }
.zc-store-detail-fund-card--fund { background: linear-gradient(135deg, #eff6ff, #dbeafe); border-color: #bfdbfe; }
.zc-store-detail-fund-card--frozen { background: linear-gradient(135deg, #f5f3ff, #ede9fe); border-color: #ddd6fe; }
.zc-store-detail-fund-lbl { font-size: 12px; color: #64748b; margin-bottom: 6px; }
.zc-store-detail-fund-val { font-size: 20px; font-weight: 600; color: #0f172a; }
.zc-store-detail-fund-card--deposit .zc-store-detail-fund-val { color: #ea580c; }
.zc-store-detail-fund-card--fund .zc-store-detail-fund-val { color: #2563eb; }
.zc-store-detail-fund-card--frozen .zc-store-detail-fund-val { color: #7c3aed; }
.zc-store-detail-fund-tabs { margin-top: 4px; }

.zc-comm-rules-page .page-desc { max-width: 720px; }
.zc-comm-rules-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.zc-comm-rules-store-tip { font-size: 12px; }
.zc-comm-rules-split { display: flex; gap: 16px; align-items: flex-start; min-height: 420px; }
.zc-comm-rules-jobs {
  width: 220px;
  flex-shrink: 0;
  padding: 14px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.zc-comm-rules-job-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 8px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color .15s, box-shadow .15s;
}
.zc-comm-rules-job-btn:hover { border-color: #fdba74; }
.zc-comm-rules-job-btn.is-active {
  border-color: #ea580c;
  background: #fff7ed;
  box-shadow: 0 0 0 1px rgba(234, 88, 12, 0.15);
}
.zc-comm-rules-job-name { font-size: 14px; font-weight: 600; color: #0f172a; }
.zc-comm-rules-job-meta { font-size: 11px; margin-top: 2px; }
.zc-comm-rules-jobs-empty,
.zc-comm-rules-form-empty,
.zc-comm-rules-empty { padding: 48px 24px; text-align: center; font-size: 13px; }
.zc-comm-rules-form-wrap {
  flex: 1;
  min-width: 0;
  padding: 4px 4px 8px;
}
.zc-comm-rules-form-hd {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fed7aa;
}
.zc-comm-rules-guide {
  margin-bottom: 16px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  max-width: 680px;
}
.zc-comm-rules-guide--compact { max-width: none; margin-bottom: 12px; }
.zc-comm-rules-guide-title {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
}
.zc-comm-rules-guide-list {
  margin: 0;
  padding-left: 18px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.75;
}
.zc-comm-rules-guide-list li { margin-bottom: 2px; }
.zc-comm-rules-guide-list strong { color: #475569; font-weight: 600; }
.zc-comm-rules-field-hint {
  margin-top: 8px;
  max-width: 560px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.7;
}
.zc-comm-rules-field-hint strong { color: #475569; font-weight: 600; }
.zc-comm-rules-form { max-width: 680px; }
.zc-comm-rules-card-block { display: flex; flex-direction: column; gap: 10px; }
.zc-comm-rules-card-row { display: flex; align-items: center; gap: 12px; }
.zc-comm-rules-card-lbl { width: 72px; color: #64748b; font-size: 13px; flex-shrink: 0; }
.zc-comm-rules-pct-input { width: 180px; }
.zc-comm-rules-pct-input--inline { width: 120px; }
.zc-comm-rules-pct-input .el-input-group__append { padding: 0 12px; background: #f8fafc; color: #64748b; }
.zc-comm-rules-detail-tip { font-size: 12px; margin-left: 10px; }
.zc-comm-rules-detail-drawer .zc-drawer-body-shell { padding: 0 4px 12px; }
.zc-comm-rules-detail-job-tip { font-size: 12px; margin: 0 0 12px; line-height: 1.6; }
.zc-comm-rules-detail-tabs { margin-bottom: 12px; }
.zc-comm-rules-detail-split {
  display: flex;
  gap: 16px;
  align-items: stretch;
  min-height: 480px;
}
.zc-comm-rules-detail-aside {
  width: 240px;
  flex-shrink: 0;
  padding: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: auto;
  max-height: calc(100vh - 220px);
}
.zc-comm-rules-detail-lv1-list { margin-bottom: 4px; }
.zc-comm-rules-detail-lv2-block {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}
.zc-comm-rules-detail-lv2-title { margin-bottom: 8px; font-size: 12px; }
.zc-comm-rules-detail-cat-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 6px;
  padding: 9px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 13px;
  color: #0f172a;
  transition: border-color .15s, background .15s;
}
.zc-comm-rules-detail-cat-btn:hover { border-color: #fdba74; }
.zc-comm-rules-detail-cat-btn.is-active {
  border-color: #ea580c;
  background: #fff7ed;
  box-shadow: 0 0 0 1px rgba(234, 88, 12, 0.12);
}
.zc-comm-rules-detail-cat-btn--lv2 {
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  padding: 8px 10px;
}
.zc-comm-rules-detail-cat-name { font-size: 13px; font-weight: 600; color: #0f172a; line-height: 1.4; }
.zc-comm-rules-detail-cat-sub { font-size: 11px; color: #94a3b8; margin-top: 2px; line-height: 1.4; }
.zc-comm-rules-detail-cat-tag {
  font-size: 11px;
  color: #ea580c;
  background: #ffedd5;
  border-radius: 999px;
  padding: 1px 6px;
  margin-left: 6px;
  flex-shrink: 0;
}
.zc-comm-rules-detail-cat-empty { font-size: 12px; padding: 8px 4px; line-height: 1.6; }
.zc-comm-rules-detail-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.zc-comm-rules-detail-main-hd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fed7aa;
}
.zc-comm-rules-detail-main-title { font-size: 15px; font-weight: 600; color: #0f172a; }
.zc-comm-rules-detail-main-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  min-height: 320px;
}
.zc-comm-rules-detail-batch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px 14px;
  background: #fff7ed;
  border: 1px dashed #fed7aa;
  border-radius: 10px;
}
.zc-comm-rules-detail-batch-lbl { font-size: 13px; color: #64748b; flex-shrink: 0; }
.zc-comm-rules-detail-batch-hint { font-size: 12px; color: #94a3b8; flex: 1; min-width: 180px; line-height: 1.5; }
.zc-comm-rules-detail-table-wrap { flex: 1; max-height: calc(100vh - 340px); overflow: auto; }
.zc-comm-rules-detail-svc-table { min-width: 860px; }
.zc-comm-rules-detail-svc-thumb {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  display: block;
  font-size: 22px;
}
.zc-comm-rules-detail-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed #e2e8f0;
}

.zc-shop-commission-flow-page .zc-shop-commission-flow-search-row { flex-wrap: wrap; gap: 8px; }
.zc-shop-commission-flow-table { min-width: 1280px; }
.zc-shop-commission-flow-amt { color: #ea580c; font-weight: 600; }
.zc-shop-commission-flow-detail-dlg .el-dialog__body { max-height: calc(100vh - 180px); overflow-y: auto; }
.zc-shop-commission-flow-detail-tabs { box-shadow: none; }
.zc-shop-commission-flow-detail-items-hd {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 4px 0 10px;
}
.zc-gig-dispute-table { min-width: 1380px; }
.zc-gig-dispute-table th { white-space: nowrap; font-size: 12px; }
.zc-gig-dispute-parties { font-size: 13px; line-height: 1.55; }
.zc-gig-dispute-party-lbl { display: inline-block; width: 52px; color: #64748b; font-size: 12px; }
.zc-gig-dispute-actions { white-space: nowrap; }
.zc-gig-dispute-actions .el-button + .el-button { margin-left: 4px; }
.zc-gig-dispute-detail-dialog .el-dialog__body { padding-top: 8px; max-height: 70vh; overflow-y: auto; }
.zc-gig-dispute-detail-section { margin-bottom: 18px; }
.zc-gig-dispute-detail-section:last-child { margin-bottom: 0; }
.zc-gig-dispute-detail-hd { font-size: 14px; font-weight: 600; color: #1e293b; margin-bottom: 10px; padding-left: 8px; border-left: 3px solid #f97316; }
.zc-gig-platform-order-table { min-width: 1680px; }
.zc-gig-platform-order-table th { white-space: nowrap; font-size: 12px; }
.zc-gig-fee-amt { font-size: 15px; font-weight: 700; color: #ea580c; }
.zc-gig-fee-amt--stylist { color: #16a34a; }
.zc-gig-platform-fee-desc .el-descriptions-item__label { width: 128px; }
.zc-gig-stylist-card--readonly { cursor: default; }
.zc-gig-commission-flow-table { min-width: 1200px; }
.zc-gig-commission-flow-table th { white-space: nowrap; font-size: 12px; }
.zc-gig-commission-flow-amt { color: #16a34a; font-weight: 600; }
.zc-gig-commission-flow-remark { font-size: 12px; color: #475569; line-height: 1.45; max-width: 360px; }
.zc-gig-commission-flow-actions { white-space: nowrap; }
.zc-gig-commission-flow-actions .el-button + .el-button { margin-left: 4px; }
.zc-gig-commission-flow-detail-dialog .el-dialog__body { padding-top: 8px; max-height: 70vh; overflow-y: auto; }
.zc-gig-commission-flow-table { min-width: 1320px; }
.zc-gig-person-info-cell { font-size: 13px; line-height: 1.55; }
.zc-gig-bank-info-cell { font-size: 13px; line-height: 1.55; }
.zc-gig-withdraw-audit-table { min-width: 1400px; }
.zc-gig-withdraw-audit-table th { white-space: nowrap; font-size: 12px; }
.zc-gig-withdraw-audit-amt { color: #ea580c; font-weight: 600; }
.zc-gig-withdraw-audit-info-cell { font-size: 12px; line-height: 1.5; }
.zc-gig-withdraw-audit-actions { white-space: nowrap; }
.zc-gig-withdraw-audit-actions .el-button + .el-button { margin-left: 4px; }
.zc-gig-withdraw-audit-detail-dialog .el-dialog__body { padding-top: 8px; max-height: 70vh; overflow-y: auto; }
.chart-mock { height: 240px; background: linear-gradient(180deg, #fff7ed 0%, #fff 55%); border: 1px dashed #fdba74; border-radius: 12px;
  display: flex; align-items: flex-end; justify-content: space-around; padding: 16px; gap: 8px; }
.chart-bar { flex: 1; background: linear-gradient(180deg, #fb923c, #ea580c); border-radius: 8px 8px 0 0; opacity: 0.85; min-height: 40px; }
.form-grid { display: grid; gap: 12px 24px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.el-dialog { border-radius: var(--zc-radius-xl) !important; }
.el-dialog__header { background: linear-gradient(90deg, #fff7ed, #fff); border-bottom: 1px solid #ffedd5; }
.el-card, .el-input__inner, .el-button { border-radius: var(--zc-radius-md) !important; }
.el-pagination { margin-top: 14px; text-align: right; }
.muted { color: #94a3b8; font-size: 13px; }

/* 多页：入口 iframe 与子页 */
body.zc-iframe-body {
  margin: 0;
  background: transparent;
  min-height: auto;
}
.zc-shell-main {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.zc-main-iframe {
  flex: 1 1 auto;
  width: 100%;
  min-height: 400px;
  height: 100%;
  border: none;
  border-radius: var(--zc-radius-xl);
  background: #fff;
  box-shadow: 0 8px 40px rgba(15, 23, 42, 0.05);
}
.zc-embed {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.zc-embed > .main-area {
  flex: 1;
  min-width: 0;
}

.zc-staff-split {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin-top: 8px;
}
.zc-staff-aside {
  width: 260px;
  flex-shrink: 0;
  padding: 16px;
  background: #fafaf9;
  border: 1px solid #ffedd5;
  border-radius: 12px;
}
.zc-aside-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
  color: #334155;
}
.zc-staff-main {
  flex: 1;
  min-width: 0;
}

.zc-staff-tree {
  max-height: 420px;
  overflow: auto;
}
.zc-staff-chain {
  margin-bottom: 14px;
}
.zc-staff-chain:last-child {
  margin-bottom: 0;
}
.zc-staff-chain-name {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  padding-left: 2px;
}
.zc-staff-store-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  margin-bottom: 6px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.zc-staff-store-btn:hover {
  border-color: #fdba74;
  background: #fff7ed;
  color: #c2410c;
}
.zc-staff-store-btn.is-active {
  border-color: #f97316;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #c2410c;
  font-weight: 600;
}

.zc-store-logo-upload-wrap .el-upload,
.zc-store-logo-upload-wrap .el-upload-dragger {
  width: 100%;
}
.zc-store-logo-upload .el-upload-dragger {
  padding: 24px 16px;
}

/* 会员卡模板 · 优惠范围（新增/编辑弹窗） */
.zc-gen-dlg.zc-member-card-tpl-dlg .zc-gen-form-inner .el-form-item.zc-form-item-full,
.el-drawer.zc-gen-drawer-shell.zc-member-card-tpl-dlg .zc-gen-form-inner .el-form-item.zc-form-item-full {
  display: block;
}
.zc-gen-dlg.zc-member-card-tpl-dlg .zc-gen-form-inner .el-form-item.zc-form-item-full .el-form-item__content,
.el-drawer.zc-gen-drawer-shell.zc-member-card-tpl-dlg .zc-gen-form-inner .el-form-item.zc-form-item-full .el-form-item__content {
  width: 100%;
  max-width: 100%;
}
.zc-member-card-benefit-scope {
  border: 1px solid #ebeef5;
  border-radius: 10px;
  padding: 14px 14px 10px;
  background: #fafbfc;
  width: 100%;
  box-sizing: border-box;
}
.zc-mcbs-tip {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.55;
  color: #64748b;
}
.zc-mcbs-block {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.zc-mcbs-block:last-child {
  margin-bottom: 0;
}
.zc-mcbs-label {
  flex-shrink: 0;
  width: 44px;
  font-weight: 600;
  font-size: 13px;
  color: #334155;
  padding-top: 4px;
}
.zc-mcbs-body {
  flex: 1;
  min-width: 0;
}
.zc-mcbs-body .el-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}
.zc-mcbs-body .el-radio {
  margin-right: 0;
}
.zc-mcbs-sub {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}
.zc-mcbs-pick {
  margin-top: 10px;
  width: 100%;
}

.zc-mc-gift-goods {
  width: 100%;
}
.zc-mc-gift-goods .el-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.zc-mc-gift-count-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 12px;
}
.zc-mc-gift-count-lab {
  font-size: 13px;
  color: #334155;
}
.zc-mc-gift-spec-wrap {
  margin-top: 12px;
}
.zc-mc-gift-pick-toolbar {
  margin: 0 0 10px;
}
.zc-mc-gift-group {
  margin: 12px 0;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fafafa;
}
.zc-mc-gift-group--readonly {
  background: #fff;
}
.zc-mc-gift-group-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
}
.zc-mc-gift-group-title {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-right: auto;
}
.zc-mc-gift-table {
  width: 100%;
  margin-top: 8px;
}
.zc-mc-gift-coupons {
  width: 100%;
}
.zc-mc-gift-coupon-table {
  width: 100%;
  margin-top: 8px;
}
.zc-mc-gift-open-block {
  margin-top: 4px;
}
.zc-mc-gift-open-tip {
  font-size: 12px;
  line-height: 1.55;
  margin: 0 0 8px;
}
.zc-mc-gift-open-progress {
  font-size: 13px;
  margin: 0 0 12px;
}
.zc-mc-gift-open-progress.is-warn strong {
  color: #ea580c;
}

/* 通用表单 · 右侧抽屉壳（与 el-dialog 共用表单结构） */
.el-drawer.zc-gen-drawer-shell .el-drawer__header {
  margin-bottom: 0;
  padding: 16px 20px 12px;
}
.el-drawer.zc-gen-drawer-shell .el-drawer__body {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.el-drawer.zc-gen-drawer-shell .zc-gen-form-inner {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 20px 16px;
}
.el-drawer.zc-gen-drawer-shell .zc-gen-drawer-footer {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-top: 1px solid #ebeef5;
  background: #fff;
}

/* 新增会员 · 多行网格（表单单项内标签+控件一行；整表多行） */
.zc-gen-dlg.zc-member-dlg .zc-gen-form-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 0;
  align-items: start;
}
.zc-gen-dlg.zc-member-dlg .zc-gen-form-inner .el-form-item {
  margin-bottom: 12px;
}
.zc-gen-dlg.zc-member-dlg .zc-gen-form-inner .el-form-item__label {
  white-space: nowrap;
}
.zc-gen-dlg.zc-member-dlg .zc-gen-form-inner .el-form-item.zc-form-item-full .el-form-item__content {
  min-width: 0;
}
.zc-gen-dlg.zc-member-dlg .zc-gen-form-inner .el-form-item.zc-form-item-full {
  grid-column: 1 / -1;
}
.zc-gen-dlg.zc-member-dlg .zc-gen-form-inner .el-input__inner {
  overflow: hidden;
  text-overflow: ellipsis;
}
.zc-gen-dlg.zc-member-dlg .zc-gen-form-inner .el-select {
  width: 100%;
}
.zc-gen-dlg.zc-member-dlg .zc-gen-form-inner .el-date-editor.el-input {
  width: 100% !important;
}
.zc-gen-dlg.zc-member-dlg .zc-gen-form-inner .zc-form-remark .el-input {
  width: 100%;
}
.zc-input-with-btn {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.zc-input-with-btn .el-input {
  flex: 1;
  min-width: 80px;
}

/* 供应商表单 · 开票/账户区块勾选 */
.zc-supplier-section-toggle {
  grid-column: 1 / -1;
  margin: 14px 0 4px;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}
.zc-supplier-section-toggle .el-checkbox__label {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

/* 新增会员 · 宠物档案列表 + 独立添加弹窗 */
.zc-member-pet-block {
  grid-column: 1 / -1;
  margin-top: 4px;
}
.zc-member-pet-table .el-table__header th {
  background: #f8fafc;
  color: #475569;
  font-weight: 600;
}
.zc-member-pet-dlg .el-dialog__body {
  padding: 16px 20px 8px;
  max-height: 68vh;
  overflow-y: auto;
}
.zc-member-pet-dlg-body .zc-form-sec-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 4px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #fed7aa;
}
.zc-member-pet-dlg-body .el-form-item {
  margin-bottom: 14px;
}
.zc-member-pet-dlg-body .el-form-item__label {
  white-space: nowrap;
}
.zc-member-pet-dlg-body .zc-form-radio-span .el-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}

/* 新增宠物 · 多行网格 + 疫苗区分组标题 */
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 16px;
  align-items: start;
}
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-form-item {
  margin-bottom: 12px;
}
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-form-item__label {
  white-space: nowrap;
}
.zc-gen-dlg.zc-pet-dlg .zc-form-sec-title {
  grid-column: 1 / -1;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 10px 0 4px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #fed7aa;
}
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-form-item.zc-form-item-full {
  grid-column: 1 / -1;
}
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-select {
  width: 100%;
}
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-date-editor.el-input {
  width: 100% !important;
}
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-input__inner {
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 单选组横向一排（跨两列避免三列栅格下过窄换行） */
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-form-item.zc-form-radio-span {
  grid-column: span 2;
}
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-radio-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.5;
}
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-radio {
  margin-right: 0;
  white-space: nowrap;
}
.zc-gen-dlg.zc-pet-dlg .zc-gen-form-inner .el-radio + .el-radio {
  margin-left: 12px;
}

/* 宠物标签：回车添加 */
.zc-tag-input-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  width: 100%;
  min-height: 32px;
}
.zc-card-total-hint {
  padding: 4px 0 2px;
  line-height: 1.5;
}
.zc-gen-dlg .zc-tag-input-line {
  flex: 1;
  min-width: 160px;
  max-width: 100%;
}

/* 商品建档 · 右侧抽屉 */
.el-drawer.zc-product-sku-drawer .el-drawer__header {
  margin-bottom: 0;
  padding: 16px 24px 12px;
}
.el-drawer.zc-product-sku-drawer .el-drawer__body {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}
.zc-product-sku-drawer-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 4px 24px 16px;
}
.zc-product-sku-drawer .zc-form-sec-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 16px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #fed7aa;
}
.zc-product-sku-drawer-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  border-top: 1px solid #ebeef5;
  background: #fafafa;
}
.zc-product-sku-spec-toolbar-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  margin-bottom: 12px;
}
.zc-product-sku-spec-panel {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px 14px;
  margin-bottom: 6px;
}
.zc-product-sku-spec-draft-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.zc-product-sku-weight-unit {
  display: flex;
  gap: 6px;
  align-items: center;
  width: 100%;
}
.zc-product-sku-weight-unit > .el-input {
  flex: 1;
  min-width: 56px;
}
.zc-product-sku-weight-unit > .el-select {
  width: 92px;
  flex-shrink: 0;
}

.zc-product-sku-table .el-input-group__prepend {
  padding: 0 10px;
}
/* 商品分类：左侧一级列表 */
.zc-product-cat-lv1-actions {
  margin-bottom: 10px;
}
.zc-product-cat-lv1-list {
  max-height: 420px;
  overflow-y: auto;
}
.zc-product-cat-split .zc-product-cat-aside {
  padding-bottom: 20px;
}

/* 商品列表：左二级分类 + 右规格明细 */
.zc-product-list-layout .zc-product-list-split {
  display: flex;
  gap: 16px;
  align-items: stretch;
  min-height: 360px;
}
.zc-product-list-main {
  flex: 1;
  min-width: 0;
  width: 0;
  display: flex;
  flex-direction: column;
}
.zc-product-list-main > .zc-table-wrap {
  width: 100%;
  flex: 1;
  min-width: 0;
}
.zc-product-list-aside {
  width: 200px;
  flex-shrink: 0;
  border: 1px solid #ebeef5;
  border-radius: var(--zc-radius-lg);
  background: #fafafa;
  padding: 12px 10px;
  max-height: 560px;
  overflow-y: auto;
}
.zc-product-list-aside-title {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 10px;
  padding: 0 6px;
}
.zc-prod-lv2-item {
  padding: 8px 10px;
  margin-bottom: 4px;
  border-radius: 8px;
  font-size: 13px;
  color: #334155;
  cursor: pointer;
  transition: background 0.15s;
}
.zc-prod-lv2-item:hover {
  background: #fff7ed;
}
.zc-prod-lv2-item.active {
  background: linear-gradient(90deg, #fff7ed, #ffedd5);
  font-weight: 600;
  color: var(--zc-orange-deep);
  box-shadow: inset 3px 0 0 var(--zc-orange);
}
.zc-prod-lv1-block {
  margin-bottom: 6px;
}
.zc-prod-lv1-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  border: 1px solid #e2e8f0;
}
.zc-prod-lv1-toggle:hover {
  background: #fff7ed;
}
.zc-prod-lv1-toggle i {
  font-size: 12px;
  color: #94a3b8;
}
.zc-prod-lv2-nest {
  padding: 4px 0 8px 10px;
}
.zc-prod-filter-all {
  margin-bottom: 10px;
}

/* 入库 / 出库管理列表 */
.zc-inv-manage-toolbar .search-row {
  align-items: center;
}
.zc-inv-manage-actions {
  margin-top: 10px;
}
.zc-inv-manage-summary-line {
  margin: 10px 0 6px;
  font-size: 14px;
  color: #334155;
}
.zc-inv-manage-sum-strong {
  color: #dc2626;
  font-weight: 700;
}
.zc-inv-manage-table-wrap {
  overflow-x: auto;
  margin-top: 8px;
}
table.zc-inv-manage-table {
  min-width: 1980px;
}
.zc-inv-manage-thumb {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  display: block;
}
.zc-inv-manage-spec {
  color: #64748b;
  font-size: 12px;
}
.zc-inv-io-status-ok {
  color: #16a34a;
  font-weight: 600;
}
.zc-inv-manage-row-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.zc-inv-detail-dlg .zc-inv-detail-head-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
  font-size: 13px;
}
.zc-inv-detail-dlg .zc-inv-detail-head-grid .zc-inv-detail-span-full {
  grid-column: 1 / -1;
}
.zc-inv-detail-dlg .zc-inv-detail-head-grid .lbl {
  display: inline-block;
  min-width: 88px;
  color: #64748b;
  margin-right: 8px;
}
.zc-inv-detail-dlg .zc-inv-detail-head-grid .val {
  color: #0f172a;
  font-weight: 600;
}
.zc-inv-detail-dlg .zc-inv-detail-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin: 18px 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e2e8f0;
}
.zc-inv-detail-dlg .zc-inv-detail-section-title:first-child {
  margin-top: 0;
}
.zc-inv-detail-dlg .zc-inv-detail-product-strip {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.zc-inv-detail-dlg .zc-inv-detail-head-grid-nested {
  flex: 1;
  min-width: 0;
}
.zc-inv-detail-dlg-compact .zc-inv-detail-head-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
table.zc-inv-detail-lines-table {
  min-width: 1180px;
}

table.zc-batch-list-table {
  min-width: 1180px;
}
table.zc-batch-detail-lines-table {
  min-width: 1000px;
}
.zc-batch-detail-lines-table th {
  background: #f1f5f9 !important;
  color: #334155;
}

.zc-batch-type-in {
  color: #16a34a;
  font-weight: 600;
}
.zc-batch-type-out {
  color: #ea580c;
  font-weight: 600;
}

/* 商品调拨管理（列表） */
.zc-transfer-manage .zc-transfer-manage-mode-row {
  margin-bottom: 14px;
}
.zc-transfer-manage .zc-transfer-manage-status-row {
  margin-bottom: 12px;
}
.zc-transfer-manage .zc-transfer-view-toggle .el-radio-button__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.zc-transfer-manage .zc-transfer-view-toggle .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #f97316;
  border-color: #f97316;
  box-shadow: -1px 0 0 0 #f97316;
  color: #fff;
}
.zc-transfer-summary-line {
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 13px;
  color: #475569;
}
.zc-transfer-summary-strong {
  color: #dc2626;
  font-weight: 700;
}
.zc-transfer-order-no-link {
  padding: 0 !important;
  color: #409eff !important;
  font-weight: 600;
}
.zc-transfer-qty-blue {
  color: #409eff;
  font-weight: 600;
}
.zc-transfer-status-cancelled {
  color: #f56c6c;
  font-weight: 600;
}
table.zc-transfer-order-table {
  min-width: 1320px;
}
table.zc-transfer-sku-table {
  min-width: 1580px;
}

/* 盘点单列表 */
.zc-stock-check-manage .zc-stock-check-status-row {
  margin-bottom: 12px;
}
.zc-stock-check-summary-line {
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 13px;
  color: #dc2626;
  font-weight: 600;
}
.zc-stock-check-no-link {
  padding: 0 !important;
  color: #409eff !important;
  font-weight: 600;
}
.zc-stock-check-amt-neg {
  color: #f56c6c;
  font-weight: 600;
}
.zc-stock-check-amt-pos {
  color: #67c23a;
  font-weight: 600;
}
.zc-stock-check-amt-zero {
  color: #909399;
}
.zc-stock-check-help-icon {
  margin-left: 8px;
  color: #f97316;
  cursor: pointer;
}
.zc-inv-detail-dlg .zc-stock-check-detail-title {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}
.zc-inv-detail-dlg .zc-stock-check-detail-note {
  margin: 4px 0 12px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}
.zc-inv-detail-dlg .zc-stock-check-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.zc-inv-detail-dlg .zc-stock-check-sub-label {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin: 0 0 8px;
}
.zc-inv-detail-dlg .zc-stock-check-detail-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.zc-inv-detail-dlg .zc-stock-check-detail-empty {
  text-align: center;
  color: #94a3b8;
  padding: 24px !important;
}
table.zc-stock-check-detail-lines-table {
  min-width: 960px;
}
.zc-stock-check-detail-lines-table th {
  background: #f1f5f9 !important;
  color: #334155;
}
.zc-stock-check-detail-lines-wrap {
  max-height: min(48vh, 360px);
  overflow: auto;
}
.zc-inv-detail-dlg .zc-stock-check-detail-tabs {
  margin-top: 2px;
}
.zc-inv-detail-dlg .zc-stock-check-detail-tabs > .el-tabs__header {
  margin-bottom: 12px;
}
table.zc-stock-check-unchecked-table {
  min-width: 860px;
}
.zc-stock-check-unchecked-table th {
  background: #f1f5f9 !important;
  color: #334155;
}
table.zc-stock-check-table {
  min-width: 1120px;
}

/* 继续盘点页（整页）；底栏固定在工作区视口最底部 */
.zc-stock-check-continue {
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding-bottom: 76px;
}
.zc-stock-check-continue-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.zc-stock-check-continue-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.zc-stock-check-continue-main-search {
  flex: 1;
  min-width: 220px;
  max-width: 360px;
}
.zc-stock-check-continue-actions,
.zc-stock-check-continue-query {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.zc-stock-check-continue-query .el-input {
  width: 200px;
}
.zc-stock-check-continue-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #475569;
  background: #f8fafc;
  border-radius: var(--zc-radius-lg);
  border: 1px solid #e2e8f0;
}
.zc-stock-check-continue-summary strong {
  color: #0f172a;
  font-weight: 700;
}
.zc-stock-check-continue-table-wrap {
  flex: 1;
  overflow-x: auto;
  min-height: 160px;
}
table.zc-stock-check-continue-table {
  width: 100%;
  min-width: 1040px;
}
.zc-stock-check-continue-pager-wrap {
  margin-top: 12px;
  text-align: right;
}
.zc-stock-check-continue-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  margin-top: auto;
  border-radius: 0;
  border: none;
  border-top: 1px solid #e2e8f0;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -6px 18px rgba(15, 23, 42, 0.08);
}
.zc-stock-check-continue-footer-left,
.zc-stock-check-continue-footer-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.zc-stock-check-continue .el-button--warning {
  background: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
}

/* 手动入库页 */
.zc-manual-stock-in {
  display: flex;
  flex-direction: column;
  min-height: 520px;
}
.zc-manual-stock-in-head {
  margin-bottom: 12px;
}
.zc-manual-stock-in-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.zc-manual-stock-in-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}
.zc-manual-stock-in-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.zc-manual-stock-in-toolbar-left,
.zc-manual-stock-in-toolbar-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.zc-manual-stock-in-main-search {
  width: min(420px, 100%);
  min-width: 220px;
}
.zc-manual-stock-in-summary {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
}
.zc-manual-stock-in-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #ef4444;
}
.zc-manual-stock-in-table-wrap {
  flex: 1;
  min-height: 200px;
}
table.zc-manual-stock-table {
  width: 100%;
  min-width: 1040px;
}
.zc-manual-stock-out-summary {
  font-size: 13px;
  line-height: 1.6;
  color: #ef4444;
  margin-top: 4px;
}
.zc-manual-stock-out-summary strong {
  color: #dc2626;
}
table.zc-manual-stock-out-table {
  width: 100%;
  min-width: 1180px;
}
.zc-manual-stock-out .el-button--warning,
.zc-manual-stock-out .zc-manual-stock-submit {
  background: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
}
.zc-manual-stock-prod-cell {
  line-height: 1.45;
}
.zc-manual-stock-prod-name {
  font-weight: 600;
  color: #0f172a;
}
.zc-manual-stock-spec {
  font-weight: 500;
  color: #64748b;
  font-size: 12px;
}
.zc-manual-stock-barcode {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
}
.zc-manual-stock-pagination {
  margin-top: 12px;
  text-align: right;
}
.zc-req {
  color: #ef4444;
  margin-right: 2px;
}
.zc-manual-stock-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: var(--zc-radius-lg);
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  position: sticky;
  bottom: 8px;
  z-index: 5;
}
.zc-manual-stock-footer-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zc-manual-stock-footer-label {
  font-size: 13px;
  color: #64748b;
}
.zc-manual-stock-submit {
  font-weight: 600;
}

.zc-product-list-layout .el-button--warning,
.zc-manual-stock-in .el-button--warning,
.zc-product-transfer .el-button--warning,
.zc-manual-stock-submit {
  background: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
}
.zc-product-list-layout .el-button--warning:focus,
.zc-product-list-layout .el-button--warning:hover,
.zc-manual-stock-in .el-button--warning:focus,
.zc-manual-stock-in .el-button--warning:hover,
.zc-product-transfer .el-button--warning:focus,
.zc-product-transfer .el-button--warning:hover,
.zc-manual-stock-submit:focus,
.zc-manual-stock-submit:hover {
  background: var(--zc-orange-deep) !important;
  border-color: var(--zc-orange-deep) !important;
  color: #fff !important;
}
table.zc-product-spec-table {
  width: 100%;
  min-width: 0;
}
table.zc-service-list-table {
  width: 100%;
  min-width: 1580px;
}
.zc-svc-info-name {
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
}
.zc-svc-sub {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
  line-height: 1.35;
}
.zc-svc-mini-block {
  font-size: 12px;
  color: #475569;
  line-height: 1.45;
}
.zc-service-list-batch-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 10px 4px 6px;
}

/* 服务新增/编辑 · 右侧抽屉 */
.el-drawer.zc-service-edit-drawer .el-drawer__header {
  margin-bottom: 0;
  padding: 16px 24px 12px;
}
.el-drawer.zc-service-edit-drawer .el-drawer__body {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}
.zc-service-edit-drawer-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 4px 24px 16px;
}
.zc-service-edit-drawer-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  border-top: 1px solid #ebeef5;
  background: #fff;
}
/* Element UI 2.x Drawer 无 footer 命名插槽，底部按钮需放在默认插槽内的外壳里 */
.zc-drawer-body-shell {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}
.zc-service-edit-body {
  display: flex;
  flex-direction: column;
}
.zc-service-edit-section {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 14px;
  overflow: hidden;
}
.zc-service-edit-section:last-child {
  margin-bottom: 0;
}
.zc-service-edit-section-title {
  display: block;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
}
.zc-service-edit-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
}
.zc-service-edit-section-head .zc-service-edit-section-title {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}
.zc-service-edit-section .el-form {
  padding: 14px 14px 16px;
}
.zc-service-edit-section-pad {
  padding: 14px 14px 16px;
}
.zc-service-edit-hint {
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
  line-height: 1.45;
}
.zc-service-spec-table-wrap {
  overflow-x: auto;
}
table.zc-service-spec-table {
  width: 100%;
  min-width: 1120px;
}
.zc-service-spec-table .cell {
  padding-left: 8px;
  padding-right: 8px;
}
.zc-service-img-upload-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}

.zc-inv-overview-table-wrap {
  overflow-x: auto;
}
table.zc-inv-overview-spec-table {
  min-width: 1280px;
}
.zc-prod-thumb-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
  font-size: 18px;
  color: #94a3b8;
  background: #f8fafc;
}

/* 查看库存详情 */
.zc-product-stock-detail .zc-stock-detail-head {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #fed7aa;
}
.zc-stock-detail-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.zc-stock-detail-title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}
.zc-stock-detail-summary {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.zc-stock-detail-sum-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 14px 24px;
}
.zc-stock-detail-sum-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(160px, 1fr));
}
.zc-stock-detail-sum-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
}
.zc-stock-detail-sum-item .lbl { color: #94a3b8; }
.zc-stock-detail-sum-item .val { color: #0f172a; font-weight: 600; }
.zc-stock-ledger-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #ebeef5;
}
table.zc-stock-ledger-table { min-width: 960px; }
table.zc-stock-batch-table { min-width: 860px; }
table.zc-transfer-table { min-width: 1080px; }
@media (max-width: 900px) {
  .zc-stock-detail-sum-grid { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
}

/* 4.7 活体列表 / 建档 / 档案 */
.zc-live-toolbar .zc-live-filter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.zc-live-filter-row2 {
  margin-bottom: 4px;
}
.zc-live-table-wrap {
  overflow-x: auto;
}
table.zc-live-list-table {
  min-width: 1060px;
  width: 100%;
}
.zc-live-info-cell {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.zc-live-thumb-wrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zc-live-thumb-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  display: block;
}
.zc-live-thumb-fallback {
  font-size: 26px;
}
.zc-live-info-text {
  font-size: 13px;
  color: #0f172a;
  line-height: 1.55;
}
.zc-live-k {
  color: #64748b;
  margin-right: 4px;
  font-size: 12px;
}
.zc-live-cost-stack .zc-live-k {
  display: inline-block;
  min-width: 56px;
}
.zc-live-switch-stack .zc-live-k {
  font-size: 12px;
}
.zc-live-form-page .zc-live-form-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.zc-live-form-page-title {
  font-weight: 700;
  font-size: 16px;
  color: #0f172a;
}
.zc-live-form-layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.zc-live-form-main {
  flex: 1;
  min-width: 0;
}
.zc-live-form-anchor {
  width: 132px;
  flex-shrink: 0;
  position: sticky;
  top: 12px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
}
.zc-live-anchor-title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
}
.zc-live-anchor-link {
  display: block;
  margin-left: 0 !important;
  text-align: left;
  padding: 4px 0 !important;
}
.zc-live-form-block {
  margin-bottom: 28px;
}
.zc-live-form-sec-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}
.zc-live-form-fields {
  max-width: 800px;
}
.zc-live-inline-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.zc-live-small-muted {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 6px;
}
.zc-live-readonly-cost {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  line-height: 32px;
}
.zc-live-upload-hint.warn {
  color: #ea580c;
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 1.45;
}
.zc-live-fake-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-bottom: none;
  background: #f8fafc;
  font-size: 12px;
  border-radius: 6px 6px 0 0;
}
.zc-live-ft-item.muted {
  color: #94a3b8;
}
.zc-live-form-actions {
  margin: 24px 0 8px;
  display: flex;
  gap: 12px;
}
.zc-live-profile-toolbar {
  margin-bottom: 12px;
}
.zc-live-profile-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 20px 22px;
  margin-bottom: 20px;
}
.zc-live-profile-card-head {
  margin-bottom: 16px;
}
.zc-live-profile-card-title {
  font-weight: 700;
  font-size: 15px;
}
.zc-live-profile-card-body {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.zc-live-profile-avatar-wrap {
  flex-shrink: 0;
}
.zc-live-profile-avatar {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 36px;
}
.zc-live-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zc-live-profile-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 14px 20px;
  font-size: 13px;
}
.zc-live-profile-grid .zc-live-k {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}
.zc-live-health-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 18px 20px;
}
.zc-live-health-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.zc-live-health-title {
  font-weight: 700;
  font-size: 15px;
}
.zc-live-health-tabs {
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 4px;
}
.zc-live-health-count.warn {
  color: #ef4444;
  font-size: 12px;
  margin-bottom: 10px;
}
table.zc-live-health-table {
  width: 100%;
  min-width: 720px;
}

/* 4.8 寄养管理 */
.zc-boarding-list-layout .list-meta {
  margin-bottom: 10px;
  font-size: 13px;
  color: #64748b;
}
table.zc-boarding-list-table {
  width: 100%;
  min-width: 1060px;
}
.el-drawer.zc-boarding-edit-drawer .zc-boarding-spec-table .el-table__body-wrapper .cell {
  vertical-align: top;
}

/* 次卡模板 */
.zc-card-times-page .list-meta {
  margin-bottom: 10px;
  font-size: 13px;
  color: #64748b;
}
table.zc-card-times-table {
  width: 100%;
  min-width: 1120px;
}
.el-dialog.zc-card-times-pick-dlg .el-dialog__body {
  padding-top: 12px;
}
table.zc-card-times-pick-table {
  width: 100%;
  min-width: 720px;
}
.el-dialog.zc-live-health-dlg .el-dialog__body {
  padding-top: 10px;
  max-height: 72vh;
  overflow-y: auto;
}
@media (max-width: 1100px) {
  .zc-live-profile-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}

/* 3.2 订单管理 */
.zc-order-manage .zc-order-toolbar {
  margin-bottom: 8px;
}
.zc-order-manage .zc-order-search-row {
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.zc-order-summary-line {
  font-size: 13px;
  color: #334155;
  padding: 10px 12px;
  background: #fafafa;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  margin-bottom: 12px;
  line-height: 1.65;
}
.zc-order-stat-em {
  color: #e11d48;
  font-weight: 600;
}
.zc-order-table {
  width: 100%;
  min-width: 1280px;
}
.zc-order-pay-cell-line {
  font-size: 12px;
  line-height: 1.55;
  color: #334155;
}
.zc-order-aside-pay-block {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}
.zc-order-aside-pay-title {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
}
.zc-order-aside-pay-line {
  font-size: 13px;
  color: #0f172a;
  line-height: 1.65;
  font-weight: 500;
}
.zc-order-refund-tip {
  font-size: 12px;
  margin: 8px 0 0;
  line-height: 1.55;
}
.zc-order-refund-qty-hint {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.55;
}
.zc-order-refund-preview-amt {
  color: #e11d48;
  font-size: 16px;
}
.zc-order-table tbody td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
button.zc-order-link.el-button--text {
  color: #2563eb;
  font-weight: 600;
  padding: 0;
}
.el-dialog.zc-order-detail-dialog {
  max-width: min(1580px, 98vw);
}
.el-dialog.zc-order-detail-dialog .el-dialog__body {
  padding: 16px 28px 22px;
  max-height: 90vh;
  overflow-y: auto;
}
.zc-order-detail-actions-top,
.zc-order-detail-actions-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.zc-order-detail-actions-bottom {
  margin-top: 16px;
  margin-bottom: 0;
  justify-content: center;
}
.zc-order-detail-body {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.zc-order-detail-aside {
  flex: 0 0 280px;
  background: #fafafa;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 16px;
}
.zc-order-aside-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 10px;
}
.zc-order-aside-row strong {
  font-size: 15px;
  color: #0f172a;
}
.zc-order-aside-highlight strong {
  color: #ea580c;
  font-size: 18px;
}
.zc-order-detail-main {
  flex: 1;
  min-width: 0;
}
.zc-order-meta-scroll {
  overflow-x: auto;
  margin-bottom: 4px;
}
table.zc-order-meta-table {
  width: 100%;
  min-width: 960px;
  font-size: 13px;
}
table.zc-order-meta-table th {
  background: #f8fafc;
  color: #64748b;
  font-weight: 600;
  white-space: nowrap;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f0;
}
table.zc-order-meta-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  color: #0f172a;
}
table.zc-order-lines-table {
  width: 100%;
  min-width: 720px;
  font-size: 14px;
}
table.zc-order-lines-table th {
  background: #f8fafc;
  font-weight: 600;
  padding: 10px 10px;
}
table.zc-order-lines-table td {
  padding: 10px 10px;
  vertical-align: middle;
}
.zc-order-recharge-footer-sum {
  margin-top: 16px;
  padding: 12px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #f1f5f9;
  font-size: 14px;
}
.zc-recharge-card-balance {
  color: #0f172a;
  font-size: 15px;
}
.zc-recharge-refund-info-block {
  margin-top: 16px;
  padding: 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
}
.zc-recharge-refund-info-title {
  font-weight: 700;
  font-size: 14px;
  color: #9a3412;
  margin-bottom: 10px;
}

/* 收银台 · 会员卡续充 */
.zc-mc-recharge-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.zc-mc-recharge-head .zc-mc-recharge-head-titles {
  min-width: 0;
}
.zc-mc-recharge-info-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.zc-mc-recharge-info-stack .zc-mc-recharge-pane {
  width: 100%;
  max-width: 100%;
}
.zc-mc-recharge-pane {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  background: #fafafa;
}
.zc-mc-recharge-pane-title {
  font-weight: 700;
  font-size: 15px;
  color: #0f172a;
  margin-bottom: 12px;
}
.zc-mc-recharge-subtitle {
  margin: 14px 0 8px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.zc-mc-recharge-notes {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: #334155;
  line-height: 1.6;
}
.zc-mc-recharge-notes li + li {
  margin-top: 4px;
}
.zc-mc-recharge-bonus {
  margin: 0;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #fde68a;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.65;
}
.zc-mc-recharge-pay-card {
  margin-top: 4px;
  padding: 18px;
  border: 1px solid #fde68a;
  border-radius: 12px;
  background: #fffefb;
}
.zc-mc-recharge-pay-card .zc-mc-recharge-pane-title {
  margin-bottom: 14px;
}
.zc-mc-recharge-empty {
  text-align: center;
  padding: 56px 20px;
}

.zc-member-open-main-tabs {
  margin-top: 4px;
}
.zc-member-open-main-tabs .el-tabs__content {
  padding: 16px;
  background: #fafafa;
  border-radius: 0 0 8px 8px;
}
.zc-member-open-main-tabs .zc-mc-recharge-info-stack {
  margin-bottom: 0;
}
.zc-member-open-pay-after-tabs {
  margin-top: 16px;
}

.zc-member-open-tpl-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
  gap: 14px;
  margin-top: 4px;
}
.zc-member-open-tpl-card {
  position: relative;
  padding: 14px 14px 38px;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  outline: none;
}
.zc-member-open-tpl-card:hover {
  border-color: #fcd34d;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07);
}
.zc-member-open-tpl-card.is-selected {
  border-color: #f97316;
  box-shadow:
    0 0 0 1px rgba(249, 115, 22, 0.28),
    0 4px 18px rgba(249, 115, 22, 0.12);
  background: #fffefb;
}
.zc-member-open-tpl-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.35);
}
.zc-member-open-tpl-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.zc-member-open-tpl-card-title {
  font-weight: 700;
  font-size: 15px;
  color: #0f172a;
  line-height: 1.35;
}
.zc-member-open-tpl-card-price {
  padding: 10px 10px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fffbeb 0%, #fff7ed 100%);
  border: 1px solid #fde68a;
  border-radius: 10px;
}
.zc-member-open-tpl-card-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 4px;
}
.zc-member-open-tpl-card-lab {
  color: #78716c;
  font-size: 12px;
  flex-shrink: 0;
}
.zc-member-open-tpl-card-val {
  font-weight: 700;
  color: #0f172a;
}
.zc-member-open-tpl-card-val--gift {
  color: #ea580c;
}
.zc-member-open-tpl-card-price-total {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #fcd34d;
  font-size: 12px;
  color: #57534e;
  text-align: right;
}
.zc-member-open-tpl-card-price-total strong {
  font-size: 16px;
  color: #c2410c;
  margin-left: 4px;
}
.zc-member-open-tpl-card-body {
  font-size: 12px;
  color: #475569;
  line-height: 1.55;
}
.zc-member-open-tpl-card-line {
  margin-top: 6px;
  word-break: break-word;
}
.zc-member-open-tpl-card-line--stores {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zc-member-open-tpl-card-line--items {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zc-member-open-tpl-card-k {
  font-weight: 600;
  color: #94a3b8;
  margin-right: 4px;
}
.zc-member-open-tpl-card-act {
  margin-top: 8px;
  padding: 6px 8px;
  background: #f8fafc;
  border-radius: 6px;
  font-size: 11px;
  color: #64748b;
  line-height: 1.45;
  word-break: break-word;
}
.zc-member-open-tpl-card-pick {
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #ea580c;
}

.zc-member-open-times-price {
  margin-bottom: 8px;
}
.zc-member-open-times-price-num {
  font-size: 26px;
  font-weight: 800;
  color: #ea580c;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.zc-member-open-times-price-lab {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  margin-top: 2px;
}
.zc-member-open-times-times {
  font-size: 13px;
  color: #334155;
  margin-bottom: 8px;
}
.zc-member-open-times-times strong {
  color: #0f172a;
}

.zc-member-open-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 0 6px;
  font-size: 11px;
  line-height: 18px;
  border-radius: 4px;
  vertical-align: middle;
  font-weight: 600;
}
.zc-member-open-badge--on {
  background: #dcfce7;
  color: #166534;
}
.zc-member-open-badge--off {
  background: #f1f5f9;
  color: #64748b;
}
.zc-mc-scope-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 13px;
  color: #334155;
  line-height: 1.6;
}
.zc-mc-scope-item + .zc-mc-scope-item {
  margin-top: 10px;
}
.zc-mc-scope-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.zc-mc-scope-line {
  flex: 1;
  min-width: 160px;
}
.zc-mc-scope-detail {
  margin-top: 8px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.zc-mc-scope-sec-block + .zc-mc-scope-sec-block {
  margin-top: 10px;
}
.zc-mc-scope-sec-title {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 6px;
}
.zc-mc-scope-tags .el-tag {
  margin: 0 6px 6px 0;
}

/* 寄养订单（chk-foster-list）：业务端示意表头灰底、房型蓝链 */
.zc-foster-order-page .zc-foster-toolbar .search-row {
  align-items: center;
}
.zc-foster-order-page .zc-foster-toolbar-gap {
  flex: 1;
  min-width: 16px;
}
.zc-foster-order-table th,
.zc-foster-order-table .zc-foster-order-head th {
  background: #f1f5f9 !important;
  color: #475569 !important;
}
.zc-foster-order-page .zc-table-sort-icon {
  margin-left: 4px;
  font-size: 12px;
  color: #94a3b8;
  vertical-align: middle;
}
.zc-foster-order-table td.zc-foster-boarding-plain {
  max-width: 240px;
  color: #334155;
  word-break: break-word;
}
.zc-foster-order-amt,
.zc-foster-prepay {
  font-variant-numeric: tabular-nums;
}
.zc-foster-drawer-readonly {
  font-size: 13px;
  line-height: 1.45;
}
.zc-foster-drawer-readonly .small-hint {
  font-size: 12px;
  margin-top: 6px;
}
.zc-foster-drawer-scroll .lined-hint {
  font-size: 12px;
  line-height: 1.5;
  margin: -4px 0 12px 112px;
}

/* 寄养订单 · 右侧详情抽屉 */
.el-drawer.zc-foster-detail-drawer .el-drawer__header {
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}
.zc-foster-drawer-title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.zc-foster-drawer-scroll {
  padding: 0 2px 8px;
  max-height: calc(100vh - 140px);
  overflow: auto;
}
.zc-foster-drawer-desc {
  margin-bottom: 8px !important;
}
.zc-foster-drawer-section-title {
  margin: 16px 0 10px;
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
}
.zc-foster-drawer-mini {
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 1.45;
}
.zc-foster-drawer-actions {
  margin-top: 8px;
  margin-bottom: 4px;
}
.zc-foster-drawer-foot {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.zc-foster-drawer-foot-spacer {
  flex: 1;
  min-width: 8px;
}
.zc-foster-create-pet-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}
.zc-foster-est-cost {
  color: #e11d48;
  font-size: 16px;
}
.zc-foster-drawer-pet-lines {
  margin-top: 14px;
}
table.zc-foster-pet-lines-table {
  width: 100%;
  font-size: 13px;
}
table.zc-foster-pet-lines-table th,
table.zc-foster-pet-lines-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #f1f5f9;
}
table.zc-foster-pet-lines-table th {
  background: #f8fafc;
  font-weight: 600;
}

/* ---------- 2.4 优惠券模版 · 示意图样式 ---------- */
:root {
  --zc-coupon-yellow: #f97316;
  --zc-coupon-yellow-deep: #ea580c;
  --zc-coupon-yellow-border: #ea580c;
}

.zc-coupon-tpl-page .page-head.zc-coupon-page-head {
  border-bottom-color: rgba(245, 207, 26, 0.38);
}

.zc-coupon-toolbar {
  justify-content: space-between;
  align-items: flex-start;
}

.zc-coupon-toolbar-row,
.zc-coupon-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.zc-coupon-toolbar-filter-row .zc-coupon-toolbar-search.el-input {
  flex: 1;
  min-width: 200px;
  max-width: 380px;
}

.zc-coupon-toolbar-search.el-input {
  width: 220px;
}

.zc-coupon-toolbar-search .el-input__inner {
  border-radius: 999px !important;
}

.zc-settle-coupon-trigger-row {
  align-items: flex-start !important;
}
.zc-settle-coupon-trigger-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  margin-left: 12px;
  text-align: right;
}
.zc-settle-coupon-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 2px 4px;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.zc-settle-coupon-trigger:hover {
  filter: brightness(1.03);
}
.zc-settle-coupon-trigger-txt {
  font-size: 13px;
  color: #b45309;
  font-weight: 600;
}
.zc-settle-coupon-picked-name {
  font-size: 12px;
  color: #334155;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zc-settle-coupon-chevron {
  font-size: 12px;
  color: #94a3b8;
  transition: transform 0.2s ease;
}
.zc-settle-coupon-chevron.is-open {
  transform: rotate(180deg);
}
.zc-settle-coupon-panel {
  margin: 4px 0 8px;
  padding: 10px 12px 12px;
  border: 1px dashed #fde047;
  border-radius: 10px;
  background: linear-gradient(to bottom, #fffbeb, #fff);
}
.zc-settle-coupon-panel-tip {
  font-size: 12px;
  margin: 0 0 10px;
}
.zc-settle-coupon-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 10px;
}
.zc-settle-coupon-card {
  border: 2px solid #e5e7eb;
  border-radius: 11px;
  padding: 10px 11px;
  cursor: pointer;
  background: #fff;
  text-align: left;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.zc-settle-coupon-card:hover {
  border-color: #fcd34d;
}
.zc-settle-coupon-card.selected {
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.38);
}
.zc-settle-coupon-card.is-dim:not(.selected) {
  opacity: 0.78;
  background: #f9fafb;
}
.zc-settle-coupon-card-none .zc-settle-cc-title {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}
.zc-settle-cc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.zc-settle-cc-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}
.zc-settle-cc-kind {
  flex-shrink: 0;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-weight: 600;
}
.zc-settle-cc-rule {
  font-size: 13px;
  font-weight: 600;
  color: #92400e;
  margin: 8px 0 4px;
  line-height: 1.35;
}
.zc-settle-cc-desc {
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 8px;
}
.zc-settle-cc-foot {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
}
.zc-settle-cc-save {
  font-weight: 700;
  color: #b45309;
}
.zc-settle-cc-warn {
  color: #dc2626;
  font-weight: 600;
}

.zc-coupon-rounded.el-button {
  border-radius: 999px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.zc-coupon-yellow-btn.el-button {
  background: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.zc-coupon-yellow-btn.el-button:hover {
  background: var(--zc-orange-deep) !important;
  border-color: var(--zc-orange-deep) !important;
  color: #fff !important;
}

.zc-coupon-yellow-btn-plain.el-button.el-button--default.is-plain {
  background: #fff7ed !important;
  border-color: #fdba74 !important;
  color: var(--zc-orange) !important;
  padding: 5px 10px !important;
}

.zc-coupon-yellow-btn-plain.el-button.el-button--default.is-plain:hover {
  background: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
}

.zc-coupon-more-btn.el-button.el-button--default.is-plain {
  border-radius: 999px !important;
  padding: 5px 10px !important;
}

.zc-coupon-link {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  color: #2563eb;
  text-align: left;
}

.zc-coupon-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.zc-coupon-status-ok {
  color: #16a34a;
  font-weight: 600;
}

.zc-coupon-ratio {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  color: #2563eb;
  font-variant-numeric: tabular-nums;
}

.zc-coupon-ratio:hover {
  text-decoration: underline;
}

.zc-coupon-tpl-table thead th {
  white-space: nowrap;
  font-size: 13px !important;
  background: #fffbe8 !important;
  color: #57534e !important;
}

.zc-coupon-tpl-table tbody td {
  font-size: 13px;
}

.zc-coupon-tpl-table tbody tr:nth-child(even) {
  background: #fdfdfd;
}

.zc-coupon-actions {
  vertical-align: middle !important;
  white-space: normal !important;
}

.zc-coupon-actions .el-button + .el-button {
  margin-left: 4px !important;
}

.zc-coupon-actions .el-dropdown {
  vertical-align: middle;
  margin-left: 4px;
}

.zc-coupon-bottom {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(245, 207, 26, 0.55);
}

.zc-coupon-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.zc-coupon-pagination.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: var(--zc-orange) !important;
  color: #fff !important;
}

.zc-coupon-guide {
  font-size: 13px;
  color: #2563eb;
  text-decoration: none;
}

.zc-coupon-send-records {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}
.zc-coupon-send-records-title {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}
.zc-coupon-send-member-cell {
  font-size: 12px;
  line-height: 1.45;
  color: #334155;
  white-space: nowrap;
}
.zc-coupon-send-records-tip {
  margin: 0 0 10px;
  font-size: 12px;
}

.zc-records-toolbar {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.zc-coupon-records-table thead th {
  white-space: nowrap;
  font-size: 13px !important;
  background: #fdfaf2 !important;
  color: #57534e !important;
}

.zc-gen-dlg.zc-coupon-tpl-form-dlg .el-button--primary,
.zc-gen-dlg.el-dialog.zc-coupon-tpl-form-dlg .el-button--primary,
.el-drawer.zc-gen-drawer-shell.zc-coupon-tpl-form-dlg .el-button--primary {
  background-color: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
}

.el-dialog.zc-coupon-tpl-detail-dlg .el-dialog__body {
  padding-top: 12px;
}

.zc-coupon-tpl-detail-desc.el-descriptions .el-descriptions-item__label {
  width: 150px;
  vertical-align: top;
}

.zc-coupon-tpl-detail-desc.el-descriptions .el-descriptions-item__content {
  word-break: break-word;
}

.el-dialog.zc-coupon-records-dlg .el-dialog__title,
.el-dialog.zc-coupon-member-pick-dlg .el-dialog__title {
  font-weight: 700;
}

.zc-coupon-discount-block .zc-coupon-discount-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.zc-coupon-money-input {
  max-width: 220px;
}

.zc-coupon-discount-block .is-soft-disabled .el-input__inner {
  opacity: 0.62;
}

.zc-coupon-share-boxes .zc-coupon-share-line {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.zc-coupon-spec-scope .zc-coupon-spec-type {
  margin-bottom: 10px;
}

.zc-coupon-spec-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.zc-coupon-spec-pick {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

.zc-coupon-spec-pick-row .zc-coupon-spec-pick-label {
  font-size: 12px;
  margin: 0 0 6px;
  line-height: 1.45;
}

.el-dialog.zc-coupon-scope-pick-dlg .el-dialog__body {
  padding-top: 10px;
}

.zc-coupon-scope-pick-tip {
  font-size: 12px;
  margin: 0 0 12px;
  line-height: 1.45;
}

.zc-coupon-scope-pick-layout.zc-cashier-pick-layout-drawer {
  max-height: min(56vh, 480px);
}

.el-dialog.zc-coupon-scope-pick-dlg .zc-cashier-pick-grid {
  max-height: min(52vh, 440px);
}

.zc-coupon-scope-form-preview {
  margin-top: 10px;
}

.zc-coupon-scope-preview-empty {
  font-size: 12px;
  margin: 6px 0 0;
}

.zc-coupon-scope-preview-grid {
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px;
  max-height: 260px;
  overflow-y: auto;
  margin-top: 4px;
  padding-bottom: 2px;
}

.zc-coupon-scope-preview-grid .zc-coupon-scope-preview-card {
  cursor: default;
}

.zc-coupon-scope-preview-card.selected {
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.28);
}

.zc-coupon-scope-preview-card .pic {
  height: 60px;
  font-size: 28px;
}

.zc-coupon-discount-block-v2 .zc-coupon-disc-kind-row {
  margin-bottom: 10px;
}

.zc-coupon-discount-block-v2 .zc-coupon-disc-minus-rows {
  margin-top: 6px;
}

.zc-coupon-q {
  cursor: default;
  color: #eab308;
  font-size: 14px;
}

.zc-member-pick-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.zc-member-pick-tabs button {
  border: none;
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 8px;
  background: #e2e8f0;
  color: #334155;
  font-size: 13px;
}

.zc-member-pick-tabs button.active {
  background: var(--zc-orange);
  color: #fff;
  font-weight: 600;
}

.zc-member-pick-summary {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.zc-member-pick-tags {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  background: #fffdf8;
  border-radius: 12px;
  border: 1px dashed #fde68a;
  min-height: 44px;
}

.zc-coupon-member-send.el-button {
  border-radius: 999px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}

/* ---------- 2.5 会员营销 · 群发 ---------- */
.zc-mkt-mass-page {
  padding-top: 2px;
}

.zc-mkt-mass-seg-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.zc-mkt-mass-seg-tabs button {
  border: none;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 999px;
  background: #eceff3;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.2;
  transition: background 0.15s ease;
}

.zc-mkt-mass-seg-tabs button:hover {
  background: #e2e8f0;
}

.zc-mkt-mass-seg-tabs button.active {
  background: var(--zc-orange);
  color: #fff;
  font-weight: 600;
}

.zc-mkt-mass-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.zc-mkt-mass-toolbar-lab {
  font-size: 13px;
  color: #64748b;
  margin-right: 2px;
}

.zc-mkt-mass-toolbar-hint {
  font-size: 13px;
  color: #334155;
  margin-right: 4px;
}

.zc-mkt-mass-days-input {
  width: 72px !important;
}

.zc-mkt-mass-asset-input {
  width: 96px !important;
}

.zc-mkt-mass-asset-input .el-input__inner {
  border-radius: 8px !important;
  text-align: center;
}

.zc-mkt-mass-days-input .el-input__inner {
  border-radius: 8px !important;
  text-align: center;
}

.zc-mkt-mass-store-select {
  width: 180px !important;
}

.zc-mkt-mass-store-select .el-input__inner {
  border-radius: 8px !important;
}

.zc-mkt-mass-name-input {
  width: min(280px, 52vw) !important;
}

.zc-mkt-mass-name-input .el-input__inner {
  border-radius: 999px !important;
}

.zc-mkt-mass-records-btn.el-button {
  background: #fff !important;
  border: 1px solid var(--zc-orange) !important;
  color: var(--zc-orange) !important;
}

.zc-mkt-mass-records-btn.el-button:hover {
  background: var(--zc-orange) !important;
  border-color: var(--zc-orange) !important;
  color: #fff !important;
}

.zc-mkt-mass-table-wrap {
  margin-top: 4px;
}

.zc-mkt-mass-table .zc-mkt-mass-chk {
  accent-color: var(--zc-coupon-yellow-deep, #f5cf1a);
}

.zc-mkt-mass-actions .el-button + .el-button {
  margin-left: 6px;
}

.zc-mkt-mass-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.zc-mkt-mass-foot--pager-only {
  justify-content: flex-end;
}

.zc-mkt-mass-coupon-pick-tip {
  margin: 0 0 10px;
  font-size: 13px;
}

.el-dialog.zc-mkt-mass-coupon-pick-dlg .el-dialog__body {
  padding-top: 8px;
}

.zc-mkt-mass-list-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.zc-mkt-mass-coupon-pick-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.zc-mkt-mass-coupon-pick-count {
  font-size: 13px;
  color: #b45309;
  font-weight: 600;
}

.zc-mkt-mass-coupon-cards {
  max-height: min(56vh, 480px);
  overflow-y: auto;
  padding: 2px 2px 8px;
}

.zc-mkt-mass-coupon-card {
  position: relative;
  padding-top: 28px;
  min-height: 128px;
}

.zc-mkt-mass-coupon-card.is-minus {
  background: linear-gradient(145deg, #fffef5 0%, #fff 42%);
}

.zc-mkt-mass-coupon-card.is-zhe {
  background: linear-gradient(145deg, #fff7ed 0%, #fff 42%);
}

.zc-mkt-mass-coupon-card-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: #fff;
}

.zc-mkt-mass-coupon-card.selected .zc-mkt-mass-coupon-card-check {
  background: #f59e0b;
  border-color: #f59e0b;
}

.zc-mkt-mass-coupon-card-amt {
  font-size: 26px;
  font-weight: 800;
  color: #ea580c;
  line-height: 1.1;
  margin: 4px 0 6px;
}

.zc-mkt-mass-coupon-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 32px 12px;
}

/* ---------- 2.6 买赠活动 ---------- */
.zc-buygift-page .zc-buygift-cell-ellipsis {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zc-buygift-pick-block {
  width: 100%;
}

.zc-buygift-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.zc-buygift-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fffbeb;
  border: 1px solid #fde047;
  font-size: 12px;
  color: #334155;
}

.zc-buygift-nm-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.zc-buygift-nm-input {
  width: 72px !important;
}

.zc-buygift-nm-input .el-input__inner {
  text-align: center;
}

.zc-buygift-gift-table {
  margin-top: 10px;
  width: 100%;
}

.el-dialog.zc-buygift-edit-dlg .el-dialog__body {
  max-height: min(72vh, 640px);
  overflow-y: auto;
}

.zc-mkt-mass-foot-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.zc-mkt-mass-selected-tip {
  font-size: 12px;
  color: #64748b;
}

.zc-mkt-mass-pagination {
  margin-left: auto;
}

.zc-mkt-mass-records-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.zc-mkt-mass-records-foot {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.zc-mkt-mass-status-ok {
  color: #2563eb;
  font-weight: 500;
}

.zc-mkt-mass-status-fail {
  color: #dc2626;
  font-weight: 500;
}

.zc-mkt-mass-status-pending {
  color: #d97706;
  font-weight: 500;
}

.el-dialog.zc-mkt-mass-records-dlg .el-dialog__body {
  padding-top: 8px;
}

/* 全局 Tab：card / border-card / 线型详情 Tab 选中态（浅色底 + 品牌色文字） */
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  color: var(--zc-orange) !important;
  border-bottom-color: #fff !important;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  color: var(--zc-orange) !important;
  background-color: #fff7ed !important;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: var(--zc-orange) !important;
}
.zc-stock-check-detail-tabs.el-tabs .el-tabs__item.is-active,
.zc-comm-rules-detail-tabs.el-tabs .el-tabs__item.is-active,
.zc-gig-stylist-profile-tabs.el-tabs .el-tabs__item.is-active,
.zc-member-open-main-tabs.el-tabs .el-tabs__item.is-active,
.zc-store-detail-tabs.el-tabs .el-tabs__item.is-active,
.zc-store-detail-fund-tabs.el-tabs .el-tabs__item.is-active,
.zc-gig-agreement-inner-tabs.el-tabs .el-tabs__item.is-active,
.zc-shop-commission-flow-detail-tabs.el-tabs .el-tabs__item.is-active {
  color: var(--zc-orange) !important;
}

.zc-teacher-team-list-wrap { width: 100%; }
.zc-teacher-team-cards { display: flex; flex-direction: column; gap: 12px; }
.zc-teacher-team-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  overflow: hidden;
}
.zc-teacher-team-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #fff;
  border-bottom: 1px solid #eef2f7;
  font-size: 13px;
  color: #334155;
}
.zc-teacher-team-card-body {
  display: flex;
  gap: 16px;
  padding: 12px;
  flex-wrap: wrap;
}
.zc-teacher-team-fields {
  flex: 1;
  min-width: 220px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}
.zc-teacher-team-field { display: flex; flex-direction: column; gap: 4px; }
.zc-teacher-team-field-full { grid-column: 1 / -1; }
.zc-teacher-team-field .lab,
.zc-teacher-team-avatar .lab {
  font-size: 12px;
  color: #64748b;
}
.zc-teacher-team-avatar {
  width: 120px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.zc-teacher-team-avatar-preview {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  position: relative;
  background: #fff;
}
.zc-teacher-team-avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zc-teacher-team-avatar-preview .el-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
  margin: 0;
  padding: 2px 0;
  font-size: 11px;
}
