
.changelog-prose p {
  margin-bottom: 0.5rem;
}
.changelog-prose p:last-child {
  margin-bottom: 0;
}
.changelog-prose strong {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.changelog-prose a {
  color: #6ee7b7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.changelog-prose a:hover {
  color: #34d399;
}
.changelog-prose ul,
.changelog-prose ol {
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.changelog-prose ul {
  list-style-type: disc;
}
.changelog-prose ol {
  list-style-type: decimal;
}
.changelog-prose li {
  margin-bottom: 0.125rem;
}
.changelog-prose h1,
.changelog-prose h2,
.changelog-prose h3 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.changelog-prose code {
  font-size: 0.8125rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}

.font-display[data-v-5f3664d4] {
  font-family: 'Cinzel', serif;
}
.cta-primary[data-v-5f3664d4] {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 32px;
  background: linear-gradient(180deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
  color: #07090d;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 0 20px -4px rgba(52, 211, 153, 0.3);
}
.cta-primary[data-v-5f3664d4]:hover {
  box-shadow: 0 0 30px -4px rgba(52, 211, 153, 0.5);
  transform: translateY(-1px);
}
.cta-primary[data-v-5f3664d4]:active {
  transform: translateY(0) scale(0.98);
}
.cta-shimmer[data-v-5f3664d4] {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.25) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.cta-primary:hover .cta-shimmer[data-v-5f3664d4] {
  transform: translateX(100%);
}
