:root {
  --bg-main: #0b0f14;
  --bg-secondary: #121826;
  --card-bg: #151c2e;

  --text-main: #ffffff;
  --text-muted: #a0aec0;

  --accent-blue: #3b82f6;
  --accent-cyan: #22d3ee;
  --accent-green: #22c55e;

  --radius: 12px;
}
