/* CoinMEX V1.3.10 — light-theme contrast hardening.
   Loaded last. Fixes residual dark-theme text/background pairs that became
   low-contrast after the Research Desk light-theme consolidation. */

/* Editorial guide goal box: legacy text was tuned for a dark panel. */
.cmx-theme .cmx-guide-goal-v14{
  background:linear-gradient(135deg,#f8faf4,#eef4e8)!important;
  border-left-color:#91d929!important;
  color:var(--cm-ink)!important;
}
.cmx-theme .cmx-guide-goal-v14 strong{color:var(--cm-ink)!important}
.cmx-theme .cmx-guide-goal-v14 ul,
.cmx-theme .cmx-guide-goal-v14 li{color:#45524e!important}

/* Metadata pills on detailed guides must stay readable on the light surface. */
.cmx-theme .cmx-guide-meta-v14 span{
  background:#eef1e9!important;
  border-color:#cfd7cd!important;
  color:#3f4d48!important;
}

/* Verification/source cards: preserve hierarchy without washed-out text. */
.cmx-theme .cmx-editor-trust-v17>div{
  background:#fff!important;
  border-color:#d7ded5!important;
  color:var(--cm-ink)!important;
}
.cmx-theme .cmx-editor-trust-v17 b{color:#466b87!important}
.cmx-theme .cmx-editor-trust-v17 span{color:#46534f!important}
.cmx-theme .cmx-editor-trust-v17 a{
  color:#101820!important;
  font-weight:750!important;
  text-decoration-color:#101820!important;
}

/* Guide-hub trust chips were still using a dark translucent fill while the
   text had already been changed to a dark light-theme color. */
.cmx-theme .cmx-guide-hub-v19 .cmx-trust-strip-v19 span{
  background:#fff!important;
  border-color:#cbd4c9!important;
  color:#34413d!important;
  box-shadow:0 1px 0 rgba(16,24,32,.03)!important;
}

/* Additional light-card copy that inherited pale dark-theme colors. */
.cmx-theme .cmx-official-shot-v17 figcaption{color:#596761!important}
.cmx-theme .cmx-screen-note-v17,
.cmx-theme .cmx-screen-note-v17 p,
.cmx-theme .cmx-screen-note-v17 span{color:#45524e!important}
.cmx-theme .cmx-guide-side-v14 p,
.cmx-theme .cmx-guide-intro-v14 p,
.cmx-theme .cmx-editorial-step-v14>p{color:#4d5a56!important}

@media(max-width:600px){
  .cmx-theme .cmx-guide-meta-v14 span,
  .cmx-theme .cmx-guide-hub-v19 .cmx-trust-strip-v19 span{color:#2f3b37!important}
  .cmx-theme .cmx-editor-trust-v17 b{color:#3d617d!important}
  .cmx-theme .cmx-editor-trust-v17 span{color:#394641!important}
}
