/* Comentários e listas do perfil compartilhados por todo o TelaLog. */

/* Avaliação de 1 a 10, no mesmo formato compacto usado acima das listas. */
.tl-imdb-rating {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  flex-wrap: nowrap;
  margin: 15px 0 10px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tl-imdb-unit { min-width: 0; border: 0; background: transparent; box-shadow: none; }
.tl-imdb-label { display: none; }
.tl-imdb-average { position: static; display: flex; align-items: center; gap: 10px; flex: 0 0 auto; min-width: 0; padding-left: 0; }
.tl-imdb-row { display: flex; align-items: center; gap: 4px; min-height: 30px; line-height: 1; }

.tl-imdb-star {
  width: 1.66rem;
  height: 1.66rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: inherit;
  font-size: 0;
  line-height: 1;
}

.tl-imdb-star::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.6c.36 0 .69.21.84.54l2.45 5.25 5.63.52c.37.03.68.28.79.64.11.36-.01.75-.3.98l-4.25 3.62 1.27 5.52c.09.37-.06.76-.37.98-.31.22-.72.24-1.05.04L12 17.78l-5.01 3.41c-.33.2-.74.18-1.05-.04-.31-.22-.46-.61-.37-.98l1.27-5.52-4.25-3.62c-.29-.23-.41-.62-.3-.98.11-.36.42-.61.79-.64l5.63-.52 2.45-5.25c.15-.33.48-.54.84-.54z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.6c.36 0 .69.21.84.54l2.45 5.25 5.63.52c.37.03.68.28.79.64.11.36-.01.75-.3.98l-4.25 3.62 1.27 5.52c.09.37-.06.76-.37.98-.31.22-.72.24-1.05.04L12 17.78l-5.01 3.41c-.33.2-.74.18-1.05-.04-.31-.22-.46-.61-.37-.98l1.27-5.52-4.25-3.62c-.29-.23-.41-.62-.3-.98.11-.36.42-.61.79-.64l5.63-.52 2.45-5.25c.15-.33.48-.54.84-.54z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tl-imdb-star.is-gold { color: #f5c518; }
.tl-imdb-average .tl-imdb-star.is-gold { position: static; transform: none; }
.tl-imdb-star.is-blue {
  color: #5799ef;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.6c.36 0 .69.21.84.54l2.45 5.25 5.63.52c.37.03.68.28.79.64.11.36-.01.75-.3.98l-4.25 3.62 1.27 5.52c.09.37-.06.76-.37.98-.31.22-.72.24-1.05.04L12 17.78l-5.01 3.41c-.33.2-.74.18-1.05-.04-.31-.22-.46-.61-.37-.98l1.27-5.52-4.25-3.62c-.29-.23-.41-.62-.3-.98.11-.36.42-.61.79-.64l5.63-.52 2.45-5.25c.15-.33.48-.54.84-.54z' fill='none' stroke='%235799ef' stroke-width='2.25' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.tl-imdb-star.is-blue::before { display: none; }

.tl-imdb-average strong { color: #f5f5f5; font-size: 1.22rem; line-height: 1; font-weight: 950; letter-spacing: -.045em; }
.tl-imdb-den { color: #b8bcc7; font-size: .82rem; font-weight: 900; transform: none; }
.tl-imdb-count { margin: 0; color: #a8adba; font-size: .86rem; line-height: 1; font-weight: 850; white-space: nowrap; transform: none; }

.tl-imdb-rate {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #5799ef;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transform: translateY(-1px);
  white-space: nowrap;
}

.tl-imdb-rate:focus-visible { outline: 3px solid rgba(87, 153, 239, .35); outline-offset: 5px; }
.tl-imdb-rate .tl-imdb-row { gap: 5px; min-height: 30px; padding: 0; border-radius: 12px; transition: background .14s ease, transform .14s ease; }
.tl-imdb-rate .tl-imdb-star { width: 1.66rem; height: 1.66rem; transform: none; }
.tl-imdb-rate:hover .tl-imdb-row { background: rgba(255, 255, 255, .055); }
.tl-imdb-rate:active .tl-imdb-row { transform: translateY(1px); }
.tl-imdb-rate-text { color: #5799ef; font-size: 1.24rem; line-height: 1; font-weight: 950; }

.tl-rating-modal[hidden] { display: none !important; }
.tl-rating-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.tl-rating-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .72); backdrop-filter: blur(2px); }
.tl-rating-dialog {
  position: relative;
  width: min(670px, calc(100vw - 24px));
  padding: 62px 24px 30px;
  border: 0;
  border-radius: 2px;
  background: #1f1f1f;
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .62);
  text-align: center;
}

.tl-rating-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  opacity: .92;
}
.tl-rating-close:hover { background: rgba(255, 255, 255, .08); }

.tl-rating-big-star {
  position: absolute;
  top: -49px;
  left: 50%;
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .42));
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
  transform: translateX(-50%);
}

.tl-rating-big-star::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: #5799ef;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.6c.36 0 .69.21.84.54l2.45 5.25 5.63.52c.37.03.68.28.79.64.11.36-.01.75-.3.98l-4.25 3.62 1.27 5.52c.09.37-.06.76-.37.98-.31.22-.72.24-1.05.04L12 17.78l-5.01 3.41c-.33.2-.74.18-1.05-.04-.31-.22-.46-.61-.37-.98l1.27-5.52-4.25-3.62c-.29-.23-.41-.62-.3-.98.11-.36.42-.61.79-.64l5.63-.52 2.45-5.25c.15-.33.48-.54.84-.54z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.6c.36 0 .69.21.84.54l2.45 5.25 5.63.52c.37.03.68.28.79.64.11.36-.01.75-.3.98l-4.25 3.62 1.27 5.52c.09.37-.06.76-.37.98-.31.22-.72.24-1.05.04L12 17.78l-5.01 3.41c-.33.2-.74.18-1.05-.04-.31-.22-.46-.61-.37-.98l1.27-5.52-4.25-3.62c-.29-.23-.41-.62-.3-.98.11-.36.42-.61.79-.64l5.63-.52 2.45-5.25c.15-.33.48-.54.84-.54z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.tl-rating-big-star span { position: relative; z-index: 1; transform: translateY(2px); }

.tl-rating-modal-kicker { display: block; margin: 0 0 14px; color: #f5c518; font-size: .82rem; line-height: 1; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.tl-rating-modal-title { max-width: 560px; margin: 0 auto; color: #f4f4f4; font-size: 1.16rem; line-height: 1.35; font-weight: 850; }

.tl-rating-stars { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 22px auto 24px; flex-wrap: wrap; }
.tl-rating-star {
  appearance: none;
  -webkit-appearance: none;
  width: 27px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a7a7a7;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  transition: transform .12s ease;
}

.tl-rating-star::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.6c.36 0 .69.21.84.54l2.45 5.25 5.63.52c.37.03.68.28.79.64.11.36-.01.75-.3.98l-4.25 3.62 1.27 5.52c.09.37-.06.76-.37.98-.31.22-.72.24-1.05.04L12 17.78l-5.01 3.41c-.33.2-.74.18-1.05-.04-.31-.22-.46-.61-.37-.98l1.27-5.52-4.25-3.62c-.29-.23-.41-.62-.3-.98.11-.36.42-.61.79-.64l5.63-.52 2.45-5.25c.15-.33.48-.54.84-.54z' fill='none' stroke='%23a7a7a7' stroke-width='2.25' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tl-rating-star:hover,
.tl-rating-star.is-active,
.tl-rating-star.is-selected { color: #5799ef; }

.tl-rating-star:hover::before,
.tl-rating-star.is-active::before,
.tl-rating-star.is-selected::before {
  background: #5799ef;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.6c.36 0 .69.21.84.54l2.45 5.25 5.63.52c.37.03.68.28.79.64.11.36-.01.75-.3.98l-4.25 3.62 1.27 5.52c.09.37-.06.76-.37.98-.31.22-.72.24-1.05.04L12 17.78l-5.01 3.41c-.33.2-.74.18-1.05-.04-.31-.22-.46-.61-.37-.98l1.27-5.52-4.25-3.62c-.29-.23-.41-.62-.3-.98.11-.36.42-.61.79-.64l5.63-.52 2.45-5.25c.15-.33.48-.54.84-.54z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.6c.36 0 .69.21.84.54l2.45 5.25 5.63.52c.37.03.68.28.79.64.11.36-.01.75-.3.98l-4.25 3.62 1.27 5.52c.09.37-.06.76-.37.98-.31.22-.72.24-1.05.04L12 17.78l-5.01 3.41c-.33.2-.74.18-1.05-.04-.31-.22-.46-.61-.37-.98l1.27-5.52-4.25-3.62c-.29-.23-.41-.62-.3-.98.11-.36.42-.61.79-.64l5.63-.52 2.45-5.25c.15-.33.48-.54.84-.54z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.tl-rating-star:hover { transform: translateY(-1px); }

.tl-rating-submit { width: min(320px, 100%); min-height: 44px; padding: 10px 18px; border: 0; border-radius: 999px; background: #333; color: #a9a9a9; cursor: not-allowed; font: inherit; font-size: .94rem; font-weight: 950; }
.tl-rating-submit:not(:disabled) { background: #f5c518; color: #121212; cursor: pointer; }
.tl-rating-submit:not(:disabled):hover { filter: brightness(1.04); }
.tl-rating-help { min-height: 18px; max-width: 430px; margin: 14px auto 0; color: #b5b5b5; font-size: .86rem; font-weight: 750; line-height: 1.45; }
.tl-rating-help.is-ok { color: #bbf7d0; }
.tl-rating-help.is-error { color: #fecaca; }
body.tl-rating-lock { overflow: hidden; }

.tl-content-actions {
  width: auto;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 4px 0 16px;
  padding: 2px 0 2px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tl-content-actions::-webkit-scrollbar { display: none; }

.tl-content-action {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  gap: 8px;
  min-height: 42px;
  min-width: 0;
  padding: 10px 14px;
  border: 1px solid rgba(74, 139, 255, .3);
  border-radius: 14px;
  background: #0b0f1a;
  color: #dbe7ff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
  cursor: pointer;
  font: inherit;
  font-size: .92rem;
  font-weight: 900;
  white-space: nowrap;
  transition: background .16s ease, border-color .16s ease, color .16s ease,
    transform .16s ease, opacity .16s ease;
}

.tl-content-action:hover {
  background: #151d31;
  border-color: rgba(74, 139, 255, .55);
  color: #fff;
  transform: translateY(-1px);
}

.tl-content-action.is-active {
  background: rgba(74, 139, 255, .18);
  border-color: rgba(74, 139, 255, .58);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16), inset 0 0 0 1px rgba(74, 139, 255, .1);
}

/* Aviso de episódios: na mesma linha das listas no desktop. */
.tl-episode-alert {
  width: auto;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 4px 0 16px 6px;
  padding: 2px 0;
  vertical-align: top;
}

.tl-episode-alert__button {
  appearance: none;
  -webkit-appearance: none;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(74, 139, 255, .3);
  border-radius: 14px;
  background: #0b0f1a;
  color: #dbe7ff;
  cursor: pointer;
  font: inherit;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.2;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.tl-episode-alert__button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
}

.tl-episode-alert__button:hover {
  color: #eef4ff;
  border-color: rgba(74, 139, 255, .46);
  background: rgba(21, 29, 49, .82);
  transform: translateY(-1px);
}

.tl-episode-alert__button.is-active {
  color: #cfe0ff;
  border-color: rgba(74, 139, 255, .46);
  background: rgba(74, 139, 255, .12);
}

.tl-episode-alert__button:disabled { cursor: wait; opacity: .66; transform: none; }
.tl-episode-alert__button:focus-visible { outline: 3px solid rgba(74, 139, 255, .28); outline-offset: 3px; }

.tl-content-action:disabled {
  opacity: .42;
  cursor: not-allowed;
  transform: none !important;
}

.tl-content-action:disabled:hover {
  background: #0b0f1a;
  border-color: rgba(74, 139, 255, .3);
  color: #dbe7ff;
}

.tl-content-action svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
}

.tl-content-share-modal[hidden] { display: none !important; }

.tl-content-share-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.tl-content-share-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(10px);
}

.tl-content-share-card {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid #1e2842;
  border-radius: 22px;
  background: #10131c;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .56);
}

.tl-content-share-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid #1e2842;
}

.tl-content-share-head strong {
  color: #e7ecff;
  font-size: 1rem;
  font-weight: 950;
}

.tl-content-share-close {
  appearance: none;
  width: 34px;
  height: 34px;
  border: 1px solid #243055;
  border-radius: 50%;
  background: #0b0f1a;
  color: #cfe0ff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.tl-content-share-body { padding: 18px; }

.tl-content-share-media {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tl-content-share-poster {
  width: 54px;
  height: 74px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid #243055;
  border-radius: 12px;
  background: #0b0f1a;
}

.tl-content-share-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-content-share-meta { min-width: 0; }

.tl-content-share-kicker {
  margin-bottom: 5px;
  color: #9ec5ff;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tl-content-share-title {
  overflow: hidden;
  color: #fff;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.tl-content-share-textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border: 1px solid #243055;
  border-radius: 16px;
  outline: none;
  background: #0b0f1a;
  color: #e7ecff;
  padding: 13px 14px;
  font: inherit;
  font-size: .95rem;
  line-height: 1.5;
}

.tl-content-share-textarea:focus {
  border-color: #4a8bff;
  box-shadow: 0 0 0 3px rgba(74, 139, 255, .16);
}

.tl-content-share-count-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  color: #9fb0d1;
  font-size: .78rem;
  font-weight: 800;
}

.tl-content-share-counter { color: #cfe0ff; white-space: nowrap; }
.tl-content-share-counter.is-danger { color: #ffb4b4; }

.tl-content-share-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.tl-content-share-help {
  min-height: 1.2em;
  color: #9fb0d1;
  font-size: .82rem;
}

.tl-content-share-help.is-ok { color: #8ff0b6; }
.tl-content-share-help.is-error { color: #ffb4b4; }

.tl-content-share-submit {
  appearance: none;
  min-height: 40px;
  padding: 10px 16px;
  border: 0;
  border-radius: 13px;
  background: #4a8bff;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.tl-content-share-submit:disabled { opacity: .62; cursor: not-allowed; }

.tl-comments {
  width: 100%;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid #1e2842;
  border-radius: 22px;
  background: #10131c;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .26);
  color: #e7ecff;
  text-align: left;
}

.tl-comments h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #e7ecff;
  font-size: 1.2rem;
}

.tl-comments h2::before {
  content: "";
  width: 9px;
  height: 22px;
  border-radius: 999px;
  background: #7b5cff;
  box-shadow: 0 0 18px rgba(123, 92, 255, .42);
}

.tl-comments .c-new {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid #1e2842;
  border-radius: 16px;
  background: #0f1320;
}

.tl-comments .c-avatar {
  width: 40px;
  height: 40px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #1f2333;
  border-radius: 50%;
  background: #0e1220;
  text-decoration: none;
}

.tl-comments .c-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; }
.tl-comments .c-avatar svg { width: 20px; height: 20px; fill: #cfe0ff; opacity: .9; }
.tl-comments .c-new-box { flex: 1; min-width: 0; }

.tl-comments .c-new textarea {
  width: 100%;
  min-height: 44px;
  max-height: 140px;
  padding: 10px 12px;
  resize: vertical;
  border: 1px solid #243055;
  border-radius: 14px;
  outline: none;
  background: #0b0f1a;
  color: #e7ecff;
  font: inherit;
}

.tl-comments .c-reply-box textarea {
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid #1f2333;
  border-radius: 12px;
  outline: none;
  background: #0e1220;
  color: #e7ecff;
  font: inherit;
}

.tl-comments textarea::placeholder { color: #8fa0c7; }

.tl-comments .c-new-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.tl-comments .c-btn,
.tl-comments .c-load-more {
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #4a8bff;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: filter .15s, transform .15s, background .15s;
}

.tl-comments .c-btn:hover,
.tl-comments .c-load-more:hover { filter: brightness(1.06); transform: translateY(-1px); }
.tl-comments .c-btn:disabled,
.tl-comments .c-load-more:disabled { opacity: .55; cursor: not-allowed; transform: none; }

.tl-comments .c-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.tl-comments .c-item { display: flex; align-items: flex-start; gap: 10px; }
.tl-comments .c-body { flex: 1; min-width: 0; }
.tl-comments .c-head { display: flex; align-items: center; flex-wrap: wrap; gap: 0; }

.tl-comments .c-user {
  color: #e7ecff;
  font-size: .95rem;
  font-weight: 800;
  text-decoration: none;
}

.tl-comments .c-user:hover { text-decoration: underline; }

.tl-comments .c-text {
  margin-top: 3px;
  color: #cfe0ff;
  line-height: 1.35;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.tl-comments .c-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
  color: #9fb0d1;
  font-size: .85rem;
}

.tl-comments .c-like,
.tl-comments .c-reply-btn,
.tl-comments .c-more,
.tl-comments .c-delete {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9fb0d1;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.tl-comments .c-like svg { width: 18px; height: 18px; display: block; }
.tl-comments .c-like.liked { color: #ff4a7a; }
.tl-comments .c-like.liked svg path { fill: currentColor; stroke: currentColor; }
.tl-comments .c-reply-btn:hover,
.tl-comments .c-more:hover,
.tl-comments .c-delete:hover { text-decoration: underline; }

.tl-comments .c-menu {
  position: relative;
  margin-left: 0;
}

.tl-comments .c-menu-btn {
  position: relative;
  width: 34px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #9fb0d1;
  cursor: pointer;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.tl-comments .c-menu-btn:hover {
  background: #1a2540;
  color: #cfe0ff;
}

.tl-comments .c-menu-btn.dots::before {
  content: "";
  position: static;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  box-shadow: -7px 0 0 currentColor, 7px 0 0 currentColor;
}

.tl-comments .c-menu-pop {
  position: absolute;
  right: 0;
  top: 26px;
  bottom: auto;
  z-index: 200;
  display: none;
  min-width: 160px;
  padding: 6px;
  border: 1px solid #1f2333;
  border-radius: 12px;
  background: #0e1220;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .45);
}

.tl-comments .c-menu-pop.open { display: block; }

.tl-comments .c-menu-item {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #e7ecff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.tl-comments .c-menu-item:hover { background: #1a2540; }
.tl-comments .c-menu-item.danger { color: #ff4a7a; }
.tl-comments .c-menu-item.danger:hover { background: rgba(255, 74, 122, .12); }

.tl-comments .comment-target-highlight {
  animation: tl-comment-target 2.6s ease;
  border-radius: 12px;
}

@keyframes tl-comment-target {
  0%, 35% { background: rgba(74, 139, 255, .18); box-shadow: 0 0 0 8px rgba(74, 139, 255, .1); }
  100% { background: transparent; box-shadow: 0 0 0 0 transparent; }
}

.tl-comments .c-reply-box {
  display: none;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
}

.tl-comments .c-reply-box.open { display: flex; }
.tl-comments .c-replies { display: flex; flex-direction: column; gap: 12px; margin-top: 10px; padding-left: 44px; }

.tl-comments .c-verified-badge {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  color: #0095f6;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25));
  transform: translateY(1px);
}

.tl-comments .c-verified-badge svg { width: 18px; height: 18px; display: block; }
.tl-comments .c-mention { margin-right: 6px; color: #4a8bff; font-weight: 800; text-decoration: none; }
.tl-comments .c-mention:hover { text-decoration: underline; }
.tl-comments .c-more { margin-top: 8px; font-weight: 800; }
.tl-comments .c-time { color: #9fb0d1; font-weight: 700; }

.tl-comments .c-load-more-wrap { display: flex; justify-content: center; margin-top: 16px; }
.tl-comments .c-load-more { border: 1px solid #243055; background: #1a2540; color: #cfe0ff; }
.tl-comments .c-load-more:hover { background: #243055; }
.tl-comments .c-load-more[hidden] { display: none !important; }

.tl-comments .c-empty,
.tl-comments .c-error {
  padding: 20px 10px;
  color: #9fb0d1;
  text-align: center;
}

.tl-comments .c-error { color: #ffb4b4; }

@media (max-width: 768px) {
  .tl-imdb-rating { justify-content: center; gap: 20px; }
  .tl-imdb-average { gap: 9px; }
  .tl-imdb-rate { transform: translateY(-1px); }
  .tl-imdb-row,
  .tl-imdb-rate .tl-imdb-row { min-height: 30px; align-items: center; }
  .tl-imdb-star,
  .tl-imdb-rate .tl-imdb-star { width: 1.58rem; height: 1.58rem; transform: none; }
  .tl-imdb-average strong { font-size: 1.18rem; }
  .tl-imdb-den { font-size: .80rem; transform: none; }
  .tl-imdb-count { font-size: .84rem; transform: none; }
  .tl-imdb-rate-text { font-size: 1.18rem; }
  .tl-rating-dialog { padding: 58px 14px 26px; }
  .tl-rating-stars { gap: 5px; }
  .tl-rating-star { width: 24px; height: 30px; }
  .tl-content-actions { width: 100%; display: flex; justify-content: center; gap: 7px; margin: 6px 0 14px; }
  .tl-content-action { min-height: 40px; padding: 9px 10px; border-radius: 12px; font-size: .78rem; gap: 5px; }
  .tl-content-action svg { width: 16px; height: 16px; }
  .tl-episode-alert { width: 100%; display: flex; justify-content: center; margin: -5px 0 16px; padding: 0; }
  .tl-episode-alert__button { min-height: 40px; padding: 9px 10px; border-radius: 12px; font-size: .78rem; gap: 5px; }
  .tl-episode-alert__button svg { width: 16px; height: 16px; }
  .tl-comments { margin-top: 22px; padding: 13px; border-radius: 18px; }
  .tl-comments h2 { font-size: 1.08rem; }
  .tl-comments .c-new { padding: 10px; border-radius: 14px; }
  .tl-comments .c-replies { padding-left: 44px; }
}

@media (max-width: 480px) {
  .tl-content-share-modal { padding: 10px; }
  .tl-content-share-body { padding: 15px; }
  .tl-content-share-count-row { align-items: flex-end; flex-direction: column; }
  .tl-content-share-footer { align-items: stretch; flex-direction: column; }
  .tl-content-share-submit { width: 100%; }
  .tl-comments { padding: 12px; }
  .tl-comments .c-new { gap: 10px; }
  .tl-comments .c-avatar { width: 36px; height: 36px; }
  .tl-comments .c-replies { padding-left: 40px; }
  .tl-comments .c-btn { padding: 10px 12px; }
}
