/* Keep Dirt Mode intentionally compact on desktop while preserving the mobile layout. */
@media (min-width: 900px) {
  [data-modal-backdrop] > div:has(canvas[width="400"][height="200"]) {
    width: min(800px, calc(100vw - 48px)) !important;
    max-width: 800px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    height: min(620px, calc(100vh - 120px)) !important;
    max-height: 620px !important;
    bottom: auto !important;
    top: 50% !important;
    margin: 0 !important;
    translate: 0 -50%;
  }
}
