:root{
/* Shadows are navy-tinted, low, and wide — never neutral grey or heavy. */
--shadow-none:none;
--shadow-xs:0 1px 2px rgba(0,38,79,.06);
--shadow-sm:0 2px 6px rgba(0,38,79,.07);
--shadow-md:0 6px 20px rgba(0,38,79,.09);
--shadow-lg:0 18px 44px rgba(0,38,79,.13);
--shadow-inset-hairline:inset 0 -1px 0 rgba(0,38,79,.08);
--ring-focus:0 0 0 3px rgba(61,124,139,.35);
--overlay-scrim:linear-gradient(180deg,rgba(0,27,56,0) 0%,rgba(0,27,56,.72) 100%); /* @kind other */
--overlay-scrim-left:linear-gradient(90deg,rgba(0,27,56,.82) 0%,rgba(0,27,56,.35) 55%,rgba(0,27,56,0) 100%); /* @kind other */
}
