/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
* { box-sizing: border-box; }
html, body, #app { height: 100%; margin: 0; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
}
.page-card { margin: 0 0 16px; }
.toolbar { margin-bottom: 16px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.login-wrap {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #0f2b4c 0%, #1a5276 45%, #2471a3 100%);
}
.login-card { width: 400px; }
.brand { text-align: center; margin-bottom: 24px; color: #fff; }
.brand h1 { margin: 0; font-size: 28px; letter-spacing: 2px; }
.brand p { opacity: .85; margin-top: 8px; }

.logo[data-v-024068f5] { color:#fff; padding:16px; font-weight:600; white-space:nowrap; overflow:hidden;
}
.header[data-v-024068f5] { background:#fff; display:flex; justify-content:flex-end; align-items:center; gap:8px; padding:0 16px;
}

.toolbar[data-v-fa2ba1fd] { display: flex; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; align-items: center;
}
.muted[data-v-fa2ba1fd] { color: #8a9bb0; font-size: 12px;
}
.err[data-v-fa2ba1fd] { color: #c0392b; font-size: 12px; margin-top: 4px; max-width: 220px; word-break: break-all;
}
.perm-tree[data-v-fa2ba1fd] { display: flex; flex-direction: column; gap: 14px;
}
.perm-group[data-v-fa2ba1fd] { background: #f7f9fc; border-radius: 8px; padding: 12px 14px;
}
.perm-group-title[data-v-fa2ba1fd] { font-weight: 600; margin-bottom: 8px;
}
.perm-children[data-v-fa2ba1fd] { display: flex; flex-wrap: wrap; gap: 8px 16px; padding-left: 22px;
}

.toolbar[data-v-0216cb5c] { display: flex; gap: 10px; margin-bottom: 16px; flex-wrap: wrap;
}
.muted[data-v-0216cb5c] { color: #8a9bb0; font-size: 12px; margin-top: 4px;
}
.err[data-v-0216cb5c] { color: #c0392b; font-size: 12px; margin-top: 4px; max-width: 220px; word-break: break-all;
}

.merchant-shell[data-v-46ccdcd5] { min-height: 100%; background: #fff;
}
.main-wrap[data-v-46ccdcd5] { background: #fff;
}
.sider[data-v-46ccdcd5] {
  background: #fff !important;
  border-right: 1px solid #eef1f5;
}
.sider[data-v-46ccdcd5] .ant-layout-sider-children {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.sider[data-v-46ccdcd5] .ant-layout-sider-trigger {
  background: #fff;
  color: #5b6b7c;
  border-top: 1px solid #eef1f5;
  border-right: 1px solid #eef1f5;
}
.sider[data-v-46ccdcd5] .ant-menu {
  background: #fff;
  border-inline-end: none !important;
  flex: 1;
  overflow: auto;
}
.sider[data-v-46ccdcd5] .ant-menu-submenu-title,
.sider[data-v-46ccdcd5] .ant-menu-item {
  color: #3a4a5c;
  margin-inline: 8px;
  width: calc(100% - 16px);
  border-radius: 8px;
}
.sider[data-v-46ccdcd5] .ant-menu-item-selected {
  background: #eaf3fb !important;
  color: #005BAB !important;
  font-weight: 600;
}
.sider[data-v-46ccdcd5] .ant-menu-submenu-selected > .ant-menu-submenu-title {
  color: #005BAB;
}
.sider[data-v-46ccdcd5] .ant-menu-item:hover,
.sider[data-v-46ccdcd5] .ant-menu-submenu-title:hover {
  color: #005BAB !important;
  background: #f5f9fc !important;
}
.logo[data-v-46ccdcd5] {
  height: 64px; display:flex; align-items:center; gap:10px; padding:0 16px;
  border-bottom: 1px solid #eef1f5;
  background: #fff;
  flex-shrink: 0;
}
.logo img[data-v-46ccdcd5] { width:28px; height:28px; border-radius:6px; object-fit:contain; background:transparent;
}
.logo-text[data-v-46ccdcd5] { display:flex; flex-direction:column; line-height:1.15; color:#14233a;
}
.logo-text strong[data-v-46ccdcd5] { font-size:14px;
}
.logo-text small[data-v-46ccdcd5] { font-size:11px; color:#8a9aab;
}
.logo-mini[data-v-46ccdcd5] { color:#005BAB; font-size:18px; margin:0 auto;
}
.topbar[data-v-46ccdcd5] {
  background: #fff;
  border-bottom: 1px solid #eef1f5;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 20;
}
.topbar-row[data-v-46ccdcd5] {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar-left[data-v-46ccdcd5] {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 1;
}
.site-btn[data-v-46ccdcd5] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  background: #fff;
  color: #14233a;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.site-btn[data-v-46ccdcd5]:hover { border-color: #005BAB; color: #005BAB;
}
.caret[data-v-46ccdcd5] { font-size: 10px; color: #8a9aab;
}
.site-link[data-v-46ccdcd5] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 280px;
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  background: #f3f8fd;
  color: #005BAB;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
  min-width: 0;
}
.site-link span[data-v-46ccdcd5] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-link[data-v-46ccdcd5]:hover {
  background: #e6f0fa;
  color: #004a8f;
}
.status-inline[data-v-46ccdcd5] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #6b7c8f;
  font-size: 13px;
  flex-wrap: wrap;
}
.status-inline b[data-v-46ccdcd5] { color: #14233a; font-weight: 600;
}
.status-inline .warn[data-v-46ccdcd5], .status-inline .warn b[data-v-46ccdcd5] { color: #d46b08;
}
.status-inline .danger[data-v-46ccdcd5], .status-inline .danger b[data-v-46ccdcd5] { color: #cf1322;
}
.dot[data-v-46ccdcd5] {
  width: 3px; height: 3px; border-radius: 50%; background: #c5d0dc; display: inline-block;
}
.renew-chip[data-v-46ccdcd5] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fffbe6;
  border: 1px solid #ffe58f;
  color: #ad6800;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
}
.renew-chip .renew-now[data-v-46ccdcd5] {
  color: #005BAB;
  font-weight: 600;
  cursor: pointer;
}
.renew-chip .renew-now[data-v-46ccdcd5]:hover { opacity: .85;
}
.renew-banner[data-v-46ccdcd5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fffbe6;
  border: 1px solid #ffe58f;
}
.renew-banner-text[data-v-46ccdcd5] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  color: #614700;
  font-size: 13px;
}
.renew-banner-text strong[data-v-46ccdcd5] { color: #ad6800; font-size: 14px;
}
.renew-banner-btn[data-v-46ccdcd5] {
  background: #005BAB;
  border-color: #005BAB;
  border-radius: 8px;
  flex-shrink: 0;
}
.renew-modal-body[data-v-46ccdcd5] { text-align: center;
}
.renew-modal-tip[data-v-46ccdcd5] { margin: 0 0 16px; color: #5b6b7c; font-size: 13px; line-height: 1.6;
}
.renew-modal-actions[data-v-46ccdcd5] { margin-top: 18px;
}
.expire-lock-hint[data-v-46ccdcd5] {
  margin: 24px auto;
  max-width: 520px;
  padding: 18px 20px;
  border-radius: 12px;
  background: #fff2f0;
  border: 1px solid #ffccc7;
  color: #a8071a;
  text-align: center;
  font-size: 14px;
}
.content-locked[data-v-46ccdcd5] {
  pointer-events: none;
  user-select: none;
  filter: grayscale(0.15);
}
.content-locked .expire-lock-hint[data-v-46ccdcd5] { pointer-events: auto;
}
.qr-wrap[data-v-46ccdcd5] {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  margin-bottom: 16px;
}
.qr-wrap img[data-v-46ccdcd5] {
  width: 200px; height: 200px; object-fit: contain;
  border: 1px solid #eef1f5; border-radius: 12px; background: #fff; padding: 8px;
}
.qr-wrap small[data-v-46ccdcd5] { color: #8a9aab;
}
.contact-list[data-v-46ccdcd5] {
  list-style: none; margin: 0; padding: 0;
  text-align: left; border-top: 1px solid #f0f0f0;
}
.contact-list li[data-v-46ccdcd5] {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid #f5f7fa;
  color: #6b7c8f; font-size: 13px;
}
.contact-list b[data-v-46ccdcd5] { color: #14233a; font-weight: 600;
}
.topbar-right[data-v-46ccdcd5] {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.quick-actions[data-v-46ccdcd5] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 14px;
  border-right: 1px solid #eef1f5;
}
.qa-btn[data-v-46ccdcd5] {
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  border-color: #e6ebf2;
  color: #3a4a5c;
  background: #fff;
  box-shadow: none;
}
.qa-btn[data-v-46ccdcd5]:hover {
  color: #005BAB;
  border-color: #b7d4ef;
  background: #f3f8fd;
}
.user-box[data-v-46ccdcd5] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.avatar[data-v-46ccdcd5] { background: linear-gradient(135deg, #005BAB, #19A974); color: #fff; font-size: 12px;
}
.uname[data-v-46ccdcd5] { color: #14233a; font-weight: 500; font-size: 13px;
}
.logout[data-v-46ccdcd5] { color: #005BAB; font-size: 13px; cursor: pointer;
}
.logout[data-v-46ccdcd5]:hover { opacity: .8;
}
.content[data-v-46ccdcd5] {
  padding: 20px;
  min-height: calc(100vh - 64px);
  background: #fff;
}
.renew-alert[data-v-46ccdcd5] { margin: 0 0 16px; border-radius: 10px;
}
.active[data-v-46ccdcd5] { background: #e6f4ff;
}
@media (max-width: 1200px) {
.status-inline[data-v-46ccdcd5] { display: none;
}
}
@media (max-width: 900px) {
.renew-chip span[data-v-46ccdcd5] { display: none;
}
}
@media (max-width: 900px) {
.quick-actions .qa-btn[data-v-46ccdcd5]:nth-child(n+3) { display: none;
}
}

.echart[data-v-ebacd7f4] { width: 100%; min-height: 240px;
}

.dash[data-v-d3eaf408] { color: #14233a;
}
.dash-head[data-v-d3eaf408] {
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; align-items:flex-end;
  margin-bottom:18px; padding-bottom:14px; border-bottom:1px solid #eef1f5;
}
.eyebrow[data-v-d3eaf408] { color:#005BAB; font-size:12px; letter-spacing:.08em; margin-bottom:6px;
}
.dash-head h2[data-v-d3eaf408] { margin:0 0 6px; font-size:24px; color:#14233a;
}
.dash-head p[data-v-d3eaf408] { margin:0; color:#6b7c8f;
}
.head-right[data-v-d3eaf408] { display:flex; align-items:center; gap:12px;
}
.clock[data-v-d3eaf408] {
  font-variant-numeric: tabular-nums; color:#6b7c8f; font-size:13px;
  padding:7px 12px; border-radius:8px; background:#f7f9fc; border:1px solid #eef1f5;
}
.kpi-row[data-v-d3eaf408] {
  display:grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap:12px; margin-bottom:16px;
}
.kpi[data-v-d3eaf408] {
  border-radius:14px; padding:14px 16px; min-height:108px; color:#fff;
  box-shadow: 0 8px 20px rgba(20,35,58,.08);
}
.kpi-top[data-v-d3eaf408] { display:flex; justify-content:space-between; align-items:center; font-size:13px; opacity:.92;
}
.kpi-icon[data-v-d3eaf408] { font-size:18px;
}
.kpi-value[data-v-d3eaf408] { margin-top:10px; font-size:28px; font-weight:700; letter-spacing:.02em;
}
.kpi-foot[data-v-d3eaf408] { margin-top:8px; font-size:12px; opacity:.8;
}
.g0[data-v-d3eaf408] { background: linear-gradient(135deg, #5B8CFF, #7B61FF);
}
.g1[data-v-d3eaf408] { background: linear-gradient(135deg, #F7941D, #FDC300);
}
.g2[data-v-d3eaf408] { background: linear-gradient(135deg, #19A974, #36D6C3);
}
.g3[data-v-d3eaf408] { background: linear-gradient(135deg, #EB2F96, #FF6B9D);
}
.g4[data-v-d3eaf408] { background: linear-gradient(135deg, #005BAB, #36A2FF);
}
.g5[data-v-d3eaf408] { background: linear-gradient(135deg, #13C2C2, #2F54EB);
}
.panel[data-v-d3eaf408] {
  border-radius: 14px !important;
  border: 1px solid #eef1f5 !important;
  box-shadow: none !important;
  background: #fff !important;
}
.modules-panel[data-v-d3eaf408] { margin-top: 16px;
}
.alert-list[data-v-d3eaf408] { display:flex; flex-direction:column; gap:10px;
}
.alert-item[data-v-d3eaf408] { padding:12px; border-radius:10px; background:#f7f9fc; border:1px solid #eef1f5;
}
.alert-item.warn[data-v-d3eaf408] { background:#fff8f0; border-color:#ffe2bd;
}
.alert-item.critical[data-v-d3eaf408] { background:#fff2f0; border-color:#ffccc7;
}
.alert-title[data-v-d3eaf408] { font-weight:600; margin-bottom:4px; color:#14233a;
}
.alert-desc[data-v-d3eaf408] { color:#6b7c8f; font-size:12px; line-height:1.5;
}
.module-grid[data-v-d3eaf408] { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px;
}
.module-card[data-v-d3eaf408] {
  display:flex; gap:10px; align-items:center; padding:12px; border-radius:12px; cursor:pointer;
  background:#fff; border:1px solid #eef1f5; transition: all .2s ease;
}
.module-card[data-v-d3eaf408]:hover { border-color:#b7d4ef; box-shadow:0 8px 18px rgba(0,91,171,.08); transform:translateY(-2px);
}
.module-icon[data-v-d3eaf408] {
  width:38px; height:38px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  color:#fff; font-weight:700; flex-shrink:0;
}
.module-card strong[data-v-d3eaf408] { display:block; color:#14233a; font-size:14px;
}
.module-card span[data-v-d3eaf408] { display:block; color:#6b7c8f; font-size:12px; margin-top:2px;
}
@media (max-width: 1200px) {
.kpi-row[data-v-d3eaf408], .module-grid[data-v-d3eaf408] { grid-template-columns: repeat(3, minmax(0,1fr));
}
}
@media (max-width: 768px) {
.kpi-row[data-v-d3eaf408], .module-grid[data-v-d3eaf408] { grid-template-columns: repeat(2, minmax(0,1fr));
}
}

.sites-page[data-v-8536ad6b] { color: #0b1e36;
}
.sites-hero[data-v-8536ad6b] {
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; align-items:center;
  margin-bottom:20px; padding:0 0 18px;
  border-bottom: 1px solid #eef1f5;
  color:#14233a;
}
.eyebrow[data-v-8536ad6b] { font-size:12px; color:#005BAB; margin-bottom:6px; letter-spacing:.08em;
}
.sites-hero h2[data-v-8536ad6b] { margin:0 0 8px; color:#14233a; font-size:24px;
}
.sites-hero p[data-v-8536ad6b] { margin:0; color:#6b7c8f; max-width:520px;
}
.hero-right[data-v-8536ad6b] { display:flex; align-items:center; gap:14px;
}
.quota-ring[data-v-8536ad6b] {
  width:84px; height:84px; border-radius:50%;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background: #f5f8fc; border:1px solid #e6ebf2; color:#14233a;
}
.quota-num[data-v-8536ad6b] { font-size:22px; font-weight:700; line-height:1;
}
.quota-num span[data-v-8536ad6b] { font-size:13px; color:#6b7c8f; margin-left:2px;
}
.quota-label[data-v-8536ad6b] { font-size:11px; color:#8a9aab; margin-top:4px;
}
.create-btn[data-v-8536ad6b] { height:40px; font-weight:600;
}
.site-card[data-v-8536ad6b] {
  background:#fff; border-radius:18px; overflow:hidden;
  border:1px solid #e8eef5; box-shadow:0 10px 28px rgba(15,35,52,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.site-card[data-v-8536ad6b]:hover { transform: translateY(-3px); box-shadow:0 16px 36px rgba(15,35,52,.12);
}
.site-card.current[data-v-8536ad6b] { border-color:#7eb6e8; box-shadow:0 12px 28px rgba(0,91,171,.16);
}
.preview-frame[data-v-8536ad6b] { position:relative;
}
.browser-bar[data-v-8536ad6b] {
  display:flex; align-items:center; gap:6px; padding:10px 12px; background:#0f2138; color:#9db0c5;
}
.dot[data-v-8536ad6b] { width:8px; height:8px; border-radius:50%; display:inline-block;
}
.dot.r[data-v-8536ad6b] { background:#ff5f57;
}
.dot.y[data-v-8536ad6b] { background:#febc2e;
}
.dot.g[data-v-8536ad6b] { background:#28c840;
}
.url[data-v-8536ad6b] {
  margin-left:8px; flex:1; font-size:12px; padding:4px 10px; border-radius:999px;
  background:rgba(255,255,255,.08); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.preview-body[data-v-8536ad6b] {
  position:relative; height:180px; overflow:hidden;
}
.preview-mock[data-v-8536ad6b] { position:absolute; inset:18px 18px 18px; opacity:.35;
}
.mock-nav[data-v-8536ad6b] { height:14px; border-radius:6px; background:rgba(255,255,255,.55); margin-bottom:10px; width:55%;
}
.mock-hero[data-v-8536ad6b] { height:54px; border-radius:10px; background:rgba(255,255,255,.28); margin-bottom:10px;
}
.mock-grid[data-v-8536ad6b] { display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px;
}
.mock-grid i[data-v-8536ad6b] { display:block; height:28px; border-radius:6px; background:rgba(255,255,255,.22);
}
.preview-overlay[data-v-8536ad6b] {
  position:absolute; left:18px; bottom:18px; z-index:2; color:#fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.preview-brand[data-v-8536ad6b] { font-size:18px; font-weight:700;
}
.preview-meta[data-v-8536ad6b] { font-size:12px; opacity:.85; margin-top:4px;
}
.preview-actions[data-v-8536ad6b] {
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center; gap:10px;
  background:rgba(7,24,44,.55); opacity:0; transition:opacity .2s ease; z-index:3;
}
.site-card:hover .preview-actions[data-v-8536ad6b] { opacity:1;
}
.site-info[data-v-8536ad6b] { padding:16px 18px 18px;
}
.title-row[data-v-8536ad6b] { display:flex; justify-content:space-between; align-items:center; gap:8px; margin-bottom:12px;
}
.title-row h3[data-v-8536ad6b] { margin:0; font-size:16px;
}
.info-grid[data-v-8536ad6b] {
  display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:14px;
  padding:12px; border-radius:12px; background:#f6f9fc;
}
.info-grid small[data-v-8536ad6b] { display:block; color:#8a9aab; font-size:11px;
}
.info-grid strong[data-v-8536ad6b] { font-size:13px; color:#0b1e36;
}
.card-ops[data-v-8536ad6b] { display:flex; gap:14px;
}
.card-ops a[data-v-8536ad6b] { color:#005BAB; font-size:13px;
}
.create-card[data-v-8536ad6b] {
  min-height:360px; display:flex; flex-direction:column; align-items:center; justify-content:center;
  border:1px dashed #b7c9dc; background:linear-gradient(180deg,#f8fbff,#fff); cursor:pointer; text-align:center; padding:24px;
}
.create-card .plus[data-v-8536ad6b] { font-size:36px; color:#005BAB; margin-bottom:10px;
}
.create-card h3[data-v-8536ad6b] { margin:0 0 8px;
}
.create-card p[data-v-8536ad6b] { margin:0; color:#6b7c8f; max-width:220px;
}

.rich-editor[data-v-3f40161f] {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.rich-editor[data-v-3f40161f]:hover { border-color: #4096ff;
}
.rich-editor[data-v-3f40161f]:focus-within {
  border-color: #1677ff;
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.12);
}
.rich-toolbar[data-v-3f40161f] {
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}
.rich-body[data-v-3f40161f] {
  overflow-y: auto;
  background: #fff;
}
.rich-editor.disabled[data-v-3f40161f] {
  opacity: 0.7;
  pointer-events: none;
}

.domain-row[data-v-d7b5feeb] { display: flex; align-items: center; gap: 8px;
}
.domain-suffix[data-v-d7b5feeb] { color: #14233a; font-weight: 600; white-space: nowrap;
}
.domain-hint[data-v-d7b5feeb] { margin-top: 8px; font-size: 13px; color: #5b6b7c;
}
.domain-hint a[data-v-d7b5feeb] { color: #005BAB; word-break: break-all;
}
.muted[data-v-d7b5feeb] { color: #8a9aab; font-size: 12px;
}
.upload-block[data-v-d7b5feeb] { display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.preview[data-v-d7b5feeb] {
  border: 1px dashed #d9e2ec; border-radius: 12px; background: #f8fafc;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.logo-preview[data-v-d7b5feeb] { width: 160px; height: 64px; padding: 8px;
}
.favicon-preview[data-v-d7b5feeb], .qr-preview[data-v-d7b5feeb] { width: 64px; height: 64px; padding: 8px;
}
.preview img[data-v-d7b5feeb] { max-width: 100%; max-height: 100%; object-fit: contain;
}
.preview.empty[data-v-d7b5feeb] { color: #8a9aab; font-size: 12px;
}
.upload-actions[data-v-d7b5feeb] { display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
}
.save-tip[data-v-d7b5feeb] { margin-left: 12px; color: #8a9aab; font-size: 12px;
}

.toolbar[data-v-d0770db0] { display: flex; gap: 10px; margin-bottom: 16px; flex-wrap: wrap;
}
.muted[data-v-d0770db0] { color: #8a9bb0; font-size: 12px; margin-top: 4px;
}
.err[data-v-d0770db0] { color: #c0392b; font-size: 12px; margin-top: 4px; max-width: 240px; word-break: break-all;
}
.ok-msg[data-v-d0770db0] { color: #5b6b7c; font-size: 12px; margin-top: 4px; max-width: 240px; word-break: break-all;
}
code[data-v-d0770db0] { background: #f5f8fc; padding: 1px 6px; border-radius: 4px;
}

.toolbar[data-v-810a3388] { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap;
}
.tpl[data-v-810a3388] { color: #6b7c8f; font-size: 12px;
}
.tpl-tip[data-v-810a3388] { color: #8a9aab; font-size: 12px; margin: -4px 0 12px; line-height: 1.5;
}
.edit-page-link[data-v-810a3388] { color: #005BAB; font-weight: 500;
}

.toolbar[data-v-23c21dc3] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.tip[data-v-23c21dc3] { color: #64748b; font-size: 13px;
}
.tip code[data-v-23c21dc3] {
  background: #f1f5f9;
  padding: 1px 6px;
  border-radius: 4px;
}
.add-btn[data-v-23c21dc3] { margin-top: 10px;
}
.muted[data-v-23c21dc3] { color: #bfbfbf;
}

.cat-layout[data-v-3e074d14] {
  display: flex;
  gap: 0;
  min-height: calc(100vh - 180px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.cat-side[data-v-3e074d14] {
  width: 280px;
  flex-shrink: 0;
  border-right: 1px solid #f0f0f0;
  background: #fafbfc;
  display: flex;
  flex-direction: column;
  transition: width 0.2s;
}
.cat-layout.collapsed .cat-side[data-v-3e074d14] {
  width: 48px;
}
.side-head[data-v-3e074d14] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px 10px 14px;
  border-bottom: 1px solid #f0f0f0;
  min-height: 48px;
}
.cat-layout.collapsed .side-title[data-v-3e074d14] {
  display: none;
}
.side-title[data-v-3e074d14] {
  font-weight: 600;
  font-size: 13px;
  color: #1f2937;
}
.side-body[data-v-3e074d14] {
  flex: 1;
  overflow: auto;
  padding: 8px 4px 16px;
}
.cat-main[data-v-3e074d14] {
  flex: 1;
  min-width: 0;
  padding: 16px;
  background: #fff;
}
.tree-node[data-v-3e074d14] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  padding-right: 2px;
  min-height: 28px;
}
.node-label[data-v-3e074d14] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
}
.rename-input[data-v-3e074d14] {
  flex: 1;
  min-width: 0;
  margin-right: 4px;
}
.node-actions[data-v-3e074d14] {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  opacity: 0.35;
  transition: opacity 0.15s;
}
.tree-node:hover .node-actions[data-v-3e074d14],
.tree-node.renaming .node-actions[data-v-3e074d14],[data-v-3e074d14] .ant-tree-treenode-selected .node-actions {
  opacity: 1;
}
.icon-btn[data-v-3e074d14] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 4px;
  color: #64748b;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
}
.icon-btn[data-v-3e074d14]:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.06);
  color: #1677ff;
}
.icon-btn.danger[data-v-3e074d14]:hover {
  color: #ff4d4f;
  background: rgba(255, 77, 79, 0.08);
}
.icon-btn.disabled[data-v-3e074d14],
.icon-btn[data-v-3e074d14]:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
[data-v-3e074d14] .ant-tree-treenode {
  padding: 1px 0;
}
[data-v-3e074d14] .ant-tree-node-content-wrapper {
  flex: 1;
  min-width: 0;
}
[data-v-3e074d14] .ant-tree-draggable-icon {
  opacity: 0.45;
}
[data-v-3e074d14] .cat-tree .ant-tree-treenode-draggable {
  cursor: grab;
}

.toolbar[data-v-f9c8a3fa] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  align-items: center;
}
.hint[data-v-f9c8a3fa] {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 12px;
}

.asset-block[data-v-9dfe8b7c] {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.preview[data-v-9dfe8b7c] {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cover-preview[data-v-9dfe8b7c], .img-preview[data-v-9dfe8b7c] {
  width: 140px;
  height: 84px;
}
.preview img[data-v-9dfe8b7c] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview.empty[data-v-9dfe8b7c] {
  color: #bfbfbf;
  font-size: 12px;
}
.asset-actions[data-v-9dfe8b7c] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.asset-actions.row[data-v-9dfe8b7c] {
  flex-direction: row;
  align-items: center;
}
.field-tag[data-v-9dfe8b7c] {
  margin-top: 6px;
  color: #8c8c8c;
  font-size: 12px;
}
.field-tag code[data-v-9dfe8b7c] {
  background: #f5f5f5;
  padding: 1px 6px;
  border-radius: 4px;
  color: #1677ff;
}
.empty-fields[data-v-9dfe8b7c] {
  margin: 0 0 20px 12.5%;
  color: #8c8c8c;
  font-size: 13px;
}
.empty-fields a[data-v-9dfe8b7c] { margin-left: 6px;
}

.code-editor-host[data-v-b4edfcf4] {
  width: 100%;
  height: 100%;
  min-height: 180px;
  overflow: hidden;
  background: #fff;
}
.code-editor-host[data-v-b4edfcf4] .cm-editor {
  height: 100%;
}
.code-editor-host[data-v-b4edfcf4] .cm-focused {
  outline: none;
}

.tag-panel[data-v-321fe84b] {
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  background:
    linear-gradient(180deg, #f4f8fc 0%, #eef4fa 48%, #f7fafc 100%);
  border-left: 1px solid #dce6f0;
}
.panel-head[data-v-321fe84b] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(0, 91, 171, 0.1);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}
.head-text[data-v-321fe84b] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.head-text strong[data-v-321fe84b] {
  font-size: 14px;
  color: #10243f;
  letter-spacing: 0.02em;
}
.head-text small[data-v-321fe84b] {
  font-size: 11px;
  color: #7a8ba0;
}
.docs-link[data-v-321fe84b] {
  font-size: 12px;
  color: #005BAB;
  font-weight: 600;
  padding: 2px 0;
  white-space: nowrap;
}
.panel-body[data-v-321fe84b] {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 12px 14px 20px;
}
.section[data-v-321fe84b] {
  margin-bottom: 16px;
}
.section-title[data-v-321fe84b] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #3d5168;
  letter-spacing: 0.04em;
}
.dot[data-v-321fe84b] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 91, 171, 0.08);
}
.chip-grid[data-v-321fe84b] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.chip[data-v-321fe84b] {
  appearance: none;
  border: 1px solid #d7e3ef;
  background: #fff;
  border-radius: 10px;
  padding: 9px 10px;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, background .15s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 44px;
}
.chip[data-v-321fe84b]:hover {
  border-color: #8bb8e3;
  background: #f3f8fd;
  box-shadow: 0 6px 16px rgba(0, 91, 171, 0.08);
  transform: translateY(-1px);
}
.chip[data-v-321fe84b]:active {
  transform: translateY(0);
  box-shadow: none;
}
.chip-label[data-v-321fe84b] {
  font-size: 12px;
  font-weight: 600;
  color: #1d334d;
  line-height: 1.3;
}
.chip-badge[data-v-321fe84b] {
  align-self: flex-start;
  font-size: 10px;
  color: #005BAB;
  background: #e7f1fb;
  border-radius: 999px;
  padding: 1px 7px;
  font-weight: 600;
}
.channel-section[data-v-321fe84b] {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dce7f2;
  box-shadow: 0 4px 14px rgba(16, 36, 63, 0.04);
}
.channel-select[data-v-321fe84b] {
  width: 100%;
  margin-bottom: 10px;
}
.channel-actions[data-v-321fe84b] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.action-btn[data-v-321fe84b] {
  appearance: none;
  border: 1px solid #d7e3ef;
  background: #fff;
  border-radius: 10px;
  height: 34px;
  font-size: 12px;
  font-weight: 600;
  color: #3d5168;
  cursor: pointer;
  transition: .15s ease;
}
.action-btn[data-v-321fe84b]:hover:not(:disabled) {
  border-color: #8bb8e3;
  color: #005BAB;
}
.action-btn.primary[data-v-321fe84b] {
  background: linear-gradient(135deg, #005BAB, #0071BC);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 91, 171, 0.22);
}
.action-btn.primary[data-v-321fe84b]:hover:not(:disabled) {
  filter: brightness(1.05);
  color: #fff;
}
.action-btn[data-v-321fe84b]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.layout[data-v-3e2d15d9] { display: flex; gap: 16px; min-height: 480px;
}
.type-nav[data-v-3e2d15d9] {
  width: 160px; flex-shrink: 0; border-right: 1px solid #f0f0f0; padding-right: 12px;
}
.type-item[data-v-3e2d15d9] {
  padding: 10px 12px; border-radius: 8px; cursor: pointer; color: #3a4a5c; margin-bottom: 4px;
}
.type-item[data-v-3e2d15d9]:hover { background: #f5f9fc; color: #005BAB;
}
.type-item.active[data-v-3e2d15d9] { background: #eaf3fb; color: #005BAB; font-weight: 600;
}
.main[data-v-3e2d15d9] { flex: 1; min-width: 0;
}
.toolbar[data-v-3e2d15d9] { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap;
}
.name-cell[data-v-3e2d15d9] { display: flex; flex-direction: column; gap: 2px;
}
.name-cell small[data-v-3e2d15d9] { color: #8a9aab; font-size: 12px;
}
.used-label[data-v-3e2d15d9] { color: #5b6b7c; font-size: 13px;
}
.drawer-title[data-v-3e2d15d9] { display: flex; flex-direction: column; line-height: 1.2;
}
.drawer-title small[data-v-3e2d15d9] { color: #8a9aab; font-size: 12px; font-weight: 400; margin-top: 4px;
}
.editor-shell[data-v-3e2d15d9] { display: flex; flex-direction: column; height: 100%; min-height: 0;
}
.meta-bar[data-v-3e2d15d9] { padding: 12px 16px; border-bottom: 1px solid #f0f0f0; background: #fafafa;
}
.meta-form[data-v-3e2d15d9] { row-gap: 8px;
}
.preview-hint[data-v-3e2d15d9] {
  margin-top: 8px;
  color: #005BAB;
  font-size: 12px;
  background: #eaf3fb;
  border-radius: 6px;
  padding: 6px 10px;
}
.editor-tabs[data-v-3e2d15d9] { padding: 0 16px; background: #fff; flex-shrink: 0;
}
.tab-body[data-v-3e2d15d9] { position: relative; flex: 1; min-height: 0;
}
.code-full[data-v-3e2d15d9], .preview-pane[data-v-3e2d15d9] { position: absolute; inset: 0;
}
.code-full[data-v-3e2d15d9] { display: flex; flex-direction: column;
}
.code-with-tags[data-v-3e2d15d9] { flex-direction: row; align-items: stretch;
}
.code-editor-wrap[data-v-3e2d15d9] { flex: 1; min-width: 0; min-height: 0; position: relative;
}
.code-editor-wrap[data-v-3e2d15d9] .code-editor-host { position: absolute; inset: 0;
}
.preview-pane[data-v-3e2d15d9] { display: flex; flex-direction: column; background: #f5f7fa;
}
.preview-toolbar[data-v-3e2d15d9] {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 12px;
  background: #fff;
  border-bottom: 1px solid #eef1f5;
  flex-shrink: 0;
}
.warn-banner[data-v-3e2d15d9] { margin: 0;
}
.preview-frame[data-v-3e2d15d9] {
  position: relative;
  z-index: 1;
  flex: 1; width: 100%; border: 0; background: #fff; min-height: 0;
}
.clone-tip[data-v-3e2d15d9] { color: #5b6b7c; margin-bottom: 12px;
}

.tpl-editor-drawer .ant-drawer-body { background: #fff;
}
.tpl-editor-drawer .ant-tabs-nav { margin-bottom: 0;
}
/* 仅用 Tabs 做页签头，内容在外部渲染；隐藏空 content，避免挡住下方按钮 */
.tpl-editor-drawer .ant-tabs-content-holder { display: none !important; height: 0 !important; overflow: hidden !important;
}

.toolbar[data-v-91e9846f] { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap;
}
.url-cell[data-v-91e9846f] { display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.copy-btn[data-v-91e9846f] { font-size: 12px; white-space: nowrap;
}
.path-code[data-v-91e9846f] {
  display: inline-block;
  padding: 2px 8px;
  background: #f3f8fd;
  border-radius: 6px;
  color: #005BAB;
  font-size: 12px;
}
.drawer-title[data-v-91e9846f] { display: flex; flex-direction: column; line-height: 1.2;
}
.drawer-title small[data-v-91e9846f] { margin-top: 4px; color: rgba(0,0,0,.45); font-size: 12px; font-weight: 400;
}
.editor-shell[data-v-91e9846f] { display: flex; flex-direction: column; height: 100%; min-height: 0; background: #fff;
}
.meta-bar[data-v-91e9846f] {
  padding: 12px 16px; border-bottom: 1px solid #f0f0f0; background: #fafafa; flex-shrink: 0;
}
.meta-form[data-v-91e9846f] .ant-form-item { margin-bottom: 0; margin-right: 16px;
}
.meta-tip[data-v-91e9846f] { margin-top: 8px; color: #8a9aab; font-size: 12px;
}
.seo-pane[data-v-91e9846f] { position: absolute; inset: 0; overflow: auto; padding: 16px; background: #fff;
}
.editor-tabs[data-v-91e9846f] { padding: 0 16px; flex-shrink: 0;
}
.editor-tabs[data-v-91e9846f] .ant-tabs-nav { margin-bottom: 0;
}
.tab-body[data-v-91e9846f] { flex: 1; min-height: 0; position: relative;
}
.code-full[data-v-91e9846f], .preview-pane[data-v-91e9846f], .data-pane[data-v-91e9846f] { position: absolute; inset: 0;
}
.code-full[data-v-91e9846f] { display: flex; flex-direction: column;
}
.code-with-tags[data-v-91e9846f] { flex-direction: row; align-items: stretch;
}
.code-editor-wrap[data-v-91e9846f] { flex: 1; min-width: 0; min-height: 0; position: relative;
}
.code-editor-wrap[data-v-91e9846f] .code-editor-host { position: absolute; inset: 0;
}
.preview-pane[data-v-91e9846f] { display: flex; flex-direction: column; background: #f5f7fa;
}
.preview-toolbar[data-v-91e9846f] {
  position: relative;
  z-index: 5;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 8px 12px; background: #fff; border-bottom: 1px solid #f0f0f0; flex-shrink: 0;
}
.warn-banner[data-v-91e9846f] { flex: 1; margin-left: 12px;
}
.preview-frame[data-v-91e9846f] {
  position: relative;
  z-index: 1;
  flex: 1; width: 100%; border: 0; background: #fff; min-height: 0;
}
.data-pane[data-v-91e9846f] { overflow: auto; padding: 12px 16px 24px; background: #fff;
}
.inline-edit[data-v-91e9846f] { max-width: 100%;
}

.page-editor-drawer .ant-drawer-header { padding: 12px 20px;
}
.page-editor-drawer .ant-drawer-body { background: #fff;
}
.page-editor-drawer .ant-drawer-content-wrapper { box-shadow: -8px 0 24px rgba(0,0,0,.08);
}
.page-editor-drawer .ant-tabs-content-holder { display: none !important; height: 0 !important; overflow: hidden !important;
}

.code[data-v-ef8d0297] { background:#0f172a; color:#e2e8f0; padding:16px; border-radius:8px; overflow:auto; white-space:pre-wrap; line-height:1.55;
}

.toolbar[data-v-5ec8845c] { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap;
}
.tag-code[data-v-5ec8845c] {
  font-size: 12px;
  background: #f5f7fa;
  padding: 2px 6px;
  border-radius: 4px;
  color: #334155;
}
.copy-link[data-v-5ec8845c] { margin-left: 8px; font-size: 12px;
}
.muted[data-v-5ec8845c] { color: #94a3b8;
}
.css-tip[data-v-5ec8845c] {
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.7;
}
.css-tip code[data-v-5ec8845c] {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 5px;
  background: #f1f5f9;
  border-radius: 4px;
  font-size: 11px;
}
.payload-grid[data-v-5ec8845c] { display: flex; flex-direction: column; gap: 4px;
}
.payload-row[data-v-5ec8845c] { display: flex; gap: 8px; font-size: 13px; line-height: 1.5;
}
.payload-row .k[data-v-5ec8845c] { color: #64748b; min-width: 72px; flex-shrink: 0;
}
.payload-row .v[data-v-5ec8845c] { color: #0f172a; word-break: break-all;
}
.payload-raw[data-v-5ec8845c] { font-size: 12px; color: #64748b; word-break: break-all;
}

.pos-list[data-v-e08d2039] .ant-list-item { cursor: pointer; transition: background .15s ease;
}
.pos-list[data-v-e08d2039] .ant-list-item:hover { background: #f7fbff;
}
.pos-list[data-v-e08d2039] .ant-list-item.active { background: #e6f4ff;
}
.pos-list[data-v-e08d2039] .ant-list-item-action {
  flex-wrap: wrap; margin-left: 12px; max-width: 168px;
}
.pos-list[data-v-e08d2039] .ant-list-item-action > li { padding: 0 4px;
}
.pos-name[data-v-e08d2039] { font-weight: 600;
}
.pos-meta[data-v-e08d2039] { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #8c8c8c; font-size: 12px;
}
.pos-code[data-v-e08d2039] { padding: 0 6px; border-radius: 4px; background: #f5f5f5; color: #595959;
}
.pos-desc[data-v-e08d2039] { margin-top: 4px; color: #64748b; font-size: 12px;
}
.pos-code-badge[data-v-e08d2039] { margin-top: 4px; font-size: 12px; color: #1677ff;
}
.pos-code-link[data-v-e08d2039] { white-space: nowrap;
}
.pos-del[data-v-e08d2039] { color: #ff4d4f;
}
.pos-modal-intro[data-v-e08d2039], .code-modal-intro[data-v-e08d2039] { margin: -4px 0 12px; color: #8c8c8c; font-size: 13px; line-height: 1.6;
}
.code-modal-intro code[data-v-e08d2039] { color: #1677ff;
}
.field-hint[data-v-e08d2039] { margin-top: 6px; color: #8c8c8c; font-size: 12px;
}
.field-hint code[data-v-e08d2039] { color: #1677ff;
}
.code-pane[data-v-e08d2039] {
  height: 420px; display: flex; flex-direction: column; gap: 8px;
  border: 1px solid #e8eef5; border-radius: 8px; overflow: hidden; padding: 0 0 8px;
  background: #fff;
}
.code-pane[data-v-e08d2039] .code-editor-host { flex: 1; min-height: 360px;
}
.tag-preview[data-v-e08d2039] {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 8px;
  background: linear-gradient(135deg, #f0f7ff, #f7fbff); border: 1px solid #d6e8ff;
}
.tag-label[data-v-e08d2039] { flex-shrink: 0; font-size: 12px; color: #8c8c8c;
}
.tag-preview code[data-v-e08d2039] { color: #1677ff; font-size: 13px;
}
.thumb[data-v-e08d2039] { width: 72px; height: 40px; object-fit: cover; border-radius: 4px; border: 1px solid #e8e8e8;
}
.muted[data-v-e08d2039] { color: #8c8c8c; font-size: 12px;
}
.upload-block[data-v-e08d2039] { display: flex; gap: 16px; align-items: flex-start;
}
.preview[data-v-e08d2039] {
  width: 160px; height: 90px; border: 1px solid #e8e8e8; border-radius: 8px;
  overflow: hidden; background: #fafafa; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.preview img[data-v-e08d2039] { width: 100%; height: 100%; object-fit: cover;
}
.preview.empty[data-v-e08d2039] { color: #bfbfbf; font-size: 12px;
}
.upload-actions[data-v-e08d2039] { display: flex; flex-direction: column; gap: 8px; align-items: flex-start;
}
.toolbar[data-v-e08d2039] { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; flex-wrap: wrap;
}

.analytics-page[data-v-f7b85dbe] {
  color: #14233a;
  background: #fff;
}
.analytics-hero[data-v-f7b85dbe] {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 18px 0 16px; margin-bottom: 14px;
  border-bottom: 1px solid #eef1f5; color: #14233a;
}
.analytics-hero .eyebrow[data-v-f7b85dbe] { font-size: 12px; color: #005BAB; margin-bottom: 6px; letter-spacing: .08em;
}
.analytics-hero h2[data-v-f7b85dbe] { margin: 0 0 8px; font-size: 24px; color: #14233a;
}
.analytics-hero p[data-v-f7b85dbe] { margin: 0; max-width: 640px; color: #6b7c8f; line-height: 1.6;
}
.hero-actions[data-v-f7b85dbe] { display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.metric-card[data-v-f7b85dbe] {
  border-radius: 14px; padding: 16px 18px; min-height: 96px; color: #fff;
  background: linear-gradient(135deg, #5B8CFF, #7B61FF);
  box-shadow: 0 8px 18px rgba(20,35,58,.08);
}
.metric-card[data-v-f7b85dbe]:nth-child(6n+2) { background: linear-gradient(135deg, #F7941D, #FDC300);
}
.metric-card[data-v-f7b85dbe]:nth-child(6n+3) { background: linear-gradient(135deg, #19A974, #36D6C3);
}
.metric-card[data-v-f7b85dbe]:nth-child(6n+4) { background: linear-gradient(135deg, #EB2F96, #FF6B9D);
}
.metric-card[data-v-f7b85dbe]:nth-child(6n+5) { background: linear-gradient(135deg, #005BAB, #36A2FF);
}
.metric-card[data-v-f7b85dbe]:nth-child(6n) { background: linear-gradient(135deg, #13C2C2, #2F54EB);
}
.metric-card.accent[data-v-f7b85dbe] { background: linear-gradient(135deg, #5B8CFF, #19A974);
}
.metric-card.danger[data-v-f7b85dbe] { background: linear-gradient(135deg, #cf1322, #ff7875);
}
.metric-label[data-v-f7b85dbe] { color: rgba(255,255,255,.9); font-size: 13px; margin-bottom: 8px;
}
.metric-value[data-v-f7b85dbe] { font-size: 26px; font-weight: 700; color: #fff; line-height: 1.1;
}
.metric-value small[data-v-f7b85dbe] { font-size: 13px; margin-left: 4px; font-weight: 500; color: rgba(255,255,255,.85);
}
.metric-desc[data-v-f7b85dbe] { margin-top: 6px; color: rgba(255,255,255,.8); font-size: 12px;
}
.panel[data-v-f7b85dbe] {
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid #eef1f5 !important;
  box-shadow: none !important;
}
.toolbar[data-v-f7b85dbe] { display: flex; gap: 8px; flex-wrap: wrap;
}

.update-center[data-v-31580e64] { max-width: 1200px;
}
.head[data-v-31580e64] {
  display: flex; justify-content: space-between; gap: 16px; align-items: flex-start;
  margin-bottom: 16px;
}
.head h2[data-v-31580e64] { margin: 0 0 6px; font-size: 22px; color: #14233a;
}
.head p[data-v-31580e64] { margin: 0; color: #6b7c8f;
}
.status-row[data-v-31580e64] { margin-bottom: 16px;
}
.stat[data-v-31580e64] { display: flex; flex-direction: column; gap: 4px; min-height: 56px; justify-content: center;
}
.stat b[data-v-31580e64] { font-size: 18px; color: #14233a; word-break: break-all;
}
.stat b.url[data-v-31580e64] { font-size: 14px; color: #005BAB;
}
.stat span[data-v-31580e64] { color: #8a9aab; font-size: 12px;
}
.block[data-v-31580e64] { border-radius: 12px;
}
.btn-grid[data-v-31580e64] {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px;
}
.link-list[data-v-31580e64] { list-style: none; padding: 0; margin: 0;
}
.link-list li[data-v-31580e64] { margin: 0 0 10px;
}
.link-list a[data-v-31580e64] { color: #005BAB; cursor: pointer;
}
.hint[data-v-31580e64] { color: #8a9aab; font-size: 12px; word-break: break-all;
}
@media (max-width: 768px) {
.btn-grid[data-v-31580e64] { grid-template-columns: 1fr;
}
.head[data-v-31580e64] { flex-direction: column;
}
}
