/* Today — the per-person home. Tokens and base classes come from app.css. */

/* chips: group counts that double as filters */
.chips{display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 10px}
.chip{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:4px 11px;border:1px solid var(--mist);border-radius:999px;background:#fff;color:var(--slate-2);font:600 12px var(--font-h);transition:border-color .12s,background .12s,color .12s}
.chip b{font:700 11px var(--font-h);background:var(--mist-2);color:var(--slate-2);border-radius:999px;padding:0 7px;line-height:18px}
.chip:hover{border-color:var(--blue)}
.chip.active{background:var(--navy);border-color:var(--navy);color:#fff}
.chip.active b{background:rgba(255,255,255,.18);color:#fff}
.chip:disabled{opacity:.45;cursor:default}
.chip:disabled:hover{border-color:var(--mist)}

/* waiting on you: one line per item, verb first */
.w-list li.w-item{padding:0}
.w-list li.w-item>a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:42px;padding:7px 4px;color:var(--ink);border-radius:6px}
.w-list li.w-item>a:hover{background:var(--ice);text-decoration:none}
.w-list .w-text{font-weight:600;min-width:0}
.w-list .w-who{max-width:220px;text-align:right}
.w-list .pill{min-width:92px;justify-content:center}
.w-list:not(.all) li.more{display:none}
.w-list li.w-item[hidden]{display:none}
.wait .btn.sm.ghost{margin-top:8px}
@media(max-width:700px){
  .w-list li.w-item>a{grid-template-columns:auto minmax(0,1fr);row-gap:2px}
  .w-list .w-who{grid-column:2;text-align:left;max-width:none}
  .w-list .pill{min-width:0}
}

/* my scorecard */
.my-sc .my-sc-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}
.my-sc .big{font:700 26px/1.2 var(--font-h);color:var(--navy)}
.my-sc .big.on{color:var(--green)}.my-sc .big.warn{color:var(--amber)}.my-sc .big.off{color:var(--red)}
.hit-pills{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 8px}
.hit-pills .pill{min-height:26px}

/* health + week strips */
.health .stat .mini{margin-top:8px}
.week-strip .stat .big{font-size:26px}
.week-strip .stat p{margin-top:2px}

/* next best actions: one line each, expand for the why */
.nba-list li.nba-item{padding:0;display:block}
.nba-item .nba-h{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:42px;padding:7px 4px;background:none;border:0;text-align:left;color:var(--ink);font:inherit;border-radius:6px}
.nba-item .nba-h:hover{background:var(--ice)}
.nba-item .rank{font:700 12px var(--font-h);color:var(--navy);background:var(--ice);border-radius:6px;padding:3px 0;min-width:30px;text-align:center}
.nba-item .nba-title{font-weight:600;min-width:0}
.nba-item .nba-meta{display:flex;align-items:center;gap:6px;white-space:nowrap}
.nba-item .nba-why{display:none;padding:0 4px 10px 44px;color:var(--slate-2)}
.nba-item.open .nba-why{display:block}
.nba-item.open .nba-title{white-space:normal}
.nba-item.stale{opacity:.6}
.nba-item[hidden]{display:none}
.top3{margin-left:20px}
.top3 li{margin:6px 0}
@media(max-width:700px){
  .nba-item .nba-h{grid-template-columns:auto minmax(0,1fr);row-gap:2px}
  .nba-item .nba-meta{grid-column:2;flex-wrap:wrap;white-space:normal}
  .nba-item .nba-why{padding-left:4px}
}
