/* Minecraft Month -- Discord-style pixel theme on dark ground */

@import url("https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap");

body.page-minecraft-month {
  background: #0c0c12;
  color: #f5f5f5;
}

body.page-minecraft-month .landing-main.egg-minecraft-month-page {
  padding: clamp(1.25rem, 3vw, 2.5rem) 0 clamp(3rem, 8vw, 5rem);
}

.eg-minecraft-month__shell {
  display: grid;
  gap: clamp(1.15rem, 3vw, 1.85rem);
  max-width: 52rem;
}

.eg-minecraft-month__figure {
  margin: 0;
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.06),
    0 18px 40px rgba(0, 0, 0, 0.45);
}

.eg-minecraft-month__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.eg-minecraft-month__figure--hero {
  box-shadow:
    0 0 0 2px rgba(255, 140, 66, 0.35),
    0 22px 48px rgba(255, 72, 160, 0.18),
    0 18px 40px rgba(0, 0, 0, 0.5);
}

.eg-minecraft-month__context {
  display: grid;
  gap: 0.75rem;
  padding: clamp(0.95rem, 2.4vw, 1.25rem) clamp(1rem, 2.8vw, 1.35rem);
  border-radius: 0.75rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 118, 54, 0.14) 0%, rgba(168, 52, 255, 0.12) 100%),
    rgba(18, 18, 28, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.eg-minecraft-month__free {
  margin: 0;
  font-family: "Silkscreen", "IBM Plex Mono", monospace;
  font-size: clamp(0.92rem, 2.4vw, 1.08rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #ffe8a3;
  text-wrap: balance;
}

.eg-minecraft-month__note {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(0.84rem, 2vw, 0.94rem);
  line-height: 1.55;
  color: rgba(245, 245, 245, 0.82);
  text-wrap: pretty;
}

.eg-minecraft-month__note a {
  color: #ffb86b;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.eg-minecraft-month__note a:hover {
  color: #ffd89a;
}

@media (max-width: 640px) {
  .eg-minecraft-month__figure {
    border-radius: 0.65rem;
  }
}
