/* Force light UI for native controls (helps with browser differences) */
:root {
  color-scheme: light;
}

/* Full height layout */
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

/* React root container */
.root {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}
