/* Today: the strip, the banners, one card per admitted message, the send gate. Single column on a phone. */
.today-strip .stat { flex: 1; min-width: 200px; }
.today-strip .stat .reason { font-size: var(--t-xs); color: var(--muted); margin-top: 4px; line-height: 1.4; }
.today-strip .stat.red .reason { color: var(--red); }
.today-strip .stat.amber .reason { color: var(--accent); }
.today-storm { border-left-color: var(--accent); }
.today-storm a { color: var(--text); text-decoration: none; border-bottom: 1px dotted var(--muted-2); }
.today-withheld { margin: 0 0 var(--s4); }
.today-cards { display: flex; flex-direction: column; gap: var(--s3); }
.today-card { position: relative; padding: var(--s5); margin-bottom: 0; border-left: 3px solid transparent; transition: border-color .15s var(--ease); }
.today-card.current { border-left-color: var(--accent); }
.today-card:focus { outline: none; }
.today-head { display: flex; gap: var(--s4); align-items: flex-start; flex-wrap: wrap; margin-bottom: var(--s3); }
.today-person { flex: 1; min-width: 240px; }
.today-person h3 { font-size: var(--t-lg); margin: 0 0 2px; }
.today-person .sub { line-height: 1.6; }
.today-person .pill { margin: 0 6px; }
.today-phone { margin-left: var(--s2); color: var(--text-2); }
.today-chips { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; max-width: 100%; }
.chip { display: inline-flex; align-items: center; min-height: 24px; padding: 2px 8px; border: 1px solid var(--line-2); border-radius: var(--radius); font-size: var(--t-xs); color: var(--text-2); background: var(--surface-2); white-space: nowrap; text-decoration: none; }
.chip.signal { font-family: var(--font-mono); font-variant-numeric: tabular-nums; color: var(--text); border-color: var(--line-3); }
.chip.signal.hail { border-color: var(--accent-line); background: var(--accent-soft); color: var(--accent); }
.chip.signal.reply { border-color: rgba(255,93,93,.4); color: var(--red); }
.chip.hold { border-color: var(--accent-line); color: var(--accent); }
.chip.storm { color: var(--muted); }
.chip.num { font-family: var(--font-mono); }
.chip.fact { font-family: var(--font-mono); color: var(--blue); border-color: rgba(110,168,255,.35); }
/* Fact chips are links, so they get the 32px tap target every control has. */
a.chip, .chip.fact { min-height: 32px; padding: 6px 10px; }
a.chip.fact:hover { background: rgba(110,168,255,.1); }
.chip.fact.unresolved { color: var(--red); border-color: rgba(255,93,93,.4); }
.chip.proof { font-family: var(--font-mono); color: var(--green); border-color: rgba(55,214,122,.35); }
.today-why { margin: 0 0 var(--s3); color: var(--text-2); font-size: var(--t-sm); line-height: 1.55; }
.today-block { margin-bottom: var(--s3); }
.today-block.hint { padding: 8px 10px; border: 1px dashed var(--line-2); border-radius: var(--radius); }
.today-editor-head { display: flex; justify-content: space-between; align-items: baseline; gap: var(--s3); margin-bottom: 6px; }
.today-editor-head .k, .today-facts .k { font-family: var(--font-mono); font-size: var(--t-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }
.today-editor { width: 100%; min-height: 96px; resize: vertical; padding: 10px 12px; border: 1px solid var(--line-2); border-radius: var(--radius); background: var(--bg); color: var(--text); font-size: var(--t-sm); line-height: 1.55; outline: none; transition: border-color .15s var(--ease); }
.today-editor:focus { border-color: var(--accent); }
.today-block.note .today-editor { min-height: 64px; }
.today-subject { width: 100%; min-height: 36px; padding: 6px 12px; border: 1px solid var(--line-2); border-radius: var(--radius); background: var(--bg); color: var(--text); font-size: var(--t-sm); outline: none; }
.today-subject:focus { border-color: var(--accent); }
.today-facts { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; margin-bottom: var(--s2); }
.today-policy { display: flex; gap: var(--s2); align-items: center; flex-wrap: wrap; margin-bottom: var(--s3); }
.today-problems { flex-basis: 100%; white-space: pre-wrap; font-size: var(--t-xs); color: var(--accent); margin: 0; }
.today-gate { display: flex; gap: var(--s3); align-items: center; flex-wrap: wrap; min-height: 32px; margin-bottom: var(--s3); font-size: var(--t-sm); }
.today-gate-text { color: var(--muted); }
.today-gate-text.ok { color: var(--green); }
.today-read { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; padding: 0 10px; border: 1px solid var(--line-2); border-radius: var(--radius); cursor: pointer; user-select: none; }
.today-read.attention { border-color: var(--accent); }
.today-read input { width: 16px; height: 16px; accent-color: var(--accent); margin: 0; }
.today-actions { display: flex; gap: var(--s2); flex-wrap: wrap; align-items: center; }
.today-actions .btn { min-height: 32px; }
.today-vanity { padding: 6px 0; }
.more-wrap { position: relative; }
.more-menu { position: absolute; right: 0; top: calc(100% + 4px); z-index: 20; min-width: 180px; background: var(--surface-2); border: 1px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 4px; display: flex; flex-direction: column; }
.more-item { display: block; width: 100%; min-height: 32px; padding: 6px 10px; text-align: left; background: transparent; border: 0; border-radius: var(--radius); color: var(--text); cursor: pointer; font-size: var(--t-sm); }
.more-item:hover { background: var(--surface-3); }
.more-item.danger { color: var(--red); }
.today-call { margin-top: var(--s3); line-height: 1.6; }
.today-bottom { margin-top: var(--s7); }
.today-review p { margin: 0 0 var(--s2); font-size: var(--t-sm); color: var(--text-2); line-height: 1.55; }
.today-targets { display: flex; gap: var(--s2); flex-wrap: wrap; }
.today-targets .stat { flex: 1; min-width: 170px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 14px; }
.today-targets .k { font-family: var(--font-mono); font-size: var(--t-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }
.today-targets .v { font-family: var(--font-mono); font-size: var(--t-lg); font-variant-numeric: tabular-nums; margin-top: 2px; }
@media (max-width: 720px) {
  .today-strip .stat { min-width: 100%; }
  .today-card { padding: var(--s4); }
  .today-head { flex-direction: column; gap: var(--s2); }
  .today-chips .chip { white-space: normal; }
  .today-actions .btn, .today-actions .more-wrap { flex: 1 1 calc(50% - var(--s2)); justify-content: center; }
  .more-wrap .btn { width: 100%; }
  .more-menu { right: auto; left: 0; }
  .today-editor { font-size: var(--t-base); }
  .today-targets .stat { min-width: calc(50% - var(--s2)); }
}
