:root{
/* Shadows are near-absent in this brand: separation comes from rules and inversion.
   Keep these for floating UI only. */
--shadow-none:none;
--shadow-raised:0 1px 2px rgba(0,0,0,.06);
--shadow-overlay:0 24px 64px rgba(0,0,0,.24);
--glow-accent:0 0 0 1px var(--blue), 0 0 32px rgba(22,58,225,.35);

/* accent gradients — used on photography and edges, never as a full page background */
--gradient-accent-glow:radial-gradient(60% 60% at 50% 100%, rgba(22,58,225,.55) 0%, rgba(22,58,225,0) 70%); /* @kind color */
--gradient-fade-black:linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 60%); /* @kind color */
--gradient-blue-black:linear-gradient(180deg, #163ae1 0%, #000000 100%); /* @kind color */

/* motion */
--ease-standard:cubic-bezier(.2,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
--duration-slow:400ms; /* @kind other */
--transition-base:all var(--duration-base) var(--ease-standard);

/* blur */
--blur-overlay:blur(16px); /* @kind other */
--scrim:rgba(0,0,0,.6);
}
