/* =====================================================
   EDHITCH — LIGHT MODE LOCK (ALL BROWSERS)
   ===================================================== */

html, body {
  background:#ffffff !important;
  color-scheme: light !important;
}

/* Samsung Internet + Android Dark Mode */
@media (prefers-color-scheme: dark) {
  html, body, * {
    background:#ffffff !important;
    color:#0f172a !important;
    filter:none !important;
  }
}

/* Kill forced inversion */
* {
  -webkit-text-fill-color: currentColor !important;
  forced-color-adjust: none !important;
}

/* Headings */
h1,h2,h3,h4,h5,h6{
  color:#0f172a !important;
  -webkit-text-fill-color:#0f172a !important;
}

/* Accent Red — HARD LOCK */
.accent-red,
span.accent-red,
h1 .accent-red,
h2 .accent-red{
  color:#fc0202 !important;
  -webkit-text-fill-color:#fc0202 !important;
  opacity:1 !important;
  filter:none !important;
}

/* Buttons */
.cta,.btn,.login-btn{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}

/* Nav */
.nav,.mobile-menu{
  background:#ffffff !important;
}
