/* Probe Security — Radius, Shadows, Motion
   Radii are restrained (luxury reads sharp/precise); shadows are soft and cool. */
:root {
  /* ---- Radius ---- */
  --radius-none: 0;
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 18px;
  --radius-pill: 999px;
  --radius-circle: 50%;

  /* ---- Shadows (cool, low-spread) ---- */
  --shadow-xs: 0 1px 2px rgba(16, 19, 22, 0.06);
  --shadow-sm: 0 1px 3px rgba(16, 19, 22, 0.08), 0 1px 2px rgba(16, 19, 22, 0.04);
  --shadow-md: 0 4px 14px rgba(16, 19, 22, 0.08), 0 2px 5px rgba(16, 19, 22, 0.05);
  --shadow-lg: 0 14px 40px rgba(16, 19, 22, 0.12), 0 4px 12px rgba(16, 19, 22, 0.06);
  --shadow-xl: 0 30px 70px rgba(16, 19, 22, 0.18), 0 8px 22px rgba(16, 19, 22, 0.08);
  --shadow-brass: 0 8px 26px rgba(181, 138, 66, 0.28);
  --shadow-inset-hairline: inset 0 0 0 1px var(--hairline);

  /* ---- Motion ---- */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1); /* @kind other */
  --dur-fast: 140ms; /* @kind other */
  --dur-base: 220ms; /* @kind other */
  --dur-slow: 420ms; /* @kind other */
  --dur-slower: 700ms; /* @kind other */
}
