/* ============================================================
   page-wode-zhanghao-apple.css — 账户控制台 · Apple 极简 (ac-*)
   依赖 page-wode-zhanghao.css 组件层，覆盖珍珠/速写风格
   ============================================================ */

html.theme-apple-minimal #home-nav {
  position: sticky;
  top: 0;
}

html.theme-apple-minimal #page-wode-zhanghao.ac-page {
  min-height: calc(100vh - 4rem);
  background: #fafafa;
  padding-bottom: 2rem;
}

/* —— 按钮 —— */
html.theme-apple-minimal #page-wode-zhanghao .ac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0.55rem 1rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 980px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  max-width: 100%;
}

@media (max-width: 768px) {
  html.theme-apple-minimal #page-wode-zhanghao .ac-btn {
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }

  html.theme-apple-minimal #page-wode-zhanghao .dash-header-actions,
  html.theme-apple-minimal #page-wode-zhanghao .ac-panel__head.dash-header {
    flex-wrap: wrap;
  }
}

html.theme-apple-minimal #page-wode-zhanghao .ac-btn i,
html.theme-apple-minimal #page-wode-zhanghao .ac-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-btn--primary {
  color: #fff;
  background: #1d1d1f;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-btn--primary:hover {
  background: #000;
  transform: none;
  filter: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-btn--secondary {
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #d2d2d7;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-btn--secondary:hover {
  border-color: #86868b;
  background: #f5f5f7;
  transform: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-btn.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-billing-refresh.is-loading i {
  animation: ac-spin 0.8s linear infinite;
}

@keyframes ac-spin {
  to { transform: rotate(360deg); }
}

/* —— 未登录门页 —— */
html.theme-apple-minimal #page-wode-zhanghao #account-gate {
  padding: clamp(3rem, 10vw, 5.5rem) 0 4rem;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-gate__card {
  max-width: 400px;
  margin: 0 auto;
  padding: 2.25rem 1.75rem 2rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 20px;
  box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.08);
}

html.theme-apple-minimal #page-wode-zhanghao .ac-gate__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: #f5f5f7;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-gate__icon i {
  width: 24px;
  height: 24px;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .account-gate__title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 4vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .account-gate__lead {
  margin: 0 0 1.5rem;
  font-size: 15px;
  line-height: 1.6;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .account-gate__actions {
  display: flex;
  justify-content: center;
}

/* —— 壳层顶栏 —— */
html.theme-apple-minimal #page-wode-zhanghao .ac-shell {
  padding-bottom: 3rem;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: 1.75rem 0 1.25rem;
  border-bottom: 1px solid #e5e5ea;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-top__title {
  margin: 0 0 6px;
  font-size: clamp(1.65rem, 4vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-top__lead {
  margin: 0;
  max-width: 36em;
  font-size: 14px;
  line-height: 1.6;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-top__account {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5e5ea;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-user__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f5f5f7;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-user__icon i {
  width: 20px;
  height: 20px;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-user__label {
  margin: 0 0 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-user__email,
html.theme-apple-minimal #page-wode-zhanghao #dashboard-welcome-email {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1f;
  background: none;
  border: none;
  box-shadow: none;
  word-break: break-all;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-logout {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 980px;
  font-size: 13px;
  font-weight: 600;
  color: #bf4800;
  text-decoration: none;
  border: 1px solid rgba(191, 72, 0, 0.2);
  background: #fff;
  transition: background 0.2s ease, border-color 0.2s ease;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-logout:hover {
  background: rgba(191, 72, 0, 0.06);
  border-color: rgba(191, 72, 0, 0.35);
}

html.theme-apple-minimal #page-wode-zhanghao .ac-logout i {
  width: 15px;
  height: 15px;
}

/* —— Tab 导航 —— */
html.theme-apple-minimal #page-wode-zhanghao .ac-tabs.sidebar {
  position: sticky;
  top: 4rem;
  z-index: 20;
  background: #fafafa;
  padding: 0.75rem 0 1rem;
  border-right: none;
  border-bottom: 1px solid #e5e5ea;
  margin-bottom: 0;
  gap: 0;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-tabs__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-tabs__list::-webkit-scrollbar {
  display: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-tabs__list > li {
  flex-shrink: 0;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 0.9rem;
  font-size: 14px;
  font-weight: 600;
  color: #86868b;
  text-decoration: none;
  border-radius: 980px;
  border: 1px solid transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  transform: none;
  margin-bottom: 0;
  line-height: 1.3;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-tab i {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 0;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-tab:hover {
  color: #1d1d1f;
  background: #f5f5f7;
  transform: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-tab.active,
html.theme-apple-minimal #page-wode-zhanghao .sidebar-menu li a.active {
  color: #1d1d1f;
  background: #fff;
  border-color: #d2d2d7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

html.theme-apple-minimal #page-wode-zhanghao .ac-tab.sidebar-nav-link--badge {
  padding-right: 2rem;
  position: relative;
}

html.theme-apple-minimal #page-wode-zhanghao .sidebar-nav-badge {
  top: 2px;
  right: 6px;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1rem;
  color: #fff;
  background: #ff3b30;
  border: none;
  border-radius: 999px;
  box-shadow: none;
}

/* —— 主内容面板 —— */
html.theme-apple-minimal #page-wode-zhanghao .ac-stage {
  padding-top: 1.5rem;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-panel {
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 18px;
  overflow: hidden;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-panel__head.dash-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e5e5ea;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-panel__head h2 {
  margin: 0;
  font-size: clamp(1.15rem, 3vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-panel__body {
  padding: 1.25rem 1.5rem 1.5rem;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-panel__lead {
  margin: 0 0 1.25rem;
  font-size: 14px;
  line-height: 1.6;
  color: #86868b;
}

/* —— 表单 —— */
html.theme-apple-minimal #page-wode-zhanghao .ac-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 28rem;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-field .support-form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .support-form-req {
  color: #bf4800;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-input,
html.theme-apple-minimal #page-wode-zhanghao .support-form-input,
html.theme-apple-minimal #page-wode-zhanghao .support-form-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.85rem;
  font-size: 14px;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-input:focus,
html.theme-apple-minimal #page-wode-zhanghao .support-form-input:focus,
html.theme-apple-minimal #page-wode-zhanghao .support-form-textarea:focus {
  outline: none;
  border-color: #2997ff;
  box-shadow: 0 0 0 3px rgba(41, 151, 255, 0.18);
  background: #fff;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-form-err,
html.theme-apple-minimal #page-wode-zhanghao .support-form-err {
  padding: 0.65rem 0.85rem;
  font-size: 13px;
  color: #bf4800;
  background: #fff5f0;
  border: 1px solid rgba(191, 72, 0, 0.2);
  border-radius: 10px;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-form-ok,
html.theme-apple-minimal #page-wode-zhanghao .support-form-ok {
  padding: 0.65rem 0.85rem;
  font-size: 13px;
  color: #1d7d3a;
  background: #f0faf3;
  border: 1px solid rgba(29, 125, 58, 0.2);
  border-radius: 10px;
}

/* —— 空状态 & 推荐卡 —— */
html.theme-apple-minimal #page-wode-zhanghao .machine-empty-state,
html.theme-apple-minimal #page-wode-zhanghao .ac-empty {
  max-width: none;
  margin-inline: auto;
  width: 100%;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-empty__head,
html.theme-apple-minimal #page-wode-zhanghao .machine-empty-head {
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-empty__icon,
html.theme-apple-minimal #page-wode-zhanghao .machine-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: #f5f5f7;
  color: #86868b;
  border: none;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .machine-empty-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d1d1f;
  background: none;
  -webkit-text-fill-color: unset;
}

html.theme-apple-minimal #page-wode-zhanghao .machine-empty-lead,
html.theme-apple-minimal #page-wode-zhanghao .machine-empty-note {
  font-size: 14px;
  line-height: 1.6;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .machine-empty-eyebrow {
  margin: 1.5rem 0 0.75rem;
  color: #86868b;
  text-align: center;
}

html.theme-apple-minimal #page-wode-zhanghao .machine-empty-note {
  text-align: center;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-rec-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  width: 100%;
}

@media (min-width: 640px) {
  html.theme-apple-minimal #page-wode-zhanghao .ac-rec-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

html.theme-apple-minimal #page-wode-zhanghao .ac-rec-card,
html.theme-apple-minimal #page-wode-zhanghao .machine-rec-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: inherit;
  background: #fafafa;
  border: 1px solid #e5e5ea;
  border-radius: 14px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-rec-card:hover,
html.theme-apple-minimal #page-wode-zhanghao .machine-rec-card:hover {
  border-color: #d2d2d7;
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.1);
}

html.theme-apple-minimal #page-wode-zhanghao .ac-rec-badge,
html.theme-apple-minimal #page-wode-zhanghao .machine-rec-badge {
  align-self: flex-start;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1d1d1f;
  background: #e8e8ed;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .machine-rec-ico {
  width: 20px;
  height: 20px;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .machine-rec-card strong {
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .machine-rec-card > span:last-of-type {
  font-size: 12px;
  line-height: 1.5;
  color: #86868b;
}

/* —— 账单 —— */
html.theme-apple-minimal #page-wode-zhanghao .ac-billing-grid,
html.theme-apple-minimal #page-wode-zhanghao .billing-blocks {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  html.theme-apple-minimal #page-wode-zhanghao .ac-billing-grid,
  html.theme-apple-minimal #page-wode-zhanghao .billing-blocks {
    grid-template-columns: 1fr 1fr;
  }
}

html.theme-apple-minimal #page-wode-zhanghao .ac-billing-card,
html.theme-apple-minimal #page-wode-zhanghao .billing-block {
  background: #fafafa;
  border: 1px solid #e5e5ea;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-billing-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e5e5ea;
  background: #fff;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-block-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-block-body {
  padding: 0.5rem 0;
  font-size: 13px;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-table th {
  padding: 0.5rem 0.75rem;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  color: #86868b;
  border-bottom: 1px solid #e5e5ea;
  background: transparent;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-table td {
  padding: 0.6rem 0.75rem;
  color: #1d1d1f;
  border-bottom: 1px solid #f0f0f2;
  vertical-align: top;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-loading,
html.theme-apple-minimal #page-wode-zhanghao .billing-empty {
  padding: 1rem 0.75rem;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-footnote {
  margin-top: 1rem;
  font-size: 12px;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-fetch-err {
  margin-bottom: 1rem;
  padding: 0.65rem 0.85rem;
  font-size: 13px;
  color: #bf4800;
  background: #fff5f0;
  border: 1px solid rgba(191, 72, 0, 0.2);
  border-radius: 10px;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-status-pill {
  height: 28px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 600;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-status-pill--paid {
  color: #248a3d;
  background: rgba(36, 138, 61, 0.12);
  border: 1px solid rgba(36, 138, 61, 0.28);
}

html.theme-apple-minimal #page-wode-zhanghao .billing-status-pill--unpaid {
  color: #bf4800;
  background: rgba(191, 72, 0, 0.1);
  border: 1px solid rgba(191, 72, 0, 0.22);
}

html.theme-apple-minimal #page-wode-zhanghao .billing-status-pill--refunded,
html.theme-apple-minimal #page-wode-zhanghao .billing-status-pill--canceled,
html.theme-apple-minimal #page-wode-zhanghao .billing-status-pill--cancelled {
  color: #515154;
  background: #f5f5f7;
  border: 1px solid #d2d2d7;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-invoice-pay-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #1d1d1f;
  border: none;
  border-radius: 980px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .billing-invoice-pay-btn:hover {
  background: #000;
}

/* —— 工单面板 —— */
html.theme-apple-minimal #page-wode-zhanghao .ac-support-card,
html.theme-apple-minimal #page-wode-zhanghao .support-panel {
  background: #fafafa;
  border: 1px solid #e5e5ea;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .ac-support-head,
html.theme-apple-minimal #page-wode-zhanghao .support-panel-header {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #e5e5ea;
  background: #fff;
}

html.theme-apple-minimal #page-wode-zhanghao .support-panel-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .support-panel-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0.75rem;
}

html.theme-apple-minimal #page-wode-zhanghao .support-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

html.theme-apple-minimal #page-wode-zhanghao .support-tickets-filter-label {
  font-size: 12px;
  font-weight: 600;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-trigger,
html.theme-apple-minimal #page-wode-zhanghao .support-order-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.45rem 0.75rem;
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  cursor: pointer;
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-menu,
html.theme-apple-minimal #page-wode-zhanghao .support-order-menu {
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, 0.15);
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-option,
html.theme-apple-minimal #page-wode-zhanghao .support-order-option,
html.theme-apple-minimal #support-new-ticket-modal .support-order-option,
html.theme-apple-minimal #support-ticket-modal .support-order-option {
  font-size: 13px;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-trigger:hover,
html.theme-apple-minimal #page-wode-zhanghao .support-order-trigger:hover,
html.theme-apple-minimal #support-new-ticket-modal .support-order-trigger:hover,
html.theme-apple-minimal #support-ticket-modal .support-order-trigger:hover {
  background: #f5f5f7;
  border-color: #86868b;
  transform: none;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-dropdown.open .support-status-trigger,
html.theme-apple-minimal #page-wode-zhanghao .support-order-dropdown.open .support-order-trigger,
html.theme-apple-minimal #support-new-ticket-modal .support-order-dropdown.open .support-order-trigger,
html.theme-apple-minimal #support-ticket-modal .support-order-dropdown.open .support-order-trigger {
  border-color: #1d1d1f;
  background: #f5f5f7;
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-trigger .support-status-chevron,
html.theme-apple-minimal #page-wode-zhanghao .support-order-trigger .support-order-chevron,
html.theme-apple-minimal #support-new-ticket-modal .support-order-trigger .support-order-chevron,
html.theme-apple-minimal #support-ticket-modal .support-order-trigger .support-order-chevron {
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-option:hover,
html.theme-apple-minimal #page-wode-zhanghao .support-order-option:hover,
html.theme-apple-minimal #support-new-ticket-modal .support-order-option:hover,
html.theme-apple-minimal #support-ticket-modal .support-order-option:hover {
  color: #1d1d1f !important;
  background: #f5f5f7 !important;
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-option[aria-selected="true"],
html.theme-apple-minimal #page-wode-zhanghao .support-order-option[aria-selected="true"],
html.theme-apple-minimal #support-new-ticket-modal .support-order-option[aria-selected="true"],
html.theme-apple-minimal #support-ticket-modal .support-order-option[aria-selected="true"] {
  color: #1d1d1f !important;
  background: #ebebed !important;
  font-weight: 700;
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-option:focus-visible,
html.theme-apple-minimal #page-wode-zhanghao .support-order-option:focus-visible,
html.theme-apple-minimal #page-wode-zhanghao .support-order-option:focus,
html.theme-apple-minimal #support-new-ticket-modal .support-order-option:focus-visible,
html.theme-apple-minimal #support-new-ticket-modal .support-order-option:focus,
html.theme-apple-minimal #support-ticket-modal .support-order-option:focus-visible,
html.theme-apple-minimal #support-ticket-modal .support-order-option:focus {
  outline: 2px solid rgba(0, 0, 0, 0.18);
  outline-offset: 1px;
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
}

html.theme-apple-minimal #page-wode-zhanghao .support-status-trigger:focus-visible,
html.theme-apple-minimal #page-wode-zhanghao .support-order-trigger:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.18);
  outline-offset: 2px;
}

html.theme-apple-minimal #support-new-ticket-modal .support-order-menu,
html.theme-apple-minimal #support-ticket-modal .support-order-menu {
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, 0.15);
}

html.theme-apple-minimal #support-new-ticket-modal .support-order-trigger,
html.theme-apple-minimal #support-ticket-modal .support-order-trigger {
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .support-list-heading {
  margin: 0;
  padding: 0.75rem 1.1rem 0.5rem;
  font-size: 12px;
  font-weight: 600;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

html.theme-apple-minimal #page-wode-zhanghao .support-tickets-body {
  padding: 0 1.1rem 1rem;
}

html.theme-apple-minimal #page-wode-zhanghao .support-list-section {
  padding: 0 0 0.25rem;
  background: #fff;
}

html.theme-apple-minimal #page-wode-zhanghao .support-tickets-placeholder,
html.theme-apple-minimal #page-wode-zhanghao .support-tickets-empty {
  margin: 0;
  padding: 1.5rem 1.25rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  color: #515154;
  text-align: center;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
}

html.theme-apple-minimal #page-wode-zhanghao .support-tickets-body--scroll {
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  background: #fff;
}

html.theme-apple-minimal #page-wode-zhanghao .support-tickets-err {
  margin: 0 1.1rem 0.75rem;
  padding: 0.65rem 0.85rem;
  font-size: 13px;
  font-weight: 600;
  color: #bf4800;
  background: #fff5f0;
  border: 1px solid rgba(191, 72, 0, 0.2);
  border-radius: 10px;
}

html.theme-apple-minimal #page-wode-zhanghao .support-tickets-table th {
  font-size: 11px;
  font-weight: 600;
  color: #86868b;
  border-bottom: 1px solid #e5e5ea;
  background: transparent;
}

html.theme-apple-minimal #page-wode-zhanghao .support-tickets-table td {
  font-size: 13px;
  color: #1d1d1f;
  border-bottom: 1px solid #f0f0f2;
}

html.theme-apple-minimal #page-wode-zhanghao .support-ticket-row:hover,
html.theme-apple-minimal #page-wode-zhanghao .support-ticket-row--active {
  background: #f5f5f7;
}

/* —— 实例管理 —— */
html.theme-apple-minimal #page-wode-zhanghao .inst-mgmt {
  border: 1px solid #e5e5ea;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-head {
  padding: 0.65rem 1rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #86868b;
  background: #fafafa;
  border-bottom: 1px solid #e5e5ea;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-body {
  gap: 10px;
  padding: 12px;
}

@media (max-width: 900px) {
  html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-body {
    grid-template-columns: 1fr;
  }
}

html.theme-apple-minimal #page-wode-zhanghao .inst-item {
  min-height: 110px;
  padding: 14px;
  background: #fafafa;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  box-shadow: none;
  backdrop-filter: none;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-item:hover {
  border-color: #d2d2d7;
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.08);
}

html.theme-apple-minimal #page-wode-zhanghao .inst-item.active {
  border-color: #1d1d1f;
  background: #fff;
  box-shadow: 0 0 0 1px #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-item-value {
  font-size: 1rem;
  font-weight: 700;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-item-spec {
  font-size: 13px;
  font-weight: 600;
  color: #515154;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-item-hint {
  font-size: 11px;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-detail {
  background: #fafafa;
  border-top: 1px solid #e5e5ea;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-detail-head {
  background: #fff;
  border-bottom: 1px solid #e5e5ea;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-detail-head--pending {
  background: linear-gradient(110deg, #fff 0%, #fff8eb 100%);
}

html.theme-apple-minimal #page-wode-zhanghao .inst-detail-title {
  color: #1d1d1f;
  font-weight: 700;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-detail-title svg,
html.theme-apple-minimal #page-wode-zhanghao .inst-detail-title i {
  color: #515154;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-detail-order-tag {
  color: #86868b;
  font-weight: 600;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-status-pill--running {
  color: #248a3d;
  background: rgba(36, 138, 61, 0.1);
  border-color: rgba(36, 138, 61, 0.22);
}

html.theme-apple-minimal #page-wode-zhanghao .inst-status-pill--pending {
  color: #bf4800;
  background: rgba(191, 72, 0, 0.1);
  border-color: rgba(191, 72, 0, 0.22);
}

html.theme-apple-minimal #page-wode-zhanghao .inst-status-pill--order {
  color: #515154;
  background: #f5f5f7;
  border-color: #d2d2d7;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-pending-info {
  background: #fff8eb;
  border: 1px solid rgba(191, 72, 0, 0.18);
  border-radius: 12px;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-pending-info__dc {
  color: #bf4800;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-pending-info__dc svg,
html.theme-apple-minimal #page-wode-zhanghao .inst-pending-info__dc i {
  color: #bf4800;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-pending-info__lead,
html.theme-apple-minimal #page-wode-zhanghao .inst-pending-info__support {
  color: #515154;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-pending-info__support a {
  color: #0066cc;
  font-weight: 600;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-pending-info__err {
  color: #d70015;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-detail-body {
  padding: 20px 22px 24px;
  gap: 20px;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-info-text {
  color: #515154;
  font-weight: 500;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-info-text strong {
  color: #1d1d1f;
  font-weight: 700;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-info-text a {
  color: #0066cc;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-section-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-section-title svg,
html.theme-apple-minimal #page-wode-zhanghao .inst-section-title i {
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-power-btn {
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-power-btn:hover:not(:disabled) {
  border-color: #86868b;
  background: #f5f5f7;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-power-btn:disabled {
  opacity: 1;
  color: #aeaeb2;
  background: #f5f5f7;
  border-color: #e5e5ea;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-row {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f5f5f7;
  border: none;
  color: #515154;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-label {
  font-size: 13px;
  font-weight: 700;
  color: #1d1d1f;
  min-width: 3em;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-value {
  font-size: 13px;
  font-weight: 500;
  color: #515154;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  word-break: break-all;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-value--empty {
  color: #aeaeb2;
  font-style: italic;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-status {
  font-size: 12px;
  font-weight: 600;
  color: #86868b;
  white-space: nowrap;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-row--vnc-ready {
  border-color: rgba(36, 138, 61, 0.28);
  background: rgba(36, 138, 61, 0.06);
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-value--vnc {
  color: #248a3d;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-btn {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-connect-btn:hover {
  background: #f5f5f7;
  border-color: #86868b;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-pw-code {
  color: #515154;
}

html.theme-apple-minimal #page-wode-zhanghao #machine-list-api .machine-pw-eye.inst-connect-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  color: #515154;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao #machine-list-api .machine-pw-eye.inst-connect-btn:hover {
  background: #ebebed;
  border-color: #d2d2d7;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao #machine-list-api .machine-pw-eye.inst-connect-btn[aria-pressed="true"] {
  background: #e8f2ff;
  border-color: rgba(41, 151, 255, 0.35);
  color: #0066cc;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-pager {
  padding: 10px 16px 14px;
  border-top: 1px solid #e5e5ea;
  background: #fff;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-pager-btn {
  padding: 6px 13px;
  font-size: 12px;
  font-weight: 600;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-pager-btn:hover:not(:disabled) {
  background: #f5f5f7;
  border-color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-pager-btn:disabled {
  opacity: 0.45;
  color: #aeaeb2;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-pager-center,
html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-pager-prefix,
html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-pager-suffix,
html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-pager-total {
  font-size: 12px;
  font-weight: 600;
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao .inst-sidebar-pager-input {
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #d2d2d7;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-form-lead {
  color: #86868b;
}

html.theme-apple-minimal #page-wode-zhanghao #dash-panel-overview {
  max-width: none;
}

html.theme-apple-minimal #page-wode-zhanghao #dash-panel-overview .ac-panel__body--passwd {
  display: grid;
  grid-template-columns: minmax(0, 26rem) minmax(16rem, 1fr);
  gap: 2rem 2.5rem;
  align-items: start;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-panel-main .ac-form {
  max-width: none;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-panel-main {
  min-width: 0;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-panel-aside {
  padding: 1.25rem 1.35rem;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  border-radius: 14px;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-panel-aside__title {
  margin: 0 0 0.85rem;
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-panel-aside__list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  font-size: 13px;
  line-height: 1.65;
  color: #515154;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-panel-aside__list li + li {
  margin-top: 0.55rem;
}

@media (max-width: 768px) {
  html.theme-apple-minimal #page-wode-zhanghao #dash-panel-overview .ac-panel__body--passwd {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

html.theme-apple-minimal #page-wode-zhanghao #dash-panel-overview .dash-header h2 {
  color: #1d1d1f;
  background: none;
  -webkit-text-fill-color: #1d1d1f;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-form {
  gap: 1rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-form .support-form-label {
  color: #1d1d1f;
  letter-spacing: normal;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-form .support-form-req {
  color: #bf4800;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-input,
html.theme-apple-minimal #page-wode-zhanghao .passwd-form .passwd-input,
html.theme-apple-minimal #page-wode-zhanghao .passwd-form .support-form-input {
  background: #fff !important;
  border: 1px solid #d2d2d7 !important;
  color: #1d1d1f !important;
  box-shadow: none !important;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-input::placeholder,
html.theme-apple-minimal #page-wode-zhanghao .passwd-form .passwd-input::placeholder {
  color: #aeaeb2 !important;
  font-weight: 400;
}

html.theme-apple-minimal #page-wode-zhanghao .passwd-input:focus,
html.theme-apple-minimal #page-wode-zhanghao .passwd-form .passwd-input:focus {
  outline: none !important;
  border-color: #2997ff !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(41, 151, 255, 0.18) !important;
}

html.theme-apple-minimal #page-wode-zhanghao #passwd-submit.btn-primary,
html.theme-apple-minimal #page-wode-zhanghao #passwd-submit.btn-primary.sketch-box {
  color: #fff;
  background: #1d1d1f;
  border: none;
  border-radius: 980px;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao #passwd-submit.btn-primary:hover,
html.theme-apple-minimal #page-wode-zhanghao #passwd-submit.btn-primary.sketch-box:hover {
  background: #000;
  transform: none;
  box-shadow: none;
}

/* —— 速写风格重置 —— */
html.theme-apple-minimal #page-wode-zhanghao .sketch-box,
html.theme-apple-minimal #page-wode-zhanghao .checkout-return-banner {
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  box-shadow: none;
}

html.theme-apple-minimal #page-wode-zhanghao .dash-header {
  border-bottom-style: solid;
}

html.theme-apple-minimal #page-wode-zhanghao .sidebar-menu li a {
  font-size: 14px;
  font-weight: 600;
}

/* —— 模态框 —— */
html.theme-apple-minimal .support-new-ticket-modal__backdrop {
  background: rgba(0, 0, 0, 0.42);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

html.theme-apple-minimal .support-new-ticket-card,
html.theme-apple-minimal .support-ticket-detail,
html.theme-apple-minimal .ui-confirm-card {
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 18px;
  box-shadow: 0 24px 64px -20px rgba(0, 0, 0, 0.2);
}

html.theme-apple-minimal .support-new-ticket-card::before {
  display: none;
}

html.theme-apple-minimal .support-new-ticket-head {
  padding: 20px 22px 16px;
  background: #fff;
  border-bottom: 1px solid #e5e5ea;
}

html.theme-apple-minimal .support-new-ticket-icon {
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  color: #1d1d1f;
}

html.theme-apple-minimal .support-new-ticket-close {
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  color: #515154;
}

html.theme-apple-minimal .support-new-ticket-close:hover {
  background: #ebebed;
  border-color: #d2d2d7;
  color: #1d1d1f;
}

html.theme-apple-minimal .support-new-ticket-title,
html.theme-apple-minimal .support-ticket-detail-title,
html.theme-apple-minimal .ui-confirm-title {
  color: #1d1d1f;
  font-weight: 700;
  background: none;
  -webkit-text-fill-color: #1d1d1f;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-hint {
  color: #515154;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-label,
html.theme-apple-minimal #support-ticket-modal .support-form-label {
  color: #1d1d1f;
  letter-spacing: normal;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-req {
  color: #bf4800;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-sublabel {
  color: #86868b;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-input,
html.theme-apple-minimal #support-new-ticket-modal .support-form-textarea,
html.theme-apple-minimal #support-ticket-modal .support-form-textarea,
html.theme-apple-minimal #support-ticket-modal .support-ticket-reply-textarea {
  background: #fff !important;
  border: 1px solid #d2d2d7 !important;
  color: #1d1d1f !important;
  box-shadow: none !important;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-input::placeholder,
html.theme-apple-minimal #support-new-ticket-modal .support-form-textarea::placeholder,
html.theme-apple-minimal #support-ticket-modal .support-form-textarea::placeholder,
html.theme-apple-minimal #support-ticket-modal .support-ticket-reply-textarea::placeholder {
  color: #aeaeb2 !important;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-input:focus,
html.theme-apple-minimal #support-new-ticket-modal .support-form-textarea:focus,
html.theme-apple-minimal #support-ticket-modal .support-form-textarea:focus,
html.theme-apple-minimal #support-ticket-modal .support-ticket-reply-textarea:focus {
  background: #fff !important;
  border-color: #2997ff !important;
  box-shadow: 0 0 0 3px rgba(41, 151, 255, 0.18) !important;
  outline: none !important;
}

html.theme-apple-minimal #support-new-ticket-modal .support-order-trigger {
  width: 100%;
  background: #fff !important;
  border: 1px solid #d2d2d7 !important;
  color: #1d1d1f !important;
  box-shadow: none !important;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-err {
  color: #bf4800;
  background: #fff5f0;
  border: 1px solid rgba(191, 72, 0, 0.2);
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-err::before {
  background: rgba(191, 72, 0, 0.12);
  color: #bf4800;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-ok {
  color: #248a3d;
  background: rgba(36, 138, 61, 0.1);
  border: 1px solid rgba(36, 138, 61, 0.22);
}

/* 弹窗在 main 外，ac-btn 需在此单独定义结构 */
html.theme-apple-minimal #support-new-ticket-modal .ac-btn,
html.theme-apple-minimal #support-ticket-modal .ac-btn,
html.theme-apple-minimal #ui-confirm-modal .ac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0.55rem 1.1rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 980px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

html.theme-apple-minimal #support-new-ticket-modal .ac-btn i,
html.theme-apple-minimal #support-new-ticket-modal .ac-btn svg,
html.theme-apple-minimal #support-ticket-modal .ac-btn i,
html.theme-apple-minimal #support-ticket-modal .ac-btn svg,
html.theme-apple-minimal #ui-confirm-modal .ac-btn i,
html.theme-apple-minimal #ui-confirm-modal .ac-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-actions .btn-primary.sketch-box,
html.theme-apple-minimal #support-new-ticket-modal .support-form-actions .btn-primary,
html.theme-apple-minimal #support-new-ticket-modal .support-form-actions .ac-btn--primary {
  color: #fff;
  background: #1d1d1f;
  border: none;
  border-radius: 980px;
  box-shadow: none;
}

html.theme-apple-minimal #support-new-ticket-modal .support-form-actions .btn-primary.sketch-box:hover,
html.theme-apple-minimal #support-new-ticket-modal .support-form-actions .btn-primary:hover,
html.theme-apple-minimal #support-new-ticket-modal .support-form-actions .ac-btn--primary:hover {
  background: #000;
  transform: none;
  box-shadow: none;
}

html.theme-apple-minimal #support-ticket-modal .support-ticket-reply-actions .btn-primary,
html.theme-apple-minimal #support-ticket-modal .support-ticket-reply-actions .ac-btn--primary,
html.theme-apple-minimal #ui-confirm-modal .ui-confirm-ok {
  color: #fff;
  background: #1d1d1f;
  border: none;
}

html.theme-apple-minimal #support-ticket-modal .support-ticket-reply-actions .btn-primary:hover,
html.theme-apple-minimal #support-ticket-modal .support-ticket-reply-actions .ac-btn--primary:hover,
html.theme-apple-minimal #ui-confirm-modal .ui-confirm-ok:hover {
  background: #000;
}

html.theme-apple-minimal #support-ticket-modal .support-ticket-close-btn,
html.theme-apple-minimal #ui-confirm-modal .ui-confirm-cancel {
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #d2d2d7;
}

html.theme-apple-minimal #support-ticket-modal .support-ticket-close-btn:hover,
html.theme-apple-minimal #ui-confirm-modal .ui-confirm-cancel:hover {
  background: #f5f5f7;
  border-color: #86868b;
}

html.theme-apple-minimal .pay-method-modal-panel {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5e5ea;
}

html.theme-apple-minimal .pay-method-option {
  background: #fafafa;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
}

html.theme-apple-minimal .pay-method-option:hover {
  background: #fff;
  border-color: #d2d2d7;
}

/* —— 登录门页显示逻辑 —— */
html.theme-apple-minimal.maclogin-account-locked #page-wode-zhanghao #account-gate {
  display: block;
}

html.theme-apple-minimal.maclogin-account-ok #page-wode-zhanghao #account-gate {
  display: none !important;
}

html.theme-apple-minimal.maclogin-account-locked #page-wode-zhanghao > .ac-shell {
  display: none !important;
}
