/*
 * style.css — the store's own stylesheet (form overrides).
 *
 * The component look comes from the engine's glow theme (loaded via
 * <lux-loader theme="glow">). Store-specific bits live here; rules here win
 * because the theme is injected before this file.
 */

/* WebGL warp-shader backdrop (see shader.js) sits behind everything. */
#bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  pointer-events: none;
}
