:root {
  color-scheme: dark;
  --paper: #0b120e;
  --surface: #101a13;
  --surface-soft: #17241b;
  --ink: #e4eee6;
  --muted: #9aa89d;
  --line: #334238;
  --accent: #76bd86;
  --accent-soft: #1b3423;
  --accent-ink: #9bd6a7;
  --note: #272414;
  --note-ink: #d8c46f;
}

body.theme-biolume { background: var(--paper); }
.theme-biolume .status-pill { border-color: #41634b; }
.theme-biolume .photo-note img { background: #07100a; }
