/**
 * LiquidEther — React Bits background for Fargah (gold theme)
 */
.liquid-ether-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.liquid-ether-container canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* Fixed ambient layer inside Fargah viewer screen */
.fargah-viewer__screen > .fargah-liquid-ether {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
}

[data-theme="light"] .fargah-viewer__screen > .fargah-liquid-ether {
  opacity: 0.38;
}

/* Keep content above the fluid layer */
.fargah-viewer__screen > .fargah-liquid-ether ~ .fargah-ambient {
  z-index: 1;
}

.fargah-viewer__screen > main,
.fargah-viewer__screen > .fargah-header,
.fargah-viewer__screen .fargah-header {
  position: relative;
  z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
  .fargah-viewer__screen > .fargah-liquid-ether {
    opacity: 0.25;
  }
}

@media (max-width: 768px) {
  .fargah-viewer__screen > .fargah-liquid-ether {
    opacity: 0.45;
  }
}
