:root {
  --bg-main: #0f1115;
  --bg-card: #16181e;
  --bg-header: #16181e;
  --bg-input: #21242d;
  --border-color: #2a2d37;
  --border-focus: #3b82f6;
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --accent-primary: #3b82f6;
  --accent-hover: #2563eb;
  --color-success: #22c55e;
  --color-danger: #ef4444;
  --color-warning: #f59e0b;
  --font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --shadow-card: 0 10px 25px rgba(0, 0, 0, 0.4);
}
