/**
 * Stadium Night Broadcast — shared design tokens
 * Soft evening lounge — low glare, easy on the eyes
 */
:root {
  /* Soft evening ink */
  --sn-pitch: #101826;
  --sn-pitch-2: #182232;
  /* Soft flood — no harsh white */
  --sn-flood: #C8D0DC;
  --sn-flood-dim: #7A8799;
  /* Dusty rose LED — live signal without eye strain */
  --sn-led: #A85A62;
  --sn-led-hot: #B86B72;
  --sn-turf: #4A9E8A;
  --sn-screen: #6A9DB5;
  --sn-amber: #C9A35C;
  --sn-glass: rgba(18, 28, 42, 0.88);
  --sn-line: rgba(220, 227, 238, 0.1);
  --sn-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sn-press: cubic-bezier(0.34, 1.4, 0.64, 1);
  --sn-font-display: "Changa", "IBM Plex Sans Arabic", sans-serif;
  --sn-font-body: "IBM Plex Sans Arabic", "Changa", sans-serif;

  /* Bridge into estrah / channel legacy vars */
  --bg: var(--sn-pitch);
  --bg2: var(--sn-pitch-2);
  --ink: var(--sn-flood);
  --muted: var(--sn-flood-dim);
  --brand: var(--sn-led);
  --brand2: var(--sn-led-hot);
  --accent: var(--sn-amber);
  --accent2: #d4b56e;
  --glow: rgba(168, 90, 98, 0.14);
  --glow2: rgba(106, 157, 181, 0.12);
  --glass: var(--sn-glass);
  --line: var(--sn-line);
  --ease-out: var(--sn-ease);
  --neon1: linear-gradient(135deg, #a85a62 0%, #b86b72 48%, #8a4850 100%);
  --neon2: linear-gradient(135deg, #c9a35c 0%, #a85a62 100%);
  --neon3: linear-gradient(90deg, #a85a62, #6a9db5, #c9a35c);
}

html {
  --sn-ptr-x: 50%;
  --sn-ptr-y: 28%;
  --sn-scroll: 0;
}
