/* Base styles for production SPA */
:root {
  --bg: #f3f4f6;
}
html, body, #root { height: 100%; }
body { background: var(--bg); font-family: 'Inter', sans-serif; }
