/* FlameNet Amber Dark — Operational Theme
   Used by: FlamePlayer, Rustpaw Chat, Tuna Team UI, EmberGlass
   Character: Warm, practical, the working theme */

:root, [data-theme="amber-dark"] {
  --fn-bg: #0a0c10;
  --fn-surface: #0f1318;
  --fn-surface2: #141a22;
  --fn-surface3: #1a2030;
  --fn-border: #1e2737;

  --fn-text: #e4eaf2;
  --fn-text-dim: #8a95a8;
  --fn-text-ghost: #4a5568;

  --fn-accent: #f59e0b;
  --fn-accent-dim: #b45309;
  --fn-accent-glow: rgba(245, 158, 11, 0.15);

  --fn-cyan: #22d3ee;
  --fn-violet: #a78bfa;

  --fn-success: #4ade80;
  --fn-warning: #f59e0b;
  --fn-error: #ef4444;
  --fn-info: #22d3ee;

  --fn-user-bg: #111a2a;
  --fn-assist-bg: #0f1318;

  --fn-font-mono: ui-monospace, 'SF Mono', 'Cascadia Code', Consolas, monospace;
  --fn-font-body: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
