.buzzen-memorial-page { padding: 1.5rem 0 2rem; }
.buzzen-memorial-panel { background: #fff; border: 1px solid #d7e2ea; border-radius: .45rem; padding: 1.25rem; box-shadow: 0 1px 4px rgba(12,55,80,.08); }
.buzzen-memorial-title { margin: 0; color: #183f5b; font-weight: 800; }
.buzzen-memorial-title i { color: #7e3053; margin-right: .35rem; }
.buzzen-memorial-rule { height: 3px; background: linear-gradient(90deg,#7e3053,#c68aaa,transparent); margin: .55rem 0 1rem; }
.buzzen-memorial-notice { display: flex; align-items: flex-start; gap: .7rem; }
.buzzen-memorial-intro { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid #dfe8ef; border-radius: .5rem; background: #f8fbfd; margin-bottom: 1rem; }
.buzzen-memorial-intro h2 { margin: 0 0 .3rem; color: #183f5b; font-size: 1.2rem; font-weight: 800; }
.buzzen-memorial-intro p { margin: 0; color: #466477; }
.buzzen-memorial-intro-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #7e3053; color: #fff; font-size: 1.15rem; }
.buzzen-memorial-filter { padding: 1rem; border: 1px solid #dfe8ef; border-radius: .5rem; background: #fbfcfd; margin-bottom: 1rem; }
.buzzen-memorial-summary { margin: .75rem 0 1rem; color: #567284; font-size: .92rem; }
.buzzen-memorial-card { display: flex; flex-direction: column; border: 1px solid #d6e1e8; border-radius: .6rem; overflow: hidden; background: #fff; box-shadow: 0 3px 12px rgba(19,61,84,.08); }
.buzzen-memorial-photo { display: block; background: #edf2f5; aspect-ratio: 4 / 3; overflow: hidden; }
.buzzen-memorial-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.buzzen-memorial-card-body { padding: 1rem; flex: 1 1 auto; }
.buzzen-memorial-card-body h2 { font-size: 1.15rem; margin: 0; font-weight: 800; }
.buzzen-memorial-card-body h2 a { color: #174b6d; text-decoration: none; }
.buzzen-memorial-card-body h2 a:hover { text-decoration: underline; }
.buzzen-memorial-realname { color: #6b7f8d; margin-top: .2rem; }
.buzzen-memorial-meta { display: flex; flex-wrap: wrap; gap: .75rem 1rem; color: #617887; font-size: .88rem; margin: .7rem 0; }
.buzzen-memorial-card-body p { color: #405e70; margin: 0; }
.buzzen-memorial-card-footer { padding: 0 1rem 1rem; }
.buzzen-memorial-empty { padding: 2.5rem 1rem; border: 1px dashed #c8d7e0; border-radius: .5rem; text-align: center; color: #6b7f8d; display: grid; gap: .35rem; }
.buzzen-memorial-detail-card { border: 1px solid #d6e1e8; border-radius: .6rem; padding: 1rem; background: #fff; margin-bottom: 1.25rem; }
.buzzen-memorial-detail-photo { border-radius: .5rem; overflow: hidden; background: #edf2f5; }
.buzzen-memorial-detail-photo img { width: 100%; height: auto; display: block; }
.buzzen-memorial-detail-card h2 { color: #174b6d; font-weight: 800; margin-bottom: .2rem; }
.buzzen-memorial-detail-meta { margin: .75rem 0 1rem; }
.buzzen-memorial-bio { border-left: 4px solid #c68aaa; padding: .85rem 1rem; background: #fbf8fa; color: #314e60; overflow-wrap: anywhere; }
.buzzen-memorial-bio img { max-width: 100%; height: auto; }
.buzzen-memorial-comments-header { margin-top: 1rem; padding: .8rem 1rem; border-radius: .5rem; background: #173f5a; color: #fff; }
.buzzen-memorial-comments-header h2 { margin: 0; font-size: 1.05rem; font-weight: 800; text-transform: uppercase; }
.buzzen-memorial-comments-header small { font-size: .8rem; opacity: .8; }
.buzzen-memorial-comments-list { display: grid; gap: .8rem; margin-top: .8rem; }
.buzzen-memorial-comment { display: flex; gap: .8rem; padding: .9rem; border: 1px solid #d7e2ea; border-radius: .5rem; background: #fff; }
.buzzen-memorial-comment-avatar { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; border: 1px solid #cbd8e0; flex: 0 0 48px; }
.buzzen-memorial-comment-main { min-width: 0; flex: 1 1 auto; }
.buzzen-memorial-comment-topline { display: flex; justify-content: space-between; align-items: baseline; gap: .8rem; margin-bottom: .35rem; }
.buzzen-memorial-comment-name { color: #174b6d; font-weight: 800; }
.buzzen-memorial-comment-date { color: #718793; font-size: .78rem; white-space: nowrap; }
.buzzen-memorial-comment-text { color: #324f61; overflow-wrap: anywhere; }
.buzzen-memorial-older-comments { margin: .8rem 0; border: 1px solid #d7e2ea; border-radius: .5rem; padding: .75rem; background: #f8fbfd; }
.buzzen-memorial-older-comments summary { cursor: pointer; color: #174b6d; font-weight: 700; }
.buzzen-memorial-comment-form { margin-top: 1rem; padding: 1rem; border: 1px solid #d7e2ea; border-radius: .5rem; background: #f9fbfc; }
.buzzen-memorial-empty-comment { padding: 1rem; color: #6b7f8d; border: 1px dashed #c8d7e0; border-radius: .5rem; margin-top: .8rem; }
@media (max-width: 575.98px) {
  .buzzen-memorial-panel { padding: .85rem; }
  .buzzen-memorial-intro { display: block; }
  .buzzen-memorial-intro-icon { margin-bottom: .6rem; }
  .buzzen-memorial-comment-topline { display: block; }
  .buzzen-memorial-comment-date { display: block; margin-top: .2rem; white-space: normal; }
}
