{
  "name": "error-404",
  "kind": "page",
  "primary": "card-ui",
  "page": "/apps/errors/app/404/404.contents.html",
  "slots": [],
  "nested": [
    "auth-card-header",
    "auth-card-content",
    "error-404-actions"
  ],
  "attrs": {
    "raw": ""
  },
  "html": "<card-ui raw\n        style=\"max-width: 32rem\">\n        <header><!-- nested: auth-card-header --></header>\n\n        <section><!-- nested: auth-card-content --></section>\n      </card-ui>",
  "source": "apps/errors/app/404/404.contents.html",
  "metadata": {
    "domain": "error",
    "description": "404 not-found error page. Card-shaped error message with map-trifold icon, page-not-found heading, route path display, trace ID, and back-to-home action.",
    "keywords": [
      "404",
      "not",
      "found",
      "error",
      "page",
      "missing",
      "route",
      "trace",
      "home"
    ],
    "related": [
      "error-500",
      "error-maintenance",
      "auth-forbidden",
      "auth-session-expired"
    ],
    "tags": {
      "complexity": "simple",
      "layout": "card"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "image",
      "component": "Image",
      "alt": "Adia Logo",
      "height": "5rem",
      "src": "/icons/agent-ui-light.svg"
    },
    {
      "id": "adia-ui-home",
      "component": "Link",
      "href": "/",
      "children": [
        "image"
      ]
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "404 — Page not found"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "We couldn't find that page. It may have moved, been renamed, or never existed."
    },
    {
      "id": "column",
      "component": "Column",
      "align": "center",
      "gap": "1",
      "children": [
        "adia-ui-home",
        "text",
        "text-2"
      ]
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "column"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "code",
      "component": "Code",
      "textContent": "/that/route/that/wasnt/found"
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "slot": "content",
      "textContent": "Path:",
      "children": [
        "code"
      ]
    },
    {
      "id": "alert",
      "component": "Alert",
      "icon": "map-trifold",
      "variant": "info",
      "children": [
        "text-3"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "house",
      "text": "Go to home",
      "variant": "primary"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "magnifying-glass",
      "text": "Search docs",
      "variant": "outline"
    },
    {
      "id": "column-4",
      "component": "Column",
      "gap": "2",
      "children": [
        "button",
        "button-2"
      ]
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "2",
      "children": [
        "column-4"
      ]
    },
    {
      "id": "code-2",
      "component": "Code",
      "textContent": "req_18d2f7c4"
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "text-align": "center",
      "textContent": "Trace ID:",
      "children": [
        "code-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "6",
      "children": [
        "alert",
        "column-3",
        "text-4"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column-5"
      ]
    },
    {
      "id": "column-5",
      "component": "Column",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "raw": true,
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
