/*
 * StatTuner Metin2 Results Readability Fix v1.0
 * Scope: Metin2 lab/tool pages only.
 * Fixes low-contrast text inside light result cards and comparison boxes.
 */

body.lab-page.game-metin2 .results-panel .result-detail-grid {
  background: #f3eee6 !important;
}

body.lab-page.game-metin2 .results-panel .breakdown,
body.lab-page.game-metin2 .results-panel .exact-effects {
  color: #241914 !important;
}

body.lab-page.game-metin2 .results-panel .breakdown-head > span,
body.lab-page.game-metin2 .results-panel .breakdown > div:last-child > div,
body.lab-page.game-metin2 .results-panel .exact-effects small,
body.lab-page.game-metin2 .compare-panel .metric-head small,
body.lab-page.game-metin2 .compare-panel .compare-verdict span {
  color: #6a5647 !important;
}

body.lab-page.game-metin2 .results-panel .breakdown-head > b {
  color: #1ea77b !important;
}

body.lab-page.game-metin2 .results-panel .breakdown i {
  background: #d9d0c3 !important;
  border-radius: 999px !important;
}

body.lab-page.game-metin2 .results-panel .breakdown strong {
  color: #221713 !important;
}

body.lab-page.game-metin2 .results-panel .exact-effects span {
  background: #fffaf4 !important;
  border: 1px solid #ccb8a4 !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 16px rgba(26, 17, 12, 0.05) !important;
}

body.lab-page.game-metin2 .results-panel .exact-effects b {
  color: #1ea77b !important;
}

body.lab-page.game-metin2 .results-panel .exact-effects p {
  color: #6a5647 !important;
}

body.lab-page.game-metin2 .results-panel .exact-effects .info-chip,
body.lab-page.game-metin2 .compare-panel .info-chip {
  background: #fff !important;
  color: #b57d23 !important;
  border-color: #ccb8a4 !important;
}

body.lab-page.game-metin2 .compare-panel .compare-hero article {
  background: #fffaf4 !important;
  border: 1px solid #ccb8a4 !important;
  border-radius: 14px !important;
  color: #241914 !important;
  box-shadow: 0 4px 16px rgba(26, 17, 12, 0.05) !important;
}

body.lab-page.game-metin2 .compare-panel .compare-hero > span {
  color: #cdb89c !important;
}

body.lab-page.game-metin2 .compare-panel .compare-a strong {
  color: #1ebf8c !important;
}

body.lab-page.game-metin2 .compare-panel .compare-b strong {
  color: #8d67c4 !important;
}

body.lab-page.game-metin2 .compare-panel .compare-verdict {
  background: linear-gradient(90deg, #eef8f2, #fffaf4) !important;
  border-left: 4px solid #34a268 !important;
  border-radius: 12px !important;
  color: #241914 !important;
}

body.lab-page.game-metin2 .compare-panel .compare-verdict strong {
  color: #241914 !important;
}

body.lab-page.game-metin2 .compare-panel .compare-table-wrap th {
  color: #9e8b79 !important;
}

body.lab-page.game-metin2 .compare-panel .compare-table-wrap td {
  color: #f5eadc !important;
}

body.lab-page.game-metin2 .compare-panel .compare-table-wrap td.positive {
  color: #60d29b !important;
}

body.lab-page.game-metin2 .compare-panel .compare-table-wrap td.negative {
  color: #ff8f8f !important;
}
