.verify-phone[data-v-c365b99a] {
  max-height: 40px;
  min-width: 128px;
}.patch-notes-page[data-v-2dd3b38e] {
  min-height: 100vh;
  padding: 48px 16px 64px;
  display: flex;
  justify-content: center;
}
.patch-notes-container[data-v-2dd3b38e] {
  width: 100%;
  max-width: 760px;
}
.patch-notes-header[data-v-2dd3b38e] {
  text-align: center;
  margin-bottom: 40px;
}
.patch-notes-header h1[data-v-2dd3b38e] {
  font-weight: 700;
  margin-bottom: 8px;
}
.patch-notes-logo[data-v-2dd3b38e] {
  height: 56px;
  margin-bottom: 16px;
}
.patch-notes-subtitle[data-v-2dd3b38e] {
  opacity: 0.7;
}
.patch-notes-state[data-v-2dd3b38e] {
  text-align: center;
  padding: 48px 0;
  opacity: 0.7;
}
.patch-notes-list[data-v-2dd3b38e] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.patch-note[data-v-2dd3b38e] {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.patch-note[data-v-2dd3b38e]:first-child {
  padding-top: 0;
}
.patch-note-meta[data-v-2dd3b38e] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.patch-note-date[data-v-2dd3b38e] {
  font-size: 0.85rem;
  opacity: 0.6;
}
.patch-note-version[data-v-2dd3b38e] {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(124, 77, 255, 0.18);
  color: #b39ddf;
}
.patch-note-title[data-v-2dd3b38e] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.patch-note-body[data-v-2dd3b38e] {
  line-height: 1.6;
}
.patch-note-body[data-v-2dd3b38e] p {
  margin-bottom: 12px;
}
.patch-note-body[data-v-2dd3b38e] ul,
.patch-note-body[data-v-2dd3b38e] ol {
  padding-left: 20px;
  margin-bottom: 12px;
}
.patch-note-body[data-v-2dd3b38e] img {
  max-width: 100%;
  border-radius: 8px;
}
.patch-notes-actions[data-v-2dd3b38e] {
  text-align: center;
  margin-top: 32px;
}
.patch-notes-load[data-v-2dd3b38e] {
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  background: #7c4dff;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.patch-notes-load[data-v-2dd3b38e]:disabled {
  opacity: 0.6;
  cursor: default;
}
.patch-notes-footer[data-v-2dd3b38e] {
  text-align: center;
  margin-top: 48px;
  font-size: 0.9rem;
}