:root{
--shadow-sm:0 1px 2px rgba(10,20,50,0.06);
--shadow-md:0 4px 16px rgba(10,20,60,0.08);
--shadow-lg:0 12px 32px rgba(10,20,60,0.12);
--shadow-card:0 2px 10px rgba(10,40,112,0.06),0 1px 2px rgba(10,40,112,0.04);
--shadow-focus:0 0 0 3px var(--focus-ring);
--ease-standard:cubic-bezier(.2,.8,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
--duration-slow:320ms; /* @kind other */
}
