:root {
  --app-bg-gradient: #0061E7; /* Flutter mainColor — solid */
}

html {
  width: 100%;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #0061E7;
}

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

body {
  width: 100%;
  min-height: 100dvh;
  background: #0061E7;
  position: relative;
  isolation: isolate;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #0061E7;
  transform: translateZ(0);
}
