.post-office { width: min(1100px, calc(100% - 32px)); }
.post-office .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.post-office[open] { display: flex; flex-direction: column; overflow: hidden; }
.post-office .journal-header { flex-shrink: 0; }
.post-office-body { overflow: auto; min-height: 0; padding: 24px 28px 30px; }
.post-intro { margin: 0 0 20px; max-width: 700px; color: #536b60; }
.post-scenes { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.post-scene { min-width: 0; text-align: left; padding: 6px 6px 10px; border: 2px solid transparent; border-radius: 8px; background: #edf0e2; }
.post-scene img { width: 100%; height: auto; border-radius: 3px; }
.post-scene strong { display: block; font-size: 12px; line-height: 1.25; padding: 8px 3px 0; }
.post-scene[aria-pressed='true'] { border-color: #5c5cde; background: #eeebff; }
.post-scene:disabled { cursor: default; opacity: .65; }
.post-scene:disabled:hover { transform: none; }
.post-scene-reward { display: block; font-size: 10px; padding: 5px 3px 0; }
.post-reward-note { margin: 10px 0 24px; font-size: 12px; color: #536b60; }
.post-desk { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, 1fr); gap: 28px; align-items: start; }
.post-picture { min-width: 0; position: sticky; top: 0; }
.post-preview { display: block; width: 100%; height: auto; box-shadow: 0 5px 17px #29454321; border-radius: 3px; }
.post-picture-caption { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; font-size: 12px; color: #536b60; }
.post-picture-caption a { color: #4e4dbc; text-underline-offset: 3px; }
.post-fields { margin: 0; }
.post-fields label, .post-delivery label { display: block; font-weight: 700; font-size: 12px; margin: 0 0 5px; }
.post-office input, .post-office textarea { width: 100%; max-width: 100%; border: 1px solid #cbd4bd; padding: 10px 12px; border-radius: 7px; background: #fffef9; font: 400 15px/1.5 Nunito, sans-serif; color: #294543; }
.post-office input:focus-visible, .post-office textarea:focus-visible { outline: 3px solid #5c5cde; outline-offset: 2px; }
.post-names { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.post-office textarea { min-height: 110px; resize: vertical; }
.post-count { display: block; text-align: right; color: #647a70; font-size: 11px; margin: 4px 0 14px; }
.post-delivery { border-top: 1px solid #dde2cf; padding-top: 15px; }
.post-delivery .primary-button { display: block; width: 100%; text-align: center; text-decoration: none; margin-top: 12px; }
.post-delivery a { color: #4e4dbc; text-underline-offset: 3px; }
.post-delivery-status { font-size: 13px; line-height: 1.6; color: #294543; background: #eeebfb; border-radius: 8px; padding: 12px; overflow-wrap: anywhere; }
.post-delivery-status:empty { display: none; }
.post-honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.post-help { font-size: 12px; color: #536b60; line-height: 1.5; margin: 9px 0 13px; }
.post-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.post-actions button { flex: 1 1 auto; padding: 10px 12px; }
.post-status { font-size: 12px; min-height: 36px; margin: 12px 0 8px; color: #465f50; }
.post-link-label { margin-top: 12px !important; }
.post-office .post-link { font-size: 11px; }
.post-invite { display: flex; align-items: center; gap: 18px; text-align: left; width: 100%; background: #eeebfb; border-radius: 13px; padding: 18px 20px; margin: 0 0 22px; }
.post-invite > span:first-child { color: #5c5cde; font-size: 35px; }
.post-invite strong { display: block; font: 700 20px Fredoka, sans-serif; }
.post-invite small { display: block; margin-top: 4px; font-size: 12px; color: #536b60; }
.post-invite > span:last-child { margin-left: auto; font-size: 24px; color: #5c5cde; }
.ceremony-actions { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 740px) {
  .post-office { width: calc(100% - 20px); max-height: 92dvh; }
  .post-office .journal-header { padding: 18px 20px; }
  .post-office .journal-header h2 { font-size: 26px; }
  .post-office-body { padding: 18px; }
  .post-scenes { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
  .post-desk { grid-template-columns: 1fr; gap: 22px; }
  .post-picture { position: static; }
  .post-office input, .post-office textarea { font-size: 16px; }
  .post-intro { font-size: 13px; }
}
@media (max-width: 370px) {
  .top-actions { gap: 5px; }
  .top-actions .round-button { width: 33px; height: 33px; }
}
@media (prefers-reduced-motion: reduce) {
  .post-office button, .post-invite { transition: none; }
  .post-office button:hover, .post-invite:hover { transform: none; }
}
