{
  "id": "1:1",
  "name": "Dashboard Card",
  "type": "FRAME",
  "visible": true,
  "absoluteBoundingBox": { "width": 360, "height": 240 },
  "layoutMode": "VERTICAL",
  "primaryAxisAlignItems": "MIN",
  "counterAxisAlignItems": "STRETCH",
  "layoutWrap": "NO_WRAP",
  "layoutSizingHorizontal": "FIXED",
  "layoutSizingVertical": "HUG",
  "itemSpacing": 16,
  "paddingLeft": 24,
  "paddingRight": 24,
  "paddingTop": 20,
  "paddingBottom": 20,
  "layoutGrids": [
    { "pattern": "COLUMNS", "count": 12, "gutterSize": 16, "sectionSize": 56 }
  ],
  "fills": [
    { "type": "SOLID", "color": { "r": 1, "g": 1, "b": 1 }, "opacity": 1 }
  ],
  "strokes": [
    {
      "type": "SOLID",
      "color": { "r": 0.8, "g": 0.84, "b": 0.9 },
      "opacity": 1
    }
  ],
  "cornerRadius": 12,
  "children": [
    {
      "id": "1:2",
      "name": "Header Row",
      "type": "FRAME",
      "absoluteBoundingBox": { "width": 312, "height": 40 },
      "layoutMode": "HORIZONTAL",
      "primaryAxisAlignItems": "SPACE_BETWEEN",
      "counterAxisAlignItems": "CENTER",
      "layoutSizingHorizontal": "FILL",
      "layoutSizingVertical": "HUG",
      "itemSpacing": 8,
      "children": [
        {
          "id": "1:3",
          "name": "Title",
          "type": "TEXT",
          "absoluteBoundingBox": { "width": 140, "height": 24 },
          "characters": "Water risk summary",
          "style": {
            "fontFamily": "Inter",
            "fontSize": 18,
            "fontWeight": 700,
            "lineHeightPx": 24
          },
          "fills": [
            {
              "type": "SOLID",
              "color": { "r": 0.05, "g": 0.1, "b": 0.18 },
              "opacity": 1
            }
          ]
        },
        {
          "id": "1:4",
          "name": "More icon",
          "type": "VECTOR",
          "absoluteBoundingBox": { "width": 20, "height": 20 },
          "fills": [
            {
              "type": "SOLID",
              "color": { "r": 0.3, "g": 0.35, "b": 0.44 },
              "opacity": 1
            }
          ]
        }
      ]
    },
    {
      "id": "1:5",
      "name": "Save button",
      "type": "FRAME",
      "absoluteBoundingBox": { "width": 120, "height": 40 },
      "layoutMode": "HORIZONTAL",
      "primaryAxisAlignItems": "CENTER",
      "counterAxisAlignItems": "CENTER",
      "itemSpacing": 8,
      "fills": [
        {
          "type": "SOLID",
          "color": { "r": 0.05, "g": 0.42, "b": 0.95 },
          "opacity": 1
        }
      ],
      "children": [
        {
          "id": "1:6",
          "name": "Button label",
          "type": "TEXT",
          "characters": "Save",
          "absoluteBoundingBox": { "width": 34, "height": 20 },
          "style": { "fontFamily": "Inter", "fontSize": 14, "fontWeight": 600 },
          "fills": [
            {
              "type": "SOLID",
              "color": { "r": 1, "g": 1, "b": 1 },
              "opacity": 1
            }
          ]
        }
      ]
    }
  ]
}
