/* Three-layer token wiring — full pack lands with UI-PLAN §4. Placeholders only. */
:root {
  --foundation-electric-blue: #0176d3;
  --foundation-cosmos: #f4f6f9;
  --foundation-ink: #032d60;
  --foundation-paper: #ffffff;
}

:root[data-theme="dark"] {
  --semantic-bg: #061c3f;
  --semantic-fg: #f4f6f9;
  --semantic-accent: var(--foundation-electric-blue);
}

:root[data-theme="light"] {
  --semantic-bg: var(--foundation-cosmos);
  --semantic-fg: var(--foundation-ink);
  --semantic-accent: var(--foundation-electric-blue);
}
