
/* Habit Tracker "View all" — reveals the habits behind the ring. */
#htRoot{ margin-top:16px; padding-top:14px; border-top:1px dashed #E8E4DC;
  font-family:'Nunito',system-ui,sans-serif; text-align:left; }
#htRoot .htx-h{ margin:0 0 8px; font-size:.64rem; font-weight:800; letter-spacing:.14em;
  text-transform:uppercase;
  color:#657482 !important; -webkit-text-fill-color:#657482 !important; }
#htRoot .htx-row{ display:flex; align-items:center; gap:10px; padding:6px 0; }
#htRoot .htx-dot{ width:9px; height:9px; border-radius:50%; flex:none; background:#D9D5CC; }
#htRoot .htx-row.is-done .htx-dot{ background:#C4707F; }
#htRoot .htx-t{ flex:1; min-width:0; margin:0; font-size:.87rem;
  color:#1c1917 !important; -webkit-text-fill-color:#1c1917 !important; }
#htRoot .htx-row.is-done .htx-t{ text-decoration:line-through; opacity:.55; }
#htRoot .htx-s{ font-size:.73rem; flex:none;
  color:#657482 !important; -webkit-text-fill-color:#657482 !important; }
#htRoot .htx-note{ margin:10px 0 0; font-size:.79rem; line-height:1.55;
  color:#657482 !important; -webkit-text-fill-color:#657482 !important; }
#htRoot .htx-count{ margin:0 0 10px; font-size:.86rem; font-weight:700;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important; }
#huRhythmRoot [data-htx]{ cursor:pointer; }
