/* ==========================================================================
   AMIND SISTEMAS — DESIGN TOKENS & SYSTEM VARIABLES
   Tech Corporate Clean Light Theme
   ========================================================================== */

:root {
  /* Cores Base - Clean Light Canvas */
  --bg-primary: #f8fafc;
  --bg-secondary: #f1f5f9;
  --bg-tertiary: #e2e8f0;
  --bg-card: #ffffff;
  --bg-card-hover: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.85);
  --bg-elevated: #ffffff;

  /* Bordas e Divisores Sutis & Elegantes */
  --border-subtle: #e2e8f0;
  --border-focus: #0284c7;
  --border-glow: rgba(2, 132, 199, 0.25);
  --border-card: #e2e8f0;
  --border-hover: #bae6fd;

  /* Acentos Cromáticos Tech & B2B */
  --accent-blue: #0284c7;
  --accent-blue-dark: #0369a1;
  --accent-cyan: #0284c7;
  --accent-cyan-glow: rgba(2, 132, 199, 0.2);
  --accent-indigo: #4f46e5;
  --accent-purple: #7c3aed;
  --accent-emerald: #059669;
  --accent-emerald-light: #10b981;
  --accent-emerald-glow: rgba(16, 185, 129, 0.2);
  --accent-warning: #d97706;
  --accent-danger: #dc2626;

  /* Gradientes de Alta Fidelidade */
  --grad-primary: linear-gradient(135deg, #0284c7 0%, #0052cc 100%);
  --grad-primary-hover: linear-gradient(135deg, #0369a1 0%, #0041a8 100%);
  --grad-surface: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  --grad-hero-text: linear-gradient(135deg, #0f172a 30%, #0284c7 85%);
  --grad-accent-text: linear-gradient(135deg, #0284c7 0%, #4f46e5 100%);
  --grad-glow: radial-gradient(circle, rgba(2, 132, 199, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  --grad-cta: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);

  /* Tipografia & Hierarquia */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Cores de Texto */
  --text-white: #0f172a;
  --text-primary: #1e293b;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  --text-accent: #0284c7;
  --text-emerald: #059669;

  /* Sombras Clean & Profundidade */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 20px 45px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.04);
  --shadow-glow-blue: 0 8px 25px rgba(2, 132, 199, 0.25);
  --shadow-glow-cyan: 0 8px 25px rgba(2, 132, 199, 0.2);
  --shadow-glow-emerald: 0 8px 25px rgba(16, 185, 129, 0.25);

  /* Raios de Borda */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Transições & Timing */
  --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);

  /* Layout & Espaçamento */
  --container-max: 1240px;
  --header-height: 80px;
}
