| /* Legacy native fields still need renderer focus chrome. Canonical Input and | |
| Textarea own theirs through @maka/ui; bare fields delegate to their wrapper. */ | |
| :where(input, select, textarea):focus:not(:where([data-maka-field-chrome="none"], [data-slot="input"], [data-slot="textarea"])) { | |
| outline: none; | |
| border-color: oklch(from var(--focus-ring) l c h / 0.48); | |
| box-shadow: inset 0 0 0 var(--focus-ring-width) oklch(from var(--focus-ring) l c h / 0.22); | |
| } |