/* ============================================================
   WEAR AT WORK — Shadow, border, motion tokens
   Clean, low-diffusion shadows. Sharp industrial feel.
   ============================================================ */
:root {
  /* Elevation — cool navy-tinted shadows, subtle */
  --shadow-xs: 0 1px 2px rgba(15, 28, 46, 0.06);
  --shadow-sm: 0 2px 6px rgba(15, 28, 46, 0.08);
  --shadow-md: 0 6px 18px rgba(15, 28, 46, 0.10);
  --shadow-lg: 0 16px 40px rgba(15, 28, 46, 0.14);
  --shadow-focus: 0 0 0 3px rgba(43, 69, 103, 0.35);
  --shadow-accent-focus: 0 0 0 3px rgba(255, 211, 0, 0.45);

  /* Borders */
  --border-width: 1px; /* @kind other */
  --border-width-strong: 2px; /* @kind other */

  /* Motion — snappy, no bounce; industrial precision */
  --ease-standard: cubic-bezier(0.2, 0, 0.1, 1); /* @kind other */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --dur-fast: 120ms; /* @kind other */
  --dur-base: 180ms; /* @kind other */
  --dur-slow: 280ms; /* @kind other */
}
