.no-select {
  user-select: none;
}
.bg-background-blur {
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* Ensure page background matches Vuetify theme for status bar blending */
html,
body {
  height: 100%;
  background: rgb(var(--v-theme-background));
}
