/* =========================================================
   base.css (GLOBAL + NEUTRAL)
   Used by: Admin, Tech, Items, ARAP, future modules
   ========================================================= */

* { box-sizing: border-box; }

html, body { height: 100%; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111827;
  background: #ffffff;
}

/* Utility */
.muted { color: #6b7280; }
