/* Global reset + safe area for both apps */
:root {
  --color-bg: #07101f;
}
html, body, #root {
  height: 100%;
  margin: 0;
}
body {
  background: var(--color-bg);
  color: #eaf2ff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
