:root {
  /* Paleta Tática Noturna */
  --bg: #0d1114;
  --bg-deep: #080a0c;
  --panel: #141a1f;
  --panel-alt: #1b2228;
  --panel-elevated: #212a31;
  --line: #2e3942;
  --line-soft: #232c33;
  --line-highlight: #455663;

  /* Cores de Destaque */
  --accent: #ff8c46;
  --accent-hover: #ffa366;
  --accent-glow: rgba(255, 140, 70, 0.25);
  --accent-dim: #8a5a37;
  
  --teal: #31c9b0;
  --teal-glow: rgba(49, 201, 176, 0.25);
  
  --blue: #4a90d9;
  --purple: #9b6bcc;
  --yellow: #f2c94c;
  
  --danger: #e5484d;
  --danger-glow: rgba(229, 72, 77, 0.25);
  --danger-bg: rgba(229, 72, 77, 0.12);
  
  --success: #4caf7d;

  /* Tipografia e Cores de Texto */
  --text: #e9ece6;
  --text-muted: #b0bcc4;
  --text-dim: #778691;
  --text-inverse: #0d1114;

  --mono: 'IBM Plex Mono', monospace;
  --display: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Efeitos */
  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 12px 36px rgba(0, 0, 0, 0.65);
  --shadow-glow: 0 0 15px var(--accent-glow);

  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 10px;

  --transition-fast: 0.15s ease;
  --transition-normal: 0.25s ease;
}
