.account-page .topbar .top-nav a {
      color: rgba(255, 255, 255, 0.72);
    }

    .account-page .topbar .top-nav a:hover,
    .account-page .topbar .top-nav a.is-active,
    .account-page .topbar .top-nav a.is-current {
      color: #fbbf24;
    }

    .account-page .dapp-reference-shell {
      width: min(100%, 1200px);
      max-width: 1200px;
      min-height: 812px;
    }

    .account-page .dapp-reference-shell > .topbar::after {
      left: 18%;
    }

    .account-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: start;
    }

    .account-wide {
      grid-column: 1 / -1;
    }

    .account-module .module-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 10px;
      border-radius: 22px;
      border: 1px solid rgba(249, 115, 22, 0.16);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(249, 115, 22, 0.05)),
        rgba(22, 7, 10, 0.68);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 40px -28px rgba(249, 115, 22, 0.42);
    }

    .account-module .module-tabs .tab-chip {
      flex: 1 1 0;
      min-width: 0;
      cursor: pointer;
      appearance: none;
      min-height: 48px;
      padding: 0 14px;
      border-radius: 16px;
      border: 1px solid rgba(255, 214, 170, 0.14);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
      color: rgba(240, 219, 188, 0.9);
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.02em;
      text-align: center;
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .account-module .module-tabs .tab-chip.is-active {
      border-color: rgba(249, 168, 37, 0.42);
      background: linear-gradient(135deg, rgba(249, 168, 37, 0.34), rgba(234, 88, 12, 0.24));
      color: #fff8e7;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 16px 34px -24px rgba(249, 168, 37, 0.9);
    }

    .account-module .module-tabs .tab-chip:hover:not(.is-active) {
      border-color: rgba(249, 168, 37, 0.28);
      color: #fff1d0;
      transform: translateY(-1px);
    }

    .hero-stat-card {
      padding: 16px 16px 14px;
      min-height: 112px;
      border-radius: 20px;
    }

    .hero-stat-card strong {
      font-size: 24px;
      line-height: 1.16;
    }

    .hero-stat-card p {
      margin-top: 8px;
      font-size: 12px;
      line-height: 1.6;
    }

    .account-tab-panel.hidden {
      display: none;
    }

    .account-stat-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .account-stat-card,
    .account-progress-card,
    .account-empty,
    .account-detail-item,
    .history-item {
      border-radius: 18px;
      border: 1px solid rgba(249, 115, 22, 0.08);
      background: rgba(255, 255, 255, 0.03);
    }

    .account-stat-card {
      padding: 14px 14px 12px;
      min-height: 82px;
    }

    .account-stat-card span {
      display: block;
      color: rgba(223, 204, 170, 0.64);
      font-size: 11px;
      margin-bottom: 6px;
    }

    .account-stat-card strong {
      display: block;
      color: #ffffff;
      font-size: 17px;
      line-height: 1.22;
      letter-spacing: -0.8px;
      word-break: break-word;
    }

    .account-stat-card strong.small,
    .account-detail-value.mono,
    .history-row strong.mono {
      font-size: 12px;
      line-height: 1.45;
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    }

.account-link-value {
  display: block;
  color: #f6e7c8;
  font-size: 12px;
  line-height: 1.45;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account-link-value:hover {
  color: #ffffff;
  text-decoration: underline;
}

.promo-code-panel {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(249, 115, 22, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.promo-code-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.promo-code-head strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.promo-code-head span {
  color: rgba(223, 204, 170, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

.promo-code-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(244, 211, 94, 0.16);
  background: rgba(16, 12, 18, 0.72);
}

.promo-code-link {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.promo-copy-btn {
  flex: 0 0 auto;
  min-width: 96px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(244, 211, 94, 0.4);
  border-radius: 999px;
  color: #fef3c7;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(118, 61, 255, 0.22), rgba(83, 40, 174, 0.18));
  box-shadow: 0 12px 30px -20px rgba(118, 61, 255, 0.9);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.promo-copy-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(244, 211, 94, 0.68);
  box-shadow: 0 16px 34px -22px rgba(118, 61, 255, 1);
}

.promo-copy-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

    .account-ledger-card .account-stat-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .account-note {
      margin-top: 14px;
      padding: 14px 16px;
      border-radius: 18px;
      border: 1px solid rgba(249, 115, 22, 0.08);
      background: rgba(255, 255, 255, 0.03);
      color: rgba(223, 204, 170, 0.72);
      font-size: 13px;
      line-height: 1.8;
    }

    .auth-gate {
      position: relative;
      margin: 0 auto 22px;
      width: min(100%, 620px);
      padding: 28px;
      border-radius: 30px;
      border: 1px solid rgba(249, 115, 22, 0.12);
      background:
        radial-gradient(circle at 78% 16%, rgba(220, 38, 38, 0.22), transparent 28%),
        radial-gradient(circle at 12% 84%, rgba(245, 158, 11, 0.18), transparent 30%),
        linear-gradient(135deg, rgba(28, 8, 13, 0.98), rgba(22, 6, 10, 0.96));
      box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
      overflow: hidden;
    }

    .auth-gate::before {
      content: "";
      position: absolute;
      inset: auto auto -70px -50px;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(220, 38, 38, 0.20);
      filter: blur(55px);
    }

    .auth-gate-head,
    .auth-gate-box {
      position: relative;
      z-index: 1;
    }

    .auth-gate-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 26px;
    }

    .auth-gate-label {
      margin: 0 0 10px;
      color: rgba(223, 204, 170, 0.58);
      font-size: 14px;
    }

    .auth-gate-head h2 {
      margin: 0;
      color: #ffffff;
      font-size: 42px;
      letter-spacing: -1.2px;
    }

    .auth-gate-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 88px;
      min-height: 48px;
      padding: 0 20px;
      border-radius: 999px;
      border: 1px solid rgba(249, 115, 22, 0.4);
      background: rgba(249, 115, 22, 0.14);
      color: #f3d59c;
      font-size: 14px;
      font-weight: 600;
    }

    .auth-gate-box {
      padding: 26px 22px 20px;
      border-radius: 24px;
      border: 1px solid rgba(249, 115, 22, 0.12);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(249, 115, 22, 0.06));
    }

    .auth-gate-text {
      margin: 0;
      color: rgba(236, 234, 241, 0.8);
      font-size: 15px;
      line-height: 1.9;
    }

    .auth-gate-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 18px;
    }

    .auth-gate-actions .ghost-action,
    .auth-gate-actions .primary-action {
      width: auto;
      min-width: 168px;
      min-height: 40px;
      padding: 0 22px;
      border-radius: 15px;
      font-size: 14px;
      font-weight: 900;
    }

    .auth-gate-actions .primary-action {
      border: 0;
      color: #0b0802;
      background-image: linear-gradient(90deg, #f6d365 0%, #f59e0b 100%);
      box-shadow: 0 16px 34px -14px rgba(245, 158, 11, 0.75);
    }

    .auth-gate-actions .primary-action:hover:not(:disabled) {
      filter: brightness(1.05);
      transform: translateY(-1px);
    }

    .auth-gate-actions .primary-action:active:not(:disabled) {
      transform: scale(0.985);
    }

    .auth-gate-actions .primary-action:disabled {
      opacity: 0.58;
      cursor: not-allowed;
      filter: grayscale(0.08);
    }

    .auth-gate-status {
      margin-top: 12px;
      color: rgba(223, 204, 170, 0.72);
      font-size: 12px;
      line-height: 1.8;
    }

    .account-action-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 16px;
    }

    .account-action-row > * {
      flex: 1;
    }

    .account-progress-card {
      margin-top: 14px;
      padding: 18px;
    }

    .account-progress-head {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      color: rgba(223, 204, 170, 0.72);
      font-size: 12px;
      margin-bottom: 12px;
    }

    .account-progress-head strong {
      color: #ffffff;
      font-size: 13px;
      font-weight: 600;
    }

    .progress-track {
      width: 100%;
      height: 10px;
      border-radius: 999px;
      overflow: hidden;
      border: 1px solid rgba(249, 115, 22, 0.08);
      background: rgba(255, 255, 255, 0.06);
    }

    .progress-fill {
      width: 0;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #fbbf24, #f97316 40%, #dc2626 100%);
      box-shadow: 0 0 18px rgba(234, 88, 12, 0.40);
      transition: width 0.25s ease;
    }

    .progress-note {
      margin-top: 10px;
      color: rgba(223, 204, 170, 0.62);
      font-size: 11px;
      line-height: 1.7;
    }

    .account-detail-list,
    .history-list {
      display: grid;
      gap: 12px;
    }

    .account-pager {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 14px;
      padding-top: 6px;
    }

    .account-pager-info {
      color: rgba(223, 204, 170, 0.68);
      font-size: 12px;
      white-space: nowrap;
    }

    .account-pager-actions {
      display: flex;
      gap: 10px;
    }

    .account-pager-actions .ghost-action {
      min-width: 88px;
      width: auto;
      padding: 0 18px;
    }

    .direct-member-section {
      margin-top: 16px;
    }

    .direct-member-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }

    .direct-member-head strong {
      color: #ffffff;
      font-size: 15px;
    }

    .direct-member-head span {
      color: rgba(223, 204, 170, 0.64);
      font-size: 12px;
    }

    .direct-member-list {
      display: block;
    }

    .account-detail-list,
    .direct-member-list {
      position: relative;
      min-height: 180px;
    }

    .account-detail-list > .account-empty,
    .account-detail-list > .direct-member-table-wrap,
    .direct-member-list > .account-empty,
    .direct-member-list > .direct-member-table-wrap {
      min-height: 100%;
    }

    .account-empty,
    .direct-member-table-wrap {
      position: relative;
      border-radius: 20px;
      border: 1px solid rgba(251, 191, 36, 0.12);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(10, 5, 8, 0.46);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(255, 255, 255, 0.03),
        0 16px 36px rgba(0, 0, 0, 0.24);
      overflow: hidden;
    }

    .account-empty::before,
    .direct-member-table-wrap::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, rgba(252, 211, 77, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 46%);
      pointer-events: none;
    }

    .direct-member-table-wrap {
      max-height: 340px;
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(251, 191, 36, 0.55) rgba(255, 255, 255, 0.06);
      scroll-behavior: smooth;
    }

    .direct-member-table-wrap::-webkit-scrollbar {
      width: 10px;
      height: 10px;
    }

    .direct-member-table-wrap::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 999px;
    }

    .direct-member-table-wrap::-webkit-scrollbar-thumb {
      border-radius: 999px;
      border: 2px solid rgba(12, 8, 12, 0.28);
      background: linear-gradient(180deg, rgba(253, 224, 71, 0.88), rgba(249, 115, 22, 0.72));
    }

    .direct-member-table-wrap::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(180deg, rgba(253, 224, 71, 0.98), rgba(251, 146, 60, 0.82));
    }

    .direct-member-table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
    }

    .direct-member-table th,
    .direct-member-table td {
      padding: 14px 16px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      color: #ffffff;
      font-size: 14px;
      line-height: 1.6;
      text-align: left;
      white-space: nowrap;
    }

    .direct-member-table th {
      position: sticky;
      top: 0;
      z-index: 1;
      color: rgba(223, 204, 170, 0.78);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.02em;
      background: rgba(24, 10, 14, 0.92);
    }

    .direct-member-table tbody tr:last-child td {
      border-bottom: 0;
    }

    .direct-member-table td.mono {
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      white-space: normal;
      word-break: break-all;
    }

    .referral-detail-table {
      min-width: 560px;
    }

    .referral-detail-source {
      min-width: 240px;
    }

    .account-detail-item,
    .history-item {
      padding: 16px 18px;
    }

    .account-detail-head,
    .history-head,
    .history-row,
    .account-detail-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
    }

    .account-detail-head,
    .history-head {
      margin-bottom: 10px;
    }

    .account-detail-row + .account-detail-row,
    .history-row + .history-row {
      margin-top: 8px;
    }

    .account-detail-label,
    .history-row span,
    .history-head span {
      color: rgba(223, 204, 170, 0.64);
      font-size: 12px;
      line-height: 1.7;
    }

    .account-detail-value,
    .history-head strong,
    .history-row strong {
      color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      text-align: right;
      word-break: break-word;
    }

    .history-head strong {
      font-size: 15px;
      letter-spacing: -0.4px;
    }

    .account-empty {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 180px;
      padding: 22px 18px;
      text-align: center;
      color: rgba(226, 232, 240, 0.86);
      font-size: 13px;
      line-height: 1.8;
    }

    .history-action {
      margin-top: 14px;
    }

    .history-action .ghost-action,
    .history-action .primary-action {
      width: 100%;
    }

    /* 奖金模块：顶部累计/可提现（图2风格） */
    .bonus-summary-hero {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-bottom: 22px;
      padding: 24px 24px 26px;
      border-radius: 22px;
      border: 1px solid rgba(249, 115, 22, 0.12);
      background:
        radial-gradient(circle at 78% 16%, rgba(220, 38, 38, 0.20), transparent 30%),
        radial-gradient(circle at 12% 84%, rgba(245, 158, 11, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(18, 22, 34, 0.98), rgba(14, 18, 28, 0.96));
    }

    .bonus-summary-col {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-width: 0;
    }

    .bonus-summary-col span {
      color: rgba(223, 204, 170, 0.78);
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.08em;
    }

    .bonus-summary-col strong {
      color: #ffffff;
      font-size: clamp(22px, 4vw, 30px);
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1.2;
      font-family: "DM Sans", ui-monospace, monospace;
    }

    .bonus-summary-col:last-child {
      text-align: right;
      align-items: flex-end;
    }

    /* 领奖按钮行 */
    .bonus-action-row {
      margin: -4px 0 20px;
      display: flex;
      justify-content: flex-end;
    }

    .bonus-action-row .primary-action {
      width: 100%;
      min-width: 0;
      height: 48px;
    }

    @media (min-width: 760px) {
      .bonus-action-row .primary-action {
        width: auto;
        min-width: 260px;
      }
    }

    /* 每日奖金汇总标题 */
    .bonus-daily-title {
      margin: 0 0 14px;
      color: rgba(223, 204, 170, 0.88);
      font-size: 15px;
      font-weight: 700;
    }

    /* 每日奖金汇总表格（图3风格） */
    .bonus-daily-table {
      border-radius: 22px;
      border: 1px solid rgba(249, 115, 22, 0.08);
      background: rgba(255, 255, 255, 0.03);
      overflow: hidden;
    }

    .bonus-daily-table-head {
      display: grid;
      grid-template-columns: 1.3fr 1fr 1fr 1fr;
      gap: 8px;
      padding: 14px 18px 12px;
      border-bottom: 1px solid rgba(249, 115, 22, 0.08);
      background: rgba(255, 255, 255, 0.025);
    }

    .bonus-daily-table-head span {
      color: rgba(223, 204, 170, 0.76);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.4;
    }

    .bonus-daily-table-head span:nth-child(2),
    .bonus-daily-table-head span:nth-child(3),
    .bonus-daily-table-head span:nth-child(4),
    .bonus-daily-row > strong,
    .bonus-daily-row > span:nth-child(2),
    .bonus-daily-row > span:nth-child(3),
    .bonus-daily-row > span:nth-child(4) {
      text-align: right;
    }

    .bonus-daily-table-body {
      display: flex;
      flex-direction: column;
    }

    .bonus-daily-row {
      display: grid;
      grid-template-columns: 1.3fr 1fr 1fr 1fr;
      gap: 8px;
      align-items: center;
      padding: 13px 18px;
      border-bottom: 1px solid rgba(249, 115, 22, 0.06);
    }

    .bonus-daily-row:last-child {
      border-bottom: 0;
    }

    .bonus-daily-row > span:first-child {
      color: rgba(223, 204, 170, 0.9);
      font-size: 14px;
      font-weight: 500;
      font-family: "DM Sans", ui-monospace, monospace;
      line-height: 1.4;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left;
    }

    .bonus-daily-row strong {
      font-weight: 600;
      font-family: "DM Sans", ui-monospace, monospace;
      text-align: right;
      font-size: 14px;
      line-height: 1.2;
    }

    .bonus-daily-row strong.dynamic {
      color: #67e8f9;
    }

    .bonus-daily-row strong.static {
      color: #fbbf24;
    }

    .bonus-daily-row strong.leadership {
      color: #f97316;
    }

    .bonus-daily-table-body .account-empty {
      padding: 28px 20px;
      margin: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    @media (max-width: 760px) {
      .bonus-summary-hero {
        padding: 20px 18px 22px;
        gap: 10px;
      }
      .bonus-summary-col span {
        font-size: 14px;
      }
      .bonus-summary-col strong {
        font-size: clamp(22px, 3vw, 22px);
      }
      .bonus-daily-table-head,
      .bonus-daily-row {
        padding: 12px 14px;
      }
      .bonus-daily-table-head span,
      .bonus-daily-row span,
      .bonus-daily-row strong {
        font-size: 12px;
      }
    }

    .account-page .mobile-bottom-nav {
      display: none;
    }

    @media (max-width: 980px) {
      .account-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 760px) {
      .account-page .mobile-bottom-nav {
        display: flex;
      }

      .auth-gate {
        width: 100%;
        padding: 18px;
        border-radius: 24px;
      }

      .auth-gate-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 18px;
      }

      .auth-gate-head h2 {
        font-size: 30px;
      }

      .auth-gate-pill,
      .auth-gate-actions .ghost-action,
      .auth-gate-actions .primary-action {
        width: 100%;
      }

      .auth-gate-box {
        padding: 18px 16px 16px;
        border-radius: 20px;
      }

      .account-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .account-module .module-tabs {
        gap: 8px;
        padding: 8px;
        flex-wrap: nowrap;
      }

      .account-module .module-tabs .tab-chip {
        flex: 1 1 0;
        min-width: 0;
        min-height: 42px;
        padding: 0 6px;
        font-size: 12px;
        letter-spacing: 0;
      }

      .hero-stat-card {
        min-height: 96px;
      }

      .hero-stat-card strong {
        font-size: 20px;
      }

      .account-stat-card {
        min-height: 74px;
        padding: 12px 12px 10px;
      }

      .account-stat-card strong {
        font-size: 15px;
      }

      .account-action-row {
        flex-direction: column;
      }

      .account-action-row > * {
        width: 100%;
      }

      .promo-code-box {
        flex-direction: column;
        align-items: stretch;
      }

      .promo-copy-btn {
        width: 100%;
      }

      .account-detail-head,
      .history-head,
      .history-row,
      .account-detail-row,
      .account-progress-head,
      .direct-member-head {
        flex-direction: column;
        align-items: flex-start;
      }

      .account-detail-value,
      .history-head strong,
      .history-row strong {
        text-align: left;
      }

      .direct-member-table {
        min-width: 680px;
      }
    }
