body.public-patchnotes-page .page-content {
  min-height: calc(100vh - 98px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 0 56px;
}

.public-patchnotes-shell {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
}

.public-patchnotes-shell::before,
.public-patchnotes-shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.public-patchnotes-shell::before {
  top: -28px;
  left: -42px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(233, 88, 74, 0.2), transparent 70%);
}

.public-patchnotes-shell::after {
  right: -54px;
  bottom: -42px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(88, 141, 246, 0.16), transparent 72%);
}

.public-patchnotes-card {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  border: 1px solid rgba(193, 212, 245, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 249, 255, 0.94)),
    linear-gradient(135deg, rgba(235, 63, 52, 0.07), rgba(64, 111, 211, 0.06));
  padding: 30px;
  box-shadow:
    0 28px 70px rgba(10, 31, 72, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.public-patchnotes-head {
  position: relative;
  margin-bottom: 22px;
  padding: 22px 24px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 210, 166, 0.45), transparent 28%),
    linear-gradient(135deg, #0f356b, #194b90 58%, #245cb0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.public-patchnotes-chip {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(222, 233, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  color: #eef4ff;
  font-family: var(--font-nav);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.public-patchnotes-head h1,
.public-patchnotes-head h2,
.public-patchnotes-head p {
  position: relative;
  z-index: 1;
}

.public-patchnotes-head h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-nav);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.public-patchnotes-head h2 {
  margin: 10px 0 0;
  color: #d9e8ff;
  font-family: var(--font-nav);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
}

.public-patchnotes-head p {
  max-width: 60ch;
  margin: 10px 0 0;
  color: rgba(236, 243, 255, 0.9);
  line-height: 1.6;
}

.public-patchnotes-list {
  display: grid;
  gap: 20px;
}

.public-patchnote-entry {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 1.2rem 1.2rem 1.35rem;
  border-radius: 28px;
  border: 1px solid rgba(31, 66, 122, 0.1);
  background:
    radial-gradient(260px 140px at top right, rgba(71, 116, 198, 0.08), transparent 56%),
    radial-gradient(220px 120px at bottom left, rgba(216, 89, 73, 0.06), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 251, 255, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 34px rgba(33, 58, 96, 0.08);
}

.public-patchnote-entry::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d85c49, #356bb8);
}

.public-patchnote-version {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 0.55rem;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 93, 74, 0.16);
  background: linear-gradient(180deg, rgba(255, 247, 244, 0.98), rgba(255, 239, 233, 0.98));
  color: #b3473b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(201, 90, 72, 0.08);
}

.public-patchnote-head h3 {
  margin: 0;
  color: #111111;
  font-family: var(--font-nav);
  font-size: clamp(1.28rem, 2vw, 1.58rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.public-patchnote-date {
  margin: 0.5rem 0 0;
  color: #4a4a4a;
  font-size: 0.86rem;
  font-weight: 700;
}

.public-patchnote-summary {
  margin: 1rem 0 0;
  color: #171717;
  font-size: 1rem;
  line-height: 1.75;
}

.public-patchnote-items {
  display: grid;
  gap: 0.82rem;
  margin: 1.05rem 0 0;
  padding-left: 1.35rem;
  color: #111111;
}

.public-patchnote-items li {
  color: #111111;
  line-height: 1.72;
  padding-left: 0.1rem;
}

.public-patchnote-items li::marker {
  color: #111111;
}

@media (max-width: 760px) {
  body.public-patchnotes-page .page-content {
    display: block;
    padding: 24px 0 42px;
  }

  .public-patchnotes-card {
    padding: 18px;
    border-radius: 24px;
  }

  .public-patchnotes-head {
    padding: 18px;
  }

  .public-patchnote-entry {
    padding: 1rem 1rem 1rem 1.05rem;
    border-radius: 24px;
  }
}
