/* Enterprise global foundation: tokens, reset, base, accessibility. */

/* Source: assets/css/app.css L1-L67 */
:root {
  color-scheme: light;
  --bg: #fff;
  --surface: #fff;
  --surface-2: #f7f7f7;
  --text: #050505;
  --muted: #737373;
  --line: #dedede;
  --line-strong: rgba(0,0,0,.24);
  --button-bg: #000;
  --button-text: #fff;
  --inverse: #fff;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --shadow: 0 18px 60px rgba(0,0,0,.10);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mobile-header: 58px;
  --bottom-nav: 66px;
  --desktop-header: 84px;
  --container: 1280px;
  --desktop-shop-cols: 4;
  --mobile-shop-cols: 2;
}
