body[data-shell="auth"] .loading-view,
body[data-shell="auth"] .main-view,
body[data-shell="auth"] .dev-main-view {
  display: none !important;
}

body[data-shell="auth"] .app-shell {
  display: block;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
  background: transparent;
}

body[data-shell="auth"] .auth-view {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  justify-self: stretch;
}

body[data-shell="auth"] .auth-view.hidden {
  display: none !important;
}
