/* FlameNet High Contrast — Accessibility
   Used by: LimenGate HC mode */

:root, [data-theme="high-contrast"] {
  --fn-bg: #000000;
  --fn-surface: #0a0a0a;
  --fn-surface2: #111111;
  --fn-surface3: #1a1a1a;
  --fn-border: #6fc3df;

  --fn-text: #ffffff;
  --fn-text-dim: #cccccc;
  --fn-text-ghost: #888888;
  --fn-text-bright: #ffffff;

  --fn-accent: #1aabff;
  --fn-accent-dim: #40b8ff;
  --fn-accent-glow: rgba(26, 171, 255, 0.3);

  --fn-success: #89d185;
  --fn-warning: #ffcc00;
  --fn-error: #ff6060;
  --fn-info: #1aabff;
}
