/*
 * Dancz Premium live fixes, 2026-05-13 L.
 * WO29273 content differentiation batch 1: contrast repairs exposed by proof pass.
 */

/* WO29273_CONTENT_BATCH1_CONTRAST_20260513L_START */
html body.dm-sitewide-codex #resources-homepage-network .dm-homepage-network-premium {
  background:
    linear-gradient(180deg, rgba(13, 26, 38, .98), rgba(9, 18, 27, .98)) !important;
  border-color: rgba(216, 183, 106, .34) !important;
  box-shadow: 0 20px 56px rgba(0, 0, 0, .32) !important;
}

html body.dm-sitewide-codex #resources-homepage-network .dm-homepage-network-card {
  background:
    linear-gradient(180deg, rgba(24, 42, 58, .98), rgba(15, 29, 43, .98)) !important;
  border-color: rgba(142, 184, 216, .28) !important;
  box-shadow: none !important;
}

html body.dm-sitewide-codex #resources-homepage-network :is(.dm-homepage-network-kicker, .dm-homepage-network-label) {
  color: #f2c75f !important;
  -webkit-text-fill-color: #f2c75f !important;
}

html body.dm-sitewide-codex #resources-homepage-network :is(.dm-homepage-network-note, .dm-homepage-network-card p) {
  color: #d8e7ef !important;
  -webkit-text-fill-color: #d8e7ef !important;
}

html body.dm-sitewide-codex #resources-homepage-network .dm-homepage-network-card h3 {
  color: #fff7e8 !important;
  -webkit-text-fill-color: #fff7e8 !important;
}

html body.dm-sitewide-codex #resources-homepage-network .dm-homepage-network-link {
  background: linear-gradient(135deg, #f0c969, #ffe6a3) !important;
  border-color: rgba(255, 232, 166, .65) !important;
  color: #07131d !important;
  -webkit-text-fill-color: #07131d !important;
}

html body.dm-sitewide-codex .dm-hub-gateway-library .dm-hub-action {
  background: #fff8e8 !important;
  border-color: rgba(255, 232, 166, .7) !important;
  color: #07131d !important;
  -webkit-text-fill-color: #07131d !important;
}

html body.dm-sitewide-codex .dm-hub-gateway-library .dm-hub-action-primary {
  background: linear-gradient(135deg, #d59a26, #f2c75f) !important;
  color: #07131d !important;
  -webkit-text-fill-color: #07131d !important;
}

html body.dm-sitewide-codex .dancz-discord-notice {
  background: rgba(9, 24, 36, .96) !important;
  border: 1px solid rgba(142, 184, 216, .34) !important;
  border-radius: 8px !important;
  color: #e7f4fb !important;
  -webkit-text-fill-color: #e7f4fb !important;
  padding: .95rem 1rem !important;
}
/* WO29273_CONTENT_BATCH1_CONTRAST_20260513L_END */
