.fengxinlou-chat__history-tip {
  margin: 2px 0 12px;
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(23, 24, 26, 0.42);
}

.fengxinlou-message-bubble--image,
.fengxinlou-message-bubble--transfer,
.fengxinlou-message-bubble--summary,
.fengxinlou-message-bubble--voice,
.fengxinlou-message-bubble--mingyueji-invite {
  padding: 0;
  overflow: hidden;
}

.fengxinlou-message-bubble--image,
.fengxinlou-message-bubble--emoji-image {
  overflow: visible;
}

.fengxinlou-message-bubble__media {
  display: block;
  overflow: hidden;
  border-radius: inherit;
}

.fengxinlou-message-bubble__image {
  display: block;
  width: min(220px, 58vw);
  max-width: 100%;
  height: auto;
  background: rgba(240, 242, 245, 0.88);
}

.fengxinlou-summary-card,
.fengxinlou-voice-card {
  padding: 12px;
}

.fengxinlou-message-bubble--transfer,
.fengxinlou-message-bubble--mingyueji-invite {
  width: min(286px, 70vw);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fengxinlou-message-bubble--transfer::before,
.fengxinlou-message-bubble--mingyueji-invite::before {
  display: none;
}

.fengxinlou-transfer-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "icon body"
    "footer footer";
  align-items: center;
  column-gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 14px 14px 11px;
  border: 1px solid rgba(18, 19, 21, 0.9);
  border-radius: 2px;
  text-align: left;
  color: #111214;
  background:
    linear-gradient(90deg, rgba(18, 19, 21, 0.06) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
  box-shadow:
    0 14px 30px rgba(15, 16, 18, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  -webkit-tap-highlight-color: transparent;
}

.fengxinlou-transfer-card::before,
.fengxinlou-mingyueji-invite-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(18, 19, 21, 0.13);
  pointer-events: none;
  z-index: -1;
}

.fengxinlou-transfer-card::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 52px;
  height: 1px;
  background: rgba(18, 19, 21, 0.52);
  box-shadow: 0 -5px 0 rgba(18, 19, 21, 0.16);
  pointer-events: none;
}

.fengxinlou-transfer-card:hover {
  transform: translateY(-1px);
  box-shadow:
    0 17px 34px rgba(15, 16, 18, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.fengxinlou-transfer-card:active {
  transform: translateY(0) scale(0.992);
}

.fengxinlou-transfer-card__icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(18, 19, 21, 0.86);
  border-radius: 50%;
  background: #111214;
  box-shadow:
    0 0 0 3px rgba(18, 19, 21, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  font-size: 21px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #ffffff;
}

.fengxinlou-transfer-card__body {
  grid-area: body;
  display: grid;
  min-width: 0;
  gap: 4px;
  padding-right: 58px;
}

.fengxinlou-transfer-card__eyebrow,
.fengxinlou-summary-card__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(23, 24, 26, 0.44);
}

.fengxinlou-transfer-card__eyebrow {
  display: block;
  margin: 0;
  font-size: 11px;
  color: rgba(18, 19, 21, 0.56);
  letter-spacing: 0.16em;
}

.fengxinlou-transfer-card__amount {
  display: block;
  margin: 0;
  font-size: 26px;
  line-height: 1.08;
  color: #111214;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.fengxinlou-transfer-card__note {
  display: block;
  max-width: 100%;
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(18, 19, 21, 0.58);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fengxinlou-transfer-card__badge {
  position: absolute;
  top: 13px;
  right: 13px;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(18, 19, 21, 0.66);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  line-height: 1;
  color: rgba(18, 19, 21, 0.72);
  letter-spacing: 0.12em;
}

.fengxinlou-transfer-card__footer {
  grid-area: footer;
  display: block;
  margin: 12px -14px -11px;
  padding: 8px 14px 0;
  border-top: 1px solid rgba(18, 19, 21, 0.18);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.12em;
  color: rgba(18, 19, 21, 0.54);
}

.fengxinlou-transfer-card--outgoing {
  background:
    linear-gradient(90deg, rgba(18, 19, 21, 0.06) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(180deg, #ffffff 0%, #f4f3f0 100%);
}

.fengxinlou-transfer-card--incoming {
  background:
    linear-gradient(0deg, rgba(18, 19, 21, 0.04) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(180deg, #fbfbfa 0%, #ededeb 100%);
}

.fengxinlou-transfer-card--accepted,
.fengxinlou-transfer-card--returned {
  background:
    repeating-linear-gradient(135deg, rgba(18, 19, 21, 0.035) 0 1px, transparent 1px 8px),
    linear-gradient(180deg, #f8f8f7 0%, #ececea 100%);
  color: rgba(18, 19, 21, 0.68);
}

.fengxinlou-transfer-card--accepted .fengxinlou-transfer-card__badge {
  background: #111214;
  color: #ffffff;
}

.fengxinlou-transfer-card--returned {
  border-color: rgba(18, 19, 21, 0.42);
}

.fengxinlou-transfer-card--returned .fengxinlou-transfer-card__badge {
  border-color: rgba(18, 19, 21, 0.34);
  color: rgba(18, 19, 21, 0.5);
}

.fengxinlou-summary-card__text {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: break-word;
  color: #17191d;
}

.fengxinlou-voice-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 108px;
  cursor: pointer;
}

.fengxinlou-voice-card.is-revealed {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.fengxinlou-voice-card__waves {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 18px;
}

.fengxinlou-voice-card__wave {
  width: 3px;
  border-radius: 999px;
  background: rgba(23, 24, 26, 0.68);
}

.fengxinlou-voice-card__wave:nth-child(1) {
  height: 8px;
}

.fengxinlou-voice-card__wave:nth-child(2) {
  height: 14px;
}

.fengxinlou-voice-card__wave:nth-child(3) {
  height: 11px;
}

.fengxinlou-voice-card__duration {
  font-size: 13px;
  line-height: 1;
  color: #17191d;
  font-weight: 600;
}

.fengxinlou-voice-card__mask-text {
  display: none;
}

.fengxinlou-voice-card.is-revealed .fengxinlou-voice-card__mask-text {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.7;
  color: #17191d;
  white-space: pre-wrap;
  word-break: break-word;
}

.fengxinlou-mingyueji-invite-card {
  position: relative;
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(18, 19, 21, 0.92);
  border-radius: 2px;
  color: #111214;
  background:
    linear-gradient(90deg, rgba(18, 19, 21, 0.055) 1px, transparent 1px) 0 0 / 13px 13px,
    linear-gradient(180deg, #ffffff 0%, #f4f4f1 100%);
  box-shadow:
    0 14px 30px rgba(15, 16, 18, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  overflow: hidden;
  isolation: isolate;
}

.fengxinlou-mingyueji-invite-card::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 54px;
  height: 1px;
  background: rgba(18, 19, 21, 0.52);
  box-shadow: 0 -5px 0 rgba(18, 19, 21, 0.16);
  pointer-events: none;
}

.fengxinlou-mingyueji-invite-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fengxinlou-mingyueji-invite-card__top span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(18, 19, 21, 0.86);
  border-radius: 50%;
  background: #111214;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.fengxinlou-mingyueji-invite-card__top em {
  margin-left: auto;
  padding: 5px 7px;
  border: 1px solid rgba(18, 19, 21, 0.54);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(18, 19, 21, 0.62);
  font-size: 9px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fengxinlou-mingyueji-invite-card h3 {
  margin: 2px 0 0;
  color: #111214;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.fengxinlou-mingyueji-invite-card p {
  margin: 0;
  color: rgba(18, 19, 21, 0.68);
  font-size: 12px;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.fengxinlou-mingyueji-invite-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 4px -15px -15px;
  padding: 9px 15px 10px;
  border-top: 1px solid rgba(18, 19, 21, 0.16);
  color: rgba(18, 19, 21, 0.55);
}

.fengxinlou-mingyueji-invite-card footer span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(18, 19, 21, 0.66);
  background: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  line-height: 1;
  color: rgba(18, 19, 21, 0.72);
  letter-spacing: 0.12em;
}

.fengxinlou-mingyueji-invite-card footer small {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fengxinlou-mingyueji-invite-card--accepted footer span {
  background: #111214;
  color: #ffffff;
}

.fengxinlou-mingyueji-invite-card--declined {
  border-color: rgba(18, 19, 21, 0.42);
  background:
    repeating-linear-gradient(135deg, rgba(18, 19, 21, 0.035) 0 1px, transparent 1px 8px),
    linear-gradient(180deg, #f8f8f7 0%, #ececea 100%);
}

.fengxinlou-modal-layer {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}

.fengxinlou-modal-layer.is-active {
  pointer-events: auto;
}

.fengxinlou-modal {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.fengxinlou-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 17, 20, 0.32);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.fengxinlou-modal__panel {
  position: relative;
  width: min(100%, 420px);
  max-height: min(82vh, 680px);
  margin: 0 12px 12px;
  border-radius: 24px;
  background: rgba(250, 250, 251, 0.96);
  box-shadow: 0 18px 48px rgba(10, 12, 16, 0.18);
  overflow: hidden;
}

.fengxinlou-modal__inner {
  display: flex;
  flex-direction: column;
  max-height: min(82vh, 680px);
}

.fengxinlou-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 12px;
  border-bottom: 1px solid rgba(22, 24, 28, 0.06);
}

.fengxinlou-modal__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #17191d;
}

.fengxinlou-modal__close {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 12px;
  background: rgba(236, 239, 243, 0.92);
  color: #3d4450;
  font-size: 20px;
  cursor: pointer;
}

.fengxinlou-modal__body {
  overflow-y: auto;
  padding: 14px 16px 18px;
}

.fengxinlou-modal__section {
  display: grid;
  gap: 12px;
}

.fengxinlou-modal__card {
  padding: 12px;
  border: 1px solid rgba(21, 24, 28, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.fengxinlou-modal__field {
  display: grid;
  gap: 8px;
}

.fengxinlou-modal__field-label {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(23, 24, 26, 0.58);
}

.fengxinlou-modal__input,
.fengxinlou-modal__textarea {
  width: 100%;
  border: 1px solid rgba(21, 24, 28, 0.08);
  border-radius: 14px;
  background: rgba(248, 249, 251, 0.96);
  color: #17191d;
  outline: none;
  font-size: 13px;
  box-sizing: border-box;
}

.fengxinlou-modal__input {
  height: 40px;
  padding: 0 12px;
}

.fengxinlou-modal__textarea {
  min-height: 112px;
  padding: 10px 12px;
  resize: vertical;
  line-height: 1.7;
}

.fengxinlou-modal__input:focus,
.fengxinlou-modal__textarea:focus {
  border-color: rgba(75, 88, 110, 0.18);
  box-shadow: 0 0 0 3px rgba(160, 171, 189, 0.12);
}

.fengxinlou-modal__grid-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fengxinlou-modal__pill-button,
.fengxinlou-modal__button,
.fengxinlou-modal__ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  font-size: 13px;
  cursor: pointer;
}

.fengxinlou-modal__pill-button {
  border: 1px solid rgba(21, 24, 28, 0.08);
  background: rgba(246, 247, 249, 0.96);
  color: #17191d;
}

.fengxinlou-modal__button {
  border: 0;
  background: #17191d;
  color: #ffffff;
}

.fengxinlou-modal__ghost-button {
  border: 1px solid rgba(21, 24, 28, 0.08);
  background: rgba(255, 255, 255, 0.8);
  color: #17191d;
}

.fengxinlou-modal__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fengxinlou-modal__actions--compact {
  justify-content: flex-end;
}

.fengxinlou-modal__actions--compact .fengxinlou-modal__button,
.fengxinlou-modal__actions--compact .fengxinlou-modal__ghost-button {
  flex: 0 0 auto;
  min-width: 72px;
}

.fengxinlou-modal__actions .fengxinlou-modal__button,
.fengxinlou-modal__actions .fengxinlou-modal__ghost-button {
  flex: 1 1 0;
}

.fengxinlou-modal__image-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 132px;
  border: 1px dashed rgba(21, 24, 28, 0.14);
  border-radius: 16px;
  background: rgba(247, 248, 250, 0.96);
  cursor: pointer;
}

.fengxinlou-modal__image-trigger-preview,
.fengxinlou-modal__image-preview {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 14px;
}

.fengxinlou-modal__image-trigger-placeholder {
  font-size: 13px;
  color: rgba(23, 24, 26, 0.46);
}

.fengxinlou-message-manager__stats {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(23, 24, 26, 0.72);
}

.fengxinlou-message-manager__range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.fengxinlou-message-manager__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.fengxinlou-message-manager__delete {
  border-color: rgba(224, 88, 88, 0.16);
  background: rgba(246, 209, 209, 0.82);
  color: #cf4343;
}

.fengxinlou-message-manager__preview {
  min-height: 136px;
}

.fengxinlou-emoji-editor__actions {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.fengxinlou-emoji-editor__actions-row--single .fengxinlou-modal__button {
  flex: 1 1 100%;
}

.fengxinlou-emoji-editor__inline-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.fengxinlou-emoji-editor__inline-row .fengxinlou-modal__input,
.fengxinlou-emoji-editor__inline-row .fengxinlou-emoji-import__delete-select {
  min-width: 0;
}

.fengxinlou-emoji-editor__inline-row .fengxinlou-modal__button,
.fengxinlou-emoji-editor__inline-row .fengxinlou-modal__ghost-button {
  flex: 0 0 auto;
  min-width: 108px;
  white-space: nowrap;
}

.fengxinlou-emoji-editor__inline-row--delete .fengxinlou-message-manager__delete {
  min-width: 96px;
}

.fengxinlou-empty-inline {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(23, 24, 26, 0.48);
}

@media (max-width: 420px) {
  .fengxinlou-modal__panel {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .fengxinlou-modal__header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .fengxinlou-modal__body {
    padding-left: 12px;
    padding-right: 12px;
  }

  .fengxinlou-message-manager__range,
  .fengxinlou-message-manager__actions,
  .fengxinlou-emoji-editor__inline-row {
    grid-template-columns: 1fr;
  }

  .fengxinlou-emoji-editor__inline-row .fengxinlou-modal__button,
  .fengxinlou-emoji-editor__inline-row .fengxinlou-modal__ghost-button {
    width: 100%;
    min-width: 0;
  }
}

.fengxinlou-message-bubble--mini-theater {
  width: min(286px, 70vw);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.fengxinlou-message-bubble--mini-theater::before {
  display: none;
}

.fengxinlou-mini-theater-envelope {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 15px 14px;
  border: 1px solid rgba(126, 88, 36, 0.38);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 248, 220, 0.98), rgba(245, 226, 184, 0.96)),
    repeating-linear-gradient(45deg, rgba(126, 88, 36, 0.08) 0 1px, transparent 1px 9px);
  color: #3f2c1c;
  text-align: left;
  box-shadow:
    0 14px 30px rgba(70, 44, 18, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  cursor: pointer;
  overflow: hidden;
}

.fengxinlou-mini-theater-envelope::before,
.fengxinlou-mini-theater-envelope::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  pointer-events: none;
}

.fengxinlou-mini-theater-envelope::before {
  top: 0;
  background: linear-gradient(155deg, transparent 49%, rgba(126, 88, 36, 0.16) 50%, transparent 51%);
}

.fengxinlou-mini-theater-envelope::after {
  bottom: 0;
  background: linear-gradient(25deg, transparent 49%, rgba(126, 88, 36, 0.14) 50%, transparent 51%);
}

.fengxinlou-mini-theater-envelope__flap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 42px;
  border: 1px solid rgba(126, 88, 36, 0.34);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 24px;
}

.fengxinlou-mini-theater-envelope__body {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  gap: 4px;
}

.fengxinlou-mini-theater-envelope__eyebrow {
  font-size: 10px;
  line-height: 1;
  color: rgba(63, 44, 28, 0.56);
  letter-spacing: 0.16em;
}

.fengxinlou-mini-theater-envelope__body strong {
  color: #3f2c1c;
  font-size: 15px;
  line-height: 1.35;
}

.fengxinlou-mini-theater-envelope__body span:last-child {
  color: rgba(63, 44, 28, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.fengxinlou-mini-theater-letter {
  color: #3f2c1c;
  background:
    linear-gradient(135deg, rgba(255, 250, 232, 0.98), rgba(246, 229, 192, 0.96)),
    repeating-linear-gradient(0deg, rgba(126, 88, 36, 0.06) 0 1px, transparent 1px 24px);
}

.fengxinlou-mini-theater-letter__stamp {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 5px 8px;
  border: 1px solid rgba(126, 88, 36, 0.32);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.42);
  color: rgba(63, 44, 28, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fengxinlou-mini-theater-letter h4 {
  margin: 0 0 12px;
  color: #3f2c1c;
  font-size: 18px;
  line-height: 1.35;
}

.fengxinlou-mini-theater-letter__paper {
  max-height: min(52vh, 420px);
  overflow: auto;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(126, 88, 36, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.38);
  color: rgba(63, 44, 28, 0.86);
  font-size: 13px;
  line-height: 1.9;
  white-space: pre-wrap;
  word-break: break-word;
}

.fengxinlou-mini-theater-html-card {
  display: grid;
  width: min(280px, 76vw);
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(213, 177, 104, 0.38);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(27, 21, 35, 0.96), rgba(60, 37, 60, 0.94));
  box-shadow: 0 16px 38px rgba(34, 18, 45, 0.2);
  color: #fff6dc;
  cursor: pointer;
  text-align: left;
}

.fengxinlou-mini-theater-html-card__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(255, 236, 181, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.fengxinlou-mini-theater-html-card__dots {
  display: inline-flex;
  gap: 4px;
}

.fengxinlou-mini-theater-html-card__dots i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff6b7d;
}

.fengxinlou-mini-theater-html-card__dots i:nth-child(2) {
  background: #ffd36e;
}

.fengxinlou-mini-theater-html-card__dots i:nth-child(3) {
  background: #8be28f;
}

.fengxinlou-mini-theater-html-card__label {
  color: rgba(255, 246, 220, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.fengxinlou-mini-theater-html-card__title {
  display: block;
  padding: 10px 12px 8px;
  color: #fff6dc;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.fengxinlou-mini-theater-html-card__preview {
  position: relative;
  display: block;
  height: 180px;
  margin: 0 10px 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 246, 220, 0.16);
  border-radius: 14px;
  background: #ffffff;
}

.fengxinlou-mini-theater-html-card__preview::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 44px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(27,21,35,0.82));
}

.fengxinlou-mini-theater-html-card__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  background: #ffffff;
}

.fengxinlou-mini-theater-html-card__fallback {
  display: block;
  padding: 16px;
  color: #3f2c1c;
  font-size: 13px;
  line-height: 1.7;
  white-space: pre-wrap;
}

.fengxinlou-mini-theater-html-card__footer {
  display: block;
  padding: 0 12px 12px;
  color: rgba(255, 246, 220, 0.7);
  font-size: 12px;
  text-align: center;
}

.fengxinlou-mini-theater-stage {
  display: grid;
  gap: 12px;
  color: #fff6dc;
  background: linear-gradient(145deg, rgba(27, 21, 35, 0.98), rgba(66, 41, 68, 0.96));
}

.fengxinlou-mini-theater-stage__head {
  display: grid;
  gap: 4px;
}

.fengxinlou-mini-theater-stage__head span {
  color: rgba(255, 236, 181, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.fengxinlou-mini-theater-stage__head h4 {
  margin: 0;
  color: #fff6dc;
  font-size: 18px;
  line-height: 1.35;
}

.fengxinlou-mini-theater-stage__frame {
  min-height: min(58vh, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 236, 181, 0.18);
  border-radius: 18px;
  background: #ffffff;
}

.fengxinlou-mini-theater-stage__iframe {
  display: block;
  width: 100%;
  height: min(58vh, 520px);
  border: 0;
  background: #ffffff;
}

.fengxinlou-mini-theater-stage__fallback {
  padding: 18px;
  color: #3f2c1c;
  font-size: 13px;
  line-height: 1.8;
  white-space: pre-wrap;
}

.fengxinlou-mini-theater-stage__readable {
  border: 1px solid rgba(255, 236, 181, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.fengxinlou-mini-theater-stage__readable summary {
  padding: 10px 12px;
  color: rgba(255, 246, 220, 0.78);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.fengxinlou-mini-theater-stage__readable p {
  max-height: 160px;
  overflow: auto;
  margin: 0;
  padding: 0 12px 12px;
  color: rgba(255, 246, 220, 0.78);
  font-size: 12px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: break-word;
}
