
/* Tab outline and underline: coral -> blush, matching the banner and the Quick
   capture pill.
   The shade matters. The banner's own blush (#FCEAEA) measures 1.16 on white — an
   outline in it would be invisible. Even the coral it replaces was only 2.91, under
   the 3:1 needed for a graphical indicator. #C4707F is the same blush family a few
   steps deeper and reaches 3.52, so the active tab is actually visible. */
#huRhythmRoot button.relative.pb-4.text-stone-950{
  border-color:#C4707F !important;
}
#huRhythmRoot button.relative.pb-4 > span.absolute{
  background-color:#C4707F !important;
}
/* the border is also thickened to 2px: at these pale tones a hairline alone was
   too easy to lose next to the inactive tabs */
#huRhythmRoot button.relative.pb-4.text-stone-950{
  border-width:2px !important;
}
/* hover already clears both to navy/white — keep that, it is unchanged */
#huRhythmRoot button.relative.pb-4:hover > span.absolute,
#huRhythmRoot button.relative.pb-4:focus-visible > span.absolute{ background-color:#ffffff !important; }
#huRhythmRoot button.relative.pb-4.text-stone-950:hover,
#huRhythmRoot button.relative.pb-4.text-stone-950:focus-visible{ border-color:#243447 !important; }
