.community-page .main-nav {
  margin-bottom: 32px;
}

.community-head {
  margin-bottom: 18px;
}

.community-head-copy {
  min-width: 0;
}

.community-head h1 {
  font-size: 22px;
  font-weight: 680;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.community-lead {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 14px;
}

.community-head-tools {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.community-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.community-list-col {
  min-width: 0;
}

.community-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  margin-bottom: 0;
}

.community-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #efe8e2;
  border-radius: 8px;
  background: #fffaf6;
  color: #4a4038;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.community-tab:hover {
  background: #f6efe8;
  border-color: #e8ddd3;
}

.community-tab.is-active {
  background: var(--brown);
  border-color: var(--brown);
  color: #fff;
}

.community-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin-bottom: 0;
}

.community-search input,
.community-field input,
.community-field textarea,
.community-picker-search input {
  height: 34px;
  padding: 0 11px;
  border: 1px solid #e4dcd4;
  border-radius: 5px;
  background: #fff;
}

.community-search input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 34px;
  padding: 0 10px;
  font-size: 13px;
}

.community-search .side-login-btn,
.community-write-btn {
  box-sizing: border-box;
  flex: 0 0 auto;
  height: 34px;
  min-width: 0;
  padding: 0 12px;
  font-size: 13px;
  white-space: nowrap;
}

.community-write-btn {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
}

.community-search .side-login-btn {
  background: var(--brown);
  letter-spacing: 0.1em;
}

.community-write-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.community-list-write {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 18px 0 0;
}

.community-list-write .community-search {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

.community-list-write .community-search input {
  flex: 0 0 auto;
  width: 148px;
}

.community-split {
  display: grid;
  grid-template-columns: minmax(0, 4.8fr) minmax(0, 5.2fr);
  gap: 20px;
  align-items: start;
}

.community-test-col {
  display: grid;
  min-width: 0;
  gap: 20px;
}

.community-round-box,
.community-test-side {
  min-width: 0;
  padding: 20px 11px;
  border: 1px solid #efe8e2;
  border-radius: 8px;
  background: #fff;
}

.community-page .community-test-side,
.community-page .community-list-col .community-round-box {
  box-shadow: 0 1px 4px rgba(107, 74, 54, 0.08);
}

.community-list-col .community-round-box {
  padding-bottom: 15px;
}

.community-list-box {
  display: flex;
  flex-direction: column;
  height: 922px;
  min-height: 922px;
  max-height: 922px;
  overflow: hidden;
  padding: 0 0 15px;
}

.community-list-box .community-quote-stage {
  flex: 1 1 auto;
  min-height: 0;
}

.community-list-box .community-list-pane {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  width: 50%;
  min-height: 0;
  height: 100%;
  padding: 12px 11px 6px;
  overflow: auto;
}

.community-list-box .community-quote-pane--view {
  padding: 16px 14px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: auto;
  scrollbar-width: thin;
  scrollbar-color: #d4c6b8 transparent;
}

.community-list-box .community-form {
  gap: 10px;
}

.community-list-box .community-field textarea {
  min-height: 160px;
}

.community-list-box.is-instant .community-quote-track,
.community-list-box.is-instant .community-quote-back,
.community-list-box.is-instant .community-quote-head-home,
.community-list-box.is-instant .community-list-count,
.community-list-box.is-instant .community-list-write-title,
.community-list-box.is-instant .community-list-view-title {
  transition: none;
}

.community-list-box .community-quote-head {
  justify-content: space-between;
  gap: 8px;
}

.community-list-box .community-quote-head-home {
  position: static;
  transform: none;
  flex: 0 0 auto;
  color: var(--brown-deep);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.community-list-box .community-list-count {
  margin-left: auto;
  color: var(--brown-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 220ms ease;
}

.community-list-box .community-list-write-title,
.community-list-box .community-list-view-title {
  position: absolute;
  right: 14px;
  top: 50%;
  color: var(--brown-deep);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}

.community-list-box .community-quote-back {
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--brown-deep);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 220ms ease;
}

.community-list-box .community-quote-back-mark {
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -1px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.community-list-box.is-writing .community-quote-head-home,
.community-list-box.is-writing .community-list-count,
.community-list-box.is-viewing .community-quote-head-home,
.community-list-box.is-viewing .community-list-count {
  opacity: 0;
}

.community-list-box.is-writing .community-quote-back,
.community-list-box.is-writing .community-list-write-title,
.community-list-box.is-viewing .community-quote-back,
.community-list-box.is-viewing .community-list-view-title {
  opacity: 1;
  pointer-events: auto;
}

.community-list-box.is-writing .community-list-write-title,
.community-list-box.is-viewing .community-list-view-title {
  pointer-events: none;
}

.community-list-box [data-board-write-panel][hidden],
.community-list-box [data-community-post][hidden] {
  display: none;
}

.community-list-box .community-board-post {
  flex: 0 0 auto;
  min-width: 0;
}

.community-list-box .community-post-title {
  font-size: 18px;
}

.community-list-box .community-tabs-row {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efe8e2;
}

.community-list-box .community-tabs {
  flex: 1 1 auto;
  margin: 0;
}

.community-list-box .community-tabs-row .community-write-btn {
  margin-left: auto;
}

.community-test-side {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  overflow: hidden;
  padding-bottom: 5px;
}

[data-community-quotes="video"],
[data-community-quotes="channel"] {
  height: 451px;
  min-height: 451px;
  max-height: 451px;
}

.community-round-box h3,
.community-test-side h3 {
  flex: 0 0 auto;
  margin: 0 0 7px;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.02em;
  color: var(--brown-deep);
}

.community-test-side h3 {
  display: flex;
  align-items: baseline;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
}

.community-quote-heading-name {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.community-quote-heading-meta {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 720;
  color: var(--brown-deep);
}

.community-list-col .community-round-box .community-item:first-child {
  padding-top: 0;
}

.community-list-col .community-item {
  position: relative;
  padding-bottom: 13px;
}

.community-list-box .community-item.is-anchor::before {
  content: "";
  position: absolute;
  left: -8px;
  top: calc(12px + 16px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e54d4d;
  pointer-events: none;
}

.community-list-col .community-round-box .community-item:first-child.is-anchor::before {
  top: 16px;
}

.community-quote {
  display: flex;
  align-items: stretch;
  gap: 9px;
  min-width: 0;
  min-height: 38px;
  text-decoration: none;
  color: inherit;
}

.community-quote + .community-quote {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px dotted #e8ddd3;
}

.community-quote-media {
  position: relative;
  flex: 0 0 70px;
  align-self: stretch;
  overflow: hidden;
  width: 70px;
  min-height: 0;
  margin-bottom: 4px;
  border-radius: 4px;
  background: #efe8e2;
}

.community-quote-media.is-channel {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  container-type: size;
}

.community-quote-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.community-quote-media.is-channel img {
  position: absolute;
  inset: auto;
  top: 50%;
  left: 50%;
  width: min(100cqw, 100cqh);
  height: min(100cqw, 100cqh);
  max-width: none;
  max-height: none;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

[data-community-quotes="channel"] .community-quote + .community-quote {
  position: relative;
  margin-top: 17px;
  padding-top: 0;
  border-top: 0;
}

[data-community-quotes="channel"] .community-quote + .community-quote::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  border-top: 1px dotted #e8ddd3;
}

.community-quote-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
}

.community-quote-source,
.community-quote-copy .community-item-title {
  max-width: calc(100% - 20px);
}

.community-quote-source {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  white-space: nowrap;
}

.community-quote-source-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.community-quote-flag {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.community-quote-flag--flat {
  width: 16px;
  height: 11px;
  object-fit: cover;
  border-radius: 1px;
  box-shadow: inset 0 0 0 1px rgba(80, 60, 40, 0.14);
}

.community-page .nz-pager-nav-end {
  display: none;
}

.community-round-box .nz-pager,
.community-test-side .nz-pager {
  margin-top: 14px;
  gap: 4px;
}

.community-list-col .nz-pager {
  margin-top: 0;
}

.community-test-side .nz-pager {
  margin-top: 25px;
  margin-bottom: 26px;
}

.community-quote-box .nz-pager {
  margin-bottom: 24px;
}

.community-quote-stage {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.community-quote-track {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 200%;
  height: 100%;
  transform: translateX(0);
  transition: transform 220ms ease;
}

.community-quote-stage.is-open .community-quote-track {
  transform: translateX(-50%);
}

.community-quote-stage.is-instant .community-quote-track {
  transition: none;
}

.community-quote-pane {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.community-quote-pane--view {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.community-quote-view {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0;
  min-height: 0;
  height: 100%;
  padding: 0;
}

.community-quote-view-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.community-quote-back {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #efe8e2;
  border-radius: 6px;
  background: #fffaf6;
  color: #4a4038;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.community-quote-back:hover {
  background: #f6efe8;
  border-color: #e8ddd3;
}

.community-quote-view-title {
  margin: 0;
  font-size: 16px;
  font-weight: 720;
  letter-spacing: -0.03em;
  line-height: 1.35;
}

.community-quote-card .community-quote-view-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.community-quote-view-meta > span:first-child {
  min-width: 0;
}

.community-quote-author {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

.community-quote-author-icon {
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  color: #9a8c80;
}

.community-quote-card {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 9px;
  margin: 2px 0 0;
  padding: 10px 12px;
  border: 1px solid #efe8e2;
  border-radius: 12px;
  background: #fffaf6;
}

.community-quote-card-body {
  min-height: 20px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}

.community-quote-card-editor {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #efe8e2;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  font: inherit;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: inherit;
  resize: vertical;
  outline: none;
}

.community-quote-card-actions {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  margin-left: auto;
}

.community-quote-card-actions button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #9a8c80;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.community-quote-card-actions button:hover {
  color: var(--brown-deep);
}

.community-quote-card-sep {
  color: #d4c8be;
}

.community-quote-view .community-target {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 10px;
  margin: 0;
  padding: 0 1px 10px;
  border: 0;
  border-bottom: 1px solid #efe8e2;
  border-radius: 0;
  background: #fff;
}

.community-quote-view .community-target img {
  width: 76px;
  height: 58px;
  object-fit: cover;
}

.community-quote-view .community-target.is-channel img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.community-quote-view .community-target-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.community-quote-view .community-target-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-quote-view .community-target-channel {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
}

.community-quote-view .community-target-channel-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-quote-view .community-target-extra {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  color: #9a8c80;
  font-size: 12px;
  line-height: 1.2;
}

.community-quote-view .community-target-views,
.community-quote-view .community-target-quotes {
  flex: 0 0 auto;
  white-space: nowrap;
}

.community-quote-view .community-target-dot {
  flex: 0 0 auto;
  color: #c4b6aa;
}

.community-quote-view .community-post-images {
  margin: 4px 0 0;
  gap: 8px;
}

.community-quote-view .community-comments {
  margin-top: 10px;
  padding-top: 10px;
}

.community-quote-related {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0;
  min-height: 0;
  margin: 0;
  padding: 10px 1px 8px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #d4c6b8 transparent;
}

.community-quote-related::-webkit-scrollbar {
  width: 4px;
}

.community-quote-related::-webkit-scrollbar-track {
  background: transparent;
}

.community-quote-related::-webkit-scrollbar-thumb {
  background: #d4c6b8;
  border-radius: 4px;
}

.community-quote-related-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  text-decoration: none;
  color: inherit;
}

.community-quote-related-item + .community-quote-related-item {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 0;
}

.community-quote-related-item + .community-quote-related-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  border-top: 1px dotted #eadfd6;
}

.community-quote-related-item p {
  margin: 0;
}

.community-quote-view-loading,
.community-quote-view-empty {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.community-quote-view.is-enter > .community-target {
  animation: communityQuoteHeadIn 340ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.community-quote-view.is-enter .community-quote-related-item {
  animation: communityQuoteCardIn 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(110ms + (var(--i, 0) * 52ms));
}

@keyframes communityQuoteHeadIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes communityQuoteCardIn {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .community-quote-track {
    transition: none;
  }

  .community-quote-view.is-enter > .community-target,
  .community-quote-view.is-enter .community-quote-related-item {
    animation: none;
  }
}

.community-test-side [data-community-quotes-body] {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.community-quote-box {
  box-sizing: border-box;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  padding: 0;
}

.community-quote-box[data-community-quotes="video"],
.community-quote-box[data-community-quotes="channel"] {
  height: 451px;
  min-height: 451px;
  max-height: 451px;
}

.community-quote-box .community-quote-head,
.community-list-box .community-quote-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid #efe8e2;
  background: #fffaf6;
  box-shadow: 0 2px 6px rgba(107, 74, 54, 0.1);
}

.community-quote-box .community-quote-pages {
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  transform: translateY(-50%);
}

.community-quote-box .community-quote-pages[hidden] {
  display: none;
}

.community-quote-box .community-quote-pages a,
.community-quote-box .community-quote-pages span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
}

.community-quote-box .community-quote-pages a {
  background: #f6efe8;
  color: #8a7a6e;
}

.community-quote-box .community-quote-pages a:hover {
  background: #efe4d8;
  color: var(--brown-deep);
}

.community-quote-box .community-quote-pages .is-current {
  background: var(--brown);
  color: #fff;
}

.community-quote-box .community-quote-pages .is-skip {
  min-width: 12px;
  padding: 0;
  background: transparent;
  color: #c2b4a8;
  font-weight: 700;
}

.community-quote-box .community-quote-pages .is-step {
  min-width: 16px;
  padding: 0;
  background: transparent;
  color: var(--brown-deep);
  font-size: 12px;
}

.community-quote-box .community-quote-pages .is-step:hover {
  background: transparent;
  color: var(--brown);
}

.community-quote-box.has-pages .community-quote-head h3 {
  right: 108px;
}

.community-quote-box .community-quote-head h3 {
  position: absolute;
  left: 14px;
  right: 14px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: opacity 180ms ease;
}

.community-quote-box.is-filtered:not(.is-reading) .community-quote-head h3 {
  opacity: 1;
}

.community-quote-box .community-quote-back {
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--brown-deep);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 220ms ease;
}

.community-quote-box.is-reading .community-quote-back {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 480ms ease;
  transition-delay: 90ms;
}

.community-quote-box .community-quote-back-mark {
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -1px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.community-quote-box .community-quote-head-home {
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--brown-deep);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 360ms ease;
}

.community-quote-box.is-filtered:not(.is-reading) .community-quote-head-home,
.community-quote-box.is-reading .community-quote-head-home {
  opacity: 0;
  pointer-events: none;
}

.community-quote-box.is-instant .community-quote-back,
.community-quote-box.is-instant .community-quote-head-home,
.community-quote-box.is-instant .community-quote-head h3 {
  transition: none;
}

.community-quote-box .community-quote-back:hover,
.community-quote-box .community-quote-head-home:hover {
  background: transparent;
  border-color: transparent;
  color: var(--brown);
}

@media (prefers-reduced-motion: reduce) {
  .community-quote-box .community-quote-back,
  .community-quote-box .community-quote-head-home,
  .community-quote-box .community-quote-head h3 {
    transition: none;
  }
}

.community-quote-box .community-quote-stage {
  padding: 0;
}

.community-quote-box .community-quote-pane--list {
  padding: 15px 0 6px 11px;
}

.community-quote-box .community-quote-pane--view {
  padding: 25px 11px 6px;
}

.community-quote-box .community-quote-pane--list,
.community-quote-box .community-quote-pane--view {
  overscroll-behavior: contain;
}

.community-quote-box .community-quote-pane--list {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d4c6b8 transparent;
}

.community-quote-box .community-quote-pane--list::-webkit-scrollbar {
  width: 4px;
}

.community-quote-box .community-quote-pane--list::-webkit-scrollbar-track {
  background: transparent;
}

.community-quote-box .community-quote-pane--list::-webkit-scrollbar-thumb {
  background: #d4c6b8;
  border-radius: 4px;
}

.community-quote-box [data-community-quotes-body] {
  flex: 0 0 auto;
  overflow: visible;
}

.community-quote-box .community-quote-row.is-follow .community-quote {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px dotted #e8ddd3;
}

.community-quote-box .community-quote-row .community-quote {
  position: relative;
}

.community-quote-box .community-quote-row.is-anchor .community-quote::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e54d4d;
  transform: translateY(-50%);
  pointer-events: none;
}

.community-quote-box .community-quote-media {
  min-height: 62px;
}

.community-quote-box [data-community-quotes-pager] {
  flex: 0 0 auto;
  min-height: 0;
  padding-right: 11px;
}

.community-quote-box [data-community-quotes-body]:has(.video-empty) {
  flex: 1 1 auto;
}

.community-quote-end {
  margin: 12px 0 6px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: -0.02em;
  text-align: center;
}

.community-test-side [data-community-quotes-body]:has(.video-empty) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.community-page .video-empty img {
  width: 120px;
  height: 120px;
}

.community-test-side .video-empty {
  padding: 12px 8px;
}

.community-list-col [data-community-body] {
  flex: 0 0 auto;
  min-height: 0;
}

.community-test-side [data-community-quotes-pager] {
  flex: 0 0 auto;
  min-height: 53px;
}

.community-quote-box [data-community-quotes-pager] {
  min-height: 0;
}

.community-list-col [data-community-pager] {
  flex: 0 0 auto;
  min-height: 0;
  margin-top: 10px;
}

.community-round-box .nz-pager a,
.community-round-box .nz-pager span,
.community-test-side .nz-pager a,
.community-test-side .nz-pager span {
  min-width: 26px;
  height: 28px;
  padding: 0 6px;
  font-size: 12px;
}

.community-round-box .nz-pager .nz-pager-nav,
.community-test-side .nz-pager .nz-pager-nav {
  padding: 0 8px;
}

.community-quote-box .nz-pager a,
.community-quote-box .nz-pager span {
  box-sizing: border-box;
  min-width: 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.community-quote-box .nz-pager a {
  background: #f6efe8;
  color: #8a7a6e;
}

.community-quote-box .nz-pager a:hover {
  background: #efe4d8;
  color: var(--brown-deep);
}

.community-quote-box .nz-pager .is-current {
  background: var(--brown);
  color: #fff;
}

.community-quote-box .nz-pager .nz-pager-nav,
.community-quote-box .nz-pager .nz-pager-nav-step,
.community-quote-box .nz-pager a.nz-pager-nav-step:hover {
  background: transparent;
  border: 0;
  color: var(--brown-deep);
}

.community-quote-box .nz-pager a.nz-pager-nav:hover {
  background: #f6efe8;
  color: var(--brown);
}

.community-quote-box .nz-pager .nz-pager-nav.is-disabled {
  background: transparent;
  border: 0;
  color: #d8cdc4;
}

.community-quote-box .nz-pager .nz-pager-ellipsis,
.community-quote-box .nz-pager .is-skip {
  width: auto;
  min-width: 16px;
  background: transparent;
  color: #c2b4a8;
}

.community-quote-box .nz-pager .is-step {
  background: transparent;
  color: var(--brown-deep);
}

.community-quote-box .nz-pager a.is-step:hover {
  background: #f6efe8;
  color: var(--brown);
}

.community-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px dotted #e8ddd3;
  text-decoration: none;
  color: inherit;
}

.community-item:first-child {
  border-top: 0;
}

.community-item > div,
.community-quote-copy {
  min-width: 0;
}

.community-item-title {
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  font-weight: 680;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.community-quote-copy .community-item-title {
  line-height: 1.2;
}

.community-item-meta {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.community-heart-meta {
  display: inline;
}

.community-heart-meta[hidden] {
  display: none;
}

.community-heart-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px 0 1px;
  vertical-align: -1px;
}

.community-quote-copy .community-item-meta {
  margin-top: 4px;
}

.community-chip {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 6px;
  border: 1px solid #efe8e2;
  border-radius: 4px;
  background: #fffaf6;
  color: var(--brown);
  font-size: 11px;
  font-weight: 650;
}

.community-item .community-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin: 0;
  padding: 0 8px;
  min-width: 38px;
  line-height: 1;
}

.community-item-media {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  width: 58px;
  min-height: 0;
  border-radius: 4px;
  background: #efe8e2;
}

.community-item-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.community-item.is-skeleton,
.community-quote.is-skeleton {
  pointer-events: none;
  user-select: none;
}

.community-item.is-skeleton {
  min-height: 58px;
}

.community-quote.is-skeleton {
  min-height: 70px;
}

.community-item.is-skeleton .community-chip {
  width: 38px;
  min-width: 38px;
  border-color: transparent;
  color: transparent;
}

.community-item.is-skeleton .community-chip,
.community-item.is-skeleton .community-item-media,
.community-quote.is-skeleton .community-quote-media,
.community-item.is-skeleton .skel-line,
.community-quote.is-skeleton .skel-line {
  background-color: #eee9e4;
  background-image: linear-gradient(90deg, #eee9e4 0%, #f7f3ef 46%, #eee9e4 90%);
  background-size: 200% 100%;
  animation: nz-skel 1.35s ease-in-out infinite;
}

.community-item.is-skeleton .community-item-title .skel-line {
  height: 14px;
  width: 78%;
}

.community-item.is-skeleton .community-item-meta .skel-line,
.community-quote.is-skeleton .community-item-meta .skel-line {
  height: 10px;
  width: 52%;
  margin-top: 0;
}

.community-quote.is-skeleton .community-quote-source .skel-line {
  height: 10px;
  width: 42%;
}

.community-quote.is-skeleton .community-item-title .skel-line {
  height: 13px;
  width: 86%;
}

.community-form {
  display: grid;
  gap: 12px;
}

.community-cats-write {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border: 0;
  padding: 0;
}

.community-cats-write .community-cat-btn {
  cursor: pointer;
  font-family: inherit;
}

.community-cats-write .community-cat-btn:disabled {
  cursor: default;
  opacity: 0.7;
}

.community-field {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 650;
  color: #5c5148;
}

.community-field textarea {
  height: auto;
  padding: 10px 11px;
  resize: vertical;
}

.community-image-slots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.community-image-slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 120px;
  border: 1px dashed #e4dcd4;
  border-radius: 8px;
  background: #fffaf6;
  font-weight: 650;
  cursor: pointer;
}

.community-image-slot.has-image {
  border-style: solid;
}

.community-image-slot-add {
  color: #888888;
  font-size: 13px;
}

.community-image-slot.has-image .community-image-slot-add {
  display: none;
}

.community-field input[type="file"],
.community-image-slot input[type="file"] {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.community-image-slot.has-image input[type="file"] {
  pointer-events: none;
}

.community-image-preview {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.community-image-preview[hidden] {
  display: none;
}

.community-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #efe8e2;
}

.community-image-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 8px;
  border: 0;
  border-radius: 6px;
  background: rgba(34, 22, 14, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.community-image-remove:hover {
  background: rgba(34, 22, 14, 0.86);
}

.community-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.community-form-actions .side-login-btn {
  box-sizing: border-box;
  min-width: 72px;
  height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 13px;
}

.community-target,
.community-write-target {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #efe8e2;
  border-radius: 8px;
  background: #fffaf6;
  text-decoration: none;
  color: inherit;
}

.community-target img,
.community-write-target img {
  width: 72px;
  height: 48px;
  border-radius: 4px;
  object-fit: cover;
  background: #efe8e2;
}

.community-target.is-channel img,
.community-write-target.is-channel img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.community-post-box {
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
}

.community-board-post .community-post-cat {
  margin: 0;
}

.community-board-post .community-chip {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
}

.community-board-post .community-post-meta {
  margin-top: 6px;
  font-size: 14px;
}

.community-post-rule {
  height: 0;
  margin: 12px 0 0;
  border: 0;
  border-top: 1px solid #efe8e2;
}

.community-post-rule--foot {
  margin-top: 30px;
}

.community-post-votes {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
}

.community-vote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-sizing: border-box;
  min-width: 88px;
  height: 36px;
  padding: 0 16px;
  border: 1px solid #e4dcd4;
  border-radius: 8px;
  background: #fff;
  color: #5c5148;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.community-vote-heart {
  display: block;
  flex: 0 0 auto;
}

.community-vote:hover {
  background: #fffaf6;
}

.community-vote.is-on {
  background: var(--brown);
  border-color: var(--brown);
  color: #fff;
}

.community-vote.is-on:hover {
  background: var(--brown);
}

.community-post-title {
  margin: 8px 0 6px;
  font-size: 24px;
  font-weight: 680;
}

.community-post-body {
  margin: 16px 0 0;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.7;
  font-size: 15px;
}

.community-board-post .community-form-actions {
  margin-top: 10px;
  gap: 10px;
}

.community-post-images {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.community-post-images img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #efe8e2;
}

.community-comments {
  margin-top: 22px;
}

.community-comments-title {
  margin: 0 0 10px;
  color: var(--brown-deep);
  font-size: 16px;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.community-comment-form {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.community-comment {
  padding: 12px 0;
  border-bottom: 1px dotted #e8ddd3;
}

.community-comment:last-child {
  border-bottom: 0;
}

.community-comment-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.community-comment-meta {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.community-comment-actions,
.community-comment-edit-actions {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  margin: 0;
}

.community-comment-actions button,
.community-comment-edit-actions button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #9a8c80;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.community-comment-actions button:hover,
.community-comment-edit-actions button:hover {
  color: var(--brown-deep);
}

.community-comment-sep {
  color: #d4c8be;
  font-size: 12px;
}

.community-comment-body {
  margin-top: 6px;
  white-space: pre-wrap;
  word-break: break-word;
}

.community-comment-empty {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.community-comments [data-comment-pager] .nz-pager {
  margin: 14px 0 0;
}

.community-comment-note {
  margin: 16px 0 0;
  padding: 10px 12px;
  border: 1px solid #efe8e2;
  border-radius: 8px;
  background: #faf6f2;
  color: #9a8c80;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.community-comment-form textarea {
  min-height: 72px;
  padding: 10px 11px;
  border: 1px solid #e4dcd4;
  border-radius: 5px;
}

.community-picker {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: rgba(61, 52, 46, 0.28);
}

.community-picker-box {
  width: min(640px, calc(100vw - 48px));
  max-height: min(72vh, 640px);
  overflow: auto;
  padding: 16px;
  border: 1px solid #efe8e2;
  border-radius: 8px;
  background: #fffaf6;
}

.community-picker-search {
  display: flex;
  gap: 6px;
  margin: 10px 0;
}

.community-picker-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 0;
  border: 0;
  border-top: 1px dotted #e8ddd3;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.community-picker-item img {
  width: 64px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.community-page .channel-pager {
  justify-content: center;
}

.community-page .admin-empty {
  margin: 18px 0;
  color: var(--muted);
  font-size: 13px;
}

.community-cats-write label {
  font-size: 13px;
  font-weight: 650;
  color: #5c5148;
}

.community-cats-write .community-cat-btn {
  font: inherit;
}

.community-pick-row {
  margin: 0;
}

.community-comment-edit {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.community-comment-edit textarea {
  min-height: 72px;
  padding: 10px 11px;
  border: 1px solid #e4dcd4;
  border-radius: 5px;
}
