/* FieldOps · shape, elevation, motion & layout tokens. */
:root {
  /* radius */
  --fo-r-sm: 8px;
  --fo-r-md: 12px;
  --fo-r-lg: 16px;
  --fo-r-xl: 22px;

  /* elevation */
  --fo-shadow-1: 0 1px 2px rgba(24, 27, 33, 0.05);
  --fo-shadow-2: 0 10px 30px -14px rgba(24, 27, 33, 0.22);
  --fo-shadow-3: 0 24px 60px -24px rgba(24, 27, 33, 0.32);

  /* motion */
  --fo-ease: cubic-bezier(0.25, 0.6, 0.25, 1); /* @kind other */
  --fo-spring: cubic-bezier(0.34, 1.26, 0.42, 1); /* @kind other */
  --fo-fast: 140ms; /* @kind other */
  --fo-base: 200ms; /* @kind other */
  --fo-slow: 340ms; /* @kind other */

  /* layout — thin rail, compact panel */
  --fo-side-w: 208px;
  --fo-rail-w: 54px;
  --fo-page-max: 1340px;
  --fo-page-wide: 1560px; /* table-dense surfaces (rosters) earn a wider measure */
}
