:root {
  /* Amazeta Theme */
  --amazeta-bg: #0a0f1a;
  --amazeta-surface: #111827;
  --amazeta-surface-2: #1a2332;
  --amazeta-border: rgba(255, 255, 255, 0.08);
  --amazeta-border-hover: rgba(45, 212, 191, 0.3);
  --amazeta-text: #f1f5f9;
  --amazeta-muted: #94a3b8;
  --amazeta-accent: #2dd4bf;
  --amazeta-accent-2: #6366f1;
  --amazeta-radius: 12px;
  --amazeta-radius-lg: 16px;
  --amazeta-font: "Inter", system-ui, -apple-system, sans-serif;
  --amazeta-max: 1200px;
  --amazeta-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --amazeta-transition: 220ms var(--amazeta-ease);
  --amazeta-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  --amazeta-glow: 0 8px 32px rgba(45, 212, 191, 0.35);
}
