/* 心声、状态历史与自定义编辑弹窗样式。 */

.btn-status-pink {
  border: 1px solid rgba(95, 113, 128, 0.22) !important;
  background: rgba(255, 255, 252, 0.86) !important;
  color: #5f7180 !important;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-status-pink:hover {
  background: #eef2f1 !important;
  color: #42596a !important;
}

.status-attribute-row {
  margin-bottom: 12px;
  padding: 14px 16px;
  border: 1px solid #e5e5df;
  border-radius: 10px;
  background: rgba(255, 255, 252, 0.9);
  color: #42413d;
}

.status-attribute-row:hover {
  transform: none;
  box-shadow: none;
}

.attr-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  color: #647987;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.attr-value {
  color: #42413d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  word-break: break-all;
}

.status-attribute-row.shadow-box {
  border-color: #d6d9d5;
  background: #eef0ed;
}

.status-attribute-row.shadow-box .attr-label,
.status-attribute-row.shadow-box .attr-value {
  color: #53645e;
}

.status-attribute-row.shadow-box .attr-value {
  font-style: italic;
  font-weight: 500;
}

.status-loading-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.status-loading-box p {
  margin-top: 16px;
  color: #68736f;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.spinner {
  width: 36px;
  height: 36px;
  border: 4px solid #d8e0dd;
  border-top-color: #647987;
  border-radius: 50%;
  animation: status-spin 0.8s linear infinite;
}

@keyframes status-spin {
  to { transform: rotate(360deg); }
}

.history-item-card {
  margin-bottom: 12px;
  padding: 16px;
  border: 1px solid #e2e3df;
  border-radius: 12px;
  background: #fffefa;
  box-shadow: 0 3px 12px rgba(55, 58, 52, 0.06);
}

.history-time-badge {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #dfe3df;
  color: #87918e;
  font-size: 11px;
  font-weight: 600;
}

#custom-edit-overlay .modal {
  border: 1px solid #e2e3df;
  background: #fffefa;
  box-shadow: 0 10px 30px rgba(55, 58, 52, 0.12);
}

/* 外层只负责承载页面，不再提供旧的装饰性圆角和阴影。 */
#status-card-overlay .status-card-modal {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  height: min(92%, 760px);
  max-width: 520px !important;
  max-height: 92% !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fffefa !important;
  box-shadow: none !important;
}

#status-card-overlay .modal-header {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  padding: 15px 18px 12px;
  border-bottom: 1px solid rgba(57, 54, 49, 0.12);
  background: #fffefa;
  color: #30302d;
}

#status-card-overlay .modal-header h4 {
  color: #30302d;
  font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
  letter-spacing: 0.04em;
}

#status-card-overlay .modal-header .btn-icon {
  color: #5f7180;
}

#status-card-overlay .modal-header #btn-status-history {
  border-color: rgba(95, 113, 128, 0.32) !important;
  background: transparent !important;
  color: #5f7180 !important;
  box-shadow: none !important;
}

#status-card-body {
  flex: 1 1 auto;
  min-height: 0;
  height: 0;
  overflow-y: auto;
  scrollbar-width: none;
  background: #fffefa !important;
}

#status-card-body::-webkit-scrollbar {
  display: none;
}

#status-card-overlay #status-legacy-fields {
  display: none !important;
}

#status-card-content.status-scrapbook {
  display: block;
  min-height: 100%;
  box-sizing: border-box;
  padding: 18px 12px 44px;
  background: #fffefa !important;
}

#status-scrapbook.status-paper-stack {
  position: relative;
  min-height: 960px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fffefa;
  box-shadow: none;
  overflow: visible;
}

.status-tracing-sheet {
  position: absolute;
  box-sizing: border-box;
  width: 64%;
  height: 580px;
  border: 1px solid rgba(94, 91, 84, 0.34);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

.status-tracing-sheet-back {
  top: 48px;
  left: 18%;
  z-index: 3;
  padding: 24px 22px 24px;
  border-color: rgba(104, 113, 111, 0.32);
  background: rgba(244, 246, 243, 0.38);
  box-shadow: 0 12px 24px rgba(83, 88, 83, 0.13);
  transform: rotate(-0.65deg);
}

.status-tracing-sheet-front {
  top: 328px;
  left: 18%;
  z-index: 4;
  padding: 180px 22px 28px;
  border-color: rgba(158, 124, 119, 0.38);
  background: rgba(255, 249, 245, 0.7);
  box-shadow: 0 18px 30px rgba(112, 86, 80, 0.16);
  transform: rotate(0.65deg);
  clip-path: polygon(0 0, 28% 0, 100% 17%, 100% 100%, 0 100%);
}

.status-paper-clip {
  position: absolute;
  top: -12px;
  right: 28%;
  z-index: 6;
  width: 74px;
  height: 24px;
  border-radius: 2px;
  background: #262626;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.status-paper-clip::after {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 28px;
  height: 48px;
  border: 2px solid #262626;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  content: "";
  transform: translateX(-50%);
}

.status-paper-kicker,
.status-mini-label,
.status-context-label {
  display: block;
  color: #5f7180;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

/* 信息不再依赖字段标题，改用字号、字重和留白区分。 */
.status-paper-kicker,
.status-scrapbook-title-row,
.status-attire-line,
.status-context-label {
  display: none !important;
}

.status-scrapbook-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 18px;
}

.status-scrapbook-title {
  color: #292825;
  font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.status-scrapbook-subtitle {
  margin-top: 4px;
  color: #9a7471;
  font-family: Georgia, serif;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.06em;
}

.status-paper-mark {
  color: #b17478;
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1;
  transform: rotate(7deg);
}

.status-context-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 0;
  align-items: end;
  padding: 15px 0 12px;
  border-top: 1px solid rgba(93, 112, 125, 0.3);
  border-bottom: 1px solid rgba(93, 112, 125, 0.3);
  background: transparent;
}

.status-context-item {
  min-width: 0;
  padding: 0 4px;
  border-right: 1px solid rgba(93, 112, 125, 0.18);
}

.status-context-item:first-child {
  padding-left: 0;
}

.status-context-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.status-context-item strong {
  display: block;
  overflow: visible;
  color: #32302c;
  font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
}

#status-context-time {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

#status-context-weather {
  color: #7e6865;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

#status-mood-value {
  color: #69525a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.status-context-location {
  margin-top: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(93, 112, 125, 0.24);
  color: #68787d;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.status-attire-line {
  display: grid;
  width: 100%;
  max-width: none;
  gap: 5px;
  margin-top: 14px;
  color: #6e6961;
  font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.status-role-stage {
  position: absolute;
  top: 150px;
  left: 27%;
  z-index: 2;
  width: 46%;
}

.status-role-stage .status-photo-frame {
  display: grid;
  width: 100%;
  height: 240px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(73, 70, 65, 0.22);
  background: #f4f3ef;
  box-shadow: 0 5px 12px rgba(70, 66, 59, 0.1);
}

.status-role-stage .status-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.status-role-stage .status-photo-frame img:not([src]) {
  display: none;
}

.status-role-stage .status-photo-frame:has(img:not([src])) {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.status-role-caption {
  position: absolute;
  top: 98px;
  left: 35%;
  z-index: 5;
  width: 60%;
  max-width: 100%;
  color: #665b56;
  font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", cursive;
  font-size: 17px;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.status-thought-stack {
  min-height: 0;
  margin: 0;
}

.status-thought-page {
  min-height: 300px;
  padding: 0 12px 28px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.status-thought-page-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  color: #292825;
  font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
}

#status-thought-label {
  display: none !important;
}

.status-thought-page-head {
  justify-content: flex-end;
}

.status-affection-stamp span,
.status-footer-caption {
  display: none;
}

#status-thought-page-indicator {
  color: #9a7471;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 10px;
}

#status-thought-text {
  min-height: 155px;
  margin: 48px 14px 24px;
  color: #383532;
  font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
  font-size: 17px;
  line-height: 2;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}

.status-thought-arrow {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9a7471;
  font-family: Georgia, serif;
  font-size: 23px;
  line-height: 20px;
  transform: translateY(-50%);
}

.status-thought-arrow-next {
  right: 2px;
  left: auto;
}

.status-thought-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.status-thought-dots span {
  width: 5px;
  height: 5px;
  border: 1px solid #9a7471;
  border-radius: 50%;
}

.status-thought-dots span.active {
  background: #9a7471;
}

.status-affection-stamp {
  position: absolute;
  right: 25px;
  bottom: 98px;
  z-index: 5;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(7deg);
}

#status-affection-stamp-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.86;
  mix-blend-mode: multiply;
}

.status-affection-stamp span,
.status-affection-stamp strong {
  position: relative;
  z-index: 1;
  color: #674c3d;
  text-shadow: 0 1px rgba(255, 255, 252, 0.76);
}

.status-affection-stamp span {
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-affection-stamp strong {
  font-family: Georgia, serif;
  font-size: 18px;
}

.status-scrapbook-footer {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin: 0 12px;
}

.status-page-turn {
  width: auto;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #5f7180;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.status-page-turn span {
  margin-left: 5px;
}

.status-footer-caption {
  color: #a59b92;
  font-family: Georgia, serif;
  font-size: 10px;
  font-style: italic;
}

#status-card-overlay .form-actions {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 12px 18px calc(14px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(57, 54, 49, 0.12);
  background: #fffefa;
}

#status-card-overlay #btn-refresh-status {
  border: 1px solid rgba(95, 113, 128, 0.38) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 252, 0.72) !important;
  color: #5f7180 !important;
  box-shadow: none !important;
}

@media (max-width: 380px) {
  #status-scrapbook.status-paper-stack {
    min-height: 890px;
  }

  .status-tracing-sheet {
    height: 520px;
  }

  .status-tracing-sheet-back {
    top: 34px;
    left: 17%;
    padding: 20px 16px 20px;
  }

  .status-tracing-sheet-front {
    top: 292px;
    left: 17%;
    padding: 154px 16px 24px;
  }

  .status-role-stage {
    top: 132px;
    left: 24%;
    width: 50%;
  }

  .status-role-stage .status-photo-frame {
    height: 204px;
  }

  .status-role-caption {
    top: 86px;
    left: 32%;
    width: 62%;
    font-size: 13px;
    line-height: 1.35;
  }

  .status-context-item {
    padding-right: 6px;
    padding-left: 6px;
  }

  .status-context-item:first-child {
    padding-left: 0;
  }

  .status-context-item:last-child {
    padding-right: 0;
  }

  .status-context-item strong {
    font-size: 11px;
  }

  #status-thought-text {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 15px;
  }

  .status-affection-stamp {
    right: 15px;
    bottom: 84px;
    width: 64px;
    height: 64px;
  }
}

/*
 * 档案纸参考结构：这组规则只负责把状态页还原成参考 HTML 的纸张、
 * 照片纸、硫酸纸和票夹关系；数据与交互仍由 app_status.js 负责。
 */
#status-card-content.status-scrapbook {
  display: block;
  min-height: 100%;
  box-sizing: border-box;
  padding: 24px 0 36px;
  background: transparent !important;
}

#status-scrapbook.archive-sheet.status-bar-card {
  position: relative;
  width: min(92%, 480px);
  max-width: 480px;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 28px rgba(64, 59, 51, 0.14);
  isolation: isolate;
  user-select: none;
}

#status-scrapbook .back-paper {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #f1ede6;
}

#status-scrapbook .punch-holes {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 10;
  display: flex;
  width: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding: 38px 0;
}

#status-scrapbook .punch-hole {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px rgba(255, 255, 255, 0.4);
}

#status-scrapbook .base-content.image-paper {
  position: absolute;
  top: 22%;
  left: 14.5%;
  z-index: 2;
  display: flex;
  width: 46%;
  max-width: 220px;
  flex-direction: column;
  align-items: center;
}

#status-scrapbook .photo-frame.status-photo-frame {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #d8dbd3;
  box-shadow: none;
}

#status-scrapbook .status-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(0.95) brightness(0.98);
}

#status-scrapbook .status-photo-frame img:not([src]) {
  display: none;
}

#status-scrapbook .status-photo-frame:has(img:not([src])) {
  border: 0;
  background: transparent;
  box-shadow: none;
}

#status-scrapbook .signature-area.status-role-caption {
  position: static;
  width: auto;
  max-width: 100%;
  margin-top: 8px;
  color: #2b2b2b;
  font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", cursive;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transform: rotate(-3deg);
}

#status-scrapbook .tracing-paper.info-paper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  width: 58%;
  height: 94%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px 24px 14px 24px;
  border: 0;
  border-radius: 0;
  background: rgba(246, 244, 238, 0.72);
  box-shadow: -4px 6px 18px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

#status-scrapbook .tracing-paper.info-paper::before {
  position: absolute;
  top: 52%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.4) 50%, rgba(0, 0, 0, 0.03));
  content: "";
}

#status-scrapbook .top-no {
  position: relative;
  z-index: 1;
  order: 3;
  margin-top: auto;
  margin-left: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: left;
  overflow-wrap: anywhere;
}

#status-scrapbook .top-no strong {
  font-size: 11px;
  font-weight: 500;
}

#status-scrapbook #status-context-time {
  font-size: 11px;
}

#status-scrapbook .mid-info.status-context-strip {
  position: relative;
  z-index: 1;
  display: flex;
  order: 4;
  align-items: flex-end;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
  width: 100%;
  margin-top: 6px;
  padding: 8px 52px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
}

#status-scrapbook .status-context-item {
  min-width: 0;
  padding: 0;
  border: 0;
}

#status-scrapbook .status-context-mood-item {
  flex: 0 0 auto;
}

#status-scrapbook .status-context-time-item {
  display: block;
}

#status-scrapbook .status-context-weather-item {
  flex: 0 0 auto;
  min-width: 0;
  text-align: left;
}

#status-scrapbook .status-context-location-item {
  flex: 0 0 auto;
  min-width: 0;
  text-align: left;
}

#status-scrapbook .status-context-item strong {
  display: block;
  overflow-wrap: anywhere;
  color: #1c1c1c;
  font-family: "Cormorant Garamond", "Songti SC", Georgia, serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  white-space: normal;
}

#status-scrapbook #status-mood-value {
  color: #1c1c1c;
  font-size: 11px;
  line-height: 1.25;
}

#status-scrapbook #status-context-weather {
  color: #383838;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}

#status-scrapbook .status-context-location {
  display: block;
  margin-top: 0;
  padding: 0;
  border: 0;
  color: #383838;
  font-family: "Cormorant Garamond", "Songti SC", Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

#status-scrapbook .status-context-label,
#status-scrapbook .status-paper-kicker,
#status-scrapbook .status-scrapbook-title-row,
#status-scrapbook .status-attire-line {
  display: none !important;
}

#status-scrapbook .status-thought-stack {
  position: relative;
  z-index: 1;
  order: 1;
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 0;
}

#status-scrapbook .status-thought-page {
  position: relative;
  min-height: 0;
  padding: 0 3px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#status-scrapbook .status-thought-page-head {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  color: #1c1c1c;
  font-family: "Cormorant Garamond", "Songti SC", Georgia, serif;
  font-size: 10px;
  font-weight: 500;
}

#status-scrapbook #status-thought-label {
  display: none !important;
}

#status-scrapbook #status-thought-page-indicator {
  color: #383838;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: 0.08em;
}

#status-scrapbook #status-thought-text {
  min-height: 0;
  margin: 18px 8px 10px;
  color: #262626;
  font-family: "Cormorant Garamond", "Songti SC", Georgia, serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}

#status-scrapbook .status-thought-arrow {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #383838;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  line-height: 20px;
  transform: translateY(-50%);
}

#status-scrapbook .status-thought-arrow-next {
  right: -12px;
  left: auto;
}

#status-scrapbook .status-thought-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}

#status-scrapbook .status-thought-dots span {
  width: 4px;
  height: 4px;
  border: 1px solid #383838;
  border-radius: 50%;
}

#status-scrapbook .status-thought-dots span.active {
  background: #383838;
}

#status-scrapbook .status-affection-stamp {
  position: absolute;
  right: 10px;
  bottom: 14px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(7deg);
  pointer-events: none;
}

#status-scrapbook #status-affection-stamp-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.86;
  mix-blend-mode: multiply;
}

#status-scrapbook .status-affection-stamp span,
#status-scrapbook .status-affection-stamp strong {
  position: relative;
  z-index: 1;
  color: #674c3d;
  text-shadow: 0 1px rgba(255, 255, 252, 0.76);
}

#status-scrapbook .status-affection-stamp span {
  font-size: 7px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#status-scrapbook .status-affection-stamp strong {
  font-family: Georgia, serif;
  font-size: 11px;
}

#status-scrapbook .status-scrapbook-footer {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  order: 5;
  gap: 4px;
  margin: 6px 0 0;
}

#status-scrapbook .status-page-turn {
  width: auto;
  padding: 3px 0;
  border: 0;
  background: transparent;
  color: #383838;
  font-family: "Cormorant Garamond", "Songti SC", Georgia, serif;
  font-size: 9px;
  letter-spacing: 0.06em;
}

#status-scrapbook .status-footer-caption,
#status-scrapbook .status-affection-stamp span {
  display: none;
}

#status-scrapbook .binder-clip.status-paper-clip {
  position: absolute;
  top: 0;
  right: auto;
  left: 55%;
  z-index: 20;
  display: flex;
  width: auto;
  height: auto;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
}

#status-scrapbook .status-paper-clip::after {
  display: none;
  content: none;
}

#status-scrapbook .clip-body {
  width: 48px;
  height: 18px;
  border-radius: 1px;
  background: #18191a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.25);
}

#status-scrapbook .clip-wire-svg {
  width: 22px;
  height: 38px;
  margin-top: -3px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
}

@media (max-width: 380px) {
  #status-scrapbook.archive-sheet.status-bar-card {
    width: 92%;
    min-height: 0;
  }

  #status-scrapbook .punch-holes {
    left: 14px;
  }

  #status-scrapbook .base-content.image-paper {
    top: 22%;
    left: 14%;
    width: 46%;
  }

  #status-scrapbook .photo-frame.status-photo-frame {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  #status-scrapbook .tracing-paper.info-paper {
    padding: 22px 16px 10px 16px;
  }

  #status-scrapbook .mid-info.status-context-strip {
    margin-top: 5px;
    padding-top: 6px;
  }

  #status-scrapbook .status-thought-stack {
    margin-top: 0;
  }

  #status-scrapbook #status-thought-text {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 10px;
  }
}

/* 2026-08-23：竖向心声纸组。此段位于文件末尾，统一收口旧横向档案纸规则。 */
#status-card-content.status-scrapbook {
  min-height: 100%;
  padding: 22px 12px 36px;
  background:
    radial-gradient(circle at 18% 10%, rgba(115, 110, 101, 0.035) 0 1px, transparent 1.5px),
    #fffefa !important;
  background-size: 18px 18px;
}

#status-scrapbook.archive-sheet.status-bar-card {
  position: relative;
  width: min(88vw, 340px);
  height: clamp(510px, 140vw, 570px);
  min-height: 0;
  aspect-ratio: auto;
  margin: 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: auto;
  user-select: none;
}

#status-scrapbook .back-paper.status-hidden-sheet,
#status-scrapbook .base-content.image-paper,
#status-scrapbook .tracing-paper.info-paper {
  box-sizing: border-box;
  border-radius: 0;
  transition:
    filter 0.34s ease,
    opacity 0.34s ease,
    transform 0.42s cubic-bezier(0.18, 0.86, 0.24, 1);
}

#status-scrapbook .back-paper.status-hidden-sheet {
  position: absolute;
  top: 25%;
  left: 15%;
  z-index: 1;
  display: block;
  width: 80%;
  height: auto;
  aspect-ratio: 3 / 4;
  margin: 0;
  padding: 40px 30px 34px;
  overflow: hidden;
  border: 1px solid rgba(99, 102, 98, 0.12);
  appearance: none;
  background-color: rgba(239, 240, 235, 0.88);
  background-image:
    linear-gradient(105deg, rgba(255, 255, 255, 0.28), transparent 42%),
    radial-gradient(circle at 22% 18%, rgba(67, 68, 64, 0.045) 0 0.7px, transparent 0.9px);
  background-size: auto, 13px 13px;
  box-shadow: 8px 18px 28px rgba(53, 51, 47, 0.15), 1px 2px 4px rgba(53, 51, 47, 0.08);
  color: #2c2d2a;
  font: inherit;
  text-align: left;
  cursor: pointer;
  filter: none;
  transform: rotate(0.7deg);
}

#status-scrapbook .status-hidden-sheet-kicker,
#status-scrapbook .status-hidden-sheet-signature,
#status-scrapbook #status-hidden-thought-text,
#status-scrapbook .status-hidden-close-mark {
  visibility: hidden;
  opacity: 0;
}

#status-scrapbook .status-hidden-pull-tab {
  position: absolute;
  right: 18%;
  bottom: 0;
  left: 18%;
  display: flex;
  min-height: 54px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 17px;
  cursor: pointer;
}

#status-scrapbook .status-hidden-pull-tab::before,
#status-scrapbook .status-hidden-pull-tab::after,
#status-scrapbook .status-hidden-pull-tab > span {
  display: block;
  height: 1px;
  border-radius: 999px;
  background: rgba(65, 66, 62, 0.19);
  content: "";
}

#status-scrapbook .status-hidden-pull-tab::before {
  width: 34px;
  animation: status-pull-hint-glow 4.6s ease-in-out infinite;
}

#status-scrapbook .status-hidden-pull-tab::after {
  width: 4px;
  height: 4px;
  margin-left: 7px;
  border: 1px solid rgba(65, 66, 62, 0.22);
  background: transparent;
}

#status-scrapbook .status-hidden-pull-tab > span {
  position: absolute;
  bottom: 12px;
  width: 20px;
  opacity: 0.55;
}

#status-scrapbook .base-content.image-paper {
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 2;
  display: block;
  width: 84%;
  max-width: none;
  height: auto;
  aspect-ratio: 3 / 4;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(79, 74, 67, 0.08);
  background-color: #f8f6f0;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 32%),
    radial-gradient(circle at 15% 80%, rgba(54, 51, 46, 0.035) 0 0.8px, transparent 1px);
  background-size: auto, 14px 14px;
  box-shadow: 9px 17px 28px rgba(55, 51, 45, 0.18), 0 2px 5px rgba(55, 51, 45, 0.08);
}

#status-scrapbook .photo-frame.status-photo-frame {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  display: block;
  width: auto;
  height: 72%;
  aspect-ratio: auto;
  overflow: hidden;
  border: 0;
  background: #a6a7a1;
  box-shadow: none;
}

#status-scrapbook .photo-frame.status-photo-frame::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 32%;
  background: linear-gradient(180deg, rgba(18, 20, 20, 0.64), rgba(18, 20, 20, 0.22) 62%, transparent);
  content: "";
  pointer-events: none;
}

#status-scrapbook .status-photo-frame img,
#status-scrapbook .status-photo-frame img:not([src]) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(0.82) contrast(0.94) brightness(0.98);
  -webkit-mask-image: linear-gradient(to bottom, #000 0 74%, rgba(0, 0, 0, 0.9) 82%, rgba(0, 0, 0, 0.24) 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 74%, rgba(0, 0, 0, 0.9) 82%, rgba(0, 0, 0, 0.24) 95%, transparent 100%);
}

#status-scrapbook .status-photo-frame img:not([src]) {
  visibility: hidden;
}

#status-scrapbook .status-photo-frame:has(img:not([src])) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 42%),
    #a6a7a1;
}

#status-scrapbook .mid-info.status-context-strip {
  position: absolute;
  top: auto;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 3;
  display: grid;
  width: auto;
  margin: 0;
  padding: 0;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 8px;
  border: 0;
  background: transparent;
  color: rgba(75, 76, 72, 0.58);
  font-style: italic;
}

#status-scrapbook .status-context-item {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
}

#status-scrapbook .status-context-time-item { text-align: left; }
#status-scrapbook .status-context-location-item { text-align: center; }
#status-scrapbook .status-context-weather-item { text-align: right; }

#status-scrapbook .status-context-item strong,
#status-scrapbook .status-context-location {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 8px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-shadow: none;
  white-space: nowrap;
}

#status-scrapbook #status-context-time,
#status-scrapbook #status-context-weather,
#status-scrapbook #status-context-location {
  color: rgba(75, 76, 72, 0.62);
  font-size: 8px;
  font-weight: 400;
  text-shadow: none;
}

#status-scrapbook #status-context-location { opacity: 0.82; }

#status-scrapbook .status-mood-overlay {
  position: absolute;
  top: 29px;
  right: 30px;
  z-index: 3;
  max-width: 46%;
  color: rgba(255, 255, 252, 0.94);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.92), 0 0 7px rgba(0, 0, 0, 0.46);
}

#status-scrapbook .status-dog-doodle {
  position: absolute;
  bottom: 34px;
  left: 17px;
  z-index: 4;
  width: 38px;
  height: 31px;
  overflow: visible;
  color: #252722;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#status-scrapbook .signature-area.status-role-caption {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 18px;
  width: auto;
  max-width: none;
  margin: 0;
  overflow: visible;
  color: rgba(38, 37, 33, 0.82);
  font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", cursive;
  font-size: 9px;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  transform: rotate(-2deg);
}

#status-scrapbook .tracing-paper.info-paper {
  position: absolute;
  top: 31%;
  left: 22%;
  z-index: 4;
  display: flex;
  width: 74%;
  height: auto;
  aspect-ratio: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px 24px 20px;
  overflow: hidden;
  border: 1px solid rgba(84, 86, 80, 0.1);
  background-color: rgba(246, 246, 241, 0.8);
  background-image:
    linear-gradient(118deg, rgba(255, 255, 255, 0.42), transparent 46%),
    radial-gradient(circle at 24% 26%, rgba(62, 63, 59, 0.045) 0 0.75px, transparent 0.9px);
  background-size: auto, 12px 12px;
  box-shadow: -4px 8px 20px rgba(48, 47, 43, 0.1), 7px 16px 28px rgba(48, 47, 43, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transform: rotate(-0.45deg);
}

#status-scrapbook .tracing-paper.info-paper::before {
  position: absolute;
  right: 20px;
  bottom: 45px;
  left: 20px;
  height: 1px;
  background: rgba(53, 54, 50, 0.1);
  content: "";
}

#status-scrapbook .status-public-thought-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: #2d2e2a;
  font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
}

#status-scrapbook .status-public-thought-head span:first-child {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

#status-scrapbook .status-public-thought-head span:last-child {
  color: rgba(45, 46, 42, 0.42);
  font-family: Inter, Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#status-scrapbook .status-thought-stack {
  position: relative;
  z-index: 1;
  order: initial;
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
}

#status-scrapbook .status-thought-page {
  position: static;
  min-height: 0;
  padding: 0;
}

#status-scrapbook #status-thought-text {
  display: -webkit-box;
  max-height: none;
  margin: 25px 2px 8px;
  overflow: visible;
  color: #252622;
  font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.68;
  text-align: justify;
  white-space: pre-wrap;
  word-break: break-word;
  scrollbar-width: none;
}

#status-scrapbook #status-thought-text::-webkit-scrollbar {
  display: none;
}

#status-scrapbook .status-affection-stamp {
  position: absolute;
  right: 11px;
  bottom: 9px;
  z-index: 3;
  width: 56px;
  height: 56px;
  transform: rotate(8deg);
}

#status-scrapbook .status-scrapbook-footer {
  position: absolute;
  bottom: 18px;
  left: 24px;
  z-index: 2;
  display: block;
  margin: 0;
}

#status-scrapbook .status-footer-caption {
  display: block;
  max-width: 126px;
  overflow: hidden;
  color: rgba(45, 46, 42, 0.4);
  font-family: Georgia, serif;
  font-size: 7px;
  font-style: italic;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#status-scrapbook .binder-clip.status-paper-clip {
  position: absolute;
  top: -12px;
  left: 4%;
  z-index: 7;
  display: block;
  width: 20px;
  height: 54px;
  background: transparent;
  filter: drop-shadow(1px 2px 2px rgba(28, 29, 28, 0.24));
  transform: rotate(-2deg);
}

#status-scrapbook .clip-wire-svg {
  width: 100%;
  height: 100%;
  margin: 0;
}

#status-scrapbook .status-hidden-focus-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(28, 29, 27, 0.34);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: default;
}

#status-scrapbook .status-hidden-focus-backdrop[hidden] {
  display: none;
}

#status-card-overlay.status-hidden-thought-open .modal-header,
#status-card-overlay.status-hidden-thought-open .form-actions {
  filter: blur(6px);
  opacity: 0.28;
  pointer-events: none;
}

#status-card-overlay.status-hidden-thought-open #status-card-body {
  overflow: hidden;
}

#status-card-overlay.status-hidden-thought-open #status-role-stage,
#status-card-overlay.status-hidden-thought-open #status-tracing-front,
#status-card-overlay.status-hidden-thought-open .status-paper-clip {
  filter: blur(7px);
  opacity: 0.24;
  pointer-events: none;
}

#status-card-overlay.status-hidden-thought-open #status-tracing-back {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 80;
  width: min(78%, 320px);
  height: auto;
  aspect-ratio: 3 / 4;
  padding: 52px 38px 42px;
  border-color: rgba(72, 74, 70, 0.14);
  background-color: rgba(248, 248, 244, 0.97);
  box-shadow: 0 28px 60px rgba(24, 25, 23, 0.3), 0 6px 16px rgba(24, 25, 23, 0.14);
  cursor: pointer;
  filter: none;
  transform: translate(-50%, -50%) rotate(-0.35deg);
  animation: status-hidden-sheet-focus 0.44s cubic-bezier(0.18, 0.86, 0.24, 1) both;
}

#status-card-overlay.status-hidden-thought-open .status-hidden-sheet-kicker,
#status-card-overlay.status-hidden-thought-open .status-hidden-sheet-signature,
#status-card-overlay.status-hidden-thought-open #status-hidden-thought-text,
#status-card-overlay.status-hidden-thought-open .status-hidden-close-mark {
  visibility: visible;
  opacity: 1;
}

#status-card-overlay.status-hidden-thought-open .status-hidden-sheet-kicker {
  display: block;
  color: rgba(44, 45, 42, 0.43);
  font-family: Inter, Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#status-card-overlay.status-hidden-thought-open #status-hidden-thought-text {
  max-height: calc(100% - 92px);
  margin: 40px 0 0;
  overflow: auto;
  color: #292a27;
  font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.9;
  text-align: justify;
  white-space: pre-wrap;
  word-break: break-word;
  scrollbar-width: none;
  transition: opacity 0.24s ease 0.12s;
}

#status-card-overlay.status-hidden-thought-open #status-hidden-thought-text::-webkit-scrollbar {
  display: none;
}

#status-card-overlay.status-hidden-thought-open .status-hidden-sheet-signature {
  position: absolute;
  bottom: 27px;
  left: 38px;
  color: rgba(44, 45, 42, 0.36);
  font-family: Georgia, serif;
  font-size: 8px;
  font-style: italic;
  letter-spacing: 0.05em;
}

#status-card-overlay.status-hidden-thought-open .status-hidden-close-mark {
  position: absolute;
  top: 19px;
  right: 22px;
  color: rgba(44, 45, 42, 0.48);
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

#status-card-overlay.status-hidden-thought-open .status-hidden-pull-tab {
  display: none;
}

@keyframes status-hidden-sheet-focus {
  from {
    opacity: 0.36;
    transform: translate(-50%, -42%) rotate(0.7deg) scale(0.84);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-0.35deg) scale(1);
  }
}

@keyframes status-pull-hint-glow {
  0%, 70%, 100% {
    background-color: rgba(65, 66, 62, 0.18);
    box-shadow: 0 0 0 rgba(255, 255, 252, 0);
    opacity: 0.72;
    transform: scaleX(0.96);
  }
  82% {
    background-color: rgba(255, 255, 252, 0.82);
    box-shadow: 0 0 5px rgba(255, 255, 252, 0.76), 0 0 8px rgba(112, 119, 115, 0.14);
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (max-width: 380px) {
  #status-card-content.status-scrapbook {
    padding-right: 9px;
    padding-left: 9px;
  }

  #status-scrapbook.archive-sheet.status-bar-card {
    width: min(88vw, 320px);
    height: clamp(500px, 151vw, 540px);
  }

  #status-scrapbook .tracing-paper.info-paper {
    padding: 22px 20px 18px;
  }

  #status-scrapbook .photo-frame.status-photo-frame {
    top: 16px;
    right: 16px;
    left: 16px;
  }

  #status-scrapbook .mid-info.status-context-strip {
    top: auto;
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  #status-scrapbook .status-affection-stamp {
    width: 52px;
    height: 52px;
  }

  #status-scrapbook #status-thought-text {
    margin: 20px 0 7px;
    font-size: 12px;
    line-height: 1.7;
  }

  #status-card-overlay.status-hidden-thought-open #status-tracing-back {
    width: min(80%, 300px);
    padding: 48px 34px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #status-scrapbook .back-paper.status-hidden-sheet,
  #status-scrapbook .base-content.image-paper,
  #status-scrapbook .tracing-paper.info-paper,
  #status-card-overlay .modal-header,
  #status-card-overlay .form-actions {
    transition: none;
  }

  #status-card-overlay.status-hidden-thought-open #status-tracing-back {
    animation: none;
  }

  #status-scrapbook .status-hidden-pull-tab::before {
    animation: none;
  }
}

/* 状态历史：与主卡一致的纸张收藏记录。 */
#status-history-overlay .modal {
  width: min(92%, 390px);
  max-height: 90%;
  border: 1px solid rgba(78, 76, 70, 0.1);
  border-radius: 0;
  background: #f6f5f0;
  box-shadow: 0 24px 55px rgba(43, 42, 38, 0.18);
}

#status-history-overlay .modal-header {
  border-bottom: 1px solid rgba(78, 76, 70, 0.1);
  background: rgba(250, 249, 245, 0.92);
}

#status-history-list {
  padding: 22px 18px 30px !important;
  background: #efeee9 !important;
}

#status-history-list .status-history-paper {
  position: relative;
  margin: 0 0 22px;
  padding: 28px 24px 42px;
  overflow: hidden;
  border: 1px solid rgba(78, 76, 70, 0.1);
  border-radius: 0;
  background-color: rgba(250, 249, 245, 0.96);
  background-image: radial-gradient(circle at 22% 18%, rgba(58, 57, 52, 0.035) 0 0.7px, transparent 0.9px);
  background-size: 13px 13px;
  box-shadow: 5px 10px 22px rgba(52, 50, 45, 0.1);
}

.status-history-index {
  color: rgba(52, 53, 49, 0.36);
  font: italic 8px/1.2 Georgia, serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-history-mood {
  position: absolute;
  top: 27px;
  right: 24px;
  max-width: 48%;
  overflow: hidden;
  color: rgba(52, 53, 49, 0.56);
  font: italic 10px/1.3 "Songti SC", Georgia, serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-history-note {
  margin: 24px 0 20px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(78, 76, 70, 0.08);
  background: rgba(244, 244, 240, 0.7);
  box-shadow: 3px 7px 14px rgba(52, 50, 45, 0.06);
}

.status-history-note span,
.status-history-detail span,
.status-history-private span {
  color: rgba(52, 53, 49, 0.4);
  font: 8px/1.2 Inter, sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.status-history-note p {
  margin: 12px 0 0;
  color: #343531;
  font: 13px/1.75 "Songti SC", "Noto Serif CJK SC", Georgia, serif;
}

.status-history-detail {
  padding: 9px 0;
  border-top: 1px solid rgba(78, 76, 70, 0.08);
}

.status-history-detail p,
.status-history-private p {
  margin: 5px 0 0;
  color: rgba(52, 53, 49, 0.78);
  font: 11px/1.65 "Songti SC", Georgia, serif;
}

.status-history-private {
  margin-top: 8px;
  padding: 14px 16px;
  background: rgba(226, 227, 223, 0.58);
}

#status-history-list .history-time-badge {
  position: absolute;
  right: 24px;
  bottom: 17px;
  left: 24px;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1.35fr 1fr 0.7fr;
  gap: 7px;
  border: 0;
  color: rgba(70, 71, 67, 0.5);
  font: italic 8px/1.3 Georgia, "Songti SC", serif;
}

#status-history-list .history-time-badge span:nth-child(2) { text-align: center; }
#status-history-list .history-time-badge span:last-child { text-align: right; }

.status-history-empty {
  padding: 70px 20px;
  color: rgba(62, 63, 59, 0.52);
  text-align: center;
}

.status-history-empty em {
  font: italic 10px Georgia, serif;
  letter-spacing: 0.12em;
}

.status-history-empty p {
  margin: 12px 0 0;
  font: 12px "Songti SC", Georgia, serif;
}

/* 场景注释属于整组纸张背后的页面底部，不属于角色图纸。 */
#status-scrapbook > .mid-info.status-context-strip.status-context-footer {
  position: absolute;
  top: auto;
  right: 8%;
  bottom: 7px;
  left: 8%;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.45fr 1fr 0.72fr 1fr;
  gap: 7px;
  color: rgba(72, 73, 69, 0.44);
  font-family: Georgia, "Songti SC", serif;
  font-size: 8px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.3;
  pointer-events: none;
}

#status-scrapbook > .mid-info.status-context-strip.status-context-footer span {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font: inherit;
  text-overflow: ellipsis;
  text-shadow: none;
  white-space: nowrap;
}

#status-scrapbook > .mid-info.status-context-strip.status-context-footer span:nth-child(2),
#status-scrapbook > .mid-info.status-context-strip.status-context-footer span:nth-child(3) {
  text-align: center;
}

#status-scrapbook > .mid-info.status-context-strip.status-context-footer span:last-child {
  text-align: right;
}
