/* Radii, borders, motion. Fades and 120–180ms transitions only — no bounce, no spring. */
:root{
--radius-chip:4px;--radius-control:5px;--radius-field:6px;--radius-panel:8px;--radius-pill:999px;--radius-icon:16px;
--border-hair:1px;--stroke-mark:4.4; /* @kind other */
--motion-fast:120ms; /* @kind other */
--motion-base:180ms; /* @kind other */
--motion-ease:cubic-bezier(.2,0,.2,1); /* @kind other */
--spin-duration:.9s; /* @kind other */
--pulse-duration:1.6s; /* @kind other */
--focus-ring:0 0 0 2px color-mix(in srgb,var(--accent) 35%,transparent);
}
@media (prefers-reduced-motion:reduce){:root{
--spin-duration:0s; /* @kind other */
--pulse-duration:0s; /* @kind other */
}}
