.llx-moments-page,
.llx-my-moments-page,
.llx-moments-compose-page,
.llx-moments-message-page,
.llx-moments-detail-page,
.llx-moments-pinned-page {
  background: #ededed;
  min-height: 100%;
}

.llx-moments-card-page {
  padding: 0;
  gap: 0;
  background: transparent;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.pyq-header {
  background: transparent;
  border-bottom: none;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  z-index: 4;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pyq-header .back-btn,
.pyq-header .card-header-title strong,
.pyq-add-btn {
  color: #ffffff;
  text-shadow: 0 1px 8px rgba(15, 23, 42, 0.35);
}

.pyq-header .card-header-title strong {
  display: none;
}

.pyq-header .card-header-title {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.llx-moments-topbar-right {
  width: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.llx-moments-topbar-spacer {
  width: 44px;
  height: 44px;
}

.pyq-back-btn,
.pyq-add-btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: none;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
  box-shadow: none;
  position: relative;
  top: 1px;
}

.pyq-back-btn {
  font-size: 32px;
  line-height: 1;
  margin-left: 0;
  transform: translateX(4px);
}

.pyq-add-btn {
  margin-left: auto;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  transform: translateX(-2px);
}

.pyq-camera-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
}

.pyq-camera-icon::before {
  content: "";
  position: absolute;
  right: 2px;
  top: -5px;
  width: 7px;
  height: 5px;
  border: 2px solid #ffffff;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
}

.pyq-camera-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.pyq-page-content {
  padding: 0;
  background: transparent;
  margin-top: 0;
}

.pyq-cover-card,
.pyq-feed-card,
.my-pyq-cover-card,
.my-pyq-feed-card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.pyq-cover-image,
.my-pyq-cover-image {
  position: relative;
  height: 320px;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #cbd5e1;
  background-image: var(--pyq-cover-bg, linear-gradient(180deg, #d9dde3 0%, #bcc6d3 100%));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pyq-cover-edit-hitarea {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.pyq-cover-overlay,
.my-pyq-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.3) 100%);
}

.pyq-cover-meta,
.my-pyq-cover-meta {
  position: absolute;
  right: 18px;
  bottom: -26px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.pyq-cover-meta strong,
.my-pyq-cover-meta strong {
  position: relative;
  bottom: 24px;
  max-width: 180px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(15, 23, 42, 0.35);
  text-align: right;
  line-height: 1.2;
}

.pyq-profile-avatar-link,
.llx-moments-profile-avatar-btn {
  position: relative;
  z-index: 4;
  display: inline-flex;
  text-decoration: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.pyq-cover-meta .upload-avatar,
.my-pyq-cover-meta .upload-avatar {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: none;
  background: #f8fafc;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.my-pyq-page {
  background: #ffffff;
}

.my-pyq-page-content {
  padding: 0;
  background: #ffffff;
  margin-top: 0;
}

.my-pyq-header {
  background: transparent;
  border-bottom: none;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  z-index: 4;
  padding-left: 0;
  padding-right: 0;
}

.my-pyq-header .card-header-title strong,
.my-pyq-header .card-header-title span {
  display: none;
}

.my-pyq-back-btn,
.my-pyq-add-btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 8px rgba(15, 23, 42, 0.35);
}

.my-pyq-back-btn {
  font-size: 32px;
  line-height: 1;
}

.my-pyq-add-btn {
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
}

.my-pyq-message-icon {
  width: 22px;
  height: 18px;
  border-radius: 3px;
  background: #ffffff;
  position: relative;
  display: block;
}

.my-pyq-message-icon::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 2px;
  width: 4px;
  height: 8px;
  border-radius: 0 3px 3px 0;
  background: #ffffff;
}

.my-pyq-message-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -5px;
  width: 9px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.my-pyq-avatar-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.my-pyq-cover-note-row {
  width: 86px;
  min-height: 22px;
}

.my-pyq-cover-note-input {
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  opacity: 1;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
}

.my-pyq-cover-note-input::placeholder {
  color: #9ca3af;
  text-shadow: none;
}

.my-pyq-cover-note-input[readonly] {
  color: #4b5563;
  -webkit-text-fill-color: #4b5563;
}

.pyq-feed-list,
.my-pyq-feed-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 36px 0 0;
  background: #ffffff;
}

.my-pyq-album-list {
  padding: 92px 0 0;
  background: #ffffff;
}

.my-pyq-pinned-section {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 8px;
  padding: 22px 16px 28px;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
  cursor: pointer;
}

.my-pyq-pinned-label {
  color: #111111;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}

.my-pyq-pinned-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  overflow: hidden;
}

.my-pyq-pinned-item {
  flex: 0 0 auto;
  width: 96px;
  min-width: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.my-pyq-pinned-empty-thumb {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  background: #f4f4f4;
  color: #8c8c8c;
  font-size: 42px;
  font-weight: 300;
}

.my-pyq-pinned-text {
  margin-top: 6px;
  color: #555555;
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-pyq-pinned-arrow {
  color: #b4b4b4;
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
}

.my-pyq-timeline-section {
  background: #ffffff;
}

.my-pyq-timeline-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  padding: 24px 16px 24px 0;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
}

.my-pyq-timeline-date {
  padding-left: 18px;
  color: #111111;
  min-height: 42px;
}

.my-pyq-timeline-date span {
  display: block;
  margin-bottom: 2px;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.my-pyq-timeline-date strong {
  display: block;
  color: #111111;
  font-size: 32px;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -1px;
}

.my-pyq-timeline-date .my-pyq-timeline-today {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0;
}

.my-pyq-timeline-body {
  min-width: 0;
}

.my-pyq-timeline-open-zone,
.llx-moments-post-open-zone {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.my-pyq-timeline-open-zone:active,
.llx-moments-post-open-zone:active,
.my-pyq-pinned-item:active {
  opacity: 0.72;
}

.my-pyq-timeline-text {
  margin-bottom: 10px;
  color: #222222;
  font-size: 18px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}

.my-pyq-timeline-text--muted {
  color: #666666;
}

.my-pyq-timeline-meta-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.my-pyq-timeline-time {
  color: #b0b0b0;
  font-size: 12px;
  line-height: 1.4;
}

.my-pyq-pin-btn {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: #576b95;
  font-size: 12px;
  line-height: 1.4;
  box-shadow: none;
  cursor: pointer;
}

.my-pyq-album-thumbs {
  display: grid;
  gap: 2px;
  width: fit-content;
  max-width: 100%;
  background: #ffffff;
}

.my-pyq-album-thumbs--1 {
  grid-template-columns: 148px;
}

.my-pyq-album-thumbs--2 {
  grid-template-columns: repeat(2, 80px);
}

.my-pyq-album-thumbs--3,
.my-pyq-album-thumbs--4 {
  grid-template-columns: repeat(2, 72px);
}

.my-pyq-album-thumbs--5,
.my-pyq-album-thumbs--6,
.my-pyq-album-thumbs--7,
.my-pyq-album-thumbs--8,
.my-pyq-album-thumbs--9 {
  grid-template-columns: repeat(3, 72px);
}

.my-pyq-album-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 0;
  background: #f4f4f4;
}

.my-pyq-album-thumbs--1 .my-pyq-album-thumb {
  width: 148px;
  height: 148px;
}

.my-pyq-album-thumb--empty {
  display: grid;
  place-items: center;
  color: #999999;
  font-size: 42px;
  font-weight: 300;
}

.pyq-post-card {
  padding: 16px;
  border-bottom: 1px solid #ececec;
  background: #ffffff;
}

.pyq-post-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pyq-post-avatar {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
  background: #f4f4f4;
}

.pyq-post-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.pyq-post-meta strong {
  margin-top: 8px;
  font-size: 15px;
  color: #576b95;
  font-weight: 700;
}

.pyq-post-content {
  margin: -10px 0 0 52px;
  font-size: 15px;
  line-height: 1.65;
  color: #111111;
  white-space: pre-wrap;
  word-break: break-word;
}

.llx-moments-post-subrow {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: #7c8798;
}

.pyq-post-gallery {
  margin: 8px 0 0 52px;
  display: grid;
  gap: 6px;
}

.pyq-post-gallery.is-1 {
  width: 132px;
  grid-template-columns: 132px;
}

.pyq-post-gallery.is-2,
.pyq-post-gallery.is-4 {
  width: calc(100% - 52px);
  max-width: 190px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pyq-post-gallery.is-3,
.pyq-post-gallery.is-6,
.pyq-post-gallery.is-9 {
  width: calc(100% - 52px);
  max-width: 315px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pyq-post-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  background: linear-gradient(180deg, #d9dde3 0%, #bcc6d3 100%);
}

.pyq-post-gallery.is-1 .pyq-post-image {
  width: 132px;
  height: 132px;
}

.pyq-post-footer {
  margin: 8px 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.llx-moments-post-footer-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.pyq-post-time {
  font-size: 12px;
  color: #999999;
  line-height: 1.4;
}

.pyq-post-action-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

.pyq-post-action-menu {
  position: absolute;
  z-index: 5;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 8px;
  background: #2f3338;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.pyq-post-action-wrap.open .pyq-post-action-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.pyq-post-menu-btn {
  min-width: 58px;
  height: 32px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.pyq-post-menu-btn + .pyq-post-menu-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.pyq-post-action-btn {
  position: relative;
  z-index: 6;
  min-width: 34px;
  height: 24px;
  border: none;
  border-radius: 6px;
  background: #f2f2f2;
  color: #666666;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.pyq-post-interact {
  margin: 8px 0 0 52px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f7f7f7;
}

.pyq-post-likes {
  font-size: 13px;
  line-height: 1.5;
  color: #576b95;
}

.pyq-post-comments {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pyq-post-comment {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
}

.pyq-post-comment-text {
  flex: 1;
  min-width: 0;
  word-break: break-word;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  font: inherit;
  line-height: inherit;
  color: inherit;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.pyq-post-comment strong {
  color: #576b95;
}

.pyq-comment-delete-btn {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 14px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  margin-top: 1px;
}

.llx-moments-visible-btn {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -2px;
  color: #576b95;
  padding: 0;
}

.llx-moments-visible-icon {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
}

.pyq-detail-header {
  position: sticky;
  top: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 48px;
  height: 48px;
  padding: 0;
  gap: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.pyq-detail-header .back-btn {
  position: static;
  top: auto;
  width: 44px;
  height: 48px;
  min-width: 44px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: none;
  text-shadow: none;
  transform: none;
}

.pyq-detail-header .card-header-title {
  min-width: 0;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pyq-detail-header .card-header-title strong {
  display: block;
  color: #111111;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: none;
}

.pyq-detail-header .card-header-title span {
  display: block;
  margin-top: 1px;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.15;
}

.pyq-detail-header .llx-moments-topbar-right {
  width: 44px;
  min-width: 44px;
}

.pyq-detail-page,
.my-pyq-pinned-page {
  background: #ededed;
}

.pyq-detail-content,
.my-pyq-pinned-content {
  padding: 0;
  margin-top: 0;
  background: #ededed;
}

.pyq-detail-content .pyq-post-card,
.my-pyq-pinned-content .pyq-post-card {
  margin-top: 0;
  padding: 16px 14px 14px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.pyq-detail-content .pyq-post-avatar,
.my-pyq-pinned-content .pyq-post-avatar {
  width: 46px;
  height: 46px;
  border-radius: 8px;
}

.pyq-detail-content .pyq-post-head,
.my-pyq-pinned-content .pyq-post-head {
  gap: 10px;
}

.pyq-detail-content .pyq-post-meta strong,
.my-pyq-pinned-content .pyq-post-meta strong {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.35;
}

.pyq-detail-content .llx-moments-post-open-zone,
.my-pyq-pinned-content .llx-moments-post-open-zone {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.pyq-detail-content .pyq-post-content,
.my-pyq-pinned-content .pyq-post-content {
  margin: 0 0 0 56px;
  font-size: 16px;
  line-height: 1.65;
}

.pyq-detail-content .llx-moments-post-subrow,
.my-pyq-pinned-content .llx-moments-post-subrow {
  margin-top: 8px;
}

.pyq-detail-content .pyq-post-gallery,
.my-pyq-pinned-content .pyq-post-gallery {
  margin: 10px 0 0 56px;
}

.pyq-detail-content .pyq-post-footer,
.my-pyq-pinned-content .pyq-post-footer {
  margin: 12px 0 0 56px;
}

.pyq-detail-content .pyq-post-interact,
.my-pyq-pinned-content .pyq-post-interact {
  margin: 10px 0 0 56px;
}

.my-pyq-pinned-content {
  padding-bottom: 24px;
}

.llx-moments-detail-empty {
  margin: 12px;
  padding: 42px 18px;
  border-radius: 12px;
  background: #ffffff;
  color: #8a8a8a;
  font-size: 15px;
  text-align: center;
}

.llx-moments-detail-page .modal-mask,
.llx-moments-pinned-page .modal-mask,
.llx-moments-page .modal-mask,
.llx-moments-compose-page .modal-mask {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 12px;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.llx-moments-detail-page .modal-mask.hidden,
.llx-moments-pinned-page .modal-mask.hidden,
.llx-moments-page .modal-mask.hidden,
.llx-moments-compose-page .modal-mask.hidden {
  display: none !important;
}

.llx-moments-detail-page .modal-card,
.llx-moments-pinned-page .modal-card,
.llx-moments-page .modal-card,
.llx-moments-compose-page .modal-card,
.pyq-cover-modal-card,
.pyq-comment-modal-card,
.pyq-compose-modal-card,
.pyq-compose-cloud-modal-card {
  width: min(100%, 420px);
  max-height: min(78vh, 620px);
  overflow: hidden;
  border: none;
  border-radius: 18px 18px 16px 16px;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18);
}

.llx-moments-detail-page .modal-head,
.llx-moments-pinned-page .modal-head,
.llx-moments-page .modal-head,
.llx-moments-compose-page .modal-head {
  min-height: 52px;
  padding: 16px 18px 12px;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
}

.llx-moments-detail-page .modal-head strong,
.llx-moments-pinned-page .modal-head strong,
.llx-moments-page .modal-head strong,
.llx-moments-compose-page .modal-head strong {
  font-size: 17px;
  font-weight: 600;
  color: #111111;
}

.llx-moments-detail-page .modal-close-btn,
.llx-moments-pinned-page .modal-close-btn,
.llx-moments-page .modal-close-btn,
.llx-moments-compose-page .modal-close-btn {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 999px;
  background: #f2f2f2;
  color: #6b7280;
  font-size: 18px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.llx-moments-detail-page .preview-section,
.llx-moments-pinned-page .preview-section,
.llx-moments-page .preview-section,
.llx-moments-compose-page .preview-section {
  padding: 14px 18px 18px;
  background: #ffffff;
  overflow-y: auto;
}

.llx-moments-detail-page .weixin-modal-stack,
.llx-moments-pinned-page .weixin-modal-stack,
.llx-moments-page .weixin-modal-stack,
.llx-moments-compose-page .weixin-modal-stack {
  gap: 14px;
}

.llx-moments-detail-page .form-label,
.llx-moments-pinned-page .form-label,
.llx-moments-page .form-label,
.llx-moments-compose-page .form-label {
  margin-bottom: 8px;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 500;
}

.llx-moments-detail-page .builder-input,
.llx-moments-pinned-page .builder-input,
.llx-moments-page .builder-input,
.llx-moments-compose-page .builder-input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #f7f7f7;
  color: #111111;
  font-size: 15px;
  outline: none;
  box-shadow: none;
}

.llx-moments-detail-page textarea.builder-input,
.llx-moments-pinned-page textarea.builder-input,
.llx-moments-page textarea.builder-input,
.llx-moments-compose-page textarea.builder-input {
  min-height: 116px;
  resize: vertical;
  line-height: 1.6;
}

.llx-moments-detail-page .builder-input:focus,
.llx-moments-pinned-page .builder-input:focus,
.llx-moments-page .builder-input:focus,
.llx-moments-compose-page .builder-input:focus {
  border-color: #07c160;
  background: #ffffff;
}

.llx-moments-detail-page .weixin-actions-row,
.llx-moments-pinned-page .weixin-actions-row,
.llx-moments-page .weixin-actions-row,
.llx-moments-compose-page .weixin-actions-row {
  gap: 10px;
  justify-content: flex-end;
}

.llx-moments-detail-page .builder-btn,
.llx-moments-pinned-page .builder-btn,
.llx-moments-page .builder-btn,
.llx-moments-compose-page .builder-btn {
  min-width: 82px;
  min-height: 38px;
  border: none;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}

.llx-moments-detail-page .builder-btn.soft-btn,
.llx-moments-pinned-page .builder-btn.soft-btn,
.llx-moments-page .builder-btn.soft-btn,
.llx-moments-compose-page .builder-btn.soft-btn {
  background: #f2f2f2;
  color: #111111;
}

.llx-moments-detail-page .builder-btn.primary-btn,
.llx-moments-pinned-page .builder-btn.primary-btn,
.llx-moments-page .builder-btn.primary-btn,
.llx-moments-compose-page .builder-btn.primary-btn {
  background: #07c160;
  color: #ffffff;
}

.pyq-cover-preview-box {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #dddddd;
  background: #fafafa;
  min-height: 180px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.pyq-cover-preview-box img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  display: block;
}

@media (max-width: 480px) {
  .pyq-header {
    top: 2px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pyq-cover-image,
  .my-pyq-cover-image {
    height: 286px;
    margin-top: 0;
  }

  .pyq-back-btn,
  .pyq-add-btn {
    width: 40px;
    height: 40px;
    top: 2px;
  }

  .pyq-back-btn {
    font-size: 30px;
    transform: translateX(2px);
  }

  .pyq-camera-icon {
    width: 20px;
    height: 13px;
  }

  .pyq-camera-icon::before {
    width: 6px;
    height: 4px;
  }

  .pyq-camera-icon::after {
    width: 5px;
    height: 5px;
  }

  .pyq-add-btn {
    transform: translateX(-4px);
  }

  .pyq-cover-meta,
  .my-pyq-cover-meta {
    right: 14px;
    bottom: -22px;
    gap: 10px;
  }

  .pyq-cover-meta strong,
  .my-pyq-cover-meta strong {
    bottom: 20px;
    font-size: 18px;
    max-width: 150px;
  }

  .pyq-cover-meta .upload-avatar,
  .my-pyq-cover-meta .upload-avatar {
    width: 64px;
    height: 64px;
  }

  .my-pyq-header {
    top: 2px;
  }

  .my-pyq-back-btn,
  .my-pyq-add-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .my-pyq-cover-note-row {
    width: 78px;
  }

  .my-pyq-cover-note-input {
    font-size: 11px;
  }

  .my-pyq-album-list {
    padding-top: 82px;
  }

  .my-pyq-pinned-section {
    grid-template-columns: 72px minmax(0, 1fr) 18px;
    padding: 20px 14px 24px;
  }

  .my-pyq-pinned-label {
    font-size: 24px;
  }

  .my-pyq-pinned-item {
    width: 82px;
  }

  .my-pyq-pinned-empty-thumb {
    width: 132px;
    height: 132px;
  }

  .my-pyq-timeline-item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px;
    padding: 22px 14px 22px 0;
  }

  .my-pyq-timeline-date {
    padding-left: 14px;
  }

  .my-pyq-timeline-date span {
    font-size: 14px;
  }

  .my-pyq-timeline-date strong {
    font-size: 30px;
  }

  .my-pyq-timeline-date .my-pyq-timeline-today {
    font-size: 26px;
  }

  .my-pyq-timeline-text {
    font-size: 16px;
  }

  .my-pyq-album-thumbs--1 {
    grid-template-columns: 132px;
  }

  .my-pyq-album-thumbs--2 {
    grid-template-columns: repeat(2, 72px);
  }

  .my-pyq-album-thumbs--3,
  .my-pyq-album-thumbs--4,
  .my-pyq-album-thumbs--5,
  .my-pyq-album-thumbs--6,
  .my-pyq-album-thumbs--7,
  .my-pyq-album-thumbs--8,
  .my-pyq-album-thumbs--9 {
    grid-template-columns: repeat(3, 60px);
  }

  .my-pyq-album-thumbs--1 .my-pyq-album-thumb {
    width: 132px;
    height: 132px;
  }

  .pyq-post-card {
    padding: 14px;
  }

  .pyq-feed-list,
  .my-pyq-feed-list {
    padding-top: 30px;
  }

  .my-pyq-album-list {
    padding-top: 82px;
  }

  .pyq-post-content,
  .pyq-post-gallery,
  .pyq-post-footer,
  .pyq-post-interact {
    margin-left: 48px;
  }

  .pyq-post-gallery.is-1 {
    width: 120px;
    grid-template-columns: 120px;
  }

  .pyq-post-gallery.is-2,
  .pyq-post-gallery.is-4 {
    width: calc(100% - 48px);
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pyq-post-gallery.is-3,
  .pyq-post-gallery.is-6,
  .pyq-post-gallery.is-9 {
    width: calc(100% - 48px);
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pyq-post-gallery.is-1 .pyq-post-image {
    width: 120px;
    height: 120px;
  }

  .pyq-post-action-menu {
    right: 36px;
  }

  .pyq-detail-header {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    min-height: 46px;
    height: 46px;
  }

  .pyq-detail-header .back-btn {
    width: 40px;
    height: 46px;
    min-width: 40px;
    font-size: 28px;
  }

  .pyq-detail-header .card-header-title {
    height: 46px;
  }

  .pyq-detail-header .llx-moments-topbar-right {
    width: 40px;
    min-width: 40px;
  }

  .pyq-detail-content .pyq-post-card,
  .my-pyq-pinned-content .pyq-post-card {
    margin-top: 0;
  }

  .llx-moments-page .modal-mask,
  .llx-moments-compose-page .modal-mask,
  .llx-moments-detail-page .modal-mask,
  .llx-moments-pinned-page .modal-mask {
    padding: 12px 10px;
  }

  .llx-moments-page .modal-card,
  .llx-moments-compose-page .modal-card,
  .llx-moments-detail-page .modal-card,
  .llx-moments-pinned-page .modal-card,
  .pyq-cover-modal-card,
  .pyq-comment-modal-card,
  .pyq-compose-modal-card,
  .pyq-compose-cloud-modal-card {
    width: 100%;
    max-height: 82vh;
  }

  .llx-moments-page .modal-head,
  .llx-moments-compose-page .modal-head,
  .llx-moments-detail-page .modal-head,
  .llx-moments-pinned-page .modal-head {
    padding: 14px 16px 10px;
  }

  .llx-moments-page .preview-section,
  .llx-moments-compose-page .preview-section,
  .llx-moments-detail-page .preview-section,
  .llx-moments-pinned-page .preview-section {
    padding: 12px 16px 16px;
  }

  .llx-moments-page .weixin-actions-row,
  .llx-moments-compose-page .weixin-actions-row,
  .llx-moments-detail-page .weixin-actions-row,
  .llx-moments-pinned-page .weixin-actions-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .llx-moments-page .builder-btn,
  .llx-moments-compose-page .builder-btn,
  .llx-moments-detail-page .builder-btn,
  .llx-moments-pinned-page .builder-btn {
    width: 100%;
    min-width: 0;
  }

  .pyq-cover-preview-box {
    min-height: 150px;
  }
}
