.cabin-order-rewrite,
.opening-setup.opening-setup--full-canvas {
  background:
    radial-gradient(78% 56% at 50% 41%, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .021) 46%, transparent 76%),
    radial-gradient(ellipse at 50% 44%, transparent 38%, rgba(0, 0, 0, .55) 100%),
    linear-gradient(145deg, #000000 0%, #002BE0 32%, #000000 100%) !important;
}

.cabin-order-rewrite::before,
.opening-setup.opening-setup--full-canvas::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E") !important;
  background-size: 48px 48px !important;
  background-repeat: repeat !important;
  mix-blend-mode: soft-light;
  opacity: .04;
}

/* Setup uses the exact same atmosphere as Drink Order. The existing full-screen setup scrim
   would tint that calibrated gradient a second time, so only the floating controls add glass. */
.opening-setup.opening-setup--full-canvas .opening-setup-canvas-scrim {
  background: transparent !important;
}
