/* iOS Status Bar Fix for PWA */
body {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #000000 !important;
}

/* Force dark background */
html, body {
  background: #000000 !important;
}

/* Flutter canvas wrapper */
#root, flt-glass-pane {
  background-color: #000000 !important;
}
