body.theme-app.layout-menu .app-main {
  margin-left: 0;
  min-height: 100vh;
  background: #151515;
}
body.theme-app .community-detail-page {
  min-height: 100vh;
  overflow: hidden;
  background: #151515;
  color: #f5f5f5;
}
body.theme-app .community-detail-breadcrumb {
  height: 61px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #181818;
  color: #ffffff80;
  font-size: 14px;
  line-height: 20px;
}
body.theme-app .community-detail-breadcrumb ol {
  align-items: center;
  gap: 0;
  min-width: 0;
}
body.theme-app .community-detail-breadcrumb li {
  min-width: 0;
}
body.theme-app .community-detail-breadcrumb li + li::before {
  margin: 0 4px;
  color: #ffffff80;
}
body.theme-app .community-detail-breadcrumb strong {
  max-width: 540px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.theme-app .community-detail-shell {
  position: relative;
  height: calc(100vh - 61px);
  min-height: 620px;
  overflow: hidden;
  background: #111;
}
body.theme-app .community-instance-stack {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  background: #111;
  touch-action: none;
}
body.theme-app .community-instance-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  overflow: hidden;
  will-change: transform;
  transform: translate3d(0, 100%, 0);
}
body.theme-app .community-instance-slide[data-position="prev"] {
  z-index: 2;
  transform: translate3d(0, -100%, 0);
}
body.theme-app .community-instance-slide[data-position="current"] {
  z-index: 3;
  transform: translate3d(0, 0, 0);
}
body.theme-app .community-instance-slide[data-position="next"] {
  z-index: 2;
  transform: translate3d(0, 100%, 0);
}
body.theme-app .community-player-column {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: #080808;
}
body.theme-app .community-blur-layer,
body.theme-app .community-player-stage {
  position: absolute;
  inset: 0 0 56px;
  overflow: hidden;
  background: #080808;
}
body.theme-app .community-blur-layer {
  inset: -32px;
  z-index: 0;
  pointer-events: none;
}
body.theme-app .community-blur-layer::after {
  content: "";
  position: absolute;
  inset: 32px;
  background: rgba(0, 0, 0, 0.18);
}
body.theme-app .community-blur-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  filter: blur(26px);
  opacity: 0.82;
  transform: none;
  transform-origin: center;
}
body.theme-app .community-player-frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.theme-app .community-player-mount {
  position: relative;
  z-index: 1;
  width: min(100%, 637px) !important;
  height: 100%;
  overflow: hidden;
  background: #0a0a0b;
}
body.theme-app .community-player-mount .xgplayer {
  background: #0a0a0b;
}
body.theme-app .community-player-mount .xgplayer-poster {
  background-color: #0a0a0b;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
body.theme-app .community-player-mount .xg-mini-progress,
body.theme-app .community-player-mount .xgplayer-controls {
  display: none !important;
}
body.theme-app .community-player-mount video {
  -o-object-fit: contain;
  object-fit: contain;
}
body.theme-app .community-instance-slide.is-buffering .community-player-frame::before {
  content: "";
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border: 3px solid rgba(255, 255, 255, 0.28);
  border-top-color: #e81c2b;
  border-radius: 50%;
  pointer-events: none;
  animation: community-loading-spin 0.8s linear infinite;
}
@keyframes community-loading-spin {
  to {
    transform: rotate(360deg);
  }
}
body.theme-app .community-step svg {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
}
body.theme-app .community-close,
body.theme-app .community-step {
  position: absolute;
  z-index: 5;
  top: 20px;
  width: 34px;
  height: 34px;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
}
body.theme-app .community-step-prev {
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.theme-app .community-close {
  right: 20px;
}
body.theme-app .community-close span,
body.theme-app .community-step span {
  position: absolute;
  inset: 0;
}
body.theme-app .community-close span::after,
body.theme-app .community-close span::before,
body.theme-app .community-step span::after,
body.theme-app .community-step span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
body.theme-app .community-step-prev span::before {
  transform: translate(-44%, -50%) rotate(-45deg);
}
body.theme-app .community-step-prev span::after {
  transform: translate(-44%, 420%) rotate(45deg);
}
body.theme-app .community-step svg {
  width: 10px;
  height: 18px;
}
body.theme-app .community-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.theme-app .community-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.theme-app .community-bottom-controls {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 30px 78px minmax(160px, 1fr) 30px 30px;
  align-items: center;
  gap: 12px;
  background: #121216;
}
body.theme-app .community-mini-play {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 0;
  cursor: pointer;
}
body.theme-app .community-mini-play-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
body.theme-app .community-detail-page.is-playing .community-mini-play-icon-play,
body.theme-app .community-mini-play-icon-pause {
  display: none;
}
body.theme-app
  .community-detail-page.is-playing
  .community-mini-play-icon-pause {
  display: block;
}
body.theme-app .community-time-current {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
body.theme-app .community-progress,
body.theme-app .community-volume {
  width: 100%;
  accent-color: #e81c2b;
  cursor: pointer;
}
body.theme-app .community-volume-label {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.09);
}
body.theme-app .community-volume-label::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 128px;
}
body.theme-app .community-volume-label::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(0.35);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease;
}
body.theme-app .community-volume-label.is-muted::after {
  opacity: 0.92;
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(1);
}
body.theme-app .community-volume-label.is-muted svg {
  opacity: 0.68;
}
body.theme-app .community-pc-actions svg,
body.theme-app .community-volume-label svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
body.theme-app .community-volume-label .community-volume {
  position: absolute;
  right: -32px;
  bottom: 72px;
  width: 94px;
  opacity: 0;
  pointer-events: none;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: opacity 0.16s ease;
}
body.theme-app .community-volume-label:hover .community-volume {
  opacity: 1;
  pointer-events: auto;
}
body.theme-app .community-pc-fullscreen {
  position: relative;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  cursor: pointer;
  transition:
    background-color 0.16s ease,
    opacity 0.16s ease;
}
body.theme-app .community-pc-fullscreen:hover,
body.theme-app .community-pc-fullscreen:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: 0;
}
body.theme-app .community-pc-fullscreen-icon {
  position: absolute;
  inset: 7px;
  display: block;
  background:
    linear-gradient(#fff, #fff) left top/7px 2px no-repeat,
    linear-gradient(#fff, #fff) left top/2px 7px no-repeat,
    linear-gradient(#fff, #fff) right top/7px 2px no-repeat,
    linear-gradient(#fff, #fff) right top/2px 7px no-repeat,
    linear-gradient(#fff, #fff) left bottom/7px 2px no-repeat,
    linear-gradient(#fff, #fff) left bottom/2px 7px no-repeat,
    linear-gradient(#fff, #fff) right bottom/7px 2px no-repeat,
    linear-gradient(#fff, #fff) right bottom/2px 7px no-repeat;
}
body.theme-app
  .community-detail-page.is-pc-fullscreen
  .community-instance-slide {
  grid-template-columns: minmax(0, 1fr) 0;
}
body.theme-app
  .community-detail-page.is-pc-fullscreen
  .community-detail-info {
  display: none;
}
body.theme-app
  .community-detail-page.is-pc-fullscreen
  .community-pc-fullscreen {
  background: rgba(255, 255, 255, 0.14);
}
body.theme-app
  .community-detail-page.is-pc-fullscreen
  .community-pc-fullscreen:hover,
body.theme-app
  .community-detail-page.is-pc-fullscreen
  .community-pc-fullscreen:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}
body.theme-app
  .community-detail-page.is-pc-fullscreen
  .community-pc-fullscreen-icon {
  background:
    linear-gradient(#fff, #fff) left 2px top 6px/7px 2px no-repeat,
    linear-gradient(#fff, #fff) left 6px top 2px/2px 7px no-repeat,
    linear-gradient(#fff, #fff) right 2px top 6px/7px 2px no-repeat,
    linear-gradient(#fff, #fff) right 6px top 2px/2px 7px no-repeat,
    linear-gradient(#fff, #fff) left 2px bottom 6px/7px 2px no-repeat,
    linear-gradient(#fff, #fff) left 6px bottom 2px/2px 7px no-repeat,
    linear-gradient(#fff, #fff) right 2px bottom 6px/7px 2px no-repeat,
    linear-gradient(#fff, #fff) right 6px bottom 2px/2px 7px no-repeat;
}
body.theme-app .community-detail-info {
  position: relative;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #191919;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.theme-app .community-author-row {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 76px;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.theme-app .community-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e81c2b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
body.theme-app .community-author-row strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.theme-app .community-comment-form button,
body.theme-app .community-follow {
  border: 0;
  background: #e81c2b;
  color: #fff;
  cursor: pointer;
}
body.theme-app .community-follow {
  height: 30px;
  border-radius: 2px;
  font-size: 13px;
}
body.theme-app .community-follow.is-active {
  border: 1px solid rgba(232, 28, 43, 0.55);
  background: rgba(232, 28, 43, 0.16);
  color: #e81c2b;
}
body.theme-app .community-rich-copy {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 20px 12px;
}
body.theme-app .community-rich-copy h2 {
  margin: 0 0 7px;
  color: #f6f6f6;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}
body.theme-app .community-rich-copy p {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 19px;
}
body.theme-app .community-rich-copy img {
  width: 100%;
  display: block;
  margin: 0 0 15px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}
body.theme-app .community-rich-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 7px;
}
body.theme-app .community-rich-tags span,
body.theme-app .community-rich-tags a {
  color: #e81c2b;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
body.theme-app .community-rich-tags .community-tag-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 28px;
  padding: 4px 10px;
  border: 0;
  border-radius: 2px;
  background: rgba(232, 28, 43, 0.1);
  color: #ff5865;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: none;
  transition:
    background-color 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}
body.theme-app .community-rich-tags a.community-tag-chip {
  cursor: pointer;
}
body.theme-app .community-rich-tags a.community-tag-chip:hover,
body.theme-app .community-rich-tags a.community-tag-chip:focus-visible {
  background: #e81c2b;
  color: #fff;
  transform: translateY(-1px);
  outline: 0;
}
body.theme-app .community-rich-tags a.community-tag-chip.is-pressed,
body.theme-app .community-rich-tags a.community-tag-chip.is-selected,
body.theme-app .community-rich-tags a.community-tag-chip:active {
  background: #b81220;
  color: #fff;
  transform: translateY(0) scale(0.98);
}
body.theme-app .community-rich-meta {
  display: flex;
  gap: 6px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 17px;
}
body.theme-app .community-side-footer {
  flex: 0 0 56px;
  margin-top: auto;
  padding: 8px 20px 0;
  background: #101016;
}
body.theme-app .community-pc-actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
body.theme-app .community-pc-actions button {
  min-width: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 17px;
  cursor: pointer;
}
body.theme-app .community-action-icon-active,
body.theme-app [data-action="collect"].is-active .community-action-icon-default,
body.theme-app [data-action="like"].is-active .community-action-icon-default {
  display: none;
}
body.theme-app [data-action="collect"].is-active .community-action-icon-active,
body.theme-app [data-action="like"].is-active .community-action-icon-active {
  display: block;
}
body.theme-app .community-comment-panel {
  position: absolute;
  z-index: 12;
  left: auto;
  right: 0;
  bottom: 0;
  width: 540px;
  max-width: 100%;
  height: min(511px, calc(100% - 160px));
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  background: #101016;
  transform: translateY(105%);
  transition: transform 0.2s ease;
}
body.theme-app
  .community-detail-page.is-comments-open
  .community-comment-panel {
  transform: translateY(0);
}
body.theme-app
  .community-detail-page.is-pc-fullscreen
  .community-comment-panel {
  transform: translateY(105%);
}
body.theme-app .community-comment-head {
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
body.theme-app .community-comment-head span {
  margin-left: 6px;
  color: rgba(238, 240, 248, 0.5);
}
body.theme-app .community-comment-head button {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  cursor: pointer;
}
body.theme-app .community-comment-head button span::after,
body.theme-app .community-comment-head button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.78);
  transform-origin: center;
}
body.theme-app .community-comment-head button span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.theme-app .community-comment-head button span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.theme-app .community-comments {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 12px 0;
  overflow-y: auto;
  list-style: none;
}
body.theme-app .community-comment {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 8px;
  padding: 8px 0;
}
body.theme-app .community-comment-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e81c2b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
body.theme-app .community-comment:nth-child(2n) .community-comment-avatar {
  background: #1976d2;
}
body.theme-app .community-comment:nth-child(3n) .community-comment-avatar {
  background: #15945d;
}
body.theme-app .community-comment-author {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
body.theme-app .community-comment-text {
  margin: 1px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 18px;
}
body.theme-app .community-comment-time {
  display: block;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 12px;
  line-height: 17px;
}
body.theme-app .community-comment-form {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60px;
  gap: 10px;
  padding: 8px 0 16px;
}
body.theme-app .community-comment-form input {
  min-width: 0;
  height: 32px;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 7px 12px;
  background: #1c1c1c;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  outline: 0;
}
body.theme-app .community-comment-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.42);
}
body.theme-app .community-comment-form input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
body.theme-app .community-comment-form button {
  height: 32px;
  border-radius: 2px;
  font-size: 13px;
}
body.theme-app .community-mobile-actions,
body.theme-app .community-mobile-heading {
  display: none;
}
@media (max-width: 768px) {
  html.screen-phone {
    overflow-x: hidden;
    overflow-y: auto;
  }
  body.theme-app.layout-menu {
    overflow: visible !important;
  }
  body.theme-app.layout-menu .app-main {
    width: 100vw;
    min-height: 100vh;
    overflow: visible;
    background: #0a0a0b;
  }
  body.theme-app .community-detail-page {
    min-height: 100vh;
    overflow: visible;
    padding-bottom: 96px;
    background: #0a0a0b;
  }
  body.theme-app .community-bottom-controls,
  body.theme-app .community-detail-breadcrumb,
  body.theme-app .community-instance-slide[data-position="next"],
  body.theme-app .community-instance-slide[data-position="prev"],
  body.theme-app .community-side-footer,
  body.theme-app .community-step {
    display: none;
  }
  body.theme-app .community-detail-shell {
    display: block;
    height: auto;
    min-height: 100vh;
    overflow: visible;
    background: #0a0a0b;
  }
  body.theme-app .community-instance-stack {
    position: relative;
    inset: auto;
    height: var(--community-instance-height, 100vh);
    min-height: 100vh;
    overflow: visible;
    background: #0a0a0b;
    touch-action: auto;
  }
  body.theme-app .community-instance-slide {
    position: absolute;
    inset: 0;
    display: block;
    min-height: -moz-max-content;
    min-height: max-content;
    overflow: visible;
  }
  body.theme-app
    .community-detail-page:not(.is-mobile-dragging):not(.is-switching)
    .community-instance-slide[data-position="current"] {
    position: relative;
    inset: auto;
    transform: none !important;
  }
  body.theme-app
    .community-detail-page.is-mobile-dragging
    .community-instance-slide,
  body.theme-app .community-detail-page.is-switching .community-instance-slide {
    position: absolute;
    inset: 0;
    display: block;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    backface-visibility: hidden;
  }
  body.theme-app
    .community-detail-page.is-mobile-dragging.is-switching-next
    .community-instance-slide[data-position="next"],
  body.theme-app
    .community-detail-page.is-switching.is-switching-next
    .community-instance-slide[data-position="next"],
  body.theme-app
    .community-detail-page.is-mobile-dragging.is-switching-prev
    .community-instance-slide[data-position="prev"],
  body.theme-app
    .community-detail-page.is-switching.is-switching-prev
    .community-instance-slide[data-position="prev"] {
    z-index: 4;
  }
  body.theme-app
    .community-detail-page.is-mobile-dragging
    .community-mobile-heading,
  body.theme-app .community-detail-page.is-switching .community-mobile-heading,
  body.theme-app
    .community-detail-page.is-mobile-dragging
    .community-player-column,
  body.theme-app .community-detail-page.is-switching .community-player-column {
    position: relative;
    top: auto;
  }
  body.theme-app
    .community-detail-page.is-mobile-dragging
    .community-instance-stack,
  body.theme-app .community-detail-page.is-switching .community-instance-stack {
    position: fixed;
    inset: 0;
    z-index: 35;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    background: #0a0a0b;
    contain: layout paint;
  }
  body.theme-app .community-player-column {
    position: sticky;
    z-index: 20;
    top: var(--community-mobile-heading-height, 74px);
    height: auto;
    aspect-ratio: 750/500;
    overflow: hidden;
    background: #0a0a0b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  body.theme-app .community-player-stage {
    position: absolute;
    inset: 0;
    touch-action: none;
  }
  body.theme-app .community-blur-layer {
    display: none;
  }
  body.theme-app .community-player-frame {
    position: absolute;
    inset: 0;
  }
  body.theme-app .community-player-mount {
    width: 100% !important;
    max-width: none;
    height: 100%;
    background: #0a0a0b;
  }
  body.theme-app .community-player-mount video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  body.theme-app .community-close {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
  }
  body.theme-app .community-close span::after,
  body.theme-app .community-close span::before {
    width: 14px;
  }
  body.theme-app .community-mobile-heading {
    position: sticky;
    z-index: 24;
    top: 0;
    display: block;
    padding: 14px 10px 12px;
    background: #0a0a0b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  body.theme-app .community-mobile-breadcrumb {
    height: auto;
    display: block;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 7px;
    background: 0 0;
    color: #ffffff80;
    font-size: 12px;
    line-height: 18px;
  }
  body.theme-app .community-mobile-breadcrumb ol {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
  }
  body.theme-app .community-mobile-breadcrumb li + li::before {
    margin: 0 4px;
    color: #ffffff80;
  }
  body.theme-app .community-mobile-breadcrumb li:last-child {
    color: #ffffff80;
  }
  body.theme-app .community-mobile-heading h1,
  body.theme-app
    .community-mobile-heading
    p[data-community-panel-field="videoTitle"] {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
  }
  body.theme-app .community-detail-info {
    height: auto;
    display: block;
    overflow: visible;
    background: #0a0a0b;
    border-left: 0;
  }
  body.theme-app .community-author-row {
    grid-template-columns: 32px minmax(0, 1fr) 72px;
    gap: 10px;
    padding: 10px;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  body.theme-app .community-avatar {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  body.theme-app .community-author-row strong {
    font-size: 14px;
    line-height: 20px;
  }
  body.theme-app .community-follow {
    height: 26px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
  }
  body.theme-app .community-rich-copy {
    overflow: visible;
    padding: 14px 10px 0;
  }
  body.theme-app .community-rich-copy h2 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }
  body.theme-app .community-rich-copy p {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 22px;
  }
  body.theme-app .community-rich-copy img {
    margin: 0 0 21px;
    border-radius: 2px;
  }
  body.theme-app .community-rich-tags {
    gap: 16px;
    margin: 2px 0 7px;
  }
  body.theme-app .community-rich-tags span,
  body.theme-app .community-rich-tags a {
    font-size: 13px;
    line-height: 21px;
  }
  body.theme-app .community-rich-tags .community-tag-chip {
    min-height: 24px;
    padding: 2px 8px;
    background: rgba(0, 0, 0, 0.44);
    font-size: 13px;
    line-height: 21px;
    box-shadow: none;
  }
  body.theme-app .community-rich-tags a.community-tag-chip:hover,
  body.theme-app .community-rich-tags a.community-tag-chip:focus-visible {
    background: rgba(232, 28, 43, 0.92);
    color: #fff;
    transform: none;
  }
  body.theme-app .community-rich-tags a.community-tag-chip.is-pressed,
  body.theme-app .community-rich-tags a.community-tag-chip.is-selected,
  body.theme-app .community-rich-tags a.community-tag-chip:active {
    background: #b81220;
    color: #fff;
    transform: scale(0.97);
  }
  body.theme-app .community-rich-meta {
    margin: 0 0 26px;
    font-size: 12px;
    line-height: 20px;
  }
  body.theme-app .community-mobile-actions {
    position: fixed;
    z-index: 40;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    background: #181818;
  }
  body.theme-app .community-mobile-actions button {
    min-width: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: 0 0;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  body.theme-app .community-mobile-actions svg {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  body.theme-app .community-comment-panel {
    position: fixed;
    z-index: 45;
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    height: 56vh;
    min-height: 320px;
    padding: 0 18px;
    border-radius: 16px 16px 0 0;
    background: #0a0a0b;
  }
  body.theme-app .community-comment-head {
    flex-basis: 58px;
    font-size: 18px;
    line-height: 24px;
  }
  body.theme-app .community-comment {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  body.theme-app .community-comment-avatar {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  body.theme-app .community-comment-author {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
  }
  body.theme-app .community-comment-text {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
  }
  body.theme-app .community-comment-time {
    color: rgba(255, 255, 255, 0.38);
    font-size: 12px;
    line-height: 18px;
  }
  body.theme-app .community-comment-form {
    grid-template-columns: minmax(0, 1fr) 64px;
    padding: 12px 0 16px;
    border-top: 1px solid rgba(37, 38, 58, 0.85);
  }
  body.theme-app .community-comment-form button,
  body.theme-app .community-comment-form input {
    height: 44px;
    font-size: 15px;
  }
}
