:root{
/* On absolute black, elevation is carried by surface value + hairline, not drop shadow. */
--shadow-none:none;
--shadow-card:0 1px 0 0 var(--border-subtle);
--shadow-raised:0 12px 32px -12px rgba(0,0,0,.9);
--shadow-modal:0 32px 80px -24px rgba(0,0,0,1);
/* the one signature glow — accent only, used sparingly */
--glow-accent:0 0 0 1px rgba(179,254,1,.35),0 0 32px -6px rgba(179,254,1,.45);
--glow-accent-soft:0 0 48px -12px rgba(179,254,1,.35);
--overlay-scrim:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 45%,rgba(0,0,0,.92) 100%); /* @kind other */
}
