/* Global — FoundationOS brand theme (used by index page) */
:root {
  --bg: #060b14; --bg-r: 6; --bg-g: 11; --bg-b: 20;
  --surface: #0d1525; --surface-r: 13; --surface-g: 21; --surface-b: 37;
  --surface-2: #131e35;
  --text: #d4dae8;
  --text-bright: #e8ecf6;
  --muted: #6b7a95;
  --muted-deep: #45506a;
  --accent: #6b7a95;
  --accent-glow: rgba(107,122,149,.14);
  --line: #1a2842;
  --line-sub: #0f1a2e;
}
