html.sakura-performance-mode.sakura-console-route,
html.sakura-performance-mode.sakura-console-route body,
html.sakura-performance-mode.sakura-console-route #root,
html.sakura-performance-mode.sakura-console-route .app-layout,
html.sakura-performance-mode.sakura-console-route .app-shell,
html.sakura-performance-mode.sakura-console-route .app-content-shell,
html.sakura-performance-mode.sakura-console-route .semi-layout,
html.sakura-performance-mode.sakura-console-route .semi-layout-content {
  background-color: var(--sakura-minimal-bg, #eef7f1) !important;
  background-image: none !important;
}

html.sakura-performance-mode.sakura-console-route body::before,
html.sakura-performance-mode.sakura-console-route body::after,
html.sakura-performance-mode.sakura-console-route #root::before,
html.sakura-performance-mode.sakura-console-route #root::after,
html.sakura-performance-mode.sakura-console-route .app-layout::before,
html.sakura-performance-mode.sakura-console-route .app-layout::after,
html.sakura-performance-mode.sakura-console-route .semi-layout::before,
html.sakura-performance-mode.sakura-console-route .semi-layout::after,
html.sakura-performance-mode.sakura-console-route .semi-layout-content::before,
html.sakura-performance-mode.sakura-console-route .semi-layout-content::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  animation: none !important;
  transition: none !important;
}

html.sakura-performance-mode.sakura-console-route .blur-ball,
html.sakura-performance-mode.sakura-console-route .with-pastel-balls::before {
  display: none !important;
}
