{
  "system": {
    "name": "Lil.Wide.Codes Hub",
    "version": "4.0",
    "environment": "production",
    "architecture": "Vanilla ESM (Zero Frameworks, zero external dependencies)"
  },
  "design_tokens": {
    "hsl_variables": {
      "dark_theme": {
        "color-bg": "hsl(220, 25%, 6%)",
        "color-surface": "hsl(220, 20%, 10%)",
        "color-surface-hover": "hsl(220, 18%, 15%)",
        "color-text-primary": "#f3f4f6",
        "color-text-secondary": "#9ca3af",
        "color-text-muted": "#6b7280",
        "color-border": "rgba(255, 255, 255, 0.08)",
        "color-accent-cyan": "hsl(182, 100%, 50%)",
        "color-accent-blue": "hsl(217, 100%, 61%)",
        "color-accent-purple": "hsl(263, 80%, 65%)",
        "color-accent-orange": "hsl(16, 95%, 61%)"
      },
      "light_theme": {
        "color-bg": "hsl(220, 30%, 95%)",
        "color-surface": "hsl(220, 20%, 90%)",
        "color-surface-hover": "hsl(220, 18%, 84%)",
        "color-text-primary": "hsl(220, 40%, 12%)",
        "color-text-secondary": "hsl(220, 20%, 32%)",
        "color-text-muted": "hsl(220, 15%, 50%)",
        "color-border": "rgba(0, 0, 0, 0.08)"
      }
    },
    "spacing_scale": {
      "space-xs": "0.5rem",
      "space-sm": "1rem",
      "space-md": "1.5rem",
      "space-lg": "2rem",
      "space-xl": "3rem",
      "space-xxl": "5rem"
    }
  },
  "routes_schema": [
    {
      "path": "index.html",
      "type": "root",
      "title": "Lil.Wide.Codes | Engineering Hub",
      "cached": true
    },
    {
      "path": "pages/about.html",
      "type": "philosophy",
      "title": "About - Lil.Wide.Codes",
      "cached": true
    },
    {
      "path": "pages/projects.html",
      "type": "engineering",
      "title": "Projects - Lil.Wide.Codes",
      "cached": true
    },
    {
      "path": "pages/case-studies.html",
      "type": "engineering",
      "title": "Case Studies - Lil.Wide.Codes",
      "cached": true
    },
    {
      "path": "pages/gridcraft.html",
      "type": "tool",
      "title": "GridCraft CSS Sandbox - Lil.Wide.Codes",
      "cached": true
    },
    {
      "path": "pages/roadmap.html",
      "type": "engineering",
      "title": "Roadmap & Versions - Lil.Wide.Codes",
      "cached": true
    },
    {
      "path": "pages/downloads.html",
      "type": "platform",
      "title": "Downloads - Lil.Wide.Codes",
      "cached": true
    },
    {
      "path": "pages/products.html",
      "type": "platform",
      "title": "Products - Lil.Wide.Codes",
      "cached": true
    },
    {
      "path": "pages/documentation.html",
      "type": "platform",
      "title": "Documentation - Lil.Wide.Codes",
      "cached": true
    },
    {
      "path": "404.html",
      "type": "error",
      "title": "404 - Resource Not Found | Lil.Wide.Codes",
      "cached": true
    }
  ],
  "pwa_configuration": {
    "caching_strategy": "Cache-First (Fallback to Network)",
    "offline_support": "Full Offline Shell",
    "manifest_link": "manifest.json"
  }
}
