/* Vansh Diagnostics — Radius, shadow, motion
   Soft, clinical, rounded — matches the calm interior fit-out. */
:root{
  --radius-xs:6px; --radius-sm:10px; --radius-md:14px;
  --radius-lg:20px; --radius-xl:28px; --radius-pill:999px;

  /* shadows: cool, low-contrast, tinted toward brand blue */
  --shadow-xs:0 1px 2px rgba(31,35,48,.06);
  --shadow-sm:0 2px 6px rgba(31,35,48,.07);
  --shadow-md:0 8px 24px rgba(0,104,143,.10);
  --shadow-lg:0 18px 48px rgba(0,104,143,.14);
  --shadow-focus:0 0 0 4px var(--focus-ring);

  /* the signature soft brand field (letterhead background wash) */
  --wash-brand:radial-gradient(120% 90% at 8% 4%, #fff 0%, rgba(255,255,255,.9) 20%, rgba(0,162,221,.12) 52%, rgba(58,49,132,.14) 100%); /* @kind other */

  --ease-standard:cubic-bezier(.2,.7,.3,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1);      /* @kind other */
  --dur-fast:120ms; /* @kind other */
  --dur:200ms;      /* @kind other */
  --dur-slow:340ms; /* @kind other */
}
