/* Reset e stili di base */
:root {
  --primary: #6366f1;
  --primary-dark: #4f46e5;
  --primary-light: #818cf8;
  --accent: #8b5cf6;
  --secondary: #0a0a0f;
  --text-dark: #e2e4ea;
  --text-light: #f8fafc;
  --text-muted: #93949f;
  --background: #08090d;
  --card-bg: #131420;
  --border-radius: 14px;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 12px 28px -8px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 24px 48px -16px rgba(99, 102, 241, 0.25);
  --transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
