/* ============================================
   Theme: black-ink (Flexoki light)
   ============================================ */

:root[data-theme="black-ink"] {
  color-scheme: light;

  --bg-primary: #fffcf0;
  --bg-secondary: #f2f0e5;
  --bg-elevated: #e6e4d9;
  --bg-inset: #f8f5e8;

  --text-primary: #100f0f;
  --text-dim: #6f6e69;
  --text-muted: #b7b5ac;

  --terminal-green: #66800b;
  --terminal-cyan: #24837b;
  --terminal-yellow: #ad8301;
  --terminal-red: #af3029;
  --terminal-purple: #5e409d;
  --terminal-orange: #bc5215;

  --accent: #100f0f;
  --accent-muted: #bc5215;
  --accent-glow: rgba(16, 15, 15, 0.16);

  --border-muted: rgba(111, 110, 105, 0.34);
  --border-subtle: rgba(111, 110, 105, 0.16);
  --archive-bar-bg: var(--bg-secondary);
  --surface-tint: rgba(16, 15, 15, 0.035);
  --selection-bg: rgba(188, 82, 21, 0.18);
  --selected-bg: rgba(16, 15, 15, 0.07);
  --selected-hover-bg: rgba(16, 15, 15, 0.11);
  --backdrop-bg: rgba(16, 15, 15, 0.26);
  --shadow-color: rgba(16, 15, 15, 0.14);
  --crt-scanline: rgba(16, 15, 15, 0.035);
  --crt-sweep: rgba(16, 15, 15, 0.016);
}
