/* 会员推广 · 免费得 VIP */

.ms-promo-page {
  padding-bottom: 64px;
}

.ms-promo-hero {
  position: relative;
  margin: 0 calc(50% - 50vw) 28px;
  width: 100vw;
  padding: 32px 16px 40px;
  overflow: hidden;
}

.ms-promo-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 20% 10%, rgba(124, 58, 237, 0.28), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(251, 191, 36, 0.18), transparent 50%),
    linear-gradient(180deg, rgba(12, 8, 22, 0.2), rgba(8, 5, 16, 0.92));
  pointer-events: none;
}

.ms-promo-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.ms-promo-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(216, 180, 254, 0.85);
  text-decoration: none;
  font-size: 0.88rem;
}

.ms-promo-back:hover {
  color: #fde68a;
}

.ms-promo-lead {
  margin: 10px 0 0;
  color: rgba(196, 181, 220, 0.78);
  font-size: 1.02rem;
}

.ms-promo-hero-actions {
  margin-top: 20px;
}

.ms-promo-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.4);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.55), rgba(236, 72, 153, 0.28));
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ms-promo-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.28);
}

.ms-promo-pricing-region {
  max-width: 920px;
  margin: 0 auto 20px;
  padding: 0 16px;
}

.ms-promo-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 820px;
  margin: 0 auto 24px;
  padding: 0 16px;
}

.ms-promo-overview-card {
  padding: 20px 18px;
  border-radius: 20px;
  border: 1px solid rgba(168, 85, 247, 0.24);
  background: linear-gradient(165deg, rgba(28, 18, 44, 0.82), rgba(10, 6, 18, 0.92));
}

.ms-promo-overview-card.is-gold {
  border-color: rgba(251, 191, 36, 0.32);
  background: linear-gradient(165deg, rgba(36, 28, 12, 0.82), rgba(14, 10, 6, 0.92));
}

.ms-promo-overview-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #c4b5fd;
  background: rgba(124, 58, 237, 0.18);
}

.ms-promo-overview-card.is-gold .ms-promo-overview-tag {
  color: #fde68a;
  background: rgba(251, 191, 36, 0.14);
}

.ms-promo-overview-card h2 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  color: #faf5ff;
}

.ms-promo-overview-card p {
  margin: 0 0 12px;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(196, 181, 220, 0.72);
}

.ms-promo-overview-card p strong {
  color: #fde68a;
}

.ms-promo-overview-points {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 0.78rem;
  line-height: 1.65;
  color: rgba(196, 181, 220, 0.58);
}

.ms-promo-steps {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ms-promo-steps--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ms-promo-steps--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ms-promo-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(168, 85, 247, 0.18);
  background: rgba(124, 58, 237, 0.06);
}

.ms-promo-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fde68a;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.ms-promo-step-body h3 {
  margin: 0 0 4px;
  font-size: 0.88rem;
  color: #f5eed8;
}

.ms-promo-step-body p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(196, 181, 220, 0.55);
}

.ms-promo-share-actions {
  margin-top: 4px;
}

.ms-promo-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(168, 85, 247, 0.28);
  background: rgba(124, 58, 237, 0.12);
  color: #e9d5ff;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
}

.ms-promo-records-wrap {
  margin-top: 8px;
}

.ms-promo-example {
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(251, 191, 36, 0.06);
  border: 1px solid rgba(251, 191, 36, 0.18);
}

.ms-promo-example-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ms-promo-example-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.86rem;
  color: #e9d5ff;
}

.ms-promo-example-row.ms-promo-example-head {
  font-size: 0.76rem;
  font-weight: 700;
  color: rgba(196, 181, 220, 0.55);
  padding-bottom: 4px;
}

.ms-promo-example-row:not(.ms-promo-example-head) {
  background: rgba(8, 5, 16, 0.45);
}

.ms-promo-example-row em {
  font-style: normal;
  font-weight: 700;
  color: #86efac;
  text-align: right;
}

.ms-promo-balance-banner {
  margin-bottom: 22px;
  padding: 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(251, 191, 36, 0.32);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(124, 58, 237, 0.12));
}

.ms-promo-balance-main {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.ms-promo-balance-label {
  font-size: 0.82rem;
  color: rgba(196, 181, 220, 0.65);
}

.ms-promo-balance-main strong {
  font-size: 1.55rem;
  color: #fde68a;
}

.ms-promo-balance-note {
  margin: 0 0 14px;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(196, 181, 220, 0.58);
}

.ms-promo-balance-note b {
  color: #fde68a;
}

.ms-promo-balance-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: rgba(124, 58, 237, 0.25);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
}

.ms-promo-faq {
  max-width: 820px;
  margin: 0 auto 48px;
  padding: clamp(22px, 4vw, 32px);
  border-radius: 24px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  background: linear-gradient(168deg, rgba(18, 12, 30, 0.88), rgba(8, 5, 16, 0.94));
}

.ms-promo-faq-head {
  text-align: center;
  margin-bottom: 22px;
}

.ms-promo-faq-head h2 {
  margin: 8px 0 0;
  font-size: 1.35rem;
  color: #faf5ff;
}

.ms-promo-faq-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ms-promo-faq-item {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(168, 85, 247, 0.14);
  background: rgba(124, 58, 237, 0.06);
}

.ms-promo-faq-item dt {
  margin: 0 0 6px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #e9d5ff;
}

.ms-promo-faq-item dd {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.65;
  color: rgba(196, 181, 220, 0.62);
}

.ms-promo-code-list-wrap {
  margin-bottom: 8px;
}

.ms-promo-code-section {
  margin-bottom: 22px;
}

.ms-promo-list-title .ms-promo-list-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 999px;
  font-style: normal;
  font-size: 0.76rem;
  font-weight: 700;
  color: #fde68a;
  background: rgba(251, 191, 36, 0.16);
  vertical-align: middle;
}

.ms-promo-code-snapshot {
  display: block;
  margin-top: 6px;
  font-size: 0.74rem;
  color: rgba(196, 181, 220, 0.62);
}

.ms-promo-code-snapshot strong {
  color: rgba(253, 230, 138, 0.92);
  font-weight: 600;
}

.ms-promo-code-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.ms-promo-code-summary-item {
  padding: 14px 12px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid rgba(168, 85, 247, 0.18);
  background: rgba(124, 58, 237, 0.08);
}

.ms-promo-code-summary-item span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.74rem;
  color: rgba(196, 181, 220, 0.58);
}

.ms-promo-code-summary-item b {
  font-size: 1.05rem;
  color: #e9d5ff;
}

.ms-promo-code-summary-item.is-total {
  border-color: rgba(251, 191, 36, 0.32);
  background: rgba(251, 191, 36, 0.1);
}

.ms-promo-code-summary-item.is-total b {
  color: #fde68a;
}

.ms-promo-code-main {
  flex: 1;
  min-width: 0;
}

.ms-promo-code-money {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  line-height: 1.45;
}

.ms-promo-code-money.is-earned {
  color: #86efac;
}

.ms-promo-code-money.is-earned strong {
  color: #fde68a;
  font-weight: 700;
}

.ms-promo-code-money.is-expected {
  color: rgba(196, 181, 220, 0.62);
}

.ms-promo-code-time {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  color: rgba(196, 181, 220, 0.48);
}

.ms-promo-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 0 auto 24px;
  padding: 0 16px;
}

.ms-promo-stat {
  padding: 18px 12px;
  border-radius: 18px;
  text-align: center;
  background: linear-gradient(165deg, rgba(28, 18, 44, 0.88), rgba(10, 6, 18, 0.94));
  border: 1px solid rgba(168, 85, 247, 0.22);
}

.ms-promo-stat b {
  display: block;
  font-size: 1.45rem;
  color: #f5eed8;
  margin-bottom: 4px;
}

.ms-promo-stat span {
  font-size: 0.78rem;
  color: rgba(196, 181, 220, 0.65);
}

.ms-promo-stat.is-gold b {
  color: #fde68a;
}

.ms-promo-card {
  position: relative;
  max-width: 820px;
  margin: 0 auto 24px;
  padding: clamp(22px, 4vw, 32px);
  border-radius: 24px;
  border: 1px solid rgba(168, 85, 247, 0.24);
  background: linear-gradient(168deg, rgba(22, 14, 36, 0.92), rgba(8, 5, 16, 0.96));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.ms-promo-card-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #c4b5fd;
  background: rgba(124, 58, 237, 0.18);
  border: 1px solid rgba(168, 85, 247, 0.28);
}

.ms-promo-card-badge.is-gold {
  color: #fde68a;
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.28);
}

.ms-promo-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  color: #faf5ff;
}

.ms-promo-card h2 i {
  color: #a855f7;
  margin-right: 8px;
}

.ms-promo-card-sub {
  margin: 0 0 20px;
  color: rgba(196, 181, 220, 0.72);
  line-height: 1.65;
  font-size: 0.92rem;
}

.ms-promo-card-sub strong {
  color: #fde68a;
}

.ms-promo-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  color: rgba(196, 181, 220, 0.6);
}

.ms-promo-copy-row {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.ms-promo-copy-row code,
.ms-promo-copy-row input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: rgba(8, 5, 16, 0.65);
  color: #e9d5ff;
  font-size: 0.92rem;
}

.ms-promo-copy-btn,
.ms-promo-create-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.45), rgba(236, 72, 153, 0.22));
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}

.ms-promo-create {
  margin-bottom: 22px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px dashed rgba(168, 85, 247, 0.28);
}

.ms-promo-create-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ms-promo-select {
  flex: 1 1 180px;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: rgba(8, 5, 16, 0.65);
  color: #e9d5ff;
}

.ms-promo-select-count {
  flex: 0 0 auto;
  min-width: 96px;
  width: auto;
}

.ms-promo-create-hint {
  margin: 12px 0 0;
  font-size: 0.78rem;
  color: rgba(196, 181, 220, 0.55);
  line-height: 1.55;
}

.ms-promo-list-title {
  margin: 0 0 12px;
  font-size: 0.95rem;
  color: #e9d5ff;
}

.ms-promo-code-list,
.ms-promo-rebate-log,
.ms-promo-records {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ms-promo-records-empty {
  margin: 0;
  padding: 16px;
  text-align: center;
  font-size: 0.86rem;
  color: rgba(196, 181, 220, 0.5);
  border-radius: 12px;
  border: 1px dashed rgba(168, 85, 247, 0.2);
}

.ms-promo-record-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(168, 85, 247, 0.14);
  font-size: 0.86rem;
}

.ms-promo-record-item span {
  color: #e9d5ff;
}

.ms-promo-record-item em {
  color: #fde68a;
  font-style: normal;
  font-weight: 700;
}

.ms-promo-record-item time {
  grid-column: 1 / -1;
  color: rgba(196, 181, 220, 0.5);
  font-size: 0.76rem;
}

.ms-promo-code-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(168, 85, 247, 0.18);
  background: rgba(14, 10, 24, 0.75);
}

.ms-promo-code-item.is-pending {
  border-color: rgba(251, 191, 36, 0.35);
}

.ms-promo-code-item.is-used {
  border-color: rgba(94, 207, 180, 0.28);
}

.ms-promo-code-item.is-used-pending {
  border-color: rgba(251, 146, 60, 0.35);
}

.ms-promo-code-item.is-used-pending .ms-promo-code-status {
  background: rgba(251, 146, 60, 0.16);
  color: #fdba74;
}

.ms-promo-code-main code {
  display: block;
  font-size: 0.95rem;
  color: #faf5ff;
  margin-bottom: 4px;
}

.ms-promo-code-benefit {
  font-size: 0.78rem;
  color: rgba(196, 181, 220, 0.6);
}

.ms-promo-code-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.ms-promo-code-status {
  font-size: 0.76rem;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.15);
  color: #c4b5fd;
}

.ms-promo-code-item.is-pending .ms-promo-code-status {
  background: rgba(251, 191, 36, 0.15);
  color: #fde68a;
}

.ms-promo-code-rebate {
  font-size: 0.76rem;
  color: #86efac;
}

.ms-promo-code-copy,
.ms-promo-code-delete {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: rgba(124, 58, 237, 0.15);
  color: #e9d5ff;
  cursor: pointer;
}

.ms-promo-code-delete {
  border-color: rgba(248, 113, 113, 0.28);
  background: rgba(248, 113, 113, 0.12);
  color: #fca5a5;
}

.ms-promo-code-delete:hover {
  background: rgba(248, 113, 113, 0.2);
}

.ms-promo-rebate-log-wrap {
  margin-top: 22px;
}

.ms-promo-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto 32px;
  padding: 18px 22px;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.22), rgba(251, 191, 36, 0.1));
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.18);
  transition: transform 0.2s, box-shadow 0.2s;
}

.ms-promo-entry:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.28);
  color: inherit;
}

.ms-promo-entry-text strong {
  display: block;
  font-size: 1.05rem;
  color: #fde68a;
  margin-bottom: 4px;
}

.ms-promo-entry-text span {
  font-size: 0.84rem;
  color: rgba(216, 180, 254, 0.78);
}

.ms-promo-entry-cta {
  flex-shrink: 0;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8c547, #a67c2a);
  color: #1a1028;
  font-weight: 700;
  font-size: 0.88rem;
}

@media (max-width: 768px) {
  .ms-promo-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-promo-overview {
    grid-template-columns: 1fr;
  }

  .ms-promo-steps--3,
  .ms-promo-steps--4 {
    grid-template-columns: 1fr;
  }

  .ms-promo-code-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ms-promo-stats {
    grid-template-columns: 1fr;
  }

  .ms-promo-entry {
    flex-direction: column;
    align-items: flex-start;
  }

  .ms-promo-copy-row {
    flex-direction: column;
  }

  .ms-promo-copy-btn,
  .ms-promo-create-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ── 日间模式 · 推广页 ── */
html[data-theme="light"] .ts-scope.ms-promo-page {
  background: var(--lt-bg-soft);
  color: var(--lt-text);
}

html[data-theme="light"] .ms-promo-page .ms-promo-hero {
  margin-bottom: 20px;
}

html[data-theme="light"] .ms-promo-page .ms-promo-hero-bg {
  background:
    radial-gradient(ellipse 70% 55% at 18% 8%, rgba(124, 58, 237, 0.1), transparent 58%),
    radial-gradient(ellipse 55% 45% at 88% 12%, rgba(217, 119, 6, 0.08), transparent 52%),
    linear-gradient(180deg, #ffffff 0%, var(--lt-bg-soft) 100%);
}

html[data-theme="light"] .ms-promo-page .ms-promo-back {
  color: #6d28d9;
}

html[data-theme="light"] .ms-promo-page .ms-promo-back:hover {
  color: #5b21b6;
}

html[data-theme="light"] .ms-promo-page .ms-promo-lead {
  color: var(--lt-text-muted);
}

html[data-theme="light"] .ms-promo-page .ms-promo-hero-btn {
  border-color: rgba(124, 58, 237, 0.22);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(124, 58, 237, 0.06));
  color: #5b21b6;
  box-shadow: var(--lt-shadow);
}

html[data-theme="light"] .ms-promo-page .ms-promo-hero-btn:hover {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(124, 58, 237, 0.1));
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.12);
}

html[data-theme="light"] .ms-promo-page .ms-promo-stat,
html[data-theme="light"] .ms-promo-page .ms-promo-card,
html[data-theme="light"] .ms-promo-page .ms-promo-overview-card,
html[data-theme="light"] .ms-promo-page .ms-promo-faq,
html[data-theme="light"] .ms-promo-page .ms-promo-code-item,
html[data-theme="light"] .ms-promo-page .ms-promo-record-item,
html[data-theme="light"] .ms-promo-page .ms-promo-faq-item {
  background: var(--lt-surface);
  border-color: var(--lt-border-strong);
  box-shadow: var(--lt-shadow);
}

html[data-theme="light"] .ms-promo-page .ms-promo-overview-card.is-gold {
  background: linear-gradient(165deg, #fffbeb 0%, #ffffff 100%);
  border-color: rgba(217, 119, 6, 0.22);
}

html[data-theme="light"] .ms-promo-page .ms-promo-overview-tag {
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.08);
}

html[data-theme="light"] .ms-promo-page .ms-promo-overview-card.is-gold .ms-promo-overview-tag {
  color: #b45309;
  background: rgba(217, 119, 6, 0.1);
}

html[data-theme="light"] .ms-promo-page .ms-promo-stat b,
html[data-theme="light"] .ms-promo-page .ms-promo-card h2,
html[data-theme="light"] .ms-promo-page .ms-promo-overview-card h2,
html[data-theme="light"] .ms-promo-page .ms-promo-faq-head h2,
html[data-theme="light"] .ms-promo-page .ms-promo-list-title,
html[data-theme="light"] .ms-promo-page .ms-promo-code-main code,
html[data-theme="light"] .ms-promo-page .ms-promo-record-item span,
html[data-theme="light"] .ms-promo-page .ms-promo-faq-item dt {
  color: var(--lt-text);
}

html[data-theme="light"] .ms-promo-page .ms-promo-stat.is-gold b,
html[data-theme="light"] .ms-promo-page .ms-promo-card-sub strong,
html[data-theme="light"] .ms-promo-page .ms-promo-overview-card p strong,
html[data-theme="light"] .ms-promo-page .ms-promo-balance-main strong,
html[data-theme="light"] .ms-promo-page .ms-promo-code-summary-item.is-total b,
html[data-theme="light"] .ms-promo-page .ms-promo-record-item em {
  color: #b45309;
}

html[data-theme="light"] .ms-promo-page .ms-promo-stat span,
html[data-theme="light"] .ms-promo-page .ms-promo-card-sub,
html[data-theme="light"] .ms-promo-page .ms-promo-lead,
html[data-theme="light"] .ms-promo-page .ms-promo-overview-card p,
html[data-theme="light"] .ms-promo-page .ms-promo-overview-points,
html[data-theme="light"] .ms-promo-page .ms-promo-faq-item dd,
html[data-theme="light"] .ms-promo-page .ms-promo-label,
html[data-theme="light"] .ms-promo-page .ms-promo-create-hint,
html[data-theme="light"] .ms-promo-page .ms-promo-balance-label,
html[data-theme="light"] .ms-promo-page .ms-promo-balance-note,
html[data-theme="light"] .ms-promo-page .ms-promo-code-benefit,
html[data-theme="light"] .ms-promo-page .ms-promo-record-item time,
html[data-theme="light"] .ms-promo-page .ms-promo-records-empty {
  color: var(--lt-text-muted);
}

html[data-theme="light"] .ms-promo-page .ms-promo-card-badge {
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.16);
}

html[data-theme="light"] .ms-promo-page .ms-promo-card-badge.is-gold {
  color: #b45309;
  background: rgba(217, 119, 6, 0.1);
  border-color: rgba(217, 119, 6, 0.2);
}

html[data-theme="light"] .ms-promo-page .ms-promo-card h2 i {
  color: #7c3aed;
}

html[data-theme="light"] .ms-promo-page .ms-promo-step {
  background: var(--lt-bg-soft);
  border-color: var(--lt-border);
}

html[data-theme="light"] .ms-promo-page .ms-promo-step-num {
  color: #b45309;
  background: rgba(217, 119, 6, 0.1);
  border-color: rgba(217, 119, 6, 0.22);
}

html[data-theme="light"] .ms-promo-page .ms-promo-step-body h3 {
  color: var(--lt-text);
}

html[data-theme="light"] .ms-promo-page .ms-promo-step-body p {
  color: var(--lt-text-muted);
}

html[data-theme="light"] .ms-promo-page .ms-promo-copy-row code,
html[data-theme="light"] .ms-promo-page .ms-promo-copy-row input,
html[data-theme="light"] .ms-promo-page .ms-promo-select {
  background: #fff;
  border-color: var(--lt-border-strong);
  color: var(--lt-text);
}

html[data-theme="light"] .ms-promo-page .ms-promo-share-btn {
  background: rgba(124, 58, 237, 0.06);
  border-color: rgba(124, 58, 237, 0.16);
  color: #5b21b6;
}

html[data-theme="light"] .ms-promo-page .ms-promo-copy-btn,
html[data-theme="light"] .ms-promo-page .ms-promo-create-btn {
  border-color: rgba(124, 58, 237, 0.22);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(124, 58, 237, 0.08));
  color: #5b21b6;
  box-shadow: none;
}

html[data-theme="light"] .ms-promo-page .ms-promo-copy-btn:hover,
html[data-theme="light"] .ms-promo-page .ms-promo-create-btn:hover,
html[data-theme="light"] .ms-promo-page .ms-promo-share-btn:hover {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.2), rgba(124, 58, 237, 0.12));
}

html[data-theme="light"] .ms-promo-page .ms-promo-create {
  background: rgba(124, 58, 237, 0.04);
  border-color: rgba(124, 58, 237, 0.14);
}

html[data-theme="light"] .ms-promo-page .ms-promo-example {
  background: rgba(217, 119, 6, 0.06);
  border-color: rgba(217, 119, 6, 0.16);
}

html[data-theme="light"] .ms-promo-page .ms-promo-example-row {
  color: var(--lt-text);
}

html[data-theme="light"] .ms-promo-page .ms-promo-example-row.ms-promo-example-head {
  color: var(--lt-text-muted);
}

html[data-theme="light"] .ms-promo-page .ms-promo-example-row:not(.ms-promo-example-head) {
  background: #fff;
  border: 1px solid var(--lt-border);
}

html[data-theme="light"] .ms-promo-page .ms-promo-example-row em {
  color: #15803d;
}

html[data-theme="light"] .ms-promo-page .ms-promo-balance-banner {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.08), rgba(124, 58, 237, 0.06));
  border-color: rgba(217, 119, 6, 0.22);
}

html[data-theme="light"] .ms-promo-page .ms-promo-balance-note b {
  color: #b45309;
}

html[data-theme="light"] .ms-promo-page .ms-promo-balance-btn {
  border-color: rgba(124, 58, 237, 0.2);
  background: #fff;
  color: #5b21b6;
  box-shadow: var(--lt-shadow);
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-summary-item {
  background: var(--lt-bg-soft);
  border-color: var(--lt-border);
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-summary-item span {
  color: var(--lt-text-muted);
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-summary-item b {
  color: var(--lt-text);
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-summary-item.is-total {
  background: #fffbeb;
  border-color: rgba(217, 119, 6, 0.22);
}

html[data-theme="light"] .ms-promo-page .ms-promo-records-empty {
  background: var(--lt-bg-soft);
  border-color: var(--lt-border);
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-item.is-pending {
  border-color: rgba(217, 119, 6, 0.28);
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-item.is-used {
  border-color: rgba(21, 128, 61, 0.24);
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-status {
  background: rgba(124, 58, 237, 0.08);
  color: #6d28d9;
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-item.is-pending .ms-promo-code-status {
  background: rgba(217, 119, 6, 0.1);
  color: #b45309;
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-money.is-earned {
  color: #15803d;
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-money.is-earned strong {
  color: #b45309;
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-money.is-expected {
  color: var(--lt-text-muted);
}

html[data-theme="light"] .ms-promo-page .ms-promo-code-copy {
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.16);
  color: #6d28d9;
}

html[data-theme="light"] .ms-promo-page .ms-promo-entry {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(217, 119, 6, 0.06));
  border-color: rgba(217, 119, 6, 0.24);
  box-shadow: var(--lt-shadow);
}

html[data-theme="light"] .ms-promo-page .ms-promo-entry-text strong {
  color: #b45309;
}

html[data-theme="light"] .ms-promo-page .ms-promo-entry-text span {
  color: var(--lt-text-muted);
}

html[data-theme="light"] .ms-premium .ms-promo-entry {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(217, 119, 6, 0.06));
  border-color: rgba(217, 119, 6, 0.24);
  box-shadow: var(--lt-shadow);
}

html[data-theme="light"] .ms-premium .ms-promo-entry-text strong {
  color: #b45309;
}

html[data-theme="light"] .ms-premium .ms-promo-entry-text span {
  color: var(--lt-text-muted);
}
