/* Harbour — slate + blue + Times orange. Light + night. */
html[data-skin="harbour"],
html[data-skin="harbour"][data-theme="light"] {
  --hpt-paper: #f8f5f0;
  --hpt-card: #ffffff;
  --hpt-ink: #0f172a;
  --hpt-muted: #475569;
  --hpt-line: #e2e8f0;
  --hpt-nav: #0f172a;
  --hpt-nav-fg: #e2e8f0;
  --hpt-accent: #1d4ed8;
  --hpt-accent-soft: #dbeafe;
  --hpt-accent-2: #ea580c;
  --hpt-chip: #eff6ff;
  --hpt-chip-ink: #1e3a8a;
  --hpt-engage: #0f172a;
  --hpt-engage-fg: #f1f5f9;
  --hpt-poll: #eff6ff;
  --hpt-shadow: 0 10px 30px rgba(15, 23, 42, .08);
  --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="harbour"][data-theme="dark"] {
  --hpt-paper: #0b1220;
  --hpt-card: #111827;
  --hpt-ink: #f1f5f9;
  --hpt-muted: #94a3b8;
  --hpt-line: #1e293b;
  --hpt-nav: #020617;
  --hpt-nav-fg: #e2e8f0;
  --hpt-accent: #60a5fa;
  --hpt-accent-soft: #1e3a8a;
  --hpt-accent-2: #fb923c;
  --hpt-chip: #1e293b;
  --hpt-chip-ink: #bfdbfe;
  --hpt-engage: #111827;
  --hpt-engage-fg: #f1f5f9;
  --hpt-poll: #1e293b;
  --hpt-shadow: 0 12px 32px rgba(0, 0, 0, .45);
  --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);
}
