/* Tapas — Elevation tokens
 * Web shadows follow the Tailwind v4 shadow scale (cards use shadow-sm,
 * controls use shadow-xs, popovers shadow-md, dialogs shadow-lg).
 * Mobile card shadow copied from mobile/src/smart-order/ui/card-styles.ts.
 */

:root {
  --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

  /* Mobile (Team-App) — softer, single-layer card lift */
  --shadow-mobile-card: 0 2px 8px rgb(0 0 0 / 0.06);
}
