:root{
--shadow-soft:0 4px 24px rgba(17,17,17,0.06);
--shadow-card:0 8px 32px rgba(17,17,17,0.08);
--shadow-lift:0 20px 48px rgba(17,17,17,0.14);
--shadow-glow-blue:0 12px 40px rgba(222,42,114,0.35);
--shadow-glow-purple:0 12px 40px rgba(158,17,73,0.32);
--ease-standard:cubic-bezier(0.16,1,0.3,1); /* @kind other */
--ease-out:cubic-bezier(0.22,1,0.36,1); /* @kind other */
--duration-fast:200ms; /* @kind other */
--duration-base:300ms; /* @kind other */
--duration-slow:600ms; /* @kind other */
}
