: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 > select.vmx-select,
.vmx-input-line .inputarea > .vmx-input,
.vmx-input-line .inputarea > .vmx-select,
.vmx-input-line .inputarea > .vmx-textarea {
  width: 100%;
  display: block;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.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;
  line-height: 1.5;
  padding-top: 10px;
  resize: vertical;
  cursor: text;
}
.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;
}
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.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-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-input-wrapper {
  width: 100% !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  gap: 0 !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;
}
.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-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: collapse;
  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 > 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;
}
@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 {
    border-top: 1px solid #006EFF;
    border-bottom: 1px solid #006EFF;
  }
  .vmx-table .table > tbody > tr:hover > td:first-child,
  .vmx-auto-table .table > tbody > tr:hover > td:first-child {
    border-left: 1px solid #006EFF;
  }
  .vmx-table .table > tbody > tr:hover > td:last-child,
  .vmx-auto-table .table > tbody > tr:hover > td:last-child {
    border-right: 1px solid #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) {
  .content table.table td.op,
  .content table.table th.op,
  .content table.table:has(td.op) thead th:last-child,
  .content table.table:has(td.op) thead td:last-child,
  .vmx-table .table td.op,
  .vmx-auto-table .table td.op,
  .table-right-menu tbody td.op,
  .vmx-list-page table.table td.op,
  .man-list-page table.table td.op,
  .boce-page table.table td.op,
  .bocessl-page table.table td.op,
  .vmx-table .table thead th.op,
  .vmx-auto-table .table thead th.op,
  .table-right-menu thead th.op,
  .vmx-list-page table.table thead th.op,
  .man-list-page table.table thead th.op,
  .boce-page table.table thead th.op,
  .bocessl-page table.table thead th.op,
  .vmx-list-page table.table:has(td.op) thead th:last-child,
  .man-list-page table.table:has(td.op) thead th:last-child,
  .boce-page table.table:has(td.op) thead th:last-child,
  .bocessl-page table.table:has(td.op) thead th:last-child,
  .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 > :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;
}
.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 select.vmx-select,
.screen .screenitem .vmx-select {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  max-width: 100%;
  margin: 0;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
}
.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-docs {
  width: 100%;
  box-sizing: border-box;
}
.vmx-docs__nav {
  position: sticky;
  top: 0;
  z-index: 200;
  margin: 0 0 12px;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
}
.vmx-docs__nav.is-stuck {
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}
.vmx-docs__nav.is-fixed {
  margin-bottom: 0;
}
.vmx-docs__nav-ph {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}
.vmx-docs__nav-title {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.vmx-docs__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vmx-docs__nav-item {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.vmx-docs__nav-item:hover {
  background: #eef2f7;
  color: #0f172a;
  border-color: #cbd5e1;
  text-decoration: none;
}
.vmx-docs__nav-item.is-active {
  background: var(--vmx-primary, #006EFF);
  border-color: var(--vmx-primary, #006EFF);
  color: #fff;
}
.vmx-docs__section {
  margin-bottom: 0;
}
.vmx-docs__section[id] {
  scroll-margin-top: 96px;
}
.vmx-docs__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
  margin-bottom: 12px;
}
.vmx-docs__content {
  width: 100%;
  box-sizing: border-box;
}
.vmx-docs__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
  margin-bottom: 12px;
  clear: both;
}
.vmx-docs__label {
  display: block;
  font-size: 12px;
  color: var(--vmx-text-muted);
  margin-bottom: 8px;
}
.vmx-docs__code {
  display: inline-block;
  padding: 2px 6px;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 12px;
  color: #666;
  font-family: monospace;
}
.vmx-docs__swatch {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
}
.vmx-docs__swatch::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.vmx-docs__swatch--primary::before {
  background-color: #006EFF;
}
.vmx-docs__swatch--muted::before {
  background-color: #999;
}
.vmx-docs__swatch--danger::before {
  background-color: #ff4d4f;
}
.vmx-docs__swatch--success::before {
  background-color: #28a745;
}
.vmx-docs__swatch--warning::before {
  background-color: #faad14;
}
.vmx-docs__swatch--info::before {
  background-color: #722ed1;
}
.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: 0;
  border-radius: 6px;
  transition: background-color 0.15s ease;
}
.layui-layer-setwin a:hover {
  opacity: 1;
  background-color: var(--vmx-bg-hover);
}
.layui-layer-setwin .layui-layer-close1 {
  background: none;
}
.layui-layer-setwin .layui-layer-close1::before {
  content: '\F62A';
  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 .layui-layer-close1:hover::before {
  color: #323437;
}
.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 select.vmx-select,
  .vmx-list-page__search .screen .screenitem select.vmx-select,
  .content .screen .screenitem .vmx-select,
  .vmx-list-page__search .screen .screenitem .vmx-select,
  .content .screen .screenitem .select2-container,
  .vmx-list-page__search .screen .screenitem .select2-container {
    width: 160px !important;
    max-width: 160px !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 select.vmx-select,
  .vmx-list-page__search .screen .screenitem select.vmx-select,
  .content .screen .screenitem .vmx-select,
  .vmx-list-page__search .screen .screenitem .vmx-select,
  .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--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,
  .content .table-responsive > .table > tbody > tr > td:first-child {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }
  .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;
}
@media screen and (max-width: 1199px) {
  .bigdata-stat {
    flex: 1 1 calc(33.333% - 8px);
  }
}
@media screen and (max-width: 991px) {
  .bigdata-grid {
    grid-template-columns: 1fr;
  }
  .bigdata-metrics--4 .bigdata-metric {
    flex: 1 1 calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .bigdata {
    gap: 12px;
    overflow-x: hidden;
  }
  .bigdata-hero {
    padding: 16px 12px;
    border-radius: 0;
    box-shadow: none;
  }
  .bigdata-stats {
    gap: 12px 8px;
  }
  .bigdata-stat {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    max-width: calc(50% - 4px);
  }
  .bigdata-stat span {
    font-size: 26px;
  }
  .bigdata-stat p {
    font-size: 12px;
    line-height: 1.35;
    word-break: break-all;
  }
  .bigdata-grid {
    gap: 12px;
  }
  .bigdata-card,
  .bigdata .card-body {
    border-radius: 0;
  }
  .bigdata .card-body {
    padding: 14px 12px;
  }
  .bigdata .card-title {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .bigdata-metrics {
    gap: 8px;
    padding: 8px 0 12px;
  }
  .bigdata-metrics--4 .bigdata-metric,
  .bigdata-metrics--2 .bigdata-metric {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    padding: 10px 6px;
  }
  .bigdata-metric span {
    font-size: 22px;
  }
  .bigdata-metric p {
    font-size: 12px;
  }
  .bigdata-chart {
    min-height: 220px;
    overflow: hidden;
  }
  .bigdata .vmx-empty {
    padding: 24px 12px;
  }
}
@media screen and (max-width: 575px) {
  .bigdata-stat span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .vmx-list-page .table-responsive,
  .man-list-page .table-responsive,
  .boce-page .table-responsive,
  .bocessl-page .table-responsive,
  .content #vmxapp .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .vmx-list-page table.table,
  .man-list-page table.table,
  .boce-page table.table,
  .bocessl-page table.table,
  .content #vmxapp table.table {
    table-layout: fixed;
    width: 720px !important;
    min-width: 720px;
    max-width: none;
    margin-bottom: 0;
  }
  .vmx-list-page table.table thead,
  .man-list-page table.table thead,
  .boce-page table.table thead,
  .bocessl-page table.table thead,
  .content #vmxapp table.table thead {
    display: table-header-group;
  }
  .vmx-list-page table.table th,
  .man-list-page table.table th,
  .boce-page table.table th,
  .bocessl-page table.table th,
  .content #vmxapp table.table th,
  .vmx-list-page table.table td,
  .man-list-page table.table td,
  .boce-page table.table td,
  .bocessl-page table.table td,
  .content #vmxapp table.table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
  .vmx-list-page table.table .boce-cell-ellipsis,
  .man-list-page table.table .boce-cell-ellipsis,
  .boce-page table.table .boce-cell-ellipsis,
  .bocessl-page table.table .boce-cell-ellipsis,
  .content #vmxapp table.table .boce-cell-ellipsis,
  .vmx-list-page table.table .cell-ellipsis,
  .man-list-page table.table .cell-ellipsis,
  .boce-page table.table .cell-ellipsis,
  .bocessl-page table.table .cell-ellipsis,
  .content #vmxapp table.table .cell-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vmx-list-page table.table tbody tr,
  .man-list-page table.table tbody tr,
  .boce-page table.table tbody tr,
  .bocessl-page table.table tbody tr,
  .content #vmxapp table.table tbody tr {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .vmx-list-page table.table tbody tr.is-sheet-active,
  .man-list-page table.table tbody tr.is-sheet-active,
  .boce-page table.table tbody tr.is-sheet-active,
  .bocessl-page table.table tbody tr.is-sheet-active,
  .content #vmxapp table.table tbody tr.is-sheet-active {
    background: #eff6ff;
  }
  .content table.table td.op,
  .content table.table th.op,
  .content table.table:has(td.op) thead th:last-child,
  .content table.table:has(td.op) thead td:last-child,
  .content table.table:has(td.op) > thead > tr > th:last-child,
  .content table.table:has(td.op) > tbody > tr > td.op {
    display: none !important;
  }
}
.mobile-table-detail {
  display: flex;
  flex-direction: column;
  max-height: min(82vh, 640px);
}
.mobile-table-detail__title {
  text-align: left;
  padding: 4px 20px 12px;
  border-bottom: 1px solid #f1f5f9;
  flex-shrink: 0;
}
.mobile-table-detail__fields {
  flex: 1;
  min-height: 0;
  max-height: none;
  padding: 8px 20px 12px;
}
.mobile-table-detail__row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f8fafc;
}
.mobile-table-detail__row:last-child {
  border-bottom: none;
}
.mobile-table-detail__label {
  margin: 0;
  padding-top: 1px;
  font-size: 12px;
  font-weight: 500;
  color: #94a3b8;
  line-height: 1.5;
}
.mobile-table-detail__value {
  margin: 0;
  font-size: 14px;
  color: #334155;
  line-height: 1.5;
  word-break: break-all;
}
.mobile-table-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 4px;
  border-top: 1px solid #f1f5f9;
  flex-shrink: 0;
}
.mobile-table-detail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 44px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #334155;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.mobile-table-detail__btn:hover,
.mobile-table-detail__btn:active {
  background: #f8fafc;
  text-decoration: none;
  color: #334155;
}
.mobile-table-detail__btn--primary {
  background: var(--vmx-primary, #006eff);
  border-color: var(--vmx-primary, #006eff);
  color: #fff;
}
.mobile-table-detail__btn--primary:hover,
.mobile-table-detail__btn--primary:active {
  background: #0058d4;
  color: #fff;
}
.mobile-table-detail__btn--danger {
  border-color: #fecaca;
  color: #dc2626;
}
.mobile-table-detail__btn--danger:hover,
.mobile-table-detail__btn--danger:active {
  background: #fef2f2;
  color: #dc2626;
}
.mobile-table-detail .mobile-table-sheet__cancel {
  border-top: none;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin: 0 16px 8px;
  width: calc(100% - 32px);
  color: #64748b;
}
.login-card__logo {
  display: block;
  max-width: 160px;
  max-height: 56px;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  object-fit: contain;
}
.boce-page .table td,
.bocessl-page .table td,
.man-list-page .table td,
.boce-page .table th,
.bocessl-page .table th,
.man-list-page .table th {
  vertical-align: middle;
}
.boce-page .table td.op,
.bocessl-page .table td.op,
.man-list-page .table td.op {
  white-space: nowrap;
  word-break: keep-all;
}
.boce-page .table td.op > a,
.bocessl-page .table td.op > a,
.man-list-page .table td.op > a,
.boce-page .table td.op > .vmx-btn,
.bocessl-page .table td.op > .vmx-btn,
.man-list-page .table td.op > .vmx-btn {
  display: inline-block;
  margin: 0 10px 0 0 !important;
  padding: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.boce-page .table td.op > a:last-child,
.bocessl-page .table td.op > a:last-child,
.man-list-page .table td.op > a:last-child,
.boce-page .table td.op > .vmx-btn:last-child,
.bocessl-page .table td.op > .vmx-btn:last-child,
.man-list-page .table td.op > .vmx-btn:last-child {
  margin-right: 0 !important;
}
.boce-page .vmx-list-page__body .table-responsive,
.bocessl-page .vmx-list-page__body .table-responsive,
.man-list-page .vmx-list-page__body .table-responsive {
  width: 100%;
  float: none;
  overflow-x: visible;
  box-sizing: border-box;
}
.boce-page .vmx-list-page__body .table,
.bocessl-page .vmx-list-page__body .table,
.man-list-page .vmx-list-page__body .table {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  table-layout: fixed;
  margin-bottom: 0;
}
.boce-page .vmx-list-page__body .table th,
.bocessl-page .vmx-list-page__body .table th,
.man-list-page .vmx-list-page__body .table th,
.boce-page .vmx-list-page__body .table td,
.bocessl-page .vmx-list-page__body .table td,
.man-list-page .vmx-list-page__body .table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boce-page .vmx-list-page__body .table td.op,
.bocessl-page .vmx-list-page__body .table td.op,
.man-list-page .vmx-list-page__body .table td.op {
  overflow: visible;
}
@media (max-width: 767px) {
  .boce-page .vmx-list-page__body .table-responsive,
  .bocessl-page .vmx-list-page__body .table-responsive,
  .man-list-page .vmx-list-page__body .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.boce-page__filters {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.boce-page__filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}
.boce-page__filter-label {
  flex: 0 0 auto;
  min-width: 42px;
  font-size: 13px;
  color: var(--vmx-text-secondary, #64748b);
  font-weight: 500;
}
.boce-page__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.boce-page__chip-sep {
  width: 1px;
  height: 18px;
  background: #e2e8f0;
  margin: 0 4px;
  align-self: center;
}
.boce-page__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  user-select: none;
  text-decoration: none !important;
}
.boce-page__chip i {
  font-size: 13px;
  line-height: 1;
}
.boce-page__chip:hover {
  border-color: #93c5fd;
  color: #2563eb;
  background: #f8fbff;
}
.boce-page__chip.is-active {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
}
.boce-page__chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
}
.boce-page__chip.is-active .boce-page__chip-count {
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}
.boce-page__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.boce-page__hint {
  margin-left: auto;
  font-size: 12px;
  color: #94a3b8;
}
.boce-page__stats-wrap {
  background: #f9fafb;
}
.boce-page__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.boce-page__stats--ssl {
  grid-template-columns: minmax(0, 240px);
}
.boce-page__stat {
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #fff;
  padding: 14px 16px;
  min-width: 0;
}
.boce-page__stat-label {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 6px;
}
.boce-page__stat-value {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.boce-page__stat--boce .boce-page__stat-value,
.boce-page__stat--profit .boce-page__stat-value {
  color: #2563eb;
}
.boce-page__stat--cron .boce-page__stat-value {
  color: #7c3aed;
}
.boce-page__stat--out .boce-page__stat-value {
  color: #dc2626;
}
.boce-page__stat--in .boce-page__stat-value {
  color: #16a34a;
}
.boce-page__empty {
  padding: 48px 16px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
}
.boce-page__empty i {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
  opacity: 0.7;
}
.man-money {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  white-space: nowrap;
}
.man-money--in {
  color: #16a34a;
}
.man-money--out {
  color: #dc2626;
}
.boce-cell-ellipsis {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #2563eb;
}
.boce-cell-ellipsis:hover {
  text-decoration: underline;
}
/* 网址 / 方式列防溢出叠字 */
.boce-page .vmx-list-page__body .table th:nth-child(1),
.boce-page .vmx-list-page__body .table td:nth-child(1) {
  width: 16%;
}
.boce-page .vmx-list-page__body .table th:nth-child(2),
.boce-page .vmx-list-page__body .table td:nth-child(2) {
  width: 26%;
  overflow: hidden;
}
.boce-page .vmx-list-page__body .table th:nth-child(3),
.boce-page .vmx-list-page__body .table td:nth-child(3) {
  width: 9%;
  overflow: hidden;
}
.boce-page .vmx-list-page__body .table th:nth-child(4),
.boce-page .vmx-list-page__body .table td:nth-child(4) {
  width: 9%;
}
.boce-page .vmx-list-page__body .table th:nth-child(5),
.boce-page .vmx-list-page__body .table td:nth-child(5) {
  width: 14%;
}
.boce-page .vmx-list-page__body .table th:nth-child(6),
.boce-page .vmx-list-page__body .table td:nth-child(6) {
  width: 8%;
}
.boce-page .vmx-list-page__body .table th:nth-child(7),
.boce-page .vmx-list-page__body .table td:nth-child(7) {
  width: 6%;
}
.boce-page .vmx-list-page__body .table th:nth-child(8),
.boce-page .vmx-list-page__body .table td:nth-child(8) {
  width: 110px;
  min-width: 110px;
  white-space: nowrap;
}
.boce-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  vertical-align: middle;
}
.boce-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.boce-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cbd5e1;
  border-radius: 20px;
  transition: background 0.2s;
}
.boce-switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.boce-switch input:checked + .boce-switch-slider {
  background: #006eff;
}
.boce-switch input:checked + .boce-switch-slider:before {
  transform: translateX(16px);
}
.boce-list-row {
  cursor: context-menu;
}
.boce-ctx-menu {
  position: fixed;
  z-index: 99999;
  display: none;
  min-width: 160px;
  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);
}
.boce-ctx-menu.is-show {
  display: block;
}
.boce-ctx-menu li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.boce-ctx-menu a {
  display: block;
  padding: 8px 14px;
  color: #374151;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.boce-ctx-menu a:hover {
  background: #eef4ff;
  color: #006eff;
  text-decoration: none;
}
.boce-ctx-menu a.is-disabled {
  color: #999;
  cursor: default;
}
.boce-ctx-menu a.is-disabled:hover {
  background: transparent;
  color: #999;
}
.boce-ctx-menu a.is-current {
  color: #94a3b8;
  pointer-events: none;
}
.bocessl-page__balance {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 600;
}
.bocessl-page__balance.is-warn {
  background: #fff7ed;
  color: #c2410c;
}
.bocessl-page__balance.is-danger {
  background: #fef2f2;
  color: #b91c1c;
}
/* 操作教程 tech/index — 左右分栏 + 右侧 vmx-list-page */
.tech-vue-loading {
  padding: 48px 24px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}
.tech-page {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}
.tech-page > .col-xs-3,
.tech-page > .col-xs-9 {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.tech-page > .col-xs-3 {
  width: 300px;
  flex: 0 0 300px;
  max-width: 36%;
}
.tech-page > .col-xs-9 {
  flex: 1 1 auto;
  min-width: 0;
}
.tech-page > .tech-page-loading {
  float: none;
  width: 100%;
  flex: 1 1 100%;
  padding: 80px 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
  box-sizing: border-box;
}
.tech-page .tech-page__aside {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.tech-page .tech-page__aside .card-body {
  padding: 12px;
}
.tech-page .tech-left-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tech-page .tech-group-tree-panel {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafbfc;
  overflow: auto;
  max-height: calc(100vh - 120px);
  box-sizing: border-box;
  flex: 1;
}
.tech-page .tech-group-tree-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 13px;
  color: #1f2937;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}
.tech-page .tech-group-tree-header .vmx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
}
.tech-page .tech-group-tree-header .vmx-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  float: none !important;
}
.tech-page .tech-group-tree-body {
  padding: 6px 0;
}
.tech-page .tech-tree-node {
  position: relative;
}
.tech-page .tech-tree-row {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px 4px 6px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  color: #374151;
  box-sizing: border-box;
}
.tech-page .tech-tree-row:hover {
  background: #eef4ff;
}
.tech-page .tech-tree-row.is-active {
  background: #dbeafe;
  color: #006eff;
}
.tech-page .tech-tree-toggle {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #888;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.tech-page .tech-tree-toggle.is-empty {
  visibility: hidden;
  pointer-events: none;
}
.tech-page .tech-tree-toggle i {
  display: block;
  line-height: 1;
  transition: transform 0.15s;
}
.tech-page .tech-tree-toggle.expanded i {
  transform: rotate(90deg);
}
.tech-page .tech-tree-icon {
  width: 18px;
  height: 18px;
  margin: 0 6px 0 2px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  float: none !important;
  color: #f0ad4e;
  font-size: 14px;
  line-height: 1;
}
.tech-page .tech-tree-icon::before {
  line-height: 1;
}
.tech-page .tech-tree-icon--doc {
  color: #006eff;
}
.tech-page .tech-tree-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}
.tech-page .tech-tree-children {
  margin-left: 16px;
  border-left: 1px dashed #e5e7eb;
  padding-left: 0;
}
.tech-page .tech-tree-loading,
.tech-page .tech-tree-empty {
  padding: 12px;
  color: #888;
  font-size: 13px;
}
.tech-page ul.boce-ctx-menu.tech-ctx-menu,
.tech-page ul.boce-ctx-menu.tech-ctx-submenu {
  display: block;
  max-height: 320px;
  overflow-y: auto;
}
.tech-page ul.boce-ctx-menu.tech-ctx-submenu {
  z-index: 100000;
  min-width: 180px;
}
.tech-page .tech-step-drag-handle {
  text-align: center;
  color: #94a3b8;
  cursor: grab;
}
.tech-page .tech-step-drag-handle:active {
  cursor: grabbing;
}
.tech-page .tech-step-sortable .sortable-ghost {
  opacity: 0.45;
  background: #f0f4ff;
}
.tech-page .tech-step-sortable .sortable-chosen td {
  background: #fafafa;
}
.tech-copy-pick select {
  width: 100%;
  height: 36px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 13px;
}
.tech-copy-pick-tip {
  margin: 0 0 8px;
  color: #666;
  font-size: 13px;
}
@media (max-width: 767px) {
  .tech-page {
    flex-direction: column;
  }
  .tech-page > .col-xs-3,
  .tech-page > .col-xs-9 {
    width: 100%;
    flex: none;
    max-width: none;
  }
  .tech-page .tech-group-tree-panel {
    max-height: 280px;
  }
}
@media (max-width: 992px) {
  .boce-page__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .boce-page .boce-page__hint {
    display: none;
  }
  .boce-page .boce-page__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .boce-page .boce-page__stat {
    padding: 10px 12px;
  }
  .boce-page .boce-page__stat-value {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .boce-page__stats {
    grid-template-columns: 1fr;
  }
  .boce-page__filter-label {
    width: 100%;
  }
}
.dudao-portal .vmx-list-page__body {
  padding: 16px 24px 24px !important;
}
.dudao-portal .boce-page__filter-row {
  justify-content: space-between;
}
.dudao-portal__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.dudao-portal__group-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}
.dudao-portal__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dudao-portal__tile {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #e8eef5;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.15s, background 0.15s;
}
.dudao-portal__tile:hover {
  border-color: #93c5fd;
  background: #f8fbff;
}
.dudao-portal__tile > a:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  text-decoration: none !important;
}
.dudao-portal__tile:hover > a:first-child {
  color: #1d4ed8;
}
.dudao-portal__legacy {
  font-size: 12px;
  color: #94a3b8;
  text-decoration: none !important;
}
.dudao-portal__legacy:hover {
  color: #64748b;
}
@media (max-width: 576px) {
  .dudao-portal .boce-page__filter-row {
    flex-direction: column;
    align-items: stretch;
  }
  .dudao-portal #dudaoSearch {
    max-width: none !important;
  }
}
.p-list-page {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}
.p-list-page > .col-xs-3,
.p-list-page > .col-xs-9 {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.p-list-page > .col-xs-3 {
  width: 280px;
  flex: 0 0 280px;
  max-width: 36%;
}
.p-list-page > .col-xs-9 {
  flex: 1 1 auto;
  min-width: 0;
}
.p-list-page .p-list-page__aside {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.p-list-page .p-list-page__aside .card-body {
  padding: 12px;
}
.p-list-page .p-left-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-list-page .p-group-tree-panel {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafbfc;
  overflow: auto;
  max-height: calc(100vh - 120px);
  box-sizing: border-box;
  flex: 1;
}
.p-list-page .p-group-tree-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}
.p-list-page .p-group-tree-header .vmx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
}
.p-list-page .p-group-tree-body {
  padding: 6px 0 10px;
}
.p-list-page .p-tree-row {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  color: #334155;
  border-left: 3px solid transparent;
}
.p-list-page .p-tree-row:hover {
  background: #eef4ff;
}
.p-list-page .p-tree-row.is-active {
  background: #dbeafe;
  color: #006eff;
  border-left-color: #006eff;
  font-weight: 600;
}
.p-list-page .p-tree-toggle {
  width: 16px;
  text-align: center;
  color: #94a3b8;
  flex-shrink: 0;
}
.p-list-page .p-tree-toggle.is-empty {
  visibility: hidden;
}
.p-list-page .p-tree-toggle.expanded i {
  display: inline-block;
  transform: rotate(90deg);
}
.p-list-page .p-tree-icon {
  margin: 0 6px;
  color: #f59e0b;
}
.p-list-page .p-tree-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-list-page .p-tree-children {
  margin-left: 14px;
}
.p-list-page .p-tree-children.collapsed {
  display: none;
}
.p-list-page .p-tree-loading,
.p-list-page .p-tree-empty {
  padding: 12px;
  color: #94a3b8;
  font-size: 13px;
}
.p-list-page .p-list-alias {
  margin-top: 2px;
  font-size: 12px;
  color: #94a3b8;
}
.p-list-page .p-list-file {
  display: inline-block;
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.p-list-page .p-list-copy {
  margin-left: 6px;
  color: #64748b;
  text-decoration: none !important;
}
.p-list-page .p-list-copy:hover {
  color: #006eff;
}
.p-list-page #pListTable tbody tr {
  cursor: context-menu;
}
.p-ctx-menu,
.p-ctx-submenu {
  display: none;
  position: fixed;
  z-index: 99999;
  min-width: 160px;
  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);
}
.p-ctx-menu.is-show,
.p-ctx-submenu.is-show {
  display: block;
}
.p-ctx-menu li:not(:last-child),
.p-ctx-submenu li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.p-ctx-menu a,
.p-ctx-submenu a {
  display: block;
  padding: 8px 14px;
  color: #374151;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.p-ctx-menu a:hover,
.p-ctx-submenu a:hover {
  background: #eef4ff;
  color: #006eff;
  text-decoration: none;
}
.p-ctx-menu a.is-danger:hover,
.p-ctx-submenu a.is-danger:hover {
  background: #fef2f2;
  color: #dc2626;
}
.p-ctx-menu a.is-disabled,
.p-ctx-submenu a.is-disabled {
  color: #94a3b8;
  cursor: default;
}
.p-ctx-menu a.is-disabled:hover,
.p-ctx-submenu a.is-disabled:hover {
  background: transparent;
  color: #94a3b8;
}
.p-ctx-submenu {
  z-index: 100000;
  min-width: 180px;
  max-height: 320px;
  overflow-y: auto;
}
.p-ctx-submenu a {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .p-list-page {
    flex-direction: column;
  }
  .p-list-page > .col-xs-3,
  .p-list-page > .col-xs-9 {
    width: 100%;
    flex: none;
    max-width: none;
  }
  .p-list-page .p-group-tree-panel {
    max-height: 240px;
  }
}
/* ---- 图床 / 附件上传 man/upload（vmx-split + vmx-tree 新标准）---- */
.content #vmxapp > .col-xs-12.imghost-page {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.imghost-page {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  box-sizing: border-box;
}
.imghost-page .imghost-upload-card {
  margin: 0 0 12px;
  flex-shrink: 0;
}
.imghost-page .imghost-upload-zone {
  position: relative;
  border: 1.5px dashed #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  padding: 20px 16px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.imghost-page .imghost-upload-zone:hover,
.imghost-page .imghost-upload-zone.is-dragover {
  border-color: var(--vmx-primary, #006eff);
  background: rgba(0, 110, 255, 0.04);
  box-shadow: 0 0 0 3px rgba(0, 110, 255, 0.08);
}
.imghost-page .imghost-upload-zone.has-result {
  padding-bottom: 14px;
}
.imghost-page .imghost-upload-zone__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.imghost-page .imghost-upload-zone__inner > .bi {
  font-size: 28px;
  color: var(--vmx-primary, #006eff);
  line-height: 1;
  margin-bottom: 2px;
}
.imghost-page .imghost-upload-zone__title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}
.imghost-page .imghost-upload-zone__hint {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 4px;
}
.imghost-page .imghost-upload-zone__result {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.imghost-page .imghost-upload-zone__result[hidden] {
  display: none !important;
}
.imghost-page .imghost-upload-zone__result .vmx-input {
  flex: 1;
  min-width: 0;
}
.imghost-page .imghost-split {
  align-items: stretch;
  margin: 0;
  gap: 12px;
}
.imghost-page .imghost-split > .col-xs-3 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.imghost-page .imghost-split > .col-xs-3 .vmx-tree {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0 !important;
  height: 100%;
  align-self: stretch;
}
.imghost-page .imghost-split > .col-xs-9 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.imghost-page .imghost-split > .col-xs-9 .imghost-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.imghost-page .vmx-tree__count {
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 1px 8px;
  line-height: 18px;
}
.imghost-page .imghost-tag-list-wrap {
  padding: 8px 10px 12px;
}
.imghost-page .imghost-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imghost-page .imghost-tag-item {
  width: 100%;
  margin-bottom: 2px;
}
.imghost-page .imghost-tag-item:last-child {
  margin-bottom: 0;
}
.imghost-page .imghost-tag-item--divider {
  height: 1px;
  background: #eef2f7;
  margin: 8px 4px;
  padding: 0;
}
.imghost-page .imghost-tag-link {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  color: #334155;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  box-sizing: border-box;
  transition: background 0.15s ease, color 0.15s ease;
}
.imghost-page .imghost-tag-link:hover {
  background: #f1f5f9;
  color: var(--vmx-primary, #006eff);
  text-decoration: none;
}
.imghost-page .imghost-tag-link.is-active {
  background: var(--vmx-bg-soft, #eef4ff);
  color: var(--vmx-primary, #006eff);
  font-weight: 500;
}
.imghost-page .imghost-tag-link--drop.is-drop-over {
  background: var(--vmx-primary, #006eff);
  color: #fff;
}
.imghost-page .imghost-toolbar {
  margin: 0;
  gap: 12px;
  align-items: center;
}
.imghost-page .imghost-toolbar .boce-page__hint {
  margin-left: auto;
  padding: 0 4px;
  line-height: 1.5;
}
.imghost-page .imghost-toolbar__select-all {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  font-weight: normal;
  color: #475569;
}
.imghost-page .imghost-main > .vmx-list-page__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.imghost-page .imghost-wall-wrap {
  position: relative;
  flex: 1 1 auto;
  padding: 14px 16px;
  background: transparent;
  user-select: none;
  overflow: hidden;
}
.imghost-page .imghost-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  line-height: 0;
  background: transparent;
}
.imghost-page .imghost-wall__marquee {
  position: absolute;
  display: none;
  z-index: 10;
  border: 1px solid var(--vmx-primary, #006eff);
  background: rgba(0, 110, 255, 0.12);
  pointer-events: none;
  box-sizing: border-box;
}
.imghost-page .imghost-wall__cell {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f1f5f9;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.imghost-page .imghost-wall__cell[draggable="true"] {
  cursor: grab;
}
.imghost-page .imghost-wall__cell.is-dragging {
  cursor: grabbing;
  opacity: 1;
  z-index: 1002;
}
.imghost-page .imghost-wall__cell.is-dragging::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 6;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.imghost-page .imghost-wall__cell.is-selected {
  z-index: 2;
}
.imghost-page .imghost-wall__cell.is-selected::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  box-shadow: inset 0 0 0 3px var(--vmx-primary, #006eff);
}
.imghost-page .imghost-wall__cell:hover .imghost-wall__overlay {
  opacity: 1;
}
.imghost-page .imghost-wall__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.imghost-page .imghost-wall__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  background: rgba(15, 23, 42, 0.48);
  opacity: 0;
  transition: opacity 0.2s ease;
  line-height: normal;
  pointer-events: none;
}
.imghost-page .imghost-wall__actions,
.imghost-page .imghost-wall__actions a {
  pointer-events: auto;
}
.imghost-page .imghost-wall__tags {
  align-self: flex-start;
  max-width: 100%;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
}
.imghost-page .imghost-wall__tags[hidden] {
  display: none !important;
}
.imghost-page .imghost-wall__actions {
  align-self: flex-end;
  display: flex;
  gap: 6px;
  width: 100%;
  justify-content: flex-end;
}
.imghost-page .imghost-wall__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #334155;
  text-decoration: none;
}
.imghost-page .imghost-wall__actions a:hover {
  background: var(--vmx-primary, #006eff);
  color: #fff;
}
.imghost-page .imghost-main .vmx-list-page__body > #pageinfo,
.imghost-page .imghost-main .vmx-list-page__body > .vmx-pagination {
  margin: 0;
  flex-shrink: 0;
  padding: 10px 16px;
}
.imghost-page .imghost-drag-mask {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  z-index: 1000;
  pointer-events: none;
}
.imghost-page .imghost-tag-dropbar {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: min(960px, calc(100vw - 48px));
  pointer-events: auto;
  text-align: center;
  box-sizing: border-box;
}
.imghost-page .imghost-tag-dropbar__title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.imghost-page .imghost-tag-dropbar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.imghost-page .imghost-tag-dropbar__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 20px;
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  cursor: default;
}
.imghost-page .imghost-tag-dropbar__item--new {
  border-style: solid;
  border-color: var(--vmx-primary, #006eff);
  color: var(--vmx-primary, #006eff);
}
.imghost-page .imghost-tag-dropbar__item.is-drop-over {
  border-color: var(--vmx-primary, #006eff);
  background: var(--vmx-primary, #006eff);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 110, 255, 0.35);
}
.imghost-page.is-tag-dragging .imghost-drag-mask,
.imghost-page.is-tag-dragging .imghost-tag-dropbar {
  display: block;
}
.imghost-page.is-tag-dragging .imghost-wall__cell:not(.is-dragging) {
  opacity: 0.35;
}
.imghost-page.is-tag-dragging .imghost-wall__cell.is-dragging {
  opacity: 1;
  outline: 3px solid var(--vmx-primary, #006eff);
  outline-offset: -3px;
}
.imghost-page .imghost-context-menu {
  display: none;
  position: fixed;
  z-index: 99999;
  min-width: 148px;
  padding: 4px 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.imghost-page .imghost-context-menu__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: #374151;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}
.imghost-page .imghost-context-menu__item:hover {
  background: #eef4ff;
  color: var(--vmx-primary, #006eff);
  text-decoration: none;
}
.imghost-page .imghost-context-menu__item.is-danger:hover {
  background: #fef2f2;
  color: #dc2626;
}
.imghost-tag-picker {
  padding: 16px 20px 4px;
}
.imghost-tag-picker__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}
.imghost-tag-picker__select,
.imghost-tag-picker__input {
  width: 100%;
  margin-bottom: 12px;
}
.imghost-tag-picker__hint {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
  margin-bottom: 8px;
}
.imghost-batch-progress {
  padding: 20px 24px;
}
.imghost-batch-progress #batchDelProgressText {
  margin-bottom: 12px;
  text-align: center;
  color: #374151;
  font-size: 13px;
}
.imghost-batch-progress__track {
  height: 10px;
  background: #e5e7eb;
  border-radius: 5px;
  overflow: hidden;
}
.imghost-batch-progress__bar {
  height: 100%;
  width: 0;
  background: var(--vmx-primary, #006eff);
  border-radius: 5px;
  transition: width 0.25s ease;
}
@media (max-width: 1200px) {
  .imghost-page .imghost-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (max-width: 991px) {
  .imghost-page .imghost-split > .col-xs-3 .vmx-tree {
    min-height: 0;
    max-height: 240px;
  }
  .imghost-page .imghost-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .imghost-page .imghost-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
/* ---- 记灵使用统计 remeins/usetotal ---- */
.usetotal-page .usetotal-cache-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 11px;
  background: #e2e8f0;
  color: #64748b;
  vertical-align: middle;
}
.usetotal-page .usetotal-stats {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.usetotal-page .usetotal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.usetotal-page .usetotal-panel {
  border: 1px solid #eef2f7;
  border-radius: var(--vmx-radius, 10px);
  background: #fff;
  overflow: hidden;
  min-width: 0;
}
.usetotal-page .usetotal-panel__title {
  padding: 12px 14px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  border-bottom: 1px solid #f1f5f9;
  background: #fafbfc;
}
.usetotal-page .usetotal-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.usetotal-page .usetotal-num.is-bad {
  color: #dc2626;
  font-weight: 600;
}
.usetotal-page .usetotal-num.is-ok {
  color: #16a34a;
}
.usetotal-page .usetotal-empty {
  padding: 28px 12px;
}
.usetotal-page .usetotal-keys {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.usetotal-page .usetotal-key {
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid #f1f5f9;
}
.usetotal-page .usetotal-key:last-child {
  border-right: none;
}
.usetotal-page .usetotal-key span {
  display: block;
  color: #64748b;
  font-size: 12px;
  margin-bottom: 8px;
}
.usetotal-page .usetotal-key strong {
  display: block;
  font-size: 24px;
  color: var(--vmx-primary, #006eff);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.usetotal-page .usetotal-key strong.is-bad {
  color: #dc2626;
}
.usetotal-page .usetotal-key strong.is-ok {
  color: #16a34a;
}
.usetotal-page .usetotal-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.usetotal-page .usetotal-split__col {
  min-width: 0;
  border-right: 1px solid #f1f5f9;
}
.usetotal-page .usetotal-split__col:last-child {
  border-right: none;
}
.usetotal-page .usetotal-split__label {
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
}
.usetotal-page .table {
  margin-bottom: 0;
}
.usetotal-page .table th,
.usetotal-page .table td {
  font-size: 13px;
  vertical-align: middle;
  padding: 8px 12px;
}
@media (max-width: 1200px) {
  .usetotal-page .usetotal-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .usetotal-page .usetotal-keys {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .usetotal-page .usetotal-key {
    border-bottom: 1px solid #f1f5f9;
  }
  .usetotal-page .usetotal-key:nth-child(2n) {
    border-right: none;
  }
  .usetotal-page .usetotal-key:nth-child(n + 3) {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .usetotal-page .usetotal-stats,
  .usetotal-page .usetotal-grid,
  .usetotal-page .usetotal-split,
  .usetotal-page .usetotal-keys {
    grid-template-columns: 1fr;
  }
  .usetotal-page .usetotal-key,
  .usetotal-page .usetotal-split__col {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
  }
  .usetotal-page .usetotal-key:last-child,
  .usetotal-page .usetotal-split__col:last-child {
    border-bottom: none;
  }
}
/* ---- 记灵 PV 统计 remeins/pv ---- */
.pv-page .pv-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pv-page .pv-stats {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.pv-page .pv-stat-sub {
  margin-top: 4px;
  font-size: 11px;
  color: #94a3b8;
}
.pv-page .pv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 0;
}
.pv-page .pv-grid--hero {
  grid-template-columns: 2fr 1fr;
}
.pv-page .usetotal-panel__title {
  padding: 14px 18px;
}
.pv-page .pv-chart {
  width: 100%;
  height: 340px;
  padding: 12px 16px 8px;
  box-sizing: border-box;
}
.pv-page .pv-chart-sm {
  width: 100%;
  height: 340px;
  padding: 12px 16px 8px;
  box-sizing: border-box;
}
.pv-page .table-responsive {
  padding: 4px 8px 8px;
}
.pv-page .pv-rank {
  width: 52px;
  min-width: 52px;
  text-align: center;
  font-weight: 600;
  color: #94a3b8;
  white-space: nowrap;
}
.pv-page .pv-rank.is-top1 {
  color: #dc2626;
}
.pv-page .pv-rank.is-top2 {
  color: #ea580c;
}
.pv-page .pv-rank.is-top3 {
  color: #ca8a04;
}
.pv-page .pv-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 11px;
  background: #f1f5f9;
  color: #64748b;
}
@media (max-width: 1200px) {
  .pv-page .pv-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pv-page .pv-grid,
  .pv-page .pv-grid--hero {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .pv-page .pv-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* ---- 队列管理 rem eins/queue ---- */
.queue-page .queue-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.queue-page .queue-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.queue-page .queue-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.queue-page .queue-thread-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 18px;
}
.queue-page .queue-thread-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  font-size: 13px;
  color: #475569;
}
.queue-page .queue-thread-item b {
  color: var(--vmx-primary, #006eff);
  font-variant-numeric: tabular-nums;
}
.queue-page .queue-num {
  text-align: center;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.queue-page .queue-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  background: #f1f5f9;
  color: #64748b;
}
.queue-page .queue-tag--blue {
  background: #e6f4ff;
  color: #006eff;
}
.queue-page .queue-tag--warn {
  background: #fff7e6;
  color: #d46b08;
  font-weight: 600;
}
.queue-page .queue-file-name {
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.queue-page .table tbody tr.is-stuck {
  background: #fff2f0;
}
.queue-page .table tbody tr.is-stuck td {
  border-color: #ffccc7;
}
.queue-page .table tbody tr {
  cursor: context-menu;
}
.queue-page .queue-tip {
  padding: 14px 18px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.9;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}
.queue-page .queue-ctx-menu {
  position: fixed;
  z-index: 99999;
  min-width: 120px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}
.queue-page .queue-ctx-menu a {
  display: block;
  padding: 8px 14px;
  color: #374151;
  font-size: 13px;
  text-decoration: none;
}
.queue-page .queue-ctx-menu a:hover {
  background: #eef4ff;
  color: #006eff;
}
.queue-page .queue-ctx-menu a.is-danger:hover {
  background: #fef2f2;
  color: #dc2626;
}
@media (max-width: 768px) {
  .queue-page .queue-stats {
    grid-template-columns: 1fr;
  }
  .queue-page .queue-file-name {
    max-width: 140px;
  }
}
/* ---- 运营首页 data/index ---- */
.dash-page .boce-page__toolbar {
  justify-content: flex-end;
}
.dash-page .dash-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dash-page .dash-ops-alerts {
  display: flex;
  align-items: center;
  gap: 12px 16px;
  flex-wrap: wrap;
  padding: 10px 14px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #fff;
}
.dash-page .dash-ops-alerts.is-all-ok {
  background: #f8fafc;
}
.dash-page .dash-ops-alerts__head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.dash-page .dash-ops-alerts__title {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
}
.dash-page .dash-ops-alerts__title i {
  margin-right: 4px;
  color: #64748b;
}
.dash-page .dash-ops-alerts__meta {
  font-size: 12px;
  color: #f59e0b;
}
.dash-page .dash-ops-alerts__meta.is-ok {
  color: #94a3b8;
}
.dash-page .dash-ops-alerts__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.dash-page .dash-ops-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.2;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.dash-page .dash-ops-chip:hover {
  border-color: #cbd5e1;
  color: #334155;
  text-decoration: none;
}
.dash-page .dash-ops-chip i {
  font-size: 13px;
}
.dash-page .dash-ops-chip .dash-ops-chip__count {
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #0f172a;
}
.dash-page .dash-ops-chip .dash-ops-chip__hint {
  font-style: normal;
  font-size: 11px;
  color: #94a3b8;
}
.dash-page .dash-ops-chip.is-ok {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #64748b;
}
.dash-page .dash-ops-chip.is-ok .dash-ops-chip__count {
  color: #16a34a;
  font-size: 12px;
  font-weight: 500;
}
.dash-page .dash-ops-chip.is-ok .dash-ops-chip__hint {
  color: #86efac;
}
.dash-page .dash-ops-chip.is-warn {
  border-color: #fde68a;
  background: #fffbeb;
  color: #b45309;
}
.dash-page .dash-ops-chip.is-warn .dash-ops-chip__count {
  color: #b45309;
}
.dash-page .dash-ops-chip.is-danger {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.dash-page .dash-ops-chip.is-danger .dash-ops-chip__count {
  color: #b91c1c;
}
.dash-page .dash-ops-chip.is-danger .dash-ops-chip__hint {
  color: #f87171;
}
.dash-page .dash-ops-chip.is-info {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #3b82f6;
}
.dash-page .dash-ops-chip.is-info .dash-ops-chip__count {
  color: #1d4ed8;
}
.dash-page .dash-ops-chip.is-info .dash-ops-chip__hint {
  color: #93c5fd;
}
.dash-page .dash-panel {
  margin-bottom: 0;
}
.dash-page .usetotal-panel__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
}
.dash-page .dash-panel__meta {
  font-size: 12px;
  font-weight: 400;
  color: #94a3b8;
}
.dash-page .dash-panel__body {
  padding: 14px 16px;
}
.dash-page .dash-panel__body--flush {
  padding: 0;
}
.dash-page .dash-balance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.dash-page .dash-balance-card {
  border: 1px solid #eef2f7;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fafbfc;
}
.dash-page .dash-balance-card.is-loaded {
  background: #fff;
}
.dash-page .dash-balance-card.is-error {
  border-color: #fecaca;
  background: #fef2f2;
}
.dash-page .dash-balance-card__label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
}
.dash-page .dash-balance-card__label i {
  color: var(--vmx-primary, #006eff);
}
.dash-page .dash-balance-card__value {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  min-height: 30px;
  line-height: 30px;
  font-variant-numeric: tabular-nums;
}
.dash-page .dash-balance-card__value.is-loading {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 400;
}
.dash-page .dash-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #e2e8f0;
  border-top-color: var(--vmx-primary, #006eff);
  border-radius: 50%;
  animation: dash-spin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}
.dash-page .dash-todo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dash-page .dash-todo-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s;
  min-width: 0;
}
.dash-page .dash-todo-item:last-child {
  border-bottom: none;
}
.dash-page .dash-todo-item:hover {
  background: #f8faff;
}
.dash-page .dash-todo-index {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dash-page .dash-todo-check {
  flex-shrink: 0;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1;
}
.dash-page .dash-todo-check:hover {
  color: var(--vmx-primary, #006eff);
  text-decoration: none;
}
.dash-page .dash-todo-text {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  color: #334155;
  word-break: break-word;
}
.dash-page .dash-todo-del {
  flex-shrink: 0;
  color: #94a3b8;
  opacity: 0;
  padding: 4px 6px;
  border-radius: 6px;
}
.dash-page .dash-todo-del:hover {
  color: #dc2626;
  background: #fef2f2;
  text-decoration: none;
}
.dash-page .dash-todo-item:hover .dash-todo-del {
  opacity: 1;
}
.dash-page .dash-backup-summary {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 13px;
}
.dash-page .dash-backup-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #475569;
}
.dash-page .dash-backup-stat.is-warn {
  color: #c2410c;
  font-weight: 500;
}
.dash-page .dash-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.dash-page .dash-dot.is-ok {
  background: #16a34a;
}
.dash-page .dash-dot.is-bad {
  background: #dc2626;
}
.dash-page .dash-backup-toggle {
  margin-left: 10px;
  color: var(--vmx-primary, #006eff);
  font-size: 12px;
}
.dash-page .dash-backup-toggle:hover {
  text-decoration: underline;
}
.dash-page .dash-backup-server {
  margin-bottom: 14px;
}
.dash-page .dash-backup-server:last-child {
  margin-bottom: 0;
}
.dash-page .dash-backup-server__name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 10px;
}
.dash-page .dash-backup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dash-page .dash-backup-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: context-menu;
  user-select: none;
  border: 1px solid transparent;
}
.dash-page .dash-backup-tag.is-ok {
  background: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}
.dash-page .dash-backup-tag.is-bad {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fecaca;
}
.dash-page .dash-backup-tag.is-hidden-view {
  opacity: 0.55;
  border-style: dashed;
}
.dash-page .dash-backup-tag small {
  opacity: 0.75;
}
.dash-backup-ctx {
  position: fixed;
  z-index: 99999;
  min-width: 140px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.dash-backup-ctx li:not(:last-child) {
  border-bottom: 1px solid #f1f5f9;
}
.dash-backup-ctx a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: #374151;
  text-decoration: none;
}
.dash-backup-ctx a:hover {
  background: #eef4ff;
  color: var(--vmx-primary, #006eff);
}
.dash-backup-ctx a.is-danger:hover {
  background: #fef2f2;
  color: #dc2626;
}
@keyframes dash-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .dash-page .dash-balance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .dash-page .dash-ops-alerts {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px;
  }
  .dash-page .dash-ops-alerts__chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dash-page .dash-ops-chip {
    justify-content: space-between;
  }
  .dash-page .dash-balance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .dash-page .dash-panel__body {
    padding: 10px 12px;
  }
  .dash-page .dash-balance-card {
    padding: 8px 10px;
    border-radius: 6px;
  }
  .dash-page .dash-balance-card__label {
    margin-bottom: 2px;
    font-size: 11px;
    gap: 4px;
  }
  .dash-page .dash-balance-card__value {
    font-size: 15px;
    font-weight: 600;
    min-height: 0;
    line-height: 1.35;
  }
  .dash-page .usetotal-panel__title .dash-panel__meta {
    display: none;
  }
  .dash-page .dash-todo-index {
    display: none;
  }
  .dash-page .dash-todo-del {
    opacity: 1;
  }
}
/* ---- 基础信息 man/info ---- */
.info-page .info-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-page .info-panel {
  margin: 0;
}
.info-page .usetotal-panel__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.info-page .dash-panel__meta {
  font-size: 12px;
  font-weight: 400;
  color: #94a3b8;
}
.info-page .info-company-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
}
.info-page .info-company-card {
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #fafbfc;
  padding: 14px 16px;
  min-width: 0;
}
.info-page .info-company-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}
.info-page .info-company-card__name {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
}
.info-page .info-copy-btn {
  flex-shrink: 0;
  white-space: nowrap;
}
.info-page .info-field-list {
  margin: 0;
  padding: 0;
}
.info-page .info-field {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 8px 10px;
  padding: 7px 0;
  border-bottom: 1px solid #f8fafc;
}
.info-page .info-field:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.info-page .info-field dt {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 1px;
}
.info-page .info-field dd {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.info-page .info-field__value {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  color: #334155;
  line-height: 1.5;
  word-break: break-all;
}
.info-page .info-field__copy {
  flex-shrink: 0;
  color: #94a3b8;
  padding: 2px 4px;
  border-radius: 4px;
  line-height: 1;
  text-decoration: none;
}
.info-page .info-field__copy:hover {
  color: var(--vmx-primary, #006eff);
  background: #eef4ff;
  text-decoration: none;
}
.info-page .info-code-wrap {
  padding: 0;
  overflow: hidden;
}
.info-page .info-code {
  margin: 0;
  padding: 16px 18px;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1.65;
  overflow-x: auto;
  border-radius: 0 0 var(--vmx-radius, 10px) var(--vmx-radius, 10px);
}
.info-page .info-code code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: pre;
  background: transparent;
  color: inherit;
  padding: 0;
}
@media (max-width: 1200px) {
  .info-page .info-company-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .info-page .info-company-grid {
    padding: 12px;
    gap: 12px;
  }
  .info-page .info-company-card__head {
    flex-direction: column;
  }
  .info-page .info-field {
    grid-template-columns: 56px minmax(0, 1fr);
  }
}
.api-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}
.api-page > .col-xs-3,
.api-page > .col-xs-9 {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.api-page > .col-xs-3 {
  width: 300px;
  flex: 0 0 300px;
  max-width: 36%;
}
.api-page > .col-xs-9 {
  flex: 1 1 auto;
  min-width: 0;
}
.api-left-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.api-group-tree-panel {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafbfc;
  overflow: auto;
  max-height: calc(100vh - 120px);
  box-sizing: border-box;
  flex: 1;
}
.api-group-tree-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 13px;
  color: #1f2937;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}
.api-group-tree-header .vmx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
}
.api-group-tree-header .vmx-btn i {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.api-group-tree-body {
  padding: 6px 0;
}
.api-tree-node {
  position: relative;
}
.api-tree-row {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px 4px 6px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  color: #374151;
  box-sizing: border-box;
}
.api-tree-row:hover {
  background: #f3f4f6;
}
.api-tree-row.is-active {
  background: #eff6ff;
  color: #2563eb;
  font-weight: 500;
}
.api-tree-toggle {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.api-tree-toggle.is-empty {
  visibility: hidden;
  pointer-events: none;
}
.api-tree-toggle i {
  display: block;
  line-height: 1;
  transition: transform 0.15s;
}
.api-tree-toggle.expanded i {
  transform: rotate(90deg);
}
.api-tree-icon {
  width: 18px;
  height: 18px;
  margin: 0 6px 0 2px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  float: none !important;
  color: #f59e0b;
  font-size: 14px;
  line-height: 1;
}
.api-tree-icon::before {
  line-height: 1;
}
.api-tree-icon--api {
  color: #3b82f6;
}
.api-tree-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}
.api-tree-count {
  color: #9ca3af;
  font-size: 11px;
  margin-left: 4px;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 18px;
}
.api-tree-id-copy {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 14px;
  color: #9ca3af;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.15s, color 0.15s, background 0.15s;
}
.api-tree-row:hover .api-tree-id-copy,
.vmx-tree__row:hover .api-tree-id-copy {
  opacity: 1;
}
.api-tree-id-copy:hover {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
}
.api-tree-id-copy i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  font-size: 11px;
  line-height: 1;
  float: none !important;
}
/* 辅助线对齐折叠箭头中心：padding-left(6) + toggle/2(10) = 16 */
.api-tree-children {
  margin-left: 16px;
  border-left: 1px dashed #e5e7eb;
  padding-left: 0;
}
.api-tree-loading,
.api-tree-empty {
  padding: 16px;
  color: #9ca3af;
  font-size: 13px;
  text-align: center;
}
.api-workspace {
  background: #fff;
  border-radius: 10px;
  min-height: calc(100vh - 140px);
}
.api-workspace-inner {
  padding: 0 4px;
}
/* 顶部标题区 */
.api-title-row {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef0f3;
}
.api-title-main {
  width: 100%;
}
.api-title-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 6px;
}
.api-title-input {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f8fafc;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.api-title-input:hover {
  background: #f1f5f9;
}
.api-title-input:focus {
  outline: none;
  background: #fff;
  border-color: #cbd5e1;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
}
.api-title-input::placeholder {
  color: #cbd5e1;
  font-weight: 500;
}
.api-status-wrap {
  margin-bottom: 12px;
}
.api-status-select-box {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px 5px 10px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.api-status-select-box:hover {
  border-color: rgba(0, 0, 0, 0.06);
}
.api-status-select-box:focus-within {
  border-color: #cbd5e1;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
}
.api-status-select-box.status-0 {
  background: #f3f4f6;
  color: #6b7280;
}
.api-status-select-box.status-1 {
  background: #dcfce7;
  color: #15803d;
}
.api-status-select-box.status-2 {
  background: #fee2e2;
  color: #b91c1c;
}
.api-status-select-box.status-3 {
  background: #fef3c7;
  color: #b45309;
}
.api-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.api-status-select {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 18px 0 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3E%3Cpath fill='%2394a3b8' d='M4.5 6l3.5 3.5L11.5 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
}
.api-status-select option {
  color: #334155;
  background: #fff;
  font-weight: 500;
}
/* 分区卡片 */
.api-section {
  margin-bottom: 18px;
  border: 1px solid #eef0f3;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.api-section-head {
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid #eef0f3;
  letter-spacing: 0.02em;
}
.api-section-body {
  padding: 16px;
}
.api-request-bar {
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.api-method-select {
  border: none;
  border-right: 1px solid #e2e8f0;
  padding: 0 14px;
  min-width: 110px;
  height: 44px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  background: #f8fafc;
  color: #374151;
  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='%239ca3af' d='M4.5 6l3.5 3.5L11.5 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
}
.api-method-select.method-GET {
  color: #15803d;
  background-color: #f0fdf4;
}
.api-method-select.method-POST {
  color: #1d4ed8;
  background-color: #eff6ff;
}
.api-method-select.method-PUT {
  color: #b45309;
  background-color: #fffbeb;
}
.api-method-select.method-PATCH {
  color: #7c3aed;
  background-color: #f5f3ff;
}
.api-method-select.method-DELETE {
  color: #b91c1c;
  background-color: #fef2f2;
}
.api-url-field {
  flex: 1;
  border: none;
  padding: 0 14px;
  height: 44px;
  font-size: 13px;
  outline: none;
  min-width: 0;
  color: #1e293b;
  background: #fff;
}
.api-url-field::placeholder {
  color: #94a3b8;
}
.api-send-btn {
  border: none;
  border-left: 1px solid #e2e8f0;
  padding: 0 24px;
  height: 44px;
  background: #ff6c37;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}
.api-send-btn:hover:not(:disabled) {
  background: #e85a28;
}
.api-send-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.api-meta-grid {
  margin-top: 14px;
}
.api-field label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.api-select {
  width: 100%;
  height: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
  color: #334155;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.api-select:hover {
  border-color: #cbd5e1;
}
.api-select:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.api-set-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
  background: #fafbfc;
  border-bottom: 1px solid #eef0f3;
}
.api-set-tab {
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  color: #64748b;
  background: #fff;
  transition: all 0.15s;
}
.api-set-tab:hover {
  border-color: #cbd5e1;
  color: #334155;
}
.api-set-tab.is-active {
  border-color: #3b82f6;
  color: #2563eb;
  font-weight: 600;
  background: #eff6ff;
  box-shadow: 0 1px 2px rgba(59, 130, 246, 0.12);
}
.api-set-tab.is-default::after {
  content: ' ★';
  color: #f59e0b;
  font-size: 10px;
}
.api-set-add {
  font-size: 12px;
  color: #2563eb;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px dashed #bfdbfe;
  border-radius: 6px;
  background: #f8fafc;
}
.api-set-add:hover {
  background: #eff6ff;
  border-color: #93c5fd;
}
.api-set-copy {
  font-size: 12px;
  color: #475569;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
}
.api-set-copy:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #1e293b;
}
.layui-layer.api-copy-layer {
  border-radius: 10px;
}
.layui-layer.api-copy-layer .layui-layer-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  border-bottom: 1px solid #eef0f3;
  background: #fff;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
}
.layui-layer.api-copy-layer .layui-layer-content {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(680px, calc(100vh - 160px));
}
.layui-layer.api-copy-layer .layui-layer-btn {
  padding: 12px 20px 16px;
  border-top: 1px solid #eef0f3;
  background: #fff;
}
.layui-layer.api-copy-layer .layui-layer-btn a.layui-layer-btn0 {
  background: #2563eb;
  border-color: #2563eb;
}
.api-copy-dialog {
  padding: 20px 22px 8px;
  box-sizing: border-box;
}
.api-copy-tip {
  margin: 0 0 18px;
  padding: 10px 12px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #eef0f3;
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
}
.api-copy-tip strong {
  color: #2563eb;
  font-weight: 600;
}
.api-copy-field {
  margin-bottom: 18px;
}
.api-copy-field:last-child {
  margin-bottom: 0;
}
.api-copy-field > label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
}
.api-copy-field > label i {
  color: #94a3b8;
  font-size: 13px;
}
.api-copy-select {
  width: 100%;
  height: 38px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 13px;
  color: #334155;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.api-copy-select:hover {
  border-color: #cbd5e1;
}
.api-copy-select:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.api-copy-param-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.api-copy-select-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #475569;
}
.api-copy-select-all input {
  width: 15px;
  height: 15px;
  accent-color: #2563eb;
  cursor: pointer;
}
.api-copy-selected-count {
  font-size: 11px;
  color: #64748b;
  background: #f1f5f9;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 500;
}
.api-copy-selected-count em {
  font-style: normal;
  color: #2563eb;
  font-weight: 600;
}
.api-copy-param-list {
  padding: 4px 2px 8px;
}
.api-copy-param-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #334155;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.api-copy-param-item:last-child {
  margin-bottom: 0;
}
.api-copy-param-item:hover {
  border-color: #cbd5e1;
  background: #fafbfc;
}
.api-copy-param-item.is-checked {
  border-color: #93c5fd;
  background: #f8fbff;
}
.api-copy-param-item input {
  width: 16px;
  height: 16px;
  accent-color: #2563eb;
  flex-shrink: 0;
  cursor: pointer;
}
.api-copy-param-main {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.api-copy-param-name {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.api-copy-param-tag {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 10px;
  background: #fef3c7;
  color: #b45309;
}
.api-copy-empty {
  padding: 28px 12px;
  text-align: center;
  color: #94a3b8;
  font-size: 12px;
}
.api-copy-empty i {
  display: block;
  font-size: 24px;
  color: #cbd5e1;
  margin-bottom: 8px;
}
.api-copy-loading {
  color: #64748b;
}
.layui-layer.api-add-layer {
  border-radius: 10px;
}
.layui-layer.api-add-layer .layui-layer-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  border-bottom: 1px solid #eef0f3;
  background: #fff;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
}
.layui-layer.api-add-layer .layui-layer-content {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(560px, calc(100vh - 140px));
}
.layui-layer.api-add-layer .layui-layer-btn {
  padding: 12px 20px 16px;
  border-top: 1px solid #eef0f3;
  background: #fff;
}
.layui-layer.api-add-layer .layui-layer-btn a.layui-layer-btn0 {
  background: #2563eb;
  border-color: #2563eb;
}
.api-add-dialog {
  padding: 16px 22px 8px;
  box-sizing: border-box;
}
.api-add-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  padding: 4px;
  background: #f1f5f9;
  border-radius: 8px;
}
.api-add-tab {
  flex: 1;
  border: none;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.api-add-tab.is-active {
  background: #fff;
  color: #2563eb;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.api-add-panel {
  display: none;
}
.api-add-panel.is-active {
  display: block;
}
.api-add-curl {
  width: 100%;
  min-height: 280px;
  max-height: 420px;
  resize: vertical;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  font-family: "SF Mono", Consolas, Monaco, monospace;
  line-height: 1.55;
  color: #334155;
  box-sizing: border-box;
}
.api-add-curl:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.api-add-hint {
  margin: 10px 0 0;
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.5;
}
.api-set-actions {
  margin-left: auto;
  font-size: 11px;
  color: #94a3b8;
}
.api-set-actions a {
  color: #2563eb;
  text-decoration: none;
}
.api-set-actions a:hover {
  text-decoration: underline;
}
.api-set-actions a.is-danger {
  color: #dc2626;
}
.api-req-tabs {
  display: flex;
  gap: 0;
  padding: 0 8px;
  border-bottom: 1px solid #eef0f3;
  background: #fff;
}
.api-req-tab {
  padding: 11px 16px;
  font-size: 13px;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: color 0.15s;
}
.api-req-tab:hover {
  color: #334155;
}
.api-req-tab.is-active {
  color: #ff6c37;
  border-bottom-color: #ff6c37;
  font-weight: 600;
}
.api-req-tab .badge {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  margin-left: 5px;
  font-size: 10px;
  font-weight: 600;
  background: #e2e8f0;
  color: #64748b;
  border-radius: 9px;
  text-align: center;
}
.api-req-tab.is-active .badge {
  background: #ffedd5;
  color: #c2410c;
}
.api-req-panel {
  background: #fff;
  min-height: 200px;
}
.api-kv-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.api-kv-table thead th {
  text-align: left;
  padding: 8px 10px;
  font-weight: 500;
  color: #9ca3af;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #fafbfc;
  border-bottom: 1px solid #f0f0f0;
}
.api-kv-table tbody td {
  padding: 6px 8px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
.api-kv-table tbody tr:last-child td {
  border-bottom: none;
}
.api-kv-table tbody tr:hover {
  background: #f8fafc;
}
.api-kv-table .col-check {
  width: 40px;
  text-align: center;
}
.api-kv-table .col-key {
  width: 30%;
}
.api-kv-table .col-val {
  width: auto;
}
.api-kv-table .col-op {
  width: 44px;
  text-align: center;
}
.api-kv-table input[type="text"] {
  width: 100%;
  height: 34px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 13px;
  background: #fff;
  color: #334155;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.api-kv-table input[type="text"]:hover {
  border-color: #cbd5e1;
}
.api-kv-table input[type="text"]:focus {
  border-color: #93c5fd;
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.api-kv-table input[type="text"]::placeholder {
  color: #cbd5e1;
}
.api-kv-table input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #ff6c37;
}
.api-kv-row-del {
  color: #d1d5db;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background: none;
  padding: 4px;
}
.api-kv-row-del:hover {
  color: #ef4444;
}
.api-kv-add-row {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 12px 16px;
  text-align: left;
  border: none;
  border-top: 1px solid #eef0f3;
  background: #fafbfc;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.api-kv-add-row:hover {
  background: #f1f5f9;
  color: #334155;
}
.api-body-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #eef0f3;
  background: #fafbfc;
}
.api-body-toolbar-label {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
}
.api-body-ct-select {
  height: 34px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 12px;
  min-width: 220px;
  color: #334155;
  background: #fff;
}
.api-body-ct-select:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.api-body-mode-hint {
  font-size: 11px;
  color: #94a3b8;
}
.api-body-raw {
  width: 100%;
  min-height: 180px;
  border: none;
  padding: 14px 16px;
  font-size: 12px;
  font-family: "SF Mono", Consolas, Monaco, monospace;
  resize: vertical;
  outline: none;
  line-height: 1.6;
  color: #334155;
  background: #fafbfc;
}
.api-body-raw:focus {
  background: #fff;
}
.api-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 14px 16px;
  border-top: 1px solid #eef0f3;
  background: #fafbfc;
}
.api-toolbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.api-toolbar-btn:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #1e293b;
}
.api-toolbar-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.api-toolbar-btn.is-danger {
  color: #dc2626;
  border-color: #fecaca;
}
.api-toolbar-btn.is-danger:hover {
  background: #fef2f2;
  border-color: #fca5a5;
}
.api-toolbar-right {
  margin-left: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}
.api-response-box {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.api-result-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.api-request-head {
  background: #334155;
}
.api-response-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #1e293b;
  color: #e2e8f0;
  font-size: 12px;
}
.api-response-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.api-response-action-btn {
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.6);
  color: #e2e8f0;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  cursor: pointer;
  line-height: 1.4;
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.api-response-action-btn:hover:not(:disabled) {
  border-color: #64748b;
  background: rgba(30, 41, 59, 0.9);
  color: #fff;
}
.api-response-action-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.api-response-status {
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.api-response-status.ok {
  background: #166534;
  color: #bbf7d0;
}
.api-response-status.err {
  background: #991b1b;
  color: #fecaca;
}
.api-response-status.neutral {
  background: #475569;
  color: #e2e8f0;
}
.api-response-body {
  min-height: 120px;
  max-height: 360px;
  overflow: auto;
  background: #0f172a;
  color: #e2e8f0;
  padding: 14px;
  font-size: 12px;
  font-family: "SF Mono", Consolas, Monaco, monospace;
  line-height: 1.55;
  margin: 0;
}
.api-response-pre {
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0;
}
.api-json-tree {
  user-select: text;
}
.api-json-node {
  margin: 0;
}
.api-json-line {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  padding: 1px 0;
  border-radius: 4px;
  cursor: default;
}
.api-json-line:hover {
  background: rgba(148, 163, 184, 0.08);
}
.api-json-toggle {
  flex: 0 0 16px;
  width: 16px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  transition: transform 0.15s;
}
.api-json-toggle.is-empty {
  visibility: hidden;
  pointer-events: none;
}
.api-json-toggle.expanded {
  transform: rotate(90deg);
}
.api-json-toggle i {
  font-size: 10px;
  line-height: 1;
}
.api-json-content {
  flex: 1;
  min-width: 0;
  word-break: break-all;
}
.api-json-key {
  color: #7dd3fc;
}
.api-json-colon,
.api-json-bracket {
  color: #94a3b8;
}
.api-json-string {
  color: #86efac;
}
.api-json-number {
  color: #fcd34d;
}
.api-json-boolean {
  color: #f472b6;
}
.api-json-null {
  color: #64748b;
  font-style: italic;
}
.api-json-preview {
  color: #64748b;
  font-style: italic;
  cursor: pointer;
  margin: 0 4px;
}
.api-json-preview:hover {
  color: #94a3b8;
}
.api-json-children {
  padding-left: 18px;
}
.api-json-close-line {
  padding-left: 18px;
}
.api-response-empty {
  padding: 32px 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 10px;
}
.api-response-empty i {
  font-size: 28px;
  color: #cbd5e1;
  display: block;
  margin-bottom: 10px;
}
.api-history {
  margin-top: 4px;
}
.api-history-title {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 10px;
  padding: 0 2px;
  letter-spacing: 0.02em;
}
.api-history-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #eef0f3;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.api-history-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.api-history-name {
  color: #334155;
  font-weight: 600;
}
.api-history-time {
  color: #94a3b8;
  flex: 1;
}
.api-history-del {
  color: #dc2626;
  font-size: 11px;
  text-decoration: none;
  opacity: 0.8;
}
.api-history-del:hover {
  opacity: 1;
  text-decoration: underline;
}
.api-history-code {
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
}
.api-history-code.ok {
  background: #dcfce7;
  color: #166534;
}
.api-history-code.err {
  background: #fee2e2;
  color: #991b1b;
}
.api-history-code.neutral {
  background: #f1f5f9;
  color: #64748b;
}
.api-history-http {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 500;
  padding: 2px 6px;
  background: #f8fafc;
  border-radius: 4px;
}
.layui-layer.api-save-response-layer {
  border-radius: 10px;
}
.layui-layer.api-save-response-layer .layui-layer-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  border-bottom: 1px solid #eef0f3;
  background: #fff;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
}
.layui-layer.api-save-response-layer .layui-layer-content {
  padding: 0;
}
.layui-layer.api-save-response-layer .layui-layer-btn {
  padding: 12px 20px 16px;
  border-top: 1px solid #eef0f3;
  background: #fff;
}
.layui-layer.api-save-response-layer .layui-layer-btn a.layui-layer-btn0 {
  background: #2563eb;
  border-color: #2563eb;
}
.api-save-response-dialog {
  padding: 20px 22px 8px;
  box-sizing: border-box;
}
.api-save-response-options {
  display: flex;
  gap: 10px;
}
.api-save-response-option {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  color: #475569;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.api-save-response-option input {
  accent-color: #2563eb;
  cursor: pointer;
}
.api-save-response-option.is-success.is-checked {
  border-color: #86efac;
  background: #f0fdf4;
  color: #166534;
}
.api-save-response-option.is-fail.is-checked {
  border-color: #fca5a5;
  background: #fef2f2;
  color: #991b1b;
}
.api-ctx-menu,
.api-ctx-submenu {
  position: fixed;
  z-index: 99999;
  min-width: 160px;
  max-height: 320px;
  overflow-y: auto;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.api-ctx-submenu {
  z-index: 100000;
  min-width: 180px;
}
.api-ctx-menu li a,
.api-ctx-submenu li a {
  display: block;
  padding: 8px 14px;
  color: #374151;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}
.api-ctx-menu li a:hover,
.api-ctx-submenu li a:hover {
  background: #f3f4f6;
  color: #2563eb;
}
.api-ctx-menu a.is-danger:hover {
  background: #fef2f2;
  color: #dc2626;
}
.api-ctx-menu a.is-disabled {
  color: #9ca3af;
  cursor: default;
}
.api-vue-loading {
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 14px;
  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);
}
.api-page .api-page__aside {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.api-page .api-page__aside .card-body {
  padding: 12px;
}
.api-page .vmx-list-page__body.api-workspace {
  padding: 20px 22px !important;
}
@media (max-width: 767px) {
  .api-page {
    flex-direction: column;
  }
  .api-page > .col-xs-3,
  .api-page > .col-xs-9 {
    width: 100%;
    flex: none;
    max-width: none;
  }
  .api-page .api-group-tree-panel {
    max-height: 280px;
  }
}
.link-page {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}
.link-page > .col-xs-3,
.link-page > .col-xs-9 {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.link-page > .col-xs-3 {
  width: 280px;
  flex: 0 0 280px;
  max-width: 36%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.link-page > .col-xs-9 {
  flex: 1 1 auto;
  min-width: 0;
}
.link-page .link-aside {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 140px);
}
.link-page .link-aside__head {
  flex-shrink: 0;
}
.link-page .link-aside__title {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
.link-page .link-aside__head .boce-page__toolbar {
  justify-content: space-between;
}
.link-page .link-aside__head .vmx-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
}
.link-page .link-aside__body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 8px 10px 12px !important;
  max-height: none;
}
.link-page .link-group-tree {
  min-height: 120px;
}
.link-page .link-tree-row {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 6px 8px;
  margin: 1px 0;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  color: #475569;
  line-height: 1.3;
}
.link-page .link-tree-row:hover {
  background: #f1f5f9;
  color: #334155;
}
.link-page .link-tree-row.is-active {
  background: #eff6ff;
  color: #006eff;
  font-weight: 500;
}
.link-page .link-tree-row.is-active .link-tree-icon {
  color: #006eff;
}
.link-page .link-tree-row.is-active .link-tree-count {
  color: #60a5fa;
}
.link-page .link-tree-toggle {
  width: 16px;
  text-align: center;
  color: #94a3b8;
  flex-shrink: 0;
  font-size: 11px;
}
.link-page .link-tree-toggle.is-empty {
  visibility: hidden;
}
.link-page .link-tree-toggle.expanded i {
  transform: rotate(90deg);
  display: inline-block;
  transition: transform 0.15s;
}
.link-page .link-tree-icon {
  margin: 0 4px 0 2px;
  color: #94a3b8;
  font-size: 14px;
  flex-shrink: 0;
}
.link-page .link-tree-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-page .link-tree-count {
  color: #cbd5e1;
  font-size: 11px;
  margin-left: 6px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.link-page .link-tree-children {
  margin-left: 12px;
  padding-left: 6px;
  border-left: 1px solid #e2e8f0;
}
.link-page .link-tree-children.collapsed {
  display: none;
}
.link-page .link-tree-empty {
  padding: 28px 12px;
  color: #94a3b8;
  font-size: 13px;
  text-align: center;
}
.link-page .link-list-panel {
  min-height: 240px;
}
.link-page .link-list-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  font-size: 13px;
  color: #374151;
}
.link-page .link-list-item:hover {
  background: #f8fbff;
}
.link-page .link-list-item.is-selected {
  background: #dbeafe;
}
.link-page .link-list-item.is-selected:hover {
  background: #cfe3fc;
}
.link-page .link-list-item:last-child {
  border-bottom: none;
}
.link-page .link-list-item-check-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  flex-shrink: 0;
  cursor: pointer;
}
.link-page .link-list-item-check {
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  margin: 0;
  border: 1.5px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.link-page .link-list-item-check:hover {
  border-color: #93c5fd;
}
.link-page .link-list-item-check:checked {
  background: #006eff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E") center / 12px no-repeat;
  border-color: #006eff;
}
.link-page .link-list-item-check:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 110, 255, 0.25);
}
.link-page .link-list-item.is-selected .link-list-item-check:not(:checked) {
  border-color: #93c5fd;
  background: #f0f7ff;
}
.link-page .link-list-item-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.link-page .link-list-item-url {
  color: #9ca3af;
  font-size: 12px;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 12px;
}
.link-page .link-list-item-visit {
  flex-shrink: 0;
  margin-left: 10px;
  padding: 4px 10px;
  border: 1px solid #dbeafe;
  border-radius: 4px;
  background: #eff6ff;
  color: #006eff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.link-page .link-list-item-visit:hover {
  background: #dbeafe;
  border-color: #93c5fd;
}
.link-page .link-list-item-visit i {
  margin-right: 2px;
}
.link-page .link-selection-tip {
  font-size: 12px;
  color: #006eff;
}
.link-page .link-save-tip {
  font-size: 12px;
  color: #94a3b8;
  margin-left: 8px;
}
.link-page .boce-page__hint {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.link-ctx-menu,
.link-ctx-submenu {
  display: none;
  position: fixed;
  z-index: 99999;
  min-width: 160px;
  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);
}
.link-ctx-menu.is-show,
.link-ctx-submenu.is-show {
  display: block;
}
.link-ctx-menu li:not(:last-child),
.link-ctx-submenu li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.link-ctx-menu a,
.link-ctx-submenu a {
  display: block;
  padding: 8px 14px;
  color: #374151;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.link-ctx-menu a:hover,
.link-ctx-submenu a:hover {
  background: #eef4ff;
  color: #006eff;
  text-decoration: none;
}
.link-ctx-menu a.is-danger:hover,
.link-ctx-submenu a.is-danger:hover {
  background: #fef2f2;
  color: #dc2626;
}
.link-ctx-menu a.is-disabled,
.link-ctx-submenu a.is-disabled {
  color: #cbd5e1;
  pointer-events: none;
}
.link-ctx-menu a.is-muted,
.link-ctx-submenu a.is-muted {
  color: #9ca3af;
  cursor: default;
  pointer-events: none;
}
.link-ctx-menu a.is-muted:hover,
.link-ctx-submenu a.is-muted:hover {
  background: transparent;
  color: #9ca3af;
}
.link-ctx-submenu {
  z-index: 100000;
  min-width: 180px;
  max-height: 320px;
  overflow-y: auto;
}
.link-ctx-submenu a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-ctx-submenu a.is-muted {
  color: #9ca3af;
  cursor: default;
}
.link-ctx-submenu a.is-muted:hover {
  background: transparent;
  color: #9ca3af;
}
.link-ctx-submenu li.is-section {
  padding: 6px 14px 4px;
  font-size: 11px;
  color: #94a3b8;
  border-bottom: none !important;
}
.link-form-field {
  margin-bottom: 12px;
}
.link-form-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #64748b;
}
.link-form-field input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
}
@media (max-width: 992px) {
  .link-page {
    flex-direction: column;
  }
  .link-page > .col-xs-3,
  .link-page > .col-xs-9 {
    width: 100%;
    flex: none;
    max-width: none;
    align-self: stretch;
  }
  .link-page .link-aside {
    min-height: 0;
  }
  .link-page .link-aside__body {
    max-height: 280px;
  }
}
/* —— 公众号菜单（左右分栏：结构树 + 编辑表单） —— */
.wxmenu-vue-loading {
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #94a3b8;
  font-size: 14px;
  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);
}
.wxmenu-spin {
  display: inline-block;
  animation: wxmenu-spin 0.7s linear infinite;
}
@keyframes wxmenu-spin {
  to {
    transform: rotate(360deg);
  }
}
.wxmenu-page .wxmenu-dirty {
  color: #c2410c;
}
.wxmenu-page .wxmenu-loading-hint {
  color: #64748b;
}
.wxmenu-page .wxmenu-workspace.is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}
.wxmenu-page .wxmenu-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 320px;
  color: #94a3b8;
  font-size: 14px;
}
.wxmenu-page .wxmenu-loading .wxmenu-spin {
  font-size: 22px;
}
.wxmenu-page .boce-page__chip.is-cfg .wxmenu-cfg-dot {
  margin-left: 4px;
  font-size: 11px;
  opacity: 0.85;
}
.wxmenu-page .wxmenu-account-chip {
  user-select: none;
}
.wxmenu-page .wxmenu-account-chip .wxmenu-drag-handle {
  margin-right: 2px;
  opacity: 0.45;
  font-size: 12px;
  cursor: grab;
}
.wxmenu-page .wxmenu-account-chip .wxmenu-drag-handle:active {
  cursor: grabbing;
}
.wxmenu-page .wxmenu-chip-ghost {
  opacity: 0.45;
}
.wxmenu-page .wxmenu-chip-chosen {
  box-shadow: 0 0 0 2px rgba(0, 110, 255, 0.25);
}
.wxmenu-page .wxmenu-workspace {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  min-height: 420px;
}
.wxmenu-page .wxmenu-tree {
  flex: 0 0 280px;
  max-width: 36%;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafbfc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.wxmenu-page .wxmenu-tree__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 13px;
  color: #1f2937;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}
.wxmenu-page .wxmenu-tree__body {
  flex: 1;
  overflow: auto;
  padding: 8px;
  max-height: calc(100vh - 280px);
}
.wxmenu-page .wxmenu-tree__empty {
  margin: 24px 12px;
  padding: 24px 12px;
  min-height: 0;
  background: transparent;
  border: 0;
}
.wxmenu-page .wxmenu-tree__group {
  margin-bottom: 4px;
}
.wxmenu-page .wxmenu-tree__row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #334155;
}
.wxmenu-page .wxmenu-tree__row:hover {
  background: #f0f4f8;
}
.wxmenu-page .wxmenu-tree__row.is-active {
  background: #e8f1ff;
  color: #006EFF;
}
.wxmenu-page .wxmenu-tree__row--child {
  padding-left: 28px;
  font-size: 12px;
}
.wxmenu-page .wxmenu-tree__icon {
  flex-shrink: 0;
  color: #94a3b8;
  font-size: 14px;
}
.wxmenu-page .wxmenu-tree__row.is-active .wxmenu-tree__icon {
  color: #006EFF;
}
.wxmenu-page .wxmenu-tree__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wxmenu-page .wxmenu-tree__meta {
  flex-shrink: 0;
  font-size: 11px;
  color: #94a3b8;
}
.wxmenu-page .wxmenu-tree__children {
  margin-top: 2px;
}
.wxmenu-page .wxmenu-editor {
  flex: 1 1 auto;
  min-width: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 18px 20px;
  box-sizing: border-box;
}
.wxmenu-page .wxmenu-editor__toolbar {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.wxmenu-page .wxmenu-editor__toolbar strong {
  margin-right: 4px;
  font-size: 14px;
  color: #1f2937;
}
.wxmenu-page .wxmenu-alert {
  margin-bottom: 14px;
  padding: 10px 12px;
  background: #fafbfc;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}
.wxmenu-page .wxmenu-editor .table tbody tr.is-active td {
  background: #f0f7ff;
}
@media (max-width: 900px) {
  .wxmenu-page .wxmenu-workspace {
    flex-direction: column;
  }
  .wxmenu-page .wxmenu-tree {
    flex: none;
    max-width: none;
    width: 100%;
  }
  .wxmenu-page .wxmenu-tree__body {
    max-height: 280px;
  }
}
/* =============================================================================
 *  vmx-tree — 后台侧栏树统一视觉（展开 / 选中 / 图标）
 *  右键菜单继续用 .boce-ctx-menu；页面只配 menus + onAction
 * ========================================================================== */
.vmx-split {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}
.vmx-split > .col-xs-3,
.vmx-split > .col-xs-9 {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.vmx-split > .col-xs-3 {
  width: 280px;
  flex: 0 0 280px;
  max-width: 36%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.vmx-split > .col-xs-9 {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 991px) {
  .vmx-split {
    flex-direction: column;
  }
  .vmx-split > .col-xs-3,
  .vmx-split > .col-xs-9 {
    width: 100%;
    flex: none;
    max-width: none;
  }
}
.vmx-tree {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 140px);
  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;
}
.vmx-tree__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #eef0f4;
  background: #fff;
}
.vmx-tree__header .vmx-tree__title {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
.vmx-tree__header .vmx-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
}
.vmx-tree__body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 8px 10px 12px;
  box-sizing: border-box;
}
.vmx-tree__node {
  /* block wrapper */
}
.vmx-tree__row {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 6px 8px;
  margin: 1px 0;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  color: #475569;
  line-height: 1.3;
}
.vmx-tree__row:hover {
  background: #f1f5f9;
  color: #334155;
}
.vmx-tree__row.is-active {
  background: #eff6ff;
  color: #006eff;
  font-weight: 500;
}
.vmx-tree__row.is-active .vmx-tree__icon {
  color: #006eff;
}
.vmx-tree__row.is-active .vmx-tree__count {
  color: #60a5fa;
}
.vmx-tree__row.is-leaf .vmx-tree__icon {
  color: #94a3b8;
}
.vmx-tree__toggle {
  width: 16px;
  text-align: center;
  color: #94a3b8;
  flex-shrink: 0;
  font-size: 11px;
}
.vmx-tree__toggle.is-empty {
  visibility: hidden;
}
.vmx-tree__toggle.expanded i {
  transform: rotate(90deg);
  display: inline-block;
  transition: transform 0.15s;
}
.vmx-tree__icon {
  margin: 0 4px 0 2px;
  color: #f59e0b;
  /* folder-fill 暖色点缀，与 p/list 一致 */
  font-size: 14px;
  flex-shrink: 0;
}
.vmx-tree__icon.bi-grid,
.vmx-tree__icon.bi-grid-3x3-gap,
.vmx-tree__icon.is-root {
  color: #006eff;
}
.vmx-tree__icon.is-doc,
.vmx-tree__icon.is-api,
.vmx-tree__icon.bi-file-earmark-text,
.vmx-tree__icon.bi-box-arrow-up-right {
  color: #94a3b8;
}
.vmx-tree__icon.bi-folder2-open {
  color: #f59e0b;
}
.vmx-tree__label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vmx-tree__count {
  color: #cbd5e1;
  font-size: 11px;
  margin-left: 6px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.vmx-tree__children {
  margin-left: 12px;
  padding-left: 6px;
  border-left: 1px solid #e2e8f0;
}
.vmx-tree__children.collapsed {
  display: none;
}
.vmx-tree__loading,
.vmx-tree__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 12px;
  color: #94a3b8;
  font-size: 13px;
  text-align: center;
}
.vmx-spin {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #e2e8f0;
  border-top-color: var(--vmx-primary, #006eff);
  border-radius: 50%;
  animation: vmx-spin 0.7s linear infinite;
  flex-shrink: 0;
  vertical-align: middle;
}
@keyframes vmx-spin {
  to {
    transform: rotate(360deg);
  }
}
.vmx-list-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 180px;
  color: #94a3b8;
  font-size: 13px;
}
@media (max-width: 991px) {
  .vmx-tree {
    min-height: 0;
  }
  .vmx-tree__body {
    max-height: 280px;
  }
}
/* ===== migrated from view inline <style> ===== */
/* cloud/backup + cloud/backupwithqiniu */
.oss-backup-page {
  width: 100%;
  float: left;
  clear: both;
  box-sizing: border-box;
}
#ossBackupApp .card-body,
#qiniuBackupApp .card-body {
  overflow: hidden;
}
#ossBackupApp > .card,
#qiniuBackupApp > .card {
  margin-bottom: 0;
}
.oss-backup-layout {
  display: flex;
  width: 100%;
  float: left;
  clear: both;
  align-items: flex-start;
  gap: 15px;
  min-height: 520px;
  box-sizing: border-box;
}
.oss-backup-tree-panel {
  width: 280px;
  flex-shrink: 0;
  float: none !important;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fafafa;
  overflow: auto;
  max-height: calc(100vh - 260px);
  box-sizing: border-box;
}
.oss-backup-tree-title {
  padding: 10px 12px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.oss-backup-main-panel {
  flex: 1;
  min-width: 0;
  float: none !important;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.oss-tree-node {
  user-select: none;
}
.oss-tree-node__row {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
}
.oss-tree-node__row:hover {
  background: #eef4ff;
}
.oss-tree-node__row.is-active {
  background: #dbeafe;
  color: #006eff;
}
.oss-tree-node__toggle {
  width: 16px;
  text-align: center;
  color: #888;
  flex-shrink: 0;
}
.oss-tree-node__toggle.is-empty {
  visibility: hidden;
}
.oss-tree-node__icon {
  margin: 0 6px;
  color: #f0ad4e;
}
.oss-tree-node__label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.oss-tree-node__children {
  margin-left: 16px;
}
.oss-backup-path {
  color: #666;
  font-size: 13px;
  margin-bottom: 12px;
  word-break: break-all;
}
.oss-backup-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.oss-backup-summary .btn {
  font-size: 12px;
}
.oss-backup-table td,
.oss-backup-table th {
  vertical-align: middle !important;
}
.oss-backup-empty {
  text-align: center;
  color: #999;
  padding: 40px 0;
}
.oss-backup-loading {
  text-align: center;
  color: #888;
  padding: 30px 0;
}
.oss-backup-overview {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.oss-backup-overview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.oss-backup-overview__head-title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.oss-backup-overview__head-date {
  font-size: 12px;
  color: #888;
  margin-left: 8px;
  font-weight: normal;
}
.oss-backup-overview__head-cache {
  font-size: 12px;
  color: #aaa;
  margin-left: 8px;
  font-weight: normal;
}
.oss-backup-overview__body {
  padding: 12px 15px 15px;
}
.oss-backup-server {
  padding: 12px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.oss-backup-server:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.oss-backup-server__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.oss-backup-server__title a {
  color: #006eff;
  cursor: pointer;
  text-decoration: none;
}
.oss-backup-server__title a:hover {
  text-decoration: underline;
}
.oss-backup-server__stat {
  font-size: 12px;
  font-weight: normal;
  padding: 2px 8px;
  border-radius: 10px;
  color: #fff;
}
.oss-backup-server__stat.is-ok {
  background: #5cb85c;
}
.oss-backup-server__stat.is-bad {
  background: #d9534f;
}
.oss-backup-server__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
.oss-backup-server__row:last-child {
  margin-bottom: 0;
}
.oss-backup-server__label {
  width: 72px;
  flex-shrink: 0;
  font-size: 12px;
  color: #666;
  line-height: 26px;
}
.oss-backup-server__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.oss-backup-chip {
  border: none;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.oss-backup-chip.is-ok {
  background: #5cb85c;
}
.oss-backup-chip.is-bad {
  background: #d9534f;
}
.oss-backup-chip.is-empty {
  background: #bbb;
  cursor: default;
}
.oss-backup-ctx {
  display: none;
  position: fixed;
  z-index: 99999;
  min-width: 140px;
  padding: 4px 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.oss-backup-ctx.is-show {
  display: block;
}
.oss-backup-ctx__item {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: #374151;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.oss-backup-ctx__item:hover {
  background: #eef4ff;
  color: #006eff;
  text-decoration: none;
}
.oss-backup-ctx__item .glyphicon {
  margin-right: 6px;
  font-size: 12px;
}
.oss-db-report {
  padding: 15px 18px 10px;
  line-height: 1.6;
}
.oss-db-report__summary {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
.oss-db-report__summary p {
  margin: 4px 0;
}
.oss-db-report__status {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
}
.oss-db-report__status.is-ok {
  background: #5cb85c;
}
.oss-db-report__status.is-bad {
  background: #d9534f;
}
.oss-db-report__actions {
  margin-bottom: 12px;
  text-align: right;
}
@media (max-width: 991px) {
  .oss-backup-layout {
    flex-direction: column;
  }
  .oss-backup-tree-panel {
    width: 100%;
    max-height: 280px;
  }
}
.oss-backup-ctx__item.is-danger {
  color: #dc2626;
}
.oss-backup-ctx__item.is-danger:hover {
  background: #fef2f2;
  color: #dc2626;
}
/* web/newsupdate */
.news-edit-wrap {
  width: 100%;
  float: left;
}
.news-edit-main .card,
.news-edit-side .card {
  margin-bottom: 0;
}
.news-edit-main .card-body {
  padding: 16px 18px;
}
.news-edit-side .card-body {
  padding: 14px 16px;
}
.news-edit-side-inner {
  position: sticky;
  top: 12px;
  max-height: calc(100vh - 24px);
  overflow-y: auto;
}
.news-edit-title {
  width: 100%;
  border: none;
  border-bottom: 2px solid #eef0f4;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 4px 12px;
  margin-bottom: 12px;
  outline: none;
  color: #1a1a2e;
  background: transparent;
}
.news-edit-title:focus {
  border-bottom-color: #006eff;
}
.news-edit-title::placeholder {
  color: #bbb;
  font-weight: 400;
}
.news-field {
  margin-bottom: 14px;
}
.news-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
}
.news-field .vmx-input {
  margin: 0;
  width: 100%;
}
.news-field textarea.vmx-input {
  min-height: 72px;
  height: auto;
  padding-top: 8px;
  resize: vertical;
}
.news-side-section {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f5;
}
.news-cover-preview {
  margin-top: 8px;
  border: 1px solid #eef0f4;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-cover-preview img {
  max-width: 100%;
  max-height: 140px;
  display: block;
}
.news-cover-preview span {
  font-size: 12px;
  color: #aaa;
  padding: 20px;
}
.news-meta-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #888;
  padding: 6px 0;
  border-bottom: 1px dashed #f0f0f5;
}
.news-meta-row:last-child {
  border-bottom: none;
}
.news-meta-row b {
  color: #555;
  font-weight: 600;
}
.news-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f5;
}
.news-actions .vmx-btn {
  width: 100%;
  text-align: center;
}
.news-actions-row {
  display: flex;
  gap: 8px;
}
.news-actions-row .vmx-btn {
  flex: 1;
}
.news-inline-2 {
  display: flex;
  gap: 10px;
}
.news-inline-2 .news-field {
  flex: 1;
}
.tox-tinymce {
  border-radius: 6px !important;
  border-color: #e5e7eb !important;
}
@media (max-width: 991px) {
  .news-edit-side-inner {
    position: static;
    max-height: none;
  }
  .news-inline-2 {
    flex-direction: column;
    gap: 0;
  }
}
/* remeins/blogupdate */
.blog-edit-wrap {
  width: 100%;
  float: left;
}
.blog-edit-main .card,
.blog-edit-side .card {
  margin-bottom: 0;
}
.blog-edit-main .card-body {
  padding: 16px 18px;
}
.blog-edit-side .card-body {
  padding: 14px 16px;
}
.blog-edit-side-inner {
  position: sticky;
  top: 12px;
  max-height: calc(100vh - 24px);
  overflow-y: auto;
}
.blog-edit-title {
  width: 100%;
  border: none;
  border-bottom: 2px solid #eef0f4;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 4px 12px;
  margin-bottom: 12px;
  outline: none;
  color: #1a1a2e;
  background: transparent;
}
.blog-edit-title:focus {
  border-bottom-color: #006eff;
}
.blog-edit-title::placeholder {
  color: #bbb;
  font-weight: 400;
}
.blog-field {
  margin-bottom: 14px;
}
.blog-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
}
.blog-field .vmx-input {
  margin: 0;
  width: 100%;
}
.blog-field textarea.vmx-input {
  min-height: 72px;
  height: auto;
  padding-top: 8px;
  resize: vertical;
}
.blog-side-section {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f5;
}
.blog-cover-preview {
  margin-top: 8px;
  border: 1px solid #eef0f4;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-cover-preview img {
  max-width: 100%;
  max-height: 140px;
  display: block;
}
.blog-cover-preview span {
  font-size: 12px;
  color: #aaa;
  padding: 20px;
}
.blog-meta-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #888;
  padding: 6px 0;
  border-bottom: 1px dashed #f0f0f5;
}
.blog-meta-row:last-child {
  border-bottom: none;
}
.blog-meta-row b {
  color: #555;
  font-weight: 600;
}
.blog-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f5;
}
.blog-actions .vmx-btn {
  width: 100%;
  text-align: center;
}
.blog-actions-row {
  display: flex;
  gap: 8px;
}
.blog-actions-row .vmx-btn {
  flex: 1;
}
.tox-tinymce {
  border-radius: 6px !important;
  border-color: #e5e7eb !important;
}
@media (max-width: 991px) {
  .blog-edit-side-inner {
    position: static;
    max-height: none;
  }
}
/* #vmxapp 编辑页 gutter：补 col-md-8/4（基础 9/3 仍在 adm.less） */
@media (min-width: 992px) {
  .content #vmxapp > .row > .col-md-8,
  .content #vmxapp > .vmx-edit-page > .col-md-8 {
    padding-right: 8px;
  }
  .content #vmxapp > .row > .col-md-4,
  .content #vmxapp > .vmx-edit-page > .col-md-4 {
    padding-left: 8px;
  }
}
/* man/project 卡片网格 */
.project-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  padding: 4px 0 8px;
}
.project-page__card {
  border: 1px solid #e8ecf1;
  border-radius: 8px;
  background: #fff;
  padding: 16px 14px 18px;
  text-align: center;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.project-page__card:hover {
  border-color: #c9d4e3;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}
.project-page__cover {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #94a3b8;
  font-size: 28px;
}
.project-page__cover img {
  max-height: 68px;
  max-width: 100%;
  display: block;
}
.project-page__name {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.35;
  word-break: break-word;
}
/* ---- 数字大脑 · 数字报表 ---- */
.brain-report-page .brain-report__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 20px 16px;
  border-radius: 12px;
  background: radial-gradient(1200px 180px at 0% 0%, rgba(37, 99, 235, 0.1), transparent 60%), linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid #eef2f7;
}
.brain-report-page .brain-report__title {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.brain-report-page .brain-report__title i {
  color: #2563eb;
  font-size: 22px;
}
.brain-report-page .brain-report__sub {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}
.brain-report-page .brain-report__hero-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.brain-report-page .brain-report__date {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  font-variant-numeric: tabular-nums;
}
.brain-report-page .brain-report__clock {
  font-size: 12px;
  color: #94a3b8;
}
.brain-report-page .brain-report__kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.brain-report-page .brain-report__kpi {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  background: #fff;
  min-width: 0;
}
.brain-report-page .brain-report__kpi-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.brain-report-page .brain-report__kpi--apps .brain-report__kpi-icon {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}
.brain-report-page .brain-report__kpi--calls .brain-report__kpi-icon {
  background: rgba(14, 165, 233, 0.12);
  color: #0284c7;
}
.brain-report-page .brain-report__kpi--tokens .brain-report__kpi-icon {
  background: rgba(234, 179, 8, 0.14);
  color: #ca8a04;
}
.brain-report-page .brain-report__kpi--rate .brain-report__kpi-icon {
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
}
.brain-report-page .brain-report__kpi-label {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}
.brain-report-page .brain-report__kpi-value {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  color: #0f172a;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.brain-report-page .brain-report__kpi-value small {
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
  color: #64748b;
}
.brain-report-page .brain-report__kpi-hint {
  margin-top: 6px;
  font-size: 12px;
  color: #94a3b8;
}
.brain-report-page .brain-report__split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 12px;
}
.brain-report-page .brain-report__panel {
  border: 1px solid #eef2f7;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.brain-report-page .brain-report__panel-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  background: #fafbfc;
}
.brain-report-page .brain-report__panel-hd h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.brain-report-page .brain-report__panel-hd h2 i {
  color: #64748b;
}
.brain-report-page .brain-report__panel-hd a {
  font-size: 12px;
  color: #2563eb;
  text-decoration: none;
}
.brain-report-page .brain-report__panel-hd a:hover {
  text-decoration: underline;
}
.brain-report-page .brain-report__panel-bd {
  padding: 14px 16px 16px;
}
.brain-report-page .brain-report__empty {
  padding: 28px 12px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
}
.brain-report-page .brain-report__empty i {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
  opacity: 0.75;
}
.brain-report-page .brain-report__rank {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.brain-report-page .brain-report__rank-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.brain-report-page .brain-report__rank-idx {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brain-report-page .brain-report__rank li:nth-child(1) .brain-report__rank-idx {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}
.brain-report-page .brain-report__rank li:nth-child(2) .brain-report__rank-idx {
  background: rgba(14, 165, 233, 0.12);
  color: #0284c7;
}
.brain-report-page .brain-report__rank li:nth-child(3) .brain-report__rank-idx {
  background: rgba(100, 116, 139, 0.12);
  color: #475569;
}
.brain-report-page .brain-report__rank-name {
  flex: 1;
  min-width: 0;
}
.brain-report-page .brain-report__rank-name strong {
  display: block;
  font-size: 13px;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brain-report-page .brain-report__rank-name em {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: #94a3b8;
}
.brain-report-page .brain-report__rank-nums {
  text-align: right;
  font-size: 12px;
  color: #64748b;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.brain-report-page .brain-report__rank-nums b {
  color: #0f172a;
  font-size: 14px;
}
.brain-report-page .brain-report__rank-nums span {
  display: block;
  color: #94a3b8;
  font-size: 11px;
}
.brain-report-page .brain-report__bar {
  height: 6px;
  border-radius: 999px;
  background: #f1f5f9;
  overflow: hidden;
}
.brain-report-page .brain-report__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #60a5fa, #2563eb);
}
.brain-report-page .brain-report__trend {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  min-height: 180px;
  padding-top: 8px;
}
.brain-report-page .brain-report__trend-col {
  flex: 1;
  min-width: 0;
  text-align: center;
}
.brain-report-page .brain-report__trend-bar {
  height: 120px;
  border-radius: 8px 8px 4px 4px;
  background: #f8fafc;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.brain-report-page .brain-report__trend-bar i {
  display: block;
  width: 100%;
  min-height: 4px;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #93c5fd, #2563eb);
  transition: height 0.2s ease;
}
.brain-report-page .brain-report__trend-col.is-today .brain-report__trend-bar {
  background: rgba(37, 99, 235, 0.06);
}
.brain-report-page .brain-report__trend-col.is-today .brain-report__trend-bar i {
  background: linear-gradient(180deg, #38bdf8, #0284c7);
}
.brain-report-page .brain-report__trend-val {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1e293b;
  font-variant-numeric: tabular-nums;
}
.brain-report-page .brain-report__trend-lab {
  font-size: 11px;
  color: #94a3b8;
}
.brain-report-page .brain-report__chips {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.brain-report-page .brain-report__chip {
  padding: 12px 14px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  min-width: 0;
}
.brain-report-page .brain-report__chip span {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}
.brain-report-page .brain-report__chip strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.brain-report-page .brain-report__chip em {
  font-style: normal;
  font-size: 12px;
  color: #94a3b8;
  margin-left: 4px;
}
.brain-report-page .brain-report__file-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.brain-report-page .brain-report__file-metric {
  padding: 12px 14px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fafc, #fff);
  border: 1px solid #eef2f7;
}
.brain-report-page .brain-report__file-metric span {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}
.brain-report-page .brain-report__file-metric strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.brain-report-page .brain-report__file-metric em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 11px;
  color: #94a3b8;
}
.brain-report-page .brain-report__file-status {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.brain-report-page .brain-report__status-card {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #eef2f7;
  background: #fff;
}
.brain-report-page .brain-report__status-card .brain-report__bar i {
  background: #94a3b8;
}
.brain-report-page .brain-report__status-card.is-ok .brain-report__bar i {
  background: linear-gradient(90deg, #4ade80, #16a34a);
}
.brain-report-page .brain-report__status-card.is-warn .brain-report__bar i {
  background: linear-gradient(90deg, #fbbf24, #d97706);
}
.brain-report-page .brain-report__status-card.is-info .brain-report__bar i {
  background: linear-gradient(90deg, #38bdf8, #0284c7);
}
.brain-report-page .brain-report__status-card.is-bad .brain-report__bar i {
  background: linear-gradient(90deg, #f87171, #dc2626);
}
.brain-report-page .brain-report__status-card.is-mute .brain-report__bar i {
  background: #cbd5e1;
}
.brain-report-page .brain-report__status-lab {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}
.brain-report-page .brain-report__status-num {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
  margin-bottom: 2px;
}
.brain-report-page .brain-report__status-meta {
  font-size: 11px;
  color: #94a3b8;
  margin-bottom: 8px;
}
.brain-report-page .brain-report__tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #f1f5f9;
  color: #64748b;
}
.brain-report-page .brain-report__tag.is-ok {
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
}
.brain-report-page .brain-report__tag.is-warn {
  background: rgba(217, 119, 6, 0.12);
  color: #b45309;
}
.brain-report-page .brain-report__tag.is-info {
  background: rgba(2, 132, 199, 0.12);
  color: #0369a1;
}
.brain-report-page .brain-report__tag.is-bad {
  background: rgba(220, 38, 38, 0.1);
  color: #b91c1c;
}
.brain-report-page .brain-report__tag.is-mute {
  background: #f1f5f9;
  color: #64748b;
}
.brain-report-page .brain-report__table {
  margin-bottom: 0;
}
.brain-report-page .brain-report__table th {
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .brain-report-page .brain-report__kpis,
  .brain-report-page .brain-report__file-summary,
  .brain-report-page .brain-report__file-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brain-report-page .brain-report__split {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .brain-report-page .brain-report__kpis,
  .brain-report-page .brain-report__file-summary,
  .brain-report-page .brain-report__file-status {
    grid-template-columns: 1fr;
  }
  .brain-report-page .brain-report__title {
    font-size: 20px;
  }
  .brain-report-page .brain-report__kpi-value {
    font-size: 22px;
  }
}
/* PPT 文稿列表 / 分享弹层 */
.ppt-list-page .ppt-tag {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
}
.ppt-list-page .ppt-tag-on {
  background: #ecfdf5;
  color: #059669;
}
.ppt-list-page .ppt-tag-off {
  background: #f1f5f9;
  color: #94a3b8;
}
.ppt-list-page .ppt-tag-warn {
  background: #fff7ed;
  color: #c2410c;
}
.ppt-share-wrap {
  padding: 16px 18px 18px;
}
.ppt-share-hd {
  margin-bottom: 14px;
}
.ppt-share-hd__title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}
.ppt-share-hd__meta {
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}
.ppt-share-field {
  margin-bottom: 14px;
}
.ppt-share-field label {
  display: block;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 6px;
}
.ppt-share-field .vmx-input,
.ppt-share-field .vmx-select {
  width: 100%;
  box-sizing: border-box;
}
.ppt-share-url-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ppt-share-url-row .vmx-input {
  flex: 1;
}
.ppt-share-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.ppt-share-chip {
  padding: 4px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: 12px;
  cursor: pointer;
}
.ppt-share-chip:hover {
  border-color: rgba(0, 110, 255, 0.35);
  color: #006EFF;
  background: rgba(0, 110, 255, 0.06);
}
.ppt-share-hint {
  margin-top: 6px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
}
.ppt-share-actions {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}
@media (max-width: 880px) {
  .vmx-table .table > tbody > tr.is-row-tap > td,
  .vmx-auto-table .table > tbody > tr.is-row-tap > td,
  .table-right-menu > tbody > tr.is-row-tap > td {
    background: rgba(0, 110, 255, 0.06);
  }
}
.mobile-table-detail__value a {
  color: var(--vmx-primary);
  word-break: break-all;
}
.mobile-table-detail__value img.vmx-table-thumb,
.mobile-table-detail__value .imgview img {
  max-width: 120px;
  max-height: 80px;
  border-radius: 4px;
  vertical-align: middle;
}
.mobile-table-detail__value .vmx-table-html {
  max-height: 160px;
  overflow: auto;
}
.mobile-table-detail__hint {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--vmx-text-muted, #888);
  line-height: 1.4;
}
.goods-tree-node__more,
.news-tree-node__more {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 4px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: var(--vmx-text-secondary, #888);
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.goods-tree-node__more i,
.news-tree-node__more i {
  font-size: 16px;
  line-height: 1;
}
.goods-tree-node__more:hover,
.news-tree-node__more:hover,
.goods-tree-node__more:focus,
.news-tree-node__more:focus {
  opacity: 1;
  background: var(--vmx-bg-hover, #f5f6f8);
  color: var(--vmx-primary);
  outline: none;
}
.goods-tree-node__more:active,
.news-tree-node__more:active {
  background: var(--vmx-bg-soft, #eef0f3);
}
.goods-tree-node__row:hover .goods-tree-node__more,
.news-tree-node__row:hover .news-tree-node__more {
  opacity: 1;
}
@media (max-width: 991px) {
  .goods-tree-node__more,
  .news-tree-node__more {
    opacity: 0.85;
  }
}
.bigtitle .adm-theme-toggle--mobile {
  display: none;
  float: right;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .bigtitle .adm-theme-toggle--mobile {
    display: inline-flex;
  }
}
/* ---- 数字大脑 · 接口调试 / 对接文档 ---- */
.brain-demo-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 72px);
  margin: 0 -12px;
  padding: 0;
  background: #e8eef4;
}
.brain-demo-page .brain-demo-page__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #d5dde6;
}
.brain-demo-page .brain-demo-page__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  font-size: 12px;
  color: #5c6b7a;
}
.brain-demo-page .brain-demo-page__meta strong {
  font-size: 14px;
  color: #15202b;
}
.brain-demo-page .brain-demo-page__meta code {
  padding: 1px 6px;
  border-radius: 4px;
  background: #f0f4f8;
  font-size: 11px;
}
.brain-demo-page .brain-demo-page__actions {
  display: flex;
  gap: 8px;
}
.brain-demo-page .brain-demo-page__frame {
  flex: 1;
  width: 100%;
  min-height: 640px;
  height: calc(100vh - 120px);
  border: 0;
  background: #e4ebf2;
}
.brain-docs-page .brain-docs__hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 4px;
}
.brain-docs-page .brain-docs__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.brain-docs-page .brain-docs__title i {
  color: #0b7a6e;
  margin-right: 6px;
}
.brain-docs-page .brain-docs__sub {
  margin: 0;
  max-width: 640px;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}
.brain-docs-page .brain-docs__sub code {
  padding: 0 4px;
  border-radius: 3px;
  background: #f1f5f9;
  font-size: 12px;
}
.brain-docs-page .brain-docs__hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.brain-docs-page .brain-docs__base {
  font-size: 11px;
  color: #64748b;
  line-height: 1.45;
  text-align: right;
}
.brain-docs-page .brain-docs__base code {
  display: inline-block;
  margin-top: 2px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #f0f4f8;
  border: 1px solid #e2e8f0;
  font-size: 12px;
  color: #0f172a;
}
.brain-docs-page .brain-docs__layout {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.brain-docs-page .brain-docs__toc {
  position: sticky;
  top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}
.brain-docs-page .brain-docs__toc a {
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  color: #475569;
  text-decoration: none;
}
.brain-docs-page .brain-docs__toc a:hover {
  background: #eef2f7;
  color: #0b7a6e;
}
.brain-docs-page .brain-docs__sec {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef2f7;
}
.brain-docs-page .brain-docs__sec:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.brain-docs-page .brain-docs__sec h2 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}
.brain-docs-page .brain-docs__sec h3 {
  margin: 16px 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}
.brain-docs-page .brain-docs__sec p,
.brain-docs-page .brain-docs__sec ul,
.brain-docs-page .brain-docs__sec ol {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
}
.brain-docs-page .brain-docs__sec ul {
  padding-left: 1.2em;
}
.brain-docs-page .brain-docs__sec li {
  margin-bottom: 4px;
}
.brain-docs-page .brain-docs__sec code {
  padding: 1px 5px;
  border-radius: 3px;
  background: #f1f5f9;
  font-size: 12px;
  color: #0f172a;
}
.brain-docs-page .brain-docs__sec--diff {
  border: 1px solid #cfe8e3;
  border-radius: 12px;
  padding: 18px 18px 8px;
  background: linear-gradient(180deg, #f3fbf9 0%, #fff 48px);
  border-bottom: 1px solid #cfe8e3;
}
.brain-docs-page .brain-docs__lead {
  margin-bottom: 14px !important;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ecf8f5;
  border: 1px solid #d5efe9;
  color: #334155 !important;
}
.brain-docs-page .brain-docs__callout {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  font-size: 13px;
  line-height: 1.55;
  color: #9a3412;
}
.brain-docs-page .brain-docs__ol {
  padding-left: 1.3em;
}
.brain-docs-page .brain-docs__ol li {
  margin-bottom: 10px;
}
.brain-docs-page .brain-docs__ol li strong {
  color: #0f172a;
}
.brain-docs-page .brain-docs__code {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1.55;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}
.brain-docs-page .brain-docs__table {
  font-size: 13px;
}
.brain-docs-page .brain-docs__table code {
  background: #f1f5f9;
}
@media screen and (max-width: 767px) {
  .brain-docs-page .brain-docs__layout {
    grid-template-columns: 1fr;
  }
  .brain-docs-page .brain-docs__toc {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .brain-demo-page .brain-demo-page__frame {
    min-height: 480px;
    height: 70vh;
  }
}
