/* PWA / Add to Home Screen (iOS, Android) */
html.forour-standalone,
html.forour-standalone body {
  min-height: 100dvh;
  min-height: -webkit-fill-available;
}

/* Safe areas applied in mobile-patch.css — avoid double padding on body */
html.forour-standalone body {
  padding: 0;
  margin: 0;
}

html.forour-standalone #matrixchat,
html.forour-standalone .mx_MatrixChat {
  min-height: 100dvh !important;
  min-height: -webkit-fill-available !important;
}

/* Hide Safari minimal-ui chrome artifacts in standalone */
@supports (-webkit-touch-callout: none) {
  html.forour-standalone {
    -webkit-touch-callout: none;
  }
}