:root{
--shadow-sm:0 1px 2px oklch(0.21 0.006 85 / 0.06);
--shadow-md:0 1px 3px oklch(0.21 0.006 85 / 0.08),0 4px 12px oklch(0.21 0.006 85 / 0.06);
--shadow-lg:0 4px 8px oklch(0.21 0.006 85 / 0.08),0 12px 32px oklch(0.21 0.006 85 / 0.12);
--ring-focus:0 0 0 2px var(--surface-card),0 0 0 4px var(--teal-500);
--ease-out:cubic-bezier(0.2,0,0,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:180ms; /* @kind other */
}