/* habit-tracker.css v1-0 */
.status-msg{font-size:.8rem;margin-top:.5rem;color:var(--text-muted);}
.status-msg.error{color:#dc2626;}
.habit-date{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.6rem;}.habit-list{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.5rem;}.habit-row{display:flex;align-items:center;gap:.6rem;padding:.45rem .6rem;border:1px solid var(--border);background:#fcfcfc;font-size:.88rem;}.habit-row.done{background:#f0fdf4;text-decoration:line-through;color:var(--text-muted);}.habit-row label{flex:1;cursor:pointer;}