/* Original farm artwork generated for Friends of Mind. */
.farm-card {
  min-height: 410px;
  border-color: rgba(70, 93, 53, .34);
  background-color: #a9d38b;
  background-image: url('/farm-landscape-v1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 54%;
  box-shadow: 0 18px 40px rgba(38, 70, 38, .24), inset 0 0 0 1px rgba(255, 255, 255, .4);
}
.farm-card::before {
  content: "";
  z-index: 0;
  inset: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(35, 73, 109, .08) 0, transparent 34%, rgba(25, 61, 32, .08) 70%, rgba(23, 46, 25, .25) 100%);
  opacity: 1;
  letter-spacing: 0;
  pointer-events: none;
}
.farm-card::after {
  content: "";
  z-index: 1;
  inset: 0;
  top: 0;
  background: radial-gradient(circle at 52% 38%, rgba(255, 249, 187, .2), transparent 32%);
  opacity: 1;
  pointer-events: none;
  filter: none;
}
.farm-card.farm-theme-mine { background-position: center 57%; }
.farm-card.farm-theme-sun { background-position: 18% 55%; }
.farm-card.farm-theme-moon { background-position: 54% 52%; }
.farm-card.farm-theme-cloud { background-position: 84% 55%; }
.farm-card.farm-theme-moon::after {
  background: linear-gradient(180deg, rgba(124, 125, 186, .12), transparent 56%), radial-gradient(circle at 75% 16%, rgba(255, 248, 208, .22), transparent 18%);
}
.farm-card.farm-theme-cloud::after {
  background: linear-gradient(155deg, rgba(255, 255, 255, .2), transparent 45%), radial-gradient(circle at 25% 20%, rgba(221, 246, 255, .24), transparent 25%);
}
.farm-tree,
.farm-plot { display: none; }
.farm-card-head { top: 14px; left: 14px; right: 14px; }
.farm-owner,
.farm-visit {
  border: 1px solid rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(8px);
}
.farm-flags { top: 91px; gap: 8px; }
.farm-flag {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(7px);
  box-shadow: 0 8px 18px rgba(39, 65, 37, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.farm-flag:hover { transform: translateY(-3px); box-shadow: 0 12px 22px rgba(39, 65, 37, .24); }
.farm-creature {
  z-index: 7;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .38);
  font-size: 2.25rem;
  filter: drop-shadow(0 7px 5px rgba(0, 0, 0, .2));
}
.farm-sign {
  bottom: 76px;
  border-color: #75451f;
  background: linear-gradient(#f8d99d, #e8b96e);
  box-shadow: 0 7px 14px rgba(55, 34, 15, .22);
}
.farm-fence { height: 70px; opacity: .92; filter: drop-shadow(0 -3px 4px rgba(48, 34, 18, .12)); }
.farm-health {
  border: 1px solid rgba(255, 255, 255, .66);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(8px);
}
@media (max-width: 680px) {
  .farm-card { min-height: 390px; background-size: auto 100%; background-position: center; }
  .farm-card.farm-theme-sun { background-position: 22% center; }
  .farm-card.farm-theme-cloud { background-position: 78% center; }
  .farm-flags { top: 88px; }
}
