﻿/* .moon-foot removed */

/* PARS PLANET THEME */
body.planet-pars #sky-area{
  filter:saturate(1.2) brightness(0.9);
}
body.planet-pars #sky-area.sky-sunny{
  background:linear-gradient(180deg,#9e3b3b 0%,#b54d4d 45%,#cc6a5f 100%) !important;
}
body.planet-pars #sky-area::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(120,22,22,0.22),rgba(90,10,10,0.2));
  pointer-events:none;
  z-index:1;
}
body.planet-pars #weather-overlay,
body.planet-pars .clicker-area{
  position:relative;
  z-index:2;
}
body.planet-pars .ground-area{
  background:linear-gradient(180deg,#5a2319 0%,#44150f 100%);
}
body.planet-pars .ground-top-edge{
  background:linear-gradient(180deg,#9d4532 0%,#7a2c20 100%);
  border-top-color:#bc6b4a;
}
body.planet-pars .ground-front-fence{
  background:repeating-linear-gradient(90deg,#7f2f24 0px,#7f2f24 16px,#612218 16px,#612218 18px);
  border-top-color:#a34836;
}
body.planet-pars .panel-right{
  border-color:#7a3a2f;
}
