:root{
/* Elevation is glow + depth, never grey drop shadow — the world is lit from inside */
--shadow-none:none;
--shadow-sm:0 1px 2px rgba(4,3,14,.5);
--shadow-md:0 8px 24px -8px rgba(4,3,14,.65);
--shadow-lg:0 24px 60px -18px rgba(4,3,14,.75);
--shadow-inset-hair:inset 0 1px 0 rgba(255,255,255,.07);
--glow-ember:0 0 0 1px rgba(245,155,75,.35),0 8px 34px -8px rgba(245,155,75,.45);
--glow-ice:0 0 0 1px rgba(111,200,232,.35),0 8px 30px -10px rgba(111,200,232,.4);
--ring-focus:0 0 0 2px var(--surface-page),0 0 0 4px var(--focus-ring);
--blur-panel:blur(18px) saturate(130%); /* @kind other */
--blur-scrim:blur(6px); /* @kind other */
--overlay-tint:rgba(11,10,30,.55);
}
