/* Dark theme overrides for contractcheating.com */
:root{
  --bg: #0b1220;        /* near-navy */
  --text: #e5e7eb;      /* light ink */
  --muted: #94a3b8;     /* slate-muted */
  --accent: #93c5fd;    /* light accent */
  --tint: #111827;      /* dark tint */
  --card: #0f172a;      /* dark card */
  --border: #1f2937;    /* subtle border */
  --focus: #93c5fd;
}
/* Subtle adjustments for dark mode components */
.card, .hero, details { box-shadow: none; }
a{ color: var(--accent); }
summary { color: var(--text); }
