html, body, #root {
  margin: 0;
  min-height: 100%;
}

body {
  background: linear-gradient(180deg, #020617 0%, #0f172a 44%, #111827 100%);
  color: #f8fafc;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
