/* Paper — cream gazette + masthead red. Light + night. */
html[data-skin="paper"],
html[data-skin="paper"][data-theme="light"] {
  --hpt-paper: #f4efe6;
  --hpt-card: #fffaf3;
  --hpt-ink: #1a1510;
  --hpt-muted: #5c5348;
  --hpt-line: #d9d1c3;
  --hpt-nav: #1b2430;
  --hpt-nav-fg: #efe8dc;
  --hpt-accent: #8b1e1e;
  --hpt-accent-soft: #f3d5c8;
  --hpt-accent-2: #c45a12;
  --hpt-chip: #f3ead9;
  --hpt-chip-ink: #3f2a1a;
  --hpt-engage: #1b2430;
  --hpt-engage-fg: #f4efe6;
  --hpt-poll: #f6eee3;
  --hpt-shadow: 0 10px 28px rgba(60, 40, 20, .1);
  --bg: var(--hpt-paper);
  --bg-card: var(--hpt-card);
  --fg: var(--hpt-ink);
  --fg-muted: var(--hpt-muted);
  --border: var(--hpt-line);
  --accent: var(--hpt-accent);
  --electric: var(--hpt-accent);
}
html[data-skin="paper"][data-theme="dark"] {
  --hpt-paper: #16130f;
  --hpt-card: #221c16;
  --hpt-ink: #f4efe6;
  --hpt-muted: #c4b8a8;
  --hpt-line: #3a3228;
  --hpt-nav: #100e0b;
  --hpt-nav-fg: #f4efe6;
  --hpt-accent: #e8b4a0;
  --hpt-accent-soft: #3a2218;
  --hpt-accent-2: #f0a36b;
  --hpt-chip: #2a241c;
  --hpt-chip-ink: #f4efe6;
  --hpt-engage: #221c16;
  --hpt-engage-fg: #f4efe6;
  --hpt-poll: #2a241c;
  --hpt-shadow: 0 12px 32px rgba(0, 0, 0, .5);
  --bg: var(--hpt-paper);
  --bg-card: var(--hpt-card);
  --fg: var(--hpt-ink);
  --fg-muted: var(--hpt-muted);
  --border: var(--hpt-line);
  --accent: var(--hpt-accent);
  --electric: var(--hpt-accent);
}
