{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "ledger",
  "type": "registry:style",
  "title": "Kiln Ledger",
  "description": "Product-tier register. Warm monochrome + terracotta, Inter + JetBrains Mono, medium density, row-priority accents. Extends @kiln/foundations.",
  "registryDependencies": [
    "https://kiln.alexlee.ai/r/foundations.json"
  ],
  "files": [
    {
      "path": "registry/ledger/ledger.css",
      "content": "/* @kiln/ledger — product-tier register.\n * Extends @kiln/foundations. Warm monochrome + terracotta, Inter + JetBrains Mono,\n * medium density, row-priority accents. For product interior (Soroban in-app),\n * operator dashboards, dense data surfaces.\n *\n * PLACEHOLDERS. Cycle 1.5 locks exact palette, density numbers, and row-priority\n * accent treatment. Do not treat these values as final. */\n\n:root {\n  /* Type — humanist sans body + tabular mono. No display serif (product register). */\n  --font-sans: \"Inter\", system-ui, sans-serif;\n  --font-mono: \"JetBrains Mono\", ui-monospace, monospace;\n\n  --radius: 0.5rem;\n\n  /* Warm-mono + terracotta palette — placeholder. Cycle 1.5 tunes. */\n  --background: oklch(0.985 0.005 80);\n  --foreground: oklch(0.18 0.01 60);\n  --card: oklch(0.99 0.004 80);\n  --card-foreground: oklch(0.18 0.01 60);\n  --popover: oklch(0.99 0.004 80);\n  --popover-foreground: oklch(0.18 0.01 60);\n  --primary: oklch(0.58 0.16 45);\n  --primary-foreground: oklch(0.985 0.005 80);\n  --secondary: oklch(0.94 0.01 75);\n  --secondary-foreground: oklch(0.18 0.01 60);\n  --muted: oklch(0.94 0.01 75);\n  --muted-foreground: oklch(0.48 0.01 60);\n  --accent: oklch(0.92 0.02 70);\n  --accent-foreground: oklch(0.18 0.01 60);\n  --destructive: oklch(0.577 0.245 27.325);\n  --success: oklch(0.65 0.15 150);\n  --warning: oklch(0.78 0.16 85);\n  --border: oklch(0.88 0.01 75);\n  --input: oklch(0.88 0.01 75);\n  --ring: oklch(0.58 0.16 45);\n\n  /* Row-priority accent tokens — placeholder. Ledger-specific; sharpened in Cycle 2. */\n  --row-accent-high: oklch(0.58 0.16 45);\n  --row-accent-medium: oklch(0.78 0.16 85);\n  --row-accent-low: oklch(0.88 0.01 75);\n}\n",
      "type": "registry:style",
      "target": "app/ledger.css"
    }
  ]
}