:root{
  --nexus-orange: #ff9800;
  --nexus-orange-hover: #fb8c00;
  --nexus-orange-soft: #fff3e0;

  --bg-app: #f5f6f8;
  --bg-card: #ffffff;

  --text: #111827;
  --muted: #6b7280;
  --border: #e5e7eb;

  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;

  --shadow-sm: 0 8px 18px rgba(0,0,0,.04);
  --shadow-md: 0 12px 30px rgba(0,0,0,.05);

  --space-1: 6px;
  --space-2: 10px;
  --space-3: 14px;
  --space-4: 18px;
  --space-5: 22px;
}
