:root{
/* Violet-tinted, never neutral black */
--shadow-xs:0 1px 2px rgba(28,27,41,0.06);
--shadow-sm:0 2px 6px rgba(74,59,107,0.08);
--shadow-md:0 6px 20px rgba(74,59,107,0.10);
--shadow-lg:0 16px 40px rgba(74,59,107,0.14);
--shadow-brand:0 10px 30px rgba(74,59,107,0.28);
--shadow-accent:0 8px 24px rgba(47,209,197,0.26);
--shadow-inset:inset 0 1px 0 rgba(255,255,255,0.06);
--ring-focus:0 0 0 3px var(--focus-ring);
/* Signature background washes (brand board circle motif) */
--wash-thistle:radial-gradient(60% 80% at 15% 10%,rgba(74,59,107,0.55) 0%,rgba(74,59,107,0) 70%); /* @kind other */
--wash-cyan:radial-gradient(50% 70% at 90% 90%,rgba(47,209,197,0.35) 0%,rgba(47,209,197,0) 70%); /* @kind other */
--gradient-brand:linear-gradient(135deg,#241C36 0%,#4A3B6B 100%); /* @kind other */
--protect-scrim:linear-gradient(180deg,rgba(28,27,41,0) 0%,rgba(28,27,41,0.72) 100%); /* @kind other */
}
