/* Palette: Harbor. Cool near-white ground, dark slate text, deep teal accent. */
:root {
  --color-bg: #f6f7f9;
  --color-surface: #ffffff;
  --color-text: #1b1f24;
  --color-text-muted: #5f6873;
  --color-accent: #0f5c75;
  --color-accent-hover: #0a3f50;
  --color-border: #d8dde3;
  --color-code-bg: #eceff3;
  --color-open: #1e7e34;
  --color-closed: #b3261e;
}
