/* Raphael & Raphael — radii, borders, elevation. Restrained: soft corners, quiet shadows. */
:root{
  --radius-none:0;
  --radius-sm:2px;
  --radius-md:4px;
  --radius-lg:8px;
  --radius-xl:12px;
  --radius-pill:999px;

  --border-width-hairline:1px; /* @kind other */
  --border-width-rule:2px; /* @kind other */
  --border-width-accent:3px; /* @kind other */

  --shadow-none:none;
  --shadow-xs:0 1px 2px rgba(15,15,50,0.06);
  --shadow-sm:0 1px 3px rgba(15,15,50,0.08),0 1px 2px rgba(15,15,50,0.04);
  --shadow-md:0 4px 12px rgba(15,15,50,0.08);
  --shadow-lg:0 12px 32px rgba(15,15,50,0.12);
  --shadow-focus:0 0 0 3px rgba(41,97,95,0.28);

  --overlay-scrim:rgba(15,15,50,0.55); /* @kind color */
  --blur-panel:blur(8px); /* @kind other */
}
