/* =========================================================
   Arx — front-end white-mode override
   Load AFTER arxsec/shared/tokens.css
   ========================================================= */
:root {
  --paper:        #FFFFFF;
  --paper-2:      #F7F5F0;
  --paper-3:      #EFEBE1;
  --rule:         #E8E4D8;
  --rule-2:       #D7D1C0;
}
body { background: #FFFFFF; }

/* nav glass on white */
.mk-nav { background: rgba(255,255,255,0.82) !important; }
.announce { background: #FAF8F3; }

/* console gets a hair of warmth vs pure white body */
.console { background: #FBFAF5; }

/* keep the dark compliance band black for contrast */
.compliance { background: var(--ink); }

/* CTA & logos strip softer cream against white */
.logos { background: #FAF8F3; }
.flow { background: #FAF8F3; }
.cta { background: #FFFFFF; }

/* footer on pure white */
.footer { background: #FFFFFF; }
