/* Scrutin install guides — design tokens */

body.scrutin-core {
  --ht-bg: #0a0e18;
  --ht-bg-elevated: #0f1420;
  --ht-bg-panel: #151c2c;
  --ht-border: #243044;
  --ht-text: #e8ecf5;
  --ht-text-muted: #9aa8be;
  --ht-text-dim: #6b7a94;
  --ht-accent: #818cf8;
  --ht-accent-dim: rgba(129, 140, 248, 0.12);
  --ht-link: #a5b4fc;
  --ht-code-bg: #0c101a;
  --ht-code-inline-bg: rgba(129, 140, 248, 0.1);
  --ht-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  --ht-glow-a: rgba(99, 102, 241, 0.16);
  --ht-glow-b: rgba(129, 140, 248, 0.08);
  --ht-grid: rgba(129, 140, 248, 0.04);
}

html[data-hp-theme="light"] body.scrutin-core {
  --ht-bg: #f4f6fb;
  --ht-bg-elevated: #ffffff;
  --ht-bg-panel: #e8ecf8;
  --ht-border: #c8d0e4;
  --ht-text: #12182a;
  --ht-text-muted: #525f7a;
  --ht-text-dim: #6b7a94;
  --ht-accent: #6366f1;
  --ht-accent-dim: rgba(99, 102, 241, 0.1);
  --ht-link: #4f46e5;
  --ht-code-bg: #eef1fa;
  --ht-code-inline-bg: rgba(99, 102, 241, 0.08);
  --ht-shadow: 0 8px 24px rgba(18, 24, 42, 0.08);
  --ht-glow-a: rgba(99, 102, 241, 0.12);
  --ht-glow-b: rgba(129, 140, 248, 0.06);
  --ht-grid: rgba(99, 102, 241, 0.05);
}
