{
  "$schema": "https://agentic-mermaid.dev/schemas/style-spec.schema.json",
  "formatVersion": 1,
  "name": "look:cupertino-prototype",
  "blurb": "Documentation-only Cupertino-inspired prototype exercising public role geometry, shared elevation, and inspect-only constraints; not built in or endorsed.",
  "colors": {
    "bg": "#f2f2f7",
    "fg": "#000000",
    "line": "#7a7a80",
    "accent": "#007aff",
    "muted": "#5f5f64",
    "surface": "#ffffff",
    "border": "rgba(60,60,67,0.29)"
  },
  "font": "Inter",
  "stroke": "crisp",
  "strokeWidth": 1,
  "intent": "premium",
  "roles": {
    "node": {
      "fontSize": 13,
      "fontWeight": 600,
      "paddingX": 24,
      "paddingY": 12,
      "cornerRadius": 10,
      "lineWidth": 1,
      "fillColor": "#ffffff",
      "borderColor": "transparent",
      "textColor": "#000000"
    },
    "edge": {
      "fontSize": 11,
      "fontWeight": 500,
      "letterSpacing": 0.07,
      "lineWidth": 1.5,
      "bendRadius": 16,
      "strokeColor": "#7a7a80",
      "textColor": "#5f5f64"
    },
    "group": {
      "fontSize": 12,
      "fontWeight": 600,
      "paddingX": 16,
      "paddingY": 16,
      "cornerRadius": 26,
      "lineWidth": 1,
      "fillColor": "rgba(120,120,128,0.08)",
      "headerFillColor": "rgba(120,120,128,0.12)",
      "borderColor": "transparent",
      "textColor": "#5f5f64"
    },
    "label": {
      "fontSize": 11,
      "fontWeight": 500,
      "letterSpacing": 0.07,
      "textColor": "#5f5f64"
    }
  },
  "constraints": [
    { "kind": "contrast", "action": "warn", "minimum": 4.5 },
    { "kind": "accent-area", "action": "warn", "maxFraction": 0.2 }
  ]
}
