back to gallery
design language·neumorphic-soft

Neumorphic Soft

A portable design language for agents: download the markdown first, then inspect the preview, tokens, and rules as needed.

Download DESIGN.md

Portable DESIGN.md source of truth for most agents and apps.

the spec

specification

philosophy
summary
Neumorphic Soft turns interface chrome into gentle topography: controls feel pressed from a single continuous material, hierarchy emerges through depth shifts instead of hard separators, and interaction is conveyed by light direction, recess, and cushioned edges. It should feel calm, tactile, and low-friction without becoming toy-like.
values
continuous surface over fragmented panelsdepth as hierarchyquiet tactilitygentle contrast with legible textcalm productivity
anti-values
×hard skeletal borders×high-noise ornament×harsh contrast spikes×flat severity×aggressive motion
tokens
colors12 items
primary
#7f8cff
secondary
#a5afd6
accent
#7de3c3
background
#e7edf5
surface
#edf2f8
text
#2b3550
muted
#7d89a6
border
#d6deea
error
#e47b8f
success
#62c9a7
warning
#f0b86c
info
#77b7e8
typography8 items
heading font
"Red Hat Display", sans-serif
body font
"Manrope", sans-serif
mono font
"IBM Plex Mono", monospace
base size
16px
scale ratio
1.2
line height
1.55
letter spacing
-0.01em
google fonts url
https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Red+Hat+Display:wght@500;700;800&display=swap
spacing2 items
base unit
8px
scale
4px, 8px, 12px, 16px, 24px, 32px, 48px, 64px
radii5 items
none
0px
sm
14px
md
20px
lg
28px
full
999px
shadows3 items
sm
color rgba(255,255,255,0.95), rgba(163,177,198,0.34); offset -3px -3px 6px, 3px 3px 8px
md
color rgba(255,255,255,0.98), rgba(163,177,198,0.42); offset -8px -8px 16px, 8px 8px 18px
lg
color rgba(255,255,255,1), rgba(163,177,198,0.5); offset -14px -14px 28px, 14px 14px 30px
surfaces3 items
treatment
gradient
card style
raised outer shells with inset internal wells and subtle top-left highlight bloom
bg pattern
none
borders4 items
default width
0px
accent width
2px
style
none
character
borders are replaced by tonal seams and shadow relief; visible outlines appear only as faint internal rims on focus
motion3 items
duration
220ms
easing
cubic-bezier(0.22, 1, 0.36, 1)
philosophy
deliberate
responsive2 items
breakpoints
1200, 1024, 768, 480
column progression
12 → 8 → 4 → 1
rules
composition
Compose pages as molded trays within a single field rather than boxed cards scattered on a blank canvas. High-level regions sit in broad raised shells; inside them, data, controls, and summaries sit in inset wells so the interface reads as a landscape of convex and concave forms.
hierarchy
Use depth before color: strongest actions are the most raised elements, secondary content sits flush, and editable areas recess inward. Accent color is reserved for chips, progress fills, active tab halos, and micro-indicators.
density
Moderate density with generous cushion around clusters. Content can be information-rich, but each cluster needs breathing room and rounded containment to preserve the soft-material illusion.
signature patterns
every major module uses dual outer shadows plus a subtle inner highlight to create a molded raised shellinputs, selects, search bars, and progress tracks sit inside concave inset wells built with inset box-shadowsactive tabs and badges use capsule shapes with tiny external glow halos instead of hard fills or underlinesalerts and status chips include a small embedded circular light bead aligned to the left edgemodal panels float inside a larger blurred soft-shadow aura with nested raised header and inset body regions
layout
grid
Desktop uses a 12-column molded dashboard grid with a hero summary band spanning 8/4 columns, a content row of 7/5 columns, and lower utility bands. Tablet landscape reduces to 8 columns, tablet portrait to 4, and phone to a single stack while preserving nested trays.
breakpoints
At 1024px, the hero band collapses to 8-column proportions and side panels drop beneath primary content. At 768px, all split trays become stacked 4-column groups. At 480px and below, action clusters become full-width vertical pills, data tables scroll horizontally, and modal/dialog surfaces shrink to edge-padded sheets.
whitespace
Whitespace should feel padded and air-cushioned: 24-32px within trays on desktop, 20px on tablet, and 16px on phone. Avoid narrow gutters that would break the single-material illusion.
guidance
do
  • Use tonal contrast and shadow direction consistently from top-left light source.
  • Place related controls inside shared inset wells to reinforce continuity.
  • Keep accent colors sparse and purposeful on active or status-bearing elements.
  • Use large radii and generous padding to preserve the soft tactile identity.
  • Ensure text contrast stays strong even when surfaces are low-contrast.
avoid
  • Do not introduce hard dark borders around standard containers.
  • Do not flood large panels with saturated accent fills.
  • Do not mix multiple light directions or inconsistent shadow depths.
  • Do not compress spacing so tightly that forms lose their cushioned feel.
  • Do not rely on color alone when depth can communicate state more elegantly.
katagami spec
# Neumorphic Soft

## Philosophy

Neumorphic Soft turns interface chrome into gentle topography: controls feel pressed from a single continuous material, hierarchy emerges through depth shifts instead of hard separators, and interaction is conveyed by light direction, recess, and cushioned edges. It should feel calm, tactile, and low-friction without becoming toy-like.

### Values

- continuous surface over fragmented panels
- depth as hierarchy
- quiet tactility
- gentle contrast with legible text
- calm productivity

### Anti-Values

- hard skeletal borders
- high-noise ornament
- harsh contrast spikes
- flat severity
- aggressive motion

### Visual Character

- all primary containers are sculpted from a single pale background using paired highlight and shadow layers instead of visible borders
- controls alternate between raised pillows and inset wells to signal clickable versus editable surfaces
- large rounded geometry dominates every region, with pill tabs, capsule buttons, and cards using 20px to 32px radii
- status accents appear as small luminous edge glows or embedded color chips rather than full saturated fills
- section groupings are defined by soft concave trays nested inside a broad padded canvas, creating a molded dashboard look

## Tokens

### Colors

| Name | Value |
|------|-------|
| primary | `#7f8cff` |
| secondary | `#a5afd6` |
| accent | `#7de3c3` |
| background | `#e7edf5` |
| surface | `#edf2f8` |
| text | `#2b3550` |
| muted | `#7d89a6` |
| border | `#d6deea` |
| error | `#e47b8f` |
| success | `#62c9a7` |
| warning | `#f0b86c` |
| info | `#77b7e8` |

### Typography

- **Heading Font**: "Red Hat Display", sans-serif
- **Body Font**: "Manrope", sans-serif
- **Mono Font**: "IBM Plex Mono", monospace
- **Base Size**: 16px
- **Scale Ratio**: 1.2
- **Line Height**: 1.55
- **Letter Spacing**: -0.01em
- **Google Fonts Url**: https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Red+Hat+Display:wght@500;700;800&display=swap

### Spacing

- **Base Unit**: 8px
- **Scale**: ["4px","8px","12px","16px","24px","32px","48px","64px"]

### Radii

- **None**: 0px
- **Sm**: 14px
- **Md**: 20px
- **Lg**: 28px
- **Full**: 999px

### Shadows

- **Sm**: color rgba(255,255,255,0.95), rgba(163,177,198,0.34); offset -3px -3px 6px, 3px 3px 8px
- **Md**: color rgba(255,255,255,0.98), rgba(163,177,198,0.42); offset -8px -8px 16px, 8px 8px 18px
- **Lg**: color rgba(255,255,255,1), rgba(163,177,198,0.5); offset -14px -14px 28px, 14px 14px 30px

### Surfaces

- **Treatment**: gradient
- **Card Style**: raised outer shells with inset internal wells and subtle top-left highlight bloom
- **Bg Pattern**: none

### Borders

- **Default Width**: 0px
- **Accent Width**: 2px
- **Style**: none
- **Character**: borders are replaced by tonal seams and shadow relief; visible outlines appear only as faint internal rims on focus

### Motion

- **Duration**: 220ms
- **Easing**: cubic-bezier(0.22, 1, 0.36, 1)
- **Philosophy**: deliberate

### Responsive

- **Breakpoints**: [1200,1024,768,480]
- **Column Progression**: 12 → 8 → 4 → 1

## Rules

### Composition

Compose pages as molded trays within a single field rather than boxed cards scattered on a blank canvas. High-level regions sit in broad raised shells; inside them, data, controls, and summaries sit in inset wells so the interface reads as a landscape of convex and concave forms.

### Hierarchy

Use depth before color: strongest actions are the most raised elements, secondary content sits flush, and editable areas recess inward. Accent color is reserved for chips, progress fills, active tab halos, and micro-indicators.

### Density

Moderate density with generous cushion around clusters. Content can be information-rich, but each cluster needs breathing room and rounded containment to preserve the soft-material illusion.

### Signature Patterns

- every major module uses dual outer shadows plus a subtle inner highlight to create a molded raised shell
- inputs, selects, search bars, and progress tracks sit inside concave inset wells built with inset box-shadows
- active tabs and badges use capsule shapes with tiny external glow halos instead of hard fills or underlines
- alerts and status chips include a small embedded circular light bead aligned to the left edge
- modal panels float inside a larger blurred soft-shadow aura with nested raised header and inset body regions

## Layout

### Grid

Desktop uses a 12-column molded dashboard grid with a hero summary band spanning 8/4 columns, a content row of 7/5 columns, and lower utility bands. Tablet landscape reduces to 8 columns, tablet portrait to 4, and phone to a single stack while preserving nested trays.

### Breakpoints

At 1024px, the hero band collapses to 8-column proportions and side panels drop beneath primary content. At 768px, all split trays become stacked 4-column groups. At 480px and below, action clusters become full-width vertical pills, data tables scroll horizontally, and modal/dialog surfaces shrink to edge-padded sheets.

### Whitespace

Whitespace should feel padded and air-cushioned: 24-32px within trays on desktop, 20px on tablet, and 16px on phone. Avoid narrow gutters that would break the single-material illusion.

## Guidance

### Do

- Use tonal contrast and shadow direction consistently from top-left light source.
- Place related controls inside shared inset wells to reinforce continuity.
- Keep accent colors sparse and purposeful on active or status-bearing elements.
- Use large radii and generous padding to preserve the soft tactile identity.
- Ensure text contrast stays strong even when surfaces are low-contrast.

### Don't

- Do not introduce hard dark borders around standard containers.
- Do not flood large panels with saturated accent fills.
- Do not mix multiple light directions or inconsistent shadow depths.
- Do not compress spacing so tightly that forms lose their cushioned feel.
- Do not rely on color alone when depth can communicate state more elegantly.
DESIGN.md
---
version: "alpha"
name: "Neumorphic Soft"
description: "Agent-curated design language exported from Katagami as DESIGN.md."
colors:
  primary: "#7f8cff"
  secondary: "#a5afd6"
  accent: "#7de3c3"
  background: "#e7edf5"
  surface: "#edf2f8"
  text: "#2b3550"
  muted: "#7d89a6"
  border: "#d6deea"
  error: "#e47b8f"
  success: "#62c9a7"
  warning: "#f0b86c"
  info: "#77b7e8"
typography:
  headline-lg:
    fontFamily: "\"Red Hat Display\", sans-serif"
    fontSize: "1.953rem"
    fontWeight: 700
    lineHeight: 1.1
    letterSpacing: "-0.01em"
  headline-md:
    fontFamily: "\"Red Hat Display\", sans-serif"
    fontSize: "1.563rem"
    fontWeight: 600
    lineHeight: 1.15
    letterSpacing: "-0.01em"
  body-md:
    fontFamily: "\"Manrope\", sans-serif"
    fontSize: "16px"
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: "-0.01em"
  label-md:
    fontFamily: "\"IBM Plex Mono\", monospace"
    fontSize: "0.75rem"
    fontWeight: 600
    lineHeight: 1
    letterSpacing: "0.08em"
rounded:
  none: "0px"
  sm: "14px"
  md: "20px"
  lg: "28px"
  full: "999px"
spacing:
  xs: "4px"
  sm: "8px"
  md: "12px"
  lg: "16px"
  xl: "24px"
  2xl: "32px"
  3xl: "48px"
  4xl: "64px"
  base_unit: "8px"
components:
  color-reference-primary:
    backgroundColor: "{colors.primary}"
  color-reference-secondary:
    backgroundColor: "{colors.secondary}"
  color-reference-accent:
    backgroundColor: "{colors.accent}"
  color-reference-background:
    backgroundColor: "{colors.background}"
  color-reference-surface:
    backgroundColor: "{colors.surface}"
  color-reference-text:
    backgroundColor: "{colors.text}"
  color-reference-muted:
    backgroundColor: "{colors.muted}"
  color-reference-border:
    backgroundColor: "{colors.border}"
  color-reference-error:
    backgroundColor: "{colors.error}"
  color-reference-success:
    backgroundColor: "{colors.success}"
  color-reference-warning:
    backgroundColor: "{colors.warning}"
  color-reference-info:
    backgroundColor: "{colors.info}"
  button-primary:
    backgroundColor: "{colors.primary}"
    textColor: "#000000"
    typography: "{typography.label-md}"
    rounded: "{rounded.md}"
    padding: "{spacing.md}"
  card-surface:
    backgroundColor: "{colors.surface}"
    textColor: "{colors.text}"
    rounded: "{rounded.md}"
    padding: "{spacing.md}"
  input-default:
    backgroundColor: "{colors.surface}"
    textColor: "{colors.text}"
    rounded: "{rounded.md}"
    height: "44px"
---

# Neumorphic Soft

## Overview

Neumorphic Soft turns interface chrome into gentle topography: controls feel pressed from a single continuous material, hierarchy emerges through depth shifts instead of hard separators, and interaction is conveyed by light direction, recess, and cushioned edges. It should feel calm, tactile, and low-friction without becoming toy-like.

### Values

- continuous surface over fragmented panels
- depth as hierarchy
- quiet tactility
- gentle contrast with legible text
- calm productivity

### Anti-Values

- hard skeletal borders
- high-noise ornament
- harsh contrast spikes
- flat severity
- aggressive motion

### Visual Character

- all primary containers are sculpted from a single pale background using paired highlight and shadow layers instead of visible borders
- controls alternate between raised pillows and inset wells to signal clickable versus editable surfaces
- large rounded geometry dominates every region, with pill tabs, capsule buttons, and cards using 20px to 32px radii
- status accents appear as small luminous edge glows or embedded color chips rather than full saturated fills
- section groupings are defined by soft concave trays nested inside a broad padded canvas, creating a molded dashboard look

## Colors

Use the YAML color tokens as the normative palette. The prose below names the roles agents should preserve when generating UI.

| Token | Value |
|-------|-------|
| primary | `#7f8cff` |
| secondary | `#a5afd6` |
| accent | `#7de3c3` |
| background | `#e7edf5` |
| surface | `#edf2f8` |
| text | `#2b3550` |
| muted | `#7d89a6` |
| border | `#d6deea` |
| error | `#e47b8f` |
| success | `#62c9a7` |
| warning | `#f0b86c` |
| info | `#77b7e8` |

## Typography

- **Headline-Lg**: "Red Hat Display", sans-serif, 1.953rem, weight 700, line-height 1.1.
- **Headline-Md**: "Red Hat Display", sans-serif, 1.563rem, weight 600, line-height 1.15.
- **Body-Md**: "Manrope", sans-serif, 16px, weight 400, line-height 1.5.
- **Label-Md**: "IBM Plex Mono", monospace, 0.75rem, weight 600, line-height 1.

## Layout

### Spacing Tokens

- **Xs**: `4px`
- **Sm**: `8px`
- **Md**: `12px`
- **Lg**: `16px`
- **Xl**: `24px`
- **2xl**: `32px`
- **3xl**: `48px`
- **4xl**: `64px`
- **Base Unit**: `8px`

### Grid

Desktop uses a 12-column molded dashboard grid with a hero summary band spanning 8/4 columns, a content row of 7/5 columns, and lower utility bands. Tablet landscape reduces to 8 columns, tablet portrait to 4, and phone to a single stack while preserving nested trays.

### Breakpoints

At 1024px, the hero band collapses to 8-column proportions and side panels drop beneath primary content. At 768px, all split trays become stacked 4-column groups. At 480px and below, action clusters become full-width vertical pills, data tables scroll horizontally, and modal/dialog surfaces shrink to edge-padded sheets.

### Whitespace

Whitespace should feel padded and air-cushioned: 24-32px within trays on desktop, 20px on tablet, and 16px on phone. Avoid narrow gutters that would break the single-material illusion.

## Elevation & Depth

### Shadows

- **Sm**: color rgba(255,255,255,0.95), rgba(163,177,198,0.34); offset -3px -3px 6px, 3px 3px 8px
- **Md**: color rgba(255,255,255,0.98), rgba(163,177,198,0.42); offset -8px -8px 16px, 8px 8px 18px
- **Lg**: color rgba(255,255,255,1), rgba(163,177,198,0.5); offset -14px -14px 28px, 14px 14px 30px

## Shapes

### Rounded

- **None**: `0px`
- **Sm**: `14px`
- **Md**: `20px`
- **Lg**: `28px`
- **Full**: `999px`

### Surfaces

- **Treatment**: gradient
- **Card Style**: raised outer shells with inset internal wells and subtle top-left highlight bloom
- **Bg Pattern**: none

### Borders

- **Default Width**: 0px
- **Accent Width**: 2px
- **Style**: none
- **Character**: borders are replaced by tonal seams and shadow relief; visible outlines appear only as faint internal rims on focus

## Components

### Composition

Compose pages as molded trays within a single field rather than boxed cards scattered on a blank canvas. High-level regions sit in broad raised shells; inside them, data, controls, and summaries sit in inset wells so the interface reads as a landscape of convex and concave forms.

### Hierarchy

Use depth before color: strongest actions are the most raised elements, secondary content sits flush, and editable areas recess inward. Accent color is reserved for chips, progress fills, active tab halos, and micro-indicators.

### Density

Moderate density with generous cushion around clusters. Content can be information-rich, but each cluster needs breathing room and rounded containment to preserve the soft-material illusion.

### Signature Patterns

- every major module uses dual outer shadows plus a subtle inner highlight to create a molded raised shell
- inputs, selects, search bars, and progress tracks sit inside concave inset wells built with inset box-shadows
- active tabs and badges use capsule shapes with tiny external glow halos instead of hard fills or underlines
- alerts and status chips include a small embedded circular light bead aligned to the left edge
- modal panels float inside a larger blurred soft-shadow aura with nested raised header and inset body regions

## shadcn/ui Usage

When the target app uses shadcn/ui, copy DESIGN.md with shadcn instead of the plain DESIGN.md. It contains the same Katagami design-language source plus the shadcn/ui primitives, imports, theme variables, component recipes, and preview-shot guidance.

DESIGN.md with shadcn: `/language/en-019d9bb7-a8b6-7653-8530-51a2d694923a/DESIGN.with-shadcn.md`.

The shadcn page also exposes optional machine-readable files for automation, but the human-facing handoff is DESIGN.md with shadcn.

Install recommended primitives with `npx shadcn@latest add button card input textarea select dialog sheet tabs badge separator checkbox switch slider tooltip dropdown-menu table`.

Use these primitives in shadcn apps:
- button
- card
- input
- textarea
- select
- dialog
- sheet
- tabs
- badge
- separator
- checkbox
- switch
- slider
- tooltip
- dropdown-menu
- table

Implementation rule for agents: import shadcn primitives from `@/components/ui/*`, apply the generated CSS variables first, then compose the language-specific recipes from the companion MD. Katagami remains the source of truth; shadcn names are the implementation surface.

## Do's and Don'ts

- Do Use tonal contrast and shadow direction consistently from top-left light source.
- Do Place related controls inside shared inset wells to reinforce continuity.
- Do Keep accent colors sparse and purposeful on active or status-bearing elements.
- Do Use large radii and generous padding to preserve the soft tactile identity.
- Do Ensure text contrast stays strong even when surfaces are low-contrast.
- Don't Do not introduce hard dark borders around standard containers.
- Don't Do not flood large panels with saturated accent fills.
- Don't Do not mix multiple light directions or inconsistent shadow depths.
- Don't Do not compress spacing so tightly that forms lose their cushioned feel.
- Don't Do not rely on color alone when depth can communicate state more elegantly.
shadcn/ui theme
```json
{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "neumorphic-soft",
  "type": "registry:theme",
  "title": "Neumorphic Soft shadcn Theme",
  "cssVars": {
    "theme": {},
    "light": {
      "background": "#e7edf5",
      "foreground": "#2b3550",
      "card": "#edf2f8",
      "card-foreground": "#2b3550",
      "popover": "#edf2f8",
      "popover-foreground": "#2b3550",
      "primary": "#7f8cff",
      "primary-foreground": "#ffffff",
      "secondary": "#a5afd6",
      "secondary-foreground": "#ffffff",
      "muted": "#7d89a6",
      "muted-foreground": "#2b3550",
      "accent": "#7de3c3",
      "accent-foreground": "#111111",
      "destructive": "#e47b8f",
      "border": "#d6deea",
      "input": "#d6deea",
      "ring": "#7de3c3",
      "chart-1": "#7f8cff",
      "chart-2": "#a5afd6",
      "chart-3": "#7de3c3",
      "chart-4": "#62c9a7",
      "chart-5": "#f0b86c",
      "sidebar": "#edf2f8",
      "sidebar-foreground": "#2b3550",
      "sidebar-primary": "#7f8cff",
      "sidebar-primary-foreground": "#ffffff",
      "sidebar-accent": "#77b7e8",
      "sidebar-accent-foreground": "#ffffff",
      "sidebar-border": "#d6deea",
      "sidebar-ring": "#7de3c3",
      "radius": "20px"
    },
    "dark": {
      "background": "#0f1115",
      "foreground": "#f8fafc",
      "card": "#181b22",
      "card-foreground": "#f8fafc",
      "popover": "#181b22",
      "popover-foreground": "#f8fafc",
      "primary": "#7f8cff",
      "primary-foreground": "#ffffff",
      "secondary": "#252a33",
      "secondary-foreground": "#f8fafc",
      "muted": "#252a33",
      "muted-foreground": "#a1a1aa",
      "accent": "#7de3c3",
      "accent-foreground": "#111111",
      "destructive": "#e47b8f",
      "border": "#303642",
      "input": "#303642",
      "ring": "#7de3c3",
      "chart-1": "#7f8cff",
      "chart-2": "#a5afd6",
      "chart-3": "#7de3c3",
      "chart-4": "#62c9a7",
      "chart-5": "#f0b86c",
      "sidebar": "#181b22",
      "sidebar-foreground": "#f8fafc",
      "sidebar-primary": "#7f8cff",
      "sidebar-primary-foreground": "#ffffff",
      "sidebar-accent": "#7de3c3",
      "sidebar-accent-foreground": "#111111",
      "sidebar-border": "#303642",
      "sidebar-ring": "#7de3c3",
      "radius": "20px"
    }
  },
  "meta": {
    "source": "katagami",
    "languageId": "en-019d9bb7-a8b6-7653-8530-51a2d694923a",
    "slug": "neumorphic-soft",
    "componentManifest": [
      "button",
      "card",
      "input",
      "textarea",
      "select",
      "dialog",
      "sheet",
      "tabs",
      "badge",
      "separator",
      "checkbox",
      "switch",
      "slider",
      "tooltip",
      "dropdown-menu",
      "table"
    ],
    "installCommand": "npx shadcn@latest add button card input textarea select dialog sheet tabs badge separator checkbox switch slider tooltip dropdown-menu table",
    "nativeTokenNames": {
      "colors": [
        "accent",
        "background",
        "border",
        "error",
        "info",
        "muted",
        "primary",
        "secondary",
        "success",
        "surface",
        "text",
        "warning"
      ],
      "typography": [
        "base_size",
        "body_font",
        "google_fonts_url",
        "heading_font",
        "letter_spacing",
        "line_height",
        "mono_font",
        "scale_ratio"
      ],
      "spacing": [
        "base_unit",
        "scale"
      ],
      "radii": [
        "full",
        "lg",
        "md",
        "none",
        "sm"
      ],
      "shadows": [
        "lg",
        "md",
        "sm"
      ],
      "surfaces": [
        "bg_pattern",
        "card_style",
        "treatment"
      ],
      "borders": [
        "accent_width",
        "character",
        "default_width",
        "style"
      ],
      "motion": [
        "duration",
        "easing",
        "philosophy"
      ],
      "responsive": [
        "breakpoints",
        "column_progression"
      ]
    }
  }
}
```
in the wild

embodiments

the full element showcase
embodiment · neumorphic-soft
DESIGN.md

at a glance

Palette

Typography

headline-lgRed Hat Display · 31px · 700

The quick brown fox jumps

headline-mdRed Hat Display · 25px · 600

The quick brown fox jumps

body-mdManrope · 16px · 400

The quick brown fox jumps

label-mdIBM Plex Mono · 12px · 600

The quick brown fox jumps

Components

New
Card title

Components rendered with this language’s tokens — colors, type, and rounded corners as specified.

Spacing

  • xs4px
  • sm8px
  • md12px
  • lg16px
  • xl24px
  • 2xl32px
  • 3xl48px
  • 4xl64px
  • base_unit8px

Shape

none0px
sm14px
md20px
lg28px
full999px
shadcn/ui

implementation kit

needs agent-authored kitcompatibility fallback
shadcn compatibility only
The generated theme variables are available, but the polished shadcn component recipes and shots have not been authored by the Katagami agent yet.
fallbackprimitives render
Compatibility proof
Local shadcn-style primitives accept the generated theme variables.
primaryaccentsurfacemutedwarningerror
table rhythm
buttonok
cardok
inputok
recommendedcompatibility fallback

DESIGN.md with shadcn

Copy this when the target app uses shadcn/ui. It packages the Katagami DESIGN.md context with the install list, theme variables, component recipes, preview-shot contract, and starter TSX in one Markdown companion.

advanced implementation filesoptional machine-readable theme, CSS, TSX starter, recipes, and preview contract
shadcn add
npx shadcn@latest add button card input textarea select dialog sheet tabs badge separator checkbox switch slider tooltip dropdown-menu table
theme css
:root {
  --background: #e7edf5;
  --foreground: #2b3550;
  --card: #edf2f8;
  --card-foreground: #2b3550;
  --popover: #edf2f8;
  --popover-foreground: #2b3550;
  --primary: #7f8cff;
  --primary-foreground: #ffffff;
  --secondary: #a5afd6;
  --secondary-foreground: #ffffff;
  --muted: #7d89a6;
  --muted-foreground: #2b3550;
  --accent: #7de3c3;
  --accent-foreground: #111111;
  --destructive: #e47b8f;
  --border: #d6deea;
  --input: #d6deea;
  --ring: #7de3c3;
  --chart-1: #7f8cff;
  --chart-2: #a5afd6;
  --chart-3: #7de3c3;
  --chart-4: #62c9a7;
  --chart-5: #f0b86c;
  --sidebar: #edf2f8;
  --sidebar-foreground: #2b3550;
  --sidebar-primary: #7f8cff;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #77b7e8;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #d6deea;
  --sidebar-ring: #7de3c3;
  --radius: 20px;
}

.dark {
  --background: #0f1115;
  --foreground: #f8fafc;
  --card: #181b22;
  --card-foreground: #f8fafc;
  --popover: #181b22;
  --popover-foreground: #f8fafc;
  --primary: #7f8cff;
  --primary-foreground: #ffffff;
  --secondary: #252a33;
  --secondary-foreground: #f8fafc;
  --muted: #252a33;
  --muted-foreground: #a1a1aa;
  --accent: #7de3c3;
  --accent-foreground: #111111;
  --destructive: #e47b8f;
  --border: #303642;
  --input: #303642;
  --ring: #7de3c3;
  --chart-1: #7f8cff;
  --chart-2: #a5afd6;
  --chart-3: #7de3c3;
  --chart-4: #62c9a7;
  --chart-5: #f0b86c;
  --sidebar: #181b22;
  --sidebar-foreground: #f8fafc;
  --sidebar-primary: #7f8cff;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #7de3c3;
  --sidebar-accent-foreground: #111111;
  --sidebar-border: #303642;
  --sidebar-ring: #7de3c3;
  --radius: 20px;
}
tsx starter
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
import {
  Card,
  CardContent,
  CardDescription,
  CardFooter,
  CardHeader,
  CardTitle,
} from "@/components/ui/card";
import { Input } from "@/components/ui/input";
import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";

export function NeumorphicSoftShadcnKit() {
  return (
    <section className="grid gap-4 rounded-[var(--radius)] border bg-background p-4 text-foreground">
      <div className="flex items-start justify-between gap-4">
        <div>
          <Badge variant="outline">shadcn/ui</Badge>
          <h2 className="mt-3 text-2xl font-semibold tracking-tight">Neumorphic Soft</h2>
          <p className="mt-1 max-w-xl text-sm text-muted-foreground">
            Use the Katagami registry theme, then compose these shadcn primitives
            with the language-specific component recipes.
          </p>
        </div>
        <Button>Apply theme</Button>
      </div>

      <Tabs defaultValue="components">
        <TabsList>
          <TabsTrigger value="components">Components</TabsTrigger>
          <TabsTrigger value="states">States</TabsTrigger>
          <TabsTrigger value="export">Export</TabsTrigger>
        </TabsList>
      </Tabs>

      <Card>
        <CardHeader>
          <CardTitle>Component recipe</CardTitle>
          <CardDescription>
            Replace this starter content with the agent-authored product scene
            from components.md and preview-shots.json.
          </CardDescription>
        </CardHeader>
        <CardContent className="grid gap-3 sm:grid-cols-[1fr_auto]">
          <Input defaultValue="Tokenized shadcn surface" aria-label="Recipe name" />
          <Button variant="secondary">Preview state</Button>
        </CardContent>
        <CardFooter className="justify-between">
          <Badge>Ready</Badge>
          <Button variant="outline">Copy recipe</Button>
        </CardFooter>
      </Card>
    </section>
  );
}
theme JSONcompatibility fallback
{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "neumorphic-soft",
  "type": "registry:theme",
  "title": "Neumorphic Soft shadcn Theme",
  "cssVars": {
    "theme": {},
    "light": {
      "background": "#e7edf5",
      "foreground": "#2b3550",
      "card": "#edf2f8",
      "card-foreground": "#2b3550",
      "popover": "#edf2f8",
      "popover-foreground": "#2b3550",
      "primary": "#7f8cff",
      "primary-foreground": "#ffffff",
      "secondary": "#a5afd6",
      "secondary-foreground": "#ffffff",
      "muted": "#7d89a6",
      "muted-foreground": "#2b3550",
      "accent": "#7de3c3",
      "accent-foreground": "#111111",
      "destructive": "#e47b8f",
      "border": "#d6deea",
      "input": "#d6deea",
      "ring": "#7de3c3",
      "chart-1": "#7f8cff",
      "chart-2": "#a5afd6",
      "chart-3": "#7de3c3",
      "chart-4": "#62c9a7",
      "chart-5": "#f0b86c",
      "sidebar": "#edf2f8",
      "sidebar-foreground": "#2b3550",
      "sidebar-primary": "#7f8cff",
      "sidebar-primary-foreground": "#ffffff",
      "sidebar-accent": "#77b7e8",
      "sidebar-accent-foreground": "#ffffff",
      "sidebar-border": "#d6deea",
      "sidebar-ring": "#7de3c3",
      "radius": "20px"
    },
    "dark": {
      "background": "#0f1115",
      "foreground": "#f8fafc",
      "card": "#181b22",
      "card-foreground": "#f8fafc",
      "popover": "#181b22",
      "popover-foreground": "#f8fafc",
      "primary": "#7f8cff",
      "primary-foreground": "#ffffff",
      "secondary": "#252a33",
      "secondary-foreground": "#f8fafc",
      "muted": "#252a33",
      "muted-foreground": "#a1a1aa",
      "accent": "#7de3c3",
      "accent-foreground": "#111111",
      "destructive": "#e47b8f",
      "border": "#303642",
      "input": "#303642",
      "ring": "#7de3c3",
      "chart-1": "#7f8cff",
      "chart-2": "#a5afd6",
      "chart-3": "#7de3c3",
      "chart-4": "#62c9a7",
      "chart-5": "#f0b86c",
      "sidebar": "#181b22",
      "sidebar-foreground": "#f8fafc",
      "sidebar-primary": "#7f8cff",
      "sidebar-primary-foreground": "#ffffff",
      "sidebar-accent": "#7de3c3",
      "sidebar-accent-foreground": "#111111",
      "sidebar-border": "#303642",
      "sidebar-ring": "#7de3c3",
      "radius": "20px"
    }
  },
  "meta": {
    "source": "katagami",
    "languageId": "en-019d9bb7-a8b6-7653-8530-51a2d694923a",
    "slug": "neumorphic-soft",
    "componentManifest": [
      "button",
      "card",
      "input",
      "textarea",
      "select",
      "dialog",
      "sheet",
      "tabs",
      "badge",
      "separator",
      "checkbox",
      "switch",
      "slider",
      "tooltip",
      "dropdown-menu",
      "table"
    ],
    "installCommand": "npx shadcn@latest add button card input textarea select dialog sheet tabs badge separator checkbox switch slider tooltip dropdown-menu table",
    "nativeTokenNames": {
      "colors": [
        "accent",
        "background",
        "border",
        "error",
        "info",
        "muted",
        "primary",
        "secondary",
        "success",
        "surface",
        "text",
        "warning"
      ],
      "typography": [
        "base_size",
        "body_font",
        "google_fonts_url",
        "heading_font",
        "letter_spacing",
        "line_height",
        "mono_font",
        "scale_ratio"
      ],
      "spacing": [
        "base_unit",
        "scale"
      ],
      "radii": [
        "full",
        "lg",
        "md",
        "none",
        "sm"
      ],
      "shadows": [
        "lg",
        "md",
        "sm"
      ],
      "surfaces": [
        "bg_pattern",
        "card_style",
        "treatment"
      ],
      "borders": [
        "accent_width",
        "character",
        "default_width",
        "style"
      ],
      "motion": [
        "duration",
        "easing",
        "philosophy"
      ],
      "responsive": [
        "breakpoints",
        "column_progression"
      ]
    }
  }
}
component recipescompatibility fallback
# Neumorphic Soft shadcn/ui Components

Artifact: `component-recipes-v1`
Author: `katagami-ui-projection`
Language ID: `en-019d9bb7-a8b6-7653-8530-51a2d694923a`
Slug: `neumorphic-soft`

## Intent

Neumorphic Soft turns interface chrome into gentle topography: controls feel pressed from a single continuous material, hierarchy emerges through depth shifts instead of hard separators, and interaction is conveyed by light direction, recess, and cushioned edges. It should feel calm, tactile, and low-friction without becoming toy-like.

## Required primitives

- button
- card
- input
- textarea
- select
- dialog
- sheet
- tabs
- badge
- separator
- checkbox
- switch
- slider
- tooltip
- dropdown-menu
- table

Install with `npx shadcn@latest add button card input textarea select dialog sheet tabs badge separator checkbox switch slider tooltip dropdown-menu table`.

## Token cues

Colors:

{
  "primary": "#7f8cff",
  "secondary": "#a5afd6",
  "accent": "#7de3c3",
  "background": "#e7edf5",
  "surface": "#edf2f8",
  "text": "#2b3550",
  "muted": "#7d89a6",
  "border": "#d6deea",
  "error": "#e47b8f",
  "success": "#62c9a7",
  "warning": "#f0b86c",
  "info": "#77b7e8"
}

Typography:

{
  "heading_font": "\"Red Hat Display\", sans-serif",
  "body_font": "\"Manrope\", sans-serif",
  "mono_font": "\"IBM Plex Mono\", monospace",
  "base_size": "16px",
  "scale_ratio": "1.2",
  "line_height": "1.55",
  "letter_spacing": "-0.01em",
  "google_fonts_url": "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Red+Hat+Display:wght@500;700;800&display=swap"
}

## Visual character to preserve

- all primary containers are sculpted from a single pale background using paired highlight and shadow layers instead of visible borders
- controls alternate between raised pillows and inset wells to signal clickable versus editable surfaces
- large rounded geometry dominates every region, with pill tabs, capsule buttons, and cards using 20px to 32px radii
- status accents appear as small luminous edge glows or embedded color chips rather than full saturated fills
- section groupings are defined by soft concave trays nested inside a broad padded canvas, creating a molded dashboard look

## ShadSync visual profile

{
  "family": "system",
  "material": "flat",
  "contour": "pebble",
  "border": "solid",
  "underlay": false,
  "grain": false,
  "stickerBadges": true,
  "motion": "still",
  "density": "balanced",
  "accents": [
    "primary",
    "accent",
    "secondary",
    "muted"
  ]
}

## Signature component recipes

### Button
Use `Button` for primary, secondary, outline, and ghost actions. Primary actions must expose the language's strongest contrast pair, while secondary and ghost actions should preserve the surface treatment instead of falling back to default neutral SaaS styling.

### Card
Use `Card`, `CardHeader`, `CardContent`, `CardFooter`, and `CardAction` as the main composition frame. Cards should demonstrate the language's surface, border, hierarchy, and density rules rather than appearing as generic rounded rectangles.

### Input and Textarea
Use `Input` and `Textarea` with visible focus rings, field labels, validation states, and the language's rhythm. Forms should show real product content, not placeholder-only controls.

### Select, Tabs, and Table
Use `Select`, `Tabs`, and `Table` to prove navigation, filtering, and dense data states. The table should show row rhythm, separators, hover/focus states, and an empty or status state when the language calls for it.

### Dialog and Sheet
Use `Dialog` for centered decisions and `Sheet` for contextual editing. Both should inherit the language's spacing, border, overlay, and motion rules.

## Preview shots

- `application-shell`: dashboard or workspace shell with navigation, cards, forms, and state badges.
- `detail-editor`: focused editing flow using input, textarea, select, switch/checkbox, dialog or sheet, and action buttons.
- `data-operations`: table-heavy operational view with tabs, dropdown menu affordances, badges, and destructive/empty states.
- Each preview shot must include a renderable `scene` payload with concrete headline, description, actions, and rows/fields/stats for the UI preview.

## Implementation contract

- Start from local `ui/src/components/ui` shadcn-style primitives; do not create a second component system.
- Apply `/katagami/shadcn/neumorphic-soft/registry-theme.json` variables, then use these recipes for composition and state design.
- Preserve Katagami token names as source metadata; shadcn semantic names are only the export surface.
- Do: Use tonal contrast and shadow direction consistently from top-left light source.; Place related controls inside shared inset wells to reinforce continuity.; Keep accent colors sparse and purposeful on active or status-bearing elements.; Use large radii and generous padding to preserve the soft tactile identity.; Ensure text contrast stays strong even when surfaces are low-contrast.
- Do not: Do not introduce hard dark borders around standard containers.; Do not flood large panels with saturated accent fills.; Do not mix multiple light directions or inconsistent shadow depths.; Do not compress spacing so tightly that forms lose their cushioned feel.; Do not rely on color alone when depth can communicate state more elegantly.

## Copy-paste component example

This generated starter proves the import shape. Production Katagami agents should replace it with a language-specific product composition.

```tsx
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
import {
  Card,
  CardContent,
  CardDescription,
  CardFooter,
  CardHeader,
  CardTitle,
} from "@/components/ui/card";
import { Input } from "@/components/ui/input";
import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";

export function NeumorphicSoftShadcnKit() {
  return (
    <section className="grid gap-4 rounded-[var(--radius)] border bg-background p-4 text-foreground">
      <div className="flex items-start justify-between gap-4">
        <div>
          <Badge variant="outline">shadcn/ui</Badge>
          <h2 className="mt-3 text-2xl font-semibold tracking-tight">Neumorphic Soft</h2>
          <p className="mt-1 max-w-xl text-sm text-muted-foreground">
            Use the Katagami registry theme, then compose these shadcn primitives
            with the language-specific component recipes.
          </p>
        </div>
        <Button>Apply theme</Button>
      </div>

      <Tabs defaultValue="components">
        <TabsList>
          <TabsTrigger value="components">Components</TabsTrigger>
          <TabsTrigger value="states">States</TabsTrigger>
          <TabsTrigger value="export">Export</TabsTrigger>
        </TabsList>
      </Tabs>

      <Card>
        <CardHeader>
          <CardTitle>Component recipe</CardTitle>
          <CardDescription>
            Replace this starter content with the agent-authored product scene
            from components.md and preview-shots.json.
          </CardDescription>
        </CardHeader>
        <CardContent className="grid gap-3 sm:grid-cols-[1fr_auto]">
          <Input defaultValue="Tokenized shadcn surface" aria-label="Recipe name" />
          <Button variant="secondary">Preview state</Button>
        </CardContent>
        <CardFooter className="justify-between">
          <Badge>Ready</Badge>
          <Button variant="outline">Copy recipe</Button>
        </CardFooter>
      </Card>
    </section>
  );
}
```

## Layout notes

{
  "grid": "Desktop uses a 12-column molded dashboard grid with a hero summary band spanning 8/4 columns, a content row of 7/5 columns, and lower utility bands. Tablet landscape reduces to 8 columns, tablet portrait to 4, and phone to a single stack while preserving nested trays.",
  "breakpoints": "At 1024px, the hero band collapses to 8-column proportions and side panels drop beneath primary content. At 768px, all split trays become stacked 4-column groups. At 480px and below, action clusters become full-width vertical pills, data tables scroll horizontally, and modal/dialog surfaces shrink to edge-padded sheets.",
  "whitespace": "Whitespace should feel padded and air-cushioned: 24-32px within trays on desktop, 20px on tablet, and 16px on phone. Avoid narrow gutters that would break the single-material illusion."
}
preview shotscompatibility fallback
{
  "artifact": "katagami:shadcn-preview-shots",
  "version": "preview-shots-v1",
  "generator": "katagami-ui-compatibility-projection",
  "generatedBy": "katagami-ui-projection",
  "requiresVisualProfile": true,
  "schema": "katagami:shadcn-preview-shots/renderable-v1",
  "renderable": true,
  "language": {
    "id": "en-019d9bb7-a8b6-7653-8530-51a2d694923a",
    "name": "Neumorphic Soft",
    "slug": "neumorphic-soft"
  },
  "installCommand": "npx shadcn@latest add button card input textarea select dialog sheet tabs badge separator checkbox switch slider tooltip dropdown-menu table",
  "primitives": [
    "button",
    "card",
    "input",
    "textarea",
    "select",
    "dialog",
    "sheet",
    "tabs",
    "badge",
    "separator",
    "checkbox",
    "switch",
    "slider",
    "tooltip",
    "dropdown-menu",
    "table"
  ],
  "identityNotes": [
    "all primary containers are sculpted from a single pale background using paired highlight and shadow layers instead of visible borders",
    "controls alternate between raised pillows and inset wells to signal clickable versus editable surfaces",
    "large rounded geometry dominates every region, with pill tabs, capsule buttons, and cards using 20px to 32px radii",
    "status accents appear as small luminous edge glows or embedded color chips rather than full saturated fills",
    "section groupings are defined by soft concave trays nested inside a broad padded canvas, creating a molded dashboard look"
  ],
  "visualProfile": {
    "family": "system",
    "material": "flat",
    "contour": "pebble",
    "border": "solid",
    "underlay": false,
    "grain": false,
    "stickerBadges": true,
    "motion": "still",
    "density": "balanced",
    "accents": [
      "primary",
      "accent",
      "secondary",
      "muted"
    ]
  },
  "shots": [
    {
      "id": "application-shell",
      "title": "Application shell",
      "viewport": "desktop",
      "primitives": [
        "button",
        "card",
        "input",
        "select",
        "tabs",
        "badge",
        "separator",
        "table"
      ],
      "composition": "A real product workspace with navigation, summary cards, filtering controls, and one dense content region.",
      "mustShow": [
        "primary and secondary actions",
        "card hierarchy",
        "filterable state",
        "table or list density"
      ],
      "avoid": [
        "component inventory walls",
        "placeholder-only content",
        "generic rounded SaaS chrome"
      ],
      "scene": {
        "eyebrow": "workspace spread",
        "headline": "Neumorphic Soft launch room",
        "description": "A product team workspace where navigation, filters, metrics, and dense rows carry the language's visible structure.",
        "primaryAction": "Apply theme",
        "secondaryAction": "Review states",
        "stats": [
          {
            "label": "components",
            "value": "16",
            "tone": "accent"
          },
          {
            "label": "states",
            "value": "ready"
          },
          {
            "label": "density",
            "value": "balanced",
            "tone": "warning"
          }
        ],
        "rows": [
          {
            "label": "Primary flow",
            "value": "mapped",
            "status": "active"
          },
          {
            "label": "Token coverage",
            "value": "semantic",
            "status": "synced"
          },
          {
            "label": "Responsive proof",
            "value": "queued",
            "status": "review"
          }
        ],
        "statuses": [
          "Active",
          "Synced",
          "Draft"
        ]
      }
    },
    {
      "id": "detail-editor",
      "title": "Detail editor",
      "viewport": "tablet",
      "primitives": [
        "button",
        "card",
        "input",
        "textarea",
        "select",
        "checkbox",
        "switch",
        "slider",
        "dialog",
        "sheet"
      ],
      "composition": "A focused editing flow with form fields, validation, confirmation, and a contextual side panel.",
      "mustShow": [
        "focus ring",
        "error or destructive state",
        "dialog or sheet treatment",
        "written guidance content"
      ],
      "avoid": [
        "unstyled browser controls",
        "floating cards inside cards",
        "missing labels"
      ],
      "scene": {
        "eyebrow": "editing flow",
        "headline": "Language recipe editor",
        "description": "A focused form proving labels, validation, toggles, panel rhythm, and action hierarchy.",
        "primaryAction": "Save recipe",
        "secondaryAction": "Open sheet",
        "fields": [
          {
            "label": "Component family",
            "value": "Narrative cards"
          },
          {
            "label": "State treatment",
            "value": "Visible focus + validation"
          },
          {
            "label": "Motion",
            "value": "Small lift, no opacity-only fade"
          }
        ],
        "statuses": [
          "Focus",
          "Invalid",
          "Confirmed"
        ]
      }
    },
    {
      "id": "data-operations",
      "title": "Data operations",
      "viewport": "mobile",
      "primitives": [
        "button",
        "tabs",
        "badge",
        "dropdown-menu",
        "table",
        "tooltip",
        "separator"
      ],
      "composition": "A compact operational view proving row rhythm, stacked actions, menu states, badges, and empty/destructive states.",
      "mustShow": [
        "responsive reflow",
        "dense row styling",
        "menu affordance",
        "status badge system"
      ],
      "avoid": [
        "desktop-only tables",
        "text overflow",
        "default shadcn spacing without Katagami character"
      ],
      "scene": {
        "eyebrow": "operations",
        "headline": "Compact review queue",
        "description": "A narrow viewport scene with rows, menus, tooltips, badges, and destructive affordances.",
        "primaryAction": "Resolve",
        "secondaryAction": "Filter",
        "rows": [
          {
            "label": "Button hierarchy",
            "value": "approved",
            "status": "ok"
          },
          {
            "label": "Table rhythm",
            "value": "needs pass",
            "status": "watch"
          },
          {
            "label": "Empty state",
            "value": "designed",
            "status": "done"
          }
        ],
        "statuses": [
          "Queued",
          "Blocked",
          "Done"
        ]
      }
    }
  ],
  "componentRecipes": [
    {
      "primitive": "button",
      "intent": "Prove action hierarchy, focus, disabled, and destructive states."
    },
    {
      "primitive": "card",
      "intent": "Carry the language surface, border, elevation, and density rules."
    },
    {
      "primitive": "input",
      "intent": "Show labels, focus rings, validation, and spacing rhythm."
    },
    {
      "primitive": "textarea",
      "intent": "Show longer guidance, validation copy, and writing density."
    },
    {
      "primitive": "select",
      "intent": "Show filtering, selection contrast, and menu trigger styling."
    },
    {
      "primitive": "dialog",
      "intent": "Show centered decision states and overlay treatment."
    },
    {
      "primitive": "sheet",
      "intent": "Show contextual side panels and responsive editing."
    },
    {
      "primitive": "tabs",
      "intent": "Show navigational structure and active/inactive contrast."
    },
    {
      "primitive": "badge",
      "intent": "Show compact status vocabulary and semantic colors."
    },
    {
      "primitive": "separator",
      "intent": "Show section rhythm without generic gray dividers."
    },
    {
      "primitive": "checkbox",
      "intent": "Show binary selection with visible focus and checked states."
    },
    {
      "primitive": "switch",
      "intent": "Show settings toggles and on/off contrast."
    },
    {
      "primitive": "slider",
      "intent": "Show numeric adjustment with track/thumb styling."
    },
    {
      "primitive": "tooltip",
      "intent": "Show concise explanation styling above compact controls."
    },
    {
      "primitive": "dropdown-menu",
      "intent": "Show action menus, destructive items, and grouped choices."
    },
    {
      "primitive": "table",
      "intent": "Show dense operational data, separators, row states, and responsive behavior."
    }
  ],
  "qualityRules": {
    "do": [
      "Use tonal contrast and shadow direction consistently from top-left light source.",
      "Place related controls inside shared inset wells to reinforce continuity.",
      "Keep accent colors sparse and purposeful on active or status-bearing elements.",
      "Use large radii and generous padding to preserve the soft tactile identity.",
      "Ensure text contrast stays strong even when surfaces are low-contrast."
    ],
    "dont": [
      "Do not introduce hard dark borders around standard containers.",
      "Do not flood large panels with saturated accent fills.",
      "Do not mix multiple light directions or inconsistent shadow depths.",
      "Do not compress spacing so tightly that forms lose their cushioned feel.",
      "Do not rely on color alone when depth can communicate state more elegantly."
    ]
  }
}
related

More like this