:root{
/* Radii: structural bands 0; ordinary cards & controls 6-8; major overlays 10-12; pills for compact chips only */
--radius-band:0px;--radius-control:6px;--radius-card:8px;--radius-overlay:12px;--radius-pill:999px;
/* Shadows: subtle-flat — hairlines first, soft lift only where needed */
--shadow-card:0 1px 2px rgba(31,37,36,0.06);--shadow-raised:0 4px 14px rgba(31,37,36,0.10);--shadow-overlay:0 12px 36px rgba(31,37,36,0.18);
/* Motion: 150-220ms fades and height transitions only */
--motion-fast:150ms; /* @kind other */
--motion-base:200ms; /* @kind other */
--ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--focus-outline:2px solid var(--focus-ring);--focus-offset:2px;
}
@media (prefers-reduced-motion:reduce){:root{--motion-fast:0ms; /* @kind other */ --motion-base:0ms; /* @kind other */}}
