/* Ink — dark theme, the counterpart to Folio. Same teal accent family,
   brightened for contrast against a warm near-black instead of porcelain. */
body[data-theme="ink"] {
  --bg: #14130e;
  --bg-elevated: #1c1a13;
  --bg-card: #211f17;
  --text: #f3efe2;
  --text-dim: #b6ae98;
  --text-faint: #7d765f;
  --accent: #57bb9d;
  --accent-strong: #75cbb1;
  --accent-ink: #0f2b23;
  --border: rgba(243, 239, 226, 0.12);
  --border-strong: rgba(243, 239, 226, 0.22);
  --shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.6);
}
