.universe-planet .planet-shade{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 28% 25%,rgba(255,255,255,0.25),transparent 35%);
}
.universe-planet.earth{
  background:radial-gradient(circle at 30% 30%,#58b8ff 0%,#2f78b8 45%,#1f4f86 100%);
}
.universe-planet .planet-land{
  position:absolute;
  background:#43a047;
  border-radius:45% 55% 60% 40%;
  opacity:0.9;
}
.universe-planet .planet-land.l1{width:30px;height:18px;left:18px;top:25px;transform:rotate(-12deg);}
.universe-planet .planet-land.l2{width:24px;height:16px;left:50px;top:42px;transform:rotate(18deg);}
.universe-planet .planet-land.l3{width:20px;height:12px;left:34px;top:58px;transform:rotate(-9deg);}
.universe-planet .planet-cloud{
  position:absolute;
  background:rgba(255,255,255,0.7);
  border-radius:999px;
}
.universe-planet .planet-cloud.c1{width:28px;height:7px;left:12px;top:50px;}
.universe-planet .planet-cloud.c2{width:22px;height:6px;left:52px;top:20px;}
.universe-planet.pars{
  background:radial-gradient(circle at 30% 30%,#ff8a65 0%,#c64f3b 48%,#7f2b20 100%);
}
.universe-planet.venus{
  background:radial-gradient(circle at 30% 30%,#f0d08a 0%,#b07f38 48%,#6b4c22 100%);
}
.universe-belt-field{
  width:92px;
  height:92px;
  margin:0 auto 8px auto;
  border:0;
  border-radius:12px;
  background:transparent;
  position:relative;
  cursor:pointer;
}

