/* ==========================================================================
   MOTION DESIGN SYSTEM - TOKENS HARMONIZADOS
   ========================================================================== */

:root {
  --bg-primary: #07080a;
  --bg-surface: #0e1015;
  --bg-surface-elevated: #141720;
  --bg-glass: rgba(14, 16, 21, 0.75);
  --bg-glass-heavy: rgba(7, 8, 10, 0.92);

  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-accent: rgba(225, 29, 72, 0.35);
  --border-glow: rgba(225, 29, 72, 0.5);

  --accent-red: #e11d48;
  --accent-red-hover: #f43f5e;
  --accent-red-glow: rgba(225, 29, 72, 0.28);
  --accent-gold: #f59e0b;

  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-dim: #64748b;

  --font-display: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
