/* CourtReady Command™ — elevation, focus, motion tokens */
:root {
  /* Elevation is border-driven, not shadow-driven. Shadows are rare and soft. */
  --shadow-pop: 0 8px 24px rgba(0, 0, 0, 0.45);      /* menus, dialogs only */
  --shadow-accent: 0 2px 12px rgba(10, 132, 255, 0.35); /* glowing primary CTAs (sparing) */

  /* Focus */
  --focus-ring: 0 0 0 3px var(--accent-blue-tint);

  /* Motion — quick, subtle; no bounces */
  --transition-fast: 120ms ease; /* @kind other */
  --transition-base: 200ms ease; /* @kind other */
}
