/* MATHBHOOT Villa Globe — Theme & Atmosphere Stylesheet */

.globe-fog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    transparent 40%,
    rgba(3, 1, 8, 0.6) 75%,
    rgba(3, 1, 8, 0.95) 100%
  );
  z-index: 2;
}

.globe-grid-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  height: 750px;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(245, 158, 11, 0.15) 0%,
    rgba(168, 85, 247, 0.1) 50%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}
