
/* My Rhythm background — WHITE. It has been through #fcfbfa (bland), #F0F0E4
   (hero sage-cream), #243447 (header navy) and #5B8A8F (the Open My Rhythm teal).
   Both rules are needed: the page div, and the island's own Tailwind bg-[#fcfbfa]. */
#page-rhythm-dash{ background:#ffffff !important; }
#page-rhythm-dash #huRhythmRoot .min-h-screen{ background-color:#ffffff !important; }

/* The white tiles now sit on a white page, so their hairline border is what
   separates them — lift it slightly so the cards still read as cards. */
#page-rhythm-dash #huRhythmRoot .rounded-\[24px\]{
  border-color:#E8E4DC !important;
}
/* this panel was 70% white and went muddy on the darker backgrounds; on white it
   would vanish into the page, so it keeps a solid fill and a hairline */
#huRhythmRoot .mt-5.rounded-2xl{
  background-color:#FBFAF8 !important;
  border:1px solid #EFEDE7 !important;
}
