/* KinotiX CSS Variables */
:root {
  --bg-primary: #0a0c10;
  --bg-secondary: #121620;
  --bg-card: rgba(18, 22, 32, 0.75);
  --border-color: rgba(255, 255, 255, 0.08);
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --accent-cyan: #00f0ff;
  --accent-purple: #8b5cf6;
  --accent-emerald: #10b981;
  --accent-pink: #ec4899;
  --glow-cyan: rgba(0, 240, 255, 0.25);
  --shadow-lg: 0 20px 40px -15px rgba(0, 0, 0, 0.6);
  --radius-lg: 20px;
  --radius-md: 12px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
