:root {
  --vmx-primary: #006EFF;
  --vmx-primary-hover: #005fdf;
  --vmx-text: #323437;
  --vmx-text-muted: #999;
  --vmx-text-secondary: #888;
  --vmx-border: #cbcbcb;
  --vmx-placeholder: #ccc;
  --vmx-danger: #ff4d4f;
  --vmx-success: #28a745;
  --vmx-warning: #faad14;
  --vmx-info: #722ed1;
  --vmx-radius: 6px;
  --vmx-radius-card: 10px;
  --vmx-control-height: 32px;
  --vmx-font-size: 14px;
  --vmx-font-size-sm: 13px;
  --vmx-font-size-xs: 12px;
  --vmx-line-height: 1.5;
  --vmx-bg-soft: #eef4ff;
  --vmx-bg-page: #f5f6f8;
  --vmx-bg-hover: #f5f8fc;
  --vmx-border-soft: #eef2f7;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 14px;
  line-height: 1.5;
  color: #323437;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.text-muted {
  color: var(--vmx-text-muted);
}
.text-secondary {
  color: var(--vmx-text-secondary);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
.w100 {
  width: 100%;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
  box-sizing: border-box;
}
.row::before,
.row::after {
  content: '';
  display: table;
}
.row::after {
  clear: both;
}
.row::before,
.row::after {
  content: '';
  display: table;
}
.row::after {
  clear: both;
}
[class*='col-'] {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 7.5px;
  padding-right: 7.5px;
  box-sizing: border-box;
}
.col-xs-1 {
  width: 8.33333333%;
  float: left;
}
.col-xs-2 {
  width: 16.66666667%;
  float: left;
}
.col-xs-3 {
  width: 25%;
  float: left;
}
.col-xs-4 {
  width: 33.33333333%;
  float: left;
}
.col-xs-5 {
  width: 41.66666667%;
  float: left;
}
.col-xs-6 {
  width: 50%;
  float: left;
}
.col-xs-7 {
  width: 58.33333333%;
  float: left;
}
.col-xs-8 {
  width: 66.66666667%;
  float: left;
}
.col-xs-9 {
  width: 75%;
  float: left;
}
.col-xs-10 {
  width: 83.33333333%;
  float: left;
}
.col-xs-11 {
  width: 91.66666667%;
  float: left;
}
.col-xs-12 {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-md-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-md-3 {
    width: 25%;
    float: left;
  }
  .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-md-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-md-9 {
    width: 75%;
    float: left;
  }
  .col-md-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-md-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-md-12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-lg-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-lg-3 {
    width: 25%;
    float: left;
  }
  .col-lg-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-lg-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-lg-6 {
    width: 50%;
    float: left;
  }
  .col-lg-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-lg-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-lg-9 {
    width: 75%;
    float: left;
  }
  .col-lg-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-lg-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-lg-12 {
    width: 100%;
    float: left;
  }
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-responsive {
  width: 100%;
  overflow: auto;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background: none;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: '/\00a0';
}
.breadcrumb > .active {
  color: #999;
}
.form-group {
  margin-bottom: 15px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.v-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  min-height: 18px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  border-radius: 3px;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  box-sizing: border-box;
}
.v-status-p {
  background-color: #006EFF;
  background-image: linear-gradient(135deg, #006EFF, #2866b8);
  color: #fff;
}
.v-status-s {
  background-color: #52c41a;
  background-image: linear-gradient(135deg, #52c41a, #389e0d);
  color: #fff;
}
.v-status-d {
  background-color: #ff4d4f;
  background-image: linear-gradient(135deg, #ff4d4f, #cf1322);
  color: #fff;
}
.v-status-w {
  background-color: #faad14;
  background-image: linear-gradient(135deg, #faad14, #d48806);
  color: #fff;
}
.v-status-i {
  background-color: #722ed1;
  background-image: linear-gradient(135deg, #722ed1, #531dab);
  color: #fff;
}
.v-status-e {
  background-color: #f5222d;
  background-image: linear-gradient(135deg, #f5222d, #a8071a);
  color: #fff;
}
.v-status-n {
  background-color: #8c8c8c;
  background-image: linear-gradient(135deg, #8c8c8c, #595959);
  color: #fff;
}
.v-status-o {
  background-color: #ff7a45;
  background-image: linear-gradient(135deg, #ff7a45, #d4380d);
  color: #fff;
}
.v-status-c {
  background-color: #13c2c2;
  background-image: linear-gradient(135deg, #13c2c2, #08979c);
  color: #fff;
}
.v-status-t {
  background-color: #36cfc9;
  background-image: linear-gradient(135deg, #36cfc9, #08979c);
  color: #fff;
}
.v-status-b {
  background-color: #434343;
  background-image: linear-gradient(135deg, #434343, #262626);
  color: #fff;
}
.v-status-m {
  background-color: #eb2f96;
  background-image: linear-gradient(135deg, #eb2f96, #c41d7f);
  color: #fff;
}
.v-status-u {
  background-color: #597ef7;
  background-image: linear-gradient(135deg, #597ef7, #2f54eb);
  color: #fff;
}
.v-status-g {
  background-color: #a0d911;
  background-image: linear-gradient(135deg, #a0d911, #7cb305);
  color: #fff;
}
.v-status-r {
  background-color: #ff7875;
  background-image: linear-gradient(135deg, #ff7875, #ff4d4f);
  color: #fff;
}
.v-status-lp {
  background: #e6f4ff;
  color: #0958d9;
  border: 1px solid #91caff;
}
.v-status-ls {
  background: #f6ffed;
  color: #389e0d;
  border: 1px solid #b7eb8f;
}
.v-status-lw {
  background: #fffbe6;
  color: #d48806;
  border: 1px solid #ffe58f;
}
.v-status-ld {
  background: #fff2f0;
  color: #cf1322;
  border: 1px solid #ffccc7;
}
.v-status-li {
  background: #f9f0ff;
  color: #531dab;
  border: 1px solid #d3adf7;
}
.v-status-ln {
  background: #fafafa;
  color: #595959;
  border: 1px solid #d9d9d9;
}
.vmx-form {
  width: 100%;
  box-sizing: border-box;
}
.vmx-input-line {
  width: 100%;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.vmx-input-line::before,
.vmx-input-line::after {
  content: '';
  display: table;
}
.vmx-input-line::after {
  clear: both;
}
.vmx-input-line::before,
.vmx-input-line::after {
  content: '';
  display: table;
}
.vmx-input-line::after {
  clear: both;
}
.vmx-input-line .inputname {
  text-align: left;
  font-weight: 500;
  padding: 0;
  width: 100%;
  margin-bottom: 6px;
  min-height: 0;
  line-height: 1.4;
  font-size: 13px;
  overflow: hidden;
}
.vmx-input-line .inputname .vmx-zha {
  float: right;
  color: #006EFF;
  cursor: pointer;
}
.vmx-input-line .inputname .vmx-zha:hover {
  color: #005fdf;
}
.vmx-input-line .inputarea {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.vmx-input-line .inputarea > input,
.vmx-input-line .inputarea > textarea,
.vmx-input-line .inputarea > .vmx-input,
.vmx-input-line .inputarea > .vmx-textarea,
.vmx-input-line .inputarea > .vmx-select-container {
  width: 100%;
  display: block;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.vmx-input-line .inputarea > select.vmx-select {
  display: none !important;
}
.vmx-input-line .inputarea .select2-container {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 !important;
  box-sizing: border-box;
}
.vmx-input-line .inputarea .desc {
  font-size: 12px;
  color: #ccc;
  margin-top: 4px;
}
.vmx-input-line .required {
  color: #ff4d4f;
}
.vmx-input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cbcbcb;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  color: #323437;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  display: block;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  cursor: text;
}
.vmx-input:hover {
  border-color: #006EFF;
  outline: none;
}
.vmx-input:focus {
  border-color: #006EFF;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25);
}
.vmx-input:disabled,
.vmx-input[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.8;
}
.vmx-textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cbcbcb;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  color: #323437;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
  height: 150px;
  min-height: 96px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
  cursor: text;
  overflow: auto;
}
.vmx-textarea:hover {
  border-color: #006EFF;
  outline: none;
}
.vmx-textarea:focus {
  border-color: #006EFF;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25);
}
.vmx-textarea:disabled,
.vmx-textarea[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.8;
}
textarea.vmx-input {
  height: 150px;
  min-height: 96px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
  overflow: auto;
}
select.vmx-select,
.vmx-select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cbcbcb;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  color: #323437;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  display: block;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  padding: 0 28px 0 8px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}
select.vmx-select:hover,
.vmx-select:hover {
  border-color: #006EFF;
  outline: none;
}
select.vmx-select:focus,
.vmx-select:focus {
  border-color: #006EFF;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25);
}
select.vmx-select:disabled,
.vmx-select:disabled,
select.vmx-select[readonly],
.vmx-select[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.8;
}
select.vmx-select:hover,
.vmx-select:hover {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
select.vmx-select:focus,
.vmx-select:focus {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
select.vmx-select::-ms-expand,
.vmx-select::-ms-expand {
  display: none;
}
select.vmx-select.select2-hidden-accessible,
.vmx-select.select2-hidden-accessible {
  background-image: none;
  padding-right: 8px;
}
select.vmx-select {
  display: none !important;
}
select.vmx-select.vmx-select-in-table,
.vmx-select.vmx-select-in-table {
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 24px 0 8px;
  font-size: 13px;
}
.vmx-test.vmx-error,
.vmx-input.vmx-error,
.vmx-textarea.vmx-error,
.vmx-select.vmx-error {
  border-color: #ff4d4f !important;
  background: rgba(255, 0, 0, 0.05);
}
.vmx-upload {
  cursor: pointer;
}
.input-fd-btn {
  position: absolute;
  right: 3px;
  height: 22px;
  padding: 0 5px;
  background: #eee;
  color: #000;
  line-height: 22px;
  top: 10px;
  border-radius: 6px;
  z-index: 1;
}
.input-fd-btn:hover {
  background: #1622d4;
  text-decoration: none;
  color: #fff;
}
.fitem-coverlist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fitem-coverlist .cover-item {
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #eee;
  border-radius: 10px;
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.fitem-coverlist .cover-item::before {
  content: "x";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: #ff4d4f;
  color: #fff;
  border-radius: 50%;
  top: 0;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
.fitem-coverlist .cover-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fitem-coverlist--single,
.fitem-coverlist--multiple {
  margin-top: 0;
}
.vmx-radio-label,
.vmx-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 16px 8px 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--vmx-text);
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
}
.vmx-radio-label input,
.vmx-checkbox-label input {
  margin: 0;
  width: 15px;
  height: 15px;
  accent-color: var(--vmx-primary);
  cursor: pointer;
}
.vmx-upload-file__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.vmx-upload-file__name {
  color: var(--vmx-primary);
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vmx-upload-file__clear {
  color: var(--vmx-text-muted);
}
.vmx-upload-file__clear:hover {
  color: var(--vmx-danger);
}
.vmx-file-list {
  margin-top: 10px;
}
.vmx-file-list__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid var(--vmx-border-soft);
  font-size: 13px;
}
.vmx-file-list__item:last-child {
  border-bottom: 0;
}
.vmx-file-list__name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vmx-file-list__remove {
  color: var(--vmx-text-muted);
}
.vmx-file-list__remove:hover {
  color: var(--vmx-danger);
}
.vmx-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-height: var(--vmx-control-height);
  padding: 4px 8px;
  border: 1px solid var(--vmx-border);
  border-radius: var(--vmx-radius);
  background: #fff;
  box-sizing: border-box;
}
.vmx-tags:focus-within {
  border-color: var(--vmx-primary);
}
.vmx-tags__list {
  display: contents;
}
.vmx-tags__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--vmx-bg-soft);
  color: var(--vmx-primary);
  font-size: 13px;
  line-height: 20px;
}
.vmx-tags__remove {
  cursor: pointer;
  opacity: 0.7;
}
.vmx-tags__remove:hover {
  opacity: 1;
}
.vmx-tags__input {
  flex: 1 1 120px;
  min-width: 120px;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.vmx-keyvalue__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vmx-keyvalue__row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vmx-keyvalue__row .vmx-input {
  flex: 1 1 0;
  min-width: 0;
}
.vmx-keyvalue__del {
  flex: 0 0 auto;
  color: var(--vmx-text-muted);
}
.vmx-keyvalue__del:hover {
  color: var(--vmx-danger);
}
.vmx-json {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  min-height: 120px;
}
.vmx-upload-single__picker,
.vmx-upload-multiple__picker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 120px;
  height: 120px;
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
  color: #999;
  font-size: 12px;
  transition: border-color 0.2s, color 0.2s;
  user-select: none;
  box-sizing: border-box;
  flex-shrink: 0;
}
.vmx-upload-single__picker i,
.vmx-upload-multiple__picker i {
  font-size: 28px;
}
.vmx-upload-single__picker small,
.vmx-upload-multiple__picker small {
  font-size: 11px;
  opacity: 0.8;
}
.vmx-upload-single__picker:hover,
.vmx-upload-multiple__picker:hover,
.vmx-upload-single__picker:focus,
.vmx-upload-multiple__picker:focus {
  border-color: #006EFF;
  color: #006EFF;
  outline: none;
}
.vmx-upload-single__picker.is-hidden,
.vmx-upload-multiple__picker.is-hidden {
  display: none;
}
.admin-nav-power-panel {
  padding: 16px 18px 8px;
}
.admin-nav-power__tip {
  margin: 0 0 10px;
  color: #999;
  font-size: 12px;
  line-height: 1.6;
}
.admin-nav-power__toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
}
.admin-nav-power__action {
  padding: 0;
  border: none;
  background: none;
  color: #006EFF;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  font-family: inherit;
}
.admin-nav-power__action:hover {
  color: #005fdf;
  text-decoration: underline;
}
.admin-nav-power__sep {
  color: #d9d9d9;
  font-size: 12px;
  line-height: 1;
  user-select: none;
}
.admin-nav-power__list {
  overflow: visible;
}
.admin-nav-power__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  margin-bottom: 4px;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
}
.admin-nav-power__item:hover {
  background: rgba(0, 110, 255, 0.06);
}
.admin-nav-power__item input {
  margin: 0;
}
.admin-nav-power__item--parent {
  font-weight: 600;
  color: #323437;
}
.admin-nav-power__item--child {
  margin-left: 22px;
  color: #888;
}
.select2-container,
.select2-container--default {
  z-index: 100;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  vertical-align: middle;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
  height: 32px !important;
  min-height: 32px !important;
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 12px !important;
  box-sizing: border-box !important;
  outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
  padding-right: 28px !important;
  line-height: 32px !important;
  font-size: 14px !important;
  color: #323437 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ccc !important;
}
.select2-container:hover .select2-selection--single,
.select2-container--default:hover .select2-selection--single {
  border-color: #006EFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.select2-container.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #006EFF !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.select2-container.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
  opacity: 0.8 !important;
}
.vmx-form .select2-container,
.vmx-form .select2-container--default,
.vmx-input-line .inputarea .select2-container,
.vmx-input-line .inputarea .select2-container--default {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  vertical-align: middle;
}
.vmx-form .select2-container .select2-selection--single,
.vmx-form .select2-container--default .select2-selection--single,
.vmx-input-line .inputarea .select2-container .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default .select2-selection--single {
  height: 32px !important;
  min-height: 32px !important;
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 12px !important;
  box-sizing: border-box !important;
  outline: none !important;
}
.vmx-form .select2-container .select2-selection--single .select2-selection__rendered,
.vmx-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.vmx-input-line .inputarea .select2-container .select2-selection--single .select2-selection__rendered,
.vmx-input-line .inputarea .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
  padding-right: 28px !important;
  line-height: 32px !important;
  font-size: 14px !important;
  color: #323437 !important;
}
.vmx-form .select2-container .select2-selection--single .select2-selection__arrow,
.vmx-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.vmx-input-line .inputarea .select2-container .select2-selection--single .select2-selection__arrow,
.vmx-input-line .inputarea .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
.vmx-form .select2-container .select2-selection--single .select2-selection__placeholder,
.vmx-form .select2-container--default .select2-selection--single .select2-selection__placeholder,
.vmx-input-line .inputarea .select2-container .select2-selection--single .select2-selection__placeholder,
.vmx-input-line .inputarea .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ccc !important;
}
.vmx-form .select2-container:hover .select2-selection--single,
.vmx-form .select2-container--default:hover .select2-selection--single,
.vmx-input-line .inputarea .select2-container:hover .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default:hover .select2-selection--single {
  border-color: #006EFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.vmx-form .select2-container.select2-container--open .select2-selection--single,
.vmx-form .select2-container--default.select2-container--open .select2-selection--single,
.vmx-input-line .inputarea .select2-container.select2-container--open .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default.select2-container--open .select2-selection--single,
.vmx-form .select2-container.select2-container--focus .select2-selection--single,
.vmx-form .select2-container--default.select2-container--focus .select2-selection--single,
.vmx-input-line .inputarea .select2-container.select2-container--focus .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #006EFF !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.vmx-form .select2-container.select2-container--disabled .select2-selection--single,
.vmx-form .select2-container--default.select2-container--disabled .select2-selection--single,
.vmx-input-line .inputarea .select2-container.select2-container--disabled .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
  opacity: 0.8 !important;
}
.select2-container--default .select2-dropdown {
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.1) !important;
  overflow: hidden;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  color: #323437 !important;
  padding: 4px 8px !important;
  outline: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #006EFF !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25) !important;
}
.select2-container--default .select2-results__option {
  font-size: 13px !important;
  color: #323437 !important;
  padding: 6px 8px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--vmx-bg-soft) !important;
  color: #006EFF !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f5f5f5 !important;
  color: #323437 !important;
}
.select2-container--open .select2-dropdown {
  left: 0;
  z-index: 900;
}
.vmx-select.vmx-error + .select2-container--default .select2-selection--single {
  border-color: #ff4d4f !important;
  background-color: rgba(255, 0, 0, 0.05) !important;
}
.vmx-select-container {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  height: 32px !important;
  min-height: 32px !important;
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  padding: 0 28px 0 0 !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 12px !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-image 0.15s ease;
}
.vmx-select-container:hover {
  border-color: #006EFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.vmx-select-container:focus-within,
.vmx-select-container.active {
  border-color: #006EFF !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.vmx-select-container[data-multiple="true"] {
  height: auto !important;
  min-height: 32px !important;
  padding: 4px 28px 4px 6px !important;
  background-position: right 8px 10px !important;
}
.vmx-select-container[data-multiple="true"] .vmx-select-input-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 24px !important;
  padding: 0 !important;
}
.vmx-select-container[data-multiple="true"] .vmx-select-input {
  flex: 1 1 72px !important;
  width: auto !important;
  min-width: 72px !important;
  height: 24px !important;
  min-height: 24px !important;
  line-height: 24px !important;
  padding: 0 4px !important;
}
.vmx-select-container[data-multiple="true"] .vmx-select-tag {
  flex: 0 0 auto !important;
  max-width: 100% !important;
}
.vmx-select-input-wrapper {
  width: 100% !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  gap: 0 !important;
  box-sizing: border-box !important;
}
.vmx-select-input {
  height: 32px !important;
  min-height: 32px !important;
  line-height: 32px !important;
  font-size: 14px !important;
  color: #323437 !important;
  padding: 0 10px !important;
  font-family: inherit !important;
  cursor: pointer;
}
.vmx-select-arrow {
  display: none !important;
}
.vmx-select-dropdown {
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.1) !important;
  margin-top: 4px !important;
}
.vmx-select-option {
  padding: 6px 8px !important;
  font-size: 13px !important;
  color: #323437 !important;
}
.vmx-select-option:hover {
  background-color: var(--vmx-bg-hover) !important;
}
.vmx-select-option.selected {
  background-color: var(--vmx-bg-soft) !important;
  color: #006EFF !important;
}
.vmx-select-group {
  padding: 6px 8px !important;
  font-size: 12px !important;
  color: var(--vmx-text-muted) !important;
  background-color: #f9fafb !important;
}
.vmx-select-tag {
  background-color: var(--vmx-bg-soft) !important;
  color: #006EFF !important;
  font-size: 12px !important;
  height: 22px !important;
  max-width: 100%;
  box-sizing: border-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vmx-select-empty {
  font-size: 13px !important;
  color: var(--vmx-text-muted) !important;
}
.vmx-input-line .inputarea .vmx-select-container,
.vmx-form .vmx-select-container {
  width: 100% !important;
  max-width: 100% !important;
}
.screen .screenitem .vmx-select-container {
  display: inline-block !important;
  vertical-align: middle;
  width: 180px !important;
  max-width: 180px !important;
  margin: 0 !important;
  flex: 0 0 180px;
}
.vmx-select-sheet-mask {
  display: none;
}
@media screen and (max-width: 767px) {
  .vmx-select-sheet-mask {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 21000000;
    background: rgba(15, 23, 42, 0.45);
    -webkit-tap-highlight-color: transparent;
  }
  html.vmx-select-sheet-open {
    overflow: hidden;
    touch-action: none;
  }
  .vmx-select-container.active {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: min(75vh, 560px) !important;
    z-index: 21000001 !important;
    margin: 0 !important;
    padding: 8px 12px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    border: 0 !important;
    border-radius: 14px 14px 0 0 !important;
    box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.18) !important;
    background: #fff !important;
    background-image: none !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }
  .vmx-select-container.active.is-sheet-enter {
    animation: vmx-select-sheet-up 0.22s ease;
  }
  .vmx-select-container.active::before {
    content: '';
    display: block;
    width: 36px;
    height: 4px;
    margin: 4px auto 10px;
    border-radius: 999px;
    background: #d0d5dd;
    flex: 0 0 auto;
  }
  .vmx-select-container.active .vmx-select-input-wrapper {
    flex: 0 0 auto;
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 0 8px !important;
    padding: 0 10px !important;
    border: 1px solid var(--vmx-border) !important;
    border-radius: 8px !important;
    background: #f5f6f8 !important;
    box-sizing: border-box !important;
  }
  .vmx-select-container.active .vmx-select-input {
    height: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
    padding: 0 !important;
    cursor: text !important;
    font-size: 15px !important;
  }
  .vmx-select-container.active .vmx-select-dropdown {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    display: block !important;
    flex: 1 1 auto;
    width: 100% !important;
    min-height: 160px;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  .vmx-select-container.active .vmx-select-option {
    padding: 13px 10px !important;
    font-size: 15px !important;
    border-bottom: 1px solid var(--vmx-border-soft);
  }
  .vmx-select-container.active .vmx-select-option:last-child {
    border-bottom: 0;
  }
  .vmx-select-container.active .vmx-select-group {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .vmx-select-container.active .vmx-select-empty {
    padding: 28px 12px !important;
    text-align: center;
  }
  .vmx-select-container.active[data-multiple="true"] .vmx-select-input-wrapper {
    height: auto !important;
    min-height: 40px !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    padding: 6px 10px !important;
  }
  .screen .screenitem .vmx-select-container.active {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }
}
@keyframes vmx-select-sheet-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.vmx-btn {
  display: inline-block;
  padding: 0 15px;
  border-radius: 6px;
  min-height: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #323437;
  cursor: pointer;
  outline: 0;
  user-select: none;
  border: none;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}
.vmx-btn.vmc {
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 6px;
}
.vmx-btn.btn-w {
  background: #fff;
  border: solid 1px #e1e3e4;
}
.vmx-btn.btn-w:hover {
  color: #323437;
  border-color: #006EFF;
}
.vmx-btn.btn-s {
  background: #28a745;
  border: solid 1px #28a745;
  color: #fff;
}
.vmx-btn.btn-s:hover {
  color: #fff;
  background: #2cb44a;
}
.vmx-btn.btn-r {
  background: #ff4d4f;
  border: solid 1px #ff4d4f;
  color: #fff;
}
.vmx-btn.btn-r:hover {
  color: #fff;
  background: #ef0528;
}
.vmx-btn.btn-p {
  background: #006EFF;
  border: solid 1px #006EFF;
  color: #fff;
}
.vmx-btn.btn-p:hover {
  color: #fff;
  background: #005fdf;
}
.vmx-btn.btn-link {
  background: transparent;
  border: none;
  color: #006EFF;
  padding: 0 8px;
}
.vmx-btn.btn-link:hover {
  color: #005fdf;
  text-decoration: underline;
}
.vmx-btn.btn-disabled {
  background: #ccc;
  cursor: not-allowed;
  border: none;
  color: #fff;
  pointer-events: none;
}
.vmx-btn.btn-sm {
  min-height: 22px;
  height: 22px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 1.4;
}
.vmx-btn.btn-long {
  width: 100%;
}
.vmx-btn.btn-loading {
  cursor: not-allowed;
  padding: 0 10px 0 25px;
  position: relative;
  pointer-events: none;
}
.vmx-btn.btn-loading::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: vmx-spin 1s linear infinite;
}
@keyframes vmx-spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.vmc {
  display: inline-block;
  color: var(--vmx-primary);
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  padding: 2px 6px;
  border-radius: 3px;
  background: none;
  border: none;
}
.vmc:hover {
  color: var(--vmx-primary-hover);
  background: rgba(0, 110, 255, 0.08);
  text-decoration: none;
}
.vmc + .vmc {
  margin-left: 4px;
}
.vmc.vmx-btn {
  padding: 0 15px;
  font-size: 14px;
  min-height: 32px;
  height: 32px;
  border-radius: 6px;
}
.vmx-table,
.vmx-auto-table {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  overflow: hidden;
}
.vmx-table .goods-list-head,
.vmx-auto-table .goods-list-head,
.vmx-table .news-list-head,
.vmx-auto-table .news-list-head {
  padding: 16px 24px 0;
}
.vmx-table .goods-list-body,
.vmx-auto-table .goods-list-body,
.vmx-table .news-list-body,
.vmx-auto-table .news-list-body {
  padding-bottom: 16px;
}
.vmx-table .goods-list-body .vmx-empty,
.vmx-auto-table .goods-list-body .vmx-empty,
.vmx-table .news-list-body .vmx-empty,
.vmx-auto-table .news-list-body .vmx-empty,
.vmx-table .goods-list-body .no-data-container,
.vmx-auto-table .goods-list-body .no-data-container,
.vmx-table .news-list-body .no-data-container,
.vmx-auto-table .news-list-body .no-data-container {
  padding: 16px 24px;
}
.vmx-table .vmx-pagination,
.vmx-auto-table .vmx-pagination,
.vmx-table #pageinfo,
.vmx-auto-table #pageinfo {
  padding: 12px 24px;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #eee;
}
.vmx-table .skeleton-screen,
.vmx-auto-table .skeleton-screen {
  padding: 16px 24px;
}
.vmx-table .table-responsive,
.vmx-auto-table .table-responsive {
  width: 100%;
  float: none;
  overflow-x: auto;
}
.vmx-table .table,
.vmx-auto-table .table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  table-layout: auto;
}
.vmx-table .table > thead > tr > th,
.vmx-auto-table .table > thead > tr > th {
  background: #f9fafb;
  padding: 12px 16px;
  text-align: left;
  color: #374151;
  font-weight: 600;
  white-space: nowrap;
  border-top: none;
  border-bottom: 2px solid #e5e7eb;
  vertical-align: middle;
}
.vmx-table .table > tbody > tr > td,
.vmx-auto-table .table > tbody > tr > td {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  vertical-align: middle;
  color: #323437;
  word-break: break-word;
  white-space: normal;
}
.vmx-table .table > tbody > tr > td a,
.vmx-auto-table .table > tbody > tr > td a {
  color: #006EFF;
}
.vmx-table .table > thead > tr > th:first-child,
.vmx-auto-table .table > thead > tr > th:first-child,
.vmx-table .table > tbody > tr > td:first-child,
.vmx-auto-table .table > tbody > tr > td:first-child {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}
.vmx-table .table > thead > tr > th:first-child,
.vmx-auto-table .table > thead > tr > th:first-child {
  min-width: 72px;
}
.vmx-table .table > tbody > tr:nth-child(even),
.vmx-auto-table .table > tbody > tr:nth-child(even) {
  background-color: #f8f8f8;
}
.vmx-table .table > tbody > tr,
.vmx-auto-table .table > tbody > tr {
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.vmx-table .table > tbody > tr:hover,
.vmx-auto-table .table > tbody > tr:hover {
  background-color: rgba(0, 110, 255, 0.05);
}
.vmx-table .table td.op,
.vmx-auto-table .table td.op {
  white-space: nowrap;
  padding-top: 8px;
  padding-bottom: 8px;
}
.vmx-table .table td.op a,
.vmx-auto-table .table td.op a {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  vertical-align: baseline;
  border-radius: 0;
}
.vmx-table .table td.op a:hover,
.vmx-auto-table .table td.op a:hover {
  background: none;
  text-decoration: underline;
}
.vmx-table .table td.op a + a,
.vmx-auto-table .table td.op a + a {
  margin-left: 8px;
}
.vmx-table .table td.op .vmc,
.vmx-auto-table .table td.op .vmc {
  padding: 0;
  line-height: inherit;
  border-radius: 0;
}
.vmx-table .table td.op .vmc:hover,
.vmx-auto-table .table td.op .vmc:hover {
  background: none;
  text-decoration: underline;
}
.vmx-table .table td.op .vmc + a,
.vmx-auto-table .table td.op .vmc + a,
.vmx-table .table td.op .vmc + .vmc,
.vmx-auto-table .table td.op .vmc + .vmc {
  margin-left: 8px;
}
.vmx-table .table-responsive:last-child .table > tbody > tr:last-child > td:first-child,
.vmx-auto-table .table-responsive:last-child .table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 10px;
}
.vmx-table .table-responsive:last-child .table > tbody > tr:last-child > td:last-child,
.vmx-auto-table .table-responsive:last-child .table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 10px;
}
.vmx-table-copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  white-space: nowrap;
  vertical-align: middle;
}
.vmx-table-copy__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vmx-table-copy__btn {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .vmx-table .table > tbody > tr:hover,
  .vmx-auto-table .table > tbody > tr:hover {
    position: relative;
    z-index: 1;
  }
  .vmx-table .table > tbody > tr:hover > td,
  .vmx-auto-table .table > tbody > tr:hover > td {
    box-shadow: inset 0 1px 0 0 #006EFF, inset 0 -1px 0 0 #006EFF;
  }
  .vmx-table .table > tbody > tr:hover > td:first-child,
  .vmx-auto-table .table > tbody > tr:hover > td:first-child {
    box-shadow: inset 1px 0 0 0 #006EFF, inset 0 1px 0 0 #006EFF, inset 0 -1px 0 0 #006EFF;
  }
  .vmx-table .table > tbody > tr:hover > td:last-child,
  .vmx-auto-table .table > tbody > tr:hover > td:last-child {
    box-shadow: inset -1px 0 0 0 #006EFF, inset 0 1px 0 0 #006EFF, inset 0 -1px 0 0 #006EFF;
  }
  .vmx-table .table > tbody > tr:hover > td:first-child:last-child,
  .vmx-auto-table .table > tbody > tr:hover > td:first-child:last-child {
    box-shadow: inset 1px 0 0 0 #006EFF, inset -1px 0 0 0 #006EFF, inset 0 1px 0 0 #006EFF, inset 0 -1px 0 0 #006EFF;
  }
}
.tablex {
  width: 100%;
  border-collapse: collapse;
}
.tablex tr {
  transition: background-color 0.3s ease;
}
.tablex tr:nth-child(even) {
  background-color: #f8f8f8;
}
.tablex th {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  white-space: nowrap;
}
.tablex td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.tablex td a {
  color: #006EFF;
}
@media screen and (max-device-width: 480px) {
  .tablex td,
  .tablex th {
    padding: 5px;
  }
}
.table {
  margin-bottom: 0;
}
.table > thead > tr > th {
  border-bottom: solid 1px #eee;
}
.table-card td {
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.table td a,
.table th a {
  color: #006EFF;
}
.context-menu {
  position: fixed;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 4px 0;
  list-style-type: none;
  z-index: 700;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
  min-width: 200px;
}
.context-menu li {
  padding: 0;
}
.context-menu li:hover {
  background-color: #f2f2f2;
}
.context-menu li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.context-menu a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  transition: background-color 0.2s ease;
}
.context-menu a:hover {
  background-color: #f2f2f2;
}
.mobile-sheet-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 700;
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}
.mobile-sheet-mask.is-open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-table-sheet,
.mobile-table-detail {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 701;
  background: #fff;
  border-radius: 14px 14px 0 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
  padding-bottom: env(safe-area-inset-bottom, 0);
  box-sizing: border-box;
  max-height: 80vh;
  overflow: hidden;
  will-change: transform;
}
.mobile-table-sheet.is-open,
.mobile-table-detail.is-open {
  transform: translate3d(0, 0, 0);
}
.mobile-table-sheet__handle {
  width: 40px;
  height: 4px;
  margin: 10px auto 8px;
  border-radius: 999px;
  background: #ddd;
}
.mobile-table-sheet__list {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  max-height: 50vh;
  overflow-y: auto;
}
.mobile-table-sheet__item {
  border-bottom: 1px solid #f0f2f5;
}
.mobile-table-sheet__item a {
  display: block;
  padding: 14px 20px;
  font-size: 15px;
  color: #1a1d21;
  text-decoration: none;
  text-align: center;
}
.mobile-table-sheet__item:active {
  background: #f5f8fc;
}
.mobile-table-sheet__item--detail a {
  color: var(--vmx-primary);
  font-weight: 500;
}
.mobile-table-sheet__cancel,
.mobile-table-detail .mobile-table-sheet__cancel {
  display: block;
  width: 100%;
  border: none;
  border-top: 8px solid #f5f6f8;
  background: #fff;
  padding: 14px 20px;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  box-sizing: border-box;
}
.mobile-table-detail__title {
  padding: 0 20px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1d21;
  text-align: center;
}
.mobile-table-detail__fields {
  max-height: 55vh;
  overflow-y: auto;
  padding: 0 20px 12px;
}
.mobile-table-detail__row {
  padding: 10px 0;
  border-bottom: 1px solid #f0f2f5;
}
.mobile-table-detail__row:last-child {
  border-bottom: none;
}
.mobile-table-detail__label {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
.mobile-table-detail__value {
  font-size: 14px;
  color: #1a1d21;
  line-height: 1.5;
  word-break: break-word;
}
.mobile-table-detail__empty {
  padding: 24px 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 880px) {
  .vmx-table .table td.op,
  .vmx-auto-table .table td.op,
  .table-right-menu tbody td.op,
  .vmx-table .table thead th.op,
  .vmx-auto-table .table thead th.op,
  .table-right-menu thead th.op,
  .table-right-menu thead th:last-child {
    display: none !important;
  }
}
.vmx-table .table td.op a,
.vmx-auto-table .table td.op a {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  vertical-align: baseline;
}
.vmx-pagination,
#pageinfo {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  clear: both;
}
.vmx-pagination::before,
#pageinfo::before,
.vmx-pagination::after,
#pageinfo::after {
  content: '';
  display: table;
}
.vmx-pagination::after,
#pageinfo::after {
  clear: both;
}
.vmx-pagination::before,
#pageinfo::before,
.vmx-pagination::after,
#pageinfo::after {
  content: '';
  display: table;
}
.vmx-pagination::after,
#pageinfo::after {
  clear: both;
}
.vmx-pagination > .page-info,
#pageinfo > .page-info,
.vmx-pagination > a,
#pageinfo > a {
  padding: 0 10px;
  border: solid 1px #ccc;
  border-right: 0;
  min-width: 25px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  float: left;
  box-sizing: border-box;
  white-space: nowrap;
}
.vmx-pagination > a,
#pageinfo > a {
  color: #000;
}
.vmx-pagination > a:hover,
#pageinfo > a:hover {
  background: #eee;
}
.vmx-pagination > a.active,
#pageinfo > a.active {
  background: #006EFF;
  color: #fff;
  border-color: #006EFF;
}
.vmx-pagination > a.active:hover,
#pageinfo > a.active:hover {
  background: #0061e0;
}
.vmx-pagination > a.disabled,
#pageinfo > a.disabled,
.vmx-pagination > a.disabled:hover,
#pageinfo > a.disabled:hover {
  color: #bbb;
  background: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.vmx-pagination > .page-info,
#pageinfo > .page-info {
  color: #888;
  font-size: 13px;
  cursor: default;
}
.vmx-pagination > .page-info:hover,
#pageinfo > .page-info:hover {
  background: #fff;
}
.vmx-pagination > .page-info.page-jump,
#pageinfo > .page-info.page-jump {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}
.vmx-pagination > .page-info.page-jump:hover,
#pageinfo > .page-info.page-jump:hover {
  background: #eee;
}
.vmx-pagination > .page-info.page-jump .page-jump__text,
#pageinfo > .page-info.page-jump .page-jump__text {
  pointer-events: none;
  white-space: nowrap;
}
.vmx-pagination > .page-info.page-jump .page-jump__text::after,
#pageinfo > .page-info.page-jump .page-jump__text::after {
  content: '\25BE';
  margin-left: 4px;
  font-size: 10px;
  opacity: 0.55;
}
.vmx-pagination > .page-info.page-jump .page-jump__select,
#pageinfo > .page-info.page-jump .page-jump__select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}
.vmx-pagination > :first-child,
#pageinfo > :first-child {
  border-radius: 6px 0 0 6px;
}
.vmx-pagination > :last-child,
#pageinfo > :last-child {
  border-right: solid 1px #ccc;
  border-radius: 0 6px 6px 0;
}
.vmx-pagination .page-dropdown,
#pageinfo .page-dropdown {
  float: left;
}
.vmx-pagination .page-dropdown select,
#pageinfo .page-dropdown select {
  height: 32px;
  line-height: 32px;
  border: solid 1px #ccc;
  border-right: 0;
  border-radius: 0;
  padding: 0 8px;
  min-width: 52px;
  background: #fff;
  color: #000;
  font-size: 13px;
  vertical-align: top;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}
.vmx-pagination .page-dropdown select:hover,
#pageinfo .page-dropdown select:hover,
.vmx-pagination .page-dropdown select:focus,
#pageinfo .page-dropdown select:focus {
  background: #eee;
}
.vmx-pagination--vue,
#pageinfo--vue {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.vmx-pagination--vue > .page-info,
#pageinfo--vue > .page-info,
.vmx-pagination--vue > a,
#pageinfo--vue > a {
  float: none;
  border-right: solid 1px #ccc;
  border-radius: 6px;
}
.vmx-pagination--vue > a.disabled,
#pageinfo--vue > a.disabled {
  color: #bbb;
  background: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.vmx-pagination--vue > .page-info,
#pageinfo--vue > .page-info {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 6px;
  color: #888;
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vmx-pagination,
  #pageinfo {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    float: none;
  }
  .vmx-pagination > .page-info,
  #pageinfo > .page-info,
  .vmx-pagination > a,
  #pageinfo > a {
    float: none;
    border: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-radius: 6px;
    min-height: 36px;
    line-height: 34px;
    padding: 0 12px;
  }
  .vmx-pagination > :first-child,
  #pageinfo > :first-child,
  .vmx-pagination > :last-child,
  #pageinfo > :last-child {
    border-radius: 6px;
    border-right: solid 1px #ccc;
  }
  .vmx-pagination > .page-first,
  #pageinfo > .page-first,
  .vmx-pagination > .page-last,
  #pageinfo > .page-last,
  .vmx-pagination > .page-num,
  #pageinfo > .page-num,
  .vmx-pagination > .page-ellipsis,
  #pageinfo > .page-ellipsis,
  .vmx-pagination .page-dropdown,
  #pageinfo .page-dropdown {
    display: none !important;
  }
  .vmx-pagination > .page-prev,
  #pageinfo > .page-prev {
    order: 1;
    flex: 1 1 0;
    min-width: 0;
  }
  .vmx-pagination > .page-info,
  #pageinfo > .page-info,
  .vmx-pagination > .page-info.page-jump,
  #pageinfo > .page-info.page-jump {
    order: 2;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 0 14px;
  }
  .vmx-pagination > .page-next,
  #pageinfo > .page-next {
    order: 3;
    flex: 1 1 0;
    min-width: 0;
  }
}
.screen {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
}
.screen.searchbox {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.vmx-list-toolbar .screen.searchbox {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.screen > script {
  display: none;
}
.screen .screenitem {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 8px 10px 0;
  font-size: 14px;
  box-sizing: border-box;
  white-space: nowrap;
  flex: 0 1 auto;
  max-width: 100%;
}
.screen .screenitem:not(.screenitem--actions) {
  min-width: 0;
}
.screen .screenitem .search_label {
  display: inline-block;
  vertical-align: middle;
  min-width: 56px;
  max-width: 96px;
  font-weight: 500;
  font-size: 13px;
  color: #4b5563;
  line-height: 32px;
  text-align: right;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.screen .screenitem .vmx-input,
.screen .screenitem .vmx-select-container {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  max-width: 100%;
  margin: 0;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
}
.screen .screenitem .vmx-select-container[data-multiple="true"] {
  height: auto;
  min-height: 32px;
  line-height: normal;
}
.screen .screenitem select.vmx-select {
  display: none !important;
}
.screen .screenitem .select2-container {
  display: inline-block !important;
  vertical-align: middle;
  width: 180px !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.screen .screenitem--actions {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 0;
  flex: 0 0 auto;
}
.screen .screenitem--actions .vmx-btn + .vmx-btn {
  margin-left: 8px;
}
.screen .searchbtn {
  display: inline-block;
  vertical-align: middle;
}
.vmx-zz,
.mobile-vmx-zz {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 400;
}
.vmx-empty {
  padding: 40px 24px;
  text-align: center;
  color: var(--vmx-text-muted);
  font-size: 14px;
  line-height: 1.5;
}
.vmx-empty > i {
  display: block;
  margin: 0 auto 8px;
  font-size: 28px;
  line-height: 1;
  opacity: 0.55;
}
.vmx-empty > p {
  margin: 0;
}
.no-data-container {
  padding: 40px 24px;
  text-align: center;
  box-sizing: border-box;
}
.no-data-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--vmx-text-muted);
  font-size: 14px;
  line-height: 1.5;
}
.no-data-box i {
  font-size: 28px;
  line-height: 1;
  opacity: 0.55;
}
.no-data-box p {
  margin: 0;
}
.vmx-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  margin-right: 16px;
  margin-bottom: 8px;
}
.vmx-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.vmx-switch__slider {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  background: #d9d9d9;
  border-radius: 11px;
  transition: background 0.2s;
}
.vmx-switch__slider::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}
input:checked + .vmx-switch__slider {
  background: var(--vmx-primary);
}
input:checked + .vmx-switch__slider::before {
  transform: translateX(18px);
}
input:disabled + .vmx-switch__slider {
  opacity: 0.45;
  cursor: not-allowed;
}
input:disabled ~ .vmx-switch__label {
  color: var(--vmx-text-muted);
  cursor: not-allowed;
}
.vmx-switch__label {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.vmx-switch--sm .vmx-switch__slider {
  width: 32px;
  height: 18px;
  border-radius: 9px;
}
.vmx-switch--sm .vmx-switch__slider::before {
  width: 14px;
  height: 14px;
}
.vmx-switch--sm input:checked + .vmx-switch__slider::before {
  transform: translateX(14px);
}
.vmx-switch--sm .vmx-switch__label {
  font-size: 13px;
}
.vmx-tabs {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 36px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  border-bottom: 1px solid var(--vmx-border-soft, #eef2f7);
  box-sizing: border-box;
}
.vmx-tabs__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin: 0;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: #8a8f99;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: color 0.15s ease;
}
.vmx-tabs__item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: transparent;
  border-radius: 1.5px 1.5px 0 0;
  transition: background 0.15s ease;
}
.vmx-tabs__item:hover {
  color: #4a4f58;
  text-decoration: none;
}
.vmx-tabs__item.is-active {
  color: var(--vmx-primary, #006EFF);
  font-weight: 600;
}
.vmx-tabs__item.is-active::after {
  background: var(--vmx-primary, #006EFF);
}
.vmx-tabs__item.is-active .vmx-tabs__count {
  color: var(--vmx-primary, #006EFF);
  font-weight: 600;
}
.vmx-tabs__item:focus-visible {
  outline: 2px solid rgba(0, 110, 255, 0.35);
  outline-offset: 2px;
  border-radius: 2px;
}
.vmx-tabs__count {
  color: #a0a5ad;
  font-size: 14px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.vmx-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: var(--vmx-radius);
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}
.vmx-alert__icon {
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1;
}
.vmx-alert__body {
  flex: 1 1 auto;
  min-width: 0;
}
.vmx-alert__title {
  font-weight: 600;
  margin-bottom: 2px;
}
.vmx-alert__desc {
  color: inherit;
  opacity: 0.88;
}
.vmx-alert__close {
  flex: 0 0 auto;
  margin: -2px -4px 0 0;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: inherit;
  opacity: 0.55;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.vmx-alert__close:hover {
  opacity: 0.9;
}
.vmx-alert--info {
  color: #0958d9;
  background: #e6f4ff;
  border-color: #91caff;
}
.vmx-alert--success {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.vmx-alert--warning {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.vmx-alert--danger {
  color: #cf1322;
  background: #fff2f0;
  border-color: #ffccc7;
}
.vmx-alert--plain {
  color: var(--vmx-text);
  background: var(--vmx-bg-hover);
  border-color: var(--vmx-border-soft);
}
.vmx-progress {
  position: relative;
  width: 100%;
  height: 8px;
  background: #f0f2f5;
  border-radius: 100px;
  overflow: hidden;
  box-sizing: border-box;
}
.vmx-progress__bar {
  height: 100%;
  width: 0;
  background: var(--vmx-primary);
  border-radius: 100px;
  transition: width 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
.vmx-progress__text {
  padding: 0 8px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}
.vmx-progress--sm {
  height: 4px;
}
.vmx-progress--lg {
  height: 18px;
}
.vmx-progress--lg .vmx-progress__text {
  font-size: 12px;
}
.vmx-progress--success .vmx-progress__bar,
.vmx-progress__bar--success {
  background: var(--vmx-success);
}
.vmx-progress--warning .vmx-progress__bar,
.vmx-progress__bar--warning {
  background: var(--vmx-warning);
}
.vmx-progress--danger .vmx-progress__bar,
.vmx-progress__bar--danger {
  background: var(--vmx-danger);
}
.vmx-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--vmx-text-secondary);
}
.vmx-progress-meta__label {
  color: var(--vmx-text);
}
.vmx-progress-meta__value {
  font-variant-numeric: tabular-nums;
}
.vmx-steps {
  display: flex;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.vmx-steps__item {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding-right: 16px;
  color: var(--vmx-text-muted);
}
.vmx-steps__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 36px;
  width: calc(100% - 20px);
  height: 1px;
  background: var(--vmx-border-soft);
}
.vmx-steps__item.is-finish {
  color: var(--vmx-text);
}
.vmx-steps__item.is-finish .vmx-steps__num {
  background: var(--vmx-bg-soft);
  color: var(--vmx-primary);
  border-color: var(--vmx-primary);
}
.vmx-steps__item.is-finish::after {
  background: var(--vmx-primary);
}
.vmx-steps__item.is-process {
  color: var(--vmx-text);
}
.vmx-steps__item.is-process .vmx-steps__num {
  background: var(--vmx-primary);
  color: #fff;
  border-color: var(--vmx-primary);
}
.vmx-steps__item.is-error .vmx-steps__num {
  background: #fff2f0;
  color: var(--vmx-danger);
  border-color: var(--vmx-danger);
}
.vmx-steps__indicator {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 28px;
  margin: 0 0 8px;
  background: #fff;
}
.vmx-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--vmx-border);
  border-radius: 50%;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}
.vmx-steps__content {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  padding: 0;
}
.vmx-steps__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: inherit;
}
.vmx-steps__desc {
  margin-top: 2px;
  font-size: 12px;
  color: var(--vmx-text-muted);
  line-height: 1.4;
}
.vmx-steps--vertical {
  flex-direction: column;
  gap: 0;
}
.vmx-steps--vertical .vmx-steps__item {
  flex: 0 0 auto;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
}
.vmx-steps--vertical .vmx-steps__item:not(:last-child)::after {
  top: 32px;
  left: 13px;
  width: 1px;
  height: calc(100% - 36px);
}
.vmx-steps--vertical .vmx-steps__item:last-child {
  padding-bottom: 0;
}
.vmx-steps--vertical .vmx-steps__indicator {
  margin: 0 10px 0 0;
  background: transparent;
}
.vmx-steps--vertical .vmx-steps__content {
  width: auto;
  padding-top: 3px;
}
.vmx-steps--vertical .vmx-steps__num {
  background: #fff;
}
.vmx-collapse {
  border: 1px solid var(--vmx-border-soft);
  border-radius: var(--vmx-radius);
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.vmx-collapse__item {
  border-bottom: 1px solid var(--vmx-border-soft);
}
.vmx-collapse__item:last-child {
  border-bottom: 0;
}
.vmx-collapse__item.is-open .vmx-collapse__arrow {
  transform: rotate(180deg);
}
.vmx-collapse__item.is-open .vmx-collapse__body {
  display: block;
}
.vmx-collapse__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  color: var(--vmx-text);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.vmx-collapse__header:hover {
  background: var(--vmx-bg-hover);
}
.vmx-collapse__arrow {
  flex: 0 0 auto;
  color: var(--vmx-text-muted);
  font-size: 14px;
  transition: transform 0.2s ease;
}
.vmx-collapse__body {
  display: none;
  border-top: 1px solid var(--vmx-border-soft);
  background: #fafbfc;
}
.vmx-collapse__inner {
  padding: 12px 14px 14px;
  color: var(--vmx-text-secondary);
  font-size: 13px;
  line-height: 1.6;
}
.vmx-desc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 24px;
  width: 100%;
  box-sizing: border-box;
}
.vmx-desc__item {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  gap: 12px;
}
.vmx-desc__label {
  flex: 0 0 96px;
  color: var(--vmx-text-muted);
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}
.vmx-desc__value {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--vmx-text);
  font-size: 13px;
  line-height: 1.6;
  word-break: break-word;
}
.vmx-desc--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vmx-desc--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vmx-desc--bordered {
  gap: 0;
  border: 1px solid var(--vmx-border-soft);
  border-radius: var(--vmx-radius);
  overflow: hidden;
  background: #fff;
}
.vmx-desc--bordered .vmx-desc__item {
  margin: 0;
  padding: 0;
  border-right: 1px solid var(--vmx-border-soft);
  border-bottom: 1px solid var(--vmx-border-soft);
  background: #fff;
}
.vmx-desc--bordered .vmx-desc__label,
.vmx-desc--bordered .vmx-desc__value {
  padding: 10px 12px;
  line-height: 1.5;
}
.vmx-desc--bordered .vmx-desc__label {
  flex-basis: 110px;
  background: #fafbfc;
  border-right: 1px solid var(--vmx-border-soft);
}
.vmx-desc--cols-1.vmx-desc--bordered {
  grid-template-columns: 1fr;
}
.vmx-desc--cols-1.vmx-desc--bordered .vmx-desc__item {
  border-right: 0;
}
@media (max-width: 767px) {
  .vmx-desc--cols-2,
  .vmx-desc--cols-3 {
    grid-template-columns: 1fr;
  }
  .vmx-desc--bordered .vmx-desc__item {
    border-right: 0;
  }
}
.vmx-tree {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--vmx-text);
  user-select: none;
}
.vmx-tree__node {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vmx-tree__node.is-open > .vmx-tree__children {
  display: block;
}
.vmx-tree__node.is-open > .vmx-tree__row .vmx-tree__switch {
  transform: rotate(90deg);
}
.vmx-tree__node.is-leaf > .vmx-tree__row .vmx-tree__switch {
  visibility: hidden;
}
.vmx-tree__row {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  padding: 2px 6px;
  border-radius: 4px;
}
.vmx-tree__row:hover {
  background: var(--vmx-bg-hover);
}
.vmx-tree__row.is-selected {
  background: var(--vmx-bg-soft);
  color: var(--vmx-primary);
}
.vmx-tree__switch {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vmx-text-muted);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.15s ease;
  appearance: none;
  -webkit-appearance: none;
}
.vmx-tree__switch::before {
  content: '\25B8';
  display: inline-block;
}
.vmx-tree__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}
.vmx-tree__label input {
  margin: 0;
}
.vmx-tree__children {
  display: none;
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
}
.vmx-cascader {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 360px;
  vertical-align: top;
  box-sizing: border-box;
}
.vmx-cascader.is-open .vmx-cascader__dropdown {
  display: flex;
}
.vmx-cascader.is-open .vmx-cascader__arrow {
  transform: rotate(180deg);
}
.vmx-cascader__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: var(--vmx-control-height);
  padding: 4px 10px;
  border: 1px solid var(--vmx-border);
  border-radius: var(--vmx-radius);
  background: #fff;
  color: var(--vmx-text);
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.vmx-cascader__trigger:hover {
  border-color: var(--vmx-primary);
}
.vmx-cascader__text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vmx-cascader__placeholder {
  color: var(--vmx-placeholder);
}
.vmx-cascader__arrow {
  flex: 0 0 auto;
  color: var(--vmx-text-muted);
  font-size: 12px;
  transition: transform 0.15s ease;
}
.vmx-cascader__dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 100;
  max-width: 100vw;
  border: 1px solid var(--vmx-border-soft);
  border-radius: var(--vmx-radius);
  background: #fff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}
.vmx-cascader__menu {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  min-width: 140px;
  max-height: 240px;
  overflow-y: auto;
  border-right: 1px solid var(--vmx-border-soft);
}
.vmx-cascader__menu:last-child {
  border-right: 0;
}
.vmx-cascader__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 12px;
  color: var(--vmx-text);
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.vmx-cascader__option i {
  color: var(--vmx-text-muted);
  font-size: 12px;
}
.vmx-cascader__option:hover {
  background: var(--vmx-bg-hover);
}
.vmx-cascader__option.is-active {
  background: var(--vmx-bg-soft);
  color: var(--vmx-primary);
}
.vmx-cascader__option.is-active i {
  color: var(--vmx-primary);
}
.vmx-layer-form {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 24px 24px;
  float: none;
  box-sizing: border-box;
}
.vmx-layer-form .vmx-form {
  width: 100%;
}
.vmx-layer-form .vmx-btn.mt20 {
  margin-top: 8px;
}
.layui-layer-shade {
  background-color: rgba(15, 23, 42, 0.38) !important;
}
.layui-layer {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 8px 24px rgba(28, 31, 35, 0.12);
  border: 1px solid #eef2f7;
  overflow: hidden;
  font-family: inherit;
  color: #323437;
}
.layui-layer-title {
  height: 48px;
  line-height: 48px;
  padding: 0 52px 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #323437;
  background: #fff;
  border-bottom: 1px solid #eef2f7;
  border-radius: 10px 10px 0 0;
}
.layui-layer-setwin {
  right: 14px;
  top: 12px;
}
.layui-layer-setwin a {
  width: 28px;
  height: 28px;
  margin-left: 4px;
  border-radius: 6px;
  background-image: none !important;
  transition: background-color 0.15s ease;
}
.layui-layer-setwin a:hover {
  opacity: 1;
  background-color: var(--vmx-bg-hover);
}
.layui-layer-setwin a::before {
  font-family: 'bootstrap-icons';
  font-size: 16px;
  color: #888;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.layui-layer-setwin a:hover::before {
  color: #323437;
}
.layui-layer-setwin .layui-layer-min cite {
  display: none;
}
.layui-layer-setwin .layui-layer-min::before {
  content: '\F63B';
}
.layui-layer-setwin .layui-layer-max::before {
  content: '\F3DF';
}
.layui-layer-setwin .layui-layer-maxmin::before {
  content: '\F3DE';
}
.layui-layer-setwin .layui-layer-close1 {
  background: none;
}
.layui-layer-setwin .layui-layer-close1::before {
  content: '\F659';
}
.layui-layer-content {
  color: #323437;
  font-size: 14px;
}
.layui-layer-dialog {
  min-width: 320px;
}
.layui-layer-dialog .layui-layer-content {
  padding: 20px 24px;
  line-height: 1.6;
}
.layui-layer-dialog .layui-layer-padding {
  padding: 20px 24px 20px 60px;
}
.layui-layer-page .layui-layer-content,
.layui-layer-iframe .layui-layer-content {
  background: #fff;
}
.layui-layer-page .layui-layer-btn,
.layui-layer-iframe .layui-layer-btn {
  padding-top: 16px;
}
.layui-layer-btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 20px 18px;
  border-top: 1px solid #eef2f7;
  background: #fff;
  text-align: right;
  pointer-events: auto;
}
.layui-layer-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  min-width: 72px;
  height: 32px;
  line-height: 1;
  margin: 0;
  padding: 0 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.layui-layer-btn a:hover {
  opacity: 1;
  text-decoration: none;
}
.layui-layer-btn a:active {
  opacity: 1;
}
.layui-layer-btn .layui-layer-btn1,
.layui-layer-btn a:not(.layui-layer-btn0) {
  background: #fff;
  border: 1px solid #e1e3e4;
  color: #323437;
}
.layui-layer-btn .layui-layer-btn1:hover,
.layui-layer-btn a:not(.layui-layer-btn0):hover {
  border-color: #006EFF;
  color: #323437;
}
.layui-layer-btn .layui-layer-btn0 {
  border: 1px solid #006EFF;
  background: #006EFF;
  color: #fff;
}
.layui-layer-btn .layui-layer-btn0:hover {
  background: #005fdf;
  border-color: #005fdf;
  color: #fff;
}
.layui-layer-prompt .layui-layer-content {
  padding: 20px 24px 12px;
}
.layui-layer-prompt .layui-layer-input {
  width: 100%;
  max-width: 100%;
  height: 32px;
  min-height: 32px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  color: #323437;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.layui-layer-prompt .layui-layer-input:hover {
  border-color: #006EFF;
}
.layui-layer-prompt .layui-layer-input:focus {
  border-color: #006EFF;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25);
}
.layui-layer-prompt textarea.layui-layer-input {
  width: 100%;
  min-height: 100px;
  line-height: 1.5;
  padding: 8px;
  resize: vertical;
}
.layui-layer-prompt .layui-layer-btn {
  padding-top: 12px;
}
.layui-layer-msg {
  min-width: auto;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.1);
}
.layui-layer-msg .layui-layer-content {
  padding: 10px 16px;
  font-size: 13px;
  color: #323437;
}
.layui-layer-hui {
  min-width: auto;
  border-radius: 6px;
  background-color: rgba(28, 31, 35, 0.88);
  border: none;
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.16);
  color: #fff;
}
.layui-layer-hui .layui-layer-content {
  padding: 10px 18px;
  font-size: 13px;
  color: #fff;
  background: transparent;
}
.layui-layer-tips .layui-layer-content {
  border-radius: 6px;
  background-color: rgba(28, 31, 35, 0.92);
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.14);
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .layui-layer-title {
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    font-size: 14px;
  }
  .layui-layer-setwin {
    top: 10px;
    right: 10px;
  }
  .layui-layer-dialog .layui-layer-content {
    padding: 16px;
  }
  .layui-layer-btn {
    padding: 14px 16px 16px;
    gap: 8px;
  }
  .layui-layer-btn a {
    min-width: 64px;
    height: 32px;
    font-size: 13px;
  }
}
.vmx-toast-host {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: min(92vw, 420px);
  pointer-events: none;
  transform: translateX(-50%);
}
.vmx-toast {
  min-width: 120px;
  max-width: min(92vw, 420px);
  padding: 10px 18px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  word-break: break-word;
  box-shadow: 0 6px 20px rgba(28, 31, 35, 0.16);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.vmx-toast.is-show {
  opacity: 1;
  transform: translateY(0);
}
.vmx-toast.is-hide {
  opacity: 0;
  transform: translateY(-6px);
}
.vmx-toast--ok {
  background: #28a745;
}
.vmx-toast--fail {
  background: #ff4d4f;
}
.vmx-zha-panel {
  padding-bottom: 30px;
}
.vmx-zha-panel a {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  background: #eee;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.vmx-zha-panel .active,
.vmx-zha-panel .vmx-zha-item-click.active {
  background: #005fdf;
  color: #fff;
}
#nprogress .bar {
  background: #06a7ff;
}
.skeleton-screen {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
}
.skeleton-table {
  width: 100%;
}
.skeleton-header,
.skeleton-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.skeleton-header:last-child,
.skeleton-row:last-child {
  margin-bottom: 0;
}
.skeleton-cell {
  flex: 1 1 0;
  min-width: 0;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: skeleton-loading 1.5s infinite;
}
.skeleton-header .skeleton-cell {
  height: 32px;
  background-color: #e8e8e8;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
html {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
body {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #323437;
  background: #f5f6f8;
  background-size: cover;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.center {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.leftNav {
  width: 220px;
  left: 0;
  top: 0;
  height: 100%;
  position: fixed;
  z-index: 300;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid #e8eaed;
  box-shadow: none;
  box-sizing: border-box;
  transition: transform 0.15s ease;
}
.leftNav-brand {
  flex-shrink: 0;
  padding: 20px 16px 18px;
  border-bottom: 1px solid #f0f2f5;
}
.leftNav-brand .brand-logo {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leftNav-menu {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 8px;
}
.leftNav-menu::-webkit-scrollbar {
  width: 4px;
}
.leftNav-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.leftNav-footer {
  flex-shrink: 0;
  padding: 12px;
  border-top: 1px solid #f0f2f5;
  background: #fafbfc;
}
.leftNav-footer .user-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.leftNav-footer .user-card .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vmx-primary), #4d9fff);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  flex-shrink: 0;
}
.leftNav-footer .user-card .user-meta {
  min-width: 0;
  flex: 1;
}
.leftNav-footer .user-card .user-meta .name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1d21;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leftNav-footer .user-card .user-meta .tel {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leftNav-footer .user-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.leftNav-footer .user-actions .vmc {
  font-size: 12px;
  padding: 4px 8px;
}
.leftNav-footer .user-actions .logout-btn {
  font-size: 12px;
  color: #444;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}
.leftNav-footer .user-actions .logout-btn i {
  font-size: 13px;
}
.leftNav-footer .user-actions .logout-btn:hover {
  color: var(--vmx-danger);
  background: rgba(255, 77, 79, 0.08);
  text-decoration: none;
}
.nav-group {
  margin-bottom: 2px;
}
.nav-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  margin-bottom: 2px;
  border-radius: 6px;
  font-size: 14px;
  color: #1a1d21;
  box-sizing: border-box;
  position: relative;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.nav-item > i:first-child {
  width: 20px;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  flex-shrink: 0;
  text-align: center;
  transition: color 0.2s;
}
.nav-item .nav-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
.nav-item .nav-arrow {
  font-size: 11px;
  color: #666;
  margin-left: 4px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.nav-item:hover {
  text-decoration: none;
  background: var(--vmx-bg-hover);
  color: var(--vmx-primary);
}
.nav-item:hover > i:first-child {
  color: var(--vmx-primary);
}
.nav-item.active {
  background: var(--vmx-bg-soft);
  color: var(--vmx-primary);
  font-weight: 500;
}
.nav-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background: var(--vmx-primary);
  border-radius: 0 2px 2px 0;
}
.nav-item.active > i:first-child {
  color: var(--vmx-primary);
}
.nav-son {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 0.25s ease, padding 0.25s ease;
}
.nav-son .nav-child {
  min-height: 36px;
  padding-left: 42px;
  font-size: 13px;
  color: #333;
}
.nav-son .nav-child::before {
  display: none;
}
.nav-son .nav-child.active {
  color: var(--vmx-primary);
  font-weight: 500;
  background: rgba(0, 110, 255, 0.06);
}
.nav-son .nav-child.active::after {
  content: '';
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--vmx-primary);
}
.nav-group.is-open > .nav-son {
  max-height: 720px;
  padding: 2px 0 4px;
}
.nav-group.is-open > .nav-parent .nav-arrow {
  transform: rotate(90deg);
}
.bigtitle {
  overflow: hidden;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 16px 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--vmx-border-soft, #eef2f7);
  box-shadow: none;
  box-sizing: border-box;
  color: #1a1d21;
}
.bigtitle::before,
.bigtitle::after {
  content: '';
  display: table;
}
.bigtitle::after {
  clear: both;
}
.bigtitle::before,
.bigtitle::after {
  content: '';
  display: table;
}
.bigtitle::after {
  clear: both;
}
.bigtitle .tt {
  float: left;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
}
.bigtitle .mininavs {
  float: right;
  padding: 0;
}
.bigtitle .mininavs .breadcrumb {
  font-size: 13px;
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.bigtitle .mininavs ol {
  margin: 0;
  padding: 0;
  border-radius: 0;
  text-align: right;
}
.bigtitle .mininavs li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.35;
}
.bigtitle .mininavs li a {
  color: var(--vmx-text-muted);
}
.bigtitle .mininavs li a:hover {
  color: var(--vmx-primary);
}
.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  width: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
}
.card .card-body {
  padding: 16px 24px;
  width: 100%;
  box-sizing: border-box;
  display: flow-root;
}
.card .card-body .card-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #222;
}
.content {
  width: calc(100% - 220px);
  margin-left: 220px;
  margin-right: 0;
  height: 100vh;
  background: #f5f6f8;
  border-radius: 0;
  overflow-x: clip;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 16px 20px 20px;
}
.content > .center {
  box-sizing: border-box;
}
.content #vmxapp {
  width: 100%;
  box-sizing: border-box;
}
.content #vmxapp::before,
.content #vmxapp::after {
  content: '';
  display: table;
}
.content #vmxapp::after {
  clear: both;
}
.content #vmxapp::before,
.content #vmxapp::after {
  content: '';
  display: table;
}
.content #vmxapp::after {
  clear: both;
}
.content #vmxapp > .col-xs-12,
.content #vmxapp > .col-md-12,
.content #vmxapp > .col-lg-12 {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.content #vmxapp > .row,
.content #vmxapp > .vmx-edit-page {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
}
.content #vmxapp > .row > [class*='col-'],
.content #vmxapp > .vmx-edit-page > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.content #vmxapp > .row > .col-md-9,
.content #vmxapp > .vmx-edit-page > .col-md-9 {
  padding-right: 16px;
}
.content #vmxapp > .row > .col-md-3,
.content #vmxapp > .vmx-edit-page > .col-md-3 {
  padding-left: 0;
}
.content #vmxapp > .row > .col-md-12,
.content #vmxapp > .vmx-edit-page > .col-md-12 {
  display: block;
  float: none;
  clear: both;
  width: 100%;
}
.content #vmxapp > .row > .col-md-12.mt15,
.content #vmxapp > .vmx-edit-page > .col-md-12.mt15,
.content #vmxapp > .row > .col-md-9.mt15,
.content #vmxapp > .vmx-edit-page > .col-md-9.mt15,
.content #vmxapp > .row > .col-md-3.mt15,
.content #vmxapp > .vmx-edit-page > .col-md-3.mt15 {
  margin-top: 16px;
}
.content #vmxapp .vmx-edit-page__main {
  box-sizing: border-box;
}
.content #vmxapp .vmx-edit-page__side {
  box-sizing: border-box;
  position: sticky;
  top: 16px;
}
.content #vmxapp .vmx-edit-page__main .card-body {
  box-sizing: border-box;
  padding: 12px;
}
.content #vmxapp .vmx-edit-page__side .card-body {
  box-sizing: border-box;
  padding: 16px 24px;
}
.content #vmxapp .vmx-edit-page > .col-md-12 .card-body {
  padding: 16px 24px;
}
.content #vmxapp .vmx-edit-page > .col-md-12 .card-body .card-title {
  margin-bottom: 10px;
}
.content #vmxapp .vmx-edit-side__form .fitem {
  margin-bottom: 20px;
}
.content #vmxapp .vmx-edit-side__form .fitem:last-child {
  margin-bottom: 0;
}
.content #vmxapp .vmx-edit-side__form .fitem label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--vmx-text-secondary);
  line-height: 1.4;
}
.content #vmxapp .vmx-edit-side__form .upload-single-box .fitem-coverlist--single {
  margin-top: 0;
  margin-bottom: 0;
}
.content #vmxapp .vmx-edit-side__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--vmx-border-soft, #eef2f7);
}
.content #vmxapp .vmx-edit-side__footer .vmx-btn {
  width: 100%;
  min-height: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 6px;
}
.content #vmxapp .vmx-edit-page__loading {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vmx-text-secondary);
  font-size: 14px;
}
.content #vmxapp .vmx-edit-page__loading-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
}
.content #vmxapp .vmx-edit-page__loading-inner i {
  font-size: 18px;
  color: var(--vmx-primary);
}
.content #vmxapp > .col-xs-12.mt15 {
  margin-top: 0;
}
.content #vmxapp > .vmx-table,
.content #vmxapp > .vmx-auto-table,
.content #vmxapp > .vmx-list-page {
  display: block;
  float: none;
  clear: both;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
}
.content #vmxapp > :last-child {
  margin-bottom: 0;
}
.content #vmxapp > .vmx-list-page .mt15 {
  margin-top: 0;
}
.vmx-table .vmx-pagination,
.vmx-auto-table .vmx-pagination,
.vmx-table #pageinfo,
.vmx-auto-table #pageinfo {
  padding: 12px 24px;
}
.vmx-list-page {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
.vmx-list-page__section {
  padding: 16px 24px;
  border-bottom: 1px solid var(--vmx-border-soft, #eef2f7);
  box-sizing: border-box;
}
.vmx-list-page__section:last-child {
  border-bottom: none;
}
.vmx-list-page__actions .buttonslist .vmx-btn {
  margin: 0 10px 0 0;
}
.vmx-list-page__search .screen.searchbox {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.vmx-list-page__stats {
  font-size: 13px;
  line-height: 20px;
  color: var(--vmx-text-secondary);
  background: #f9fafb;
}
.vmx-list-page__stats .v-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.vmx-list-page__body {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.vmx-list-page__body.vmx-table {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.vmx-list-page__body .skeleton-screen,
.vmx-list-page__body .no-data-container,
.vmx-list-page__body .vmx-empty {
  padding: 40px 24px;
}
.vmx-list-page__body .goods-list-body,
.vmx-list-page__body .news-list-body {
  position: relative;
  min-height: 240px;
}
.vmx-list-page__body .vmx-pagination,
.vmx-list-page__body #pageinfo {
  padding: 12px 24px;
  border-top: 1px solid var(--vmx-border-soft, #eef2f7);
}
[v-cloak] {
  display: none !important;
}
.goods-manage,
.news-manage {
  display: flex;
  gap: 16px;
  min-height: 0;
  align-items: stretch;
}
.goods-manage__side,
.news-manage__side {
  width: 280px;
  flex-shrink: 0;
}
.goods-manage__main,
.news-manage__main {
  flex: 1;
  min-width: 0;
}
.goods-tree-card,
.news-tree-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  height: 100%;
}
.goods-tree-card .card-body,
.news-tree-card .card-body {
  padding: 12px 0 8px;
}
.goods-tree-toolbar,
.news-tree-toolbar {
  padding: 0 12px 10px;
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 8px;
}
.goods-tree-toolbar .vmx-btn,
.news-tree-toolbar .vmx-btn {
  width: 100%;
}
.goods-tree-all,
.news-tree-all {
  padding: 8px 16px;
  cursor: pointer;
  color: #333;
  border-left: 3px solid transparent;
}
.goods-tree-all.active,
.news-tree-all.active,
.goods-tree-node.active > .goods-tree-node__row,
.news-tree-node.active > .news-tree-node__row {
  background: var(--vmx-bg-soft);
  border-left-color: var(--vmx-primary);
  color: var(--vmx-primary);
}
.goods-tree-node__row,
.news-tree-node__row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px 7px 8px;
  cursor: pointer;
  border-left: 3px solid transparent;
  user-select: none;
}
.goods-tree-node__row:hover,
.news-tree-node__row:hover {
  background: var(--vmx-bg-hover);
}
.goods-tree-node__toggle,
.news-tree-node__toggle {
  width: 18px;
  text-align: center;
  color: var(--vmx-text-secondary);
  flex-shrink: 0;
}
.goods-tree-node__toggle.placeholder,
.news-tree-node__toggle.placeholder {
  visibility: hidden;
}
.goods-tree-node__name,
.news-tree-node__name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-tree-children,
.news-tree-children {
  margin-left: 12px;
}
.goods-context-menu,
.news-context-menu {
  position: fixed;
  z-index: 1200;
  min-width: 140px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 6px 0;
}
.goods-context-menu a,
.news-context-menu a {
  display: block;
  padding: 8px 14px;
  color: #333;
  text-decoration: none;
}
.goods-context-menu a:hover,
.news-context-menu a:hover {
  background: var(--vmx-bg-hover);
  color: var(--vmx-primary);
}
.goods-list-loading,
.news-list-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: var(--vmx-text-secondary);
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
.goods-list-loading__icon,
.news-list-loading__icon {
  width: 28px;
  height: 28px;
  border: 2px solid #dbeafe;
  border-top-color: var(--vmx-primary);
  border-radius: 50%;
  animation: manage-list-spin 0.8s linear infinite;
}
@keyframes manage-list-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .goods-manage,
  .news-manage {
    flex-direction: column;
  }
  .goods-manage__side,
  .news-manage__side {
    width: 100%;
  }
}
.banner-cover-thumb {
  display: block;
  width: 100px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}
.fdedit {
  position: absolute;
  right: 15px;
  z-index: 200;
  top: 10px;
}
.mobile-menu {
  display: none;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .content .screen .screenitem .vmx-input,
  .vmx-list-page__search .screen .screenitem .vmx-input,
  .content .screen .screenitem .vmx-select-container,
  .vmx-list-page__search .screen .screenitem .vmx-select-container,
  .content .screen .screenitem .select2-container,
  .vmx-list-page__search .screen .screenitem .select2-container {
    width: 160px !important;
    max-width: 160px !important;
  }
  .content .screen .screenitem select.vmx-select,
  .vmx-list-page__search .screen .screenitem select.vmx-select {
    display: none !important;
  }
  .content .screen .screenitem .search_label,
  .vmx-list-page__search .screen .screenitem .search_label {
    min-width: 48px;
    max-width: 72px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e8eaed;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    z-index: 501;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
  }
  .mobile-menu i {
    font-size: 20px;
    color: #333;
    line-height: 1;
  }
  .mobile-menu:active {
    background: #f5f6f8;
  }
  body {
    width: 100%;
    overflow-x: hidden;
    background: #f5f6f8;
    background-size: cover;
  }
  .leftNav {
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    width: 280px;
    max-width: 85%;
    z-index: 500;
  }
  body.mobile-nav-open .leftNav {
    transform: translateX(0);
  }
  body.mobile-nav-open .mobile-menu {
    left: auto;
    right: 12px;
  }
  .mobile-vmx-zz {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 400;
  }
  body.mobile-nav-open .mobile-vmx-zz {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .content {
    width: 100%;
    margin: 0;
    height: 100vh;
    padding: 0;
    border-radius: 0;
    overflow-x: clip;
    overflow-y: auto;
  }
  .bigtitle,
  .card,
  .vmx-list-page,
  .vmx-table,
  .vmx-auto-table {
    border-radius: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
  }
  .bigtitle {
    padding: 12px 16px 12px 56px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid var(--vmx-border-soft, #eef2f7);
    margin-bottom: 0;
  }
  .bigtitle .tt {
    line-height: 36px;
    min-height: 36px;
    float: none;
    width: 100%;
  }
  .bigtitle .mininavs {
    float: none;
    width: 100%;
    margin-top: 8px;
  }
  .bigtitle .mininavs ol {
    text-align: left;
  }
  .goods-manage,
  .news-manage {
    gap: 0;
  }
  .leftNav-brand .brand-logo {
    font-size: 16px;
  }
  .center {
    width: 100%;
  }
  .content .screen,
  .vmx-list-page__search .screen {
    font-size: 14px;
    padding: 0;
  }
  .content .screen.searchbox,
  .vmx-list-page__search .screen.searchbox {
    padding: 0;
  }
  .content .screen .screenitem,
  .vmx-list-page__search .screen .screenitem {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 0 12px 0;
    white-space: normal;
  }
  .content .screen .screenitem .search_label,
  .vmx-list-page__search .screen .screenitem .search_label {
    display: block;
    width: 100%;
    max-width: none;
    text-align: left;
    margin: 0 0 6px 0;
    line-height: 1.4;
    font-size: 13px;
    color: #333;
  }
  .content .screen .screenitem .vmx-input,
  .vmx-list-page__search .screen .screenitem .vmx-input,
  .content .screen .screenitem .vmx-select-container,
  .vmx-list-page__search .screen .screenitem .vmx-select-container,
  .content .screen .screenitem .select2-container,
  .vmx-list-page__search .screen .screenitem .select2-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }
  .content .screen .screenitem select.vmx-select,
  .vmx-list-page__search .screen .screenitem select.vmx-select {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }
  .content .screen .screenitem--actions,
  .vmx-list-page__search .screen .screenitem--actions {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 4px 0 0;
    text-align: left;
  }
  .content .screen .screenitem--actions .vmx-btn,
  .vmx-list-page__search .screen .screenitem--actions .vmx-btn {
    flex: 1;
    margin: 0;
  }
}
html.login-html {
  overflow-y: auto;
  height: auto;
}
body.login-page {
  overflow-y: auto;
  height: auto;
  min-height: 100vh;
  background: #f5f6f8;
}
.login-page__wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  box-sizing: border-box;
}
.login-card {
  display: flex;
  width: 100%;
  max-width: 860px;
  min-height: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  overflow: hidden;
}
.login-card__aside {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  padding: 36px 36px 28px;
  background: #fff;
  border-right: 1px solid #eceef2;
  box-sizing: border-box;
}
.login-card__intro {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  max-width: none;
}
.login-card__brand {
  margin: 0 0 12px;
}
.login-card__brand .brand-logo {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1a1f2c;
  line-height: 1.35;
  letter-spacing: 0;
  word-break: break-word;
}
.login-card__logo {
  display: none;
}
.login-card__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #8b93a1;
}
.login-card__support {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #a0a7b4;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
}
.login-card__support:hover {
  color: var(--vmx-primary);
  text-decoration: none;
}
.login-card__support-logo {
  display: block;
  height: 16px;
  width: auto;
  max-width: 88px;
  object-fit: contain;
  flex-shrink: 0;
}
.login-card__support-mark {
  display: none;
}
.login-card__support-text {
  color: inherit;
  white-space: nowrap;
}
.login-card__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 36px 44px 28px;
  background: #f5f6f8;
  box-sizing: border-box;
  min-width: 0;
}
.login-card__body {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.login-card__head {
  position: relative;
  margin: 0 0 22px;
  padding-right: 36px;
}
.login-card__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1f2c;
  line-height: 1.3;
  letter-spacing: 0;
}
.login-card__hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #9aa3af;
}
.login-card__footer {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
  color: #a0a7b4;
}
.login-card__footer p {
  margin: 0;
}
.login-card__footer a {
  color: #a0a7b4;
}
.login-card__footer a:hover {
  color: var(--vmx-primary);
}
.login-card__footer img {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 4px;
}
.login-form .vmx-input-line {
  margin-bottom: 14px;
}
.login-form .vmx-input-line .inputname {
  margin-bottom: 6px;
  font-size: 13px;
  color: #5c6570;
}
.login-form .vmx-input-line .vmx-input {
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
}
.login-form__submit {
  margin-top: 6px;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .login-page__wrap {
    padding: 0;
    align-items: stretch;
  }
  .login-card {
    flex-direction: column;
    min-height: 100vh;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
  }
  .login-card__aside {
    flex: 0 0 auto;
    gap: 16px;
    border-right: none;
    border-bottom: 1px solid #eceef2;
    padding: 24px 24px 16px;
  }
  .login-card__brand {
    margin-bottom: 8px;
  }
  .login-card__brand .brand-logo {
    font-size: 18px;
  }
  .login-card__main {
    flex: 1;
    padding: 28px 24px 24px;
  }
  .login-card__body {
    max-width: none;
  }
  .login-card__footer {
    margin-top: auto;
    padding-top: 24px;
  }
}
.vmx-global-loading {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.vmx-global-loading.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.vmx-global-loading__icon {
  width: 32px;
  height: 32px;
  border: 2px solid #dbeafe;
  border-top-color: var(--vmx-primary, #006eff);
  border-radius: 50%;
  animation: vmx-global-spin 0.75s linear infinite;
}
.vmx-global-loading__text {
  font-size: 13px;
  color: var(--vmx-text-secondary, #6b7280);
  line-height: 1.4;
}
.vmx-global-loading--inline {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
}
@keyframes vmx-global-spin {
  to {
    transform: rotate(360deg);
  }
}
.goods-list-loading__icon,
.news-list-loading__icon {
  animation-name: vmx-global-spin;
}
@media screen and (max-width: 880px) {
  .vmx-table .table-responsive,
  .vmx-auto-table .table-responsive,
  .vmx-list-page .table-responsive,
  .content .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  .vmx-table .table,
  .vmx-auto-table .table,
  .vmx-list-page .table,
  .content .table-responsive > .table {
    width: max-content;
    min-width: 100%;
    table-layout: auto !important;
  }
  .vmx-table .table > thead > tr > th,
  .vmx-auto-table .table > thead > tr > th,
  .vmx-list-page .table > thead > tr > th,
  .content .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .vmx-table .table > tbody > tr > td,
  .vmx-auto-table .table > tbody > tr > td,
  .vmx-list-page .table > tbody > tr > td,
  .content .table-responsive > .table > tbody > tr > td {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
  }
  .vmx-table .table > tbody > tr > td:first-child,
  .vmx-auto-table .table > tbody > tr > td:first-child,
  .vmx-list-page .table > tbody > tr > td:first-child,
  .content .table-responsive > .table > tbody > tr > td:first-child {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
    word-break: normal;
  }
  .vmx-table .table > thead > tr > th:first-child,
  .vmx-auto-table .table > thead > tr > th:first-child,
  .vmx-list-page .table > thead > tr > th:first-child,
  .content .table-responsive > .table > thead > tr > th:first-child {
    min-width: 72px;
    white-space: nowrap;
  }
  .vmx-table .table > tbody > tr > td.op,
  .vmx-auto-table .table > tbody > tr > td.op {
    max-width: none;
  }
  .vmx-table .table > tbody > tr,
  .vmx-auto-table .table > tbody > tr,
  .table-right-menu > tbody > tr {
    -webkit-tap-highlight-color: rgba(0, 110, 255, 0.08);
    cursor: pointer;
  }
}
.mobile-table-detail {
  display: flex;
  flex-direction: column;
}
.mobile-table-detail__fields {
  flex: 1 1 auto;
  min-height: 0;
}
.mobile-table-detail__actions {
  flex-shrink: 0;
  border-top: 8px solid #f5f6f8;
  padding: 4px 0 0;
  max-height: 36vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-table-detail__hint {
  padding: 0 20px 8px;
  font-size: 12px;
  color: #9aa3af;
  text-align: center;
}
.mobile-table-detail__actions .mobile-table-sheet__item {
  border-bottom: 1px solid #f0f2f5;
}
.mobile-table-detail__actions .mobile-table-sheet__item:last-child {
  border-bottom: none;
}
.mobile-table-detail__actions .mobile-table-sheet__item a,
.mobile-table-detail__actions .mobile-table-sheet__item button {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  padding: 14px 20px;
  font-size: 15px;
  color: #1a1d21;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.mobile-table-detail__actions .mobile-table-sheet__item a:active,
.mobile-table-detail__actions .mobile-table-sheet__item button:active {
  background: #f5f8fc;
}
.mobile-table-detail__actions .mobile-table-sheet__item--danger a,
.mobile-table-detail__actions .mobile-table-sheet__item--danger button {
  color: #dc2626;
}
.mobile-table-detail .mobile-table-sheet__cancel {
  border-top: 8px solid #f5f6f8;
}
.bigdata {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bigdata > * {
  margin-bottom: 0;
}
.bigdata-hero {
  background: linear-gradient(135deg, #4481eb 0%, #04befe 100%);
  border-radius: 8px;
  padding: 28px 20px;
  color: #fff;
  box-shadow: 0 6px 8px 0 rgba(28, 31, 35, 0.06);
}
.bigdata-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
}
.bigdata-stat {
  flex: 1 1 calc(16.666% - 10px);
  min-width: 110px;
  text-align: center;
  box-sizing: border-box;
}
.bigdata-stat span {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.bigdata-stat p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}
.bigdata-card {
  margin-bottom: 0;
}
.bigdata-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.bigdata-grid .bigdata-card {
  width: 100%;
  margin-right: 0 !important;
}
.bigdata-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 0 16px;
}
.bigdata-metrics--4 .bigdata-metric {
  flex: 1 1 calc(25% - 8px);
  min-width: 120px;
}
.bigdata-metrics--2 .bigdata-metric {
  flex: 1 1 calc(50% - 5px);
  min-width: 140px;
}
.bigdata-metric {
  box-sizing: border-box;
  text-align: center;
  padding: 12px 8px;
  background: var(--vmx-bg-soft);
  border-radius: 8px;
}
.bigdata-metric span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--vmx-primary);
}
.bigdata-metric p {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--vmx-text-secondary);
}
.bigdata-chart {
  width: 100%;
  min-height: 280px;
  margin-top: 4px;
}
.bigdata .card-title {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.bigdata .vmx-empty {
  margin-top: 12px;
  padding: 32px 16px;
}
.vmx-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 28px;
  min-width: 28px;
  padding: 0 8px;
  border: 1px solid #e1e3e4;
  border-radius: 6px;
  background: #fff;
  color: #555;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  text-decoration: none;
  flex-shrink: 0;
}
.vmx-theme-toggle i {
  font-size: 14px;
  line-height: 1;
}
.vmx-theme-toggle .vmx-theme-toggle__text {
  display: none;
}
.vmx-theme-toggle:hover {
  color: var(--vmx-primary);
  border-color: var(--vmx-primary);
  background: var(--vmx-bg-hover);
  text-decoration: none;
}
.leftNav-footer .user-actions .vmx-theme-toggle {
  margin-right: auto;
}
.login-card__head {
  position: relative;
}
.login-card__head .vmx-theme-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
.bigtitle .vmx-theme-toggle--mobile {
  display: none;
  float: right;
  margin-left: 8px;
}
@media screen and (max-device-width: 480px) {
  .bigtitle .vmx-theme-toggle--mobile {
    display: inline-flex;
  }
  .leftNav-footer .vmx-theme-toggle__text {
    display: inline;
  }
}
.content #vmxapp .vmx-edit-page .vmx-edit-page__block {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 8px 0 rgba(28, 31, 35, 0.06);
  padding: 1.2rem;
  width: 100%;
  box-sizing: border-box;
}
.content #vmxapp .vmx-edit-page .vmx-edit-page__block .card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 1rem;
  color: #222;
}
.forms-data-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.forms-data-search .vmx-input {
  min-width: 220px;
  height: 30px;
}
.gzjh-page__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
}
.gzjh-page__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--vmx-text, #323437);
  line-height: 1.4;
}
.gzjh-page__subtitle {
  font-size: 14px;
  color: var(--vmx-text-secondary, #888);
}
.gzjh-page__week {
  margin-left: auto;
}
.gzjh-page__body {
  padding-top: 8px;
}
.gzjh-page__state {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gzjh-page__table-wrap {
  overflow: auto;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
}
.gzjh-page__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  color: var(--vmx-text, #323437);
}
.gzjh-page__table th,
.gzjh-page__table td {
  border-bottom: 1px solid #eef2f7;
  vertical-align: top;
  padding: 14px 16px;
  line-height: 1.65;
}
.gzjh-page__table tr:last-child th,
.gzjh-page__table tr:last-child td {
  border-bottom: none;
}
.gzjh-page__table th {
  width: 148px;
  background: #f7f9fc;
  color: #445066;
  font-weight: 600;
  text-align: left;
  border-right: 1px solid #eef2f7;
}
.gzjh-page__table td {
  background: #fff;
  word-break: break-word;
}
.gzjh-page__table td p {
  margin: 0 0 6px;
}
.gzjh-page__table td p:last-child {
  margin-bottom: 0;
}
.gzjh-page__row--focus th,
.gzjh-page__row--tips th {
  color: var(--vmx-primary, #006EFF);
}
.gzjh-page__date {
  display: inline-block;
}
.gzjh-page__weekday {
  color: var(--vmx-text-muted, #999);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .gzjh-page__week {
    margin-left: 0;
    width: 100%;
  }
  .gzjh-page__table {
    table-layout: auto;
  }
  .gzjh-page__table th {
    width: 110px;
    padding: 12px 10px;
  }
  .gzjh-page__table td {
    padding: 12px 10px;
  }
}
.classroom-manage {
  display: flex;
  gap: 15px;
  min-height: 620px;
}
.classroom-manage__side {
  width: 280px;
  flex-shrink: 0;
}
.classroom-manage__main {
  flex: 1;
  min-width: 0;
}
.classroom-tree-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  box-shadow: 0 6px 8px 0 rgba(28, 31, 35, 0.06);
  max-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.classroom-tree-card__head {
  padding: 14px 16px 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--vmx-text, #323437);
}
.classroom-tree-card__hint {
  padding: 0 16px 10px;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  border-bottom: 1px solid #eef2f7;
}
.classroom-tree-special {
  padding: 8px 8px 4px;
  border-bottom: 1px solid #eef2f7;
}
.classroom-tree-special__row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  margin: 2px 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #555;
  border-left: 3px solid transparent;
}
.classroom-tree-special__row i {
  color: var(--vmx-warning, #faad14);
}
.classroom-tree-special__row:hover {
  background: #f5f7fa;
}
.classroom-tree-special__row.active {
  background: #fff7e6;
  color: #d48806;
  font-weight: 600;
  border-left-color: var(--vmx-warning, #faad14);
}
.classroom-tree-body {
  padding: 8px 0 12px;
  overflow: auto;
  flex: 1;
}
.classroom-tree-grade__row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  margin: 2px 8px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #333;
}
.classroom-tree-grade__row:hover {
  background: #f0f4ff;
}
.classroom-tree-grade__row.open .classroom-tree-grade__toggle {
  transform: rotate(90deg);
}
.classroom-tree-grade__toggle {
  width: 14px;
  flex-shrink: 0;
  color: #999;
  font-size: 10px;
  text-align: center;
  transition: transform 0.15s;
}
.classroom-tree-grade__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.classroom-tree-grade__label i {
  color: var(--vmx-primary, #006EFF);
  margin-right: 4px;
}
.classroom-tree-class-list {
  padding: 0 8px 4px 22px;
}
.classroom-tree-class {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  margin: 2px 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #555;
  border-left: 3px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.classroom-tree-class i {
  color: #7ab0f6;
  margin-right: 2px;
}
.classroom-tree-class:hover {
  background: #f5f7fa;
}
.classroom-tree-class.active {
  background: #eef5ff;
  color: var(--vmx-primary, #006EFF);
  font-weight: 600;
  border-left-color: var(--vmx-primary, #006EFF);
}
.classroom-tree-class.active i {
  color: var(--vmx-primary, #006EFF);
}
.classroom-op-muted {
  color: var(--vmx-text-muted, #999);
}
.classroom-manage tr.is-locate-hit > td {
  background: #eef4ff;
}
/* 班级学生表：短列收窄，避免年级/班级被撑得很宽把操作挤下去 */
.classroom-stu-table {
  table-layout: fixed;
  width: 100%;
}
.classroom-stu-table .col-idx {
  width: 48px;
}
.classroom-stu-table .col-name {
  width: 72px;
}
.classroom-stu-table .col-grade {
  width: 52px;
}
.classroom-stu-table .col-class {
  width: 52px;
}
.classroom-stu-table .col-infoid {
  width: 100px;
}
.classroom-stu-table .col-gzcode {
  width: 18%;
}
.classroom-stu-table .col-face {
  width: 72px;
}
.classroom-stu-table .col-parents {
  width: auto;
}
.classroom-stu-table .col-op {
  width: 168px;
}
.classroom-stu-table > thead > tr > th,
.classroom-stu-table > tbody > tr > td {
  padding: 8px 8px;
}
.classroom-stu-table > thead > tr > th:nth-child(1),
.classroom-stu-table > thead > tr > th:nth-child(3),
.classroom-stu-table > thead > tr > th:nth-child(4),
.classroom-stu-table > thead > tr > th:nth-child(7),
.classroom-stu-table > tbody > tr > td:nth-child(1),
.classroom-stu-table > tbody > tr > td:nth-child(2),
.classroom-stu-table > tbody > tr > td:nth-child(3),
.classroom-stu-table > tbody > tr > td:nth-child(4),
.classroom-stu-table > tbody > tr > td:nth-child(5),
.classroom-stu-table > tbody > tr > td:nth-child(7) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.classroom-stu-table > tbody > tr > td:nth-child(6) {
  font-size: 12px;
  word-break: break-all;
  white-space: normal;
}
.classroom-stu-table > tbody > tr > td.op {
  white-space: nowrap;
  font-size: 13px;
}
.classroom-stu-table > tbody > tr > td.op a {
  margin-right: 6px;
}
.classroom-stu-table > tbody > tr > td.op a:last-child {
  margin-right: 0;
}
.classroom-context-menu {
  position: fixed;
  z-index: 9999;
  min-width: 130px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 4px 0;
}
.classroom-context-menu__item {
  padding: 8px 16px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}
.classroom-context-menu__item:hover {
  background: #f0f4ff;
  color: var(--vmx-primary, #006EFF);
}
.classroom-context-menu__item.is-danger:hover {
  background: #fff0f0;
  color: var(--vmx-danger, #ff4d4f);
}
.classroom-context-menu__sep {
  height: 1px;
  background: #eee;
  margin: 4px 0;
}
@media screen and (max-width: 767px) {
  .classroom-manage {
    flex-direction: column;
  }
  .classroom-manage__side {
    width: 100%;
  }
  .classroom-tree-card {
    max-height: 320px;
  }
}
/* kebiao/xz + 课表模块顶栏（多页共用，对齐 result-tags-tabs） */
.kebiao-module-tabs {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.kebiao-module-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
}
.kebiao-module-bar__version {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.kebiao-module-bar__label {
  font-size: 13px;
  color: var(--vmx-text-secondary, #888);
  white-space: nowrap;
}
.kebiao-module-bar__select {
  min-width: 180px;
  max-width: 280px;
}
/* 模块 Tab 放在 list-page 第一段时：与下方标题同左右内边距 */
.vmx-list-page__section.kebiao-module-tabs-section {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #f9fafb;
}
.vmx-list-page__section.kebiao-module-tabs-section .kebiao-module-tabs {
  margin-bottom: 0;
}
/* kebiao/workload：筛选一行排，开关不单独占行 */
.kebiao-workload .kebiao-workload__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}
.kebiao-workload .kebiao-workload__toolbar-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  min-width: 0;
}
.kebiao-workload .kebiao-workload__field-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--vmx-text-secondary, #888);
  white-space: nowrap;
  line-height: 36px;
}
.kebiao-workload .kebiao-workload__info-select {
  min-width: 240px;
  max-width: 360px;
  width: 280px;
  height: 36px;
  font-size: 14px;
}
.kebiao-workload .kebiao-workload__switch {
  margin: 0;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  background: var(--vmx-bg-page, #f7f7fa);
  box-sizing: border-box;
}
.kebiao-workload .kebiao-workload__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.kebiao-zuoxi-page {
  width: 100%;
  float: left;
  clear: both;
}
.kebiao-zuoxi-page > .kebiao-module-tabs-section {
  margin-bottom: 12px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  padding: 12px 24px;
  background: #f9fafb;
}
.kebiao-chupai__file,
.kebiao-info-list .kebiao-chupai__file {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.kebiao-workbench .kebiao-workbench__head {
  margin-bottom: 12px;
}
.kebiao-workbench .kebiao-workbench__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--vmx-text, #333);
  margin-bottom: 6px;
}
.kebiao-workbench .kebiao-workbench__hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--vmx-text-muted, #999);
}
.kebiao-workbench .kebiao-workbench__actions {
  margin: 0;
}
.kebiao-chupai .kebiao-chupai__precheck {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: var(--vmx-radius, 5px);
  background: var(--vmx-bg-soft, #f0f7ff);
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vmx-text, #333);
}
.kebiao-chupai .kebiao-chupai__precheck a {
  margin-left: 6px;
  color: var(--vmx-primary, #006EFF);
}
.kebiao-chupai .kebiao-chupai__precheck.is-warn {
  background: #fffbeb;
  border-color: #fde68a;
}
.kebiao-chupai .kebiao-chupai__precheck.is-block {
  background: #fef2f2;
  border-color: #fecaca;
}
.kebiao-chupai .kebiao-chupai__preflight-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.kebiao-chupai .kebiao-chupai__preflight-list {
  margin: 6px 0 0;
  padding-left: 18px;
  line-height: 1.55;
}
.kebiao-chupai .kebiao-chupai__preflight-list--warn {
  color: var(--vmx-text-secondary, #666);
}
/* 教师/学科禁排弹层挂在 layer（body 下），与课程表框架同色：绿可排 / 黄不排 */
.kebiao-chupai-forbid-edit .kebiao-chupai__preset-grid {
  width: 100%;
  table-layout: fixed;
}
.kebiao-chupai-forbid-edit .kebiao-chupai__preset-cell {
  min-width: 72px;
  min-height: 40px;
  padding: 10px 8px;
  border: 1px solid #15803d;
  border-radius: var(--vmx-radius, 5px);
  background: #16a34a;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  line-height: 1.2;
  width: 100%;
}
.kebiao-chupai-forbid-edit .kebiao-chupai__preset-cell.is-empty {
  background: #16a34a;
  border-color: #15803d;
  color: #fff;
}
.kebiao-chupai-forbid-edit .kebiao-chupai__preset-cell.is-forbid {
  background: #facc15;
  border-color: #ca8a04;
  color: #713f12;
}
/* 模块 Tab 仍在卡片外时：补齐与卡片内容相同的水平内边距 */
#vmxapp > .kebiao-module-tabs,
#vmxapp > .result-tags-tabs.kebiao-module-tabs {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  padding: 12px 24px;
  margin-bottom: 16px;
  background: #fff;
}
/* 初排工作台 */
.kebiao-chupai {
  /* 内容变高时由外层 .content 滚动，勿裁切 */
  overflow: visible;
  font-size: 14px;
  color: var(--vmx-text, #333);
}
.kebiao-chupai .page-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--vmx-text, #333);
}
.kebiao-chupai .kebiao-chupai__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.kebiao-chupai .kebiao-chupai__head-actions {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kebiao-chupai .kebiao-chupai__head-actions .vmx-btn {
  margin: 0;
}
.kebiao-chupai .kebiao-chupai__hint {
  margin: 8px 0 0;
  color: var(--vmx-text-muted, #999);
  font-size: 14px;
  line-height: 1.55;
}
.kebiao-chupai .kebiao-chupai__subhint {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--vmx-text-muted, #999);
}
.kebiao-chupai .kebiao-chupai__section-head {
  margin: 0 0 12px;
}
.kebiao-chupai .kebiao-chupai__section-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 8px;
}
.kebiao-chupai .kebiao-chupai__section-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--vmx-text, #333);
  line-height: 1.4;
}
.kebiao-chupai .kebiao-chupai__section-desc {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--vmx-text-muted, #999);
}
.kebiao-chupai .kebiao-chupai__preset-panel .kebiao-chupai__subhint {
  margin: 0 0 12px;
}
.kebiao-chupai .kebiao-chupai__opt-row--tight {
  margin-bottom: 0;
}
.kebiao-chupai .kebiao-chupai__step4-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 14px;
}
.kebiao-chupai .kebiao-chupai__mode-row {
  margin-bottom: 0;
  flex: 1 1 280px;
}
.kebiao-chupai .kebiao-chupai__inline-hint {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: var(--vmx-text-muted, #999);
  vertical-align: middle;
}
.kebiao-chupai .kebiao-chupai__table-hint {
  margin: 10px 0 0;
  padding: 0 2px;
}
.kebiao-chupai .kebiao-chupai__steps {
  margin-bottom: 0;
}
.kebiao-chupai .kebiao-chupai__steps button.result-tags-tabs__item {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.3;
  background: transparent;
  font-size: 14px;
  padding: 8px 14px;
}
.kebiao-chupai .selector-row {
  margin-bottom: 14px;
}
.kebiao-chupai .selector-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--vmx-text-secondary, #666);
  font-weight: 500;
}
.kebiao-chupai .kebiao-chupai__opt-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  align-items: center;
  margin-bottom: 8px;
}
.kebiao-chupai .kebiao-chupai__opt-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  color: var(--vmx-text-secondary, #666);
  white-space: nowrap;
}
.kebiao-chupai .kebiao-chupai__opt-label {
  flex: 0 0 auto;
  line-height: 34px;
}
.kebiao-chupai .kebiao-chupai__opt-item .kebiao-chupai__prefer,
.kebiao-chupai .kebiao-chupai__opt-row .kebiao-chupai__prefer {
  width: 120px;
  min-width: 120px;
  max-width: 160px;
  flex: 0 0 auto;
  height: 34px;
  font-size: 14px;
}
.kebiao-chupai .kebiao-chupai__preset-wrap {
  margin-top: 8px;
}
.kebiao-chupai .kebiao-chupai__preset-cell {
  min-width: 52px;
  padding: 6px 8px;
  border: 1px solid var(--vmx-border, #e1e3e4);
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
  font-size: 13px;
  color: var(--vmx-text-muted, #999);
  cursor: pointer;
}
.kebiao-chupai .kebiao-chupai__preset-cell.is-prefer {
  background: #eef4ff;
  border-color: var(--vmx-primary, #006EFF);
  color: var(--vmx-primary, #006EFF);
}
.kebiao-chupai .kebiao-chupai__preset-cell.is-must {
  background: var(--vmx-primary, #006EFF);
  border-color: var(--vmx-primary, #006EFF);
  color: #fff;
}
.kebiao-chupai .kebiao-chupai__preset-cell.is-forbid {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #dc2626;
}
.kebiao-chupai .kebiao-chupai__preset-cell.is-empty {
  color: var(--vmx-text-muted, #999);
}
.kebiao-chupai .kebiao-chupai__frame-grid .kebiao-chupai__preset-cell {
  min-width: 64px;
  max-width: 88px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}
.kebiao-chupai .kebiao-chupai__frame-grid .kebiao-chupai__preset-cell.is-must {
  background: #16a34a;
  border-color: #15803d;
  color: #fff;
}
.kebiao-chupai .kebiao-chupai__frame-grid .kebiao-chupai__preset-cell.is-forbid {
  background: #facc15;
  border-color: #ca8a04;
  color: #713f12;
}
.kebiao-chupai .kebiao-chupai__frame-grid .kebiao-chupai__preset-cell.is-fixed {
  background: #2563eb;
  border-color: #1d4ed8;
  color: #fff;
}
.kebiao-chupai .kebiao-chupai__frame-grid .kebiao-chupai__preset-cell.is-empty {
  background: #16a34a;
  border-color: #15803d;
  color: #fff;
}
.kebiao-chupai .kebiao-chupai__frame-legend {
  display: inline-block;
  padding: 0 6px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.6;
  margin-right: 4px;
}
.kebiao-chupai .kebiao-chupai__frame-legend.is-must {
  background: #16a34a;
  color: #fff;
}
.kebiao-chupai .kebiao-chupai__frame-legend.is-forbid {
  background: #facc15;
  color: #713f12;
}
.kebiao-chupai .kebiao-chupai__frame-legend.is-fixed {
  background: #2563eb;
  color: #fff;
}
.kebiao-chupai .kebiao-chupai__framework .kebiao-chupai__class-filter {
  margin-bottom: 12px;
}
.kebiao-chupai .kebiao-chupai__framework .kebiao-chupai__frame-shortcuts {
  margin: 0 0 10px;
}
.kebiao-chupai .kebiao-chupai__rules-matrix .kebiao-chupai__prefer {
  width: 110px;
  min-width: 110px;
  height: 34px;
  font-size: 14px;
}
.kebiao-chupai .kebiao-chupai__rules-matrix .vmx-switch {
  margin-right: 0;
  margin-bottom: 0;
}
.kebiao-chupai .kebiao-chupai__rules-matrix td {
  vertical-align: middle;
}
.kebiao-chupai .options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 8px;
}
.kebiao-chupai .option-btn {
  padding: 9px 12px;
  border: 1px solid #e1e3e4;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
  font-size: 14px;
  color: var(--vmx-text, #333);
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
  line-height: 1.3;
}
.kebiao-chupai .option-btn:hover {
  border-color: var(--vmx-primary, #006EFF);
  background: #eef4ff;
}
.kebiao-chupai .option-btn.active {
  background: var(--vmx-primary, #006EFF);
  color: #fff;
  border-color: var(--vmx-primary, #006EFF);
}
.kebiao-chupai .kebiao-chupai__info-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.kebiao-chupai .kebiao-chupai__info-locked {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.kebiao-chupai .kebiao-chupai__info-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--vmx-text, #333);
}
.kebiao-chupai .kebiao-chupai__info-select {
  min-width: 260px;
  max-width: 400px;
  height: 36px;
  font-size: 14px;
}
.kebiao-chupai .kebiao-chupai__class-tree {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kebiao-chupai .kebiao-chupai__grade-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.kebiao-chupai .kebiao-chupai__grade-name {
  margin-right: 4px;
  color: var(--vmx-text, #333);
  font-size: 14px;
  font-weight: 600;
  min-width: 3.5em;
}
.kebiao-chupai .kebiao-chupai__class-chip {
  display: inline-block;
  padding: 4px 10px;
  border-radius: var(--vmx-radius, 5px);
  background: var(--vmx-bg-soft, #f3f4f6);
  font-size: 13px;
  color: var(--vmx-text-secondary, #666);
  line-height: 1.4;
}
.kebiao-chupai .kebiao-chupai__class-chip--edit {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-right: 6px;
}
.kebiao-chupai .kebiao-chupai__chip-x {
  border: 0;
  background: transparent;
  color: var(--vmx-text-muted, #999);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0 2px;
}
.kebiao-chupai .kebiao-chupai__chip-x:hover {
  color: var(--vmx-danger, #dc2626);
}
.kebiao-chupai .kebiao-chupai__class-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 4px;
  font-size: 13px;
  color: var(--vmx-text-secondary, #666);
  white-space: nowrap;
}
.kebiao-chupai .kebiao-chupai__num.kebiao-chupai__num--sm,
.kebiao-chupai .kebiao-chupai__num--sm {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 28px;
  min-height: 28px;
  line-height: 26px;
  padding: 0 6px;
  text-align: center;
  font-size: 13px;
}
.kebiao-chupai .kebiao-chupai__class-mini {
  height: 28px;
  min-height: 28px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 26px;
}
.kebiao-chupai .kebiao-chupai__grade-add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.kebiao-chupai .kebiao-chupai__grade-add-select {
  min-width: 160px;
  max-width: 220px;
}
.kebiao-chupai .kebiao-chupai__num {
  width: 88px;
  height: 34px;
  font-size: 14px;
}
.kebiao-chupai .kebiao-chupai__teacher-select {
  min-width: 240px;
  max-width: 100%;
  height: 34px;
  font-size: 14px;
}
.kebiao-chupai .kebiao-chupai__toolbar,
.kebiao-chupai .kebiao-chupai__footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.kebiao-chupai .kebiao-chupai__toolbar .vmx-btn,
.kebiao-chupai .kebiao-chupai__footer-actions .vmx-btn {
  margin: 0;
  font-size: 14px;
}
.kebiao-chupai .kebiao-chupai__toolbar--sub {
  margin-top: 8px;
  padding: 10px 12px;
  background: var(--vmx-surface-muted, #f5f6f8);
  border-radius: 6px;
}
.kebiao-chupai .kebiao-chupai__class-fold {
  margin-bottom: 12px;
}
.kebiao-chupai .kebiao-chupai__class-fold-btn {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 13px;
  color: var(--vmx-text-secondary, #888);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.kebiao-chupai .kebiao-chupai__class-fold .kebiao-chupai__class-tree {
  margin-top: 10px;
}
.kebiao-chupai .kebiao-chupai__step4-bar .kebiao-chupai__toolbar {
  margin: 0;
  flex: 0 0 auto;
}
.kebiao-chupai .kebiao-chupai__footer-actions {
  margin: 14px 0 0;
}
.kebiao-chupai .kebiao-chupai__adjacent-row .kebiao-chupai__num {
  display: block;
}
.kebiao-chupai .kebiao-chupai__preview {
  margin-top: 4px;
  padding: 12px 14px;
  background: var(--vmx-bg-soft, #f8fafc);
  border-radius: var(--vmx-radius, 5px);
  font-size: 14px;
  color: var(--vmx-text, #333);
  line-height: 1.55;
}
.kebiao-chupai .kebiao-chupai__preview--ok {
  color: var(--vmx-success, #16a34a);
}
.kebiao-chupai .kebiao-chupai__matrix tr.is-missing-assign > td {
  background: #fffbeb;
}
.kebiao-chupai .kebiao-chupai__teacher-select.is-empty {
  border-color: #f59e0b;
  background: #fffbeb;
}
.kebiao-chupai .kebiao-chupai__missing {
  margin-top: 12px;
  border: 1px solid #fde68a;
  border-radius: var(--vmx-radius, 5px);
  background: #fffbeb;
  overflow: hidden;
}
.kebiao-chupai .kebiao-chupai__missing-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #fde68a;
  font-size: 14px;
  color: var(--vmx-text, #333);
}
.kebiao-chupai .kebiao-chupai__missing-head .text-muted {
  font-size: 12px;
}
.kebiao-chupai .kebiao-chupai__missing-scroll {
  max-height: 280px;
  overflow: auto;
  background: #fff;
}
.kebiao-chupai .kebiao-chupai__missing-table {
  margin: 0;
}
.kebiao-chupai .kebiao-chupai__missing-table tbody tr {
  cursor: pointer;
}
.kebiao-chupai .kebiao-chupai__missing-table tbody tr:hover > td {
  background: #fff7ed;
}
.kebiao-chupai .kebiao-chupai__result {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
}
.kebiao-chupai .kebiao-chupai__result-msg {
  margin: 0;
  color: var(--vmx-text, #333);
  font-size: 14px;
}
.kebiao-chupai .kebiao-chupai__result-stats {
  margin: 8px 0 0;
  color: var(--vmx-text-secondary, #666);
  font-size: 14px;
}
.kebiao-chupai .kebiao-chupai__conflicts {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--vmx-warning, #b45309);
  font-size: 13px;
  max-height: 200px;
  overflow: auto;
  line-height: 1.6;
}
.kebiao-chupai .kebiao-chupai__fix-hints {
  margin: 8px 0 0;
  padding: 8px 12px;
  list-style: disc;
  list-style-position: inside;
  font-size: 13px;
  color: var(--vmx-text, #333);
  background: #fff8e8;
  border: 1px solid #f3e0b0;
  border-radius: 6px;
}
.kebiao-chupai .kebiao-chupai__fix-hints li + li {
  margin-top: 4px;
}
.kebiao-chupai .kebiao-chupai__class-filter {
  margin: 0;
  padding: 4px 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.kebiao-chupai .kebiao-chupai__class-filter-grade {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 8px 12px;
  padding: 10px 0;
}
.kebiao-chupai .kebiao-chupai__class-filter-grade + .kebiao-chupai .kebiao-chupai__class-filter-grade {
  border-top: 1px solid #eef0f2;
  margin-top: 0;
}
.kebiao-chupai .kebiao-chupai__class-filter-label {
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--vmx-text, #333);
  line-height: 1.3;
}
.kebiao-chupai .kebiao-chupai__class-filter-classes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(58px, max-content));
  gap: 6px 10px;
  align-items: center;
}
.kebiao-chupai .kebiao-chupai__class-filter-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 13px;
  color: var(--vmx-text-secondary, #555);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.kebiao-chupai .kebiao-chupai__schedule-classes {
  margin-bottom: 14px;
}
.kebiao-chupai .kebiao-chupai__schedule-classes-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 4px;
}
.kebiao-chupai .kebiao-chupai__schedule-classes-head .selector-label {
  margin-bottom: 0;
}
.kebiao-chupai .kebiao-chupai__schedule-classes-head .kebiao-chupai__toolbar {
  margin: 0;
}
.kebiao-chupai .kebiao-chupai__schedule-classes > .kebiao-chupai__subhint {
  margin: 0 0 8px;
}
.kebiao-chupai .kebiao-chupai__run-opts {
  margin-bottom: 14px;
}
.kebiao-chupai .kebiao-chupai__run-mode-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}
.kebiao-chupai .kebiao-chupai__run-mode-line .kebiao-chupai__inline-hint {
  margin-left: 0;
}
.kebiao-chupai .kebiao-chupai__fail-groups {
  margin-top: 12px;
}
.kebiao-chupai .kebiao-chupai__fail-group {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed #e5e7eb;
}
.kebiao-chupai .kebiao-chupai__fail-group-title {
  font-weight: 600;
  font-size: 13px;
  color: var(--vmx-text, #333);
}
.kebiao-chupai .kebiao-chupai__fail-hint {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--vmx-text-secondary, #666);
}
.kebiao-chupai .kebiao-chupai__audit {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px dashed #e5e7eb;
}
.kebiao-chupai .kebiao-chupai__audit-sum {
  font-weight: 400;
  font-size: 12px;
  color: var(--vmx-text-secondary, #666);
}
.kebiao-chupai .kebiao-chupai__audit-list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.kebiao-chupai .kebiao-chupai__audit-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px 10px;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 13px;
  line-height: 1.45;
}
.kebiao-chupai .kebiao-chupai__audit-sev {
  flex: 0 0 auto;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 3px;
  background: #f3f4f6;
  color: #555;
}
.kebiao-chupai .kebiao-chupai__audit-sev.is-block {
  background: #fef2f2;
  color: #b91c1c;
}
.kebiao-chupai .kebiao-chupai__audit-sev.is-warn {
  background: #fffbeb;
  color: #a16207;
}
.kebiao-chupai .kebiao-chupai__audit-msg {
  flex: 1 1 200px;
  min-width: 0;
  color: var(--vmx-text, #333);
}
.kebiao-chupai .kebiao-chupai__audit-go {
  flex: 0 0 auto;
  font-size: 12px;
  color: var(--vmx-primary, #2563eb);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.kebiao-chupai .kebiao-chupai__audit-go:hover {
  text-decoration: underline;
}
.kebiao-chupai .kebiao-chupai__boot-card {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  background: #f8fbff;
}
.kebiao-chupai .kebiao-chupai__boot-card-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--vmx-text, #333);
  margin-bottom: 4px;
}
.kebiao-chupai .kebiao-chupai__early-warn {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fffbeb;
  border: 1px solid #fde68a;
}
.kebiao-chupai .kebiao-chupai__early-warn-title {
  font-weight: 600;
  font-size: 13px;
  color: #92400e;
  margin-bottom: 4px;
}
.kebiao-chupai .kebiao-chupai__early-warn-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: #78350f;
  line-height: 1.5;
}
.kebiao-chupai .kebiao-chupai__desk {
  margin: 14px 0 10px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fafafa;
}
.kebiao-chupai .kebiao-chupai__desk-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 8px;
}
.kebiao-chupai .kebiao-chupai__desk-stat {
  min-width: 72px;
}
.kebiao-chupai .kebiao-chupai__desk-stat em {
  display: block;
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--vmx-text, #333);
}
.kebiao-chupai .kebiao-chupai__desk-stat span {
  font-size: 12px;
  color: var(--vmx-text-secondary, #666);
}
.kebiao-chupai .kebiao-chupai__desk-stat.is-bad em {
  color: #b91c1c;
}
.kebiao-chupai .kebiao-chupai__desk-lead {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--vmx-text, #333);
  line-height: 1.5;
}
.kebiao-chupai .kebiao-chupai__desk-actions {
  margin-top: 0;
}
.kebiao-chupai .kebiao-chupai__issue-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.kebiao-chupai .kebiao-chupai__soft-breaks {
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px dashed #e5e7eb;
}
.kebiao-chupai .kebiao-chupai__soft-breaks .kebiao-chupai__conflicts {
  color: var(--vmx-text-secondary, #666);
}
.kebiao-chupai .vmx-list-page__body.vmx-table .table {
  font-size: 14px;
}
.kebiao-chupai .vmx-list-page__body.vmx-table .vmx-empty {
  padding: 16px 0;
  font-size: 14px;
}
.kebiao-chupai-import {
  padding: 20px 22px 8px;
}
.kebiao-chupai-import .kebiao-chupai-import__tip {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vmx-text-secondary, #666);
}
.kebiao-chupai-import .form-group {
  margin-bottom: 0;
}
.kebiao-chupai-import .form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--vmx-text-secondary, #666);
  font-weight: 500;
}
.kebiao-chupai-import .vmx-input {
  width: 100%;
  height: 38px;
  font-size: 14px;
}
.kebiao-ph-teacher {
  font-size: 12px;
  color: #b45309;
}
.kebiao-paike .course-cell.is-placeholder-teacher,
.kebiao-xz .course-cell.is-placeholder-teacher {
  background: #fffbeb;
}
.kebiao-export-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.kebiao-export-toolbar .vmx-btn {
  margin: 0 !important;
}
.kebiao-export-toolbar .vmx-btn i {
  margin-right: 4px;
}
.kebiao-toolbar-sep {
  display: inline-block;
  width: 1px;
  height: 22px;
  margin: 0 2px;
  background: #e5e7eb;
  flex-shrink: 0;
}
.kebiao-xz {
  /* vmx.select 下拉在卡片内展开，勿被 .vmx-list-page 的 overflow:hidden 裁切 */
  overflow: visible;
  /* 课表内容区：非 vmx-table，沿用全局 __body:not(.vmx-table) 内边距 */
}
.kebiao-xz button.result-tags-tabs__item {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}
.kebiao-xz .kebiao-xz__filters {
  overflow: visible;
  position: relative;
  z-index: 30;
}
.kebiao-xz .kebiao-xz__filters .page-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--vmx-text, #333);
}
.kebiao-xz .kebiao-xz__filters .selector-row {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.kebiao-xz .kebiao-xz__filters .vmx-select-container {
  overflow: visible !important;
}
.kebiao-xz .selector-row {
  margin-bottom: 12px;
}
.kebiao-xz .selector-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--vmx-text-secondary, #666);
  font-weight: 500;
}
.kebiao-xz .options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 8px;
}
.kebiao-xz .option-btn {
  padding: 8px 10px;
  border: 1px solid #e1e3e4;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
}
.kebiao-xz .option-btn:hover {
  border-color: var(--vmx-primary, #006EFF);
  background: #eef4ff;
}
.kebiao-xz .option-btn.active {
  background: var(--vmx-primary, #006EFF);
  color: #fff;
  border-color: var(--vmx-primary, #006EFF);
}
.kebiao-xz .option-btn.disabled {
  background: #f5f5f5;
  color: #ccc;
  cursor: not-allowed;
  border-color: #e0e0e0;
}
.kebiao-xz .option-btn.disabled:hover {
  background: #f5f5f5;
  border-color: #e0e0e0;
}
.kebiao-xz .result-tags-tabs {
  margin-bottom: 16px;
}
.kebiao-xz .timetable-container {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  box-shadow: none;
  overflow: hidden;
  display: none;
  margin-top: 0;
}
.kebiao-xz .timetable-container.show {
  display: block;
}
.kebiao-xz .timetable-header {
  background: var(--vmx-primary, #006EFF);
  color: #fff;
  padding: 16px;
  text-align: center;
  position: relative;
}
.kebiao-xz .timetable-header h2 {
  font-size: 18px;
  margin-bottom: 4px;
}
.kebiao-xz .timetable-header p {
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
}
.kebiao-xz .timetable-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.kebiao-xz .timetable-table th,
.kebiao-xz .timetable-table td {
  border: 1px solid #e0e0e0;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
.kebiao-xz .timetable-table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #333;
}
.kebiao-xz .time-col {
  width: 80px;
  background: #fafafa;
}
.kebiao-xz .course-cell {
  background: #eef4ff;
  color: #2d3748;
  cursor: default;
  transition: background-color 0.15s;
  position: relative;
}
.kebiao-xz .course-cell:hover {
  background: #dbeafe;
}
.kebiao-xz .empty-cell {
  background: #fafafa;
  color: #ccc;
}
.kebiao-xz .cell-drag-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.kebiao-xz .cell-drag-handle {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 12px;
  cursor: move;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.kebiao-xz .course-cell:hover .cell-drag-handle {
  opacity: 0.9;
  pointer-events: auto;
}
.kebiao-xz .cell-drag-target-highlight {
  box-shadow: inset 0 0 0 2px var(--vmx-primary, #006EFF);
}
.kebiao-xz .kb-context-menu {
  position: fixed;
  min-width: 140px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.12);
  z-index: 999999;
  padding: 4px 0;
  font-size: 13px;
}
.kebiao-xz .kb-context-menu-item {
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
}
.kebiao-xz .kb-context-menu-item:hover {
  background: #f5f5f5;
}
.kebiao-xz .week-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
}
.kebiao-xz .week-nav-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
}
.kebiao-xz .week-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}
.kebiao-xz .prev-week {
  left: 16px;
}
.kebiao-xz .next-week {
  right: 16px;
}
.kebiao-xz .loading-text {
  text-align: center;
  padding: 30px;
  color: #999;
  font-size: 14px;
}
@media (max-width: 480px) {
  .kebiao-xz .timetable-table th,
  .kebiao-xz .timetable-table td {
    padding: 8px 3px;
    font-size: 12px;
  }
  .kebiao-xz .time-col {
    width: 70px;
  }
  .kebiao-xz .timetable-header h2 {
    font-size: 16px;
  }
  .kebiao-xz .week-nav-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .kebiao-xz .prev-week {
    left: 8px;
  }
  .kebiao-xz .next-week {
    right: 8px;
  }
}
/* layer 弹窗：代课/改老师（xz 弹层内容） */
#daikeContent .form-group {
  margin-bottom: 16px;
}
#daikeContent .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
#daikeContent .form-value {
  padding: 10px 12px;
  border-radius: 6px;
  background: #f5f5f7;
  color: #333;
  font-size: 14px;
}
#daikeContent .teacher-select-box {
  margin-bottom: 10px;
}
#daikeContent .vmx-select-container,
.teacher-select-box .vmx-select-container {
  width: 100% !important;
}
/* kebiao/paike */
.kebiao-menubar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  padding: 8px 12px;
  background: #f7f9fc;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  margin-bottom: 0;
  user-select: none;
}
.kebiao-menubar__menus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}
.kebiao-menu {
  position: relative;
}
.kebiao-menu__btn {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  height: 30px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  line-height: 30px;
}
.kebiao-menu__btn:hover {
  background: #eef3fb;
  color: var(--vmx-primary, #006EFF);
}
.kebiao-menu.is-open .kebiao-menu__btn {
  background: #fff;
  border-color: #dbe4f0;
  color: var(--vmx-primary, #006EFF);
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.06);
}
.kebiao-menu__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 40;
  min-width: 196px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}
.kebiao-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 8px 14px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  line-height: 1.3;
  box-sizing: border-box;
}
.kebiao-menu__item:hover:not(:disabled) {
  background: #f0f5ff;
  color: var(--vmx-primary, #006EFF);
}
.kebiao-menu__item:disabled {
  color: #b0b7c3;
  cursor: not-allowed;
}
.kebiao-menu__item.is-active {
  color: var(--vmx-primary, #006EFF);
  font-weight: 600;
}
a.kebiao-menu__item {
  color: #333;
}
.kebiao-menu__kbd {
  font-size: 11px;
  color: #98a2b3;
  font-weight: 400;
}
.kebiao-menu__sep {
  height: 1px;
  margin: 4px 0;
  background: #eef2f7;
}
.kebiao-menubar__quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.kebiao-info-select {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 4px;
}
.kebiao-info-select__label {
  font-size: 12px;
  color: #667;
  white-space: nowrap;
}
.kebiao-info-select .vmx-input {
  min-width: 160px;
  height: 30px;
  padding: 0 8px;
  font-size: 13px;
}
.kebiao-quick-btn {
  appearance: none;
  height: 30px;
  min-width: auto;
  border: 1px solid #e5eaf2;
  background: #fff;
  border-radius: 4px;
  color: #445066;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  font-size: 13px;
  font-family: inherit;
  line-height: 1;
}
.kebiao-quick-btn i {
  font-size: 14px;
  line-height: 1;
}
.kebiao-quick-btn:hover:not(:disabled) {
  border-color: #c9d7ef;
  color: var(--vmx-primary, #006EFF);
  background: #f5f9ff;
}
.kebiao-quick-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.kebiao-menubar__hint {
  margin-left: 8px;
  font-size: 12px;
  color: #8b95a7;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 全校总课程表（一张大表）— 配色跟课表标准令牌 */
.kebiao-school-table-wrap {
  padding: 8px 12px 16px;
  width: 100%;
  box-sizing: border-box;
}
.kebiao-school-table-scroll {
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 220px);
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
}
.kebiao-school-table {
  /* collapse 下 sticky 会穿帮，必须用 separate */
  border-collapse: separate;
  border-spacing: 0;
  width: max-content;
  min-width: 100%;
  font-size: 12px;
}
.kebiao-school-table th,
.kebiao-school-table td {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 4px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.25;
  background-clip: padding-box;
}
.kebiao-school-table thead .kebiao-school-table__head {
  position: sticky;
  top: 0;
  z-index: 3;
  min-width: 56px;
  padding: 6px 4px;
  background: #f8f9fa;
  color: var(--vmx-text, #323437);
  font-weight: 600;
  box-shadow: 0 1px 0 #e0e0e0;
}
.kebiao-school-table .kebiao-school-table__head-day {
  display: block;
  font-size: 11px;
  color: var(--vmx-text-secondary, #888);
  line-height: 1.2;
}
.kebiao-school-table .kebiao-school-table__head-period {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--vmx-text, #323437);
  line-height: 1.2;
}
.kebiao-school-table .kebiao-school-table__corner {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 5;
  min-width: 96px;
  background: #f8f9fa !important;
  box-shadow: 1px 1px 0 #e0e0e0;
  font-weight: 700;
  color: var(--vmx-text, #323437);
}
.kebiao-school-table .kebiao-school-table__class {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fafafa !important;
  font-weight: 600;
  white-space: nowrap;
  min-width: 96px;
  cursor: pointer;
  color: var(--vmx-text, #323437);
  box-shadow: 1px 0 0 #e0e0e0;
}
.kebiao-school-table .kebiao-school-table__class:hover {
  color: var(--vmx-primary, #006EFF);
  background: var(--vmx-bg-soft, #eef4ff) !important;
}
.kebiao-school-table .kebiao-school-table__cell {
  cursor: pointer;
  min-width: 56px;
  max-width: 76px;
  background: #fff;
}
.kebiao-school-table .kebiao-school-table__cell.is-day-2 {
  background: var(--vmx-bg-page, #f7f7fa);
}
.kebiao-school-table .kebiao-school-table__cell:hover {
  background: var(--vmx-bg-soft, #eef4ff) !important;
}
.kebiao-school-table .kebiao-school-table__course {
  display: block;
  font-weight: 600;
  color: var(--vmx-text, #323437);
  font-size: 12px;
}
.kebiao-school-table .kebiao-school-table__teacher {
  display: block;
  font-size: 11px;
  color: var(--vmx-text-secondary, #888);
}
/* 年级逐班小表 — 配色跟课表标准令牌 */
.kebiao-overview {
  padding: 12px 16px 20px;
  width: 100%;
  box-sizing: border-box;
}
.kebiao-overview .kebiao-overview__group {
  margin-bottom: 18px;
}
.kebiao-overview .kebiao-overview__group:last-child {
  margin-bottom: 0;
}
.kebiao-overview .kebiao-overview__group-title {
  margin: 0 0 10px;
  padding: 6px 2px;
  font-size: 15px;
  font-weight: 700;
  color: var(--vmx-text, #323437);
  border-bottom: 2px solid var(--vmx-primary, #006EFF);
  display: inline-block;
  min-width: 4em;
}
.kebiao-overview .kebiao-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}
.kebiao-overview .kebiao-overview__card {
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
  overflow: hidden;
  min-width: 0;
}
.kebiao-overview .kebiao-overview__card-title {
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--vmx-text, #323437);
  background: #f8f9fa;
  border-bottom: 1px solid #e8eef5;
  cursor: pointer;
}
.kebiao-overview .kebiao-overview__card-title:hover {
  color: var(--vmx-primary, #006EFF);
  background: var(--vmx-bg-soft, #eef4ff);
}
.kebiao-overview .kebiao-overview__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  table-layout: fixed;
}
.kebiao-overview .kebiao-overview__table th,
.kebiao-overview .kebiao-overview__table td {
  border: 1px solid #e0e0e0;
  padding: 5px 3px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  word-break: break-all;
}
.kebiao-overview .kebiao-overview__table th {
  background: #f8f9fa;
  font-weight: 600;
  color: var(--vmx-text-secondary, #888);
  font-size: 12px;
}
.kebiao-overview .kebiao-overview__period {
  width: 28px;
  color: var(--vmx-text-muted, #999);
  font-weight: 600;
  font-size: 12px;
  background: #fafafa;
}
.kebiao-overview .kebiao-overview__cell {
  cursor: pointer;
  color: var(--vmx-text, #323437);
}
.kebiao-overview .kebiao-overview__cell:hover {
  background: var(--vmx-bg-soft, #eef4ff);
}
.kebiao-overview .kebiao-overview__cell-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  min-height: 2.4em;
  justify-content: center;
}
.kebiao-overview .kebiao-overview__course {
  font-size: 12px;
  font-weight: 600;
  color: var(--vmx-text, #323437);
  line-height: 1.25;
}
.kebiao-overview .kebiao-overview__teacher {
  font-size: 11px;
  color: var(--vmx-text-secondary, #888);
  line-height: 1.2;
}
@media (max-width: 1500px) {
  .kebiao-overview .kebiao-overview__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .kebiao-overview .kebiao-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .kebiao-overview .kebiao-overview__grid {
    grid-template-columns: 1fr;
  }
}
.kebiao-paike {
  /*
     * page_type=full：无 .content 滚动壳，body 又 overflow:hidden。
     * 工作台自己占满视口并内部滚动，否则小屏底部课表/微型课表会被裁掉。
     */
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  /* 年级总览无右侧微型课表，主区吃满宽度 */
}
.kebiao-paike > .vmx-list-page__section {
  flex: 0 0 auto;
}
.kebiao-paike > .vmx-list-page__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
.kebiao-paike button.result-tags-tabs__item {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}
.kebiao-paike .kebiao-paike__audit {
  margin-top: 0;
}
.kebiao-paike .kebiao-paike__audit .kebiao-paike__audit-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 4px;
}
.kebiao-paike .kebiao-paike__audit .kebiao-chupai__audit-list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.kebiao-paike .kebiao-paike__audit .kebiao-chupai__audit-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px 10px;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 13px;
  line-height: 1.45;
}
.kebiao-paike .kebiao-paike__audit .kebiao-chupai__audit-sev {
  flex: 0 0 auto;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 3px;
  background: #f3f4f6;
  color: #555;
}
.kebiao-paike .kebiao-paike__audit .kebiao-chupai__audit-sev.is-block {
  background: #fef2f2;
  color: #b91c1c;
}
.kebiao-paike .kebiao-paike__audit .kebiao-chupai__audit-sev.is-warn {
  background: #fffbeb;
  color: #a16207;
}
.kebiao-paike .kebiao-paike__audit .kebiao-chupai__audit-msg {
  flex: 1 1 200px;
  min-width: 0;
}
.kebiao-paike .kebiao-paike__audit .kebiao-chupai__audit-go {
  flex: 0 0 auto;
  font-size: 12px;
  color: var(--vmx-primary, #2563eb);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.kebiao-paike .kebiao-paike__audit .kebiao-chupai__audit-go:hover {
  text-decoration: underline;
}
.kebiao-paike .kebiao-paike__filters .page-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--vmx-text, #333);
}
.kebiao-paike .kebiao-paike__filters .kebiao-paike__mode-tabs {
  margin-bottom: 10px;
}
.kebiao-paike .kebiao-paike__filters .kebiao-paike__mode-tabs .result-tags-tabs__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  font-size: 13px;
}
.kebiao-paike .kebiao-paike__filters .kebiao-paike__mode-tabs .result-tags-tabs__item i {
  font-size: 13px;
  line-height: 1;
}
.kebiao-paike .kebiao-paike__filters .selector-row {
  margin-bottom: 8px;
}
.kebiao-paike .kebiao-paike__filters .selector-label {
  margin-bottom: 4px;
  font-size: 12px;
}
.kebiao-paike .kebiao-paike__filters .options-grid {
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  gap: 4px;
}
.kebiao-paike .kebiao-paike__filters .option-btn {
  padding: 4px 6px;
  font-size: 13px;
  border-radius: 4px;
}
.kebiao-paike .kebiao-paike__body {
  padding: 12px 16px 24px;
  box-sizing: border-box;
}
.kebiao-paike .kebiao-paike__layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.kebiao-paike .kebiao-paike__main {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(100% - 532px);
}
.kebiao-paike .kebiao-paike__layout--full {
  display: block;
}
.kebiao-paike .kebiao-paike__main--full {
  flex: 1 1 auto;
  max-width: 100% !important;
  width: 100%;
}
.kebiao-paike .kebiao-paike__side {
  flex: 0 0 520px;
  width: 520px;
  max-width: 48%;
}
.kebiao-paike .timetable-container {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  box-shadow: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  display: none;
  margin-top: 0;
}
.kebiao-paike .timetable-container.show {
  display: block;
}
.kebiao-paike .week-date {
  font-size: 12px;
  color: #666;
}
.kebiao-paike .mini-schedules-wrap {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
  position: sticky;
  top: 0;
  max-height: calc(100vh - 220px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.kebiao-paike .mini-schedules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.kebiao-paike .mini-schedule-card {
  box-shadow: none;
  border: 1px solid #e8eef5;
  min-width: 0;
}
.kebiao-paike .mini-schedule-name {
  font-size: 12px;
  padding: 5px 4px;
}
.kebiao-paike .mini-schedule-table {
  font-size: 10px;
  min-width: 0;
}
.kebiao-paike .mini-schedule-table th,
.kebiao-paike .mini-schedule-table td {
  padding: 2px 2px;
}
.kebiao-paike .mini-period-col {
  width: 14px;
  font-size: 9px;
}
.kebiao-paike .mini-cell {
  min-width: 0;
  font-size: 10px;
}
.kebiao-paike .kb-drag-ghost {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.kebiao-paike .temp-swap-area {
  margin-top: 16px;
}
@media screen and (max-width: 1399px) {
  .kebiao-paike .kebiao-paike__main {
    max-width: calc(100% - 452px);
  }
  .kebiao-paike .kebiao-paike__side {
    flex-basis: 440px;
    width: 440px;
    max-width: 46%;
  }
  .kebiao-paike .mini-schedules-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1199px) {
  .kebiao-paike .kebiao-paike__main {
    max-width: calc(100% - 372px);
  }
  .kebiao-paike .kebiao-paike__side {
    flex-basis: 360px;
    width: 360px;
    max-width: 44%;
  }
  .kebiao-paike .mini-schedules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .kebiao-paike {
    /* 窄屏：顶栏筛选也一起滚，避免筛选占满后课表没高度 */
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .kebiao-paike > .vmx-list-page__section,
  .kebiao-paike > .vmx-list-page__body {
    flex: none;
    min-height: 0;
    overflow: visible;
  }
  .kebiao-paike .kebiao-paike__layout {
    flex-direction: column;
  }
  .kebiao-paike .kebiao-paike__main {
    max-width: 100%;
  }
  .kebiao-paike .kebiao-paike__side {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .kebiao-paike .mini-schedules-wrap {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .kebiao-paike .mini-schedules-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .kebiao-paike .kebiao-paike__body {
    padding: 12px 14px 24px;
  }
  .kebiao-paike .timetable-table {
    min-width: 640px;
  }
}
/* 矮屏：整页滚动，侧栏不 sticky 内吞 */
@media screen and (max-height: 720px) {
  .kebiao-paike {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .kebiao-paike > .vmx-list-page__section,
  .kebiao-paike > .vmx-list-page__body {
    flex: none;
    min-height: 0;
    overflow: visible;
  }
  .kebiao-paike .mini-schedules-wrap {
    position: static;
    max-height: none;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .kebiao-paike .mini-schedules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-header {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin: 0;
}
.page-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}
.selector-row {
  margin-bottom: 8px;
}
.selector-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 5px;
}
.option-btn {
  padding: 5px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.option-btn:hover {
  border-color: var(--vmx-primary, #006EFF);
  background-color: var(--vmx-bg-soft, #eef4ff);
}
.option-btn.active {
  background-color: var(--vmx-primary, #006EFF);
  color: #fff;
  border-color: var(--vmx-primary, #006EFF);
}
.option-btn.disabled {
  background-color: #f5f5f5;
  color: #ccc;
  cursor: not-allowed;
  border-color: #e0e0e0;
}
.option-btn.disabled:hover {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
}
.result-tags-tabs {
  margin-bottom: 16px;
}
.timetable-container {
  background-color: #fff;
  border: 1px solid #e8eef5;
  border-radius: 5px;
  box-shadow: none;
  overflow: hidden;
  display: none;
  margin-top: 0;
}
.timetable-container.show {
  display: block;
}
.timetable-header {
  background-color: var(--vmx-primary, #006EFF);
  color: #fff;
  padding: 16px;
  text-align: center;
  position: relative;
}
.timetable-header h2 {
  font-size: 18px;
  margin-bottom: 4px;
}
.timetable-header p {
  font-size: 14px;
  opacity: 0.9;
}
.timetable-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.timetable-table th,
.timetable-table td {
  border: 1px solid #e0e0e0;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
.timetable-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
}
.time-col {
  width: 80px;
  background-color: #fafafa;
}
.course-cell {
  background-color: var(--vmx-bg-soft, #eef4ff);
  color: var(--vmx-text, #323437);
  cursor: default;
  transition: background-color 0.2s;
  position: relative;
}
.course-cell:hover {
  background-color: #dbeafe;
}
.empty-cell {
  background-color: #fafafa;
  color: #ccc;
}
.cell-drag-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cell-drag-handle {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 12px;
  cursor: move;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.course-cell:hover .cell-drag-handle {
  opacity: 0.9;
  pointer-events: auto;
}
.kb-context-menu {
  position: fixed;
  min-width: 140px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 999999;
  padding: 4px 0;
  font-size: 13px;
}
.kb-context-menu-item {
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
}
.kb-context-menu-item:hover {
  background-color: #f5f5f5;
}
.week-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}
.week-nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
}
.week-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}
.prev-week {
  left: 16px;
}
.next-week {
  right: 16px;
}
/* 响应式优化 */
@media (max-width: 480px) {
  .timetable-table th,
  .timetable-table td {
    padding: 8px 3px;
    font-size: 12px;
  }
  .time-col {
    width: 70px;
  }
  .timetable-header h2 {
    font-size: 16px;
  }
  .week-nav-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .prev-week {
    left: 8px;
  }
  .next-week {
    right: 8px;
  }
}
.loading-text {
  text-align: center;
  padding: 30px;
  color: #999;
  font-size: 14px;
}
.teacher-select-box .vmx-select-container {
  width: 100% !important;
}
/* 拖动微缩图：跟随光标，始终显示课程+老师，不可放时下方显示原因 */
.kb-drag-preview {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  pointer-events: none;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  background: #fff;
  border: 1px solid var(--vmx-primary, #006EFF);
  color: var(--vmx-text, #323437);
  max-width: 160px;
  will-change: transform;
}
.kb-drag-preview .kb-drag-preview-course {
  font-weight: 600;
}
.kb-drag-preview .kb-drag-preview-teacher {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}
.kb-drag-preview .kb-drag-preview-reason {
  font-size: 11px;
  color: #ef4444;
  margin-top: 4px;
}
.kb-drag-preview-invalid {
  border-color: #ef4444;
}
.kb-drag-preview-invalid .kb-drag-preview-reason {
  font-weight: 600;
}
/* 微型课表 */
.mini-schedules-wrap {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
}
.mini-schedules-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.mini-schedules-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.mini-schedule-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: none;
}
.mini-schedule-card-clickable {
  cursor: pointer;
}
.mini-schedule-card-clickable:hover {
  border-color: var(--vmx-primary, #006EFF);
  box-shadow: 0 2px 10px rgba(0, 110, 255, 0.15);
}
.mini-schedule-name {
  text-align: center;
  padding: 6px 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}
.mini-schedule-table {
  font-size: 11px;
  border-collapse: collapse;
  width: 100%;
  min-width: 100px;
}
.mini-schedule-table th,
.mini-schedule-table td {
  border: 1px solid #e8e8e8;
  padding: 3px 4px;
  text-align: center;
  vertical-align: middle;
}
.mini-schedule-table th {
  background: #f5f5f5;
  font-weight: 600;
  color: #555;
}
.mini-period-col {
  width: 20px;
  background: #fafafa;
  font-size: 10px;
  color: #666;
}
.mini-cell {
  min-width: 22px;
  color: #333;
}
/* 临时调课区域 */
.temp-swap-area {
  margin-top: 20px;
  padding: 20px;
  background: #f8fafc;
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  min-height: 80px;
}
.temp-swap-area-title {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
}
.temp-swap-area-placeholder {
  font-size: 13px;
  color: #94a3b8;
}
.temp-swap-area-dragover {
  background: #e0f2fe !important;
  border-color: #0ea5e9 !important;
}
.temp-swap-area-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.temp-swap-tag {
  display: inline-block;
  padding: 6px 12px;
  background: var(--vmx-bg-soft, #eef4ff);
  border: 1px solid var(--vmx-primary, #006EFF);
  border-radius: 6px;
  font-size: 13px;
  color: var(--vmx-primary, #006EFF);
  cursor: move;
}
.mini-cell.mini-cell-valid {
  background-color: var(--vmx-bg-soft, #eef4ff) !important;
  box-shadow: inset 0 0 0 1px var(--vmx-primary, #006EFF);
}
.mini-cell.mini-cell-conflict {
  background-color: #fee2e2 !important;
  box-shadow: inset 0 0 0 1px var(--vmx-danger, #ff4d4f);
}
/* 拖动动效与目标高亮 */
.timetable-table td {
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.timetable-table td.cell-drag-target-valid {
  background-color: var(--vmx-bg-soft, #eef4ff) !important;
  box-shadow: inset 0 0 0 2px var(--vmx-primary, #006EFF);
  transform: scale(1.02);
}
.timetable-table td.cell-drag-target-conflict {
  background-color: #fee2e2 !important;
  box-shadow: inset 0 0 0 2px var(--vmx-danger, #ff4d4f);
  transform: scale(1.01);
}
.cell-drag-target-highlight {
  transition: all 0.2s ease;
}
.course-cell.is-dragging {
  opacity: 0.6;
  background-color: #dbeafe !important;
  transform: scale(0.98);
}
/* kebiao/zuoxi — 年级×星期行政可排节数（非 vmx-table，保留区块内边距） */
.kebiao-zuoxi-cap-section {
  padding: 20px 24px 24px !important;
  background: #fafbfc;
}
.kebiao-zuoxi-cap {
  max-width: 720px;
}
.kebiao-zuoxi-cap-head {
  margin: 0 0 16px;
}
.kebiao-zuoxi-cap-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--vmx-text, #333);
}
.kebiao-zuoxi-cap-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--vmx-text-muted, #6b7280);
}
.kebiao-zuoxi-cap--edit {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eef2f7;
}
.kebiao-zuoxi-cap--edit .kebiao-zuoxi-cap-head {
  margin-bottom: 12px;
}
.kebiao-zuoxi-cap-table {
  margin: 0;
}
.kebiao-zuoxi-cap-table .vmx-input {
  width: 72px;
  min-width: 72px;
  height: 34px;
}
.kebiao-zuoxi-cap-table > thead > tr > th,
.kebiao-zuoxi-cap-table > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 12px;
  border-color: #eef2f7;
}
.kebiao-zuoxi-cap-table > thead > tr > th:first-child,
.kebiao-zuoxi-cap-table > tbody > tr > td:first-child {
  text-align: left;
  padding-left: 16px;
}
.kebiao-zuoxi-cap-table > thead > tr > th {
  background: #f3f5f8;
  font-weight: 600;
  color: var(--vmx-text-secondary, #555);
}
.kebiao-zuoxi-cap-table > tbody > tr > td {
  color: var(--vmx-text, #333);
  background: #fff;
}
.kebiao-zuoxi-cap .table-responsive {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 8px;
  overflow: hidden;
}
.kebiao-zuoxi {
  display: flex;
  gap: 15px;
  min-height: 620px;
  width: 100%;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.kebiao-zuoxi__side {
  width: 260px;
  flex-shrink: 0;
}
.kebiao-zuoxi__main {
  flex: 1;
  min-width: 0;
}
.kebiao-zuoxi-nav {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  box-shadow: 0 6px 8px 0 rgba(28, 31, 35, 0.06);
  max-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.kebiao-zuoxi-nav__head {
  padding: 14px 16px 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--vmx-text, #323437);
}
.kebiao-zuoxi-nav__hint {
  padding: 0 16px 10px;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  border-bottom: 1px solid #eef2f7;
}
.kebiao-zuoxi-nav__list {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
}
.kebiao-zuoxi-nav__empty {
  padding: 28px 12px;
  text-align: center;
  font-size: 13px;
  color: var(--vmx-text-muted, #999);
}
.kebiao-zuoxi-nav__item {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 4px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: inherit;
}
.kebiao-zuoxi-nav__item:hover {
  background: #f5f8fc;
}
.kebiao-zuoxi-nav__item.active {
  background: #eef4ff;
  border-color: #d6e4ff;
}
.kebiao-zuoxi-nav__item.editing {
  border-color: #fbbf24;
  background: #fffbeb;
}
.kebiao-zuoxi-nav__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--vmx-text, #323437);
  line-height: 1.4;
  word-break: break-all;
}
.kebiao-zuoxi-nav__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin-top: 6px;
  font-size: 12px;
  color: var(--vmx-text-secondary, #888);
}
.kebiao-zuoxi-form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px 16px;
}
.kebiao-zuoxi-form__row {
  min-width: 0;
}
.kebiao-zuoxi-form__row label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--vmx-text-secondary, #888);
}
.kebiao-zuoxi-form__row .vmx-input {
  width: 100%;
  box-sizing: border-box;
}
.kebiao-zuoxi-form__row--full {
  grid-column: 1 / -1;
}
.kebiao-zuoxi-form__textarea {
  min-height: 72px;
  resize: vertical;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.kebiao-zuoxi-meta {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px 20px;
  font-size: 13px;
  color: var(--vmx-text, #323437);
}
.kebiao-zuoxi-meta__item {
  min-width: 0;
  line-height: 1.5;
}
.kebiao-zuoxi-meta__item--full {
  grid-column: 1 / -1;
}
.kebiao-zuoxi-meta__label {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
}
.kebiao-zuoxi .vmx-table .table .vmx-input {
  width: 100%;
  min-width: 0;
  height: 30px;
  box-sizing: border-box;
}
.kebiao-zuoxi-layer {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  box-sizing: border-box;
}
.kebiao-zuoxi-layer__panel {
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.kebiao-zuoxi-layer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid #eef2f7;
  flex-shrink: 0;
}
.kebiao-zuoxi-layer__head strong {
  font-size: 16px;
  color: var(--vmx-text, #212529);
}
.kebiao-zuoxi-layer__close {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  border-radius: 4px;
}
.kebiao-zuoxi-layer__close:hover {
  background: #f5f5f5;
  color: #333;
}
.kebiao-zuoxi-layer__body {
  padding: 16px 18px;
  overflow: auto;
  flex: 1;
  min-height: 0;
}
.kebiao-zuoxi-layer__section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--vmx-text, #212529);
}
.kebiao-zuoxi-layer__foot {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 18px;
  border-top: 1px solid #eef2f7;
  flex-shrink: 0;
  background: #fafbfc;
}
.kebiao-zuoxi-layer .table .vmx-input {
  width: 100%;
  min-width: 0;
  height: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .kebiao-zuoxi {
    flex-direction: column;
  }
  .kebiao-zuoxi__side {
    width: 100%;
  }
  .kebiao-zuoxi-nav {
    max-height: 280px;
  }
}
/* 是否开代课条：行内开关（小尺寸） */
.dk-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
  vertical-align: middle;
}
.dk-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.dk-switch-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #d1d5db;
  border-radius: 999px;
  transition: background 0.2s ease;
}
.dk-switch-slider::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.dk-switch input:checked + .dk-switch-slider {
  background: #42b983;
}
.dk-switch input:checked + .dk-switch-slider::before {
  transform: translateX(16px);
}
.dk-switch input:disabled + .dk-switch-slider {
  opacity: 0.55;
  cursor: not-allowed;
}
.dk-switch input:focus-visible + .dk-switch-slider {
  box-shadow: 0 0 0 2px rgba(66, 185, 131, 0.35);
}
/* ===== kebiao/daike：贴标准列表，只补业务控件 ===== */
.kebiao-daike {
  /* 盖过全局列表 td max-width:140px，避免操作列换行 */
}
.kebiao-daike .vmx-table .kebiao-daike__table > thead > tr > th,
.kebiao-daike .vmx-table .kebiao-daike__table > tbody > tr > td,
.kebiao-daike .vmx-list-page .kebiao-daike__table > thead > tr > th,
.kebiao-daike .vmx-list-page .kebiao-daike__table > tbody > tr > td {
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  word-break: normal !important;
  padding: 8px 10px;
  vertical-align: middle;
}
.kebiao-daike .kebiao-daike__table {
  width: max-content;
  min-width: 100%;
}
.kebiao-daike .kebiao-daike__table td.op a {
  display: inline !important;
}
.kebiao-daike .kebiao-daike__table td.op a + a {
  margin-left: 8px;
}
.kebiao-daike .kebiao-daike__tag {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}
.kebiao-daike .kebiao-daike__tag.is-daike {
  color: #1d6fd8;
  background: #eaf2ff;
}
.kebiao-daike .kebiao-daike__tag.is-huanke {
  color: #8a5a12;
  background: #fff4e0;
}
.kebiao-daike .kebiao-daike__reason {
  height: 28px;
  min-width: 84px;
  max-width: 110px;
  padding: 0 6px;
  border: 1px solid #e5eaf2;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  vertical-align: middle;
}
/* result-chouce — 对齐 vmx-list-page */
.result-chouce,
#result_chouce_app.result-chouce {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}
.result-chouce__filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.result-chouce__filter-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.result-chouce__filter-label {
  flex: 0 0 40px;
  padding-top: 6px;
  font-size: 13px;
  color: var(--vmx-text-muted, #999);
  line-height: 1.4;
}
.result-chouce__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.result-chouce__subject-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.result-chouce__count {
  margin-left: 0;
  font-weight: 500;
}
.result-chouce__meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.result-chouce__meta-k {
  color: var(--vmx-text-muted, #999);
  flex-shrink: 0;
}
.result-chouce__meta-v {
  color: var(--vmx-text, #212529);
  min-width: 0;
}
.result-chouce__preview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
}
.result-chouce__teacher-pick {
  border-top: 1px solid #eef2f7;
  padding-top: 14px;
  margin-top: 14px;
}
/* 弹层内仍用业务类，尽量贴近后台控件 */
#result_chouce_app .draw-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 10000;
}
#result_chouce_app .draw-modal-panel {
  width: min(640px, 100%);
  max-height: 88vh;
  overflow: auto;
  background: #fff;
  border-radius: var(--vmx-radius, 5px) var(--vmx-radius, 5px) 0 0;
  padding: 16px 18px 18px;
  box-sizing: border-box;
}
#result_chouce_app .draw-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
#result_chouce_app .draw-modal-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--vmx-text, #212529);
}
#result_chouce_app .close-btn {
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
#result_chouce_app .mode-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
#result_chouce_app .form-group {
  margin-bottom: 14px;
}
#result_chouce_app .form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--vmx-text-secondary, #666);
}
#result_chouce_app .class-list,
#result_chouce_app .inline-inputs,
#result_chouce_app .subject-result-names {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#result_chouce_app .inline-inputs .vmx-input {
  flex: 1;
  min-width: 120px;
}
#result_chouce_app .student-list-modal {
  max-height: 280px;
  overflow: auto;
  border: 1px solid #eef2f7;
}
#result_chouce_app .student-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  font-size: 13px;
}
#result_chouce_app .student-item:last-child {
  border-bottom: 0;
}
#result_chouce_app .student-item.selected {
  background: #f0f6ff;
}
#result_chouce_app .student-name {
  color: var(--vmx-text, #212529);
  font-weight: 500;
}
#result_chouce_app .student-id {
  color: var(--vmx-text-muted, #999);
  margin-left: 4px;
}
#result_chouce_app .radio-mark {
  width: 16px;
  height: 16px;
  border: 1px solid #cfd6e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#result_chouce_app .radio-mark-inner {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vmx-primary, #006EFF);
}
#result_chouce_app .loading-tip {
  font-size: 13px;
  color: var(--vmx-text-muted, #999);
  padding: 12px 0;
}
#result_chouce_app .result-preview {
  margin-top: 8px;
}
#result_chouce_app .selected-people {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
#result_chouce_app .selected-person {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: #f5f7fa;
  border: 1px solid #e8edf3;
  font-size: 13px;
}
#result_chouce_app .remove-person {
  cursor: pointer;
  color: #999;
  line-height: 1;
}
#result_chouce_app .draw-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eef2f7;
}
#result_chouce_app .pt2-modal-overlay,
#result_chouce_app body > .pt2-modal-overlay {
  z-index: 10001 !important;
}
@media (min-width: 768px) {
  #result_chouce_app .draw-modal-overlay {
    align-items: center;
  }
  #result_chouce_app .draw-modal-panel {
    border-radius: var(--vmx-radius, 5px);
    max-height: 80vh;
  }
}
/* result-base */
.result-base__filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.result-base__filter-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.result-base__filter-label {
  flex: 0 0 40px;
  padding-top: 6px;
  font-size: 13px;
  color: var(--vmx-text-muted, #999);
  line-height: 1.4;
}
.result-base__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.result-base__subject-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.result-base__tab-badge {
  margin-left: 0;
  font-weight: 500;
}
.result-base__stats {
  font-size: 13px;
  color: var(--vmx-text-secondary, #666);
  line-height: 1.6;
}
.result-base__stats strong {
  color: var(--vmx-text, #323437);
  font-weight: 600;
}
.result-base__stats-sep {
  margin: 0 6px;
  color: var(--vmx-border, #ddd);
}
.result-base__class-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.result-base__class-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.result-base__class-name {
  font-weight: 500;
  color: var(--vmx-text, #323437);
}
.result-base__mini {
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  white-space: nowrap;
}
.result-base__mini:hover {
  color: var(--vmx-primary, #1677ff);
}
.result-base__primary {
  font-weight: 600;
  color: var(--vmx-primary, #1677ff);
  margin-right: 10px;
}
.result-base__mode {
  width: 100%;
  max-width: 140px;
  height: 30px;
  padding: 0 6px;
}
.result-base-table td.op a + a {
  margin-left: 8px;
}
.result-base-table select {
  color: inherit;
  background: transparent;
}
.result-base__pick-wrap {
  padding: 16px 18px 20px;
}
.result-base__pick-tip {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--vmx-text-muted, #666);
}
.result-base__pick-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 360px;
  overflow-y: auto;
}
.result-base__pick-item {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--vmx-border-soft, #e9ecef);
  border-radius: var(--vmx-radius, 5px);
  color: var(--vmx-text, #323437);
  text-decoration: none;
  background: var(--vmx-bg-elevated, #fff);
}
.result-base__pick-item:hover {
  border-color: var(--vmx-primary, #1677ff);
  color: var(--vmx-primary, #1677ff);
}
@media (max-width: 768px) {
  .result-base-table thead {
    display: none;
  }
  .result-base-table tbody tr {
    display: block;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
  }
  .result-base-table tbody tr td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px dashed #eee;
    padding: 8px 10px;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .result-base-table tbody tr td:last-child {
    border-bottom: 0;
  }
  .result-base-table tbody tr td::before {
    display: block;
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 6px;
  }
  .result-base-table tbody tr td:nth-child(1)::before {
    content: "班级与进度";
  }
  .result-base-table tbody tr td:nth-child(2)::before {
    content: "登分老师";
  }
  .result-base-table tbody tr td:nth-child(3)::before {
    content: "总分";
  }
  .result-base-table tbody tr td:nth-child(4)::before {
    content: "录入方式";
  }
  .result-base-table tbody tr td:nth-child(5)::before {
    content: "操作";
  }
}
/* result/report */
.result-report .result-report__head {
  padding-bottom: 4px;
}
.result-report .result-report__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--vmx-text, #212529);
  margin: 0 0 8px;
  line-height: 1.4;
}
.result-report .result-report__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 16px;
  font-size: 13px;
  color: var(--vmx-text, #212529);
  line-height: 1.6;
}
.result-report .result-report__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.result-report .result-report__meta-k {
  color: var(--vmx-text-muted, #999);
  font-weight: 400;
}
.result-report .result-report__muted {
  color: var(--vmx-text-muted, #999);
  font-size: 13px;
}
.result-report .result-report__body-inner {
  padding: 16px 24px 20px;
  box-sizing: border-box;
}
.result-report .result-report__visibility {
  padding-top: 4px;
  padding-bottom: 4px;
}
.result-report .result-report__vis-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f7;
}
.result-report .result-report__vis-row:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}
.result-report .result-report__vis-row:first-child {
  padding-top: 2px;
}
.result-report .result-report__vis-label {
  min-width: 0;
}
.result-report .result-report__vis-label strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--vmx-text, #212529);
  margin-bottom: 2px;
}
.result-report .result-report__vis-label span {
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  line-height: 1.4;
}
.result-report .visibility-switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
  flex-shrink: 0;
}
.result-report .visibility-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.result-report .visibility-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 26px;
  transition: 0.2s;
}
.result-report .visibility-switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.result-report .visibility-switch input:checked + .visibility-switch-slider {
  background-color: var(--vmx-primary, #006EFF);
}
.result-report .visibility-switch input:checked + .visibility-switch-slider:before {
  transform: translateX(18px);
}
.result-report .visibility-switch input:disabled + .visibility-switch-slider {
  opacity: 0.6;
  cursor: not-allowed;
}
.result-report .task-action-wrap {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0;
}
@media (max-width: 768px) {
  .result-report .task-action-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .result-report .task-action-wrap .vmx-btn {
    width: 100%;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .result-report .result-report__body-inner {
    padding: 12px 14px 16px;
  }
}
/* result-rule */
.result-rule .op a {
  margin-right: 10px;
}
.result-rule .range-item {
  transition: background-color 0.2s;
}
.result-rule .range-item:hover {
  background: #f0f0f0 !important;
}
.result-rule .result-rule__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}
.result-rule .result-rule__hint {
  margin: 0 0 12px;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}
/* man/dicts 学科拖拽排序 */
.man-dicts .dicts-ord {
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
}
.man-dicts .dicts-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 28px;
  margin-right: 4px;
  color: #9ca3af;
  cursor: grab;
  vertical-align: middle;
}
.man-dicts .dicts-drag-handle:hover {
  color: #006eff;
}
.man-dicts .dicts-drag-handle:active {
  cursor: grabbing;
}
.man-dicts .dicts-ord-num {
  display: inline-block;
  min-width: 1.2em;
  vertical-align: middle;
  color: #64748b;
}
.man-dicts #dictsSubjectList tr.dicts-sortable-ghost td {
  background: #e8eef5 !important;
  opacity: 1;
}
.man-dicts #dictsSubjectList tr.dicts-sortable-ghost td > * {
  visibility: hidden;
}
.man-dicts #dictsSubjectList tr.dicts-sortable-chosen td {
  background: #fff !important;
}
.dicts-sortable-fallback {
  display: table !important;
  table-layout: fixed;
  opacity: 0.96 !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
  border: 1px solid #dbe4f0;
  border-radius: 6px;
  overflow: hidden;
  pointer-events: none;
  z-index: 10000;
}
.dicts-sortable-fallback td {
  background: #fff !important;
  border: none !important;
  border-right: 1px solid #eef2f7 !important;
  opacity: 1 !important;
  padding: 8px 10px;
}
/* 规则弹窗：内容区内边距由 .layui-layer-page .layui-layer-content 统一 16px */
.result-rule-form {
  box-sizing: border-box;
  padding: 0;
}
.result-rule-form .part-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 4px;
  overflow-x: auto;
}
.result-rule-form .part-row .part-key {
  width: 96px;
  flex: 0 0 auto;
}
.result-rule-form .part-row .part-label {
  width: 112px;
  flex: 0 0 auto;
}
.result-rule-form .part-row .part-type {
  width: 104px;
  flex: 0 0 auto;
}
.result-rule-form .part-row .part-weight-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  white-space: nowrap;
}
.result-rule-form .part-row .part-weight {
  width: 72px;
  flex: 0 0 auto;
}
.result-rule-form .part-row .part-weight-unit {
  color: #666;
  line-height: 1;
}
.result-rule-form .part-row .remove-part {
  flex: 0 0 auto;
  margin-left: auto;
}
.range-item {
  transition: background-color 0.2s;
}
.range-item:hover {
  background: #f0f0f0 !important;
}
/* task/kq */
.task-kq .result-tags-tabs button.result-tags-tabs__item {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}
.task-kq .kq-sheet-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.task-kq .kq-sheet-label {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--vmx-text-secondary, #666);
  white-space: nowrap;
}
.task-kq .kq-sheet-date {
  min-width: 160px;
  width: auto;
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
}
.task-kq .kq-sheet-body {
  padding: 16px 24px 20px;
  box-sizing: border-box;
}
.task-kq .kq-sheet-wrap {
  width: 100%;
  overflow-x: auto;
}
.task-kq .kq-sheet {
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  min-width: 1100px;
  overflow-x: auto;
  background: #fff;
}
.task-kq .kq-sheet-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.task-kq .kq-sheet-table td {
  border: 1px solid #000;
  padding: 6px 4px;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
  overflow: hidden;
  box-sizing: border-box;
}
.task-kq .kq-sheet .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 6px;
}
.task-kq .kq-sheet .date-row {
  text-align: left;
  padding: 8px 10px;
  font-weight: 600;
}
.task-kq .kq-sheet .head {
  background: #f0f0f0;
  font-weight: bold;
}
.task-kq .kq-sheet .text-left {
  text-align: left;
  padding-left: 6px;
}
.task-kq .kq-sheet .kq-w-class {
  width: 48px;
}
.task-kq .kq-sheet .kq-w-teacher {
  width: 56px;
}
.task-kq .kq-sheet .kq-w-num {
  width: 44px;
}
.task-kq .kq-sheet .kq-w-leave {
  width: 120px;
}
.task-kq .kq-sheet .kq-split {
  border-left: 2px solid #000;
}
.task-kq .kq-sheet-loading {
  padding: 48px 16px;
  text-align: center;
  color: var(--vmx-text-muted, #999);
  font-size: 14px;
}
.task-kq .kq-ck-sheet {
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  overflow-x: auto;
  background: #fff;
}
.task-kq .kq-ck-sheet-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.task-kq .kq-ck-sheet-table td {
  border: 1px solid #000;
  padding: 6px 4px;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
  box-sizing: border-box;
}
.task-kq .kq-ck-sheet-table .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 6px;
}
.task-kq .kq-ck-sheet-table .date-row {
  text-align: left;
  padding: 8px 10px;
  font-weight: 600;
}
.task-kq .kq-ck-sheet-table .head {
  background: #f0f0f0;
  font-weight: bold;
}
.task-kq .kq-ck-sheet-table .text-left {
  text-align: left;
  padding-left: 6px;
}
.task-kq .kq-ck-sheet-empty {
  padding: 40px 0;
  text-align: center;
  color: #909399;
}
.task-kq .kq-sick-stats-wrap {
  margin-top: 24px;
}
.task-kq .kq-sick-stats-table {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
}
.task-kq .kq-sick-stats-table .kq-w-symptom {
  width: 60%;
}
.task-kq .kq-sick-stats-table .kq-w-count {
  width: 40%;
}
@media print {
  .task-kq .vmx-list-page__section.result-tags-tabs,
  .task-kq .vmx-list-page__section.vmx-list-page__actions,
  .task-kq .no-print {
    display: none !important;
  }
  .task-kq .kq-sheet-body {
    padding: 0;
  }
  .task-kq .kq-sheet-wrap {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .task-kq .kq-sheet-body {
    padding: 12px 14px 16px;
  }
  .task-kq .kq-sheet-date {
    min-width: 140px;
    flex: 1;
  }
}
@media print {
  body {
    margin: 16px;
    padding: 0;
  }
  @page {
    margin: 10mm;
  }
}
/* task/paikao 目录列表：标题旁编辑笔 */
#paikao_app .paikao-title-edit {
  margin-left: 6px;
  color: #8a8f99;
  text-decoration: none;
  vertical-align: middle;
}
#paikao_app .paikao-title-edit i {
  font-size: 13px;
}
#paikao_app .paikao-title-edit:hover {
  color: #2f6fed;
}
/* task-paikao — 对齐 classroom-manage 左右栏 + vmx-list-page */
.task-paikao {
  display: flex;
  gap: 15px;
  min-height: 620px;
  width: 100%;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.task-paikao .result-tags-tabs button.result-tags-tabs__item {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}
.task-paikao .vmx-list-page__body {
  min-height: 420px;
}
.task-paikao .pk-task-toolbar,
.task-paikao .pk-work-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.task-paikao .pk-toolbar-sep {
  display: inline-block;
  width: 1px;
  height: 22px;
  margin: 0 4px;
  background: #e5e7eb;
}
.task-paikao .pk-status-select {
  width: auto;
  min-width: 100px;
  height: 30px;
  padding: 0 10px;
}
.task-paikao .vmx-list-page__stats .pk-status-tag {
  margin-left: 8px;
  vertical-align: middle;
}
.pk-wb-taskbar {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 8px 14px;
  background: #fff;
  border-bottom: 1px solid #eef2f7;
}
.pk-wb-taskbar__tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.pk-wb-taskbar__tools .vmx-btn.btn-sm {
  font-size: 13px;
  line-height: 1.3;
}
.pk-wb-dd {
  position: relative;
  display: inline-flex;
}
.pk-wb-dd.is-open > .vmx-btn {
  border-color: var(--vmx-primary, #006EFF);
  color: var(--vmx-primary, #006EFF);
}
.pk-wb-dd__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 40;
  min-width: 148px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}
.pk-wb-dd__menu--end {
  left: auto;
  right: 0;
}
.pk-wb-dd__sep {
  height: 1px;
  margin: 4px 0;
  background: #eef2f7;
}
.pk-wb-dd__label {
  padding: 6px 14px 2px;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.pk-wb-dd__item {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 8px 14px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.3;
  box-sizing: border-box;
}
.pk-wb-dd__item:hover:not(:disabled) {
  background: #f0f5ff;
  color: var(--vmx-primary, #006EFF);
}
.pk-wb-dd__item:disabled {
  color: #b0b7c3;
  cursor: not-allowed;
}
.pk-wb-dd__item.is-active {
  color: var(--vmx-primary, #006EFF);
  font-weight: 600;
  background: #f0f5ff;
}
.pk-batch-summary {
  padding: 16px 18px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}
.pk-batch-summary p {
  margin: 0 0 10px;
}
.pk-batch-summary ul {
  margin: 6px 0 0;
  padding-left: 18px;
}
.pk-batch-summary li {
  margin: 2px 0;
}
.pk-batch-summary__fail {
  margin-top: 10px;
  color: #b45309;
}
.pk-batch-summary__tip {
  margin-top: 12px !important;
  color: #6b7280;
  font-size: 12px;
}
.pk-wb-conflict .pk-cross-banner-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.pk-wb-conflict .pk-cross-banner-head .pk-side-link {
  margin-left: auto;
}
.pk-wb-conflict {
  flex: 0 0 auto;
  margin: 0;
  padding: 8px 14px;
  background: #fff7ed;
  border-bottom: 1px solid #fed7aa;
  font-size: 13px;
}
.pk-wb-conflict-ok {
  flex: 0 0 auto;
  padding: 8px 14px;
  font-size: 13px;
  color: #166534;
  background: #f0fdf4;
  border-bottom: 1px solid #bbf7d0;
}
/* 排考全屏工作台 task/paikao_work */
.pk-workbench {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  background: #f5f6f8;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.45;
  color: #1e293b;
}
.pk-wb-menubar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 8px 18px;
  min-height: 56px;
  background: #fff;
  border-bottom: 1px solid #e8edf3;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04);
  z-index: 20;
}
.pk-wb-menubar__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 300px;
  min-width: 180px;
  max-width: 380px;
}
.pk-wb-brand-link {
  color: var(--vmx-primary, #006EFF);
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.pk-wb-brand-link i {
  margin-right: 4px;
}
.pk-wb-brand-sep {
  color: #cbd5e1;
}
.pk-wb-brand-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pk-wb-menubar__tabs {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  min-width: 0;
  padding: 4px;
  background: #f1f5f9;
  border-radius: 10px;
}
.pk-wb-tab {
  appearance: none;
  border: none;
  background: transparent;
  padding: 8px 14px;
  font-size: 13px;
  color: #64748b;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  line-height: 1.3;
  font-weight: 500;
}
.pk-wb-tab:hover:not(:disabled) {
  color: #334155;
  background: rgba(255, 255, 255, 0.65);
}
.pk-wb-tab.is-active {
  background: #fff;
  color: var(--vmx-primary, #006EFF);
  font-weight: 600;
}
.pk-wb-tab:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.pk-wb-menubar__actions {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.pk-wb-menubar__actions .vmx-btn.btn-sm {
  font-size: 13px;
  line-height: 1.3;
  min-height: 32px;
  padding: 0 12px;
}
.pk-wb-body {
  flex: 1 1 auto;
  display: flex;
  min-height: 0;
  overflow: hidden;
}
.pk-wb-side {
  flex: 0 0 220px;
  width: 220px;
  background: #fff;
  border-right: 1px solid #e8edf3;
  padding: 16px 12px;
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.pk-wb-side__nav {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.pk-wb-side__nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.pk-wb-side__nav-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  min-height: 0;
}
.pk-wb-side__nav-item {
  appearance: none;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #334155;
  font-size: 13px;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  line-height: 1.35;
}
.pk-wb-side__nav-item .pk-wb-side__nav-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pk-wb-side__nav-item:hover {
  background: #f8fafc;
  border-color: #eef2f7;
}
.pk-wb-side__nav-item.is-active {
  background: #eef5ff;
  border-color: #d6e6ff;
  color: var(--vmx-primary, #006EFF);
  font-weight: 650;
}
.pk-wb-side__nav-empty {
  padding: 16px 8px;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.5;
}
.pk-wb-side__label {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.pk-wb-side__checks {
  flex: 0 0 auto;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}
.pk-wb-side__check-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.pk-side-link {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-family: inherit;
  color: var(--vmx-primary, #006EFF);
  cursor: pointer;
  line-height: 1.6;
}
.pk-side-link:hover:not(:disabled) {
  text-decoration: underline;
}
.pk-side-link:disabled {
  color: #cbd5e1;
  cursor: not-allowed;
  text-decoration: none;
}
.pk-wb-side__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pk-wb-side__chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #475569;
  background: #f1f5f9;
}
.pk-wb-side__chip.is-warn {
  color: #b45309;
  background: #fff7ed;
}
.pk-wb-main {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: auto;
  padding: 18px 22px 32px;
  box-sizing: border-box;
}
.pk-wb-main .pk-wb-main__body {
  min-height: 100%;
}
.pk-wb-main .pk-wb-main__loading {
  padding: 48px;
}
.pk-wb-main .pk-wb-main__mask {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 246, 248, 0.72);
  color: #64748b;
  font-size: 13px;
  pointer-events: none;
}
.pk-wb-main .pk-workspace {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 20px 22px 24px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}
.pk-wb-main .pk-tab-body {
  min-height: 360px;
}
.pk-wb-main .pk-tab-pane {
  /* 避免 display 切换时整块高度塌陷造成闪白 */
  contain: layout style;
}
.pk-wb-main .pk-step-tip {
  display: none;
}
.pk-wb-main .pk-panel-title {
  font-size: 16px;
  font-weight: 650;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}
.pk-wb-main .pk-pair-tip {
  font-size: 13px;
  color: #64748b;
}
.pk-wb-main .pk-config-item label {
  font-size: 14px;
  color: #334155;
}
.pk-wb-main .pk-config-grid {
  gap: 10px 16px;
  margin-bottom: 8px;
}
.pk-wb-main .pk-config-subjects-wrap {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
}
.pk-step-guide {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 18px;
  padding: 10px 14px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 8px;
}
.pk-step-guide__label {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 650;
  color: var(--vmx-primary, #006EFF);
  letter-spacing: 0.02em;
}
.pk-step-guide__text {
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}
.pk-panel-head {
  margin-bottom: 16px;
}
.pk-panel-desc {
  margin-top: 4px;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.45;
}
.pk-advanced__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}
.pk-advanced__tab {
  appearance: none;
  border: 1px solid #e5eaf2;
  background: #fff;
  color: #64748b;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  line-height: 1.3;
}
.pk-advanced__tab:hover {
  border-color: #c7d7f5;
  color: var(--vmx-primary, #006EFF);
}
.pk-advanced__tab.is-active {
  background: #eef5ff;
  border-color: #c7d7f5;
  color: var(--vmx-primary, #006EFF);
  font-weight: 600;
}
.pk-wb-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.pk-workbench .pk-status-tag {
  margin-left: 4px;
  font-size: 12px;
}
@media (max-width: 1100px) {
  .pk-wb-menubar {
    flex-wrap: wrap;
    height: auto;
    padding: 8px 10px;
  }
  .pk-wb-menubar__brand,
  .pk-wb-menubar__actions {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .pk-wb-side {
    display: none;
  }
}
.task-paikao__side {
  width: 280px;
  flex-shrink: 0;
}
.task-paikao__main {
  flex: 1;
  min-width: 0;
}
.pk-tree-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  box-shadow: 0 6px 8px 0 rgba(28, 31, 35, 0.06);
  max-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: sticky;
  top: 12px;
}
.pk-tree-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 16px 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--vmx-text, #323437);
}
.pk-tree-card__head .vmx-btn {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
}
.pk-tree-card__hint {
  padding: 0 16px 10px;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  border-bottom: 1px solid #eef2f7;
}
.pk-tree-body {
  padding: 6px 0 12px;
  overflow: auto;
  flex: 1;
}
.pk-tree-row {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  gap: 4px;
}
.pk-tree-row:hover {
  background: #eef4ff;
}
.pk-tree-row.is-active {
  background: #dbeafe;
  color: #006eff;
}
.pk-tree-row.is-task {
  font-weight: 600;
}
.pk-tree-toggle {
  width: 16px;
  text-align: center;
  color: #888;
  flex-shrink: 0;
}
.pk-tree-toggle.is-empty {
  visibility: hidden;
}
.pk-tree-toggle.expanded i {
  transform: rotate(90deg);
  display: inline-block;
}
.pk-tree-icon {
  margin: 0 4px;
  color: #f0ad4e;
  flex-shrink: 0;
}
.pk-tree-icon.report {
  color: #6b7280;
  font-size: 12px;
}
.pk-tree-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pk-tree-children {
  margin-left: 16px;
}
.pk-tree-children.collapsed {
  display: none;
}
.pk-tree-actions {
  flex-shrink: 0;
}
.pk-tree-actions .vmx-btn {
  padding: 1px 6px;
  font-size: 11px;
  line-height: 18px;
}
.pk-tree-row.is-drag-over {
  background: #eef4ff;
  outline: 1px dashed #006eff;
  outline-offset: -1px;
}
.pk-tree-row.is-dragging {
  opacity: 0.55;
}
.pk-tree-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  color: #9ca3af;
  cursor: grab;
  font-size: 13px;
  line-height: 1;
  user-select: none;
  flex-shrink: 0;
}
.pk-tree-drag-handle:hover {
  color: #006eff;
}
.pk-tree-drag-handle:active {
  cursor: grabbing;
}
.pk-tree-loading,
.pk-tree-empty {
  padding: 12px;
  color: #888;
  font-size: 13px;
}
.pk-main {
  flex: 1;
  min-width: 0;
  min-height: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pk-main-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 14px;
  min-height: 280px;
}
.pk-workspace {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.pk-work-head {
  display: none;
  /* 标题/操作已迁入 vmx-list-page stats/actions */
}
.pk-work-title {
  font-weight: 600;
  font-size: 14px;
  color: #111;
}
.pk-work-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pk-tabs {
  display: none;
  /* 已改用 result-tags-tabs */
}
.pk-tab {
  padding: 10px 14px;
  font-size: 13px;
  color: #6b7280;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  user-select: none;
}
.pk-tab:hover {
  color: #006eff;
}
.pk-tab.is-active {
  color: #006eff;
  border-bottom-color: #006eff;
  font-weight: 600;
}
.pk-tab-body {
  flex: 1;
  overflow: auto;
  padding: 0;
}
.pk-panel-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.pk-config-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}
.pk-config-item {
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fafafa;
}
.pk-config-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
}
.pk-config-item .pk-num {
  width: 72px;
  padding: 4px 8px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  margin-left: 8px;
}
.pk-config-subjects-wrap {
  margin-top: 20px;
}
.pk-subjects-grid-wrap {
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
}
.pk-subjects-grid {
  width: max-content;
  min-width: 0;
}
.pk-subjects-grid__head,
.pk-subjects-grid__row {
  display: grid;
  grid-template-columns: 108px
            118px
            138px
            112px
            64px
            72px
            88px
            88px
            64px;
  align-items: stretch;
}
.pk-subjects-grid__head > div,
.pk-subjects-grid__row > div {
  box-sizing: border-box;
  padding: 10px 8px;
  border-bottom: 1px solid #eef1f5;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pk-subjects-grid__head > div {
  background: #f7f8fa;
  font-weight: 600;
  font-size: 13px;
  color: #4b5563;
  white-space: nowrap;
  border-bottom-color: #e5e7eb;
  padding-top: 11px;
  padding-bottom: 11px;
}
.pk-subjects-grid__row:hover > div {
  background: #fafbfc;
}
.pk-subjects-grid__row:last-child > div {
  border-bottom: none;
}
.pk-subjects-grid__row.is-drag-over > div {
  background: #eef4ff;
}
.pk-subjects-grid__row.is-dragging {
  opacity: 0.55;
}
.pk-subjects-grid__empty {
  padding: 18px;
  color: #9ca3af;
  text-align: center;
  font-size: 13px;
}
.pk-subjects-grid .pk-sg-name {
  justify-content: flex-start;
  gap: 6px;
  padding-left: 10px;
}
.pk-subjects-grid__head .pk-sg-name {
  justify-content: center;
  padding-left: 8px;
}
.pk-subjects-grid .pk-sg-name input {
  flex: 1 1 auto;
}
.pk-subjects-grid input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.pk-subjects-grid input[type="number"].pk-num {
  width: 56px;
  max-width: 100%;
}
.pk-subjects-grid .pk-subject-type {
  display: flex;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 13px;
}
.pk-subjects-grid .pk-subject-type label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  color: #374151;
}
.pk-time-end-readonly {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 32px;
  padding: 0 8px;
  color: #4b5563;
  font-size: 13px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  box-sizing: border-box;
}
.pk-subject-drag-handle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 28px;
  color: #c0c4cc;
  cursor: grab;
  font-size: 14px;
  line-height: 1;
  user-select: none;
  border-radius: 4px;
}
.pk-subject-drag-handle:hover {
  color: #006eff;
  background: #eef4ff;
}
.pk-subject-drag-handle:active {
  cursor: grabbing;
}
.pk-subjects-grid .pk-sg-action .pk-mini-btn {
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
}
/* 其它页仍可能用到的旧科目表（结对/时间期望等） */
.pk-config-subjects {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pk-config-subjects th,
.pk-config-subjects td {
  border: 1px solid #e5e7eb;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
}
.pk-config-subjects th {
  background: #f3f4f6;
  font-weight: 600;
}
.pk-config-subjects input,
.pk-config-subjects select {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.pk-config-subjects .pk-col-action {
  width: 72px;
}
.pk-config-subjects tr.is-drag-over {
  background: #eef4ff;
  outline: 2px dashed #006eff;
  outline-offset: -2px;
}
.pk-config-subjects tr.is-dragging {
  opacity: 0.55;
}
.pk-pair-tip {
  margin-bottom: 12px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}
.pk-extra-teachers {
  margin-top: 20px;
}
.pk-arrange-section {
  margin-bottom: 20px;
}
.pk-arrange-section .pk-panel-title {
  margin-bottom: 8px;
}
.pk-extra-modes {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #f9fafb;
}
.pk-extra-mode {
  flex: 1;
  min-width: 100px;
  padding: 10px 12px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  color: #6b7280;
  border-right: 1px solid #e5e7eb;
  user-select: none;
}
.pk-extra-mode:last-child {
  border-right: none;
}
.pk-extra-mode:hover {
  background: #f3f4f6;
  color: #374151;
}
.pk-extra-mode.is-active {
  background: #fff;
  color: #006eff;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 #006eff;
}
.pk-extra-panel {
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 16px;
}
.pk-pool-table-wrap {
  margin-top: 8px;
}
.pk-pool-source-teaching {
  color: #2563eb;
}
.pk-pool-source-extra {
  color: #b45309;
}
.pk-extra-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.pk-extra-input {
  width: 160px;
  padding: 6px 10px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
}
.pk-grade-picker {
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fafafa;
}
.pk-grade-picker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.pk-grade-picker-row select {
  min-width: 120px;
  padding: 4px 8px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
}
.pk-grade-teacher-list {
  max-height: 200px;
  overflow: auto;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
  padding: 8px;
  margin-bottom: 10px;
}
.pk-grade-teacher-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-size: 13px;
  cursor: pointer;
}
.pk-extra-tag {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 4px 10px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  font-size: 12px;
}
.pk-extra-tag .pk-remove {
  margin-left: 6px;
  color: #ef4444;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font-size: 12px;
}
.pk-warn-box {
  margin-bottom: 12px;
  padding: 10px 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 6px;
  font-size: 12px;
  color: #92400e;
  line-height: 1.6;
}
.pk-info-box {
  margin-bottom: 10px;
  padding: 10px 12px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  font-size: 12px;
  color: #1e40af;
  line-height: 1.6;
}
.pk-step-tip {
  padding: 8px 14px;
  font-size: 12px;
  color: #6b7280;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.pk-cross-banner {
  flex-shrink: 0;
  padding: 10px 14px;
  background: #fef2f2;
  border-bottom: 2px solid #fca5a5;
  font-size: 12px;
  color: #991b1b;
  line-height: 1.6;
}
.pk-cross-banner-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 13px;
}
.pk-cross-banner-head i {
  color: #dc2626;
  font-size: 15px;
}
.pk-cross-banner-list {
  max-height: 120px;
  overflow-y: auto;
  padding-left: 23px;
}
.pk-cross-banner-item {
  padding: 2px 0;
}
.pk-cross-banner-item::before {
  content: '•';
  margin-right: 6px;
  color: #dc2626;
}
.pk-status-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: normal;
  background: #e5e7eb;
  color: #374151;
}
.pk-status-tag.is-dirty {
  background: #fef3c7;
  color: #92400e;
}
.pk-status-tag.is-scheduled {
  background: #dbeafe;
  color: #1d4ed8;
}
.pk-status-tag.is-published {
  background: #dcfce7;
  color: #166534;
}
.pk-tree-badge {
  font-size: 10px;
  color: #2563eb;
  margin-left: 4px;
}
.pk-tree-badge.is-warn {
  color: #b91c1c;
  background: #fef2f2;
  padding: 1px 5px;
  border-radius: 8px;
}
.pk-task-manage {
  flex: 1;
  padding: 0;
  overflow: visible;
}
.pk-task-manage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.pk-task-manage-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.pk-task-manage-desc {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
}
.pk-task-action-sections {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.pk-task-action-section {
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fafafa;
}
.pk-task-action-section-title {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.pk-task-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.pk-task-export-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px;
}
.pk-task-export-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  min-width: 0;
}
.pk-task-export-label {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  color: #374151;
  line-height: 1.4;
}
.pk-task-export-btns {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.pk-task-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
}
.pk-task-btn:hover:not(:disabled) {
  border-color: #006eff;
  color: #006eff;
}
.pk-task-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.pk-task-action-row .pk-task-btn,
.pk-task-action-row .vmx-btn {
  height: 30px;
  padding: 0 14px;
  font-size: 12px;
  line-height: 28px;
  box-sizing: border-box;
}
.pk-export-btn-group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.pk-unassigned-check {
  padding: 12px 16px;
}
.pk-unassigned-check-summary {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.7;
  color: #374151;
}
.pk-unassigned-check-summary .is-warn {
  color: #dc2626;
}
.pk-unassigned-check-empty {
  margin: 24px 0;
  text-align: center;
  color: #16a34a;
  font-size: 14px;
}
.pk-unassigned-check-table-wrap {
  /* 滚动交给 layer 内容区，避免内外双滚动条 */
  overflow: visible;
}
.pk-unassigned-check-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.pk-unassigned-check-table th,
.pk-unassigned-check-table td {
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  text-align: center;
}
.pk-unassigned-check-table th {
  background: #f3f4f6;
  font-weight: 600;
}
.pk-unassigned-check-table td.text-left {
  text-align: left;
}
.pk-task-conflict-panel {
  margin-bottom: 20px;
  padding: 12px 14px;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  font-size: 12px;
  color: #991b1b;
  line-height: 1.6;
}
.pk-task-conflict-list {
  max-height: 240px;
  overflow-y: auto;
  padding-left: 23px;
}
.pk-task-conflict-ok {
  margin-bottom: 20px;
  padding: 12px 14px;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 8px;
  font-size: 13px;
  color: #166534;
  line-height: 1.6;
}
.pk-task-conflict-ok i {
  color: #16a34a;
  margin-right: 6px;
}
.pk-export-preview {
  padding: 12px 16px;
  max-height: calc(88vh - 80px);
  overflow: auto;
  box-sizing: border-box;
}
.pk-export-preview table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 4px;
}
.pk-export-preview table th,
.pk-export-preview table td {
  border: 1px solid #e5e7eb;
  padding: 6px 8px;
  text-align: center;
}
.pk-export-preview table thead tr.head th,
.pk-export-preview table th {
  background: #f3f4f6;
  font-weight: 600;
}
.pk-export-preview .pk-export-detail {
  min-width: 360px;
  max-width: 520px;
  white-space: pre-line;
  text-align: left !important;
  line-height: 1.6;
  vertical-align: top;
}
.pk-export-preview .pk-teacher-export-table th:last-child,
.pk-export-preview .pk-teacher-export-table td:last-child {
  min-width: 360px;
}
.pk-preview-sheet {
  margin-bottom: 24px;
}
.pk-preview-sheet:last-child {
  margin-bottom: 0;
}
.pk-preview-sheet-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
  padding-left: 8px;
  border-left: 3px solid #006eff;
}
.pk-task-report-list {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}
.pk-task-report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 13px;
  cursor: pointer;
}
.pk-task-report-item:last-child {
  border-bottom: none;
}
.pk-task-report-item:hover {
  background: #f9fafb;
}
.pk-task-report-item.is-drag-over {
  background: #eef4ff;
  outline: 1px dashed #006eff;
  outline-offset: -1px;
}
.pk-task-report-item.is-dragging {
  opacity: 0.55;
}
.pk-task-report-item-main {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.pk-task-report-item:hover {
  background: #f9fafb;
}
.pk-unassigned-banner {
  margin: 0 14px 10px;
  padding: 10px 12px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  color: #991b1b;
  font-size: 13px;
  flex-shrink: 0;
}
.pk-unassigned-banner b {
  display: block;
  margin-bottom: 6px;
}
.pk-unassigned-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pk-unassigned-tag {
  display: inline-block;
  padding: 2px 8px;
  background: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 4px;
  font-weight: 600;
  color: #b91c1c;
}
.pk-row-unassigned td {
  background: #fef2f2 !important;
  color: #b91c1c;
  font-weight: 600;
}
.pk-subject-type {
  display: flex;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 13px;
}
.pk-subject-type label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
}
.pk-sheet-wrap {
  overflow: auto;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  max-width: 100%;
}
/* sticky + collapse 在部分浏览器会画出「假空行」；改 separate */
.pk-sheet {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  width: max-content;
  max-width: none;
}
.pk-sheet th,
.pk-sheet td {
  border: 1px solid #d1d5db;
  border-top-width: 0;
  border-left-width: 0;
  padding: 6px 8px;
  text-align: center;
  vertical-align: middle;
  min-width: 48px;
  background-clip: padding-box;
}
.pk-sheet tr:first-child th,
.pk-sheet tr:first-child td {
  border-top-width: 1px;
}
.pk-sheet th:first-child,
.pk-sheet td:first-child {
  border-left-width: 1px;
}
.pk-sheet th {
  background: #f3f4f6;
  font-weight: 600;
}
.pk-sub-head-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 2px;
}
.pk-sub-head-meta {
  font-weight: 400;
  font-size: 12px;
  color: #64748b;
  line-height: 1.35;
  white-space: nowrap;
}
/* sticky 列宽必须与 left 偏移一致，否则横向滚动时错位叠层 */
.pk-sheet .pk-sticky-left {
  position: sticky;
  left: 0;
  background: #f9fafb;
  z-index: 3;
  min-width: 96px;
  box-shadow: 2px 0 4px -2px rgba(15, 23, 42, 0.12);
}
.pk-sheet .pk-sticky-left2 {
  position: sticky;
  left: 96px;
  background: #f9fafb;
  z-index: 3;
  min-width: 48px;
  width: 48px;
  box-shadow: 2px 0 4px -2px rgba(15, 23, 42, 0.12);
}
.pk-sheet thead .pk-sticky-left,
.pk-sheet thead .pk-sticky-left2 {
  z-index: 4;
  background: #f3f4f6;
}
.pk-sheet input.pk-cell-input {
  width: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 13px;
  padding: 4px 2px;
  outline: none;
  min-width: 0;
  box-sizing: border-box;
}
.pk-sheet input.pk-cell-input:focus {
  background: #eef4ff;
}
.pk-sheet .pk-exam-on {
  background: #ecfdf5;
  color: #047857;
  font-weight: 600;
  cursor: pointer;
}
.pk-sheet .pk-exam-off {
  background: #f9fafb;
  color: #d1d5db;
  cursor: pointer;
}
.pk-sheet .pk-manual {
  background: #fef9c3 !important;
}
.pk-result-cell {
  position: relative;
  padding: 0;
  vertical-align: middle;
  min-width: 76px;
}
.pk-result-cell .pk-drag-handle {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  font-size: 11px;
  line-height: 14px;
  color: #9ca3af;
  cursor: grab;
  opacity: 0.75;
  z-index: 2;
  user-select: none;
  text-align: center;
}
.pk-result-cell .pk-drag-handle:hover {
  color: #006eff;
  opacity: 1;
}
.pk-result-cell .pk-drag-handle:active {
  cursor: grabbing;
}
.pk-result-cell .pk-cell-input {
  padding-left: 16px;
}
.pk-result-cell.is-drag-over {
  outline: 2px dashed #006eff;
  outline-offset: -2px;
  background: #eef4ff !important;
}
.pk-result-cell.is-dragging {
  opacity: 0.55;
}
.pk-sheet .pk-sub-head input {
  font-weight: 600;
}
.pk-exam-room-edit {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  width: 100%;
}
.pk-exam-room-edit .pk-cell-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 4px;
}
.pk-exam-room-edit .pk-exam-room-del {
  flex: 0 0 auto;
  padding: 0 6px;
  height: 28px;
  line-height: 26px;
}
/* 考场表：单行表头（避免 rowspan+sticky 假空行） */
.pk-sheet-exam {
  table-layout: fixed;
}
.pk-sheet-exam .pk-sticky-left {
  width: 132px;
  min-width: 132px;
  max-width: 132px;
  left: 0;
}
.pk-sheet-exam .pk-sticky-left2 {
  left: 132px;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.pk-sheet-exam .pk-col-subject {
  width: 118px;
  min-width: 118px;
  max-width: 118px;
  height: 36px;
  font-size: 13px;
  line-height: 1.35;
}
.pk-sheet-exam thead .pk-col-subject {
  height: auto;
  padding: 8px 6px;
  white-space: normal;
}
.pk-sheet-exam .pk-time-inline input {
  width: 36px;
  display: inline-block;
  vertical-align: middle;
}
.pk-sheet-exam .pk-patrol-inline input {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
/* 结果表：固定列宽，表头/表体科目列同宽，避免 sticky+auto 错位 */
.pk-sheet-result {
  table-layout: fixed;
}
.pk-sheet-result .pk-sticky-left {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  left: 0;
}
.pk-sheet-result .pk-sticky-left2 {
  left: 110px;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.pk-sheet-result .pk-col-subject,
.pk-sheet-result .pk-result-cell {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  font-size: 13px;
  line-height: 1.35;
  box-sizing: border-box;
}
.pk-sheet-result thead .pk-col-subject {
  padding: 8px 6px;
  white-space: normal;
  word-break: break-word;
}
.pk-sheet-result .pk-sub-head-meta {
  white-space: normal;
}
.pk-mini-btn {
  padding: 4px 10px;
  font-size: 12px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  line-height: 1.35;
}
.pk-mini-btn:hover {
  border-color: #006eff;
  color: #006eff;
}
.pk-mini-btn.danger:hover {
  border-color: #dc2626;
  color: #dc2626;
}
.pk-stat-bar {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-size: 12px;
  color: #6b7280;
}
.pk-stat-bar b {
  color: #111;
}
.pk-duration-name {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: grab;
  user-select: none;
}
.pk-duration-name:hover {
  color: #006eff;
}
.pk-duration-name:active {
  cursor: grabbing;
}
.pk-duration-row.is-drag-over td {
  background: #eef4ff !important;
  outline: 1px dashed #006eff;
  outline-offset: -1px;
}
.pk-duration-row.is-dragging td {
  opacity: 0.55;
}
.pk-duration-row.is-imbalance td {
  background: #fff7ed;
}
.pk-duration-slot {
  position: relative;
  min-width: 120px;
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
  padding: 4px 6px !important;
}
.pk-duration-slot.is-empty {
  min-height: 36px;
  color: #d1d5db;
}
.pk-duration-slot.is-empty.is-drag-over {
  color: #006eff;
  background: #eef4ff !important;
}
.pk-duration-slot.is-drag-over {
  outline: 2px dashed #006eff;
  outline-offset: -2px;
  background: #eef4ff !important;
}
.pk-duration-slot-empty {
  display: block;
  min-height: 28px;
  line-height: 28px;
  text-align: center;
}
.pk-duration-slot-text {
  cursor: grab;
  user-select: none;
}
.pk-duration-slot-text:active {
  cursor: grabbing;
}
.pk-duration-slot.is-dragging {
  opacity: 0.55;
}
.pk-duration-slot .pk-drag-handle {
  margin-right: 4px;
  color: #9ca3af;
  cursor: grab;
  font-size: 12px;
  vertical-align: middle;
}
.pk-duration-slot .pk-drag-handle:hover {
  color: #006eff;
}
.pk-swap-dialog {
  width: 100%;
  max-width: 760px;
}
.pk-wizard.pk-swap-dialog {
  width: min(1080px, 94vw);
  max-width: 1080px;
  max-height: 92vh;
  min-height: 560px;
}
.pk-wizard.pk-swap-dialog .pk-wizard-body {
  flex: 1;
  min-height: 0;
  overflow: auto;
}
.pk-swap-form-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.pk-swap-form-row label {
  flex: 0 0 72px;
  font-size: 13px;
  color: #374151;
}
.pk-swap-form-row .pk-wizard-input {
  flex: 1;
}
.pk-swap-picker {
  position: relative;
  flex: 1;
}
.pk-swap-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  max-height: 220px;
  overflow: auto;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.pk-swap-suggest li {
  padding: 8px 12px;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
}
.pk-swap-suggest li:hover {
  background: #eef4ff;
  color: #006eff;
}
.pk-swap-picker-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #9ca3af;
}
.pk-swap-preview-wrap {
  margin-top: 12px;
  max-height: calc(92vh - 280px);
  min-height: 320px;
  overflow: auto;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fafafa;
}
.pk-swap-preview-item {
  padding: 12px 14px;
  border-bottom: 1px solid #ececec;
}
.pk-swap-preview-item:last-child {
  border-bottom: none;
}
.pk-swap-preview-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}
.pk-swap-preview-title .is-skip {
  color: #9ca3af;
  font-weight: 400;
  font-size: 12px;
}
.pk-swap-preview-block {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #374151;
}
.pk-swap-preview-block b {
  display: inline-block;
  min-width: 52px;
  color: #111827;
}
.pk-swap-preview-block.is-after {
  background: #eef4ff;
  border-radius: 6px;
  padding: 8px 10px;
}
.pk-swap-preview-summary {
  margin-top: 10px;
  padding: 8px 10px;
  background: #fff7ed;
  border-radius: 6px;
  font-size: 12px;
  color: #92400e;
}
/* 自定义分步弹窗 */
.pk-wizard-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99990;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.pk-wizard {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.pk-wizard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5ea;
}
.pk-wizard-title {
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1f;
}
.pk-wizard-close {
  border: none;
  background: none;
  font-size: 22px;
  color: #6e6e73;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.pk-wizard-steps {
  display: flex;
  gap: 8px;
  padding: 12px 20px 0;
}
.pk-wizard-step {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5ea;
}
.pk-wizard-step.is-active {
  color: #007aff;
  border-bottom-color: #007aff;
  font-weight: 600;
}
.pk-wizard-step.is-done {
  color: #10b981;
  border-bottom-color: #10b981;
}
.pk-wizard-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.pk-wizard-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 13px;
  color: #374151;
}
.pk-wizard-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
}
.pk-wizard-input:focus {
  border-color: #007aff;
  box-shadow: 0 0 0 2px rgba(0, 122, 255, 0.12);
}
.pk-wizard-tip {
  margin-top: 8px;
  font-size: 12px;
  color: #9ca3af;
}
.pk-wizard-foot {
  display: flex;
  gap: 10px;
  padding: 14px 20px 18px;
  border-top: 1px solid #e5e5ea;
}
.pk-wizard-btn {
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}
.pk-wizard-btn.cancel {
  background: #f0f0f5;
  color: #1d1d1f;
}
.pk-wizard-btn.prev {
  background: #eef4ff;
  color: #006eff;
  flex: 0 0 auto;
  min-width: 88px;
}
.pk-wizard-btn.next,
.pk-wizard-btn.submit {
  background: #007aff;
  color: #fff;
}
.pk-wizard-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* 年级班级选择（与 pickclassroom 一致） */
.pk-pick-empty {
  text-align: center;
  color: #9ca3af;
  padding: 24px 0;
  font-size: 13px;
}
.pk-grades {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.pk-grade-btn {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #e5e5ea;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  font-size: 14px;
}
.pk-grade-btn:hover {
  background: #f5f5f7;
  border-color: #007aff;
}
.pk-grade-btn.active {
  background: #e8f0fe;
  border-color: #007aff;
  color: #007aff;
}
.pk-grade-btn.selected {
  border-color: #007aff;
}
.pk-check {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #e5e5ea;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  margin-right: 8px;
  font-size: 12px;
}
.pk-check.checked {
  background: #007aff;
  border-color: #007aff;
}
.pk-grade-text {
  font-weight: 500;
  margin-right: 4px;
}
.pk-grade-count {
  font-size: 12px;
  color: #6e6e73;
}
.pk-grade-btn.active .pk-grade-count {
  color: #007aff;
}
.pk-class-list {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid #e5e5ea;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pk-class-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #e5e5ea;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
.pk-class-item:hover {
  background: #f5f5f7;
  border-color: #007aff;
}
.pk-class-item.selected {
  background: #e8f0fe;
  border-color: #007aff;
}
.pk-class-name {
  font-size: 14px;
  margin-left: 4px;
}
.pk-selected-summary {
  margin-top: 14px;
  padding: 10px 12px;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 12px;
  color: #4b5563;
  line-height: 1.6;
}
.pk-subject-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pk-subject-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #e5e5ea;
  background: #fff;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}
.pk-subject-item:hover {
  background: #f5f5f7;
  border-color: #007aff;
}
.pk-subject-item.selected {
  background: #e8f0fe;
  border-color: #007aff;
  color: #007aff;
}
.pk-wizard-actions-inline {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.pk-ctx-menu {
  position: fixed;
  z-index: 100001;
  min-width: 140px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.pk-ctx-menu li {
  padding: 8px 14px;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  white-space: nowrap;
}
.pk-ctx-menu li:hover {
  background: #fef2f2;
  color: #dc2626;
}
[v-cloak] {
  display: none !important;
}
.pk-page-loading {
  padding: 48px 20px;
  text-align: center;
  font-size: 14px;
  color: #888;
}
.pk-page-loading::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 12px;
  border: 2px solid #e5e5ea;
  border-top-color: #006eff;
  border-radius: 50%;
  animation: pk-page-spin 0.7s linear infinite;
}
@keyframes pk-page-spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 991px) {
  .task-paikao {
    flex-direction: column;
    min-height: 0;
  }
  .task-paikao__side {
    width: 100%;
  }
  .pk-tree-card {
    max-height: 280px;
    position: static;
  }
}
/* forms/flows */
.forms-flows {
  --ff-bg: #eef0f5;
  --ff-card: #fff;
  --ff-border: #dde2ee;
  --ff-text: #1e2a3b;
  --ff-sub: #64748b;
  --ff-muted: #94a3b8;
  --ff-primary: var(--vmx-primary, #006EFF);
  --ff-primary-bg: #eef4ff;
  --c-start: #3b5bdb;
  --c-approver: #f76707;
  --c-cc: #0ca678;
  --c-handler: #7048e8;
  --c-condition: #e8590c;
  --c-end: #868e96;
  font-size: 14px;
  color: var(--ff-text);
  /* segment / nodes */
}
.forms-flows__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 16px;
  background: var(--ff-card);
  border: 1px solid var(--ff-border);
  border-radius: 8px;
}
.forms-flows__toolbar-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.forms-flows__toolbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.forms-flows__back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--ff-primary);
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}
.forms-flows__back:hover {
  text-decoration: underline;
}
.forms-flows__title {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.forms-flows__badge {
  font-size: 11px;
  font-weight: 500;
  background: var(--ff-primary-bg);
  color: var(--ff-primary);
  padding: 2px 10px;
  border-radius: 20px;
}
.forms-flows__desc {
  font-size: 12px;
  color: var(--ff-sub);
  margin-top: 2px;
}
.forms-flows__body {
  padding: 0 !important;
  margin-top: 12px;
}
.forms-flows__workspace {
  display: flex;
  min-height: calc(100vh - 220px);
  border: 1px solid var(--ff-border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--ff-card);
}
.forms-flows__canvas {
  flex: 1;
  min-width: 0;
  background: var(--ff-bg);
  overflow: hidden;
  position: relative;
  cursor: grab;
  user-select: none;
}
.forms-flows__canvas.is-panning {
  cursor: grabbing;
}
.forms-flows__canvas-inner {
  padding: 48px 32px 80px;
  min-width: max-content;
  min-height: 100%;
  display: flex;
  justify-content: center;
  will-change: transform;
}
.forms-flows__panel {
  width: 340px;
  flex-shrink: 0;
  border-left: 1px solid var(--ff-border);
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.forms-flows__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--ff-border);
  font-size: 14px;
  font-weight: 700;
}
.forms-flows__panel-close {
  border: none;
  background: transparent;
  color: var(--ff-sub);
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 4px;
}
.forms-flows__panel-close:hover {
  background: var(--ff-bg);
  color: var(--ff-text);
}
.forms-flows__panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  position: relative;
}
.forms-flows__panel-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.forms-flows__empty {
  text-align: center;
  padding: 48px 12px;
  color: var(--ff-muted);
}
.forms-flows__empty i {
  font-size: 36px;
  display: block;
  margin-bottom: 12px;
  color: #c5cdd8;
}
.forms-flows__empty p {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--ff-sub);
}
.forms-flows__empty-hint {
  font-size: 12px !important;
  color: var(--ff-muted) !important;
}
.forms-flows__field {
  margin-bottom: 14px;
}
.forms-flows__field--row {
  display: flex;
  gap: 10px;
}
.forms-flows__field-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.forms-flows__field-col--op {
  flex: 0 0 110px;
}
.forms-flows__field-col--val {
  flex: 1;
}
.forms-flows__label {
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 5px;
}
.forms-flows__label em {
  font-style: normal;
  font-weight: 400;
  color: var(--ff-muted);
}
.forms-flows__textarea {
  resize: vertical;
  min-height: 60px;
  height: auto !important;
  line-height: 1.5;
  padding-top: 7px;
  padding-bottom: 7px;
}
.forms-flows__type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.forms-flows__type-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 8px;
  border-radius: 8px;
  border: 1.5px solid var(--ff-border);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: var(--ff-sub);
  transition: all 0.14s;
}
.forms-flows__type-tile:hover,
.forms-flows__type-tile.is-active {
  border-color: var(--ff-primary);
  background: var(--ff-primary-bg);
  color: var(--ff-primary);
}
.forms-flows__type-tile--approver.is-active {
  border-color: var(--c-approver);
  background: #fff4ec;
  color: var(--c-approver);
}
.forms-flows__type-tile--cc.is-active {
  border-color: var(--c-cc);
  background: #e6faf5;
  color: var(--c-cc);
}
.forms-flows__type-tile--handler.is-active {
  border-color: var(--c-handler);
  background: #f3f0ff;
  color: var(--c-handler);
}
.forms-flows__type-tile--condition.is-active {
  border-color: var(--c-condition);
  background: #fff4ed;
  color: var(--c-condition);
}
.forms-flows__type-tile-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.forms-flows__chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.forms-flows__chip svg {
  width: 13px;
  height: 13px;
}
.forms-flows__chip--start {
  background: #eef1fb;
  color: var(--c-start);
}
.forms-flows__chip--approver {
  background: #fff4ec;
  color: var(--c-approver);
}
.forms-flows__chip--cc {
  background: #e6faf5;
  color: var(--c-cc);
}
.forms-flows__chip--handler {
  background: #f3f0ff;
  color: var(--c-handler);
}
.forms-flows__chip--condition {
  background: #fff4ed;
  color: var(--c-condition);
}
.forms-flows__chip--end {
  background: #f1f5f9;
  color: var(--c-end);
}
.forms-flows__info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 7px;
  padding: 9px 12px;
  font-size: 12px;
  color: #1d4ed8;
  line-height: 1.5;
}
.forms-flows__user-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.forms-flows__user-row .vmx-input {
  flex: 1;
  min-width: 0;
}
.forms-flows__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  cursor: pointer;
  line-height: 1.4;
}
.forms-flows__check input {
  margin-top: 2px;
}
.forms-flows__picker {
  position: absolute;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 16px;
  z-index: 2;
}
.forms-flows__picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.forms-flows__search {
  position: relative;
  margin-bottom: 10px;
}
.forms-flows__search i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ff-muted);
  font-size: 13px;
  pointer-events: none;
}
.forms-flows__search .vmx-input {
  padding-left: 30px;
}
.forms-flows__state {
  text-align: center;
  padding: 28px 0;
  color: var(--ff-muted);
  font-size: 13px;
}
.forms-flows__user-list {
  flex: 1;
  overflow-y: auto;
  margin: 0 -16px;
  min-height: 0;
}
.forms-flows__user-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  cursor: pointer;
  border-bottom: 1px solid var(--ff-border);
}
.forms-flows__user-item input {
  display: none;
}
.forms-flows__user-item:hover,
.forms-flows__user-item.is-selected {
  background: #f8faff;
}
.forms-flows__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.forms-flows__user-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.forms-flows__user-name {
  font-size: 13px;
  font-weight: 600;
}
.forms-flows__user-tag {
  font-size: 11px;
  color: var(--ff-muted);
}
.forms-flows__picked {
  font-size: 12px;
  color: var(--ff-muted);
  margin-right: auto;
}
.forms-flows__segment {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forms-flows__conn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forms-flows__conn-line {
  width: 2px;
  height: 20px;
  background: linear-gradient(180deg, #c8d0e4, #dde2ee);
}
.forms-flows__add {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid #c8d0e4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.18s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  color: var(--ff-muted);
  font-size: 12px;
}
.forms-flows__add:hover {
  border-color: var(--ff-primary);
  background: var(--ff-primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 110, 255, 0.3);
}
.forms-flows__node-wrap {
  width: 260px;
  position: relative;
}
.forms-flows__node {
  width: 260px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(30, 42, 59, 0.07), 0 4px 16px rgba(30, 42, 59, 0.06);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.18s;
  border: 1.5px solid var(--ff-border);
  position: relative;
}
.forms-flows__node:hover {
  box-shadow: 0 6px 24px rgba(30, 42, 59, 0.13);
  transform: translateY(-2px);
}
.forms-flows__node.is-selected {
  border-color: var(--ff-primary);
  box-shadow: 0 0 0 3px rgba(0, 110, 255, 0.15);
}
.forms-flows__node-stripe {
  height: 3px;
  width: 100%;
}
.forms-flows__node--start .forms-flows__node-stripe {
  background: var(--c-start);
}
.forms-flows__node--approver .forms-flows__node-stripe {
  background: var(--c-approver);
}
.forms-flows__node--cc .forms-flows__node-stripe {
  background: var(--c-cc);
}
.forms-flows__node--handler .forms-flows__node-stripe {
  background: var(--c-handler);
}
.forms-flows__node--condition .forms-flows__node-stripe {
  background: var(--c-condition);
}
.forms-flows__node--end .forms-flows__node-stripe {
  background: var(--c-end);
}
.forms-flows__node-body {
  padding: 10px 14px 12px;
}
.forms-flows__node-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.forms-flows__node-icon {
  display: flex;
}
.forms-flows__node-icon svg {
  width: 13px;
  height: 13px;
}
.forms-flows__node--start .forms-flows__node-icon svg {
  color: var(--c-start);
}
.forms-flows__node--approver .forms-flows__node-icon svg {
  color: var(--c-approver);
}
.forms-flows__node--cc .forms-flows__node-icon svg {
  color: var(--c-cc);
}
.forms-flows__node--handler .forms-flows__node-icon svg {
  color: var(--c-handler);
}
.forms-flows__node--condition .forms-flows__node-icon svg {
  color: var(--c-condition);
}
.forms-flows__node--end .forms-flows__node-icon svg {
  color: var(--c-end);
}
.forms-flows__node-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 1px 7px;
  border-radius: 4px;
}
.forms-flows__node--start .forms-flows__node-tag {
  background: #eef1fb;
  color: var(--c-start);
}
.forms-flows__node--approver .forms-flows__node-tag {
  background: #fff4ec;
  color: var(--c-approver);
}
.forms-flows__node--cc .forms-flows__node-tag {
  background: #e6faf5;
  color: var(--c-cc);
}
.forms-flows__node--handler .forms-flows__node-tag {
  background: #f3f0ff;
  color: var(--c-handler);
}
.forms-flows__node--condition .forms-flows__node-tag {
  background: #fff4ed;
  color: var(--c-condition);
}
.forms-flows__node--end .forms-flows__node-tag {
  background: #f1f5f9;
  color: var(--c-end);
}
.forms-flows__node-name {
  font-size: 13px;
  font-weight: 600;
  word-break: break-all;
  margin-bottom: 3px;
}
.forms-flows__node-desc {
  font-size: 11px;
  color: var(--ff-sub);
  word-break: break-all;
  line-height: 1.5;
  min-height: 14px;
}
.forms-flows__node-del {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: all 0.18s;
  color: var(--ff-muted);
  font-size: 12px;
}
.forms-flows__node:hover .forms-flows__node-del {
  opacity: 1;
}
.forms-flows__node-del:hover {
  background: #fee2e2;
  color: #dc2626;
}
.forms-flows__cond {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.forms-flows__fork {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 8px;
}
.forms-flows__fork-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #c8d0e4 10%, #c8d0e4 90%, transparent 100%);
}
.forms-flows__branch-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 220px;
  padding: 0 10px;
}
.forms-flows__branch-col > .forms-flows__segment {
  margin-top: 8px;
}
.forms-flows__branch-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forms-flows__drop-line {
  width: 2px;
  height: 16px;
  background: #c8d0e4;
}
.forms-flows__branch-card {
  width: 200px;
  background: #fff;
  border-radius: 8px;
  border: 1.5px solid var(--ff-border);
  box-shadow: 0 1px 4px rgba(30, 42, 59, 0.07);
  cursor: pointer;
  transition: all 0.17s;
  overflow: hidden;
  position: relative;
}
.forms-flows__branch-card:hover {
  border-color: var(--c-condition);
  box-shadow: 0 4px 16px rgba(232, 89, 12, 0.12);
}
.forms-flows__branch-card.is-selected {
  border-color: var(--ff-primary);
  box-shadow: 0 0 0 3px rgba(0, 110, 255, 0.15);
}
.forms-flows__branch-stripe {
  height: 3px;
  background: var(--c-condition);
}
.forms-flows__branch-body {
  padding: 8px 12px 9px;
}
.forms-flows__branch-top {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.forms-flows__branch-idx {
  font-size: 10px;
  font-weight: 700;
  background: #fff4ed;
  color: var(--c-condition);
  padding: 1px 6px;
  border-radius: 10px;
}
.forms-flows__branch-default {
  font-size: 10px;
  background: #e0f2fe;
  color: #0369a1;
  padding: 1px 6px;
  border-radius: 10px;
}
.forms-flows__branch-name {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}
.forms-flows__branch-cond {
  font-size: 11px;
  color: var(--ff-sub);
  word-break: break-all;
}
.forms-flows__branch-del {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ff-muted);
  font-size: 14px;
}
.forms-flows__branch-card:hover .forms-flows__branch-del {
  opacity: 1;
}
.forms-flows__branch-del:hover {
  background: #fee2e2;
  color: #dc2626;
}
.forms-flows__add-branch-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 6px;
  padding-top: 18px;
}
.forms-flows__btn-branch {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px dashed #86efac;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.forms-flows__btn-branch:hover {
  background: #dcfce7;
}
.forms-flows__merge {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
}
.forms-flows__merge-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #c8d0e4 10%, #c8d0e4 90%, transparent 100%);
}
.forms-flows__merge-drop {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 960px) {
  .forms-flows__workspace {
    flex-direction: column;
    min-height: auto;
  }
  .forms-flows__canvas {
    min-height: 420px;
  }
  .forms-flows__panel {
    width: 100%;
    border-left: none;
    border-top: 1px solid var(--ff-border);
    max-height: 420px;
  }
}
/* forms/index */
.forms-index .forms-index-danger {
  color: #e74c3c;
}
/* forms/setting */
.forms-setting {
  /* 企微式字段设计器 */
}
.forms-setting .forms-setting-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 10px;
  color: var(--vmx-primary, #006EFF);
  text-decoration: none;
  font-size: 13px;
}
.forms-setting .forms-setting-back:hover {
  text-decoration: underline;
}
.forms-setting .forms-setting-meta {
  margin-left: 8px;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
}
.forms-setting .forms-setting-card {
  background: var(--vmx-card-bg, #fff);
  border: 1px solid var(--vmx-border, #e8e8e8);
  border-radius: 8px;
  padding: 20px 22px;
}
.forms-setting .forms-setting-card--designer {
  padding: 0;
  overflow: hidden;
}
.forms-setting .forms-setting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  max-width: 880px;
}
.forms-setting .forms-setting-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.forms-setting .forms-setting-field--switches {
  grid-column: 1 / -1;
}
.forms-setting .forms-setting-field .vmx-input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.forms-setting .forms-setting-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--vmx-text, #333);
}
.forms-setting .forms-setting-hint {
  margin: 0;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  line-height: 1.4;
}
.forms-setting .forms-setting-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--vmx-text, #333);
  margin-top: 4px;
  cursor: pointer;
}
.forms-setting .forms-setting-switch input {
  width: 16px;
  height: 16px;
}
.forms-setting .forms-setting-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.forms-setting .forms-setting-tab-count {
  margin-left: 4px;
  font-size: 12px;
  opacity: 0.85;
}
.forms-setting .forms-setting-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--vmx-border, #e8e8e8);
}
.forms-setting .forms-designer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid #eef0f3;
  background: #fff;
}
.forms-setting .forms-designer-toolbar-left {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  flex-wrap: wrap;
}
.forms-setting .forms-designer-toolbar-left strong {
  font-size: 14px;
  color: #1f2329;
  font-weight: 600;
}
.forms-setting .forms-designer {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 300px;
  min-height: calc(100vh - 250px);
  background: #edf0f5;
}
.forms-setting .forms-designer-col-title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  color: #8f959e;
  margin: 0 0 10px;
  line-height: 1.4;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  word-break: keep-all;
  flex: 0 0 auto;
  align-self: stretch;
}
.forms-setting .forms-designer-col-title--sub {
  margin-top: 18px;
}
.forms-setting .forms-designer-palette {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border-right: 1px solid #e5e6eb;
  padding: 14px 12px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 0;
}
.forms-setting .forms-designer-palette-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  flex: 0 0 auto;
  justify-items: stretch;
}
.forms-setting .forms-designer-palette-grid .forms-designer-palette-item:last-child:nth-child(odd) {
  justify-self: stretch;
  grid-column: 1;
}
.forms-setting .forms-designer-palette-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 64px;
  padding: 8px 4px;
  border: 1px solid #e5e6eb;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  color: #646a73;
  line-height: 1.2;
  transition: border-color 0.12s, background 0.12s, color 0.12s;
}
.forms-setting .forms-designer-palette-item i {
  font-size: 18px;
  color: #3370ff;
  line-height: 1;
}
.forms-setting .forms-designer-palette-item span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.forms-setting .forms-designer-palette-item:hover {
  border-color: #3370ff;
  background: #f0f4ff;
  color: #3370ff;
}
.forms-setting .forms-designer-canvas {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 28px 20px;
  overflow: auto;
}
.forms-setting .forms-designer-phone {
  width: 360px;
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(31, 35, 41, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  border: 1px solid #e5e6eb;
}
.forms-setting .forms-designer-phone-bar {
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #1f2329;
  border-bottom: 1px solid #eff0f1;
  background: #fff;
}
.forms-setting .forms-designer-phone-body {
  flex: 1;
  padding: 0;
  background: #fff;
  overflow-y: auto;
}
.forms-setting .forms-designer-empty {
  text-align: center;
  padding: 80px 20px;
  color: #8f959e;
  font-size: 13px;
}
.forms-setting .forms-designer-field {
  position: relative;
  background: #fff;
  border: 1px solid transparent;
  border-bottom: 1px solid #eff0f1;
  padding: 14px 16px 12px;
  cursor: grab;
  transition: background 0.12s, box-shadow 0.12s;
}
.forms-setting .forms-designer-field:last-child {
  border-bottom: none;
}
.forms-setting .forms-designer-field:hover {
  background: #fafbfd;
}
.forms-setting .forms-designer-field.is-selected {
  background: #f5f8ff;
  box-shadow: inset 3px 0 0 #3370ff;
  border-color: transparent;
  z-index: 1;
}
.forms-setting .forms-designer-field.is-hidden {
  opacity: 0.5;
}
.forms-setting .forms-designer-field.is-dragging {
  opacity: 0.35;
}
.forms-setting .forms-designer-field-label {
  font-size: 14px;
  font-weight: 500;
  color: #1f2329;
  margin-bottom: 8px;
  padding-right: 72px;
  line-height: 1.4;
  word-break: break-word;
}
.forms-setting .forms-designer-req {
  color: #f54a45;
  font-style: normal;
  margin-right: 2px;
}
.forms-setting .forms-designer-field-rule {
  margin-top: 8px;
  font-size: 12px;
  color: #de7802;
  background: #fff7e8;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.forms-setting .forms-designer-field-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 11px;
  background: #f2f3f5;
  color: #8f959e;
  padding: 1px 6px;
  border-radius: 3px;
}
.forms-setting .forms-designer-field-ops {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 2px;
  z-index: 2;
}
.forms-setting .forms-designer-field-ops button {
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(31, 35, 41, 0.12);
  color: #646a73;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 13px;
}
.forms-setting .forms-designer-field-ops button:hover {
  color: #3370ff;
  background: #f0f4ff;
}
.forms-setting .forms-designer-field-ops button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.forms-setting .forms-designer-field-ops button.is-danger:hover {
  color: #f54a45;
  background: #fff1f0;
}
.forms-setting .forms-designer-fake-input,
.forms-setting .forms-designer-fake-area,
.forms-setting .forms-designer-fake-box {
  border: 1px solid #dee0e3;
  border-radius: 6px;
  background: #fff;
  color: #8f959e;
  font-size: 13px;
  padding: 9px 12px;
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
}
.forms-setting .forms-designer-fake-area {
  min-height: 64px;
  align-items: flex-start;
}
.forms-setting .forms-designer-fake-input.is-muted {
  background: #f5f6f7;
  border-style: dashed;
}
.forms-setting .forms-designer-fake-selectline {
  justify-content: space-between;
}
.forms-setting .forms-designer-fake-selectline i {
  color: #bbbfc4;
  font-size: 12px;
}
.forms-setting .forms-designer-fake-switch {
  display: inline-flex;
  border: 1px solid #dee0e3;
  border-radius: 6px;
  overflow: hidden;
}
.forms-setting .forms-designer-fake-switch span {
  padding: 6px 16px;
  font-size: 13px;
  color: #646a73;
  background: #fff;
}
.forms-setting .forms-designer-fake-switch span.is-on {
  background: #3370ff;
  color: #fff;
}
.forms-setting .forms-designer-props {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border-left: 1px solid #e5e6eb;
  padding: 14px 14px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 0;
}
.forms-setting .forms-designer-props-empty {
  padding: 48px 12px;
  text-align: center;
  color: #8f959e;
  font-size: 13px;
  line-height: 1.6;
}
.forms-setting .forms-designer-props-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
}
.forms-setting .forms-designer-props-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #eff0f1;
}
.forms-setting .forms-designer-props-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.forms-setting .forms-designer-props-group-title {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #8f959e;
  letter-spacing: 0.02em;
  line-height: 1.4;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  word-break: keep-all;
  flex: 0 0 auto;
}
.forms-setting .forms-designer-props .forms-setting-field {
  gap: 5px;
}
.forms-setting .forms-designer-props .forms-setting-label {
  font-size: 12px;
  font-weight: 500;
  color: #646a73;
}
.forms-setting .forms-designer-props .vmx-input {
  height: 32px;
  min-height: 32px;
  line-height: 30px;
  font-size: 13px;
  border-radius: 6px;
  border-color: #dee0e3;
}
.forms-setting .forms-designer-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.forms-setting .forms-designer-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #1f2329;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid #e5e6eb;
  border-radius: 6px;
  background: #fff;
  user-select: none;
}
.forms-setting .forms-designer-check input {
  margin: 0;
}
.forms-setting .forms-designer-check--block {
  width: 100%;
  box-sizing: border-box;
}
.forms-setting .forms-designer-check:has(input:checked) {
  border-color: #3370ff;
  background: #f0f4ff;
  color: #3370ff;
}
.forms-setting .forms-fields-options {
  min-height: 72px;
  height: auto !important;
  line-height: 1.45 !important;
  resize: vertical;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.forms-setting .forms-fields-rules-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 2px;
}
.forms-setting .forms-fields-del {
  color: var(--vmx-danger, #e54d42) !important;
}
.forms-setting .btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .forms-setting .forms-designer {
    grid-template-columns: 168px minmax(0, 1fr) 260px;
  }
}
@media (max-width: 860px) {
  .forms-setting .forms-setting-grid {
    grid-template-columns: 1fr;
  }
  .forms-setting .forms-designer {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .forms-setting .forms-designer-palette,
  .forms-setting .forms-designer-props {
    border: none;
    border-bottom: 1px solid #e5e6eb;
    max-height: 280px;
  }
  .forms-setting .forms-designer-phone {
    width: 100%;
    min-height: 400px;
  }
}
/* forms/data — 对齐 vmx-list-page 标准表格/空态/分页 */
.forms-data .forms-data-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 10px;
  color: var(--vmx-primary, #006EFF);
  text-decoration: none;
  font-size: 13px;
}
.forms-data .forms-data-back:hover {
  text-decoration: underline;
}
.forms-data .forms-data-meta {
  margin-left: 8px;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
}
.forms-data .forms-data-fields {
  font-size: 12px;
  color: #555;
  line-height: 1.6;
}
.forms-data .forms-data-fields span {
  display: inline-block;
  margin: 0 8px 4px 0;
  background: #f3f5f8;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
  padding: 2px 8px;
}
.forms-data .forms-data-field--image .forms-data-pic {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--vmx-primary, #006EFF);
  text-decoration: none;
  font-weight: 500;
}
.forms-data .forms-data-field--image .forms-data-pic:hover {
  text-decoration: underline;
}
.forms-data .forms-data-field--image .forms-data-pic i {
  font-size: 13px;
}
.forms-data .forms-data-fields-empty {
  color: #aaa;
}
.forms-data .forms-data-del {
  color: #e74c3c;
}
.forms-data .goods-list-loading {
  min-height: 180px;
}
/* dream/level — 对齐 vmx-list-page，不再套内层 card */
.dream-level .dream-level-hint {
  margin: 10px 0 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
}
.dream-level .dream-level-table {
  margin: 0;
}
.dream-level .dream-level-table .vmx-input {
  width: 100%;
  max-width: 160px;
}
.dream-level .dream-level-table th {
  font-weight: 500;
  color: #64748b;
  background: #f8fafc;
  white-space: nowrap;
}
.dream-level .dream-level-table td {
  vertical-align: middle;
}
.dream-level .dream-level-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dream-level .dream-level-image-thumb {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #f1f5f9;
  background-size: cover;
  background-position: center;
  border: 1px solid #e2e8f0;
}
.dream-level .btn-remove-level {
  color: #ef4444;
  padding-left: 0;
  padding-right: 0;
}
/* dream/index — 对齐 vmx-list-page 分区规范 */
.dream-index {
  position: relative;
  min-height: 360px;
  /* 首屏内容 display:none 时，absolute 加载层高度为 0，必须改成文档流 */
}
.dream-index > .goods-list-loading {
  position: relative;
  inset: auto;
  min-height: 360px;
  background: var(--vmx-loading-bg, #fff);
}
.dream-index .dream-index__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  background: #f9fafb;
}
.dream-index .dream-index__stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
}
.dream-index .dream-index__stat-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f1ff;
  color: var(--vmx-primary, #006EFF);
  font-size: 18px;
}
.dream-index .dream-index__stat-icon--amber {
  background: #fff7e6;
  color: #d48806;
}
.dream-index .dream-index__stat-icon--teal {
  background: #e6fffb;
  color: #08979c;
}
.dream-index .dream-index__stat-meta {
  min-width: 0;
}
.dream-index .dream-index__stat-label {
  font-size: 12px;
  color: var(--vmx-text-secondary, #666);
  margin-bottom: 4px;
  font-weight: 500;
}
.dream-index .dream-index__stat-value {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--vmx-text, #212529);
  letter-spacing: -0.02em;
}
.dream-index .dream-index__charts {
  padding-top: 16px;
  padding-bottom: 16px;
}
.dream-index .dream-index__chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.dream-index .dream-index__panel {
  min-width: 0;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
  padding: 16px 20px 12px;
  box-sizing: border-box;
}
.dream-index .dream-index__panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.dream-index .dream-index__rank-head {
  padding-bottom: 12px;
}
.dream-index .dream-index__rank-head .dream-index__panel-head {
  margin-bottom: 0;
}
.dream-index .dream-index__panel-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--vmx-text, #333);
}
.dream-index .dream-index__panel-hint {
  font-size: 12px;
  color: var(--vmx-text-secondary, #888);
  white-space: nowrap;
}
.dream-index .dream-index__chart {
  width: 100%;
  height: 300px;
}
.dream-index .dream-index__table {
  margin: 0;
  font-size: 13px;
}
.dream-index .dream-index__table th,
.dream-index .dream-index__table td {
  vertical-align: middle !important;
}
.dream-index .dream-index__table > thead > tr > th:first-child,
.dream-index .dream-index__table > tbody > tr > td:first-child {
  padding-left: 24px;
}
.dream-index .dream-index__table > thead > tr > th:last-child,
.dream-index .dream-index__table > tbody > tr > td:last-child {
  padding-right: 24px;
}
.dream-index .dream-index__rank-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f3f5f8;
  color: #445066;
  font-size: 12px;
  font-weight: 600;
}
.dream-index .dream-index__rank-row.is-top-1 .dream-index__rank-no {
  background: #fff7e6;
  color: #d48806;
}
.dream-index .dream-index__rank-row.is-top-2 .dream-index__rank-no {
  background: #f6ffed;
  color: #389e0d;
}
.dream-index .dream-index__rank-row.is-top-3 .dream-index__rank-no {
  background: #e8f1ff;
  color: var(--vmx-primary, #006EFF);
}
@media (max-width: 991px) {
  .dream-index .dream-index__chart-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .dream-index .dream-index__stats {
    grid-template-columns: 1fr;
  }
  .dream-index .dream-index__stat-value {
    font-size: 20px;
  }
  .dream-index .dream-index__chart {
    height: 260px;
  }
}
/* dream/fx */
.dream-fx-page {
  position: relative;
  min-height: 360px;
}
.dream-fx-page > .goods-list-loading {
  position: relative;
  inset: auto;
  min-height: 360px;
  background: var(--vmx-loading-bg, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.dream-fx-page .dream-fx__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.dream-fx-page .dream-fx__head-main {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-width: 0;
  flex-wrap: wrap;
}
.dream-fx-page .dream-fx__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--vmx-text, #212529);
}
.dream-fx-page .fx-hint {
  font-size: 12px;
  color: var(--vmx-text-muted, #94a3b8);
}
.dream-fx-page .time-filter {
  display: flex;
  gap: 6px;
  margin: 0;
}
.dream-fx-page .fx-literacy-row {
  display: flex;
  gap: 16px;
}
.dream-fx-page .fx-literacy-col {
  flex: 1;
  min-width: 0;
}
.dream-fx-page .fx-chart-title {
  font-size: 13px;
  color: var(--vmx-text-secondary, #64748b);
  margin-bottom: 4px;
}
.dream-fx-page .chart-container {
  width: 100%;
  height: 320px;
}
.dream-fx-page .chart-container--trend {
  height: 280px;
}
.dream-fx-page .chart-container--half {
  height: 320px;
}
.dream-fx-page .chart-container--teacher {
  height: 360px;
}
.dream-fx-page .teacher-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.dream-fx-page .teacher-table th,
.dream-fx-page .teacher-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  text-align: left;
  vertical-align: middle;
}
.dream-fx-page .teacher-table th {
  color: var(--vmx-text-secondary, #64748b);
  font-weight: 500;
  background: #f8fafc;
}
.dream-fx-page .progress-bar-container {
  display: inline-block;
  width: 100px;
  height: 6px;
  background: #e2e8f0;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 8px;
}
.dream-fx-page .progress-bar {
  height: 100%;
  border-radius: 3px;
}
.dream-fx-page .fx-diversity-num {
  color: var(--vmx-text-secondary, #64748b);
  font-size: 12px;
}
@media (max-width: 960px) {
  .dream-fx-page .fx-literacy-row {
    flex-direction: column;
  }
}
/* dream/sos — 对齐 vmx-list-page：指标 / 筛选 / 两张预警表 */
.dream-sos {
  position: relative;
  min-height: 360px;
}
.dream-sos > .goods-list-loading {
  position: relative;
  inset: auto;
  min-height: 360px;
  background: var(--vmx-loading-bg, #fff);
}
.dream-sos .dream-sos__cache {
  margin-left: 10px;
  font-size: 12px;
  color: #94a3b8;
  vertical-align: middle;
}
.dream-sos #sos-force-refresh.is-loading {
  opacity: 0.65;
  pointer-events: none;
}
.dream-sos .dream-sos__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  background: #f9fafb;
}
.dream-sos .dream-sos__stat {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
  border-left-width: 3px;
}
.dream-sos .dream-sos__stat--high {
  border-left-color: #ef4444;
}
.dream-sos .dream-sos__stat--medium {
  border-left-color: #f59e0b;
}
.dream-sos .dream-sos__stat--low {
  border-left-color: #22c55e;
}
.dream-sos .dream-sos__stat-label {
  font-size: 12px;
  color: var(--vmx-text-secondary, #666);
  font-weight: 500;
}
.dream-sos .dream-sos__stat-value {
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--vmx-text, #212529);
  letter-spacing: -0.02em;
}
.dream-sos .dream-sos__stat-hint {
  margin-top: 4px;
  font-size: 12px;
  color: #94a3b8;
}
.dream-sos .dream-sos__block-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  padding-bottom: 12px;
}
.dream-sos .dream-sos__block-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--vmx-text, #333);
}
.dream-sos .dream-sos__block-hint {
  font-size: 12px;
  color: var(--vmx-text-secondary, #888);
}
.dream-sos .dream-sos__reason {
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}
.dream-sos .table > thead > tr > th:first-child,
.dream-sos .table > tbody > tr > td:first-child {
  padding-left: 24px;
}
.dream-sos .table > thead > tr > th:last-child,
.dream-sos .table > tbody > tr > td:last-child {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .dream-sos .dream-sos__stats {
    grid-template-columns: 1fr;
  }
  .dream-sos .dream-sos__stat-value {
    font-size: 20px;
  }
}
/* man/sdsf_item */
.eva-hover-btn {
  position: absolute;
  right: 8px;
  bottom: 4px;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 3px;
  background: #3b82f6;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.eva-hover-cell {
  position: relative;
}
.eva-hover-cell:hover .eva-hover-btn {
  display: inline-block;
}
.eva-score-pop {
  position: absolute;
  right: 8px;
  bottom: 4px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 4px 6px;
  display: none;
  z-index: 20;
}
.eva-score-pop span {
  display: inline-block;
  margin: 0 4px;
  padding: 2px 6px;
  border-radius: 3px;
  cursor: pointer;
}
.eva-score-pop span:hover {
  background: #2563eb;
  color: #fff;
}
/* man/power（load 弹层 + 旧页） */
.admin-power-group {
  border: solid 1px #eee;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.admin-power-group:hover {
  background: #f7f7f7;
}
.admin-power-group .admin-power-parent-label,
.admin-power-group .admin-power-son-label {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 6px;
  font-weight: normal;
  cursor: pointer;
}
.admin-power-group input {
  margin-right: 5px;
}
.admin-power-group .admin-power-sons {
  width: 100%;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed #e5e5e5;
}
#father {
  border: solid 1px #eee;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}
#father:hover {
  background: #eee;
  cursor: pointer;
}
#father span {
  float: left;
  margin-right: 10px;
}
#father input {
  float: left;
  margin-right: 5px;
}
#son {
  width: 100%;
  float: left;
  margin-top: 15px;
}
/* man/awardsget（对齐 classroom-manage 左右栏） */
.awardsget-manage {
  display: flex;
  gap: 15px;
  min-height: 620px;
}
.awardsget-manage__side {
  width: 260px;
  flex-shrink: 0;
}
.awardsget-manage__main {
  flex: 1;
  min-width: 0;
}
.awardsget-tree-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: var(--vmx-radius, 5px);
  box-shadow: 0 6px 8px 0 rgba(28, 31, 35, 0.06);
  max-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: sticky;
  top: 12px;
}
.awardsget-tree-card__head {
  padding: 14px 16px 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--vmx-text, #323437);
}
.awardsget-tree-card__hint {
  padding: 0 16px 10px;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  border-bottom: 1px solid #eef2f7;
}
.awardsget-tree-body {
  padding: 8px 0 12px;
  overflow: auto;
  flex: 1;
}
.awardsget-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}
.awardsget-tree ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 14px;
  display: none;
}
.awardsget-tree li.open > ul {
  display: block;
}
.awardsget-tree li.open > .agt-row > .agt-toggle {
  transform: rotate(90deg);
}
.agt-row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px 10px;
  margin: 2px 8px;
  cursor: pointer;
  line-height: 1.4;
  border-radius: 6px;
  border-left: 3px solid transparent;
  font-size: 13px;
  color: #333;
}
.agt-row:hover {
  background: #f0f4ff;
}
.agt-row.is-active {
  background: #eef5ff;
  color: var(--vmx-primary, #006EFF);
  font-weight: 600;
  border-left-color: var(--vmx-primary, #006EFF);
}
.agt-toggle {
  width: 14px;
  flex-shrink: 0;
  color: #999;
  font-size: 10px;
  text-align: center;
  transition: transform 0.15s;
  user-select: none;
}
.agt-toggle.empty {
  visibility: hidden;
}
.agt-link {
  flex: 1;
  color: inherit;
  text-decoration: none;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agt-link:hover {
  color: var(--vmx-primary, #006EFF);
  text-decoration: none;
}
.agt-count {
  flex-shrink: 0;
  font-size: 11px;
  color: #888;
  margin-left: 4px;
}
.agt-row.is-active .agt-count {
  color: var(--vmx-primary, #006EFF);
}
.awardsget-tree-empty {
  padding: 16px;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  line-height: 1.6;
}
.awardsget-actions-hint {
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  margin-left: 4px;
  vertical-align: middle;
}
.awardsget-filter-tip {
  font-size: 12px;
  color: #666;
  background: #f0f7ff !important;
}
.awardsget-filter-tip a {
  margin-left: 8px;
}
.awardsget-thumb-link {
  display: inline-block;
  line-height: 0;
  cursor: zoom-in;
}
.awardsget-thumb {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 4px 4px 0;
  vertical-align: middle;
}
/* 荣誉审核表：7 列合并展示，避免 11 列挤乱 */
.awardsget-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.vmx-table .table.awardsget-table,
.vmx-list-page .table.awardsget-table {
  width: 100%;
  max-width: none !important;
  table-layout: fixed;
}
.vmx-table .table.awardsget-table > thead > tr > th,
.vmx-list-page .table.awardsget-table > thead > tr > th,
.vmx-table .table.awardsget-table > tbody > tr > td,
.vmx-list-page .table.awardsget-table > tbody > tr > td {
  vertical-align: top;
  word-break: normal !important;
  overflow-wrap: anywhere;
}
.vmx-table .table.awardsget-table .agt-c-idx,
.vmx-list-page .table.awardsget-table .agt-c-idx {
  width: 44px;
  white-space: nowrap;
}
.vmx-table .table.awardsget-table .agt-c-user,
.vmx-list-page .table.awardsget-table .agt-c-user {
  width: 118px;
}
.vmx-table .table.awardsget-table .agt-c-status,
.vmx-list-page .table.awardsget-table .agt-c-status {
  width: 72px;
  white-space: nowrap;
}
.vmx-table .table.awardsget-table .agt-c-award,
.vmx-list-page .table.awardsget-table .agt-c-award {
  width: auto;
}
.vmx-table .table.awardsget-table .agt-c-pic,
.vmx-list-page .table.awardsget-table .agt-c-pic {
  width: 64px;
}
.vmx-table .table.awardsget-table .agt-c-review,
.vmx-list-page .table.awardsget-table .agt-c-review {
  width: 128px;
}
.vmx-table .table.awardsget-table .agt-c-actions,
.vmx-list-page .table.awardsget-table .agt-c-actions {
  width: 132px;
  white-space: nowrap;
}
.vmx-table .table.awardsget-table > tbody > tr > td.op,
.vmx-list-page .table.awardsget-table > tbody > tr > td.op {
  white-space: nowrap !important;
  max-width: none !important;
}
.vmx-table .table.awardsget-table .agt-line-main,
.vmx-list-page .table.awardsget-table .agt-line-main {
  font-weight: 600;
  color: var(--vmx-text, #323437);
  line-height: 1.4;
}
.vmx-table .table.awardsget-table .agt-line-sub,
.vmx-list-page .table.awardsget-table .agt-line-sub {
  margin-top: 3px;
  font-size: 12px;
  color: var(--vmx-text-muted, #999);
  line-height: 1.4;
}
.vmx-table .table.awardsget-table .agt-line-tag,
.vmx-list-page .table.awardsget-table .agt-line-tag {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 8px;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.45;
  color: #3b5bdb;
  background: #eef2ff;
  border-radius: 4px;
  word-break: break-word;
  white-space: normal;
}
.vmx-table .table.awardsget-table .agt-line-tag--edit,
.vmx-list-page .table.awardsget-table .agt-line-tag--edit {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s;
}
.vmx-table .table.awardsget-table .agt-line-tag--edit:hover,
.vmx-list-page .table.awardsget-table .agt-line-tag--edit:hover {
  background: #e0e7ff;
  border-color: #a5b4fc;
  color: #312e81;
  text-decoration: none;
}
.vmx-table .table.awardsget-table .agt-line-tag--empty,
.vmx-list-page .table.awardsget-table .agt-line-tag--empty {
  color: #6b7280;
  background: #f3f4f6;
  border-style: dashed;
  border-color: #d1d5db;
}
.vmx-table .table.awardsget-table .agt-muted,
.vmx-list-page .table.awardsget-table .agt-muted {
  color: #bbb;
}
/* 列表直出多级选择：触发器藏屏外，浮层由组件自身 z-index 盖过后台壳 */
.agt-msp-host {
  position: fixed;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}
.agt-msp-host .msp-overlay {
  pointer-events: auto;
}
.awards-fill-check-wrap {
  padding: 12px 16px 8px;
  font-size: 13px;
}
.awards-fill-summary {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #333;
}
.awards-fill-summary .num {
  font-weight: 600;
  color: var(--vmx-primary, #006EFF);
}
.awards-fill-summary .warn {
  color: #e67e22;
  font-weight: 600;
}
.awards-fill-filters {
  margin-bottom: 10px;
}
.awards-fill-filters .vmx-btn {
  margin-right: 6px;
  margin-bottom: 6px;
}
.awards-fill-filters .vmx-btn.is-active {
  background: var(--vmx-primary, #006EFF);
  color: #fff;
  border-color: var(--vmx-primary, #006EFF);
}
.awards-fill-table-wrap {
  max-height: 480px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.awards-fill-table-wrap table {
  margin-bottom: 0;
  font-size: 13px;
}
.awards-fill-table-wrap .label-zero {
  color: #e67e22;
  font-weight: 600;
}
.awards-fill-table-wrap .label-ok {
  color: #27ae60;
  font-weight: 600;
}
.awards-export-wrap {
  padding: 16px 20px 8px;
  font-size: 13px;
}
.awards-export-wrap .hint {
  color: #888;
  margin-bottom: 14px;
  line-height: 1.6;
}
.awards-export-date-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.awards-export-date-row label {
  width: 72px;
  margin: 0 8px 0 0;
  font-weight: normal;
  color: #333;
}
.awards-export-date-row input[type="date"] {
  flex: 1;
  max-width: 220px;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.awards-export-sep {
  text-align: center;
  color: #999;
  margin: -4px 0 8px 80px;
}
.awards-export-footer {
  margin-top: 18px;
  text-align: right;
}
.awards-export-footer .vmx-btn {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .awardsget-manage {
    flex-direction: column;
  }
  .awardsget-manage__side {
    width: 100%;
  }
  .awardsget-tree-card {
    position: static;
    max-height: 320px;
  }
}
/* man/tableitem */
.tableitem-page-header {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  min-height: 52px;
}
.tableitem-query-tabs {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 100%;
  gap: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #e0e0e0;
}
.tableitem-query-tabs .tab-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 1;
  color: #666;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  box-sizing: border-box;
  transition: color 0.2s, border-color 0.2s;
}
.tableitem-query-tabs .tab-item:hover {
  color: #42b983;
}
.tableitem-query-tabs .tab-item.active {
  color: #42b983;
  font-weight: 600;
  border-bottom-color: #42b983;
}
.tdbg {
  background: #ccc;
}
.tdbg a {
  color: #000;
}
.tdcontent a {
  color: #000;
}
.tableitem-layout {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.tableitem-tree-panel {
  flex: 0 0 320px;
  max-width: 320px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  max-height: calc(100vh - 220px);
  overflow: auto;
  position: sticky;
  top: 12px;
}
.tableitem-tree-head {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  background: #f8f9fb;
  position: sticky;
  top: 0;
  z-index: 2;
}
.ti-tree-toolbar {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.ti-tree-tool-btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.ti-tree-tool-btn:hover {
  color: #007aff;
  border-color: #007aff;
  background: #f0f4ff;
}
.ti-tree-tool-btn.is-icon {
  padding: 4px 8px;
  font-weight: 600;
  min-width: 28px;
}
.ti-tree-tool-sep {
  width: 1px;
  height: 18px;
  background: #ddd;
  margin: 0 2px;
}
.tableitem-tree-panel.is-narrow {
  flex-basis: 240px;
  max-width: 240px;
  width: 240px;
}
.tableitem-tree-panel.is-wide {
  flex-basis: 420px;
  max-width: 420px;
  width: 420px;
}
.tableitem-tree-panel.is-font-sm .tableitem-tree {
  font-size: 12px;
}
.tableitem-tree-panel.is-font-lg .tableitem-tree {
  font-size: 14px;
}
.tableitem-tree {
  padding: 8px 0 12px;
  font-size: 13px;
}
.ti-node {
  user-select: none;
}
.ti-node-row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px 5px 6px;
  cursor: pointer;
  line-height: 1.4;
  border-radius: 4px;
  margin: 1px 6px;
}
.ti-node-row:hover {
  background: #f0f4ff;
}
.ti-node-row.is-active {
  background: #e8f1ff;
  color: #007aff;
  font-weight: 600;
}
.ti-node-row.is-has-children .ti-label::after {
  content: ' ›';
  color: #999;
  font-weight: normal;
}
.ti-node-row.is-virtual-root {
  font-weight: 600;
  color: #333;
}
.ti-toggle {
  width: 14px;
  flex-shrink: 0;
  color: #999;
  font-size: 10px;
  text-align: center;
  transition: transform 0.15s;
}
.ti-toggle.empty {
  visibility: hidden;
}
.ti-node.open > .ti-node-row .ti-toggle {
  transform: rotate(90deg);
}
.ti-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ti-tree-hint {
  padding: 6px 12px 0;
  font-size: 11px;
  color: #999;
  line-height: 1.5;
}
.ti-context-menu {
  position: fixed;
  z-index: 9999;
  min-width: 120px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 4px 0;
  display: none;
}
.ti-ctx-item {
  padding: 8px 16px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}
.ti-ctx-item:hover {
  background: #f0f4ff;
  color: #007aff;
}
.ti-ctx-item.ti-ctx-danger:hover {
  background: #fff0f0;
  color: #e53935;
}
.ti-ctx-sep {
  height: 1px;
  background: #eee;
  margin: 4px 0;
}
.ti-children {
  display: none;
}
.ti-node.open > .ti-children {
  display: block;
}
.tableitem-main-panel {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  min-height: 360px;
}
.tableitem-main-head {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  background: #f8f9fb;
  font-size: 14px;
  font-weight: 600;
}
.tableitem-main-head small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #888;
}
.tableitem-leaf-empty {
  padding: 48px 20px;
  text-align: center;
  color: #888;
  font-size: 13px;
}
.tableitem-leaf-table {
  margin: 0;
  font-size: 13px;
}
.tableitem-leaf-table th,
.tableitem-leaf-table td {
  vertical-align: middle !important;
}
.tableitem-score-input {
  width: 72px;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 4px 6px;
}
/* tongji/teacher — 对齐 dream-index / vmx-list-page */
.tongji-teacher {
  position: relative;
}
.tongji-teacher > .goods-list-loading {
  min-height: 280px;
}
.tongji-teacher .tongji-teacher__update {
  margin-left: 8px;
  font-size: 12px;
  color: #94a3b8;
  vertical-align: middle;
}
.tongji-teacher .tongji-teacher__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  background: #f9fafb;
}
.tongji-teacher .tongji-teacher__stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
  min-width: 0;
}
.tongji-teacher .tongji-teacher__stat-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f1ff;
  color: var(--vmx-primary, #006EFF);
  font-size: 18px;
}
.tongji-teacher .tongji-teacher__stat-icon--amber {
  background: #fff7e6;
  color: #d48806;
}
.tongji-teacher .tongji-teacher__stat-icon--teal {
  background: #e6fffb;
  color: #08979c;
}
.tongji-teacher .tongji-teacher__stat-icon--rose {
  background: #fff1f0;
  color: #cf1322;
}
.tongji-teacher .tongji-teacher__stat-meta {
  min-width: 0;
}
.tongji-teacher .tongji-teacher__stat-label {
  font-size: 12px;
  color: var(--vmx-text-secondary, #666);
  margin-bottom: 4px;
  font-weight: 500;
}
.tongji-teacher .tongji-teacher__stat-value {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--vmx-text, #212529);
  letter-spacing: -0.02em;
}
.tongji-teacher .tongji-teacher__stat-sub {
  margin-top: 4px;
  font-size: 12px;
  color: #94a3b8;
}
.tongji-teacher .tongji-teacher__charts {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tongji-teacher .tongji-teacher__chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.tongji-teacher .tongji-teacher__panel {
  min-width: 0;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
  padding: 14px 16px 8px;
}
.tongji-teacher .tongji-teacher__panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.tongji-teacher .tongji-teacher__panel-head--table {
  margin-bottom: 12px;
}
.tongji-teacher .tongji-teacher__panel-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--vmx-text, #333);
}
.tongji-teacher .tongji-teacher__panel-hint {
  font-size: 12px;
  color: var(--vmx-text-secondary, #888);
  white-space: nowrap;
}
.tongji-teacher .tongji-teacher__chart {
  width: 100%;
  height: 280px;
}
.tongji-teacher .tongji-teacher__table-head {
  padding-bottom: 8px;
  border-bottom: none;
}
.tongji-teacher .tongji-teacher__table-head + .tongji-teacher__table-wrap {
  padding-top: 0;
}
.tongji-teacher .tongji-teacher__table {
  margin: 0;
  font-size: 13px;
}
.tongji-teacher .tongji-teacher__table th,
.tongji-teacher .tongji-teacher__table td {
  vertical-align: middle !important;
}
.tongji-teacher .tongji-teacher__table th {
  font-weight: 500;
  color: #64748b;
  background: #f8fafc;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .tongji-teacher .tongji-teacher__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tongji-teacher .tongji-teacher__chart-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .tongji-teacher .tongji-teacher__stats {
    grid-template-columns: 1fr;
  }
  .tongji-teacher .tongji-teacher__stat-value {
    font-size: 20px;
  }
  .tongji-teacher .tongji-teacher__chart {
    height: 260px;
  }
}
.tongji-teacher-detail {
  padding: 16px 20px 8px;
  line-height: 1.8;
  font-size: 14px;
}
.tongji-teacher-detail > div {
  margin-bottom: 8px;
}
.tongji-teacher-detail .label {
  display: inline-block;
  min-width: 72px;
  color: #64748b;
  margin-right: 8px;
}
.tongji-teacher-detail .num {
  font-weight: 600;
  color: var(--vmx-text, #212529);
}
.tongji-teacher-detail .hint {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid #eef2f7;
  font-size: 12px;
  color: #94a3b8;
}
/* tongji/teacherdata — 字段勾选统计，作用域隔离 */
.tongji-teacherdata .tongji-teacherdata__hint {
  margin-left: 8px;
  font-size: 12px;
  color: #94a3b8;
  vertical-align: middle;
}
.tongji-teacherdata .tongji-teacherdata__fields-sec {
  background: #f9fafb;
}
.tongji-teacherdata .tongji-teacherdata__fields {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.tongji-teacherdata .tongji-teacherdata__field {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: var(--vmx-text, #333);
  user-select: none;
  transition: border-color 0.15s, background 0.15s;
}
.tongji-teacherdata .tongji-teacherdata__field input {
  margin: 0;
  flex: 0 0 auto;
}
.tongji-teacherdata .tongji-teacherdata__field span {
  min-width: 0;
  line-height: 1.3;
}
.tongji-teacherdata .tongji-teacherdata__field:hover {
  border-color: #bfdbfe;
  background: #f8fbff;
}
.tongji-teacherdata .tongji-teacherdata__field.is-on {
  border-color: var(--vmx-primary, #006EFF);
  background: #e8f1ff;
  color: var(--vmx-primary, #006EFF);
  font-weight: 500;
}
.tongji-teacherdata .tongji-teacherdata__block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.tongji-teacherdata .tongji-teacherdata__block-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--vmx-text, #333);
}
.tongji-teacherdata .tongji-teacherdata__table {
  margin: 0;
  font-size: 13px;
}
.tongji-teacherdata .tongji-teacherdata__table th {
  font-weight: 500;
  color: #64748b;
  background: #f8fafc;
  white-space: nowrap;
}
.tongji-teacherdata .tongji-teacherdata__table th,
.tongji-teacherdata .tongji-teacherdata__table td {
  vertical-align: middle !important;
}
.tongji-teacherdata .tongji-teacherdata__count {
  font-weight: 600;
  color: var(--vmx-primary, #006EFF);
  text-align: center;
}
.tongji-teacherdata .tongji-teacherdata__teachers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.tongji-teacherdata .tongji-teacherdata__tag {
  display: inline-block;
  padding: 2px 8px;
  background: #e8f1ff;
  color: var(--vmx-primary, #006EFF);
  border-radius: 4px;
  font-size: 12px;
}
.tongji-teacherdata .tongji-teacherdata__state {
  padding: 32px 0;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
}
@media (max-width: 767px) {
  .tongji-teacherdata .tongji-teacherdata__fields {
    grid-template-columns: 1fr;
  }
}
/* user/teacher */
.tag-badge {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f0f0f5;
  color: #1d1d1f;
  border-radius: 4px;
  font-size: 12px;
}
.tag-badge.clickable:hover {
  background-color: #007aff;
  color: white;
  cursor: pointer;
}
.tag-badge.tag-deletable {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  transition: all 0.2s;
}
.tag-badge.tag-deletable:hover {
  background-color: #ff3b30;
  color: white;
}
.tag-close-icon {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  margin-left: 4px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content {
  background: white;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5ea;
}
.modal-header h3 {
  margin: 0;
  font-size: 18px;
}
.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #6e6e73;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-body {
  padding: 20px;
}
.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px 20px;
  border-top: 1px solid #e5e5ea;
}
.text-muted {
  color: #6e6e73;
}
/* jfkh/preview */
.jfkh-preview-wrap {
  padding: 0 0 24px;
}
.jfkh-preview-head {
  margin-bottom: 14px;
}
.jfkh-preview-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
}
.jfkh-preview-meta {
  color: #666;
  font-size: 13px;
}
.jfkh-preview-scroll {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  overflow: visible;
}
.jfkh-preview-table {
  margin-bottom: 0;
  font-size: 12px;
  white-space: nowrap;
  min-width: 100%;
}
.jfkh-preview-table th,
.jfkh-preview-table td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 10px;
  border: 1px solid #e8e8e8;
}
.jfkh-preview-table thead th {
  background: #f5f7fa;
  position: sticky;
  top: 0;
  z-index: 2;
}
.jfkh-preview-table thead tr:nth-child(2) th {
  top: 36px;
}
.jfkh-preview-table .col-teacher,
.jfkh-preview-table .col-total {
  position: sticky;
  left: 0;
  z-index: 3;
  background: #fafbfc;
  text-align: left;
  font-weight: 600;
  min-width: 100px;
}
.jfkh-preview-table .col-total {
  left: 100px;
  min-width: 72px;
  text-align: center;
}
.jfkh-preview-table thead .col-teacher,
.jfkh-preview-table thead .col-total {
  z-index: 5;
  background: #eef2f7;
}
.jfkh-preview-table tbody tr:hover td {
  background: #f9fbff;
}
.jfkh-preview-table tbody tr:hover .col-teacher,
.jfkh-preview-table tbody tr:hover .col-total {
  background: #eef4ff;
}
.jfkh-preview-cat {
  font-size: 11px;
  color: #555;
  font-weight: 600;
}
.jfkh-preview-leaf {
  font-size: 11px;
  min-width: 72px;
  max-width: 120px;
  white-space: normal;
  line-height: 1.35;
}
.jfkh-cell-editable {
  cursor: pointer;
  min-width: 56px;
  transition: background 0.15s;
}
.jfkh-cell-editable:hover {
  background: #fff8e6 !important;
}
.jfkh-cell-editable.is-negative {
  color: #c62828;
  font-weight: 600;
}
.jfkh-cell-editable.is-editing {
  padding: 2px 4px;
}
.jfkh-cell-editable input {
  width: 64px;
  height: 28px;
  padding: 0 6px;
  border: 1px solid #4a90e2;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  outline: none;
}
.jfkh-cell-editable.is-text input {
  width: 88px;
}
.jfkh-cell-saving {
  opacity: 0.55;
}
.jfkh-cell-error {
  background: #ffecec !important;
}
/* data/index — 控制台首页（网格自带 gutter，覆盖非表格 body 默认内边距） */
.data-home .vmx-list-page__body {
  padding: 0;
}
.data-home__welcome {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(135deg, #f7f9fc 0%, #eef4ff 100%);
  border-bottom: 1px solid #eef2f7;
}
.data-home__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--vmx-text, #323437);
}
.data-home__sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--vmx-text-secondary, #888);
}
.data-home__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px 0 12px;
}
.data-home__group {
  padding: 12px 24px 8px;
}
.data-home__group + .data-home__group {
  border-top: 1px solid #eef2f7;
  margin-top: 4px;
  padding-top: 16px;
}
.data-home__group-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--vmx-text, #323437);
}
.data-home__group-title > i {
  color: var(--vmx-primary, #006EFF);
  font-size: 15px;
}
.data-home__group-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 2px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  color: var(--vmx-primary, #006EFF);
  background: #eef4ff;
  border-radius: 3px;
  box-sizing: border-box;
}
.data-home__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.data-home__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 12px;
  text-decoration: none !important;
  color: var(--vmx-text, #323437);
  background: #f9fafb;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
  box-sizing: border-box;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.data-home__item:hover {
  background: #fff;
  border-color: #cfe0ff;
  box-shadow: 0 2px 8px rgba(0, 110, 255, 0.08);
  color: var(--vmx-text, #323437);
  text-decoration: none !important;
}
.data-home__item:hover .data-home__item-arrow {
  color: var(--vmx-primary, #006EFF);
}
.data-home__item:active {
  background: #f3f7ff;
}
.data-home__item-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--vmx-primary, #006EFF);
  font-size: 16px;
}
.data-home__item-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.data-home__item-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data-home__item-group {
  font-size: 12px;
  line-height: 1.3;
  color: var(--vmx-text-muted, #999);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data-home__item-arrow {
  flex-shrink: 0;
  font-size: 12px;
  color: #c5cad3;
  transition: color 0.15s;
}
@media screen and (max-width: 767px) {
  .data-home {
    /* 本页会去掉 .bigtitle，需自行给 fixed .mobile-menu 让位（与 .bigtitle 左内边距一致） */
  }
  .data-home__welcome {
    padding-left: 56px;
  }
  .data-home__title {
    font-size: 18px;
  }
  .data-home__group {
    padding-left: 16px;
    padding-right: 16px;
  }
  .data-home__grid {
    grid-template-columns: 1fr;
  }
}
/* task/print */
.task-print .wrap {
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
}
.task-print table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.task-print td {
  border: 1px solid #000;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
  overflow: hidden;
  box-sizing: border-box;
}
.task-print tr td:last-child {
  border-right: 1px solid #000;
}
.task-print .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.task-print .text-left {
  text-align: left;
  padding-left: 10px;
}
.task-print .head {
  background: #f0f0f0;
}
.task-print img {
  display: block;
  max-width: 100%!important;
  width: auto!important;
  height: auto!important;
  max-height: 72px;
  margin: 2px auto;
  object-fit: contain;
}
@media print {
  .task-print img {
    max-height: 64px;
  }
}
@media print {
  body {
    margin: 16px;
    padding: 0;
  }
  @page {
    margin: 10mm;
  }
}
/* result/list */
.result-tags-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.result-tags-tabs__sep {
  display: inline-block;
  width: 1px;
  height: 18px;
  margin: 0 4px;
  background: #e5e7eb;
}
.result-tags-tabs__item {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: var(--vmx-radius, 5px);
  background: #f3f5f8;
  color: #445066;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid transparent;
}
.result-tags-tabs__item:hover {
  background: #eef4ff;
  color: var(--vmx-primary, #006EFF);
}
.result-tags-tabs__item.is-active {
  background: #e8f1ff;
  color: var(--vmx-primary, #006EFF);
  border-color: #c9ddff;
  font-weight: 600;
}
.result-list-table tr.is-top-row > td {
  background: linear-gradient(90deg, #fff9e6 0%, #fffdf5 100%) !important;
  border-top: 1px solid #ffe7ba;
  border-bottom: 1px solid #ffe7ba;
}
.result-list-table tr.is-top-row + tr.is-top-row > td {
  border-top: none;
}
.result-list-table tr.is-top-row > td:first-child {
  box-shadow: inset 3px 0 0 #faad14;
}
.result-list-table tr.is-top-row:hover > td {
  background: linear-gradient(90deg, #fff4d6 0%, #fff9eb 100%) !important;
}
.result-top-badge {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  color: #d48806;
  background: #fff7e6;
  border: 1px solid #ffd591;
  border-radius: 4px;
  font-weight: 600;
  vertical-align: middle;
}
/* task/item — 任务详情元信息区 */
.task-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 20px;
}
.task-item-meta__main {
  min-width: 0;
  flex: 1 1 240px;
}
.task-item-meta__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--vmx-text, #212529);
  margin: 0 0 8px;
}
.task-item-meta__times {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--vmx-text-secondary, #666);
}
.task-item-meta__actions {
  flex: 0 0 auto;
}
.vmx-table .table > tbody > tr > td.task-item-id {
  white-space: nowrap;
  word-break: normal;
  font-variant-numeric: tabular-nums;
}
/* 人事：请假 / 考勤分析 */
.hr-leave__filters,
.hr-checkin__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.hr-leave__input {
  width: 150px;
  max-width: 100%;
}
.hr-leave__select {
  width: 120px;
  max-width: 100%;
}
.hr-leave__sep {
  color: #94a3b8;
  font-size: 12px;
}
.hr-leave__chart-grid {
  grid-template-columns: 1.2fr 0.8fr;
}
.hr-leave__quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 8px 4px 16px;
}
.hr-leave__metric {
  padding: 16px 14px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
  text-align: center;
}
.hr-leave__metric-val {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--vmx-text, #212529);
  letter-spacing: -0.02em;
}
.hr-leave__metric-lab {
  margin-top: 6px;
  font-size: 12px;
  color: #64748b;
}
.hr-leave__period {
  white-space: nowrap;
  font-size: 12px;
}
.hr-leave__reason {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hr-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.5;
  background: #f1f5f9;
  color: #475569;
}
.hr-badge--ok {
  background: #ecfdf5;
  color: #047857;
}
.hr-badge--pending {
  background: #fff7ed;
  color: #c2410c;
}
.hr-badge--bad {
  background: #fef2f2;
  color: #b91c1c;
}
.hr-badge--muted {
  background: #f1f5f9;
  color: #64748b;
}
.hr-checkin__tab.is-active {
  box-shadow: none;
}
.hr-checkin__abnormal-list {
  max-height: 280px;
  overflow: auto;
  padding: 4px 0 12px;
}
.hr-checkin__ab-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 4px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
}
.hr-checkin__ab-item span {
  color: #64748b;
  text-align: right;
}
@media (max-width: 991px) {
  .hr-leave__chart-grid {
    grid-template-columns: 1fr;
  }
  .hr-leave__input,
  .hr-leave__select {
    width: 100%;
  }
}
/* —— shell 页：教职工 / 权限 / 师德 / 任务报告（去内联色） —— */
.teacher-tag-filter {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.teacher-tag-filter__head {
  margin-bottom: 10px;
}
.teacher-tag-filter__clear {
  margin-left: 10px;
  color: var(--vmx-primary, #006EFF);
}
.teacher-tag-filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.teacher-filter-tag {
  cursor: pointer;
  background-color: #f0f0f5;
  color: #1d1d1f;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  transition: all 0.2s;
}
.teacher-filter-tag.is-active {
  background-color: var(--vmx-primary, #006EFF);
  color: #fff;
}
.teacher-batch-bar {
  margin-top: 10px;
  padding: 10px;
  background-color: #e8f0fe;
  border: 1px solid var(--vmx-primary, #006EFF);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teacher-batch-bar__title {
  color: var(--vmx-primary, #006EFF);
}
.teacher-batch-bar__hint {
  margin-left: 10px;
  color: var(--vmx-text-secondary, #666);
}
.teacher-tag-add {
  background-color: var(--vmx-primary, #006EFF);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}
.teacher-identity-filter .teacher-filter-block {
  margin-top: 10px;
}
.teacher-filter-label {
  display: inline-block;
  min-width: 36px;
  font-size: 12px;
  color: var(--vmx-text-secondary, #666);
  margin-right: 6px;
  vertical-align: top;
  padding-top: 6px;
}
.teacher-identity-filter .teacher-tag-filter__list {
  display: inline-flex;
}
.tag-badge.is-primary-id {
  background: #e8f0fe;
  color: var(--vmx-primary, #006EFF);
  border: 1px solid #b6d0ff;
}
.tag-badge.tag-position {
  background: #f5f0ff;
  color: #5b4b8a;
}
.teacher-identity-modal {
  max-width: 640px;
  width: 92%;
}
.teacher-identity-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.teacher-identity-row .vmx-input {
  flex: 1;
  min-width: 120px;
}
.teacher-identity-primary {
  font-size: 13px;
  white-space: nowrap;
  margin: 0;
}
.staff-dict__hint {
  font-size: 13px;
  color: var(--vmx-text-muted, #999);
  line-height: 1.6;
}
.staff-dict__filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.staff-dict__filter-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.staff-dict__filter-label {
  flex: 0 0 40px;
  padding-top: 6px;
  font-size: 13px;
  color: var(--vmx-text-muted, #999);
  line-height: 1.4;
}
.staff-dict__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.staff-dict__tabs .vmx-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.staff-dict__add {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.staff-dict__add .vmx-input {
  width: 240px;
  max-width: 100%;
}
/* —— 教职工页 hr-teacher：对齐 leave/checkin —— */
.vmx-list-page.hr-teacher.tongji-teacher,
.hr-teacher.tongji-teacher,
.hr-teacher {
  position: relative;
  min-height: 360px;
  /* 压过 .tongji-teacher 默认 4 列，强制一行 5 卡 */
}
.vmx-list-page.hr-teacher.tongji-teacher > .goods-list-loading,
.hr-teacher.tongji-teacher > .goods-list-loading,
.hr-teacher > .goods-list-loading {
  position: relative;
  inset: auto;
  min-height: 280px;
}
.vmx-list-page.hr-teacher.tongji-teacher .tongji-teacher__stats,
.hr-teacher.tongji-teacher .tongji-teacher__stats,
.hr-teacher .tongji-teacher__stats {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px;
  padding: 12px;
  background: #f9fafb;
}
.vmx-list-page.hr-teacher.tongji-teacher .tongji-teacher__stat,
.hr-teacher.tongji-teacher .tongji-teacher__stat,
.hr-teacher .tongji-teacher__stat {
  padding: 12px;
  gap: 10px;
  min-width: 0;
}
.vmx-list-page.hr-teacher.tongji-teacher .tongji-teacher__stat-value,
.hr-teacher.tongji-teacher .tongji-teacher__stat-value,
.hr-teacher .tongji-teacher__stat-value {
  font-size: 22px;
}
.vmx-list-page.hr-teacher.tongji-teacher .tongji-teacher__stat-icon,
.hr-teacher.tongji-teacher .tongji-teacher__stat-icon,
.hr-teacher .tongji-teacher__stat-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  font-size: 16px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__stat,
.hr-teacher.tongji-teacher .hr-teacher__stat,
.hr-teacher .hr-teacher__stat {
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__stat.is-active,
.hr-teacher.tongji-teacher .hr-teacher__stat.is-active,
.hr-teacher .hr-teacher__stat.is-active {
  border-color: var(--vmx-primary, #006EFF);
  box-shadow: 0 0 0 1px rgba(0, 110, 255, 0.2);
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__filters .tongji-teacher__panel,
.hr-teacher.tongji-teacher .hr-teacher__filters .tongji-teacher__panel,
.hr-teacher .hr-teacher__filters .tongji-teacher__panel {
  padding: 12px 14px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__filters .tongji-teacher__panel-head,
.hr-teacher.tongji-teacher .hr-teacher__filters .tongji-teacher__panel-head,
.hr-teacher .hr-teacher__filters .tongji-teacher__panel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__clear,
.hr-teacher.tongji-teacher .hr-teacher__clear,
.hr-teacher .hr-teacher__clear {
  margin-left: auto;
  font-size: 13px;
  color: var(--vmx-primary, #006EFF);
  text-decoration: none;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__filter-block,
.hr-teacher.tongji-teacher .hr-teacher__filter-block,
.hr-teacher .hr-teacher__filter-block {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  align-items: flex-start;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__filter-block:first-of-type,
.hr-teacher.tongji-teacher .hr-teacher__filter-block:first-of-type,
.hr-teacher .hr-teacher__filter-block:first-of-type {
  margin-top: 2px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__filter-label,
.hr-teacher.tongji-teacher .hr-teacher__filter-label,
.hr-teacher .hr-teacher__filter-label {
  flex: 0 0 36px;
  font-size: 12px;
  color: #64748b;
  padding-top: 6px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__chips,
.hr-teacher.tongji-teacher .hr-teacher__chips,
.hr-teacher .hr-teacher__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__chip,
.hr-teacher.tongji-teacher .hr-teacher__chip,
.hr-teacher .hr-teacher__chip {
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #334155;
  border-radius: var(--vmx-radius, 5px);
  padding: 5px 12px;
  font-size: 13px;
  cursor: pointer;
  line-height: 1.3;
  transition: all 0.15s;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__chip:hover,
.hr-teacher.tongji-teacher .hr-teacher__chip:hover,
.hr-teacher .hr-teacher__chip:hover {
  border-color: var(--vmx-primary, #006EFF);
  color: var(--vmx-primary, #006EFF);
  background: #f5f9ff;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__chip.is-on,
.hr-teacher.tongji-teacher .hr-teacher__chip.is-on,
.hr-teacher .hr-teacher__chip.is-on {
  background: var(--vmx-primary, #006EFF);
  border-color: var(--vmx-primary, #006EFF);
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 110, 255, 0.25);
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__chip--more,
.hr-teacher.tongji-teacher .hr-teacher__chip--more,
.hr-teacher .hr-teacher__chip--more {
  background: #f8fafc;
  border-style: dashed;
  color: #64748b;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__chip--more:hover,
.hr-teacher.tongji-teacher .hr-teacher__chip--more:hover,
.hr-teacher .hr-teacher__chip--more:hover {
  background: #f1f5f9;
  color: #334155;
  border-color: #94a3b8;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__batch,
.hr-teacher.tongji-teacher .hr-teacher__batch,
.hr-teacher .hr-teacher__batch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 14px;
  background: #eef5ff;
  border: 1px solid #c9deff;
  border-radius: var(--vmx-radius, 5px);
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__batch--warn,
.hr-teacher.tongji-teacher .hr-teacher__batch--warn,
.hr-teacher .hr-teacher__batch--warn {
  background: #fff8eb;
  border-color: #f5d9a0;
  margin-top: 10px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__batch-hint,
.hr-teacher.tongji-teacher .hr-teacher__batch-hint,
.hr-teacher .hr-teacher__batch-hint {
  margin-left: 8px;
  color: #64748b;
  font-size: 13px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__batch-actions,
.hr-teacher.tongji-teacher .hr-teacher__batch-actions,
.hr-teacher .hr-teacher__batch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__table td,
.hr-teacher.tongji-teacher .hr-teacher__table td,
.hr-teacher .hr-teacher__table td {
  vertical-align: middle;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__name,
.hr-teacher.tongji-teacher .hr-teacher__name,
.hr-teacher .hr-teacher__name {
  font-weight: 500;
  color: #0f172a;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__cat,
.hr-teacher.tongji-teacher .hr-teacher__cat,
.hr-teacher .hr-teacher__cat {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  background: #f1f5f9;
  color: #475569;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__cat.is-teacher,
.hr-teacher.tongji-teacher .hr-teacher__cat.is-teacher,
.hr-teacher .hr-teacher__cat.is-teacher {
  background: #ecfdf5;
  color: #047857;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__cat.is-admin,
.hr-teacher.tongji-teacher .hr-teacher__cat.is-admin,
.hr-teacher .hr-teacher__cat.is-admin {
  background: #eff6ff;
  color: #1d4ed8;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__cat.is-logistics,
.hr-teacher.tongji-teacher .hr-teacher__cat.is-logistics,
.hr-teacher .hr-teacher__cat.is-logistics {
  background: #fff7ed;
  color: #c2410c;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__cat.is-mixed,
.hr-teacher.tongji-teacher .hr-teacher__cat.is-mixed,
.hr-teacher .hr-teacher__cat.is-mixed {
  background: #fdf2f8;
  color: #be185d;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__primary,
.hr-teacher.tongji-teacher .hr-teacher__primary,
.hr-teacher .hr-teacher__primary {
  font-weight: 500;
  color: var(--vmx-primary, #006EFF);
  font-size: 13px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__tags,
.hr-teacher.tongji-teacher .hr-teacher__tags,
.hr-teacher .hr-teacher__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 280px;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__tag,
.hr-teacher.tongji-teacher .hr-teacher__tag,
.hr-teacher .hr-teacher__tag {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 4px;
  font-size: 12px;
  background: #f1f5f9;
  color: #475569;
  line-height: 1.5;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__tag.is-main,
.hr-teacher.tongji-teacher .hr-teacher__tag.is-main,
.hr-teacher .hr-teacher__tag.is-main {
  background: #e8f0fe;
  color: var(--vmx-primary, #006EFF);
  border: 1px solid #b6d0ff;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__tag.is-pos,
.hr-teacher.tongji-teacher .hr-teacher__tag.is-pos,
.hr-teacher .hr-teacher__tag.is-pos {
  background: #f5f3ff;
  color: #5b21b6;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__tag.is-pos.is-main,
.hr-teacher.tongji-teacher .hr-teacher__tag.is-pos.is-main,
.hr-teacher .hr-teacher__tag.is-pos.is-main {
  background: #ede9fe;
  border-color: #c4b5fd;
}
.vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__tag.is-more,
.hr-teacher.tongji-teacher .hr-teacher__tag.is-more,
.hr-teacher .hr-teacher__tag.is-more {
  background: transparent;
  border: 1px dashed #cbd5e1;
  color: #64748b;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .vmx-list-page.hr-teacher.tongji-teacher .tongji-teacher__stats,
  .hr-teacher.tongji-teacher .tongji-teacher__stats,
  .hr-teacher .tongji-teacher__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .vmx-list-page.hr-teacher.tongji-teacher .tongji-teacher__stats,
  .hr-teacher.tongji-teacher .tongji-teacher__stats,
  .hr-teacher .tongji-teacher__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .vmx-list-page.hr-teacher.tongji-teacher .hr-teacher__tags,
  .hr-teacher.tongji-teacher .hr-teacher__tags,
  .hr-teacher .hr-teacher__tags {
    max-width: none;
  }
}
/* 导出字段弹层 */
.hr-teacher-export {
  padding: 4px 2px 0;
}
.hr-teacher-export__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.hr-teacher-export__title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
}
.hr-teacher-export__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.hr-teacher-export__actions .vmx-btn {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.4;
}
.hr-teacher-export__grid {
  max-height: 360px;
  overflow-y: auto;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px 8px;
  background: #fafbfc;
}
.hr-teacher-export__item {
  margin: 0;
  padding: 7px 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  color: #334155;
  border-radius: 4px;
  min-width: 0;
}
.hr-teacher-export__item:hover {
  background: #f1f5f9;
}
.hr-teacher-export__item input {
  margin: 0;
  flex-shrink: 0;
}
.hr-teacher-export__item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .hr-teacher-export__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hr-teacher-modal-mask {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
  animation: hr-teacher-mask-in 0.16s ease;
}
@keyframes hr-teacher-mask-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hr-teacher-modal {
  width: 680px;
  max-width: 100%;
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
  animation: hr-teacher-modal-in 0.2s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.hr-teacher-modal--sm {
  width: 480px;
}
.hr-teacher-modal--identity {
  width: 640px;
}
.hr-teacher-modal__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}
.hr-teacher-modal__head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
}
.hr-teacher-modal__head p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.4;
}
.hr-teacher-modal__close {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: transparent;
  font-size: 14px;
  color: #64748b;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.14s, color 0.14s;
}
.hr-teacher-modal__close:hover {
  background: #f1f5f9;
  color: #0f172a;
}
.hr-teacher-modal__body {
  padding: 16px 20px 8px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.hr-teacher-modal__section {
  margin-bottom: 18px;
}
.hr-teacher-modal__section:last-child {
  margin-bottom: 10px;
}
.hr-teacher-modal__label {
  font-size: 13px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 8px;
  line-height: 1.3;
}
.hr-teacher-modal__label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.hr-teacher-modal__label-row .hr-teacher-modal__label {
  margin-bottom: 0;
}
.hr-teacher-modal__label-row .vmx-btn {
  flex-shrink: 0;
  padding: 3px 10px;
  font-size: 12px;
}
.hr-teacher-modal__seg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hr-teacher-modal__seg-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 32px;
  padding: 6px 14px;
  border: 1px solid #e2e8f0;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  color: #334155;
  margin: 0;
  user-select: none;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.hr-teacher-modal__seg-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.hr-teacher-modal__seg-item:hover {
  border-color: var(--vmx-primary, #006EFF);
  color: var(--vmx-primary, #006EFF);
  background: #f5f9ff;
}
.hr-teacher-modal__seg-item.is-on {
  border-color: var(--vmx-primary, #006EFF);
  background: #eef5ff;
  color: var(--vmx-primary, #006EFF);
  font-weight: 500;
}
.hr-teacher-modal__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hr-teacher-modal__card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 5px);
}
.hr-teacher-modal__card-grid {
  flex: 1 1 280px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}
.hr-teacher-modal__card-grid .vmx-input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.hr-teacher-modal__card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}
.hr-teacher-modal__pill {
  min-height: 28px;
  padding: 3px 12px;
  border: 1px solid #e2e8f0;
  border-radius: var(--vmx-radius, 5px);
  background: #fff;
  color: #64748b;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.15s;
}
.hr-teacher-modal__pill:hover {
  border-color: var(--vmx-primary, #006EFF);
  color: var(--vmx-primary, #006EFF);
}
.hr-teacher-modal__pill.is-on {
  border-color: var(--vmx-primary, #006EFF);
  background: var(--vmx-primary, #006EFF);
  color: #fff;
}
.hr-teacher-modal__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.hr-teacher-modal__row .vmx-input {
  flex: 1;
  min-width: 120px;
}
.hr-teacher-modal__radio {
  font-size: 13px;
  white-space: nowrap;
  margin: 0;
}
.hr-teacher-modal__del {
  padding: 3px 8px !important;
  min-width: 28px;
  color: #64748b;
}
.hr-teacher-modal__del:hover {
  color: #dc2626;
}
.hr-teacher-modal__empty {
  font-size: 13px;
  color: #94a3b8;
  padding: 14px 12px;
  text-align: center;
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: var(--vmx-radius, 5px);
}
.hr-teacher-modal__textarea {
  display: block;
  width: 100%;
  min-height: 240px;
  box-sizing: border-box;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.6;
  padding: 10px 12px;
}
.hr-teacher-modal__foot {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 20px;
  border-top: 1px solid #eef2f7;
  background: #f8fafc;
}
@keyframes hr-teacher-modal-in {
  from {
    transform: translateY(12px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .hr-teacher-modal__card-grid {
    grid-template-columns: 1fr;
    flex-basis: 100%;
  }
  .hr-teacher-modal__card-actions {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
.hr-teacher-batch-layer {
  padding: 16px;
}
.hr-teacher-batch-layer__tip {
  margin: 0 0 12px;
  font-size: 13px;
  color: #475569;
}
.hr-teacher-batch-layer__block {
  margin-bottom: 14px;
}
.hr-teacher-batch-layer__lab {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
}
.hr-teacher-batch-layer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hr-teacher-batch-layer__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  margin: 0;
  font-size: 13px;
}
.hr-teacher-batch-layer__chip input {
  margin: 0;
}
.admin-power-selectall {
  margin-bottom: 15px;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 4px;
}
.sdsf-category-cell,
.task-report-category-cell {
  background-color: #f9f9fb;
  font-weight: 600;
}
.sdsf-score-peer {
  text-align: center;
  color: var(--vmx-primary, #006EFF);
  font-weight: 500;
}
/* load / 杂项：去内联浅底 */
.vmx-surface-muted {
  background: #f5f5f5;
  border-radius: 4px;
}
.vmx-surface-soft {
  background: #f9f9fb;
}
.vmx-surface-panel {
  background: #fff;
  border: 1px solid #e5e5ea;
}
.vmx-surface-hint {
  color: #666;
}
.vmx-surface-strong {
  color: #333;
}
.daike-bulu {
  font-size: 14px;
  color: #333;
}
.daike-bulu .bulu-steps {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.daike-bulu .bulu-step {
  flex: 1;
  min-width: 140px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #6b7280;
  font-size: 13px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s;
}
.daike-bulu .bulu-step.active {
  background: #ecfdf5;
  border-color: #42b983;
  color: #166534;
  font-weight: 600;
}
.daike-bulu .bulu-step.done {
  background: #f0fdf4;
  border-color: #86efac;
  color: #15803d;
}
.daike-bulu .bulu-section {
  margin-bottom: 18px;
}
.daike-bulu .bulu-section-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 8px;
}
.daike-bulu .bulu-section-title .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #42b983;
  color: #fff;
  font-size: 12px;
}
.daike-bulu .bulu-field {
  margin-bottom: 12px;
}
.daike-bulu .bulu-field label {
  display: block;
  margin-bottom: 6px;
  color: #4b5563;
  font-size: 13px;
}
.daike-bulu .bulu-timetable-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}
.daike-bulu .bulu-week-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #42b983;
  color: #fff;
}
.daike-bulu .bulu-week-nav button {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}
.daike-bulu .bulu-week-nav button:hover {
  background: rgba(255, 255, 255, 0.15);
}
.daike-bulu .bulu-week-nav .week-title {
  text-align: center;
  font-weight: 600;
}
.daike-bulu .bulu-week-nav .week-sub {
  font-size: 12px;
  opacity: 0.9;
  margin-top: 6px;
}
.daike-bulu .bulu-date-jump {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.daike-bulu .bulu-date-jump input[type="date"] {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
}
.daike-bulu .bulu-date-jump input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
.daike-bulu .bulu-pick-block {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d1d5db;
}
.daike-bulu .bulu-pick-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.daike-bulu .bulu-picked-summary {
  font-size: 13px;
  color: #166534;
  margin-bottom: 12px;
}
.daike-bulu .bulu-btn-fill {
  margin-top: 4px;
  padding: 6px 14px;
  color: #166534;
  border: 1px solid #86efac;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}
.daike-bulu .bulu-btn-fill:hover {
  background: #f0fdf4;
}
.daike-bulu .bulu-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.daike-bulu .bulu-table th,
.daike-bulu .bulu-table td {
  border: 1px solid #e5e7eb;
  padding: 8px 4px;
  text-align: center;
  vertical-align: middle;
}
.daike-bulu .bulu-table th {
  font-weight: 600;
}
.daike-bulu .bulu-table .time-col {
  width: 72px;
  font-size: 11px;
  line-height: 1.35;
}
.daike-bulu .bulu-cell {
  min-height: 52px;
  cursor: default;
  color: #9ca3af;
}
.daike-bulu .bulu-cell.has-course {
  background: #f0fff4;
  color: #1f2937;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
}
.daike-bulu .bulu-cell.has-course:hover {
  background: #dcfce7;
}
.daike-bulu .bulu-cell.picked {
  background: #42b983 !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 2px #15803d;
}
.daike-bulu .bulu-cell.picked .sub {
  color: rgba(255, 255, 255, 0.9) !important;
}
.daike-bulu .bulu-cell .sub {
  display: block;
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.daike-bulu .bulu-picked-card {
  padding: 14px 16px;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 8px;
  margin-bottom: 16px;
}
.daike-bulu .bulu-picked-card h4 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #166534;
}
.daike-bulu .bulu-picked-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  font-size: 13px;
}
.daike-bulu .bulu-picked-grid span {
  color: #6b7280;
}
.daike-bulu .bulu-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .daike-bulu .bulu-form-row {
    grid-template-columns: 1fr;
  }
}
.daike-bulu .bulu-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;
  margin-top: 8px;
}
.daike-bulu .bulu-btn-primary {
  padding: 10px 28px;
  background: #42b983;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.daike-bulu .bulu-btn-primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.daike-bulu .bulu-btn-ghost {
  padding: 10px 20px;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.daike-bulu .bulu-hint {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 6px;
}
.daike-bulu .bulu-empty-tip {
  text-align: center;
  padding: 32px;
  color: #9ca3af;
}
.daike-bulu .bulu-field .vmx-select-container {
  width: 100% !important;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.daike-tongji-root .daike-tongji-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 10px;
}
.daike-tongji-root .daike-tongji-toolbar .btn-excel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #217346;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}
.daike-tongji-root .daike-tongji-toolbar .btn-excel:hover:not(:disabled) {
  background: #1a5c38;
}
.daike-tongji-root .daike-tongji-toolbar .btn-excel:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.daike-tongji-root .daike-tongji-empty {
  padding: 14px 12px;
  color: #888;
  font-size: 13px;
}
.daike-tongji-root .daike-tongji-table-wrap {
  overflow: visible;
  width: 100%;
}
.daike-tongji-root #daike-tongji-table {
  margin: 0;
  font-size: 13px;
}
.zwcx-ops {
  white-space: nowrap !important;
  line-height: 1.6;
}
.zwcx-ops > a {
  margin-right: 8px;
}
.zwcx-ops > a:last-child {
  margin-right: 0;
}
.zwcx-ops > a + a {
  margin-left: 0;
}
.zwcx-ops .zwcx-ops-more-btn {
  color: #2f6fed;
  cursor: pointer;
  text-decoration: none;
}
.zwcx-ops .zwcx-ops-more-btn::after {
  content: ' ▾';
  font-size: 11px;
  color: #8a8f99;
}
.zwcx-ops-float {
  position: fixed;
  z-index: 19891020;
  min-width: 118px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(20, 30, 50, 0.16);
}
.zwcx-ops-float a {
  display: block;
  padding: 8px 14px;
  color: #2f6fed;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.4;
}
.zwcx-ops-float a:hover {
  background: #f5f7fb;
}
.zwcx-ops-float a.zwcx-op-danger {
  color: #c0392b !important;
}
.zwcx-edit-wrap {
  padding: 16px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.zwcx-edit-wrap .zwcx-edit-empty {
  color: #888;
  font-size: 13px;
  margin: 0 0 12px;
}
.zwcx-edit-wrap .zwcx-edit-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 14px;
  -webkit-overflow-scrolling: touch;
}
.zwcx-edit-wrap .zwcx-edit-head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.zwcx-edit-wrap .zwcx-edit-meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 14px;
  line-height: 1.5;
}
.zwcx-edit-wrap .zwcx-edit-table {
  width: 100%;
  min-width: 560px;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
  background: #fff;
}
.zwcx-edit-wrap .zwcx-edit-table th,
.zwcx-edit-wrap .zwcx-edit-table td {
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
  vertical-align: middle;
}
.zwcx-edit-wrap .zwcx-edit-table thead th {
  background: #f7f7f7;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  text-align: left;
}
.zwcx-edit-wrap .zwcx-edit-table .col-name {
  width: 28%;
}
.zwcx-edit-wrap .zwcx-edit-table .col-options {
  width: 28%;
}
.zwcx-edit-wrap .zwcx-edit-table .col-switch {
  width: 14.666%;
  text-align: center;
  white-space: nowrap;
}
.zwcx-edit-wrap .zwcx-field-name-input {
  width: 100%;
  max-width: 200px;
  font-size: 13px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.zwcx-edit-wrap .zwcx-field-name-input:focus {
  border-color: #007aff;
  outline: none;
}
.zwcx-edit-wrap .zwcx-options-edit-btn {
  color: #007aff;
  cursor: pointer;
  text-decoration: none;
}
.zwcx-edit-wrap .zwcx-options-edit-btn:hover {
  text-decoration: underline;
}
.zwcx-edit-wrap .zwcx-options-summary {
  color: #888;
  font-size: 12px;
  margin-left: 6px;
}
.zwcx-edit-wrap .zwcx-options-empty {
  color: #bbb;
}
.zwcx-edit-wrap .zwcx-options-popup {
  padding: 14px 16px;
}
.zwcx-edit-wrap .zwcx-options-popup-hint {
  font-size: 12px;
  color: #888;
  margin: 0 0 8px;
}
.zwcx-edit-wrap .zwcx-options-popup textarea {
  width: 100%;
  height: 220px;
  font-size: 13px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
  box-sizing: border-box;
  line-height: 1.5;
}
.zwcx-edit-wrap .zwcx-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
  vertical-align: middle;
}
.zwcx-edit-wrap .zwcx-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.zwcx-edit-wrap .zwcx-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  border-radius: 18px;
  transition: 0.2s;
}
.zwcx-edit-wrap .zwcx-switch-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}
.zwcx-edit-wrap .zwcx-switch input:checked + .zwcx-switch-slider {
  background: #007aff;
}
.zwcx-edit-wrap .zwcx-switch input:checked + .zwcx-switch-slider:before {
  transform: translateX(16px);
}
.zwcx-edit-wrap .zwcx-edit-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.zwcx-edit-wrap .zwcx-edit-actions .vmx-btn {
  cursor: pointer;
}
.zwcx-edit-wrap .zwcx-edit-msg {
  font-size: 13px;
  min-height: 18px;
  margin-bottom: 10px;
  color: #555;
}
.zwcx-edit-wrap .zwcx-edit-msg.err {
  color: #c00;
}
.zwcx-edit-wrap .zwcx-edit-hint {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  line-height: 1.5;
}
.zwcx-edit-wrap .zwcx-field-alias {
  color: #999;
  font-size: 12px;
  margin-left: 4px;
}
.zwcx-edit-wrap .zwcx-enable-locked {
  font-size: 12px;
  color: #999;
}
.zwcx-edit-wrap .zwcx-sign-start-box {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fafafa;
}
.zwcx-edit-wrap .zwcx-sign-start-box > label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.zwcx-edit-wrap .zwcx-sign-start-box input[type="datetime-local"] {
  max-width: 260px;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}
.zwcx-edit-wrap .zwcx-sign-out-range {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
}
.zwcx-edit-wrap .zwcx-sign-out-range-item label {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-bottom: 6px;
}
.zwcx-edit-wrap .zwcx-sign-start-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}
.zwcx-import-wrap {
  padding: 16px;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
.zwcx-import-wrap .zwcx-import-head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.zwcx-import-wrap .zwcx-import-meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.5;
}
.zwcx-import-wrap .zwcx-import-steps {
  list-style: none;
  margin: 0 0 14px;
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  background: #f5f7fb;
  border: 1px solid #e5e8ef;
  border-radius: 8px;
}
.zwcx-import-wrap .zwcx-import-steps li {
  font-size: 12px;
  color: #8a8f99;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e8ef;
  line-height: 1.4;
}
.zwcx-import-wrap .zwcx-import-steps li.is-done {
  color: #2f6fed;
  border-color: #c9daf8;
  background: #eef4ff;
}
.zwcx-import-wrap .zwcx-import-steps li.is-active {
  color: #fff;
  background: #2f6fed;
  border-color: #2f6fed;
  font-weight: 600;
}
.zwcx-import-wrap .zwcx-import-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.zwcx-import-wrap .zwcx-import-actions .vmx-btn {
  cursor: pointer;
}
.zwcx-import-wrap .zwcx-import-file {
  font-size: 13px;
}
.zwcx-import-wrap .zwcx-import-msg {
  font-size: 13px;
  color: #555;
  min-height: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.zwcx-import-wrap .zwcx-import-msg.err {
  color: #c0392b;
}
.zwcx-import-wrap .zwcx-import-success {
  margin: 0 0 14px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f1faf3;
  border: 1px solid #b7e0c0;
}
.zwcx-import-wrap .zwcx-import-success .zwcx-import-success-title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  color: #1f6b35;
}
.zwcx-import-wrap .zwcx-import-success .zwcx-import-success-desc {
  margin: 0 0 12px;
  font-size: 13px;
  color: #3d6b4a;
  line-height: 1.5;
}
.zwcx-import-wrap .zwcx-import-success .zwcx-import-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.zwcx-import-wrap .zwcx-import-issues {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.5;
}
.zwcx-import-wrap .zwcx-import-issues ul {
  margin: 6px 0 0;
  padding-left: 18px;
}
.zwcx-import-wrap .zwcx-import-issues .zwcx-issues-block {
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff5f5;
  border: 1px solid #f5c2c2;
  color: #8a1f1f;
  margin-bottom: 8px;
}
.zwcx-import-wrap .zwcx-import-issues .zwcx-issues-warn {
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff8eb;
  border: 1px solid #f0d9a0;
  color: #7a5a10;
  margin-bottom: 8px;
}
.zwcx-import-wrap .zwcx-import-issues .zwcx-issues-ok {
  padding: 10px 12px;
  border-radius: 8px;
  background: #f1faf3;
  border: 1px solid #b7e0c0;
  color: #1f6b35;
}
.zwcx-import-wrap .zwcx-import-table-wrap {
  max-height: 320px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 8px;
}
.zwcx-import-wrap .zwcx-import-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 13px;
}
.zwcx-import-wrap .zwcx-import-table th,
.zwcx-import-wrap .zwcx-import-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
  vertical-align: middle;
}
.zwcx-import-wrap .zwcx-import-table thead th {
  position: sticky;
  top: 0;
  background: #f7f8fa;
  font-weight: 600;
  z-index: 1;
}
.zwcx-import-wrap .zwcx-import-table .col-no {
  width: 48px;
}
.zwcx-import-wrap .zwcx-import-table .col-name {
  width: 88px;
}
.zwcx-import-wrap .zwcx-import-table .col-phone {
  width: 120px;
}
.zwcx-import-wrap .zwcx-import-table .col-seat {
  width: 88px;
}
.zwcx-import-wrap .zwcx-import-table .col-status {
  min-width: 120px;
}
.zwcx-import-wrap .zwcx-import-table tr.is-warn td {
  background: #fff8eb;
}
.zwcx-import-wrap .zwcx-import-table tr.is-block td {
  background: #fff1f1;
}
.zwcx-import-wrap .zwcx-flag {
  display: inline-block;
  margin: 0 4px 2px 0;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
}
.zwcx-import-wrap .zwcx-flag.ok {
  background: #eaf7ee;
  color: #1f6b35;
}
.zwcx-import-wrap .zwcx-flag.warn {
  background: #fff0cc;
  color: #8a5a00;
}
.zwcx-import-wrap .zwcx-flag.bad {
  background: #ffe0e0;
  color: #a11919;
}
.zwcx-import-wrap .zwcx-import-hint {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  line-height: 1.6;
}
.zwcx-import-wrap #zwcxConfirmImport[disabled],
.zwcx-import-wrap #zwcxPreviewSeat[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}
.zwcx-import-wrap .zwcx-import-seat-preview {
  display: none;
  margin-bottom: 12px;
}
.zwcx-import-wrap .zwcx-import-seat-preview.is-show {
  display: block;
}
.zwcx-import-wrap .zwcx-import-podium {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin: 0 0 8px;
  letter-spacing: 0.2em;
}
.zwcx-import-wrap .zwcx-import-canvas-box {
  overflow: auto;
  max-height: 360px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fafafa;
}
.zwcx-import-wrap .zwcx-import-canvas-box canvas {
  display: block;
}
.zwcx-preview-wrap {
  padding: 12px 16px 16px;
  max-width: 100%;
  box-sizing: border-box;
}
.zwcx-preview-wrap .zwcx-preview-head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1a1a1a;
}
.zwcx-preview-wrap .zwcx-preview-meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
}
.zwcx-preview-wrap .zwcx-preview-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.zwcx-preview-wrap .zwcx-preview-toolbar input[type="search"] {
  flex: 1;
  min-width: 140px;
  max-width: 220px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  box-sizing: border-box;
}
.zwcx-preview-wrap .zwcx-preview-toolbar .vmx-btn {
  cursor: pointer;
  height: 32px;
  line-height: 30px;
  padding: 0 14px;
  font-size: 13px;
}
.zwcx-preview-wrap .zwcx-preview-toolbar .vmx-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.zwcx-preview-wrap .zwcx-preview-hint {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}
.zwcx-preview-wrap .zwcx-preview-podium {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin: 0 0 8px;
  letter-spacing: 0.2em;
}
.zwcx-preview-wrap .zwcx-preview-canvas-box {
  overflow: auto;
  max-height: 420px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fafafa;
  margin-bottom: 12px;
}
.zwcx-preview-wrap .zwcx-preview-canvas-box.is-dragging {
  touch-action: none;
  user-select: none;
  cursor: grabbing;
}
.zwcx-preview-wrap .zwcx-preview-canvas-inner {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.zwcx-preview-wrap .zwcx-seat-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  touch-action: none;
}
.zwcx-preview-wrap .zwcx-seat-overlay.is-ready {
  pointer-events: auto;
  cursor: grab;
}
.zwcx-preview-wrap .zwcx-seat-overlay.is-dragging {
  cursor: grabbing;
}
.zwcx-preview-wrap .zwcx-seat-mark {
  position: absolute;
  box-sizing: border-box;
  border-radius: 8px;
  pointer-events: none;
  display: none;
  z-index: 3;
}
.zwcx-preview-wrap .zwcx-seat-mark.is-src {
  border: 2px solid #f59e0b;
  background: rgba(245, 158, 11, 0.16);
}
.zwcx-preview-wrap .zwcx-seat-mark.is-drop {
  border: 2px solid #22c55e;
  background: rgba(34, 197, 94, 0.2);
}
.zwcx-preview-wrap .zwcx-preview-canvas-box canvas {
  display: block;
  pointer-events: none;
}
.zwcx-preview-wrap .zwcx-preview-list-wrap {
  max-height: 200px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.zwcx-preview-wrap .zwcx-preview-list-wrap table {
  margin-bottom: 0;
  font-size: 12px;
}
.zwcx-preview-wrap .zwcx-preview-empty {
  padding: 40px 16px;
  text-align: center;
  color: #888;
  font-size: 14px;
}
.zwcx-preview-wrap .zwcx-preview-legend {
  font-size: 12px;
  color: #666;
}
.zwcx-preview-wrap .zwcx-preview-legend i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin: 0 4px 0 10px;
  vertical-align: -2px;
}
.zwcx-preview-wrap .zwcx-preview-legend .lg-empty {
  background: #d4dfed;
  border: 1px solid #92a5c2;
}
.zwcx-preview-wrap .zwcx-preview-legend .lg-seat {
  background: #5b8fd4;
}
.zwcx-preview-wrap .zwcx-preview-msg {
  font-size: 12px;
  color: #555;
  min-height: 18px;
}
.zwcx-preview-wrap .zwcx-preview-msg.err {
  color: #c00;
}
.zwcx-seat-ghost {
  position: fixed;
  z-index: 2147483000;
  display: none;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #5b8fd4;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.22);
  pointer-events: none;
  user-select: none;
}
.zwcx-print-wrap {
  padding: 16px 20px 24px !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #1a1a1a !important;
  background: #fff !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  overflow: visible !important;
}
.zwcx-print-wrap *,
.zwcx-print-wrap *::before,
.zwcx-print-wrap *::after {
  box-sizing: border-box;
}
.zwcx-print-wrap table {
  margin: 0 !important;
  background: transparent !important;
  max-width: none !important;
}
.zwcx-print-wrap .zwcx-print-actions {
  margin: 0 0 16px !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.zwcx-print-wrap .zwcx-print-actions .vmx-btn {
  cursor: pointer;
  flex: 0 0 auto;
}
.zwcx-print-wrap .zwcx-print-title {
  display: block !important;
  text-align: center !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 8px 0 16px !important;
  padding: 0 !important;
  letter-spacing: 0.02em;
  color: #1a1a1a !important;
  line-height: 1.4 !important;
  border: none !important;
  background: transparent !important;
}
.zwcx-print-wrap .zwcx-print-meta {
  font-size: 12px;
  color: #666 !important;
  margin: 0 0 12px;
  text-align: center;
}
.zwcx-print-wrap .zwcx-print-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.zwcx-print-wrap .zwcx-print-table {
  width: 100% !important;
  min-width: 760px;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
}
.zwcx-print-wrap .zwcx-print-table th,
.zwcx-print-wrap .zwcx-print-table td {
  border: 1px solid #333 !important;
  padding: 8px 6px !important;
  text-align: center !important;
  vertical-align: middle !important;
  background: #fff !important;
  color: #1a1a1a !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  float: none !important;
  position: static !important;
}
.zwcx-print-wrap .zwcx-print-table thead th {
  font-weight: 600 !important;
  background: #f5f5f5 !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}
.zwcx-print-wrap .zwcx-print-table td {
  word-break: break-word;
  overflow-wrap: break-word;
}
.zwcx-print-wrap .zwcx-print-table .col-no {
  width: 48px !important;
  white-space: nowrap !important;
}
.zwcx-print-wrap .zwcx-print-table .col-name {
  width: 72px !important;
}
.zwcx-print-wrap .zwcx-print-table .col-tel {
  width: 110px !important;
}
.zwcx-print-wrap .zwcx-print-table .col-seat {
  width: 64px !important;
  white-space: nowrap !important;
}
.zwcx-print-wrap .zwcx-print-table .col-sign {
  width: 108px !important;
  min-height: 44px;
}
.zwcx-print-wrap .zwcx-print-table .col-time {
  width: 120px !important;
}
.zwcx-print-wrap .zwcx-print-table .col-location {
  width: 140px !important;
}
.zwcx-print-wrap .zwcx-print-table .col-extra {
  width: 100px !important;
}
.zwcx-print-wrap .zwcx-sign-img {
  max-width: 96px !important;
  max-height: 96px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  border: none !important;
  float: none !important;
}
.zwcx-print-wrap .zwcx-print-empty {
  text-align: center;
  color: #888 !important;
  padding: 24px;
  border: 1px dashed #ccc;
  border-radius: 6px;
  background: #fafafa;
}
.zwcx-qrcode-card {
  text-align: center;
  padding: 20px 16px 24px;
  background: #fff !important;
  color: #1a1a1a !important;
  box-sizing: border-box;
  min-height: 120px;
}
.zwcx-qrcode-card .zwcx-qrcode-loading {
  padding: 40px 12px;
  font-size: 14px;
  color: #666;
}
.zwcx-qrcode-card .zwcx-qrcode-composed {
  display: none;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  background: #fff;
  vertical-align: top;
}
.zwcx-qrcode-card .zwcx-qrcode-composed.is-ready {
  display: block;
}
.zwcx-qrcode-card .zwcx-qrcode-tip {
  display: none;
  margin: 14px 0 0;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.zwcx-qrcode-card .zwcx-qrcode-tip.is-ready {
  display: block;
}
.zwcx-qrcode-card.is-error .zwcx-qrcode-loading {
  color: #c0392b;
}
@media print {
  .zwcx-print-wrap {
    padding: 0 !important;
    max-width: none !important;
    overflow: visible !important;
  }
  .zwcx-print-wrap .zwcx-print-actions {
    display: none !important;
  }
  .zwcx-print-wrap .zwcx-print-scroll {
    overflow: visible !important;
    border: none !important;
  }
  .zwcx-print-wrap .zwcx-print-table {
    min-width: 0 !important;
  }
  .zwcx-print-wrap .zwcx-print-table th,
  .zwcx-print-wrap .zwcx-print-table td {
    border-color: #000 !important;
    padding: 10px 5px !important;
  }
  .zwcx-print-wrap .zwcx-print-table .col-sign {
    height: 52px;
  }
  .zwcx-print-wrap .zwcx-sign-img {
    max-width: 100px !important;
    max-height: 100px !important;
  }
}
.dream-send-root .coefficient-input {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.dream-send-root .coefficient-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.dream-send-root .coefficient-input input[type="number"] {
  width: 160px;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  outline: none;
}
.dream-send-root .coefficient-input input[type="number"]:focus {
  border-color: #3b82f6;
}
.dream-send-root .tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #6b7280;
  border-radius: 50%;
  font-size: 12px;
  cursor: help;
}
.dream-send-root .tooltip:hover {
  background: #e5e7eb;
}
.dream-send-root .summary-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.dream-send-root .summary-info > div {
  padding: 16px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}
.dream-send-root .summary-info > div span {
  display: block;
  margin-top: 6px;
  font-size: 22px;
  font-weight: 600;
  color: #111827;
}
@media (max-width: 768px) {
  .dream-send-root .summary-info {
    grid-template-columns: 1fr;
  }
  .dream-send-root .coefficient-input {
    flex-wrap: wrap;
  }
  .dream-send-root .coefficient-input input[type="number"] {
    width: 100%;
  }
}
.kh-batch-create .kh-batch-create {
  padding: 20px;
}
.kh-batch-create .kh-batch-create label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #333;
}
.kh-batch-create .kh-batch-create input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 14px;
}
.kh-batch-create .kh-batch-create .hint {
  font-size: 12px;
  color: #888;
  margin-bottom: 14px;
  line-height: 1.6;
}
.kh-import-wrap .kh-import-wrap {
  padding: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.kh-import-wrap .kh-import-head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.kh-import-wrap .kh-import-meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 14px;
  line-height: 1.6;
}
.kh-import-wrap .kh-import-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.kh-import-wrap .kh-import-field {
  margin-bottom: 12px;
}
.kh-import-wrap .kh-import-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  color: #333;
}
.kh-import-wrap .kh-import-field input,
.kh-import-wrap .kh-import-field select {
  width: 100%;
  max-width: 420px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.kh-import-wrap .kh-import-msg {
  font-size: 13px;
  color: #555;
  min-height: 20px;
  margin-bottom: 10px;
}
.kh-import-wrap .kh-import-msg.err {
  color: #c00;
}
.kh-import-wrap .kh-import-table-wrap {
  max-height: 320px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  display: none;
}
.kh-import-wrap .kh-import-table-wrap table {
  margin-bottom: 0;
  font-size: 12px;
}
.kh-import-wrap .kh-import-hint {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  line-height: 1.6;
}
.kh-import-wrap .kh-import-match-ok {
  color: #2e7d32;
}
.kh-import-wrap .kh-import-match-bad {
  color: #c00;
}
.kh-import-wrap #khConfirmImport[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}
.agp-wrap {
  font-size: 13px;
}
.agp-wrap .agp-hint {
  color: #888;
  line-height: 1.6;
  margin-bottom: 12px;
}
.agp-wrap .agp-add-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px;
  background: #f8f9fb;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.agp-wrap .agp-add-row select.vmx-select {
  min-width: 180px;
}
.agp-wrap .agp-add-row .vmx-select-container {
  min-width: 180px;
  flex: 0 1 220px;
}
.agp-wrap .agp-add-row #agpTeacher.vmx-select,
.agp-wrap .agp-add-row #agpTeacher + .vmx-select-container {
  min-width: 220px;
  flex: 1 1 260px;
  max-width: 320px;
}
.agp-wrap .agp-table-wrap {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.agp-wrap .agp-table-wrap table {
  margin-bottom: 0;
  font-size: 13px;
}
.agp-wrap .agp-footer {
  margin-top: 14px;
  text-align: right;
}
.agp-wrap .agp-footer .vmx-btn {
  margin-left: 8px;
}
.agp-wrap .agp-sub-all {
  color: #007aff;
  font-weight: 600;
}
.age-wrap {
  padding: 4px 2px 8px;
  font-size: 13px;
}
.age-wrap .age-hint {
  color: #888;
  line-height: 1.6;
  margin: 0 0 14px;
}
.age-wrap .form-group {
  margin-bottom: 12px;
}
.age-wrap .form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #374151;
}
.age-wrap .age-multi-tip {
  margin: 6px 0 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}
.age-wrap .age-stu-hint {
  margin: 0 0 12px;
  color: #6b7280;
  line-height: 1.5;
  font-size: 12px;
}
.age-wrap .age-footer {
  margin-top: 8px;
  text-align: right;
}
.eval-creat .eval-creat {
  padding: 16px 18px 8px;
  max-width: 640px;
  margin: 0 auto;
}
.eval-creat .eval-creat__row {
  margin-bottom: 14px;
}
.eval-creat .eval-creat__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--vmx-text, #1f2937);
  margin-bottom: 6px;
}
.eval-creat .eval-creat__input {
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px;
  background: #fff;
}
.eval-creat .eval-creat__hint {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--vmx-text-muted, #6b7280);
}
.eval-creat .eval-creat__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 8px;
  margin-bottom: 8px;
}
.eval-creat .eval-creat__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 12px;
}
.eval-creat .eval-creat__tag button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 2px;
}
.eval-creat .eval-creat__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 8px;
}
.rc-creat {
  /* 仅作用于本页：创建任务弹窗 */
}
.rc-creat .rc-creat {
  padding: 24px 20px;
  max-width: 420px;
  margin: 0 auto;
}
.rc-creat .rc-creat-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rc-creat .rc-creat-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rc-creat .rc-creat-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  letter-spacing: 0.02em;
}
.rc-creat .rc-creat-input,
.rc-creat .rc-creat-select {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.4;
  color: #111827;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.rc-creat .rc-creat-input::placeholder {
  color: #9ca3af;
}
.rc-creat .rc-creat-input:hover,
.rc-creat .rc-creat-select:hover {
  border-color: #d1d5db;
}
.rc-creat .rc-creat-input:focus,
.rc-creat .rc-creat-select:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.rc-creat .rc-creat-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M2 4 L6 8 L10 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.rc-creat .rc-creat-footer {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #f3f4f6;
}
.rc-creat .rc-creat-btn {
  flex: 1;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}
.rc-creat .rc-creat-btn:active {
  transform: scale(0.98);
}
.rc-creat .rc-creat-btn-cancel {
  color: #6b7280;
}
.rc-creat .rc-creat-btn-cancel:hover {
  background: #e5e7eb;
  color: #374151;
}
.rc-creat .rc-creat-btn-submit {
  background: #3b82f6;
  color: #fff;
}
.rc-creat .rc-creat-btn-submit:hover:not(:disabled) {
  background: #2563eb;
}
.rc-creat .rc-creat-btn-submit:disabled {
  background: #d1d5db;
  cursor: not-allowed;
  opacity: 0.8;
}
.result-load-flat {
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  padding: 4px 2px 8px;
}
.result-load-flat .load-block {
  margin-bottom: 14px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.result-load-flat .load-block__title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.result-load-flat .load-block--hint {
  margin-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
}
.result-load-flat .card,
.result-load-flat .vmx-list-page__section {
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin-bottom: 14px;
  padding: 0;
  border-bottom: none;
}
.result-load-flat .main-total-card {
  box-shadow: none !important;
  border-radius: 8px;
}
.result-load-flat .rs-stu-card {
  border: 1px solid #e5e5ea;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}
.result-load-flat .rs-stu-card-head {
  background: #f9f9fb;
}
.export-container.result-load-flat,
.result-load-flat.export-container {
  padding: 8px 4px 12px;
  max-width: none;
  margin: 0;
  box-shadow: none;
}
.export-container {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.export-container .export-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #1a1a1a;
}
.export-container .grade-section {
  margin-bottom: 32px;
}
.export-container .grade-title {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.export-container .subject-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.export-container .subject-item {
  display: inline-block;
  padding: 8px 16px;
  color: #1a1a1a;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  text-decoration: none;
  font-size: 14px;
}
.export-container .subject-item:hover {
  background: #e8e8e8;
  border-color: #d0d0d0;
}
.export-container .empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 14px;
}
.export-container .empty-state i {
  font-size: 40px;
  opacity: 0.2;
  margin-bottom: 12px;
}
/* 导出密码弹窗 */
.export-pwd-layer .layui-layer-content {
  padding: 0;
  overflow: visible;
}
.export-pwd-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
}
.export-pwd-header {
  padding: 24px 24px 0;
  text-align: center;
}
.export-pwd-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, #4f8cff 0%, #2563eb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}
.export-pwd-icon i {
  font-size: 24px;
  color: #fff;
}
.export-pwd-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #111827;
}
.export-pwd-desc {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
.export-pwd-body {
  padding: 20px 24px 24px;
}
.export-pwd-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}
.export-pwd-mode {
  position: relative;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.export-pwd-mode:hover {
  border-color: #93c5fd;
  background: #f8fbff;
}
.export-pwd-mode.active {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.08);
}
.export-pwd-mode.active::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
}
.export-pwd-mode-icon {
  font-size: 22px;
  color: #2563eb;
  margin-bottom: 6px;
  display: block;
}
.export-pwd-mode-name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}
.export-pwd-mode-tip {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.4;
}
.export-pwd-field {
  margin-bottom: 16px;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}
.export-pwd-field.is-hidden {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.export-pwd-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}
.export-pwd-input-wrap {
  position: relative;
}
.export-pwd-input {
  width: 100%;
  height: 42px;
  padding: 0 40px 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.export-pwd-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.export-pwd-toggle {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.export-pwd-toggle:hover {
  color: #2563eb;
}
.export-pwd-hint {
  font-size: 12px;
  color: #9ca3af;
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.export-pwd-actions {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.export-pwd-btn {
  flex: 1;
  height: 42px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}
.export-pwd-btn-cancel {
  color: #4b5563;
}
.export-pwd-btn-cancel:hover {
  background: #e5e7eb;
}
.export-pwd-btn-primary {
  background: linear-gradient(135deg, #4f8cff 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.export-pwd-btn-primary:hover {
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}
#update_result_app {
  width: 100%;
  padding: 20px;
  display: block;
}
#update_result_app .page-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#update_result_app .card {
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
#update_result_app .card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#update_result_app .badge {
  background: var(--vmx-primary, #006EFF);
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: normal;
}
#update_result_app .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  width: 100%;
}
#update_result_app .form-group {
  flex: 1;
  margin-bottom: 8px;
}
#update_result_app .form-label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  color: #555;
  font-size: 12px;
}
#update_result_app .form-input {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
}
#update_result_app .form-input:focus {
  outline: none;
  border-color: var(--vmx-primary, #006EFF);
}
#update_result_app .btn-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
#update_result_app .btn {
  padding: 6px 16px;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
}
#update_result_app .btn-primary {
  background: var(--vmx-primary, #006EFF);
  color: white;
}
#update_result_app .btn-primary:hover:not(:disabled) {
  background: var(--vmx-primary-hover, #0056cc);
}
#update_result_app .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#update_result_app .btn-secondary {
  color: #333;
}
#update_result_app .btn-secondary:hover {
  background: #e0e0e0;
}
#update_result_app .btn-save {
  background: #28a745;
  color: white;
  padding: 4px 12px;
  font-size: 12px;
}
#update_result_app .btn-save:hover:not(:disabled) {
  background: #218838;
}
#update_result_app .btn-save:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#update_result_app .hint {
  margin-top: 6px;
  color: #666;
  font-size: 11px;
}
#update_result_app .empty-state {
  text-align: center;
  padding: 30px 20px;
  color: #999;
  font-size: 13px;
}
#update_result_app .empty-state i {
  font-size: 32px;
  opacity: 0.3;
  margin-bottom: 8px;
}
#update_result_app .result-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 13px;
}
#update_result_app .result-table th {
  background: #f8f9fa;
  padding: 8px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
  color: #495057;
  font-size: 12px;
}
#update_result_app .result-table td {
  padding: 6px 8px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
}
#update_result_app .result-table tr:hover {
  background: #f8f9fa;
}
#update_result_app .result-table input {
  width: 100%;
  padding: 4px 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
}
#update_result_app .result-table input:focus {
  outline: none;
  border-color: var(--vmx-primary, #006EFF);
}
#update_result_app .result-table input[readonly] {
  cursor: not-allowed;
}
#update_result_app .result-table .subject-col {
  font-weight: 500;
  color: #495057;
  min-width: 80px;
}
#update_result_app .result-table .time-col {
  color: #6c757d;
  font-size: 12px;
  min-width: 130px;
}
#update_result_app .result-table .input-col {
  min-width: 100px;
}
#update_result_app .result-table .action-col {
  text-align: center;
  min-width: 70px;
}
#update_result_app .result-table .result-text {
  padding: 4px 8px;
  color: #495057;
  font-weight: 500;
}
#update_result_app .result-table .result-text.empty {
  color: #999;
  font-style: italic;
}
#update_result_app .result-table .rank-col {
  min-width: 100px;
  text-align: center;
}
#update_result_app .rank-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  background: var(--vmx-primary, #006EFF);
  color: white;
  font-weight: 500;
}
#update_result_app .main-total-card {
  background: var(--vmx-primary, #006EFF);
  border-radius: 8px;
  padding: 20px;
  color: white;
  margin-bottom: 15px;
  text-align: center;
  box-shadow: none;
  width: 100%;
  display: block;
  clear: both;
}
#update_result_app .main-total-label {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 8px;
}
#update_result_app .main-total-value {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}
#update_result_app .main-total-rank {
  font-size: 13px;
  opacity: 0.95;
}
#update_result_app .btn-screenshot {
  background: var(--vmx-primary, #006EFF);
  color: white;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.3s;
}
#update_result_app .btn-screenshot:hover:not(:disabled) {
  background: var(--vmx-primary-hover, #0056cc);
}
#update_result_app .btn-screenshot:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#update_result_app .screenshot-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
#update_result_app .screenshot-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}
#update_result_app .screenshot-header {
  background: var(--vmx-primary, #006EFF);
  color: white;
  padding: 20px 30px;
  border-radius: 12px 12px 0 0;
  margin: -30px -30px 20px -30px;
}
#update_result_app .screenshot-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
#update_result_app .screenshot-header .student-info {
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.95;
}
#update_result_app .screenshot-body {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#update_result_app .screenshot-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
#update_result_app .screenshot-table th {
  background: #f8f9fa;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid #dee2e6;
}
#update_result_app .screenshot-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e9ecef;
}
#update_result_app .screenshot-table tr:last-child td {
  border-bottom: none;
}
#update_result_app .screenshot-table .grade-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 12px;
}
#update_result_app .screenshot-table .grade-A {
  background: #d4edda;
  color: #155724;
}
#update_result_app .screenshot-table .grade-B {
  background: #fff3cd;
  color: #856404;
}
#update_result_app .screenshot-table .grade-C {
  background: #f8d7da;
  color: #721c24;
}
#update_result_app .screenshot-preview-container {
  position: relative;
  text-align: center;
  padding: 20px;
}
#update_result_app .screenshot-preview-img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
#update_result_app .screenshot-preview-buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#update_result_app .screenshot-preview-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s;
}
#update_result_app .screenshot-preview-btn-download {
  background: var(--vmx-primary, #006EFF);
  color: white;
}
#update_result_app .screenshot-preview-btn-download:hover {
  background: var(--vmx-primary-hover, #0056cc);
}
#update_result_app .screenshot-preview-btn-cancel {
  background: #6c757d;
  color: white;
}
#update_result_app .screenshot-preview-btn-cancel:hover {
  background: #5a6268;
}
#update_result_app .rank-toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}
#update_result_app .rank-toggle-label {
  font-size: 13px;
  color: #555;
  font-weight: 500;
  white-space: nowrap;
}
#update_result_app .rank-toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
#update_result_app .rank-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#update_result_app .rank-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
#update_result_app .rank-toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
#update_result_app .rank-toggle-switch input:checked + .rank-toggle-slider {
  background-color: var(--vmx-primary, #006EFF);
}
#update_result_app .rank-toggle-switch input:checked + .rank-toggle-slider:before {
  transform: translateX(20px);
}
#result-push-status-app {
  /* 消息标题栏 */
  /* 统计工具栏 */
  /* 搜索和筛选栏 */
  /* 表格容器 */
  /* 表格样式 */
  /* 状态标签 */
  /* 加载和空状态 */
  /* 响应式 */
}
#result-push-status-app #result-push-status-app {
  padding: 20px;
  min-height: 100vh;
}
#result-push-status-app .msg-header {
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#result-push-status-app .msg-header-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#result-push-status-app .msg-header-meta {
  font-size: 12px;
  color: #999;
  display: flex;
  gap: 20px;
}
#result-push-status-app .msg-header-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
#result-push-status-app .stats-toolbar {
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
#result-push-status-app .stats-info {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#result-push-status-app .stat-item {
  font-size: 14px;
  color: #666;
}
#result-push-status-app .stat-item .label {
  margin-right: 8px;
}
#result-push-status-app .stat-item .value {
  font-weight: 600;
  color: #333;
}
#result-push-status-app .stat-item .value.success {
  color: #52c41a;
}
#result-push-status-app .stat-item .value.primary {
  color: #1890ff;
}
#result-push-status-app .stat-item .value.warning {
  color: #faad14;
}
#result-push-status-app .filter-toolbar {
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
#result-push-status-app .search-wrapper {
  position: relative;
  flex: 1;
  min-width: 200px;
  max-width: 300px;
}
#result-push-status-app .search-wrapper .bi-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
#result-push-status-app .search-wrapper input {
  width: 100%;
  padding: 8px 10px 8px 35px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}
#result-push-status-app .search-wrapper input:focus {
  border-color: #1890ff;
}
#result-push-status-app .filter-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#result-push-status-app .filter-tab {
  padding: 6px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  transition: all 0.3s;
  white-space: nowrap;
}
#result-push-status-app .filter-tab:hover {
  border-color: #1890ff;
  color: #1890ff;
}
#result-push-status-app .filter-tab.active {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
}
#result-push-status-app .table-container {
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#result-push-status-app .table-wrapper {
  overflow-x: auto;
}
#result-push-status-app .data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
#result-push-status-app .data-table th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #e8e8e8;
  white-space: nowrap;
}
#result-push-status-app .data-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
  color: #666;
}
#result-push-status-app .data-table tbody tr {
  transition: background-color 0.2s;
}
#result-push-status-app .data-table tbody tr:hover {
  background: #fafafa;
}
#result-push-status-app .data-table tbody tr:last-child td {
  border-bottom: none;
}
#result-push-status-app .status-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 12px;
  white-space: nowrap;
}
#result-push-status-app .status-tag.pushed {
  background: #f6ffed;
  color: #52c41a;
  border: 1px solid #b7eb8f;
}
#result-push-status-app .status-tag.not-pushed {
  background: #fff7e6;
  color: #fa8c16;
  border: 1px solid #ffd591;
}
#result-push-status-app .status-tag.read {
  background: #e6f7ff;
  color: #1890ff;
  border: 1px solid #91d5ff;
}
#result-push-status-app .status-tag.unread {
  background: #fff1f0;
  color: #ff4d4f;
  border: 1px solid #ffccc7;
}
#result-push-status-app .loading-state,
#result-push-status-app .empty-state {
  padding: 60px 20px;
  text-align: center;
  color: #999;
}
#result-push-status-app .loading-state .bi-arrow-repeat {
  font-size: 32px;
  animation: rotate 1s linear infinite;
  display: block;
  margin-bottom: 10px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#result-push-status-app .empty-state .bi-inbox {
  font-size: 48px;
  display: block;
  margin-bottom: 15px;
  opacity: 0.5;
}
#result-push-status-app .empty-text {
  font-size: 14px;
}
@media (max-width: 768px) {
  #result-push-status-app #result-push-status-app {
    padding: 10px;
  }
  #result-push-status-app .stats-toolbar,
  #result-push-status-app .filter-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  #result-push-status-app .stats-info {
    justify-content: space-between;
  }
  #result-push-status-app .search-wrapper {
    max-width: 100%;
  }
  #result-push-status-app .data-table {
    font-size: 12px;
  }
  #result-push-status-app .data-table th,
  #result-push-status-app .data-table td {
    padding: 8px 10px;
  }
}
#result_setting_app {
  padding: 20px 24px 24px;
}
#result_setting_app .rs-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
}
#result_setting_app .rs-section-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
#result_setting_app .rs-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
#result_setting_app .rs-section-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
#result_setting_app .rs-section-actions .vmx-btn.is-active {
  border-color: #4c6fff;
  color: #4c6fff;
  background: #f0f4ff;
}
#result_setting_app .rs-section-desc {
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
  line-height: 1.6;
}
#result_setting_app .rs-tag-import {
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  background: #f8fafc;
}
#result_setting_app .rs-tag-import__tip {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}
#result_setting_app .rs-tag-import__loading,
#result_setting_app .rs-tag-import__empty {
  font-size: 13px;
  color: #999;
  padding: 8px 0;
}
#result_setting_app .rs-tag-import__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
#result_setting_app .rs-tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid #dbe3f0;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  color: #333;
  user-select: none;
}
#result_setting_app .rs-tag-chip input {
  margin: 0;
}
#result_setting_app .rs-tag-chip em {
  font-style: normal;
  color: #8a94a6;
  margin-left: 2px;
}
#result_setting_app .rs-tag-chip.is-checked {
  border-color: #4c6fff;
  background: #eef2ff;
  color: #2f4fd6;
}
#result_setting_app .rs-tag-import__bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
#result_setting_app .rs-search-wrap {
  position: relative;
  margin-bottom: 14px;
}
#result_setting_app .rs-search-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}
#result_setting_app .rs-search-input:focus {
  outline: none;
  border-color: #4c6fff;
}
#result_setting_app .rs-search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  max-height: 240px;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
#result_setting_app .rs-search-item {
  padding: 10px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
#result_setting_app .rs-search-item:last-child {
  border-bottom: none;
}
#result_setting_app .rs-search-item:hover {
  background: #f5f8ff;
}
#result_setting_app .rs-search-item.is-added {
  color: #999;
  cursor: default;
}
#result_setting_app .rs-search-name {
  font-size: 14px;
  color: #333;
}
#result_setting_app .rs-search-meta {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
#result_setting_app .rs-search-empty,
#result_setting_app .rs-search-loading {
  padding: 16px 12px;
  text-align: center;
  font-size: 13px;
  color: #999;
}
#result_setting_app .rs-stu-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
#result_setting_app .rs-stu-card {
  border-radius: 8px;
  overflow: hidden;
}
#result_setting_app .rs-stu-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #eee;
}
#result_setting_app .rs-stu-card-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
#result_setting_app .rs-stu-card-meta {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
  font-weight: normal;
}
#result_setting_app .rs-stu-card-remove {
  cursor: pointer;
  color: #999;
  font-size: 18px;
  line-height: 1;
  padding: 2px 6px;
}
#result_setting_app .rs-stu-card-remove:hover {
  color: #c33;
}
#result_setting_app .rs-stu-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
#result_setting_app .rs-stu-table th,
#result_setting_app .rs-stu-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: middle;
}
#result_setting_app .rs-stu-table th {
  width: 88px;
  color: #666;
  font-weight: 500;
  background: #fafafa;
  white-space: nowrap;
}
#result_setting_app .rs-stu-table tr:last-child th,
#result_setting_app .rs-stu-table tr:last-child td {
  border-bottom: none;
}
#result_setting_app .rs-select {
  min-width: 160px;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}
#result_setting_app .rs-select:focus {
  outline: none;
  border-color: #4c6fff;
}
#result_setting_app .rs-subject-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
#result_setting_app .rs-subject-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}
#result_setting_app .rs-subject-item input {
  flex-shrink: 0;
}
#result_setting_app .rs-rule-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#result_setting_app .rs-rule-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  line-height: 1.5;
  color: #333;
}
#result_setting_app .rs-rule-item input {
  margin-top: 3px;
  flex-shrink: 0;
}
#result_setting_app .rs-empty-tip {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 12px;
}
#result_setting_app .rs-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
#update_result_app {
  width: 100%;
  padding: 20px;
}
#update_result_app .page-body {
  padding: 0;
}
#update_result_app .card {
  margin-bottom: 15px;
}
#update_result_app .card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#update_result_app .badge {
  background: var(--vmx-primary, #006EFF);
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: normal;
}
#update_result_app .row {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
#update_result_app .form-group {
  flex: 1;
  margin-bottom: 8px;
}
#update_result_app .form-label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  color: #555;
  font-size: 12px;
}
#update_result_app .form-input {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
}
#update_result_app .form-input:focus {
  outline: none;
  border-color: var(--vmx-primary, #006EFF);
}
#update_result_app .btn-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
#update_result_app .btn {
  padding: 6px 16px;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
}
#update_result_app .btn-primary {
  background: var(--vmx-primary, #006EFF);
  color: white;
}
#update_result_app .btn-primary:hover:not(:disabled) {
  background: var(--vmx-primary-hover, #0056cc);
}
#update_result_app .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#update_result_app .btn-secondary {
  color: #333;
}
#update_result_app .btn-secondary:hover {
  background: #e0e0e0;
}
#update_result_app .btn-save {
  background: #28a745;
  color: white;
  padding: 4px 12px;
  font-size: 12px;
}
#update_result_app .btn-save:hover:not(:disabled) {
  background: #218838;
}
#update_result_app .btn-save:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#update_result_app .hint {
  margin-top: 6px;
  color: #666;
  font-size: 11px;
}
#update_result_app .empty-state {
  text-align: center;
  padding: 30px 20px;
  color: #999;
  font-size: 13px;
}
#update_result_app .empty-state i {
  font-size: 32px;
  opacity: 0.3;
  margin-bottom: 8px;
}
#update_result_app .result-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 13px;
}
#update_result_app .result-table th {
  background: #f8f9fa;
  padding: 8px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
  color: #495057;
  font-size: 12px;
}
#update_result_app .result-table td {
  padding: 6px 8px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
}
#update_result_app .result-table tr:hover {
  background: #f8f9fa;
}
#update_result_app .result-table input {
  width: 100%;
  padding: 4px 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
}
#update_result_app .result-table input:focus {
  outline: none;
  border-color: var(--vmx-primary, #006EFF);
}
#update_result_app .result-table input[readonly] {
  cursor: not-allowed;
}
#update_result_app .result-table .subject-col {
  font-weight: 500;
  color: #495057;
  min-width: 80px;
}
#update_result_app .result-table .time-col {
  color: #6c757d;
  font-size: 12px;
  min-width: 130px;
}
#update_result_app .result-table .input-col {
  min-width: 100px;
}
#update_result_app .result-table .action-col {
  text-align: center;
  min-width: 70px;
}
.eval-creat-mask {
  position: fixed;
  inset: 0;
  z-index: 20000050;
  background: rgba(15, 23, 42, 0.48);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.eval-creat-mask.is-open {
  display: flex;
}
.eval-creat-card {
  width: min(560px, 96vw);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.eval-creat-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
}
.eval-creat-card__head h3 {
  margin: 0;
  font-size: 16px;
}
.eval-creat-card__close {
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  color: #6b7280;
  line-height: 1;
}
.eval-creat-card__body {
  padding: 14px 16px;
}
.eval-creat-card__foot {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid #eee;
}
.eval-creat__row {
  margin-bottom: 14px;
}
.eval-creat__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1f2937;
}
.eval-creat__input {
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px;
  background: #fff;
}
.eval-creat__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.eval-creat__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 12px;
}
.eval-creat__tag button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.eval-creat__tip {
  margin: 6px 0 0;
  font-size: 12px;
  color: #ef4444;
}
/* ===== kebiao A4 打印 ===== */
@media print {
  body.kebiao-printing {
    background: #fff !important;
  }
  body.kebiao-printing .vmx-sidebar,
  body.kebiao-printing .vmx-topbar,
  body.kebiao-printing .vmx-admin-header,
  body.kebiao-printing .sidebar,
  body.kebiao-printing .navbar,
  body.kebiao-printing .kebiao-module-tabs-section,
  body.kebiao-printing .kebiao-module-tabs,
  body.kebiao-printing .kebiao-menubar,
  body.kebiao-printing .kebiao-export-toolbar,
  body.kebiao-printing .kebiao-xz__filters,
  body.kebiao-printing .kebiao-paike__filters,
  body.kebiao-printing .kebiao-paike__mode-tabs,
  body.kebiao-printing .kebiao-workbench,
  body.kebiao-printing .buttonslist,
  body.kebiao-printing .kb-context-menu,
  body.kebiao-printing .kb-drag-preview,
  body.kebiao-printing .temp-swap-area,
  body.kebiao-printing .kebiao-menubar__quick,
  body.kebiao-printing .vmx-list-page__actions,
  body.kebiao-printing .week-navigation .week-nav-btn,
  body.kebiao-printing .prev-week,
  body.kebiao-printing .next-week {
    display: none !important;
  }
  body.kebiao-printing .vmx-list-page,
  body.kebiao-printing .vmx-list-page__section,
  body.kebiao-printing .vmx-list-page__body,
  body.kebiao-printing .timetable-container,
  body.kebiao-printing .timetable-container.show {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: #fff !important;
  }
  body.kebiao-printing .timetable-header {
    margin-bottom: 8px !important;
    text-align: center;
  }
  body.kebiao-printing .timetable-header .week-nav-btn {
    display: none !important;
  }
  body.kebiao-printing .timetable-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 11px !important;
    page-break-inside: avoid;
  }
  body.kebiao-printing .timetable-table th,
  body.kebiao-printing .timetable-table td {
    border: 1px solid #000 !important;
    padding: 6px 4px !important;
    color: #000 !important;
    background: #fff !important;
  }
  body.kebiao-printing .timetable-table th {
    font-weight: 700 !important;
  }
  body.kebiao-printing .kebiao-cell-combine,
  body.kebiao-printing .kebiao-ph-teacher {
    color: #000 !important;
    background: transparent !important;
  }
}
.dream-shop-head {
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}
.dream-shop-tabs {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 8px;
  border-bottom: 1px solid #e8eef5;
}
.dream-shop-tabs__item {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 2px 10px;
  margin: 0 24px 0 0;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.2;
  color: #6b7280;
  text-decoration: none;
  border: 0;
  background: transparent;
  white-space: nowrap;
  cursor: pointer;
}
.dream-shop-tabs__item:hover {
  color: var(--vmx-primary, #006EFF);
}
.dream-shop-tabs__item.is-active {
  color: var(--vmx-primary, #006EFF);
  font-weight: 600;
}
.dream-shop-tabs__item.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--vmx-primary, #006EFF);
  border-radius: 2px 2px 0 0;
}
.dream-shop-tabs__num {
  display: inline-block;
  min-width: 18px;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  background: #f3f5f8;
  text-align: center;
}
.dream-shop-tabs__item.is-active .dream-shop-tabs__num {
  color: var(--vmx-primary, #006EFF);
  background: #e8f1ff;
}
.dream-shop-hint {
  margin: 0;
  color: #8a94a6;
  font-size: 12px;
  line-height: 1.5;
}
.dream-shop-type {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
}
.dream-shop-type--phy {
  background: #ecfdf5;
  color: #047857;
}
.dream-shop-type--exp {
  background: #eff6ff;
  color: #1d4ed8;
}
html.vmx-dark .dream-shop-tabs {
  border-bottom-color: var(--vmx-border-soft, #2a2e36);
}
html.vmx-dark .dream-shop-tabs__item {
  color: var(--vmx-text-secondary, #9aa0a6);
}
html.vmx-dark .dream-shop-tabs__item:hover,
html.vmx-dark .dream-shop-tabs__item.is-active {
  color: var(--vmx-primary, #3d8bff);
}
html.vmx-dark .dream-shop-tabs__num {
  color: var(--vmx-text-muted, #9aa0a6);
  background: var(--vmx-bg-elevated, #161920);
}
html.vmx-dark .dream-shop-tabs__item.is-active .dream-shop-tabs__num {
  color: var(--vmx-primary, #3d8bff);
  background: rgba(61, 139, 255, 0.16);
}
html.vmx-dark .dream-shop-hint {
  color: #9aa0a6;
}
html.vmx-dark .dream-shop-type--phy {
  background: #12241c;
  color: #86efac;
}
html.vmx-dark .dream-shop-type--exp {
  background: #1e293b;
  color: #93c5fd;
}
.dream-locker-body .vmx-empty {
  padding: 40px 0;
}
.dream-locker-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}
.dream-locker-cell {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-height: 64px;
  padding: 8px 6px;
  background: #fafafa;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
}
.dream-locker-cell:active {
  transform: scale(0.98);
}
.dream-locker-cell.filled {
  background: #ecfdf5;
  border-color: #a7f3d0;
}
.dream-locker-cell.busy {
  opacity: 0.5;
  pointer-events: none;
}
.dream-locker-cell__door {
  font-weight: 700;
  font-size: 15px;
  color: #111;
  line-height: 1;
}
.dream-locker-cell__name {
  font-size: 11px;
  color: #065f46;
  line-height: 1.25;
  word-break: break-all;
}
.dream-locker-cell__empty {
  font-size: 12px;
  color: #9ca3af;
}
.dream-locker-sheet {
  position: fixed;
  inset: 0;
  z-index: 19891020;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.dream-locker-sheet__panel {
  width: 100%;
  max-width: 560px;
  max-height: 86vh;
  background: #fff;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12);
}
.dream-locker-sheet__panel--short {
  max-height: 70vh;
}
.dream-locker-sheet__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.dream-locker-sheet__head strong {
  display: block;
  font-size: 16px;
  color: #111;
}
.dream-locker-sheet__head p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #8a94a6;
}
.dream-locker-sheet__close {
  border: 0;
  background: #f3f5f8;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  font-size: 22px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
}
.dream-locker-sheet__search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 15px;
  margin-bottom: 10px;
  outline: none;
}
.dream-locker-sheet__search:focus {
  border-color: var(--vmx-primary, #006EFF);
}
.dream-locker-sheet__list {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 180px;
}
.dream-locker-sheet__good {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 8px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.dream-locker-sheet__good img,
.dream-locker-sheet__good .dream-locker-sheet__ph {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  flex: 0 0 auto;
  background: #f3f5f8;
}
.dream-locker-sheet__good.is-active {
  border-color: var(--vmx-primary, #006EFF);
  background: #f3f8ff;
}
.dream-locker-sheet__meta {
  flex: 1;
  min-width: 0;
}
.dream-locker-sheet__meta b {
  display: block;
  font-size: 14px;
  color: #111;
  font-weight: 600;
  line-height: 1.3;
}
.dream-locker-sheet__meta i {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 12px;
  color: #6b7280;
}
.dream-locker-sheet__check {
  color: var(--vmx-primary, #006EFF);
  font-weight: 700;
  font-size: 18px;
}
.dream-locker-sheet__preview {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
  margin-bottom: 12px;
}
.dream-locker-sheet__preview img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  background: #eee;
}
.dream-locker-sheet__preview div {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}
.dream-locker-sheet__preview small {
  display: block;
  margin-top: 4px;
  color: #8a94a6;
  font-size: 12px;
  font-weight: 400;
}
.dream-locker-sheet__foot {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eef0f4;
}
.dream-locker-sheet__foot.col {
  flex-direction: column;
}
.dream-locker-sheet__btn {
  flex: 1;
  border: 0;
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.dream-locker-sheet__btn.primary {
  background: var(--vmx-primary, #006EFF);
  color: #fff;
}
.dream-locker-sheet__btn.primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dream-locker-sheet__btn.ghost {
  background: #f3f5f8;
  color: #445066;
  font-weight: 500;
}
@media (min-width: 768px) {
  .dream-locker-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
  }
  .dream-locker-cell {
    min-height: 78px;
  }
  .dream-locker-sheet {
    align-items: center;
    padding: 24px;
  }
  .dream-locker-sheet__panel {
    border-radius: 16px;
    max-height: 80vh;
  }
}
html.vmx-dark .dream-locker-cell {
  background: #161920;
  border-color: #2a2e36;
}
html.vmx-dark .dream-locker-cell.filled {
  background: #12241c;
  border-color: #14532d;
}
html.vmx-dark .dream-locker-cell__door {
  color: #e8eaed;
}
html.vmx-dark .dream-locker-cell__name {
  color: #86efac;
}
html.vmx-dark .dream-locker-sheet__panel {
  background: #1a1d24;
}
html.vmx-dark .dream-locker-sheet__head strong {
  color: #e8eaed;
}
html.vmx-dark .dream-locker-sheet__close {
  background: #161920;
  color: #9aa0a6;
}
html.vmx-dark .dream-locker-sheet__search {
  background: #161920;
  border-color: #2a2e36;
  color: #e8eaed;
}
html.vmx-dark .dream-locker-sheet__good {
  background: #161920;
  border-color: #2a2e36;
}
html.vmx-dark .dream-locker-sheet__good.is-active {
  background: #122033;
  border-color: var(--vmx-primary, #3d8bff);
}
html.vmx-dark .dream-locker-sheet__meta b {
  color: #e8eaed;
}
html.vmx-dark .dream-locker-sheet__preview {
  background: #161920;
}
html.vmx-dark .dream-locker-sheet__preview div {
  color: #e8eaed;
}
html.vmx-dark .dream-locker-sheet__foot {
  border-top-color: #2a2e36;
}
html.vmx-dark .dream-locker-sheet__btn.ghost {
  background: #161920;
  color: #e8eaed;
}
