/* Desktop only – same mobile view in center, rest of screen black */
/* Loaded via media="(min-width: 431px)" */

html,
body {
  background: #000 !important;
  background-image: none !important;
}

body {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

/* Same dimensions as mobile (430×932) so view is identical; left/right stay black */
.mobile-frame {
  width: 430px !important;
  max-width: 430px !important;
  height: min(932px, 90vh) !important;
  max-height: min(932px, 90vh) !important;
  flex-shrink: 0;
}

/* Match mobile: video fills frame (cover), same as phone */
.bg-video {
  object-fit: cover;
}
