.public-content-state {
  min-height: 260px;
  padding: 40px 0;
  overflow-wrap: anywhere;
}
.public-content-state h1, .moment-detail > h1 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0;
}
.public-content-state > div, .public-content-feedback {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.public-content-feedback {
  min-height: 28px;
  margin: 12px 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.public-content-feedback:empty { min-height: 0; margin: 0; }
[data-collection-results][inert], [data-comment-list][inert] { opacity: .5; }
.collection-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 76px 44px;
  gap: 10px;
  align-items: center;
}
.collection-refresh, [data-comment-refresh] { display: inline-grid; place-items: center; width: 44px; min-width: 44px; height: 44px; padding: 0; }
.collection-refresh img, [data-comment-refresh] img { display: block; width: 18px; height: 18px; object-fit: contain; }
.collection-toolbar .collection-search,
.collection-toolbar .collection-filter { position: relative; display: block; min-width: 0; }
.collection-toolbar .collection-search::before,
.collection-toolbar .collection-filter::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: currentColor;
  color: #607078;
  pointer-events: none;
}
.collection-toolbar .collection-search::before {
  left: 14px;
  mask: url("/assets/bingyu/original/assets/font5-awesome/svgs/solid/search.svg") center / contain no-repeat;
}
.collection-toolbar .collection-filters { gap: 8px; max-width: 300px; }
.collection-toolbar .collection-filter { flex: 1 1 140px; width: 140px; }
.collection-toolbar .collection-filter::after {
  right: 14px;
  width: 10px;
  height: 10px;
  mask: url("/assets/bingyu/original/assets/font5-awesome/svgs/solid/chevron-down.svg") center / contain no-repeat;
}
.collection-toolbar :is(input, select, .collection-submit, .collection-refresh) {
  height: 44px;
  min-height: 44px;
  min-width: 0;
  margin: 0;
  border: 1px solid #cdd9dd;
  border-radius: 8px;
  background: #fff;
  color: #40545b;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  transition: border-color .16s ease, background-color .16s ease;
}
.collection-toolbar input {
  width: 100%;
  padding: 0 12px 0 40px;
}
.collection-toolbar input::placeholder { color: #75838a; opacity: 1; }
.collection-toolbar input::-webkit-search-cancel-button { margin-left: 8px; cursor: pointer; }
.collection-toolbar select {
  appearance: none;
  width: 100%;
  max-width: 100%;
  padding: 0 34px 0 12px;
  text-overflow: ellipsis;
  cursor: pointer;
}
.collection-toolbar .collection-submit {
  padding: 0 12px;
  border-color: #287f7b;
  background: #287f7b;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.collection-toolbar .collection-refresh { width: 44px; padding: 0; }
.collection-toolbar .collection-refresh img { opacity: .65; }
.collection-toolbar :is(input, select, .collection-refresh):hover { border-color: #8fadaa; }
.collection-toolbar .collection-refresh:hover { background: #f0f7f6; }
.collection-toolbar .collection-submit:hover { border-color: #206a67; background: #206a67; }
.collection-toolbar :is(.collection-submit, .collection-refresh):hover { transform: none; }
.collection-toolbar :is(input, select, button):focus-visible { outline: 2px solid #287f7b; outline-offset: 2px; }
.collection-toolbar .collection-search:focus-within::before { color: #287f7b; }
.collection-toolbar .collection-refresh:disabled { opacity: .5; cursor: wait; }
.collection-pagination:empty { display: none; }
.collection-pagination button { min-width: 44px; min-height: 44px; flex-shrink: 0; }
.collection-pagination span { overflow-wrap: anywhere; text-align: center; }
.collection-head > span { flex-shrink: 0; }
:is(.content-collection, .moment-detail) {
  --reading-title: #334252;
  --reading-text: #445467;
  --reading-meta: #596477;
  --reading-hover-title: #285b68;
}
:is(.content-collection, .moment-detail) :is(.post-tile, .album-card, .moment-card) {
  --hover-title: var(--reading-hover-title);
  --hover-text: var(--reading-text);
}
:is(.content-collection, .moment-detail) :is(.post-tile, .album-card, .moment-card) :is(h2, h3, .feed-author strong) {
  color: var(--reading-title);
}
:is(.content-collection, .moment-detail) :is(.post-tile, .album-card, .moment-card) :is(.card-summary, .feed-text) {
  color: var(--reading-text);
}
:is(.content-collection, .moment-detail) :is(.post-tile, .album-card, .moment-card) :is(.feed-author span, .feed-meta > span) {
  color: var(--reading-meta);
}
.content-collection .album-card > .album-no-cover {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
  padding: 0;
  background: #edf1f2;
}
.content-collection .album-no-cover > img {
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: auto;
  object-fit: contain;
  opacity: .42;
}
.comment-parent-context {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-left: 3px solid #789b9a;
  background: #f1f5f4;
  color: #364a48;
  overflow-wrap: anywhere;
}
.comment-parent-context p { margin: 6px 0 0; }
.article-detail .comment-section { --hover-text: #445467; --hover-title: #285b68; }
.article-detail .comment-card p, .article-detail .comment-parent-context p { color: #445467; }
.article-detail .comment-section :is(.comment-card span, .comment-head > span, .comment-list-head > span) { color: #596477; }
.article-detail .comment-section .comment-card-actions button { color: #285b68; border-color: #b7cbce; background: #eff5f5; }
.article-detail .comment-card-meta { flex-wrap: wrap; gap: 4px 12px; }
.article-detail .comment-card-meta > span { white-space: nowrap; }
.comment-list-head { flex-wrap: wrap; gap: 8px; scroll-margin-top: 110px; }
.comment-list-head [data-comment-refresh] { margin-left: auto; }
.moment-detail { max-width: 960px; margin: 0 auto; }
.moment-detail > h1 { overflow-wrap: anywhere; }
.moment-detail .moment-card h3 { display: none; }
.moment-detail .moment-timeline { margin-top: 24px; }
@media (max-width: 720px) {
  .collection-toolbar { grid-template-columns: minmax(0, 1fr) 68px 44px; gap: 8px; }
  .collection-toolbar .collection-search { grid-column: 1; grid-row: 1; min-width: 0; }
  .collection-toolbar .collection-submit { grid-column: 2; grid-row: 1; padding: 0 8px; }
  .collection-toolbar .collection-refresh { grid-column: 3; grid-row: 1; }
  .collection-toolbar .collection-filters { grid-column: 1 / -1; grid-row: 2; min-width: 0; max-width: none; }
  .collection-toolbar .collection-filter { flex: 1; min-width: 0; width: auto; }
  .collection-toolbar :is(input, select, .collection-submit, .collection-refresh) { font-size: 16px; }
}
@media (max-width: 600px) {
  .collection-head { gap: 8px; flex-wrap: wrap; }
  .collection-head h1, .moment-detail > h1 { font-size: 24px; }
  .public-content-state { padding-top: 24px; }
  .moment-detail .moment-timeline { margin-top: 16px; }
}
