:root{
/* Radii — deliberately small; Pixelminds is technical, not pill-shaped */
--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;
/* Borders */
--border-w:1px;/* @kind other */
/* Shadows & glows */
--shadow-card:0 1px 2px rgba(0,0,0,.4);
--shadow-lift:0 18px 40px -18px rgba(0,0,0,.75);
--glow-purple:0 0 0 1px rgba(123,61,255,.55),0 18px 44px -20px rgba(123,61,255,.55);
--glow-purple-soft:0 12px 40px -18px rgba(123,61,255,.45);
--shadow-light-card:0 1px 2px rgba(17,19,24,.05);
--shadow-light-lift:0 16px 34px -20px rgba(17,19,24,.22);
/* Motion */
--ease:cubic-bezier(.22,.61,.36,1); /* @kind other */--dur:280ms; /* @kind other */--dur-slow:340ms; /* @kind other */
--lift:-5px; /* @kind other */
--lift-sm:-2px; /* @kind other */
}
