/* Night Desk — dark-first. Lamp also has a day desk. */
html[data-skin="night-desk"],
html[data-skin="night-desk"][data-theme="dark"] {
  --hpt-paper: #0e1116;
  --hpt-card: #171b22;
  --hpt-ink: #f1f5f9;
  --hpt-muted: #9aa3b2;
  --hpt-line: #2a3140;
  --hpt-nav: #0e1116;
  --hpt-nav-fg: #e8edf4;
  --hpt-accent: #e8b86d;
  --hpt-accent-soft: #3a2e1a;
  --hpt-accent-2: #f0a36b;
  --hpt-chip: #1c2330;
  --hpt-chip-ink: #f1f5f9;
  --hpt-engage: #171b22;
  --hpt-engage-fg: #f1f5f9;
  --hpt-poll: #1c2330;
  --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);
}
html[data-skin="night-desk"][data-theme="light"] {
  --hpt-paper: #f3f1ec;
  --hpt-card: #ffffff;
  --hpt-ink: #171b22;
  --hpt-muted: #5c6573;
  --hpt-line: #d8d6d0;
  --hpt-nav: #171b22;
  --hpt-nav-fg: #e8edf4;
  --hpt-accent: #b7791f;
  --hpt-accent-soft: #f5e6c8;
  --hpt-accent-2: #c45a12;
  --hpt-chip: #f5e6c8;
  --hpt-chip-ink: #3f2a10;
  --hpt-engage: #171b22;
  --hpt-engage-fg: #f1f5f9;
  --hpt-poll: #f7f1e6;
  --hpt-shadow: 0 10px 28px rgba(23, 27, 34, .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);
}
