/* 我的 · 数据服务（与 shop / profile / strategies 工作台一致） */
:root {
  --mine-primary: #c5cde0;
  --mine-accent: #d4b996;
  --mine-sky: #38bdf8;
  --mine-card: rgba(15, 15, 28, 0.78);
}

.mine-hero {
  text-align: center;
  margin-bottom: 0.8rem;
}

.mine-hero__badge {
  display: none;
}

.mine-panels {
  min-width: 0;
}

#jcdata-content {
  min-width: 0;
}

.mine-main--doc {
  padding-top: 1.1rem;
}

.mine-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.mine-hero__title span {
  background: linear-gradient(90deg, var(--mine-primary), var(--mine-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mine-hero__sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(0.88rem, 2vw, 0.95rem);
  max-width: min(42rem, 100%);
  margin: 0 auto;
  line-height: 1.7;
}

.mine-hero__doc-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: #7dd3fc;
  text-decoration: none;
  font-weight: 500;
}

.mine-hero__doc-link:hover {
  text-decoration: underline;
  color: #bae6fd;
}

.mine-inline-code {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.88em;
  padding: 0.1em 0.4em;
  border-radius: 6px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  color: #7dd3fc;
}

.mine-split {
  display: grid;
  grid-template-columns: minmax(260px, 300px) 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 991px) {
  .mine-split {
    grid-template-columns: 1fr;
  }

  .mine-side-nav {
    overflow: visible;
  }

  .mine-side-toc-panel {
    flex: 0 0 auto;
  }

  .mine-side-toc-panel__body {
    max-height: 320px;
  }
}

.mine-side {
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 104px);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

@media (max-width: 991px) {
  .mine-side {
    position: static;
    max-height: none;
  }
}

.mine-aside-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin: 0 0 0.65rem 0.35rem;
}

.mine-side-nav {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: var(--mine-card);
  border: 1px solid rgba(197, 205, 224, 0.16);
  border-radius: 16px;
  padding: 0.65rem;
  backdrop-filter: blur(12px);
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.mine-side-nav__primary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

.mine-side-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 12px;
  padding: 0.85rem 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mine-side-link:hover {
  background: rgba(197, 205, 224, 0.06);
  border-color: rgba(197, 205, 224, 0.14);
  color: #fff;
}

.mine-side-link.is-active {
  background: linear-gradient(135deg, rgba(212, 185, 150, 0.14), rgba(197, 205, 224, 0.08));
  border-color: rgba(212, 185, 150, 0.4);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.mine-side-link__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 205, 224, 0.12);
  color: var(--mine-primary);
  font-size: 1rem;
}

.mine-side-link__icon--data {
  background: rgba(212, 185, 150, 0.15);
  color: var(--mine-accent);
}

.mine-side-link.is-active .mine-side-link__icon--data {
  background: rgba(212, 185, 150, 0.28);
}

.mine-side-link__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.mine-side-link__title {
  font-weight: 600;
  font-size: 0.95rem;
}

.mine-side-link__desc {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
}

.mine-side-link.is-active .mine-side-link__desc {
  color: rgba(255, 255, 255, 0.62);
}

.mine-side-link__ext {
  flex-shrink: 0;
  font-size: 0.72rem;
  opacity: 0.4;
}

/* 侧边栏 · 可折叠文档目录 */
.mine-side-toc-panel {
  border-top: 1px solid rgba(197, 205, 224, 0.12);
  padding-top: 0.55rem;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mine-side-toc-panel.is-collapsed {
  flex: 0 0 auto;
}

.mine-side-toc-panel__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(197, 205, 224, 0.14);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mine-side-toc-panel__toggle:hover {
  background: rgba(197, 205, 224, 0.08);
  border-color: rgba(197, 205, 224, 0.22);
  color: #fff;
}

.mine-side-toc-panel__icon {
  flex-shrink: 0;
  font-size: 0.78rem;
  color: var(--mine-accent);
  opacity: 0.9;
}

.mine-side-toc-panel__label {
  flex: 1;
  text-align: left;
}

.mine-side-toc-panel__chevron {
  flex-shrink: 0;
  font-size: 0.68rem;
  opacity: 0.55;
  transition: transform 0.22s ease;
}

.mine-side-toc-panel.is-collapsed .mine-side-toc-panel__chevron {
  transform: rotate(-90deg);
}

.mine-side-toc-panel__body {
  flex: 1;
  min-height: 0;
  margin-top: 0.45rem;
  padding: 0.15rem 0.1rem 0.25rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(197, 205, 224, 0.4) transparent;
}

.mine-side-toc-panel__body::-webkit-scrollbar {
  width: 5px;
}

.mine-side-toc-panel__body::-webkit-scrollbar-thumb {
  background: rgba(197, 205, 224, 0.35);
  border-radius: 999px;
}

.mine-side-toc-panel.is-collapsed .mine-side-toc-panel__body {
  display: none;
  margin-top: 0;
}

.mine-side-toc__loading {
  margin: 0;
  padding: 0.5rem 0.65rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.mine-side-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.mine-side-toc__item a {
  display: block;
  padding: 0.32rem 0.55rem;
  border-radius: 8px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.mine-side-toc__item--l3 a {
  padding-left: 0.95rem;
  font-size: 0.74rem;
}

.mine-side-toc__item a:hover,
.mine-side-toc__item a.is-active {
  color: #fff;
  background: rgba(197, 205, 224, 0.08);
  border-left-color: var(--mine-accent);
}

.mine-main {
  background: var(--mine-card);
  border: 1px solid rgba(197, 205, 224, 0.16);
  border-radius: 16px;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  backdrop-filter: blur(12px);
  min-height: 480px;
  min-width: 0;
}

@media (max-width: 767px) {
  .mine-main__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .mine-main__toolbar .mine-btn {
    justify-content: center;
  }

  .mine-token-card__head {
    flex-direction: column;
  }

  .mine-token-card__actions {
    width: 100%;
  }

  .mine-token-card__actions .mine-btn {
    flex: 1;
    justify-content: center;
  }

  .mine-kpi-grid {
    grid-template-columns: 1fr;
  }
}

.mine-main__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(197, 205, 224, 0.1);
}

.mine-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: inherit;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
}

.mine-btn--ghost {
  border-color: rgba(197, 205, 224, 0.28);
}

.mine-btn--ghost:hover {
  background: rgba(197, 205, 224, 0.08);
  border-color: rgba(197, 205, 224, 0.4);
  color: #fff;
}

.mine-btn--primary {
  border-color: var(--mine-sky);
  color: var(--mine-sky);
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.15);
}

.mine-btn--primary:hover {
  background: rgba(56, 189, 248, 0.12);
  color: #7dd3fc;
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.28);
}

.mine-btn--success {
  border-color: rgba(52, 211, 153, 0.55) !important;
  color: #6ee7b7 !important;
  background: rgba(16, 185, 129, 0.14) !important;
  box-shadow: 0 0 18px rgba(16, 185, 129, 0.22) !important;
}

.mine-copy-feedback {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 500;
  color: #6ee7b7;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.28);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.mine-copy-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mine-copy-feedback i {
  font-size: 0.95rem;
  color: #34d399;
}

.mine-btn--accent {
  border-color: rgba(212, 185, 150, 0.45);
  color: var(--mine-accent);
  background: rgba(212, 185, 150, 0.08);
}

.mine-btn--accent:hover {
  background: rgba(212, 185, 150, 0.16);
  color: #f0d9b8;
}

.mine-btn--xs {
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
}

.mine-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 3rem 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.mine-state--error {
  color: #fca5a5;
  background: rgba(127, 29, 29, 0.25);
  border: 1px solid rgba(248, 113, 113, 0.3);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  justify-content: flex-start;
}

.mine-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.mine-kpi {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(197, 205, 224, 0.12);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.mine-kpi:hover {
  border-color: rgba(197, 205, 224, 0.22);
  transform: translateY(-1px);
}

.mine-kpi--highlight {
  border-color: rgba(212, 185, 150, 0.35);
  background: linear-gradient(145deg, rgba(212, 185, 150, 0.1), rgba(0, 0, 0, 0.32));
}

.mine-kpi__icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 205, 224, 0.1);
  color: var(--mine-primary);
  font-size: 0.95rem;
  flex-shrink: 0;
}

.mine-kpi--highlight .mine-kpi__icon {
  background: rgba(212, 185, 150, 0.18);
  color: var(--mine-accent);
}

.mine-kpi__label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.25rem;
}

.mine-kpi__value {
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

.mine-kpi__value--sm {
  font-size: 1.25rem;
}

.mine-kpi__unit {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.2rem;
}

.mine-kpi__progress {
  margin-top: 0.55rem;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.mine-kpi__progress-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(197, 205, 224, 0.55), var(--mine-accent));
  transition: width 0.4s ease;
}

.mine-token-card {
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.35rem;
  background: linear-gradient(160deg, rgba(56, 189, 248, 0.08), rgba(0, 0, 0, 0.35));
  border: 1px solid rgba(56, 189, 248, 0.22);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.mine-token-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mine-token-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mine-token-card__title i {
  color: var(--mine-sky);
}

.mine-token-card__hint {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.55;
  max-width: 420px;
}

.mine-token-card__actions {
  display: flex;
  gap: 0.5rem;
}

.mine-token-field {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(8, 10, 18, 0.75);
  border: 1px solid rgba(197, 205, 224, 0.14);
  margin-bottom: 0.85rem;
}

.mine-token-value {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #e2e8f0;
  word-break: break-all;
  white-space: pre-wrap;
}

.mine-token-value.is-masked {
  letter-spacing: 0.12em;
  filter: blur(0);
}

.mine-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.25rem;
  min-width: 0;
}

@media (max-width: 767px) {
  .mine-grid-2 {
    grid-template-columns: 1fr;
  }
}

.mine-panel {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(197, 205, 224, 0.1);
  border-radius: 14px;
  padding: 1.15rem 1.25rem;
  min-width: 0;
}

.mine-panel--code {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.mine-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.mine-panel__title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--mine-primary);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.mine-quota-ledger {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(197, 205, 224, 0.12);
  background: rgba(0, 0, 0, 0.18);
}

.mine-quota-ledger__head {
  margin-bottom: 0.65rem;
}

.mine-quota-ledger__hint {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
}

.mine-quota-ledger__note {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.5;
}

.mine-quota-ledger__note i {
  margin-right: 0.35rem;
  opacity: 0.85;
}

.mine-quota-ledger__list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.mine-quota-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(197, 205, 224, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.mine-quota-item.is-expired {
  opacity: 0.55;
}

.mine-quota-item__main {
  min-width: 0;
}

.mine-quota-item__title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.25rem;
}

.mine-quota-item__tag {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.05rem 0.4rem;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 600;
  vertical-align: 0.05em;
  color: var(--mine-accent);
  background: rgba(212, 185, 150, 0.15);
  border: 1px solid rgba(212, 185, 150, 0.28);
}

.mine-quota-item__meta {
  margin: 0;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.45;
}

.mine-quota-item__ratio {
  flex-shrink: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.mine-quota-item.is-expired .mine-quota-item__ratio {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}

.mine-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mine-steps li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.mine-steps__num {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(212, 185, 150, 0.2);
  color: var(--mine-accent);
  border: 1px solid rgba(212, 185, 150, 0.35);
}

.mine-steps strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.mine-steps p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.55;
}

.mine-steps code {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78em;
  color: #94a3b8;
}

.mine-code-wrap {
  min-width: 0;
  flex: 1;
  overflow: auto;
  border-radius: 10px;
  background: rgba(6, 8, 14, 0.9);
  border: 1px solid rgba(197, 205, 224, 0.08);
}

.mine-code {
  margin: 0;
  padding: 1rem 1.1rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  line-height: 1.65;
  color: #cbd5e1;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.mine-code__cmd { color: #94a3b8; }
.mine-code__kw { color: #c084fc; }
.mine-code__str { color: #86efac; }

/* API 接口文档 */
.mine-doc-header {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(197, 205, 224, 0.12);
}

.mine-doc-header__title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mine-doc-header__title i {
  color: var(--mine-accent);
}

.mine-doc-header__sub {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}

.mine-doc-body {
  min-width: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.mine-doc-body h1 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(197, 205, 224, 0.15);
}

.mine-doc-body h2 {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--mine-primary);
  margin: 2rem 0 0.85rem;
  scroll-margin-top: 96px;
}

.mine-doc-body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
  margin: 1.35rem 0 0.65rem;
  scroll-margin-top: 96px;
}

.mine-doc-body h4 {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 0.5rem;
}

.mine-doc-body p,
.mine-doc-body li {
  margin: 0 0 0.75rem;
}

.mine-doc-body ul,
.mine-doc-body ol {
  padding-left: 1.35rem;
  margin: 0 0 0.85rem;
}

.mine-doc-body hr {
  border: none;
  border-top: 1px solid rgba(197, 205, 224, 0.12);
  margin: 1.5rem 0;
}

.mine-doc-body code {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.86em;
  padding: 0.12em 0.38em;
  border-radius: 5px;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  color: #7dd3fc;
}

.mine-doc-body pre {
  margin: 0.85rem 0 1.1rem;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: rgba(6, 8, 14, 0.92);
  border: 1px solid rgba(197, 205, 224, 0.1);
  overflow-x: auto;
}

.mine-doc-body pre code {
  padding: 0;
  border: none;
  background: transparent;
  color: #cbd5e1;
  font-size: 0.8rem;
  line-height: 1.65;
}

.mine-doc-body table {
  width: 100%;
  margin: 0.85rem 0 1.1rem;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.mine-doc-body th,
.mine-doc-body td {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(197, 205, 224, 0.18);
  text-align: left;
  vertical-align: top;
}

.mine-doc-body th {
  background: rgba(197, 205, 224, 0.08);
  color: #fff;
  font-weight: 600;
}

.mine-doc-body td {
  color: rgba(255, 255, 255, 0.78);
}

.mine-doc-body strong {
  color: #fff;
  font-weight: 600;
}

.mine-doc-body a {
  color: #7dd3fc;
  text-decoration: none;
}

.mine-doc-body a:hover {
  text-decoration: underline;
}

.hidden {
  display: none !important;
}

/* 霁光浅色主题 */
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme {
  --mine-primary: #334155;
  --mine-accent: #b45309;
  --mine-sky: #0369a1;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-hero__title {
  color: #0f172a;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-hero__title span {
  background: linear-gradient(90deg, #1e40af, #b45309);
  -webkit-background-clip: text;
  background-clip: text;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-hero__sub {
  color: #475569;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-hero__doc-link {
  color: #0369a1;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-hero__doc-link:hover {
  color: #0c4a6e;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-inline-code {
  background: rgba(3, 105, 161, 0.08);
  border-color: rgba(3, 105, 161, 0.22);
  color: #0369a1;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-aside-label {
  color: #64748b;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-main,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-nav {
  background: #ffffff;
  border-color: rgba(148, 163, 184, 0.4);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-link {
  color: #334155;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-link:hover {
  background: rgba(30, 64, 175, 0.05);
  border-color: rgba(148, 163, 184, 0.35);
  color: #0f172a;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-link.is-active {
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.08), rgba(180, 83, 9, 0.06));
  border-color: rgba(30, 64, 175, 0.35);
  color: #0f172a;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-link__desc {
  color: #64748b;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-link.is-active .mine-side-link__desc {
  color: #475569;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-link__icon {
  background: rgba(30, 64, 175, 0.08);
  color: #1e40af;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-link__icon--doc {
  background: rgba(180, 83, 9, 0.1);
  color: #b45309;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-main__toolbar {
  border-bottom-color: rgba(148, 163, 184, 0.25);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-btn {
  color: #334155;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-btn--ghost {
  border-color: rgba(148, 163, 184, 0.55);
  background: #f8fafc;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-btn--ghost:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
  color: #0f172a;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-btn--primary {
  border-color: #0369a1;
  color: #0369a1;
  box-shadow: none;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-btn--primary:hover {
  background: rgba(3, 105, 161, 0.08);
  color: #0c4a6e;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-btn--success {
  border-color: rgba(5, 150, 105, 0.45) !important;
  color: #047857 !important;
  background: rgba(16, 185, 129, 0.1) !important;
  box-shadow: none !important;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-copy-feedback {
  color: #047857;
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(5, 150, 105, 0.28);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-copy-feedback i {
  color: #059669;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-btn--accent {
  border-color: rgba(180, 83, 9, 0.45);
  color: #b45309;
  background: rgba(180, 83, 9, 0.06);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-btn--accent:hover {
  background: rgba(180, 83, 9, 0.12);
  color: #92400e;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-state {
  color: #64748b;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-kpi,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-panel,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-token-field {
  background: #f8fafc;
  border-color: rgba(148, 163, 184, 0.35);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-toc-panel {
  border-top-color: rgba(148, 163, 184, 0.25);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-toc-panel__toggle {
  background: #f8fafc;
  border-color: rgba(148, 163, 184, 0.35);
  color: #334155;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-toc-panel__toggle:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
  color: #0f172a;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-toc-panel__icon {
  color: #b45309;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-toc__loading {
  color: #64748b;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-toc__item a {
  color: #475569;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-toc__item a:hover,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-side-toc__item a.is-active {
  color: #0f172a;
  background: rgba(30, 64, 175, 0.06);
  border-left-color: #1e40af;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-kpi--highlight {
  background: linear-gradient(145deg, rgba(180, 83, 9, 0.06), #f8fafc);
  border-color: rgba(180, 83, 9, 0.3);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-kpi__label,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-kpi__unit,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-steps p {
  color: #64748b;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-kpi__value,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-steps strong,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-token-card__title,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-header__title {
  color: #0f172a;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-kpi__icon {
  background: rgba(30, 64, 175, 0.08);
  color: #1e40af;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-kpi--highlight .mine-kpi__icon {
  background: rgba(180, 83, 9, 0.12);
  color: #b45309;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-panel__title {
  color: #1e293b;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-token-card {
  background: linear-gradient(160deg, rgba(3, 105, 161, 0.06), #f8fafc);
  border-color: rgba(3, 105, 161, 0.25);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-token-card__title i {
  color: #0369a1;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-token-card__hint {
  color: #64748b;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-token-value {
  color: #1e293b;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-code-wrap {
  background: #0f172a;
  border-color: rgba(148, 163, 184, 0.2);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-code {
  color: #e2e8f0;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-header {
  border-bottom-color: rgba(148, 163, 184, 0.25);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-header__sub {
  color: #64748b;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body {
  color: #334155;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body h1 {
  color: #0f172a;
  border-bottom-color: rgba(148, 163, 184, 0.3);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body h2 {
  color: #1e40af;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body h3,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body strong {
  color: #0f172a;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body h4 {
  color: #475569;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body code {
  background: rgba(3, 105, 161, 0.08);
  border-color: rgba(3, 105, 161, 0.2);
  color: #0369a1;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body pre {
  background: #0f172a;
  border-color: rgba(148, 163, 184, 0.2);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body pre code {
  color: #e2e8f0;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body th {
  background: #f1f5f9;
  color: #0f172a;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body td {
  color: #334155;
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body th,
html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body td {
  border-color: rgba(148, 163, 184, 0.35);
}

html.theme-palette-jiguang body.page-mine-jcdata, html.theme-palette-jiguang body.page-profile.cyber-theme .mine-doc-body a {
  color: #0369a1;
}
