{
  "name": "Atsareka Design System",
  "url": "https://ds.atsareka.id",
  "llmsTxt": "https://ds.atsareka.id/llms.txt",
  "appliesTo": [
    "https://atsareka.id",
    "https://internal.atsareka.id",
    "https://auth.atsareka.id"
  ],
  "source": "design-system/ in github.com/atsareka/atsareka-services",
  "stack": {
    "framework": "React 19",
    "build": "Vite",
    "css": "Tailwind CSS 3.4 (utility classes only, no custom CSS)",
    "icons": "lucide-react"
  },
  "container": "max-w-5xl mx-auto px-4",
  "font": "system-ui, -apple-system, sans-serif",
  "colors": {
    "primary": {
      "50": "#f0fdfa", "100": "#ccfbf1", "200": "#99f6e4", "300": "#5eead4",
      "400": "#2dd4bf", "500": "#14b8a6", "600": "#0d9488", "700": "#0f766e",
      "800": "#115e59", "900": "#134e4a"
    },
    "background": "#fafaf9",
    "bodyText": "#1e293b",
    "border": "#e5e7eb",
    "mutedText": "#6b7280"
  },
  "status": {
    "active":    { "label": "Aktif",          "classes": "border-primary-500 bg-primary-50 text-primary-700" },
    "executing": { "label": "Sedang Berjalan", "classes": "border-amber-400 bg-amber-50 text-amber-700" },
    "completed": { "label": "Selesai",         "classes": "border-gray-300 bg-gray-100 text-gray-600" }
  },
  "radius": {
    "card": "rounded-2xl",
    "control": "rounded-xl",
    "circle": "rounded-full"
  },
  "logo": {
    "file": "/logo.png",
    "type": "combined mark (colorful 'A' icon + wordmark 'atsareka')",
    "minHeight": "24px (h-6 in nav, h-5 in footer)",
    "backgrounds": ["light", "tint"],
    "rules": ["never recolor", "never stretch", "never rotate", "no drop-shadow"]
  },
  "icons": {
    "library": "lucide-react",
    "sizing": "size prop (e.g. size={16}); color via text-* classes",
    "sizes": [11, 13, 15, 16, 18, 20, 24],
    "set": ["LayoutGrid", "Heart", "FileText", "User", "Search", "MapPin", "Target", "Calculator", "HandCoins", "GraduationCap", "BookHeart", "Users", "Mail", "Send", "ArrowRight", "Sparkles", "Check", "CheckCircle2", "AlertCircle"]
  },
  "typography": {
    "h1": "text-3xl font-bold text-gray-900",
    "h2": "text-xl font-bold text-gray-900",
    "h3": "font-semibold text-gray-900",
    "body": "text-gray-500",
    "caption": "text-xs text-gray-400"
  },
  "components": {
    "buttonPrimary": "bg-primary-500 hover:bg-primary-600 text-white text-sm font-semibold py-2 px-4 rounded-xl transition",
    "buttonLink": "text-sm font-medium text-primary-600 hover:text-primary-700 transition",
    "pill": "text-xs px-3 py-1.5 rounded-full bg-gray-100 text-gray-600 hover:bg-gray-200 font-medium",
    "input": "w-full pl-9 pr-4 py-2.5 text-sm border border-gray-200 rounded-xl focus:outline-none focus:border-primary-400",
    "card": "bg-white rounded-2xl border border-gray-200 hover:shadow-md transition overflow-hidden group",
    "progressTrack": "h-1.5 bg-gray-100 rounded-full overflow-hidden",
    "progressFill": "h-full bg-primary-500 rounded-full",
    "categoryChipContainer": "flex flex-col items-center gap-3 p-4 bg-white border rounded-2xl shadow-sm",
    "categoryChipIcon": "w-12 h-12 rounded-full flex items-center justify-center transition",
    "hero": "relative rounded-2xl overflow-hidden h-52 md:h-64",
    "navbar": "bg-white border-b border-gray-200 sticky top-0 z-30",
    "footer": "bg-white border-t border-gray-100"
  },
  "money": {
    "currency": "IDR",
    "format": "Rp 68.000.000",
    "helper": "formatIDR(n)"
  },
  "locale": "id-ID (Bahasa Indonesia)",
  "rules": [
    "Tailwind only — NO custom CSS",
    "KISS / DRY — no Repository/Service pattern bloat",
    "Financial data append-only; everything else soft-delete"
  ]
}
