
/* Minimal override: only background + minor tone. No layout changes. */
html, body {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%) !important;
  color-scheme: dark;
}
/* Preserve everything else — no class overrides, no repositioning. */
