/* === Blue Background Override (auto-generated) ===
   Edit the two vars below to fine-tune the tone.
*/
:root{
  --bg-start:#00316E;
  --bg-end:#000435;
}

html, body{
  background: linear-gradient(180deg, var(--bg-start), var(--bg-end)) fixed !important;
  background-color: var(--bg-end) !important;
  min-height: 100%;
}

/* If some page-level wrappers are forcing a white background,
   uncomment the lines below to gently tint them.
*/
/*
main, .page, .container, .content, .wrapper, .shell{
  background: transparent !important;
}
*/
