/* Web-only shell: the desktop navigation remains in the original app bundle. */
.desktop-titlebar,
.sidebar,
.topbar {
  display: none !important;
}

.app-shell {
  display: block !important;
  min-height: 100% !important;
}

html,
body,
#root {
  min-height: 100% !important;
}

.workspace {
  min-width: 0 !important;
  padding: 28px clamp(18px, 3vw, 42px) 48px !important;
}

.ava-map-modal-backdrop {
  inset: 0 !important;
}

@media (max-width: 640px) {
  .workspace {
    padding: 18px 14px 32px !important;
  }
}
