:root {
  /* Alma Resiliente brand palette */
  --color-base: #050B14;
  --color-deep: #0B1324;
  --color-surface: rgba(15, 23, 42, 0.68);
  --color-surface-strong: rgba(11, 19, 36, 0.92);
  --color-footer: #050B14;
  --color-text: #FFFFFF;
  --color-muted: #CBD5E1;
  --color-border: rgba(56, 189, 248, 0.18);
  --color-border-strong: rgba(56, 189, 248, 0.34);

  --color-accent: #00AEEF;
  --color-primary: #38BDF8;
  --color-primary-dark: #0A4D8F;
  --color-cyan-soft: rgba(56, 189, 248, 0.12);

  --color-success: #25D366;
  --color-warning: #F59E0B;
  --color-danger: #EF4444;

  --font-main: 'Inter', 'Manrope', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm: 0.375rem;
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;

  --shadow: 0 16px 50px rgba(0, 0, 0, 0.26);
  --shadow-lg: 0 24px 70px rgba(0, 0, 0, 0.36);
  --shadow-glow: 0 0 0 1px rgba(56, 189, 248, 0.18), 0 18px 50px rgba(0, 174, 239, 0.14);

  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2.5rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-3xl: 3rem;

  --transition-fast: 0.15s ease;
  --transition-base: 0.24s ease;
  --transition-slow: 0.5s ease;
}
