/* UI-only lock: when <html> has .vd-locked, hide app UI */
html.vd-locked #dashboard-section,
html.vd-locked #gvolt-tab,
html.vd-locked #bridge-tab,
html.vd-locked #tabbar,
html.vd-locked nav.tabbar,
html.vd-locked .grid-wrapper:not(#paywall-wrapper) {
  display: none !important;
  visibility: hidden !important;
}
/* ensure paywall wrapper shows */
html.vd-locked #paywall-wrapper {
  display: block !important;
  visibility: visible !important;
}
/* Hide the bottom node input+button while locked */
