/* ============================================================
   page-wode-zhanghao-pure.css — 我的账户 · 纯净体验覆盖
   Top-tab console layout (no sidebar rail)
   ============================================================ */

html.theme-pure #page-wode-zhanghao {
  --ink: #0f172a;
  --ink-light: #64748b;
  --paper-dot: #f8fafc;
  --wx-text-on-glass: #0f172a;
  --marker-yellow: #fef9c3;
  --marker-blue: #dbeafe;
  --marker-pink: #fce7f3;
  --marker-green: #dcfce7;
  --aurora-border: rgba(226, 232, 240, 0.95);
  --aurora-border-strong: rgba(191, 219, 254, 0.95);
  --aurora-card: rgba(255, 255, 255, 0.82);
  --muted: #94a3b8;
  --white: #0f172a;
  --inst-item-value-color: #0f172a;
  --inst-item-spec-color: #475569;
  --inst-item-hint-color: #64748b;
}

html.theme-pure #page-wode-zhanghao a {
  text-decoration: none;
}

html.theme-pure #page-wode-zhanghao .dash-header .btn-primary,
html.theme-pure #page-wode-zhanghao .btn-primary {
  border: none;
  border-radius: 9999px;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 20px -6px rgba(37, 99, 235, 0.5);
}

html.theme-pure #page-wode-zhanghao .btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

html.theme-pure #page-wode-zhanghao .btn-dash {
  border-radius: 9999px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #fff;
  color: #475569;
  font-weight: 600;
}

html.theme-pure #page-wode-zhanghao .btn-dash:hover {
  border-color: rgba(37, 99, 235, 0.45);
  background: #f8fafc;
  color: #2563eb;
}

/* Aurora 控制台内 btn-dash 特异性更高，需单独覆盖 */
html.theme-pure #page-wode-zhanghao .wx-console-stage .btn-dash {
  background: #fff;
  border-color: rgba(226, 232, 240, 0.95);
  color: #475569;
  box-shadow: none;
}

html.theme-pure #page-wode-zhanghao .wx-console-stage .btn-dash:hover {
  background: #f8fafc;
  border-color: rgba(37, 99, 235, 0.45);
  color: #2563eb;
}

html.theme-pure #page-wode-zhanghao .sketch-box {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1rem;
  box-shadow: 0 12px 40px -20px rgba(15, 23, 42, 0.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  backdrop-filter: blur(14px) saturate(1.05);
}

html.theme-pure #page-wode-zhanghao .sketch-box:hover {
  border-color: rgba(191, 219, 254, 0.95);
  transform: translateY(-2px);
}

/* sketch-box 会盖掉 btn-primary 的蓝底，导致白字不可见 */
html.theme-pure #page-wode-zhanghao .btn-primary.sketch-box {
  background: #2563eb;
  color: #fff;
  border: none;
  box-shadow: 0 6px 20px -6px rgba(37, 99, 235, 0.5);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html.theme-pure #page-wode-zhanghao .btn-primary.sketch-box:hover {
  background: #1d4ed8;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px -6px rgba(37, 99, 235, 0.55);
}

html.theme-pure #page-wode-zhanghao .btn-primary.sketch-box i,
html.theme-pure #page-wode-zhanghao .btn-primary.sketch-box svg {
  color: #fff;
}

/* ── 控制台顶栏 + Tab（合一玻璃卡片）── */

html.theme-pure #page-wode-zhanghao .account-dashboard-wrap.dashboard-layout.wx-console-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-template-columns: unset;
  max-width: min(1120px, var(--nav-inner-max));
  padding-top: 1.25rem;
}

html.theme-pure #page-wode-zhanghao .wx-console-shell {
  padding: 1.125rem 1.125rem 0.875rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.25rem;
  box-shadow: 0 16px 48px -28px rgba(15, 23, 42, 0.14);
  -webkit-backdrop-filter: blur(16px) saturate(1.04);
  backdrop-filter: blur(16px) saturate(1.04);
}

html.theme-pure #page-wode-zhanghao .wx-console-shell__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

html.theme-pure #page-wode-zhanghao .wx-console-shell__intro {
  min-width: 0;
}

html.theme-pure #page-wode-zhanghao .wx-console-shell__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #64748b;
}

html.theme-pure #page-wode-zhanghao .wx-console-shell__status {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
  animation: wx-shell-dot-pulse 2.4s ease-in-out infinite;
}

@keyframes wx-shell-dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(0.92); }
}

@media (prefers-reduced-motion: reduce) {
  html.theme-pure #page-wode-zhanghao .wx-console-shell__status {
    animation: none;
  }
}

html.theme-pure #page-wode-zhanghao .wx-console-shell__title {
  margin: 0;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(1.375rem, 2.8vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #0f172a;
}

html.theme-pure #page-wode-zhanghao .wx-console-shell__meta {
  flex-shrink: 0;
}

html.theme-pure #page-wode-zhanghao .wx-console-shell__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #475569;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .wx-console-shell__badge svg,
html.theme-pure #page-wode-zhanghao .wx-console-shell__badge i {
  width: 0.875rem;
  height: 0.875rem;
  color: #2563eb;
}

/* ── 顶栏内 Tab（分段控件）── */

html.theme-pure #page-wode-zhanghao .wx-console-shell .sidebar.wx-console-tabs {
  position: static;
  z-index: auto;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0.3rem;
  background: #f1f5f9;
  border-radius: 0.875rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs__list::-webkit-scrollbar {
  display: none;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs__list > li {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs__logout {
  flex: 0 0 auto;
  margin-left: auto;
  position: relative;
  padding-left: 0.35rem;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs__logout::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: rgba(203, 213, 225, 0.9);
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a,
html.theme-pure #page-wode-zhanghao .wx-console-tabs .wx-tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 0.55rem 0.8rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow-wrap: normal;
  hyphens: manual;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a > i,
html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a > svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  opacity: 0.7;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a .wx-rail-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a:hover {
  background: rgba(255, 255, 255, 0.65);
  color: #334155;
  transform: none;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a.active {
  background: #fff;
  border-color: transparent;
  color: #0f172a;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 2px 8px rgba(15, 23, 42, 0.06);
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a.active > i,
html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a.active > svg {
  opacity: 1;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a.sidebar-nav-link--badge {
  position: relative;
  padding-right: 0.8rem;
  justify-content: center;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a.sidebar-nav-link--badge > span:not(.sidebar-nav-badge) {
  flex: 0 1 auto;
  min-width: 0;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-nav-badge {
  position: absolute;
  top: 0.25rem;
  right: 0.375rem;
  border-color: #fff;
  box-shadow: 0 2px 6px rgba(225, 29, 72, 0.25);
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a.wx-rail-logout,
html.theme-pure #page-wode-zhanghao .wx-console-tabs .wx-tab-link--logout {
  color: #94a3b8;
  flex: 0 0 auto;
  min-width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a.wx-rail-logout:hover,
html.theme-pure #page-wode-zhanghao .wx-console-tabs .wx-tab-link--logout:hover {
  color: #dc2626;
  background: #fef2f2;
  border-color: rgba(248, 113, 113, 0.25);
}

/* ── 主内容区全宽 ── */

html.theme-pure #page-wode-zhanghao .dashboard-main.wx-console-stage {
  width: 100%;
  min-width: 0;
}

html.theme-pure #page-wode-zhanghao .wx-dash-surface.dash-panel {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 12px 40px -20px rgba(15, 23, 42, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

html.theme-pure #page-wode-zhanghao .dash-header {
  border-bottom-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .dash-header h2 {
  color: #0f172a;
  font-family: 'Space Grotesk', sans-serif;
}

html.theme-pure #page-wode-zhanghao #dashboard-welcome-email {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.25);
  color: #1d4ed8;
  box-shadow: none;
}

/* 账户卡片与修改密码 */
html.theme-pure #page-wode-zhanghao #dash-panel-overview .dash-header h2 {
  background: none;
  -webkit-text-fill-color: #0f172a;
  color: #0f172a;
}

html.theme-pure #page-wode-zhanghao .wx-account-id-card {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 0.875rem;
  box-shadow: 0 8px 24px -16px rgba(15, 23, 42, 0.08);
  margin-bottom: 1rem;
  max-width: 36rem;
}

html.theme-pure #page-wode-zhanghao .wx-account-id-card__icon {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.25);
  color: #2563eb;
  box-shadow: none;
}

html.theme-pure #page-wode-zhanghao .wx-account-id-card__label {
  color: #64748b;
}

html.theme-pure #page-wode-zhanghao .wx-account-id-card__email {
  color: #1d4ed8;
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.2);
  box-shadow: none;
}

html.theme-pure #page-wode-zhanghao .passwd-form-wrap {
  max-width: 36rem;
  gap: 1rem;
}

html.theme-pure #page-wode-zhanghao .passwd-form-lead {
  color: #64748b;
  font-weight: 600;
}

html.theme-pure #page-wode-zhanghao .passwd-form {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  box-shadow: 0 8px 24px -16px rgba(15, 23, 42, 0.08);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html.theme-pure #page-wode-zhanghao .passwd-form .support-form-label {
  color: #334155;
  letter-spacing: 0.02em;
}

html.theme-pure #page-wode-zhanghao .passwd-form .support-form-req {
  color: #dc2626;
}

html.theme-pure #page-wode-zhanghao .support-form-label,
html.theme-pure #page-wode-zhanghao .passwd-form-lead {
  color: #475569;
}

html.theme-pure #page-wode-zhanghao .support-form-input,
html.theme-pure #page-wode-zhanghao .support-form-textarea,
html.theme-pure #page-wode-zhanghao .passwd-input {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 0.625rem;
  color: #0f172a;
  box-shadow: none;
}

html.theme-pure #page-wode-zhanghao .passwd-input::placeholder {
  color: #94a3b8;
}

html.theme-pure #page-wode-zhanghao .support-form-input:focus,
html.theme-pure #page-wode-zhanghao .support-form-textarea:focus,
html.theme-pure #page-wode-zhanghao .passwd-input:focus {
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  outline: none;
  background: #fff;
}

html.theme-pure #page-wode-zhanghao #passwd-submit.btn-primary.sketch-box {
  background: #2563eb;
  border: none;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(37, 99, 235, 0.45);
}

html.theme-pure #page-wode-zhanghao #passwd-submit.btn-primary.sketch-box:hover {
  background: #1d4ed8;
  border: none;
  box-shadow: 0 6px 18px -6px rgba(37, 99, 235, 0.5);
  transform: translateY(-1px);
}

html.theme-pure #page-wode-zhanghao .passwd-form-err,
html.theme-pure #page-wode-zhanghao .support-form-err,
html.theme-pure #page-wode-zhanghao .billing-fetch-err {
  color: #dc2626;
  background: #fef2f2;
  border-color: rgba(248, 113, 113, 0.35);
}

html.theme-pure #page-wode-zhanghao .passwd-form-ok,
html.theme-pure #page-wode-zhanghao .support-form-ok {
  color: #059669;
  background: #ecfdf5;
}

/* 空状态与推荐卡 */
html.theme-pure #page-wode-zhanghao .machine-empty-state {
  max-width: none;
  padding: 0;
}

html.theme-pure #page-wode-zhanghao .machine-empty-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.875rem;
  padding: 2rem 1.5rem 1.75rem;
  margin-bottom: 1.5rem;
  border-radius: 1.125rem;
  border: 1px dashed rgba(148, 163, 184, 0.45);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0.65) 100%);
}

html.theme-pure #page-wode-zhanghao .machine-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  border: none;
  border-radius: 1rem;
  background: #eff6ff;
  box-shadow: none;
  color: #2563eb;
}

html.theme-pure #page-wode-zhanghao .machine-empty-icon svg,
html.theme-pure #page-wode-zhanghao .machine-empty-icon i {
  width: 1.625rem;
  height: 1.625rem;
}

html.theme-pure #page-wode-zhanghao .machine-empty-copy {
  max-width: 32rem;
}

html.theme-pure #page-wode-zhanghao .machine-empty-title {
  margin: 0 0 0.375rem;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  background: none;
  -webkit-text-fill-color: currentColor;
}

html.theme-pure #page-wode-zhanghao .machine-empty-lead {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.65;
  color: #64748b;
}

html.theme-pure #page-wode-zhanghao .machine-empty-cta {
  margin-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.55rem 1.125rem;
  font-size: 0.875rem;
}

html.theme-pure #page-wode-zhanghao .machine-empty-resources {
  margin-bottom: 0.75rem;
}

html.theme-pure #page-wode-zhanghao .machine-empty-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}

html.theme-pure #page-wode-zhanghao .machine-recommend-grid {
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}

html.theme-pure #page-wode-zhanghao .machine-rec-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 100%;
  padding: 1rem 1rem 0.875rem;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px -18px rgba(15, 23, 42, 0.12);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

html.theme-pure #page-wode-zhanghao .machine-rec-card:hover {
  transform: translateY(-2px);
  border-color: rgba(191, 219, 254, 0.95);
  box-shadow: 0 12px 32px -20px rgba(37, 99, 235, 0.22);
  color: inherit;
}

html.theme-pure #page-wode-zhanghao .machine-rec-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

html.theme-pure #page-wode-zhanghao .machine-rec-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  background: #eff6ff;
  color: #2563eb;
  flex-shrink: 0;
}

html.theme-pure #page-wode-zhanghao .machine-rec-icon-wrap svg,
html.theme-pure #page-wode-zhanghao .machine-rec-icon-wrap i {
  width: 1.125rem;
  height: 1.125rem;
}

html.theme-pure #page-wode-zhanghao .machine-rec-badge {
  position: static;
  padding: 0.2rem 0.5rem;
  border: none;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1d4ed8;
  background: #dbeafe;
  box-shadow: none;
}

html.theme-pure #page-wode-zhanghao .machine-rec-badge--violet {
  color: #6d28d9;
  background: #ede9fe;
}

html.theme-pure #page-wode-zhanghao .machine-rec-badge--emerald {
  color: #047857;
  background: #d1fae5;
}

html.theme-pure #page-wode-zhanghao .machine-rec-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

html.theme-pure #page-wode-zhanghao .machine-rec-card strong {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
}

html.theme-pure #page-wode-zhanghao .machine-rec-card__body > span {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  color: #64748b;
}

html.theme-pure #page-wode-zhanghao .machine-rec-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #94a3b8;
  transition: color 0.15s ease, transform 0.15s ease;
}

html.theme-pure #page-wode-zhanghao .machine-rec-arrow svg,
html.theme-pure #page-wode-zhanghao .machine-rec-arrow i {
  width: 1rem;
  height: 1rem;
}

html.theme-pure #page-wode-zhanghao .machine-rec-card:hover .machine-rec-arrow {
  color: #2563eb;
  transform: translateX(2px);
}

html.theme-pure #page-wode-zhanghao .machine-empty-note {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #94a3b8;
}

@media (max-width: 900px) {
  html.theme-pure #page-wode-zhanghao .machine-recommend-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html.theme-pure #page-wode-zhanghao .machine-empty-hero {
    padding: 1.5rem 1rem 1.25rem;
  }
}

/* 账单 */
html.theme-pure #page-wode-zhanghao .billing-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

html.theme-pure #page-wode-zhanghao .billing-block.sketch-box {
  background: #fff;
  border-color: #cbd5e1;
  padding: 1.25rem 1.35rem 1.35rem;
}

html.theme-pure #page-wode-zhanghao .billing-block-title {
  color: #0f172a;
  border-bottom: 1px solid #cbd5e1;
  font-size: 1.05rem;
  font-weight: 700;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

html.theme-pure #page-wode-zhanghao .billing-table {
  font-size: 0.875rem;
}

html.theme-pure #page-wode-zhanghao .billing-table th {
  color: #475569;
  background: #f1f5f9;
  border-bottom: 1px solid #cbd5e1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  padding: 0.65rem 0.85rem;
}

html.theme-pure #page-wode-zhanghao .billing-block-body--scroll .billing-table thead th {
  background: #f1f5f9;
  box-shadow: 0 1px 0 #cbd5e1;
}

html.theme-pure #page-wode-zhanghao .billing-table td {
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem 0.85rem;
  font-weight: 600;
}

html.theme-pure #page-wode-zhanghao .billing-table tr:last-child td {
  border-bottom: none;
}

html.theme-pure #page-wode-zhanghao .billing-table .billing-amount,
html.theme-pure #page-wode-zhanghao .billing-table td:nth-child(4):not(:has(.billing-status-pill)) {
  color: #0f172a;
  font-weight: 700;
}

html.theme-pure #page-wode-zhanghao .billing-loading,
html.theme-pure #page-wode-zhanghao .billing-empty {
  color: #64748b;
}

html.theme-pure #page-wode-zhanghao .billing-footnote {
  color: #64748b;
  font-weight: 600;
}

html.theme-pure #page-wode-zhanghao .billing-status-pill--paid {
  background: #dcfce7;
  color: #15803d;
  border-color: #86efac;
}

html.theme-pure #page-wode-zhanghao .billing-status-pill--unpaid {
  background: #fef3c7;
  color: #b45309;
  border-color: #fcd34d;
}

html.theme-pure #page-wode-zhanghao .billing-status-pill--refunded,
html.theme-pure #page-wode-zhanghao .billing-status-pill--canceled,
html.theme-pure #page-wode-zhanghao .billing-status-pill--cancelled {
  background: #f1f5f9;
  color: #475569;
  border-color: #cbd5e1;
}

html.theme-pure #page-wode-zhanghao .billing-status-pill--failed {
  background: #fee2e2;
  color: #b91c1c;
  border-color: #fca5a5;
}

html.theme-pure #page-wode-zhanghao .billing-status-pill--neutral {
  background: #f1f5f9;
  color: #475569;
  border-color: #cbd5e1;
}

html.theme-pure #page-wode-zhanghao .billing-invoice-pay-btn {
  background: #2563eb;
  color: #fff;
  border-radius: 9999px;
  border: none;
}

/* 工单面板 */
html.theme-pure #dash-panel-support .dash-header-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  min-width: 11.5rem;
}

html.theme-pure #dash-panel-support .dash-header-actions .btn-primary {
  justify-content: center;
  width: 100%;
}

html.theme-pure #page-wode-zhanghao .support-panel.sketch-box {
  background: #fff;
  border-color: #cbd5e1;
}

html.theme-pure #page-wode-zhanghao .support-panel-header {
  background: #f8fafc;
  border-bottom: 1px solid #cbd5e1;
}

html.theme-pure #page-wode-zhanghao .support-panel-title,
html.theme-pure #page-wode-zhanghao .support-list-heading {
  color: #0f172a;
}

html.theme-pure #page-wode-zhanghao .support-list-heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  margin-bottom: 0.75rem;
}

html.theme-pure #page-wode-zhanghao .support-tickets-filter-label {
  color: #475569;
  font-weight: 700;
}

html.theme-pure #page-wode-zhanghao .support-panel-actions .btn-dash.sketch-box {
  background: #fff;
  border-color: #cbd5e1;
  color: #475569;
  box-shadow: none;
}

html.theme-pure #page-wode-zhanghao .support-panel-actions .btn-dash.sketch-box:hover {
  background: #f8fafc;
  border-color: rgba(37, 99, 235, 0.45);
  color: #2563eb;
}

html.theme-pure #page-wode-zhanghao .support-panel-actions .btn-primary.sketch-box {
  background: #2563eb;
  border: none;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(37, 99, 235, 0.45);
}

html.theme-pure #page-wode-zhanghao .support-panel-actions .btn-primary.sketch-box:hover {
  background: #1d4ed8;
}

html.theme-pure #page-wode-zhanghao .support-status-trigger,
html.theme-pure #page-wode-zhanghao .support-order-trigger {
  background: #fff;
  border-color: #cbd5e1;
  color: #0f172a;
  border-radius: 0.625rem;
  box-shadow: none;
}

html.theme-pure #page-wode-zhanghao .support-status-trigger .support-status-chevron,
html.theme-pure #page-wode-zhanghao .support-status-trigger .lucide.support-status-chevron {
  color: #64748b;
}

html.theme-pure #page-wode-zhanghao .support-status-dropdown.open .support-status-trigger {
  border-color: rgba(37, 99, 235, 0.45);
  background: #eff6ff;
}

html.theme-pure #page-wode-zhanghao .support-status-menu,
html.theme-pure #page-wode-zhanghao .support-order-menu {
  background: #fff;
  border-color: #cbd5e1;
  box-shadow: 0 12px 32px -12px rgba(15, 23, 42, 0.18);
}

html.theme-pure #page-wode-zhanghao .support-status-option {
  color: #334155;
}

html.theme-pure #page-wode-zhanghao .support-status-option:hover {
  color: #0f172a;
  background: #f1f5f9;
}

html.theme-pure #page-wode-zhanghao .support-status-option[aria-selected="true"] {
  color: #1d4ed8;
  background: #eff6ff;
  font-weight: 700;
}

html.theme-pure #page-wode-zhanghao .support-order-option {
  color: #334155;
}

html.theme-pure #page-wode-zhanghao .support-order-option:hover {
  color: #0f172a;
  background: #f1f5f9;
}

html.theme-pure #page-wode-zhanghao .support-order-option[aria-selected="true"] {
  color: #1d4ed8;
  background: #eff6ff;
}

html.theme-pure #page-wode-zhanghao .support-tickets-table {
  font-size: 0.875rem;
}

html.theme-pure #page-wode-zhanghao .support-tickets-table th {
  color: #475569;
  background: #f1f5f9;
  border-bottom: 1px solid #cbd5e1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

html.theme-pure #page-wode-zhanghao .support-tickets-table td {
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 600;
}

html.theme-pure #page-wode-zhanghao .support-tickets-table tr:last-child td {
  border-bottom: none;
}

html.theme-pure #page-wode-zhanghao .support-ticket-row:hover,
html.theme-pure #page-wode-zhanghao .support-ticket-row--active {
  background: #f8fafc;
}

html.theme-pure #page-wode-zhanghao .support-tickets-placeholder,
html.theme-pure #page-wode-zhanghao .support-tickets-empty {
  color: #64748b;
  font-weight: 600;
}

html.theme-pure #page-wode-zhanghao .support-tickets-err {
  color: #b91c1c;
  background: #fef2f2;
  border-color: #fca5a5;
}

html.theme-pure #page-wode-zhanghao .support-status-badge--open {
  background: #dcfce7;
  color: #15803d;
  border-color: #86efac;
}

html.theme-pure #page-wode-zhanghao .support-status-badge--hold {
  background: #fef3c7;
  color: #b45309;
  border-color: #fcd34d;
}

html.theme-pure #page-wode-zhanghao .support-list-section {
  background: #fff;
}

html.theme-pure #page-wode-zhanghao .support-tickets-body--scroll {
  border-color: #cbd5e1;
  background: #fff;
}

/* ── 实例管理（纯净主题） ── */

html.theme-pure #page-wode-zhanghao {
  --idx-vitrine-bg: linear-gradient(155deg, #ffffff 0%, #f8fafc 100%);
  --idx-vitrine-border: rgba(226, 232, 240, 0.95);
  --idx-vitrine-shadow: 0 10px 28px -18px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

html.theme-pure #page-wode-zhanghao .machines-section-divider::before,
html.theme-pure #page-wode-zhanghao .machines-section-divider::after {
  background: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .inst-mgmt {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(226, 232, 240, 0.95);
  box-shadow: 0 12px 40px -20px rgba(15, 23, 42, 0.08);
}

html.theme-pure #page-wode-zhanghao .inst-sidebar {
  border-bottom-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .inst-sidebar-head {
  background: #f8fafc;
  border-bottom-color: rgba(226, 232, 240, 0.95);
  color: #94a3b8;
}

html.theme-pure #page-wode-zhanghao .inst-item {
  background: #fff;
  border-color: rgba(226, 232, 240, 0.95);
  box-shadow: 0 8px 24px -16px rgba(15, 23, 42, 0.1);
}

html.theme-pure #page-wode-zhanghao .inst-item:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 16px 36px -18px rgba(37, 99, 235, 0.16);
}

html.theme-pure #page-wode-zhanghao .inst-item.active {
  border-color: rgba(37, 99, 235, 0.5);
  background: linear-gradient(145deg, #eff6ff 0%, #ffffff 100%);
  box-shadow:
    0 0 0 2px rgba(37, 99, 235, 0.12),
    0 16px 36px -18px rgba(37, 99, 235, 0.18);
}

html.theme-pure #page-wode-zhanghao .inst-item-value,
html.theme-pure #page-wode-zhanghao .inst-item.active .inst-item-value,
html.theme-pure #page-wode-zhanghao .inst-item:hover .inst-item-value {
  color: var(--inst-item-value-color);
}

html.theme-pure #page-wode-zhanghao .inst-item-spec,
html.theme-pure #page-wode-zhanghao .inst-item.active .inst-item-spec,
html.theme-pure #page-wode-zhanghao .inst-item:hover .inst-item-spec {
  color: var(--inst-item-spec-color);
}

html.theme-pure #page-wode-zhanghao .inst-item-hint,
html.theme-pure #page-wode-zhanghao .inst-item.active .inst-item-hint,
html.theme-pure #page-wode-zhanghao .inst-item:hover .inst-item-hint {
  color: var(--inst-item-hint-color);
}

html.theme-pure #page-wode-zhanghao .inst-status-pill--running {
  color: #15803d;
  background: #dcfce7;
  border-color: rgba(34, 197, 94, 0.35);
}

html.theme-pure #page-wode-zhanghao .inst-status-pill--pending {
  color: #c2410c;
  background: #ffedd5;
  border-color: rgba(249, 115, 22, 0.35);
}

html.theme-pure #page-wode-zhanghao .inst-sidebar-pager {
  background: #f8fafc;
  border-top-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .inst-sidebar-pager-btn {
  color: #475569;
  background: #fff;
  border-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .inst-sidebar-pager-btn:hover:not(:disabled) {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.4);
  color: #1d4ed8;
}

html.theme-pure #page-wode-zhanghao .server-card,
html.theme-pure #page-wode-zhanghao .inst-detail {
  background: #fff;
  border-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .inst-detail-title,
html.theme-pure #page-wode-zhanghao .server-card-title-host {
  color: #0f172a;
}

html.theme-pure #page-wode-zhanghao .inst-detail-title svg,
html.theme-pure #page-wode-zhanghao .inst-detail-title i {
  color: #2563eb;
}

html.theme-pure #page-wode-zhanghao .inst-detail-head {
  background: #f8fafc;
  border-bottom-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .inst-detail-head--pending {
  background: linear-gradient(110deg, #f8fafc 0%, #fffbeb 100%);
}

html.theme-pure #page-wode-zhanghao .inst-detail-order-tag {
  color: #64748b;
}

html.theme-pure #page-wode-zhanghao .inst-pending-info {
  background: #fffbeb;
  border-color: rgba(251, 191, 36, 0.35);
}

html.theme-pure #page-wode-zhanghao .inst-pending-info__dc {
  color: #b45309;
}

html.theme-pure #page-wode-zhanghao .inst-pending-info__dc svg,
html.theme-pure #page-wode-zhanghao .inst-pending-info__dc i {
  color: #d97706;
}

html.theme-pure #page-wode-zhanghao .inst-pending-info__lead {
  color: #78350f;
}

html.theme-pure #page-wode-zhanghao .inst-pending-info__err {
  color: #dc2626;
}

html.theme-pure #page-wode-zhanghao .inst-pending-info__support {
  color: #92400e;
}

html.theme-pure #page-wode-zhanghao .inst-pending-info__support a {
  color: #2563eb;
}

html.theme-pure #page-wode-zhanghao .inst-status-pill--order {
  color: #b45309;
  background: rgba(251, 191, 36, 0.15);
  border-color: rgba(251, 191, 36, 0.35);
}

html.theme-pure #page-wode-zhanghao .inst-info-text {
  color: #475569;
}

html.theme-pure #page-wode-zhanghao .inst-info-text strong {
  color: #0f172a;
}

html.theme-pure #page-wode-zhanghao .inst-info-text a {
  color: #2563eb;
}

html.theme-pure #page-wode-zhanghao .inst-section-title {
  color: #94a3b8;
}

html.theme-pure #page-wode-zhanghao .inst-power-btn {
  color: #334155;
  background: #fff;
  border-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .inst-power-btn:hover:not(:disabled) {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.4);
  color: #1d4ed8;
}

html.theme-pure #page-wode-zhanghao .inst-power-btn:disabled {
  opacity: 0.58;
  background: #f8fafc;
  color: #94a3b8;
  cursor: not-allowed;
}

html.theme-pure #page-wode-zhanghao .inst-connect-row {
  background: #f8fafc;
  border-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .inst-connect-row--vnc-ready {
  background: #f0fdf4;
  border-color: rgba(34, 197, 94, 0.35);
}

html.theme-pure #page-wode-zhanghao .inst-connect-icon {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.2);
  color: #2563eb;
}

html.theme-pure #page-wode-zhanghao .inst-connect-label {
  color: #0f172a;
}

html.theme-pure #page-wode-zhanghao .inst-connect-value {
  color: #475569;
}

html.theme-pure #page-wode-zhanghao .inst-connect-value--vnc {
  color: #15803d;
}

html.theme-pure #page-wode-zhanghao .inst-connect-value--empty {
  color: #94a3b8;
}

html.theme-pure #page-wode-zhanghao .inst-connect-status {
  color: #64748b;
}

html.theme-pure #page-wode-zhanghao .inst-connect-btn {
  color: #334155;
  background: #fff;
  border-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #page-wode-zhanghao .inst-connect-btn:hover {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.4);
  color: #1d4ed8;
}

html.theme-pure #page-wode-zhanghao #machine-list-api .machine-pw-eye.inst-connect-btn {
  background: #fff;
  border-color: rgba(226, 232, 240, 0.95);
  color: #64748b;
}

html.theme-pure #page-wode-zhanghao #machine-list-api .machine-pw-eye.inst-connect-btn:hover {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.4);
  color: #1d4ed8;
}

html.theme-pure #page-wode-zhanghao .inst-pw-code {
  color: #475569;
}

html.theme-pure #page-wode-zhanghao .inst-sidebar-item {
  background: #fff;
  border-color: rgba(226, 232, 240, 0.95);
  color: #475569;
}

html.theme-pure #page-wode-zhanghao .inst-sidebar-item.is-active,
html.theme-pure #page-wode-zhanghao .inst-sidebar-item:hover {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.35);
  color: #1d4ed8;
}

/* 登录门页 */
html.theme-pure #page-wode-zhanghao .account-gate__card {
  text-align: center;
}

html.theme-pure #page-wode-zhanghao .account-gate__title {
  color: #0f172a;
  font-family: 'Space Grotesk', sans-serif;
}

html.theme-pure #page-wode-zhanghao .account-gate__lead {
  color: #64748b;
}

/* 弹窗 */
html.theme-pure .support-ticket-modal__backdrop,
html.theme-pure .support-new-ticket-modal__backdrop,
html.theme-pure .ui-confirm-modal__backdrop {
  background: rgba(15, 23, 42, 0.35);
}

html.theme-pure .support-ticket-modal .support-ticket-detail,
html.theme-pure .support-new-ticket-card,
html.theme-pure .ui-confirm-card {
  background: #fff;
  border-color: rgba(226, 232, 240, 0.95);
  box-shadow: 0 24px 64px -24px rgba(15, 23, 42, 0.2);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html.theme-pure #support-ticket-modal .support-ticket-detail {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 82vh;
  background: #fff;
}

html.theme-pure #support-ticket-modal .support-ticket-detail-head {
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
  border-bottom-color: rgba(226, 232, 240, 0.95);
}

html.theme-pure #support-ticket-modal .support-ticket-detail-head::after {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
}

html.theme-pure #support-ticket-modal .support-ticket-detail-title {
  background: none;
  -webkit-text-fill-color: #0f172a;
  color: #0f172a;
}

html.theme-pure #support-ticket-modal .support-ticket-detail-meta,
html.theme-pure .ui-confirm-title {
  color: #0f172a;
}

html.theme-pure .support-new-ticket-title {
  background: none;
  -webkit-text-fill-color: #0f172a;
  color: #0f172a;
}

html.theme-pure #support-ticket-modal .support-ticket-detail-close,
html.theme-pure .support-new-ticket-close {
  color: #64748b;
  background: #f8fafc;
  border-color: #e2e8f0;
}

html.theme-pure #support-ticket-modal .support-ticket-detail-close:hover {
  background: #fee2e2;
  border-color: #fca5a5;
  color: #b91c1c;
}

html.theme-pure #support-ticket-modal .support-ticket-detail-meta {
  background: #fff;
  padding-bottom: 0.5rem;
}

html.theme-pure #support-ticket-modal .support-ticket-id-badge {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.25);
  color: #1d4ed8;
}

html.theme-pure #support-ticket-modal .support-status-badge--open {
  background: #dcfce7;
  color: #15803d;
  border-color: #86efac;
}

html.theme-pure #support-ticket-modal .support-status-badge--hold {
  background: #fef3c7;
  color: #b45309;
  border-color: #fcd34d;
}

html.theme-pure #support-ticket-modal .support-status-badge--closed {
  background: #f1f5f9;
  color: #475569;
  border-color: #cbd5e1;
}

html.theme-pure #support-ticket-modal .support-ticket-meta-date {
  color: #64748b;
}

html.theme-pure #support-ticket-modal .support-ticket-detail-thread {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

html.theme-pure #support-ticket-modal .support-msg--client {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.2);
}

html.theme-pure #support-ticket-modal .support-msg--client .support-msg-meta {
  color: #1d4ed8;
  background: #dbeafe;
  border-bottom-color: rgba(37, 99, 235, 0.15);
}

html.theme-pure #support-ticket-modal .support-msg--client .support-msg-meta::before {
  background: #2563eb;
  box-shadow: none;
}

html.theme-pure #support-ticket-modal .support-msg--client .support-msg-body {
  color: #334155;
}

html.theme-pure #support-ticket-modal .support-msg--staff {
  background: #ecfdf5;
  border-color: rgba(34, 197, 94, 0.2);
}

html.theme-pure #support-ticket-modal .support-msg--staff .support-msg-meta {
  color: #15803d;
  background: #d1fae5;
  border-bottom-color: rgba(34, 197, 94, 0.15);
}

html.theme-pure #support-ticket-modal .support-msg--staff .support-msg-meta::before {
  background: #16a34a;
  box-shadow: none;
}

html.theme-pure #support-ticket-modal .support-msg--staff .support-msg-body {
  color: #334155;
}

html.theme-pure #support-ticket-modal .support-ticket-reply-form {
  flex-shrink: 0;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  border-radius: 0;
}

html.theme-pure #support-ticket-modal .support-ticket-reply-form .support-form-label {
  color: #475569;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 0.8rem;
  font-weight: 700;
}

html.theme-pure #support-ticket-modal .support-ticket-reply-textarea {
  background: #fff !important;
  border: 1px solid #cbd5e1 !important;
  color: #0f172a;
  box-shadow: none !important;
}

html.theme-pure #support-ticket-modal .support-ticket-reply-textarea::placeholder {
  color: #94a3b8;
}

html.theme-pure #support-ticket-modal .support-ticket-reply-textarea:focus {
  border-color: rgba(37, 99, 235, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
}

html.theme-pure #support-ticket-modal .support-ticket-reply-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}

html.theme-pure #support-ticket-modal .support-ticket-reply-actions .btn-primary.sketch-box {
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 2.125rem;
  padding: 0.5rem 1rem;
  background: #2563eb;
  border: none;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(37, 99, 235, 0.45);
}

html.theme-pure #support-ticket-modal .support-ticket-reply-actions .btn-primary.sketch-box:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 18px -6px rgba(37, 99, 235, 0.5);
}

html.theme-pure #support-ticket-modal .support-ticket-close-btn {
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 2.125rem;
  padding: 0.5rem 1rem;
  color: #15803d;
  background: #fff;
  border: 1px solid #86efac;
}

html.theme-pure #support-ticket-modal .support-ticket-close-btn:hover {
  background: #ecfdf5;
  border-color: #4ade80;
  color: #166534;
}

html.theme-pure #support-ticket-modal .support-form-err {
  color: #b91c1c;
  background: #fef2f2;
  border-color: #fca5a5;
}

html.theme-pure #support-ticket-modal .support-form-ok {
  color: #15803d;
  background: #ecfdf5;
  border-color: #86efac;
}

html.theme-pure .support-new-ticket-close:hover {
  background: #fee2e2;
  border-color: #fca5a5;
  color: #b91c1c;
}

html.theme-pure .support-new-ticket-head {
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
  border-bottom: 1px solid #e2e8f0;
}

html.theme-pure .support-new-ticket-icon {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.25);
  color: #2563eb;
}

html.theme-pure #support-new-ticket-modal .support-form-hint {
  color: #475569;
  background: #f8fafc;
  border-color: #e2e8f0;
}

html.theme-pure #support-new-ticket-modal .support-form-label {
  color: #334155;
}

html.theme-pure #support-new-ticket-modal .support-form-req {
  color: #dc2626;
}

html.theme-pure #support-new-ticket-modal .support-form-sublabel {
  color: #64748b;
}

html.theme-pure #support-new-ticket-modal .support-form-input,
html.theme-pure #support-new-ticket-modal .support-form-textarea {
  background: #fff !important;
  border: 1px solid #cbd5e1 !important;
  color: #0f172a;
  box-shadow: none !important;
}

html.theme-pure #support-new-ticket-modal .support-form-input::placeholder,
html.theme-pure #support-new-ticket-modal .support-form-textarea::placeholder {
  color: #94a3b8;
}

html.theme-pure #support-new-ticket-modal .support-form-input:focus,
html.theme-pure #support-new-ticket-modal .support-form-textarea:focus {
  border-color: rgba(37, 99, 235, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
  background: #fff !important;
}

html.theme-pure #support-new-ticket-modal .support-order-trigger {
  background: #fff !important;
  border: 1px solid #cbd5e1 !important;
  color: #0f172a;
  box-shadow: none !important;
}

html.theme-pure #support-new-ticket-modal .support-order-trigger:hover {
  border-color: rgba(37, 99, 235, 0.45) !important;
  background: #f8fafc !important;
}

html.theme-pure #support-new-ticket-modal .support-order-menu {
  background: #fff;
  border: 1px solid #cbd5e1 !important;
  box-shadow: 0 12px 32px -12px rgba(15, 23, 42, 0.18);
}

html.theme-pure #support-new-ticket-modal .support-order-option {
  color: #334155;
}

html.theme-pure #support-new-ticket-modal .support-order-option:hover,
html.theme-pure #support-new-ticket-modal .support-order-option[aria-selected="true"] {
  color: #1d4ed8;
  background: #eff6ff;
}

html.theme-pure #support-new-ticket-modal .support-form-err {
  color: #b91c1c;
  background: #fef2f2;
  border-color: #fca5a5;
}

html.theme-pure #support-new-ticket-modal .support-form-ok {
  color: #15803d;
  background: #ecfdf5;
  border-color: #86efac;
}

html.theme-pure #support-new-ticket-modal .support-form-actions .btn-primary.sketch-box {
  background: #2563eb;
  border: none;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(37, 99, 235, 0.45);
}

html.theme-pure #support-new-ticket-modal .support-form-actions .btn-primary.sketch-box:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 18px -6px rgba(37, 99, 235, 0.5);
}

html.theme-pure .ui-confirm-body {
  color: #64748b;
}

html.theme-pure .ui-confirm-cancel {
  color: #64748b;
}

html.theme-pure .ui-confirm-ok {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

/* ── 响应式 Tab ── */

@media (max-width: 640px) {
  html.theme-pure #page-wode-zhanghao .wx-console-shell {
    padding: 1rem 0.875rem 0.75rem;
  }

  html.theme-pure #page-wode-zhanghao .wx-console-shell__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.625rem;
  }

  html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a .wx-rail-label {
    font-size: 0.75rem;
  }

  html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a > i,
  html.theme-pure #page-wode-zhanghao .wx-console-tabs .sidebar-menu li a > svg {
    display: none;
  }

  html.theme-pure #page-wode-zhanghao .wx-console-tabs__list > li {
    flex: 0 0 auto;
    min-width: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.theme-pure #page-wode-zhanghao .sketch-box:hover,
  html.theme-pure #page-wode-zhanghao .btn-primary:hover {
    transform: none;
  }
}
