/* ============================================================
   KAMI OS — CYCLE 6 · ONE TRUTH FOR MONEY
   Source labels on derived money numbers · income-drift chip ·
   un-override link · war-chest-from-savings formula subtitle.
   All classes prefixed .c6m- ; tokens from core.css only.
   ============================================================ */

/* Source tag beside a money value: "· measured, 90d ledger" / "· manual override" */
.c6m-src {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.4px;
  color: var(--text-faint);
  white-space: nowrap;
}

/* Inline text-button: "use measured $X instead" / "track separately" */
.c6m-link {
  display: inline-block;
  margin-left: 6px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.4px;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c6m-link:hover { color: var(--text); }

/* Income-drift warn chip: "declared $3,000 · ledger says ~$1,500/mo — update?" */
.c6m-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 176, 32, 0.35);
  background: var(--warn-dim);
  color: var(--warn);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
}
.c6m-chip:hover { border-color: var(--warn); }
.c6m-chip-row { margin: 4px 0 8px; }
table .c6m-chip-row td { padding-top: 0; border-top: none; }

/* War-chest formula subtitle under the Debt Center progress bar */
.c6m-wc-sub {
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--text-faint);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
