:root{
--radius-control:10px; /* small controls, inputs */
--radius-card:20px; /* cards */
--radius-block:28px; /* large color blocks */
--radius-pill:999px; /* pill buttons */
--shadow-float:0 12px 32px rgba(36,48,71,.14); /* modal / mobile menu ONLY */
--shadow-hover:0 6px 16px rgba(36,48,71,.08); /* subtle card lift */
/* Motion */
--motion-fast:160ms /* @kind other */;--motion-standard:260ms /* @kind other */;--motion-slow:480ms /* @kind other */;
--ease-brand:cubic-bezier(.2,.7,.2,1) /* @kind other */;
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
