:root{
/* Radii — 6px base; pills for CTAs and chips (PIX pill) */
--radius-sm:4px;
--radius-md:6px;
--radius-lg:12px;
--radius-xl:20px;
--radius-pill:999px;
/* Shadows — soft navy-tinted, used sparingly on cards over light surfaces */
--shadow-sm:0 1px 2px rgba(26,36,59,.08);
--shadow-md:0 6px 20px rgba(26,36,59,.10);
--shadow-lg:0 18px 48px rgba(26,36,59,.16);
--shadow-gold:0 8px 24px rgba(244,138,0,.28);
/* Borders */
--border-width:1px;
--border-width-strong:2px;
/* Motion */
--ease-out:cubic-bezier(.2,.7,.2,1); /* @kind other */
--ease-in-out:cubic-bezier(.65,0,.35,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:200ms; /* @kind other */
--dur-slow:360ms; /* @kind other */
/* Backdrop */
--blur-glass:12px;
--glass-dark:rgba(11,50,91,.55);
}
