:root{
--shadow-sm:0 2px 8px rgba(0,0,0,0.35);
--shadow-md:0 8px 24px rgba(0,0,0,0.45);
--shadow-lg:0 16px 48px rgba(0,0,0,0.55);
--shadow-card:0 4px 20px rgba(0,0,0,0.4),0 1px 0 rgba(255,255,255,0.03) inset;
--glow-cyan:0 0 24px rgba(6,182,212,0.45);
--glow-blue:0 0 24px rgba(29,78,216,0.4);
--glow-green:0 0 24px rgba(16,185,129,0.4);
--ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,0.2,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-base:220ms; /* @kind other */
--duration-slow:400ms; /* @kind other */
}
