:root{
/* shadows: subtle, cool-toned, low-opacity — cinematic not skeuomorphic */
--shadow-sm:0 1px 2px rgba(0,0,0,0.4);
--shadow-md:0 8px 24px rgba(0,0,0,0.45);
--shadow-lg:0 24px 64px rgba(0,0,0,0.55);
--shadow-glow-accent:0 0 32px rgba(139,0,0,0.45);

--blur-glass:16px;
--overlay-scrim:rgba(2,2,3,0.72);

--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-standard:220ms; /* @kind other */
--duration-slow:420ms; /* @kind other */
}
