html body .method .architecture-scene,
html body .method .architecture-visual,
html body .method .architecture-visual.system-stage {
  contain: none !important;
  isolation: auto !important;
  overflow: visible !important;
}

html body .method .system-grid-plane {
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

html body .method .system-plane {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .095),
    0 6px 0 -4px #060a11,
    0 16px 32px rgba(0, 0, 0, .24),
    inset 0 1px 0 rgba(255, 255, 255, .065),
    inset 0 0 0 1px rgba(3, 8, 15, .38) !important;
}

@media (hover: hover) and (pointer: fine) {
  html.js body .method .system-plane.is-card-settled:hover {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, .15),
      0 8px 0 -5px #060a11,
      0 23px 42px rgba(0, 0, 0, .32),
      inset 0 1px 0 rgba(255, 255, 255, .105),
      inset 0 0 0 1px rgba(3, 8, 15, .38) !important;
  }
}
