/* D807 ULTIMATE V2 — Contrast safe override
 * Fixes white-on-white rendering for all godmode/console pages
 * Nuclear flip-property: background-image:none + dark bg + light text
 */
body {
  background-color: #0f172a !important;
  background-image: none !important;
  color: #e2e8f0 !important;
}
.bg-fx, .blob, .grain {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, p, span, a, div, li, td, th, label, input, select, textarea, button {
  color: inherit !important;
}
a { color: #38bdf8 !important; }
a:hover { color: #7dd3fc !important; }
.card, .panel, [class*="card"], [class*="panel"], [class*="box"], [class*="widget"] {
  background-color: #1e293b !important;
  background-image: none !important;
  border: 1px solid #334155 !important;
}
table th { background-color: #1e293b !important; color: #94a3b8 !important; }
table td { background-color: #0f172a !important; }
input, select, textarea {
  background-color: #1e293b !important;
  color: #e2e8f0 !important;
  border: 1px solid #475569 !important;
}
button, [class*="btn"] {
  background-color: #2563eb !important;
  color: #ffffff !important;
}
