.fc-live-producer {
  color: #f5f6f7;
  min-height: 38px;
  margin: 0 auto;
  max-width: 1240px;
  padding-top: 8px;
}

.fc-live-topbar {
  align-items: center;
  background: #fff;
  border: 1px solid #dde2ea;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 18px 20px;
}

.fc-live-kicker {
  align-items: center;
  color: #65676b;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fc-live-dot {
  background: #e41e3f;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(228, 30, 63, 0.12);
  display: inline-block;
  height: 9px;
  width: 9px;
}

.fc-live-topbar h1 {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
  margin: 5px 0 0;
}

.fc-live-status {
  align-items: center;
  background: #f0f2f5;
  border-radius: 999px;
  color: #65676b;
  display: flex;
  font-weight: 700;
  gap: 8px;
  padding: 9px 14px;
  white-space: nowrap;
}

.fc-live-status i {
  color: #8a8d91;
  font-size: 8px;
}

.fc-live-status.is-ready {
  background: #e7f5ec;
  color: #1f7a3d;
}

.fc-live-status.is-ready i {
  color: #31a24c;
}

.fc-live-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
}

.fc-live-preview,
.fc-live-panel {
  background: #fff;
  border: 1px solid #dde2ea;
  border-radius: 8px;
}

.fc-live-preview {
  min-height: 560px;
  padding: 16px;
}

.fc-live-preview-frame {
  background: #111827;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 528px;
  overflow: hidden;
}

.fc-live-preview-top,
.fc-live-preview-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.fc-live-preview-top {
  background: rgba(255, 255, 255, 0.07);
}

.fc-live-preview-top span {
  color: #cbd5e1;
  font-weight: 700;
}

.fc-live-preview-top strong {
  background: #e41e3f;
  border-radius: 999px;
  font-size: 12px;
  padding: 5px 10px;
}

.fc-live-preview-top strong.is-live {
  background: #16a34a;
}

.fc-live-preview-top strong.is-ended {
  background: #4b5563;
}

.fc-live-preview-body {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 40px 28px;
  text-align: center;
}

.fc-live-preview-body .js_live-pro-preview-placeholder {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.fc-player-producer {
  border-radius: 8px;
  flex: 1;
  min-height: 420px;
  width: 100%;
}

.fc-live-camera-local {
  background: #05070b;
  border-radius: 8px;
  display: block;
  flex: 1;
  min-height: 420px;
  object-fit: contain;
  width: 100%;
}

.fc-live-play {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  display: flex;
  height: 92px;
  justify-content: center;
  margin-bottom: 22px;
  width: 92px;
}

.fc-live-play i {
  color: #e41e3f;
  font-size: 34px;
}

.fc-live-preview-body h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 10px;
  max-width: 560px;
}

.fc-live-preview-body p {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 520px;
}

.fc-live-preview-footer {
  background: rgba(255, 255, 255, 0.07);
  color: #cbd5e1;
  flex-wrap: wrap;
  gap: 10px;
}

.fc-live-preview-footer span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.fc-live-panel {
  padding: 18px;
}

.fc-live-author {
  align-items: center;
  border-bottom: 1px solid #edf0f5;
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.fc-live-author img {
  border-radius: 50%;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.fc-live-author strong,
.fc-live-author span {
  display: block;
}

.fc-live-author strong {
  font-size: 14px;
  line-height: 1.3;
}

.fc-live-author span {
  color: #65676b;
  font-size: 12px;
  margin-top: 2px;
}

.fc-live-field {
  margin-bottom: 14px;
}

.fc-live-field label,
.fc-live-copy-row label {
  color: #65676b;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
}

.fc-live-field .form-control {
  background: #f0f2f5;
  border-color: transparent;
  border-radius: 8px;
  min-height: 46px;
}

.fc-live-field textarea.form-control {
  min-height: 112px;
  resize: vertical;
}

.fc-live-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin: 16px 0;
}

.fc-live-option {
  align-items: center;
  background: #f0f2f5;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #1c1e21;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  gap: 7px;
  min-height: 74px;
  justify-content: center;
  padding: 10px;
}

.fc-live-option i {
  color: #1877f2;
  font-size: 18px;
}

.fc-live-option.active {
  background: #e7f3ff;
  border-color: #1877f2;
}

.fc-live-option:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

.fc-live-create-btn {
  align-items: center;
  background: #e41e3f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  width: 100%;
}

.fc-live-create-btn:disabled {
  opacity: 0.7;
}

.fc-live-result {
  background: #f8fafc;
  border: 1px solid #dde2ea;
  border-radius: 8px;
  margin-top: 16px;
  padding: 12px;
}

.fc-live-result-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.fc-live-result-head strong,
.fc-live-result-head span {
  display: block;
}

.fc-live-result-head strong {
  font-size: 14px;
}

.fc-live-result-head span {
  color: #65676b;
  font-size: 12px;
  margin-top: 3px;
}

.fc-live-result-head i {
  color: #31a24c;
  font-size: 20px;
}

.fc-live-copy-row {
  margin-bottom: 12px;
}

.fc-live-copy-row > div {
  display: flex;
}

.fc-live-copy-row input {
  background: #fff;
  border: 1px solid #ccd0d5;
  border-radius: 8px 0 0 8px;
  color: #1c1e21;
  flex: 1;
  min-height: 36px;
  min-width: 0;
  padding: 0 12px;
}

.fc-live-copy-row button,
.fc-live-copy-row a {
  align-items: center;
  background: #e4e6eb;
  border: 1px solid #ccd0d5;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  color: #1c1e21;
  display: flex;
  justify-content: center;
  min-height: 36px;
  width: 42px;
}

.fc-live-actions {
  margin-top: 14px;
}

.fc-live-actions .btn {
  border-radius: 8px;
  font-weight: 800;
  min-height: 36px;
  width: 100%;
}

.fc-live-camera-panel {
  background: #101827;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #dbeafe;
  margin: 12px 0;
  padding: 12px;
}

.fc-live-camera-panel p {
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.fc-live-camera-panel .btn {
  border-radius: 8px;
  font-weight: 800;
  min-height: 36px;
  width: 100%;
}

.fc-live-camera-panel .btn + .btn {
  margin-top: 8px;
}

.fc-feed-live {
  background: #fff;
  border-top: 1px solid #edf0f5;
  margin-top: 12px;
  max-width: 100%;
  overflow: hidden;
}

.fc-feed-live-legacy {
  margin-left: -15px;
  margin-right: -15px;
}

.fc-feed-live-player,
.fc-player {
  aspect-ratio: 16 / 9;
  background: #05070b;
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fc-feed-live-player::before,
.fc-feed-live .fc-player::before {
  content: none;
  display: none;
}

.fc-feed-live-player iframe,
.fc-player video {
  background: #05070b;
  display: block;
  height: 100%;
  object-fit: contain;
  position: absolute;
  inset: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.fc-player-message {
  align-items: center;
  background: radial-gradient(circle at center, rgba(30, 41, 59, 0.8), rgba(5, 7, 11, 0.96));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding: 24px;
  position: absolute;
  inset: 0;
  text-align: center;
  z-index: 1;
}

.fc-player-message.is-hidden {
  display: none;
}

.fc-player-message i {
  color: #e41e3f;
  font-size: 34px;
  margin-bottom: 6px;
}

.fc-player-message strong {
  font-size: 18px;
  font-weight: 900;
}

.fc-player-message span {
  color: #cbd5e1;
  font-size: 12px;
}

.fc-player-controls {
  align-items: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0));
  display: flex;
  gap: 10px;
  opacity: 0;
  padding: 46px 16px 14px;
  position: absolute;
  inset: auto 0 0 0;
  transition: opacity 0.18s ease;
  z-index: 3;
}

.fc-player:hover .fc-player-controls,
.fc-player:focus-within .fc-player-controls {
  opacity: 1;
}

.fc-player-controls button {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.fc-player-controls .fc-player-quality-button {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  min-width: 54px;
  padding: 0 10px;
  width: auto;
}

.fc-player-quality-menu {
  background: rgba(20, 20, 24, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  bottom: 62px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 6px;
  position: absolute;
  right: 60px;
  z-index: 5;
}

.fc-player.is-quality-open .fc-player-quality-menu {
  display: flex;
}

.fc-player-quality-menu button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  min-width: 82px;
  padding: 8px 10px;
  text-align: left;
}

.fc-player-quality-menu button:hover,
.fc-player-quality-menu button.is-active {
  background: rgba(255, 255, 255, 0.14);
}

.fc-player-live-line {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  cursor: pointer;
  flex: 1;
  height: 4px;
  overflow: hidden;
}

.fc-player-live-line span {
  background: #e41e3f;
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 100%;
}

.fc-player.is-vod .fc-player-live-line span {
  width: 0;
}

.fc-player.is-vod .fc-watch-live-dot {
  display: none;
}

.fc-feed-live-overlay {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
}

.fc-feed-live-badge,
.fc-feed-live-viewers {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.72);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  line-height: 1;
  min-height: 28px;
  padding: 8px 11px;
}

.fc-feed-live-badge {
  background: #e41e3f;
}

.fc-feed-live-badge i {
  font-size: 7px;
}

.fc-feed-live-badge.ended {
  background: #65676b;
}

.fc-feed-live-badge.quality {
  background: rgba(15, 139, 141, 0.92);
}

.fc-feed-live-badge.quality i {
  font-size: 11px;
}

.fc-feed-live-info {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 12px 14px;
}

.fc-feed-live-info strong,
.fc-feed-live-info span {
  display: block;
}

.fc-feed-live-info strong {
  color: #1c1e21;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.fc-feed-live-info span {
  color: #65676b;
  font-size: 12px;
  margin-top: 3px;
}

.fc-feed-live-tools {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.fc-feed-live-tools a,
.fc-feed-live-tools button {
  align-items: center;
  background: #e4e6eb;
  border: 0;
  border-radius: 50%;
  color: #1c1e21;
  display: flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

body.night-mode .fc-live-producer {
  color: #e4e6eb;
}

body.night-mode .fc-live-topbar,
body.night-mode .fc-live-preview,
body.night-mode .fc-live-panel {
  background: var(--card-dark-color);
  border-color: var(--card-dark-divider);
}

body.night-mode .fc-live-status,
body.night-mode .fc-live-field .form-control,
body.night-mode .fc-live-option,
body.night-mode .fc-live-result {
  background: var(--card-dark-input);
  border-color: var(--card-dark-divider);
  color: var(--body-color-dark);
}

body.night-mode .fc-live-author,
body.night-mode .fc-live-copy-row input {
  border-color: var(--card-dark-divider);
}

body.night-mode .fc-live-copy-row input {
  background: var(--card-dark-color);
  color: var(--body-color-dark);
}

body.night-mode .fc-feed-live {
  background: var(--card-dark-color);
  border-color: var(--card-dark-divider);
}

body.night-mode .fc-feed-live-info strong,
body.night-mode .fc-feed-live-tools a,
body.night-mode .fc-feed-live-tools button {
  color: var(--body-color-dark);
}

body.night-mode .fc-feed-live-tools a,
body.night-mode .fc-feed-live-tools button {
  background: var(--card-dark-hover);
}

.fc-livebox {
  background: rgba(0, 0, 0, 0.92);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.fc-livebox-shell {
  direction: ltr;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  height: 100%;
  width: 100%;
}

.fc-livebox-stage {
  align-items: center;
  background: #05070b;
  display: flex;
  justify-content: center;
  min-width: 0;
  position: relative;
}

.fc-livebox-stage .fc-player {
  height: 100%;
  width: 100%;
}

.fc-livebox-stage .fc-player::before {
  display: none;
}

.fc-livebox-stage .fc-player video {
  position: static;
}

.fc-player-lightbox .fc-player-controls {
  opacity: 1;
  padding-left: 72px;
  padding-right: 72px;
}

.fc-livebox-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 36px;
  justify-content: center;
  right: 18px;
  position: absolute;
  top: 18px;
  width: 36px;
  z-index: 3;
}

.fc-livebox-overlay {
  align-items: center;
  display: flex;
  gap: 10px;
  right: 78px;
  position: absolute;
  top: 72px;
  z-index: 3;
}

.fc-live-reaction-bubbles {
  bottom: 92px;
  height: 70%;
  pointer-events: none;
  position: absolute;
  right: 28px;
  width: 120px;
  z-index: 4;
}

.fc-live-bubble {
  align-items: center;
  animation: fcLiveBubble 2.2s ease-out forwards;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  color: #e41e3f;
  display: flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 44px;
}

.fc-live-bubble.is-like {
  color: #1877f2;
}

.fc-live-bubble.is-wow {
  color: #f7b928;
}

.fc-live-bubble.is-haha {
  color: #f7b928;
}

.fc-live-bubble.is-sad {
  color: #f7b928;
}

.fc-live-bubble.is-angry {
  color: #fa383e;
}

.fc-live-bubble-button {
  align-items: center;
  background: #e41e3f;
  border: 0;
  border-radius: 50%;
  bottom: 26px;
  box-shadow: 0 12px 35px rgba(228, 30, 63, 0.35);
  color: #fff;
  display: flex;
  font-size: 22px;
  height: 58px;
  justify-content: center;
  position: absolute;
  right: 30px;
  width: 58px;
  z-index: 5;
}

.fc-live-bubble-button:active {
  transform: scale(0.94);
}

@keyframes fcLiveBubble {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.65) rotate(0deg);
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--fc-bubble-x, -30px), -360px, 0) scale(1.35) rotate(var(--fc-bubble-r, 12deg));
  }
}

.fc-livebox-side {
  background: #fff;
  border-right: 1px solid #d8dde5;
  direction: ltr;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  text-align: left;
}

html[dir="RTL"] .fc-livebox-side {
  border-left: 1px solid #d8dde5;
  border-right: 0;
  direction: rtl;
  text-align: right;
}

html[dir="RTL"] .fc-livebox-stage {
  direction: ltr;
}

.fc-livebox-topbar {
  align-items: center;
  border-bottom: 1px solid #d8dde5;
  display: flex;
  gap: 8px;
  height: 56px;
  padding: 8px 12px;
}

.fc-livebox-topbar button,
.fc-livebox-icon-btn {
  align-items: center;
  background: #e4e6eb;
  border: 0;
  border-radius: 50%;
  color: #050505;
  display: flex;
  flex: 0 0 auto;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.fc-livebox-brand {
  align-items: center;
  background: #1877f2;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 28px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}

.fc-livebox-post-head {
  align-items: flex-start;
  border-bottom: 1px solid #edf0f5;
  display: flex;
  gap: 10px;
  padding: 14px 14px 10px;
}

.fc-livebox-post-head .fc-livebox-icon-btn {
  height: 32px;
  order: 2;
  width: 32px;
}

html[dir="RTL"] .fc-livebox-post-head .fc-livebox-icon-btn {
  order: 0;
}

.fc-livebox-meta {
  border-bottom: 1px solid #edf0f5;
  padding: 12px 14px;
}

.fc-livebox-author {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 10px;
  min-width: 0;
}

.fc-livebox-author img {
  border-radius: 50%;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.fc-livebox-author a {
  color: #1c1e21;
  display: block;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[dir="RTL"] .fc-livebox-author a,
html[dir="RTL"] .fc-livebox-author span,
html[dir="RTL"] .fc-livebox-title,
html[dir="RTL"] .fc-livebox-comments {
  text-align: right;
}

html[dir="LTR"] .fc-livebox-author a,
html[dir="LTR"] .fc-livebox-author span,
html[dir="LTR"] .fc-livebox-title,
html[dir="LTR"] .fc-livebox-comments {
  text-align: left;
}

.fc-livebox-author span {
  color: #65676b;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.fc-livebox-title strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.fc-livebox-title p {
  margin: 8px 0 0;
}

.fc-livebox-stats {
  align-items: center;
  color: #65676b;
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.fc-livebox-stats span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.fc-livebox-tabs {
  border-bottom: 1px solid #edf0f5;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 12px;
}

.fc-livebox-tabs button {
  background: #f0f2f5;
  border: 0;
  border-radius: 999px;
  color: #050505;
  font-weight: 800;
  min-height: 32px;
  padding: 0 10px;
}

.fc-livebox-tabs button.active {
  background: #e7f3ff;
  color: #1877f2;
}

.fc-livebox-side .post-footer {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.fc-livebox-comments .post-comments {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.fc-livebox-comments .comments-filter,
.fc-livebox-comments .js_see-more {
  display: none !important;
}

.fc-livebox-comments .comment.js_comment-form {
  background: #fff;
  border-top: 1px solid #edf0f5;
  bottom: 0;
  margin: 0;
  order: 2;
  padding: 10px 12px;
  position: sticky;
  z-index: 2;
}

.fc-livebox-comments .comment.js_comment-form .comment-avatar {
  align-self: flex-end;
}

.fc-livebox-comments .comment.js_comment-form .x-form {
  background: #f0f2f5;
  border-radius: 22px;
  min-height: 36px;
  padding-inline: 14px;
}

.fc-livebox-comments .comment.js_comment-form textarea.js_post-comment {
  font-size: 14px;
  min-height: 36px;
  padding-top: 10px;
}

html[dir="RTL"] .fc-livebox-comments .comment.js_comment-form,
html[dir="RTL"] .fc-livebox-comments ul.js_comments {
  direction: rtl;
}

html[dir="LTR"] .fc-livebox-comments .comment.js_comment-form,
html[dir="LTR"] .fc-livebox-comments ul.js_comments {
  direction: ltr;
}

.fc-livebox-comments ul.js_comments {
  flex: 1;
  order: 1;
  overflow-y: auto;
  padding: 14px 12px !important;
  scroll-behavior: smooth;
}

.fc-livebox-comments ul.js_live-comments > li {
  display: flex;
  margin: 0 0 10px;
}

.fc-livebox-comments ul.js_live-comments .comment {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  max-width: 94%;
}

.fc-livebox-comments ul.js_live-comments .comment-avatar {
  flex: 0 0 32px;
  height: 32px;
  margin: 0;
  width: 32px;
}

.fc-livebox-comments ul.js_live-comments .comment-avatar-picture {
  height: 32px;
  width: 32px;
}

.fc-livebox-comments ul.js_live-comments .comment-data {
  min-width: 0;
}

.fc-livebox-comments ul.js_live-comments .comment-inner-wrapper {
  margin: 0;
}

.fc-livebox-comments ul.js_live-comments .comment-inner {
  background: #f0f2f5;
  border-radius: 18px 18px 18px 6px;
  color: #050505;
  line-height: 1.35;
  padding: 8px 11px;
}

html[dir="RTL"] .fc-livebox-comments ul.js_live-comments .comment-inner {
  border-radius: 18px 18px 6px 18px;
}

.fc-livebox-comments ul.js_live-comments .comment-author {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 2px;
}

.fc-livebox-comments ul.js_live-comments .comment-author a {
  color: #050505;
}

.fc-livebox-comments ul.js_live-comments .comment-text {
  font-size: 14px;
}

.fc-livebox-comments ul.js_live-comments .comment-actions {
  display: flex;
  gap: 10px;
  margin: 3px 0 0 42px;
}

html[dir="RTL"] .fc-livebox-comments ul.js_live-comments .comment-actions {
  margin-left: 0;
  margin-right: 42px;
}

.fc-livebox-comments ul.js_live-comments .comment-actions li {
  float: none;
  margin: 0 !important;
}

.fc-livebox-comments ul.js_live-comments .comment-actions .text-link,
.fc-livebox-comments ul.js_live-comments .comment-actions small {
  color: #65676b !important;
  font-size: 11px;
  font-weight: 700;
}

.fc-livebox-comments ul.js_live-comments .comment-btn {
  opacity: 0;
  right: -26px;
}

.fc-livebox-comments ul.js_live-comments .comment:hover .comment-btn {
  opacity: 1;
}

.fc-livebox-actions {
  border-top: 1px solid #edf0f5;
  margin: 0;
  padding: 8px 12px;
}

.fc-livebox-actions.post-actions .action-btn {
  border-radius: 8px;
  margin: 0;
  min-height: 38px;
}

body.night-mode .fc-livebox-side {
  background: var(--card-dark-color);
  border-color: var(--card-dark-divider);
  color: var(--body-color-dark);
}

body.night-mode .fc-livebox-topbar,
body.night-mode .fc-livebox-post-head,
body.night-mode .fc-livebox-meta,
body.night-mode .fc-livebox-tabs,
body.night-mode .fc-livebox-actions,
body.night-mode .fc-livebox-comments .comment.js_comment-form {
  border-color: var(--card-dark-divider);
}

body.night-mode .fc-livebox-author a {
  color: var(--body-color-dark);
}

body.night-mode .fc-livebox-topbar button,
body.night-mode .fc-livebox-icon-btn,
body.night-mode .fc-livebox-tabs button {
  background: var(--card-dark-hover);
  color: var(--body-color-dark);
}

body.night-mode .fc-livebox-comments .comment.js_comment-form .x-form,
body.night-mode .fc-livebox-comments ul.js_live-comments .comment-inner {
  background: var(--card-dark-hover);
  color: var(--body-color-dark);
}

body.night-mode .fc-livebox-comments ul.js_live-comments .comment-author a {
  color: var(--body-color-dark);
}

.fc-live-watch {
  background: #0f1014;
  color: #f5f6f7;
  min-height: calc(100vh - 56px);
  padding: 14px 10px 14px 14px;
}

.fc-live-watch-page {
  background: #0f1014 !important;
}

.fc-live-watch-page .main-wrapper,
.fc-live-watch-page .main-header {
  background: #0f1014;
}

.fc-live-watch-page .main-header {
  border-bottom: 1px solid #242730;
  box-shadow: none;
}

.fc-live-watch-page .main-header .logo,
.fc-live-watch-page .main-header .navbar-wrapper > ul > li > a,
.fc-live-watch-page .main-header .user-menu .title {
  color: #f5f6f7 !important;
}

.fc-live-watch-page .main-header .logo:hover,
.fc-live-watch-page .main-header .navbar-wrapper > ul > li > a:hover {
  color: #ffffff !important;
}

.fc-live-watch-page .main-header .header-icon svg,
.fc-live-watch-page .main-header .header-icon svg path,
.fc-live-watch-page .main-header .header-icon svg circle,
.fc-live-watch-page .main-header .header-icon svg rect {
  fill: #f5f6f7 !important;
}

.fc-live-watch-page .main-header .search-wrapper .form-control {
  background: #17191f !important;
  border-color: #272a33 !important;
  color: #f5f6f7 !important;
}

.fc-live-watch-page .main-header .search-wrapper .form-control::placeholder {
  color: #9aa0aa;
}

.fc-live-watch-page .main-header .search-input-icon svg,
.fc-live-watch-page .main-header .search-input-icon svg path {
  fill: #c9ccd3 !important;
}

.fc-live-watch-page .main-header .counter {
  border: 2px solid #0f1014;
}

.fc-live-watch-page .main-header .dropdown-menu,
.fc-live-watch-page .main-header .dropdown-widget {
  background: #17191f;
  border-color: #2a2d36;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  color: #f5f6f7;
}

.fc-live-watch-page .main-header .dropdown-item,
.fc-live-watch-page .main-header .dropdown-widget-header,
.fc-live-watch-page .main-header .dropdown-widget-footer,
.fc-live-watch-page .main-header .feeds-item .data-content,
.fc-live-watch-page .main-header .feeds-item .data-content a,
.fc-live-watch-page .main-header .feeds-item .name,
.fc-live-watch-page .main-header .feeds-item .text {
  color: #f5f6f7 !important;
}

.fc-live-watch-page .main-header .dropdown-item:hover,
.fc-live-watch-page .main-header .dropdown-item:focus,
.fc-live-watch-page .main-header .feeds-item:hover {
  background: #22252d !important;
}

.fc-live-watch-page .main-header .dropdown-divider,
.fc-live-watch-page .main-header .dropdown-widget-header,
.fc-live-watch-page .main-header .dropdown-widget-footer {
  border-color: #2a2d36 !important;
}

.fc-live-watch-page .main-header .text-muted,
.fc-live-watch-page .main-header .time,
.fc-live-watch-page .main-header .last-seen {
  color: #9aa0aa !important;
}

.fc-live-watch-page .chat-sidebar,
.fc-live-watch-page .chat-sidebar-content,
.fc-live-watch-page .chat-sidebar-footer {
  display: none !important;
}

.fc-live-watch-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 390px;
  margin: 0 auto;
  max-width: 1900px;
}

.fc-live-watch-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.fc-watch-player-card {
  background: #050608;
  border: 1px solid #2d3037;
  border-radius: 10px;
  box-shadow: none;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.fc-player-watch {
  aspect-ratio: 16 / 9;
  background: #050608;
}

.fc-player-watch video {
  object-fit: contain;
}

.fc-watch-player-overlay {
  display: flex;
  gap: 10px;
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 6;
}

.fc-watch-live-dot {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  margin-inline: 12px;
  white-space: nowrap;
}

.fc-watch-live-dot i {
  color: #ff2f55;
  font-size: 8px;
}

.fc-watch-info-card,
.fc-watch-details,
.fc-watch-chat,
.fc-watch-more {
  background: #18191e;
  border: 1px solid #343741;
  border-radius: 10px;
  box-shadow: none;
}

.fc-watch-info-card {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px 20px;
}

.fc-watch-author {
  align-items: center;
  display: flex;
  gap: 10px;
}

.fc-watch-author img {
  border-radius: 50%;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.fc-watch-author a {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.fc-watch-author span,
.fc-watch-title p,
.fc-watch-tags span,
.fc-watch-metrics span,
.fc-watch-about p,
.fc-watch-about span,
.fc-watch-more-item span,
.fc-watch-fan-row span {
  color: rgba(245, 246, 247, 0.72);
}

.fc-watch-follow {
  align-items: center;
  background: #2d6bff;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
}

.fc-watch-title {
  grid-column: 1 / 2;
}

.fc-watch-title strong {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 6px;
}

.fc-watch-title p {
  font-size: 14px;
  margin: 0 0 12px;
}

.fc-watch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fc-watch-tags span {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
}

.fc-watch-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.fc-watch-actions button {
  align-items: center;
  background: #2b2d33;
  border: 0;
  border-radius: 999px;
  color: #f5f6f7;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
}

.fc-live-gift-panel {
  background: #202228;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  grid-column: 1 / 3;
  margin-top: 4px;
  overflow: hidden;
}

.fc-live-gift-panel-head {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.fc-live-gift-panel-head strong {
  color: #fff;
  font-size: 14px;
}

.fc-live-gift-panel-head button {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.fc-live-gift-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  padding: 12px;
}

.fc-live-gift-grid button {
  align-items: center;
  background: #2b2d33;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 112px;
  padding: 12px 8px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.fc-live-gift-grid button:hover {
  border-color: rgba(65, 118, 255, 0.65);
  transform: translateY(-2px);
}

.fc-live-gift-grid button[data-fc-sending="true"] {
  opacity: 0.55;
  pointer-events: none;
}

.fc-live-gift-grid span {
  align-items: center;
  background: linear-gradient(145deg, #4267ff, #ff2f55);
  border-radius: 16px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  width: 48px;
}

.fc-live-gift-grid span img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-live-gift-grid span i {
  color: #fff;
  font-size: 22px;
}

.fc-live-gift-grid strong {
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-gift-grid em {
  color: #a8b3c7;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.fc-live-gift-grid small {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #d7def1;
  display: inline-flex;
  font-size: 10px;
  height: 20px;
  justify-content: center;
  line-height: 1;
  width: 20px;
}

.fc-live-gift-bursts {
  bottom: 100px;
  inset-inline-start: 22px;
  pointer-events: none;
  position: absolute;
  width: min(420px, 60%);
  z-index: 9;
}

.fc-live-gift-toast {
  align-items: center;
  animation: fcGiftToast 4.2s ease forwards;
  background: rgba(18, 20, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
  color: #fff;
  display: inline-flex;
  gap: 10px;
  max-width: 100%;
  padding: 8px 14px 8px 8px;
}

.fc-live-gift-media,
.fc-live-gift-float {
  align-items: center;
  background: linear-gradient(145deg, #4267ff, #ff2f55);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  width: 38px;
}

.fc-live-producer-watch {
  background: #f3f6fb;
  border-radius: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding: 18px clamp(16px, 4vw, 64px) 34px;
  width: 100vw;
}

.fc-live-create-watch {
  background: transparent;
  margin: 0 auto;
  max-width: none;
  padding: 0;
  width: 100%;
}

.fc-live-create-breadcrumb {
  align-items: center;
  color: #111827;
  display: flex;
  gap: 9px;
  margin: 0 auto 22px;
  max-width: none;
  padding: 0 6px;
  width: 100%;
}

.fc-live-create-breadcrumb strong {
  font-size: 16px;
  font-weight: 900;
}

.fc-live-create-breadcrumb i {
  color: #9ca3af;
  font-size: 10px;
}

.fc-live-create-breadcrumb span {
  color: #315cff;
  font-size: 13px;
  font-weight: 900;
}

.fc-live-producer-watch .fc-live-watch-grid {
  gap: 22px;
  grid-template-columns: minmax(420px, 560px) minmax(760px, 1fr);
  max-width: none;
  width: 100%;
}

.fc-live-producer-watch .fc-watch-side {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(360px, 1fr) minmax(260px, 0.72fr);
  min-width: 0;
}

.fc-live-producer-watch .fc-watch-chat,
.fc-live-producer-watch .fc-live-received-gifts {
  height: min(690px, calc(100vh - 86px));
}

.fc-live-producer-watch .fc-live-received-gifts {
  align-content: start;
  overflow: hidden;
}

.fc-live-producer-watch .fc-live-gift-feed {
  max-height: none;
  min-height: 0;
  overflow-y: auto;
}

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  background: #050608;
  border: 8px solid #fff;
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
  min-height: 300px;
  padding: 0;
}

.fc-live-producer-watch .fc-live-preview-frame {
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 74% 54%, rgba(65, 118, 255, 0.18), transparent 30%),
    linear-gradient(160deg, #11182b, #0c1021 62%, #12172a);
  border-radius: 8px;
  min-height: 300px;
}

.fc-live-producer-watch .fc-live-preview-body {
  min-height: 100%;
}

.fc-live-producer-watch .fc-live-preview-body h2,
.fc-live-producer-watch .fc-live-preview-body p {
  color: #fff;
}

.fc-live-producer-watch .fc-live-preview-body p {
  color: rgba(245, 246, 247, 0.72);
}

.fc-live-create-info {
  background: #fff;
  border-color: #e5e7eb;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  align-items: start;
}

.fc-live-create-info .fc-watch-author {
  background: #fff;
  border: 1px solid #eef0f5;
  border-radius: 14px;
  grid-column: 1 / -1;
  padding: 14px;
}

.fc-live-create-info .fc-watch-author a {
  color: #111827;
}

.fc-live-create-info .fc-watch-author span {
  color: #16a34a;
  font-weight: 900;
}

.fc-live-create-info .fc-watch-title {
  grid-column: 1 / -1;
}

.fc-live-create-info .fc-watch-title strong {
  color: #111827;
}

.fc-live-create-info .fc-watch-title p {
  color: #6b7280;
}

.fc-live-create-info .fc-watch-tags span {
  background: #f3f4f6;
  color: #374151;
}

.fc-live-create-info .fc-live-create-actions {
  grid-column: 1 / -1;
  grid-row: auto;
  justify-content: flex-end;
}

.fc-live-create-info .fc-live-create-form,
.fc-live-create-info .fc-live-result {
  grid-column: 1 / -1;
}

.fc-live-create-info .fc-live-field .form-control {
  background: #fff;
  border: 1px solid #d9dee8;
  color: #111827;
}

.fc-live-create-info .fc-live-field .form-control::placeholder {
  color: #8c95a5;
}

.fc-live-create-info .fc-live-field label,
.fc-live-create-info .fc-live-copy-row label {
  color: #4b5563;
}

.fc-live-create-actions button.active {
  background: #315cff;
  color: #fff;
}

.fc-live-create-info .fc-live-options {
  grid-template-columns: repeat(3, minmax(0, 120px));
}

.fc-live-create-info .fc-live-option {
  background: #f8fafc;
  border-color: #dfe4ec;
  color: #111827;
}

.fc-live-create-info .fc-live-option.active {
  background: rgba(49, 92, 255, 0.18);
  border-color: #315cff;
}

.fc-live-create-info .fc-live-result {
  background: #fff;
  border-color: #e5e7eb;
}

.fc-live-create-info .fc-live-result-head strong,
.fc-live-create-info .fc-live-result-head span {
  color: #111827;
}

.fc-live-create-info .fc-live-result-head span {
  color: #6b7280;
}

.fc-live-create-info .fc-live-copy-row input {
  background: #fff;
  border-color: #d9dee8;
  color: #111827;
}

.fc-live-received-gifts {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.fc-live-producer-watch .fc-watch-chat,
.fc-live-producer-watch .fc-watch-more {
  background: #fff !important;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  color: #111827;
}

.fc-live-producer-watch .fc-watch-chat-head strong,
.fc-live-producer-watch .fc-watch-section-head strong {
  color: #111827 !important;
}

.fc-live-producer-watch .fc-watch-chat-head button {
  background: #f3f4f6;
  color: #111827;
}

.fc-live-producer-watch .fc-watch-sort {
  color: #315cff;
}

.fc-live-producer-watch .fc-watch-modbar button {
  background: #f8fafc;
  border-color: #e5e7eb;
  color: #4b5563;
}

.fc-live-producer-watch .fc-watch-comments {
  background: #fff;
  border-color: #e5e7eb;
}

.fc-live-producer-watch .fc-watch-comments .post-comments,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments {
  background: #fff !important;
}

.fc-live-producer-watch .fc-watch-pinned {
  background: linear-gradient(135deg, #4d38f5, #1677ff);
}

.fc-live-producer-watch .comment.js_comment-form {
  background: #fff !important;
  border-top: 1px solid #e5e7eb;
}

.fc-live-producer-watch .comment.js_comment-form .x-form,
.fc-live-producer-watch .comment.js_comment-form .comment-form {
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  color: #111827 !important;
}

.fc-live-producer-watch .comment.js_comment-form textarea.js_post-comment {
  color: #111827 !important;
}

.fc-live-producer-watch .comment.js_comment-form textarea.js_post-comment::placeholder {
  color: #8c95a5 !important;
}

.fc-live-producer-watch .comment.js_comment-form .x-form-tools,
.fc-live-producer-watch .comment.js_comment-form .x-form-tools li,
.fc-live-producer-watch .comment.js_comment-form .x-form-tools i {
  color: #315cff !important;
}

.fc-live-chat-empty {
  align-items: center;
  color: #8c95a5;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 38px 20px;
  text-align: center;
}

.fc-live-chat-empty i {
  color: #315cff;
  font-size: 24px;
}

.fc-live-received-gifts .fc-watch-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.fc-live-gifts-count {
  align-items: center;
  background: #2d6bff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  min-height: 24px;
  min-width: 24px;
  justify-content: center;
  padding: 0 8px;
}

.fc-live-gift-feed {
  display: grid;
  gap: 10px;
  max-height: 260px;
  overflow-y: auto;
}

.fc-live-gift-empty {
  align-items: center;
  border: 0;
  border-radius: 12px;
  color: #8c95a5;
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 104px;
  padding: 16px;
  text-align: center;
}

.fc-live-gift-empty i {
  color: #ff2f55;
  font-size: 44px;
}

.fc-live-gift-feed-row {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 8px 10px;
}

.fc-live-gift-feed-media {
  align-items: center;
  background: linear-gradient(145deg, #4267ff, #ff2f55);
  border-radius: 12px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  width: 42px;
}

.fc-live-gift-feed-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-live-gift-feed-media i {
  color: #fff;
  font-size: 18px;
}

.fc-live-gift-feed-row strong,
.fc-live-gift-feed-row em {
  display: block;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-gift-feed-row strong {
  color: #111827;
  font-size: 13px;
}

.fc-live-gift-feed-row em {
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.fc-live-gift-feed-row small {
  color: #ffc857;
  font-size: 12px;
  font-weight: 900;
}

.fc-live-top-supporters {
  display: grid;
  gap: 16px;
  padding: 16px;
}

.fc-live-top-supporters .fc-watch-section-head strong {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.fc-live-top-supporters .fc-watch-section-head i {
  color: #f59e0b;
}

.fc-live-supporter-empty {
  align-items: center;
  color: #8c95a5;
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 150px;
  padding: 20px;
  text-align: center;
}

.fc-live-supporter-empty i {
  color: #c7ceda;
  font-size: 36px;
}

.fc-live-supporter-empty strong {
  color: #4b5563;
  display: block;
}

.fc-live-supporter-empty span {
  font-size: 13px;
}

/* Producer page final light layout overrides */
.fc-live-producer-watch .fc-live-create-watch {
  background: #f3f6fb !important;
  color: #111827 !important;
  min-height: calc(100vh - 56px);
  padding: 0 !important;
}

.fc-live-producer-watch .fc-live-watch-grid {
  background: transparent !important;
  gap: 22px !important;
  grid-template-columns: minmax(430px, 560px) minmax(0, 1fr) !important;
  max-width: none !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-watch-main {
  background: transparent !important;
  gap: 14px;
}

.fc-live-producer-watch .fc-watch-side {
  align-items: stretch;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: minmax(420px, 1fr) minmax(300px, .72fr) !important;
  grid-template-rows: minmax(330px, auto) minmax(300px, auto);
}

.fc-live-producer-watch .fc-watch-chat {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: auto !important;
  min-height: 680px;
}

.fc-live-producer-watch .fc-live-received-gifts {
  grid-column: 2;
  grid-row: 1;
  height: auto !important;
  min-height: 330px;
}

.fc-live-producer-watch .fc-live-top-supporters {
  grid-column: 2;
  grid-row: 2;
  min-height: 300px;
}

.fc-live-producer-watch .fc-watch-info-card,
.fc-live-producer-watch .fc-watch-details,
.fc-live-producer-watch .fc-watch-chat,
.fc-live-producer-watch .fc-watch-more {
  background: #fff !important;
  border-color: #e5e7eb !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08) !important;
  color: #111827 !important;
}

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  background: #fff !important;
  border-color: #fff !important;
}

.fc-live-producer-watch .fc-watch-comments,
.fc-live-producer-watch .fc-watch-comments .post-comments,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments {
  background: #fff !important;
}

.fc-live-gift-media img,
.fc-live-gift-float img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-live-gift-media i,
.fc-live-gift-float i {
  color: #fff;
  font-size: 18px;
}

.fc-live-gift-toast strong,
.fc-live-gift-toast em {
  display: block;
  line-height: 1.2;
}

.fc-live-gift-toast strong {
  font-size: 13px;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-gift-toast em {
  color: #d8def0;
  font-size: 12px;
  font-style: normal;
}

.fc-live-gift-float {
  animation: fcGiftFloat 2.6s ease forwards;
  bottom: 0;
  position: absolute;
  transform: translate(0, 0) rotate(0deg);
}

.fc-premium-gift {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 15;
}

.fc-premium-gift::before {
  animation: fcPremiumGlow 5.4s ease forwards;
  background: radial-gradient(circle at center, rgba(255, 198, 74, 0.24), transparent 54%);
  content: "";
  inset: 0;
  position: absolute;
}

.fc-premium-gift-track {
  align-items: center;
  animation: fcPremiumGiftRun 5.4s cubic-bezier(0.17, 0.78, 0.2, 1) forwards;
  bottom: 22%;
  display: flex;
  gap: 16px;
  min-width: 430px;
  position: absolute;
  right: -520px;
  transform: translateX(0);
}

.fc-premium-gift-art {
  align-items: center;
  background: linear-gradient(145deg, rgba(255, 202, 83, 0.94), rgba(255, 47, 85, 0.92));
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), 0 0 42px rgba(255, 198, 74, 0.36);
  display: flex;
  height: 150px;
  justify-content: center;
  overflow: hidden;
  width: 150px;
}

.fc-premium-gift-art img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-premium-gift-art i {
  color: #fff;
  font-size: 64px;
}

.fc-premium-gift-copy {
  background: linear-gradient(90deg, rgba(14, 17, 26, 0.92), rgba(14, 17, 26, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  color: #fff;
  min-width: 250px;
  padding: 14px 24px;
}

.fc-premium-gift-copy span,
.fc-premium-gift-copy strong {
  display: block;
  line-height: 1.1;
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-premium-gift-copy span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 800;
}

.fc-premium-gift-copy strong {
  color: #ffd36c;
  font-size: 34px;
  font-weight: 900;
  margin-top: 4px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.32);
}

@keyframes fcGiftToast {
  0% {
    opacity: 0;
    transform: translateX(-16px) scale(0.96);
  }
  12%,
  78% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-18px) scale(0.98);
  }
}

@keyframes fcGiftFloat {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(0deg) scale(0.7);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--fc-gift-x), -190px) rotate(var(--fc-gift-r)) scale(1.1);
  }
}

@keyframes fcPremiumGiftRun {
  0% {
    opacity: 0;
    transform: translateX(0) scale(0.9);
  }
  10% {
    opacity: 1;
  }
  42% {
    opacity: 1;
    transform: translateX(calc(-50vw - 120px)) scale(1);
  }
  72% {
    opacity: 1;
    transform: translateX(calc(-78vw - 180px)) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(calc(-112vw - 260px)) scale(0.96);
  }
}

@keyframes fcPremiumGlow {
  0%,
  100% {
    opacity: 0;
  }
  18%,
  72% {
    opacity: 1;
  }
}

.fc-watch-metrics {
  display: grid;
  gap: 10px;
  grid-column: 2 / 3;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
}

.fc-watch-metrics div {
  background: #292b31;
  border-radius: 8px;
  padding: 10px 13px;
}

.fc-watch-metrics i {
  color: rgba(245, 246, 247, 0.68);
  margin-inline-end: 9px;
}

.fc-watch-metrics strong {
  color: #fff;
  font-size: 18px;
}

.fc-watch-metrics span {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.fc-watch-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  overflow: hidden;
}

.fc-watch-tabs {
  border-bottom: 1px solid #30333c;
  display: flex;
  gap: 22px;
  grid-column: 1 / -1;
  padding: 0 20px;
}

.fc-watch-tabs button {
  background: transparent;
  border: 0;
  color: rgba(245, 246, 247, 0.72);
  font-weight: 900;
  min-height: 42px;
  padding: 0 4px;
  position: relative;
}

.fc-watch-tabs button.active {
  color: #4f8bff;
}

.fc-watch-tabs button.active::after {
  background: #4f8bff;
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.fc-watch-about,
.fc-watch-fans,
.fc-watch-more {
  padding: 20px 22px;
}

.fc-watch-about strong,
.fc-watch-section-head strong,
.fc-watch-chat-head strong {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.fc-watch-about p {
  font-size: 14px;
  line-height: 1.6;
  margin: 14px 0 18px;
}

.fc-watch-about span {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.fc-watch-fans {
  border-inline-start: 1px solid #30333c;
}

.fc-watch-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.fc-watch-section-head a {
  color: #4f8bff;
  font-weight: 900;
}

.fc-watch-fan-row,
.fc-watch-more-item {
  align-items: center;
  display: flex;
  gap: 10px;
}

.fc-watch-fan-row + .fc-watch-fan-row,
.fc-watch-more-item + .fc-watch-more-item {
  margin-top: 14px;
}

.fc-watch-fan-row img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  width: 36px;
}

.fc-watch-fan-row strong,
.fc-watch-more-item strong {
  color: #fff;
  display: block;
}

.fc-watch-fan-row em {
  align-items: center;
  background: linear-gradient(135deg, #ffd166, #f8961e);
  border-radius: 50%;
  color: #2a1800;
  display: flex;
  font-style: normal;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-inline-start: auto;
  width: 34px;
}

.fc-watch-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.fc-watch-chat {
  display: flex;
  flex-direction: column;
  height: min(690px, calc(100vh - 86px));
  overflow: hidden;
}

.fc-watch-chat-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 18px 10px;
}

.fc-watch-chat-head div {
  display: flex;
  gap: 8px;
}

.fc-watch-chat-head button,
.fc-watch-chat-head a {
  align-items: center;
  background: #2b2d33;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.fc-watch-pinned {
  background: linear-gradient(135deg, #6c2bd9, #0d6efd);
  border-radius: 8px;
  margin: 0 16px 12px;
  padding: 12px;
  position: relative;
}

.fc-watch-pinned > button {
  background: transparent;
  border: 0;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 12px;
}

.fc-watch-pinned > span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
}

.fc-watch-pinned div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.fc-watch-pinned img {
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

.fc-watch-pinned p {
  color: #fff;
  line-height: 1.35;
  margin: 0;
}

.fc-watch-pinned em {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding: 3px 8px;
}

.fc-watch-sort {
  color: #4f8bff;
  font-weight: 900;
  padding: 0 18px 10px;
}

.fc-watch-modbar {
  display: flex;
  gap: 8px;
  padding: 0 18px 12px;
}

.fc-watch-modbar button {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  color: #f8fafc;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
}

.fc-watch-modbar button:hover {
  background: rgba(95, 148, 255, 0.16);
  border-color: rgba(95, 148, 255, 0.28);
}

.fc-live-creator-chat {
  margin-top: 18px;
  max-width: 520px;
}

.fc-live-creator-chat .fc-watch-comments {
  min-height: 460px;
}

.fc-watch-comments .js_fc-live-pin-comment,
.fc-watch-comments .js_fc-live-mute-user {
  color: rgba(255, 255, 255, 0.76);
}

.fc-watch-comments {
  flex: 1;
  min-height: 0;
  background: #18191e;
  color: #f5f6f7;
}

.fc-watch-comments .post-comments {
  height: 100%;
}

.fc-watch-comments ul.js_live-comments {
  background: #18191e;
  padding: 14px 16px !important;
}

.fc-watch-comments .comment.js_comment-form {
  background: #18191e;
  border-top: 0;
  padding: 10px 14px 14px;
}

.fc-watch-comments .comment.js_comment-form .x-form {
  background: #f1f2f4;
  min-height: 38px;
}

.fc-watch-comments .comment.js_comment-form textarea.js_post-comment {
  color: #1c1e21;
  min-height: 38px;
  padding-top: 8px;
}

.fc-watch-comments .comment.js_comment-form textarea.js_post-comment::placeholder {
  color: #90949c;
}

.fc-watch-comments ul.js_live-comments .comment-inner {
  background: #24262d;
  border: 1px solid #30333c;
  color: #f5f6f7;
}

.fc-watch-comments ul.js_live-comments .comment-author a {
  color: #f5f6f7;
}

.fc-watch-comments ul.js_live-comments .comment-actions .text-link,
.fc-watch-comments ul.js_live-comments .comment-actions small {
  color: #a8acb3 !important;
}

.fc-watch-more {
  padding: 18px;
}

.fc-watch-more-item > div {
  align-items: center;
  background: linear-gradient(135deg, #4f8bff, #6c2bd9);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 104px;
  height: 58px;
  justify-content: center;
}

.fc-watch-more-item p {
  margin: 0;
}

/* Facebook-style live watch polish */
.fc-live-watch-page .main-header {
  background: #0b0c10;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.fc-live-watch {
  background:
    radial-gradient(circle at 18% 16%, rgba(45, 75, 160, 0.14), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(88, 44, 160, 0.12), transparent 26%),
    #0b0c10;
  padding: 18px 24px 24px;
}

.fc-live-watch-grid {
  gap: 28px;
  grid-template-columns: minmax(660px, 1fr) 440px;
  max-width: 1780px;
}

.fc-watch-player-card {
  background: #050608;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.fc-player-watch {
  aspect-ratio: 16 / 9;
}

.fc-player-watch video {
  object-fit: cover;
}

.fc-player-watch::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62), transparent 34%, rgba(0, 0, 0, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.fc-player-controls {
  background: transparent;
  gap: 16px;
  opacity: 1;
  padding: 0 34px 26px;
  z-index: 7;
}

.fc-player-controls button {
  background: transparent;
  font-size: 19px;
  height: 32px;
  width: 32px;
}

.fc-player-live-line {
  background: rgba(255, 255, 255, 0.26);
  height: 4px;
}

.fc-player-live-line span {
  background: #ff2f55;
  width: 74%;
}

.fc-watch-player-overlay {
  left: 28px;
  top: 26px;
  z-index: 8;
}

.fc-watch-player-overlay .fc-feed-live-badge,
.fc-watch-player-overlay .fc-feed-live-viewers {
  border-radius: 12px;
  min-height: 36px;
  padding: 0 14px;
}

.fc-watch-player-top-actions {
  display: flex;
  gap: 12px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 9;
}

.fc-watch-player-top-actions button {
  align-items: center;
  background: rgba(8, 10, 16, 0.72);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.fc-live-reaction-bubbles {
  bottom: 88px;
  height: 190px;
  right: 68px;
}

.fc-live-bubble-button {
  background: #ff2f55;
  bottom: 32px;
  box-shadow: 0 18px 46px rgba(255, 47, 85, 0.42);
  height: 66px;
  right: 68px;
  width: 66px;
  z-index: 9;
}

.fc-watch-info-card,
.fc-watch-details,
.fc-watch-chat,
.fc-watch-more {
  background: rgba(24, 25, 30, 0.78);
  border-color: rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.fc-watch-info-card {
  backdrop-filter: blur(18px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, auto);
  margin-top: -2px;
  padding: 22px 28px;
}

.fc-watch-author img {
  border: 2px solid rgba(255, 255, 255, 0.16);
  height: 58px;
  width: 58px;
}

.fc-watch-author a {
  font-size: 16px;
}

.fc-watch-title strong {
  font-size: 21px;
}

.fc-watch-title p {
  color: rgba(245, 246, 247, 0.86);
  font-size: 16px;
}

.fc-watch-follow {
  background: linear-gradient(135deg, #4a46ff, #2876ff);
  font-size: 15px;
  min-height: 43px;
  padding: 0 22px;
}

.fc-watch-actions button {
  background: rgba(255, 255, 255, 0.10);
  font-size: 15px;
  min-height: 46px;
  padding: 0 22px;
}

.fc-watch-actions button:last-child {
  padding: 0 17px;
}

.fc-watch-metrics {
  grid-template-columns: repeat(2, minmax(170px, 1fr));
}

.fc-watch-metrics div {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 18px;
}

.fc-watch-metrics strong {
  font-size: 25px;
}

.fc-watch-details {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.fc-watch-tabs {
  min-height: 58px;
}

.fc-watch-chat {
  height: min(760px, calc(100vh - 112px));
  position: sticky;
  top: 86px;
}

.fc-watch-chat-head {
  padding: 22px 24px 12px;
}

.fc-watch-chat-head strong {
  font-size: 21px;
}

.fc-watch-chat-head button,
.fc-watch-chat-head a {
  background: rgba(255, 255, 255, 0.10);
  height: 42px;
  width: 42px;
}

.fc-watch-pinned {
  border-radius: 10px;
  margin: 0 22px 18px;
  padding: 16px 18px;
}

.fc-watch-pinned img {
  height: 46px;
  width: 46px;
}

.fc-watch-pinned p {
  font-size: 15px;
}

.fc-watch-sort {
  font-size: 15px;
  padding: 0 24px 12px;
}

.fc-watch-comments {
  background: transparent;
}

.fc-watch-comments .post-comments {
  display: flex;
  flex-direction: column;
}

.fc-watch-comments ul.js_live-comments {
  background: transparent;
  flex: 1;
  overflow-y: auto;
  padding: 16px 22px 18px !important;
}

.fc-watch-comments ul.js_live-comments > li {
  margin-bottom: 15px;
}

.fc-watch-comments ul.js_live-comments .comment {
  align-items: flex-start;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr);
  max-width: 100%;
}

.fc-watch-comments ul.js_live-comments .comment-avatar {
  height: 42px;
  margin: 0;
  width: 42px;
}

.fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  border: 2px solid rgba(255, 255, 255, 0.10);
  height: 42px;
  width: 42px;
}

.fc-watch-comments ul.js_live-comments .comment-data {
  min-width: 0;
}

.fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  display: inline-block;
  margin: 0;
  max-width: calc(100% - 26px);
  position: relative;
}

.fc-watch-comments ul.js_live-comments .comment-inner {
  background: rgba(255, 255, 255, 0.07);
  border: 0;
  border-radius: 18px;
  color: #f5f6f7;
  padding: 10px 15px 11px;
}

.fc-watch-comments ul.js_live-comments .comment-author,
.fc-watch-comments ul.js_live-comments .comment-author a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
}

.fc-watch-comments ul.js_live-comments .comment-text {
  color: rgba(245, 246, 247, 0.90);
  font-size: 15px;
  line-height: 1.38;
}

.fc-watch-comments ul.js_live-comments .comment-actions {
  display: flex;
  gap: 8px;
  margin: 5px 0 0 0;
  padding-inline-start: 2px;
}

.fc-watch-comments ul.js_live-comments .comment-actions .text-link,
.fc-watch-comments ul.js_live-comments .comment-actions small {
  color: rgba(245, 246, 247, 0.60) !important;
  font-size: 12px;
  font-weight: 800;
}

.fc-watch-comments ul.js_live-comments .comment::after {
  align-items: center;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  color: #ff4769;
  content: "\f004  1";
  display: flex;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  gap: 4px;
  grid-column: 2;
  height: 24px;
  justify-content: center;
  justify-self: end;
  margin-top: -36px;
  min-width: 42px;
  padding: 0 9px;
}

.fc-watch-comments .comment.js_comment-form {
  background: rgba(24, 25, 30, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 20px 18px;
}

.fc-watch-comments .comment.js_comment-form .comment-avatar {
  align-self: center;
}

.fc-watch-comments .comment.js_comment-form .x-form {
  align-items: center;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  display: flex;
  min-height: 44px;
}

.fc-watch-comments .comment.js_comment-form textarea.js_post-comment {
  color: #f5f6f7;
  min-height: 44px;
  padding: 11px 12px;
}

.fc-watch-comments .comment.js_comment-form textarea.js_post-comment::placeholder {
  color: rgba(245, 246, 247, 0.62);
}

.fc-watch-comments .comment.js_comment-form .x-form-tools {
  align-items: center;
  display: flex;
  gap: 4px;
  padding-inline-end: 8px;
}

.fc-watch-comments .comment.js_comment-form .x-form-tools li {
  align-items: center;
  color: rgba(245, 246, 247, 0.78);
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

/* Clean live-chat reset: keep Sngine data, remove noisy feed chrome */
.fc-watch-comments ul.js_live-comments,
.fc-watch-comments ul.js_live-comments li,
.fc-watch-comments ul.js_live-comments .comment,
.fc-watch-comments ul.js_live-comments .comment-data,
.fc-watch-comments ul.js_live-comments .comment-inner-wrapper,
.fc-watch-comments ul.js_live-comments .comment-inner,
.fc-watch-comments ul.js_live-comments .comment-actions {
  float: none !important;
}

.fc-watch-comments ul.js_live-comments {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0 !important;
}

.fc-watch-comments ul.js_live-comments > li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.fc-watch-comments ul.js_live-comments .comment {
  align-items: flex-start !important;
  display: flex !important;
  gap: 10px !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  position: relative;
}

.fc-watch-comments ul.js_live-comments .comment::after {
  content: none !important;
  display: none !important;
}

.fc-watch-comments ul.js_live-comments .comment-avatar {
  flex: 0 0 40px !important;
  height: 40px !important;
  margin: 2px 0 0 !important;
  width: 40px !important;
}

.fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  background-size: cover;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: block;
  height: 40px !important;
  width: 40px !important;
}

.fc-watch-comments ul.js_live-comments .comment-data {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  position: relative;
}

.fc-watch-comments ul.js_live-comments .comment-btn,
.fc-watch-comments ul.js_live-comments .reactions-container,
.fc-watch-comments ul.js_live-comments .reactions-stats,
.fc-watch-comments ul.js_live-comments .comment-replies,
.fc-watch-comments ul.js_live-comments .js_replies-toggle,
.fc-watch-comments ul.js_live-comments .comment-attachments,
.fc-watch-comments ul.js_live-comments .comment-voice-notes,
.fc-watch-comments ul.js_live-comments .comment .dropdown-menu {
  display: none !important;
}

.fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  display: block !important;
  margin: 0 !important;
  max-width: min(100%, 300px) !important;
}

.fc-watch-comments ul.js_live-comments .comment-inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.072)) !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 17px !important;
  box-shadow: none !important;
  color: #f5f6f7 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  padding: 9px 13px 10px !important;
  word-break: break-word;
}

.fc-watch-comments ul.js_live-comments .comment-author {
  align-items: center;
  display: flex !important;
  gap: 5px;
  line-height: 1.2 !important;
  margin: 0 0 3px !important;
  min-height: 17px;
}

.fc-watch-comments ul.js_live-comments .comment-author a,
.fc-watch-comments ul.js_live-comments .comment-author span {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.fc-watch-comments ul.js_live-comments .verified-badge,
.fc-watch-comments ul.js_live-comments .pro-badge {
  display: inline-flex !important;
  height: 15px !important;
  width: 15px !important;
}

.fc-watch-comments ul.js_live-comments .verified-badge svg,
.fc-watch-comments ul.js_live-comments .pro-badge svg {
  height: 15px !important;
  width: 15px !important;
}

.fc-watch-comments ul.js_live-comments .comment-text,
.fc-watch-comments ul.js_live-comments .comment-text *,
.fc-watch-comments ul.js_live-comments .text {
  color: rgba(245, 246, 247, 0.9) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.fc-watch-comments ul.js_live-comments .comment-text p,
.fc-watch-comments ul.js_live-comments .comment-text div {
  margin: 0 !important;
}

.fc-watch-comments ul.js_live-comments .comment-actions {
  align-items: center;
  display: flex !important;
  gap: 8px !important;
  margin: 5px 0 0 4px !important;
  padding: 0 !important;
}

.fc-watch-comments ul.js_live-comments .comment-actions li {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fc-watch-comments ul.js_live-comments .comment-actions .text-link,
.fc-watch-comments ul.js_live-comments .comment-actions .reaction-btn-name,
.fc-watch-comments ul.js_live-comments .comment-actions small {
  color: rgba(245, 246, 247, 0.56) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.fc-watch-comments ul.js_live-comments .comment-actions .reaction-btn,
.fc-watch-comments ul.js_live-comments .comment-actions .reactions-wrapper {
  align-items: center;
  display: inline-flex !important;
  height: auto !important;
  min-height: 0 !important;
}

.fc-watch-comments ul.js_live-comments .reply {
  margin-inline-start: 48px !important;
}

html[dir="RTL"] .fc-watch-comments ul.js_live-comments .comment {
  direction: rtl;
}

html[dir="RTL"] .fc-watch-comments ul.js_live-comments .comment-actions {
  margin-left: 0 !important;
  margin-right: 4px !important;
}

/* Final live-chat spacing pass */
.fc-watch-comments {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.fc-watch-comments .post-comments {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.fc-watch-comments ul.js_live-comments {
  flex: 1 1 auto;
  gap: 16px !important;
  min-height: 0;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 14px 18px 18px !important;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
  scrollbar-width: thin;
}

.fc-watch-comments ul.js_live-comments::-webkit-scrollbar {
  width: 6px;
}

.fc-watch-comments ul.js_live-comments::-webkit-scrollbar-track {
  background: transparent;
}

.fc-watch-comments ul.js_live-comments::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.fc-watch-comments ul.js_live-comments .comment {
  gap: 12px !important;
}

.fc-watch-comments ul.js_live-comments .comment-avatar {
  flex-basis: 38px !important;
  height: 38px !important;
  width: 38px !important;
}

.fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  height: 38px !important;
  width: 38px !important;
}

.fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  max-width: 260px !important;
}

.fc-watch-comments ul.js_live-comments .comment-inner-wrapper::before,
.fc-watch-comments ul.js_live-comments .comment-inner-wrapper::after,
.fc-watch-comments ul.js_live-comments .comment-inner::before,
.fc-watch-comments ul.js_live-comments .comment-inner::after {
  content: none !important;
  display: none !important;
}

.fc-watch-comments ul.js_live-comments .comment-inner {
  background: #2b2d33 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  min-width: 0 !important;
  padding: 8px 12px 9px !important;
}

.fc-watch-comments ul.js_live-comments .comment-author {
  flex-wrap: nowrap;
  gap: 4px;
  margin-bottom: 4px !important;
  overflow: hidden;
}

.fc-watch-comments ul.js_live-comments .comment-author a {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-watch-comments ul.js_live-comments .comment-text,
.fc-watch-comments ul.js_live-comments .comment-text *,
.fc-watch-comments ul.js_live-comments .text {
  overflow-wrap: anywhere;
  white-space: normal !important;
}

.fc-watch-comments ul.js_live-comments .comment-actions {
  gap: 7px !important;
  margin: 5px 0 0 8px !important;
  min-height: 14px;
}

.fc-watch-comments ul.js_live-comments .comment-actions .text-link,
.fc-watch-comments ul.js_live-comments .comment-actions .reaction-btn-name,
.fc-watch-comments ul.js_live-comments .comment-actions small {
  font-size: 11px !important;
  opacity: 0.82;
}

.fc-watch-comments .comment.js_comment-form {
  flex: 0 0 auto;
  gap: 10px;
  padding: 11px 18px 14px !important;
  position: relative !important;
  z-index: 2;
}

.fc-watch-comments .comment.js_comment-form .comment-avatar {
  flex: 0 0 38px;
  height: 38px;
  margin: 0 !important;
  width: 38px;
}

.fc-watch-comments .comment.js_comment-form .comment-avatar-picture {
  height: 38px;
  width: 38px;
}

.fc-watch-comments .comment.js_comment-form .comment-data {
  min-width: 0;
}

.fc-watch-comments .comment.js_comment-form .x-form {
  min-height: 42px !important;
}

.fc-watch-comments .comment.js_comment-form textarea.js_post-comment {
  font-size: 14px;
  min-height: 42px !important;
}

.fc-watch-comments .comment.js_comment-form .x-form-tools li {
  height: 30px;
  width: 30px;
}

html[dir="RTL"] .fc-watch-comments ul.js_live-comments .comment-actions {
  margin-left: 0 !important;
  margin-right: 8px !important;
}

/* Tighten comment bubble alignment and composer contrast */
.fc-live-watch-page .fc-watch-comments ul.js_live-comments .comment {
  gap: 11px !important;
}

.fc-live-watch-page .fc-watch-comments ul.js_live-comments .comment-avatar {
  flex: 0 0 40px !important;
  height: 40px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  width: 40px !important;
}

.fc-live-watch-page .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 50% !important;
  height: 40px !important;
  object-fit: cover !important;
  width: 40px !important;
}

.fc-live-watch-page .fc-watch-comments ul.js_live-comments .comment-data {
  flex: 0 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.fc-live-watch-page .fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  margin: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  max-width: 255px !important;
  padding: 0 !important;
  transform: none !important;
  width: fit-content !important;
}

.fc-live-watch-page .fc-watch-comments ul.js_live-comments .comment-inner {
  margin: 0 !important;
  max-width: 255px !important;
  min-width: 150px !important;
}

.fc-live-watch-page .fc-watch-comments ul.js_live-comments .comment-actions {
  margin: 5px 0 0 6px !important;
}

.fc-live-watch-page .fc-watch-comments .comment.js_comment-form {
  background: #18191e !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.fc-live-watch-page .fc-watch-comments .comment.js_comment-form .comment-avatar {
  margin: 0 !important;
  padding: 0 !important;
}

.fc-live-watch-page .fc-watch-comments .comment.js_comment-form .x-form,
.fc-live-watch-page .fc-watch-comments .comment.js_comment-form .comment-form {
  background: #25272e !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  overflow: hidden !important;
  position: relative !important;
}

.fc-live-watch-page .fc-watch-comments .comment.js_comment-form textarea.js_post-comment {
  background: transparent !important;
  caret-color: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
  padding-inline-end: 78px !important;
  padding-inline-start: 18px !important;
  position: relative !important;
  width: 100% !important;
}

.fc-live-watch-page .fc-watch-comments .comment.js_comment-form textarea.js_post-comment::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  opacity: 1 !important;
}

.fc-live-watch-page .fc-watch-comments .comment.js_comment-form .x-form-tools,
.fc-live-watch-page .fc-watch-comments .comment.js_comment-form .x-form-tools li,
.fc-live-watch-page .fc-watch-comments .comment.js_comment-form .x-form-tools i {
  color: rgba(255, 255, 255, 0.72) !important;
}

.fc-live-watch-page .fc-watch-comments .comment.js_comment-form .comment-data {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fc-live-watch-page .fc-watch-comments .comment.js_comment-form .x-form-tools {
  align-items: center !important;
  display: flex !important;
  gap: 4px !important;
  inset-inline-end: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
}

.fc-live-watch-page .fc-watch-comments .comment.js_comment-form .x-form-tools li {
  margin: 0 !important;
}

/* Compact professional player pass */
.fc-live-watch-page .fc-live-watch {
  padding: 14px 18px 22px;
}

.fc-live-watch-page .fc-live-watch-grid {
  gap: 18px !important;
  grid-template-columns: minmax(560px, 1040px) 410px !important;
  justify-content: center;
  max-width: 1480px !important;
}

.fc-live-watch-page .fc-live-watch-main {
  gap: 12px;
  max-width: 1040px;
}

.fc-live-watch-page .fc-watch-player-card {
  background: #07080c !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.32) !important;
  min-height: 0 !important;
}

.fc-live-watch-page .fc-player-watch {
  aspect-ratio: 16 / 9;
  background: #030406 !important;
  max-height: min(58vh, 560px);
}

.fc-live-watch-page .fc-player-watch video {
  background: #030406 !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.fc-live-watch-page .fc-player-watch.is-portrait-video {
  max-height: min(72vh, 720px);
  max-width: min(100%, 520px);
  margin-inline: auto;
}

.fc-live-watch-page .fc-player-watch.is-portrait-video video {
  object-fit: contain !important;
  object-position: center center !important;
}

.fc-live-watch-page .fc-player-watch::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.52), transparent 32%, rgba(0, 0, 0, 0.10)) !important;
}

.fc-live-watch-page .fc-player-controls {
  gap: 11px !important;
  padding: 0 22px 17px !important;
}

.fc-live-watch-page .fc-player-controls button {
  font-size: 15px !important;
  height: 30px !important;
  width: 30px !important;
}

.fc-live-watch-page .fc-player-live-line {
  background: rgba(255, 255, 255, 0.18) !important;
  height: 3px !important;
  overflow: hidden !important;
  position: relative !important;
}

.fc-live-watch-page .fc-player-live-line span {
  animation: fcLiveLinePulse 1.35s ease-in-out infinite !important;
  background: linear-gradient(90deg, #ff2f55 0%, #ff6b85 50%, #ff2f55 100%) !important;
  box-shadow: 0 0 14px rgba(255, 47, 85, 0.55) !important;
  width: 100% !important;
}

.fc-live-watch-page .fc-player-live-line::after {
  animation: fcLiveLineSweep 1.8s linear infinite !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent) !important;
  content: "" !important;
  inset: 0 auto 0 -35% !important;
  position: absolute !important;
  width: 32% !important;
}

.fc-live-watch-page .fc-player.is-vod .fc-player-live-line span,
.fc-player.is-vod .fc-player-live-line span {
  animation: none !important;
  background: #ff2f55 !important;
  box-shadow: 0 0 10px rgba(255, 47, 85, 0.42) !important;
  margin-inline: 0 !important;
  max-width: none !important;
  width: var(--fc-vod-progress, 0%) !important;
}

.fc-live-watch-page .fc-player.is-vod .fc-player-live-line::after,
.fc-player.is-vod .fc-player-live-line::after {
  animation: none !important;
  content: none !important;
  display: none !important;
}

.fc-live-watch-page .fc-watch-live-dot {
  font-size: 11px !important;
  margin-inline: 6px !important;
}

.fc-live-watch-page .fc-watch-player-overlay {
  gap: 8px !important;
  left: 16px !important;
  top: 16px !important;
}

.fc-live-watch-page .fc-watch-player-overlay .fc-feed-live-badge,
.fc-live-watch-page .fc-watch-player-overlay .fc-feed-live-viewers {
  border-radius: 999px !important;
  font-size: 12px !important;
  min-height: 30px !important;
  padding: 0 11px !important;
}

.fc-live-watch-page .fc-watch-player-top-actions {
  gap: 8px !important;
  right: 14px !important;
  top: 14px !important;
}

.fc-live-watch-page .fc-watch-player-top-actions button {
  background: rgba(8, 10, 16, 0.68) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  font-size: 14px !important;
  height: 36px !important;
  width: 36px !important;
}

.fc-live-watch-page .fc-live-reaction-bubbles {
  bottom: 92px !important;
  height: 150px !important;
  right: 24px !important;
}

.fc-live-watch-page .fc-live-bubble-button {
  bottom: 46px !important;
  box-shadow: 0 12px 32px rgba(255, 47, 85, 0.36) !important;
  height: 52px !important;
  right: 24px !important;
  width: 52px !important;
}

.fc-live-watch-page .fc-live-bubble-button i {
  font-size: 21px !important;
}

.fc-live-watch-page .fc-watch-info-card {
  border-radius: 16px !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto) !important;
  padding: 18px 22px !important;
}

.fc-live-watch-page .fc-watch-author img {
  height: 46px !important;
  width: 46px !important;
}

.fc-live-watch-page .fc-watch-title strong {
  font-size: 19px !important;
}

@keyframes fcLiveLinePulse {
  0%,
  100% {
    opacity: 0.82;
  }

  50% {
    opacity: 1;
  }
}

@keyframes fcLiveLineSweep {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(430%);
  }
}

@media (max-width: 991px) {
  .fc-live-watch {
    padding: 12px;
  }

  .fc-live-watch-grid,
  .fc-watch-details,
  .fc-watch-info-card {
    grid-template-columns: 1fr;
  }

  .fc-watch-actions,
  .fc-watch-metrics,
  .fc-watch-title {
    grid-column: auto;
    grid-row: auto;
  }

  .fc-watch-actions {
    flex-wrap: wrap;
  }

  .fc-watch-details {
    display: block;
  }

  .fc-watch-tabs {
    gap: 10px;
    overflow-x: auto;
  }

  .fc-watch-tabs button {
    white-space: nowrap;
  }

  .fc-watch-fans {
    border-inline-start: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .fc-watch-chat {
    height: 640px;
  }

  .fc-live-layout {
    grid-template-columns: 1fr;
  }

  .fc-live-preview,
  .fc-live-preview-frame {
    min-height: 430px;
  }

  .fc-livebox-shell {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(260px, 52vh) minmax(0, 1fr);
  }

  .fc-livebox-side {
    border-left: 0;
    border-right: 0;
    min-height: 0;
    order: 2;
  }

  .fc-livebox-stage {
    order: 1;
  }

  .fc-live-reaction-bubbles {
    bottom: 76px;
    right: 18px;
  }

  .fc-live-bubble-button {
    bottom: 18px;
    height: 50px;
    right: 18px;
    width: 50px;
  }
}

/* Final responsive watch layout */
@media (max-width: 1320px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fc-live-producer-watch .fc-watch-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  }

  .fc-live-producer-watch .fc-live-received-gifts {
    height: auto;
    min-height: 190px;
  }

  .fc-live-producer-watch .fc-live-gift-feed {
    max-height: 260px;
  }

  .fc-live-watch-page .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) 380px !important;
    max-width: 1180px !important;
  }

  .fc-live-watch-page .fc-watch-info-card {
    grid-template-columns: 1fr !important;
  }

  .fc-live-watch-page .fc-watch-actions,
  .fc-live-watch-page .fc-watch-metrics,
  .fc-live-watch-page .fc-watch-title,
  .fc-live-watch-page .fc-live-gift-panel {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (max-width: 1500px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(380px, 520px) minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-watch-side {
    grid-template-columns: minmax(360px, 1fr) minmax(260px, .72fr) !important;
  }
}

@media (max-width: 900px) {
  .fc-live-producer-watch {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
  }

  .fc-live-producer-watch .fc-watch-side {
    display: flex;
    flex-direction: column;
    gap: 12px !important;
  }

  .fc-live-producer-watch .fc-watch-chat,
  .fc-live-producer-watch .fc-live-received-gifts,
  .fc-live-producer-watch .fc-live-top-supporters {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .fc-live-watch-page .fc-live-watch {
    overflow-x: hidden !important;
    padding: 12px !important;
  }

  .fc-live-watch-page .fc-live-watch-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 720px !important;
    width: 100% !important;
  }

  .fc-live-watch-page .fc-live-watch-main,
  .fc-live-watch-page .fc-watch-side {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .fc-live-watch-page .fc-player-watch {
    max-height: none !important;
  }

  .fc-live-watch-page .fc-watch-chat {
    height: min(620px, 78vh) !important;
    min-height: 520px !important;
  }
}

@media (max-width: 575px) {
  .fc-live-watch-page .fc-live-watch {
    padding: 8px !important;
  }

  .fc-live-watch-page .fc-watch-player-card,
  .fc-live-watch-page .fc-watch-info-card,
  .fc-live-watch-page .fc-watch-details,
  .fc-live-watch-page .fc-watch-chat {
    border-radius: 12px !important;
  }

  .fc-live-watch-page .fc-watch-info-card {
    padding: 14px !important;
  }

  .fc-live-watch-page .fc-watch-actions {
    gap: 8px !important;
  }

  .fc-live-watch-page .fc-watch-actions button {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .fc-live-watch-page .fc-live-gift-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .fc-live-watch-page .fc-live-gift-bursts {
    bottom: 82px !important;
    width: calc(100% - 112px) !important;
  }

  .fc-live-watch-page .fc-watch-chat {
    height: 620px !important;
    min-height: 520px !important;
  }
}

@media (max-width: 575px) {
  .fc-live-producer {
    background: #0f1117;
    border-radius: 0;
    margin: -8px -12px 0;
    max-width: none;
    padding: 8px 8px 16px;
  }

  .fc-live-topbar {
    align-items: center;
    background: #151820;
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 10px;
    padding: 10px 12px;
  }

  .fc-live-kicker {
    font-size: 10px;
    gap: 6px;
  }

  .fc-live-topbar h1 {
    color: #fff;
    font-size: 15px;
    margin-top: 2px;
  }

  .fc-live-status {
    flex: 0 0 auto;
    font-size: 11px;
    gap: 6px;
    min-height: 30px;
    padding: 0 10px;
  }

  .fc-live-layout {
    gap: 10px;
  }

  .fc-live-preview,
  .fc-live-panel {
    background: #151820;
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
  }

  .fc-live-preview,
  .fc-live-preview-frame {
    min-height: 0;
  }

  .fc-live-preview-frame {
    border-radius: 10px;
    height: min(58vh, 520px);
  }

  .fc-live-preview-top,
  .fc-live-preview-footer {
    min-height: 38px;
    padding: 9px 10px;
  }

  .fc-live-preview-top span {
    font-size: 12px;
  }

  .fc-live-preview-top strong {
    font-size: 11px;
    padding: 4px 8px;
  }

  .fc-live-options {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 12px 0;
  }

  .fc-live-preview {
    padding: 8px;
  }

  .fc-live-preview-body {
    padding: 18px 12px;
  }

  .fc-player-producer,
  .fc-live-camera-local {
    height: 100%;
    min-height: 0;
  }

  .fc-live-play {
    height: 58px;
    margin-bottom: 12px;
    width: 58px;
  }

  .fc-live-play i {
    font-size: 22px;
  }

  .fc-live-preview-body h2 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .fc-live-preview-body p {
    font-size: 12px;
    line-height: 1.45;
    max-width: 280px;
  }

  .fc-live-preview-footer {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .fc-live-preview-footer span {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    flex: 0 0 auto;
    font-size: 11px;
    min-height: 26px;
    padding: 0 9px;
  }

  .fc-live-panel {
    padding: 12px;
  }

  .fc-live-author {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .fc-live-author img {
    height: 34px;
    width: 34px;
  }

  .fc-live-author strong {
    color: #fff;
    font-size: 13px;
  }

  .fc-live-author span {
    font-size: 11px;
  }

  .fc-live-field {
    margin-bottom: 10px;
  }

  .fc-live-field label,
  .fc-live-copy-row label {
    color: #aeb4c0;
    font-size: 11px;
    margin-bottom: 5px;
  }

  .fc-live-field .form-control {
    background: #242833;
    border-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    min-height: 38px;
  }

  .fc-live-field textarea.form-control {
    min-height: 72px;
  }

  .fc-live-option {
    background: #242833;
    color: #f5f6f7;
    font-size: 11px;
    gap: 5px;
    min-height: 54px;
    padding: 7px 5px;
  }

  .fc-live-option i {
    font-size: 15px;
  }

  .fc-live-option.js_live-pro-mode[data-mode="obs"],
  .fc-live-create-actions .js_live-pro-mode[data-mode="obs"],
  .fc-live-result:not(.x-hidden) .js_live-pro-obs-field {
    display: none !important;
  }

  .fc-live-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-live-create-btn {
    border-radius: 999px;
    font-size: 13px;
    min-height: 40px;
  }

  .fc-live-result {
    background: #191d26;
    border-color: rgba(255, 255, 255, 0.08);
    margin-top: 12px;
    padding: 10px;
  }

  .fc-live-result-head {
    margin-bottom: 10px;
  }

  .fc-live-result-head strong {
    color: #fff;
    font-size: 13px;
  }

  .fc-live-result-head span {
    font-size: 11px;
  }

  .fc-live-copy-row {
    margin-bottom: 9px;
  }

  .fc-live-copy-row input {
    background: #242833;
    border-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
    min-height: 34px;
  }

  .fc-live-copy-row button,
  .fc-live-copy-row a {
    background: #303542;
    border-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    min-height: 34px;
    width: 38px;
  }

  .fc-live-camera-panel {
    margin: 10px 0;
    padding: 10px;
  }

  .fc-live-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .fc-live-actions .btn {
    border-radius: 999px;
    font-size: 13px;
    min-height: 38px;
  }

  .fc-live-creator-chat {
    border-radius: 12px;
    height: min(560px, 74vh);
    margin-top: 10px;
    max-width: none;
    min-height: 430px;
    width: 100%;
  }

  .fc-live-creator-chat .fc-watch-chat-head {
    padding: 14px 14px 10px;
  }

  .fc-live-creator-chat .fc-watch-modbar {
    padding: 0 14px 10px;
  }

  .fc-live-creator-chat .fc-watch-sort {
    padding: 0 14px 8px;
  }

  .fc-live-creator-chat .fc-watch-comments {
    min-height: 0;
  }

  .fc-live-creator-chat .post-comments {
    display: flex;
    flex-direction: column;
  }

  .fc-live-creator-chat ul.js_live-comments {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 10px 12px !important;
  }

  .fc-live-creator-chat .comment.js_comment-form {
    background: #151820;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex: 0 0 auto;
    margin: 0;
    padding: 10px 12px;
  }

  .fc-live-creator-chat .comment-avatar {
    margin-inline-end: 8px;
  }

  .fc-live-creator-chat .comment-avatar-picture {
    height: 34px;
    width: 34px;
  }

  .fc-live-creator-chat .comment-form {
    background: #242833;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    min-height: 38px;
  }

  .fc-live-creator-chat textarea.js_post-comment {
    color: #fff;
    font-size: 13px;
    min-height: 36px;
    padding-inline-end: 72px;
  }

  .fc-live-creator-chat .x-form-tools {
    inset-inline-end: 8px;
    top: 7px;
  }
}

/* Final producer layout pass: keep create page light and full-width after all responsive rules. */
.fc-live-producer-watch {
  background: #f3f6fb !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
  padding: 18px clamp(16px, 4vw, 64px) 34px !important;
  width: 100vw !important;
}

.fc-live-producer-watch .fc-live-create-watch,
.fc-live-producer-watch .fc-live-watch-main,
.fc-live-producer-watch .fc-live-watch-grid {
  background: transparent !important;
}

.fc-live-producer-watch .fc-live-watch-grid {
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: minmax(430px, 560px) minmax(0, 1fr) !important;
  max-width: none !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-watch-side {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: minmax(420px, 1fr) minmax(300px, .72fr) !important;
  grid-template-rows: minmax(330px, auto) minmax(300px, auto) !important;
}

.fc-live-producer-watch .fc-watch-chat {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  height: auto !important;
  min-height: 680px !important;
}

.fc-live-producer-watch .fc-live-received-gifts {
  grid-column: 2 !important;
  grid-row: 1 !important;
  height: auto !important;
  min-height: 330px !important;
}

.fc-live-producer-watch .fc-live-top-supporters {
  grid-column: 2 !important;
  grid-row: 2 !important;
  min-height: 300px !important;
}

.fc-live-producer-watch .fc-watch-info-card,
.fc-live-producer-watch .fc-watch-chat,
.fc-live-producer-watch .fc-watch-more {
  background: #fff !important;
  border-color: #e5e7eb !important;
  color: #111827 !important;
}

.fc-live-producer-watch .fc-watch-comments,
.fc-live-producer-watch .fc-watch-comments .post-comments,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments,
.fc-live-producer-watch .comment.js_comment-form {
  background: #fff !important;
}

.fc-live-producer-watch .comment.js_comment-form .x-form,
.fc-live-producer-watch .comment.js_comment-form .comment-form {
  background: #f8fafc !important;
  border-color: #e5e7eb !important;
}

.fc-live-producer-watch .comment.js_comment-form textarea.js_post-comment {
  color: #111827 !important;
}

@media (max-width: 1500px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(380px, 520px) minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-watch-side {
    grid-template-columns: minmax(360px, 1fr) minmax(260px, .72fr) !important;
  }
}

@media (max-width: 1100px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 900px) {
  .fc-live-producer-watch {
    margin-left: -12px !important;
    margin-right: -12px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: auto !important;
  }

  .fc-live-producer-watch .fc-watch-side {
    display: flex !important;
    flex-direction: column !important;
  }

  .fc-live-producer-watch .fc-watch-chat,
  .fc-live-producer-watch .fc-live-received-gifts,
  .fc-live-producer-watch .fc-live-top-supporters {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 0 !important;
  }
}

/* Producer chat polish: readable input, compact bubbles, and live supporters. */
.fc-live-producer-watch .fc-watch-chat-head,
.fc-live-producer-watch .fc-watch-sort,
.fc-live-producer-watch .fc-watch-modbar,
.fc-live-producer-watch .fc-watch-section-head {
  color: #111827 !important;
}

.fc-live-producer-watch .fc-watch-comments .post-comments {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 12px !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 16px 18px 18px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment {
  align-items: flex-start !important;
  background: transparent !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  height: 42px !important;
  margin: 0 !important;
  width: 42px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  background-position: center !important;
  background-size: cover !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12) !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-data,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  min-width: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  max-width: min(100%, 360px) !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-text {
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  color: #374151 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner {
  padding: 9px 12px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author a,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-text a {
  color: #111827 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions a,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-time {
  color: #6b7280 !important;
  font-size: 12px !important;
}

.fc-live-producer-watch .comment.js_comment-form {
  align-items: center !important;
  border-top: 1px solid #e5e7eb !important;
  display: flex !important;
  flex: 0 0 auto !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 12px 18px !important;
}

.fc-live-producer-watch .comment.js_comment-form.x-hidden {
  display: none !important;
}

.fc-live-producer-watch .comment.js_comment-form .comment-avatar {
  flex: 0 0 40px !important;
  height: 40px !important;
  margin: 0 !important;
  width: 40px !important;
}

.fc-live-producer-watch .comment.js_comment-form .comment-avatar-picture {
  background-position: center !important;
  background-size: cover !important;
  border-radius: 50% !important;
  height: 40px !important;
  width: 40px !important;
}

.fc-live-producer-watch .comment.js_comment-form .comment-data {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.fc-live-producer-watch .comment.js_comment-form .x-form,
.fc-live-producer-watch .comment.js_comment-form .comment-form {
  align-items: center !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 999px !important;
  display: flex !important;
  min-height: 44px !important;
  position: relative !important;
}

.fc-live-producer-watch .comment.js_comment-form textarea.js_post-comment {
  background: transparent !important;
  color: #111827 !important;
  line-height: 22px !important;
  min-height: 42px !important;
  padding-block: 10px !important;
  padding-inline: 18px 86px !important;
}

.fc-live-producer-watch .comment.js_comment-form textarea.js_post-comment::placeholder {
  color: #8b95a5 !important;
}

.fc-live-producer-watch .comment.js_comment-form .x-form-tools {
  align-items: center !important;
  display: flex !important;
  gap: 4px !important;
  inset-inline-end: 10px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.fc-live-producer-watch .comment.js_comment-form .x-form-tools li {
  align-items: center !important;
  color: #315cff !important;
  cursor: pointer !important;
  display: flex !important;
  height: 30px !important;
  justify-content: center !important;
  width: 30px !important;
}

.fc-live-producer-watch .fc-live-chat-empty {
  color: #64748b !important;
}

.fc-live-supporters-list {
  display: grid !important;
  gap: 10px !important;
}

.fc-live-supporter-row {
  align-items: center !important;
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
  padding: 10px !important;
}

.fc-live-supporter-row img {
  background: #e5e7eb !important;
  border-radius: 50% !important;
  height: 42px !important;
  object-fit: cover !important;
  width: 42px !important;
}

.fc-live-supporter-row strong,
.fc-live-supporter-row span {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fc-live-supporter-row strong {
  color: #111827 !important;
  font-size: 13px !important;
}

.fc-live-supporter-row span {
  color: #64748b !important;
  font-size: 12px !important;
}

.fc-live-supporter-row em {
  background: #eef2ff !important;
  border-radius: 999px !important;
  color: #315cff !important;
  font-style: normal !important;
  font-weight: 800 !important;
  padding: 5px 9px !important;
}

/* Producer reference sizing: preview, chat, and gifts should match the creator mockup proportions. */
.fc-live-producer-watch .fc-live-watch-grid {
  align-items: start !important;
  grid-template-columns: minmax(430px, 520px) minmax(700px, 760px) !important;
  justify-content: center !important;
}

.fc-live-producer-watch .fc-watch-side {
  align-items: start !important;
  grid-template-columns: minmax(350px, 390px) minmax(285px, 330px) !important;
  justify-content: start !important;
}

.fc-live-producer-watch .fc-watch-chat {
  min-height: 720px !important;
}

.fc-live-producer-watch .fc-live-received-gifts,
.fc-live-producer-watch .fc-live-top-supporters {
  min-height: 300px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments {
  gap: 10px !important;
  padding: 14px 18px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment {
  gap: 9px !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  height: 38px !important;
  width: 38px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  max-width: min(100%, 250px) !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-text {
  background: transparent !important;
  border: 0 !important;
  color: #4b5563 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  padding: 2px 0 0 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author a {
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.fc-live-producer-watch .comment.js_comment-form {
  padding: 14px 18px 18px !important;
}

.fc-live-producer-watch .comment.js_comment-form .comment-avatar,
.fc-live-producer-watch .comment.js_comment-form .comment-avatar-picture {
  height: 38px !important;
  width: 38px !important;
}

.fc-live-producer-watch .comment.js_comment-form .x-form,
.fc-live-producer-watch .comment.js_comment-form .comment-form {
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
}

.fc-live-producer-watch .fc-watch-player-card {
  overflow: hidden !important;
}

.fc-live-producer-watch .fc-watch-player-card .fc-live-gift-bursts {
  bottom: 26px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  inset-inline-end: 92px !important;
  inset-inline-start: 24px !important;
  width: auto !important;
}

.fc-live-producer-watch .fc-watch-player-card .fc-live-gift-toast {
  max-width: min(320px, 100%) !important;
}

.fc-live-producer-watch .fc-watch-player-card .fc-live-gift-float {
  bottom: 4px !important;
}

@media (max-width: 1500px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(390px, 500px) minmax(610px, 700px) !important;
  }

  .fc-live-producer-watch .fc-watch-side {
    grid-template-columns: minmax(330px, 370px) minmax(250px, 300px) !important;
  }
}

@media (max-width: 1180px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-watch-side {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px) !important;
  }
}

/* Producer preview height fix: keep all video controls visible. */
.fc-live-producer-watch .fc-live-watch-grid {
  grid-template-columns: minmax(470px, 600px) minmax(700px, 760px) !important;
}

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  min-height: 360px !important;
}

.fc-live-producer-watch .fc-live-preview-frame {
  min-height: 344px !important;
}

.fc-live-producer-watch .fc-live-preview-body {
  min-height: 344px !important;
}

.fc-live-producer-watch .fc-watch-player-overlay {
  top: 20px !important;
}

.fc-live-producer-watch .fc-watch-player-top-actions {
  top: 18px !important;
}

.fc-live-producer-watch .fc-live-bubble-button {
  bottom: 30px !important;
}

@media (max-width: 1500px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(430px, 560px) minmax(610px, 700px) !important;
  }
}

/* Producer chat moderation visibility and tighter comment alignment. */
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment {
  column-gap: 7px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  height: 34px !important;
  width: 34px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  max-width: min(100%, 270px) !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  margin-top: 4px !important;
  opacity: 1 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions li {
  align-items: center !important;
  display: inline-flex !important;
  margin: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments .js_fc-live-pin-comment,
.fc-live-producer-watch .fc-watch-comments .js_fc-live-mute-user,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions .text-link {
  align-items: center !important;
  background: #eef2ff !important;
  border: 1px solid #c7d2fe !important;
  border-radius: 999px !important;
  color: #315cff !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  gap: 4px !important;
  line-height: 1 !important;
  padding: 5px 8px !important;
  text-decoration: none !important;
}

.fc-live-producer-watch .fc-watch-comments .js_fc-live-mute-user {
  background: #fff1f2 !important;
  border-color: #fecdd3 !important;
  color: #e11d48 !important;
}

.fc-live-producer-watch .fc-watch-comments .js_fc-live-pin-comment i,
.fc-live-producer-watch .fc-watch-comments .js_fc-live-mute-user i {
  color: inherit !important;
  font-size: 10px !important;
}

.fc-live-producer-watch .fc-watch-pinned {
  background: linear-gradient(135deg, #4f46e5, #0ea5e9) !important;
  border: 0 !important;
  color: #fff !important;
}

.fc-live-producer-watch .fc-watch-pinned > span,
.fc-live-producer-watch .fc-watch-pinned p,
.fc-live-producer-watch .fc-watch-pinned strong,
.fc-live-producer-watch .fc-watch-pinned em,
.fc-live-producer-watch .fc-watch-pinned span {
  color: #fff !important;
}

.fc-live-producer-watch .fc-watch-pinned > button {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
}

.fc-live-producer-watch .fc-watch-modbar button {
  background: #f8fafc !important;
  border: 1px solid #dbe3ef !important;
  color: #334155 !important;
}

.fc-live-producer-watch .fc-watch-modbar button i {
  color: #64748b !important;
}

/* Producer screen cleanup: make the preview the hero and stop shrinking active video. */
.fc-live-producer-watch {
  padding-left: clamp(18px, 2.5vw, 42px) !important;
  padding-right: clamp(18px, 2.5vw, 42px) !important;
}

.fc-live-producer-watch .fc-live-watch-grid {
  gap: 26px !important;
  grid-template-columns: minmax(680px, 820px) minmax(700px, 760px) !important;
}

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  border-width: 6px !important;
  min-height: 470px !important;
}

.fc-live-producer-watch .fc-live-preview-frame {
  aspect-ratio: 16 / 9 !important;
  min-height: 450px !important;
}

.fc-live-producer-watch .fc-live-preview-body {
  min-height: 450px !important;
  padding: 0 !important;
  position: relative !important;
}

.fc-live-producer-watch .fc-watch-player-card.is-preview-playing .js_live-pro-preview-placeholder {
  display: none !important;
}

.fc-live-producer-watch .fc-player-producer,
.fc-live-producer-watch .fc-live-camera-local {
  border-radius: 8px !important;
  height: 100% !important;
  inset: 0 !important;
  min-height: 450px !important;
  position: absolute !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-player-producer video,
.fc-live-producer-watch .fc-live-camera-local {
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-preview-body .js_live-pro-preview-placeholder {
  padding: 48px 28px !important;
}

@media (max-width: 1600px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(590px, 700px) minmax(640px, 720px) !important;
  }

  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
    min-height: 410px !important;
  }

  .fc-live-producer-watch .fc-live-preview-frame,
  .fc-live-producer-watch .fc-live-preview-body,
  .fc-live-producer-watch .fc-player-producer,
  .fc-live-producer-watch .fc-live-camera-local {
    min-height: 392px !important;
  }
}

@media (max-width: 1300px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-watch-side {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px) !important;
  }
}

/* Producer final layout: full-width preview on top, all control panels below. */
.fc-live-producer-watch .fc-live-watch-grid {
  align-items: start !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(340px, 1.18fr) minmax(340px, 1fr) minmax(280px, 320px) minmax(280px, 320px) !important;
  margin: 0 auto !important;
  max-width: 1680px !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-watch-main,
.fc-live-producer-watch .fc-watch-side {
  display: contents !important;
}

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  grid-column: 1 / -1 !important;
  min-height: clamp(520px, 58vh, 760px) !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-preview-frame,
.fc-live-producer-watch .fc-live-preview-body,
.fc-live-producer-watch .fc-player-producer,
.fc-live-producer-watch .fc-live-camera-local {
  min-height: clamp(500px, 56vh, 740px) !important;
}

.fc-live-producer-watch .fc-live-create-info {
  grid-column: 1 !important;
  min-height: 520px !important;
}

.fc-live-producer-watch .fc-watch-chat {
  grid-column: 2 !important;
  grid-row: auto !important;
  height: 520px !important;
  min-height: 520px !important;
}

.fc-live-producer-watch .fc-live-received-gifts,
.fc-live-producer-watch .fc-live-top-supporters {
  grid-row: auto !important;
  height: 520px !important;
  min-height: 520px !important;
  overflow: hidden !important;
}

.fc-live-producer-watch .fc-live-received-gifts {
  grid-column: 3 !important;
}

.fc-live-producer-watch .fc-live-top-supporters {
  grid-column: 4 !important;
}

.fc-live-producer-watch .fc-watch-comments {
  min-height: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments,
.fc-live-producer-watch .fc-watch-comments .post-comments {
  height: 100% !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments {
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.fc-live-producer-watch .fc-live-gift-feed,
.fc-live-producer-watch .fc-live-supporters-list {
  height: calc(100% - 52px) !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding-inline-end: 4px !important;
}

.fc-live-producer-watch .fc-live-gift-empty,
.fc-live-producer-watch .fc-live-supporter-empty {
  min-height: 360px !important;
}

@media (max-width: 1450px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(360px, 1fr) minmax(340px, 1fr) minmax(280px, 320px) !important;
  }

  .fc-live-producer-watch .fc-live-create-info {
    grid-column: 1 !important;
  }

  .fc-live-producer-watch .fc-watch-chat {
    grid-column: 2 !important;
  }

  .fc-live-producer-watch .fc-live-received-gifts {
    grid-column: 3 !important;
  }

  .fc-live-producer-watch .fc-live-top-supporters {
    grid-column: 3 !important;
  }
}

@media (max-width: 1120px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-live-create-info,
  .fc-live-producer-watch .fc-watch-chat,
  .fc-live-producer-watch .fc-live-received-gifts,
  .fc-live-producer-watch .fc-live-top-supporters {
    grid-column: 1 !important;
  }

  .fc-live-producer-watch .fc-watch-chat,
  .fc-live-producer-watch .fc-live-received-gifts,
  .fc-live-producer-watch .fc-live-top-supporters {
    height: 460px !important;
    min-height: 460px !important;
  }
}

/* Producer split layout: video beside live chat, supporting panels below. */
.fc-live-producer-watch .fc-live-watch-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 auto !important;
  max-width: 1680px !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-watch-main,
.fc-live-producer-watch .fc-watch-side {
  display: contents !important;
}

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  grid-column: 1 / 3 !important;
  grid-row: 1 !important;
  min-height: clamp(500px, 56vh, 690px) !important;
}

.fc-live-producer-watch .fc-live-preview-frame,
.fc-live-producer-watch .fc-live-preview-body,
.fc-live-producer-watch .fc-player-producer,
.fc-live-producer-watch .fc-live-camera-local {
  min-height: clamp(480px, 54vh, 670px) !important;
}

.fc-live-producer-watch .fc-watch-chat {
  grid-column: 3 / 5 !important;
  grid-row: 1 !important;
  height: clamp(500px, 56vh, 690px) !important;
  min-height: clamp(500px, 56vh, 690px) !important;
}

.fc-live-producer-watch .fc-live-create-info {
  grid-column: 1 / 3 !important;
  grid-row: 2 !important;
  min-height: 520px !important;
}

.fc-live-producer-watch .fc-live-received-gifts {
  grid-column: 3 !important;
  grid-row: 2 !important;
}

.fc-live-producer-watch .fc-live-top-supporters {
  grid-column: 4 !important;
  grid-row: 2 !important;
}

.fc-live-producer-watch .fc-live-received-gifts,
.fc-live-producer-watch .fc-live-top-supporters {
  height: 520px !important;
  min-height: 520px !important;
  overflow: hidden !important;
}

@media (max-width: 1300px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px) !important;
  }

  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
    grid-column: 1 !important;
  }

  .fc-live-producer-watch .fc-watch-chat {
    grid-column: 2 !important;
  }

  .fc-live-producer-watch .fc-live-create-info {
    grid-column: 1 !important;
  }

  .fc-live-producer-watch .fc-live-received-gifts,
  .fc-live-producer-watch .fc-live-top-supporters {
    grid-column: 2 !important;
  }
}

@media (max-width: 900px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview,
  .fc-live-producer-watch .fc-watch-chat,
  .fc-live-producer-watch .fc-live-create-info,
  .fc-live-producer-watch .fc-live-received-gifts,
  .fc-live-producer-watch .fc-live-top-supporters {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* Producer responsive final pass: stable split on desktop, stack cleanly on smaller screens. */
.fc-live-producer-watch {
  overflow-x: hidden !important;
  padding: 16px clamp(12px, 2vw, 32px) 28px !important;
}

.fc-live-producer-watch .fc-live-create-watch {
  max-width: 1760px !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-watch-grid {
  align-items: start !important;
  display: grid !important;
  gap: clamp(12px, 1.4vw, 20px) !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr) minmax(260px, .55fr) minmax(260px, .55fr) !important;
  max-width: 1760px !important;
}

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  grid-column: 1 / 3 !important;
  grid-row: 1 !important;
  min-height: clamp(360px, 50vw, 640px) !important;
}

.fc-live-producer-watch .fc-live-preview-frame,
.fc-live-producer-watch .fc-live-preview-body,
.fc-live-producer-watch .fc-player-producer,
.fc-live-producer-watch .fc-live-camera-local {
  min-height: clamp(340px, 48vw, 620px) !important;
}

.fc-live-producer-watch .fc-watch-chat {
  grid-column: 3 / 5 !important;
  grid-row: 1 !important;
  height: clamp(360px, 50vw, 640px) !important;
  min-height: clamp(360px, 50vw, 640px) !important;
}

.fc-live-producer-watch .fc-live-create-info {
  grid-column: 1 / 3 !important;
  grid-row: 2 !important;
  min-height: 0 !important;
}

.fc-live-producer-watch .fc-live-received-gifts {
  grid-column: 3 !important;
  grid-row: 2 !important;
}

.fc-live-producer-watch .fc-live-top-supporters {
  grid-column: 4 !important;
  grid-row: 2 !important;
}

.fc-live-producer-watch .fc-live-received-gifts,
.fc-live-producer-watch .fc-live-top-supporters {
  height: clamp(360px, 34vw, 520px) !important;
  min-height: 360px !important;
}

@media (max-width: 1500px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr) !important;
  }

  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .fc-live-producer-watch .fc-watch-chat {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .fc-live-producer-watch .fc-live-create-info {
    grid-column: 1 !important;
    grid-row: 2 / span 2 !important;
  }

  .fc-live-producer-watch .fc-live-received-gifts {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  .fc-live-producer-watch .fc-live-top-supporters {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }
}

@media (max-width: 1100px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview,
  .fc-live-producer-watch .fc-watch-chat,
  .fc-live-producer-watch .fc-live-create-info,
  .fc-live-producer-watch .fc-live-received-gifts,
  .fc-live-producer-watch .fc-live-top-supporters {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview,
  .fc-live-producer-watch .fc-live-preview-frame,
  .fc-live-producer-watch .fc-live-preview-body,
  .fc-live-producer-watch .fc-player-producer,
  .fc-live-producer-watch .fc-live-camera-local {
    min-height: clamp(260px, 56vw, 520px) !important;
  }

  .fc-live-producer-watch .fc-watch-chat {
    height: 520px !important;
    min-height: 520px !important;
  }
}

@media (max-width: 575px) {
  .fc-live-producer-watch {
    margin-left: -12px !important;
    margin-right: -12px !important;
    padding: 10px 10px 18px !important;
    width: auto !important;
  }

  .fc-live-producer-watch .fc-live-create-breadcrumb {
    margin-bottom: 10px !important;
  }

  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview,
  .fc-live-producer-watch .fc-live-preview-frame,
  .fc-live-producer-watch .fc-live-preview-body,
  .fc-live-producer-watch .fc-player-producer,
  .fc-live-producer-watch .fc-live-camera-local {
    min-height: min(64vh, 420px) !important;
  }

  .fc-live-producer-watch .fc-watch-chat,
  .fc-live-producer-watch .fc-live-received-gifts,
  .fc-live-producer-watch .fc-live-top-supporters {
    height: min(72vh, 520px) !important;
    min-height: 360px !important;
  }
}

/* Producer chat final skin: match the public watch-page live chat. */
.fc-live-producer-watch .fc-watch-chat {
  background: #15171d !important;
  border: 1px solid #30333d !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18) !important;
  color: #f8fafc !important;
  overflow: hidden !important;
}

.fc-live-producer-watch .fc-watch-chat-head,
.fc-live-producer-watch .fc-watch-modbar,
.fc-live-producer-watch .fc-watch-sort {
  background: #15171d !important;
  color: #f8fafc !important;
}

.fc-live-producer-watch .fc-watch-chat-head {
  border-bottom: 0 !important;
  padding: 18px 18px 10px !important;
}

.fc-live-producer-watch .fc-watch-chat-head strong {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.fc-live-producer-watch .fc-watch-chat-head button,
.fc-live-producer-watch .fc-watch-chat-head a {
  align-items: center !important;
  background: #2c2f38 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  height: 38px !important;
  justify-content: center !important;
  width: 38px !important;
}

.fc-live-producer-watch .fc-watch-modbar {
  padding: 0 18px 10px !important;
}

.fc-live-producer-watch .fc-watch-modbar button {
  background: #242731 !important;
  border: 1px solid #363a45 !important;
  border-radius: 999px !important;
  color: #dbeafe !important;
}

.fc-live-producer-watch .fc-watch-modbar button i {
  color: #93c5fd !important;
}

.fc-live-producer-watch .fc-watch-pinned {
  background: linear-gradient(135deg, #5b3df5, #1677ff) !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.25) !important;
  color: #ffffff !important;
  margin: 2px 18px 12px !important;
  padding: 12px !important;
}

.fc-live-producer-watch .fc-watch-pinned img {
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  height: 42px !important;
  object-fit: cover !important;
  width: 42px !important;
}

.fc-live-producer-watch .fc-watch-pinned > span,
.fc-live-producer-watch .fc-watch-pinned p,
.fc-live-producer-watch .fc-watch-pinned strong,
.fc-live-producer-watch .fc-watch-pinned em,
.fc-live-producer-watch .fc-watch-pinned span {
  color: #ffffff !important;
}

.fc-live-producer-watch .fc-watch-pinned > button {
  background: transparent !important;
  color: #ffffff !important;
}

.fc-live-producer-watch .fc-watch-sort {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #6ca4ff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  padding: 0 18px 12px !important;
}

.fc-live-producer-watch .fc-watch-comments,
.fc-live-producer-watch .fc-watch-comments .post-comments,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments {
  background: #15171d !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments {
  gap: 16px !important;
  padding: 14px 18px 18px !important;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments::-webkit-scrollbar {
  width: 6px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments::-webkit-scrollbar-track {
  background: transparent !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment {
  align-items: flex-start !important;
  background: transparent !important;
  display: flex !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar {
  flex: 0 0 40px !important;
  height: 40px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  width: 40px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  background-position: center !important;
  background-size: cover !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  height: 40px !important;
  width: 40px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-data {
  flex: 0 1 auto !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  margin: 0 !important;
  max-width: 255px !important;
  padding: 0 !important;
  transform: none !important;
  width: fit-content !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner-wrapper::before,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner-wrapper::after,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner::before,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner::after {
  content: none !important;
  display: none !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner {
  background: #2b2d33 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  margin: 0 !important;
  max-width: 255px !important;
  min-width: 150px !important;
  padding: 8px 12px 9px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author a,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author span {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author {
  gap: 4px !important;
  margin-bottom: 4px !important;
  overflow: hidden !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author a {
  display: inline-block !important;
  max-width: 150px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-text,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-text *,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .text {
  background: transparent !important;
  border: 0 !important;
  color: rgba(245, 246, 247, 0.9) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  overflow-wrap: anywhere !important;
  padding: 0 !important;
  white-space: normal !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 5px 0 0 6px !important;
  min-height: 14px !important;
  opacity: 1 !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions li {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments .js_fc-live-pin-comment,
.fc-live-producer-watch .fc-watch-comments .js_fc-live-mute-user,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions .text-link,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions .reaction-btn-name,
.fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions small {
  background: transparent !important;
  border: 0 !important;
  color: rgba(245, 246, 247, 0.62) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments .js_fc-live-pin-comment i,
.fc-live-producer-watch .fc-watch-comments .js_fc-live-mute-user i {
  color: inherit !important;
  font-size: 10px !important;
}

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form {
  align-items: center !important;
  background: #18191e !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  display: flex !important;
  flex: 0 0 auto !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 11px 18px 14px !important;
  position: relative !important;
  z-index: 2 !important;
}

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form.x-hidden {
  display: none !important;
}

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-avatar,
.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-avatar-picture {
  flex: 0 0 38px !important;
  height: 38px !important;
  margin: 0 !important;
  width: 38px !important;
}

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-data {
  flex: 1 1 auto !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .x-form,
.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-form {
  background: #25272e !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  min-height: 42px !important;
  overflow: hidden !important;
  position: relative !important;
}

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form textarea.js_post-comment {
  background: transparent !important;
  caret-color: #ffffff !important;
  color: #ffffff !important;
  font-size: 14px !important;
  min-height: 42px !important;
  opacity: 1 !important;
  padding-block: 10px !important;
  padding-inline: 18px 78px !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form textarea.js_post-comment::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  opacity: 1 !important;
}

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .x-form-tools {
  align-items: center !important;
  display: flex !important;
  gap: 4px !important;
  inset-inline-end: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
}

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .x-form-tools li,
.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .x-form-tools i {
  align-items: center !important;
  color: rgba(255, 255, 255, 0.72) !important;
  display: inline-flex !important;
  height: 30px !important;
  justify-content: center !important;
  width: 30px !important;
}

html[dir="RTL"] .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment {
  direction: rtl !important;
}

html[dir="RTL"] .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions {
  margin-left: 0 !important;
  margin-right: 6px !important;
}

.fc-watch-modbar .js_fc-live-muted-toggle {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.fc-watch-modbar .js_fc-live-muted-toggle em {
  align-items: center;
  background: #ef2f55;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 6px;
}

.fc-live-muted-panel {
  background: #202229;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  margin: 0 18px 12px;
  padding: 12px;
}

.fc-live-muted-panel > strong {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.fc-live-muted-panel p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  margin: 0;
}

.fc-live-muted-user {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 7px 0;
}

.fc-live-muted-user + .fc-live-muted-user {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.fc-live-muted-user img {
  border-radius: 50%;
  height: 32px;
  object-fit: cover;
  width: 32px;
}

.fc-live-muted-user span {
  color: #fff;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-muted-user button,
.fc-watch-comments .js_fc-live-unmute-user {
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(96, 165, 250, 0.35);
  border-radius: 999px;
  color: #93c5fd !important;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
}

/* Producer mobile hardening: keep the live creator usable on narrow screens. */
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .fc-live-producer-watch {
    background: #0f1117 !important;
    margin: 0 !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    padding: 0 10px 18px !important;
    width: 100% !important;
  }

  .fc-live-producer-watch .fc-live-create-watch {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 10px 0 0 !important;
    width: 100% !important;
  }

  .fc-live-producer-watch .fc-live-create-breadcrumb {
    display: none !important;
  }

  .fc-live-producer-watch .fc-live-watch-grid,
  .fc-live-producer-watch .fc-live-watch-main,
  .fc-live-producer-watch .fc-watch-side {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    grid-template-columns: none !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
    aspect-ratio: 16 / 9 !important;
    border-radius: 14px !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    order: 0 !important;
    width: 100% !important;
  }

  .fc-live-producer-watch .fc-live-preview-frame,
  .fc-live-producer-watch .fc-live-preview-body,
  .fc-live-producer-watch .fc-player-producer,
  .fc-live-producer-watch .fc-live-camera-local {
    aspect-ratio: 16 / 9 !important;
    height: 100% !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  .fc-live-producer-watch .fc-live-preview-body h2 {
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin: 8px 12px 4px !important;
  }

  .fc-live-producer-watch .fc-live-preview-body p {
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin: 0 14px !important;
  }

  .fc-live-producer-watch .fc-live-bubble-button {
    bottom: 14px !important;
    height: 48px !important;
    right: 14px !important;
    width: 48px !important;
  }

  .fc-live-producer-watch .fc-watch-chat {
    border-radius: 14px !important;
    height: min(68vh, 560px) !important;
    max-height: 560px !important;
    min-height: 420px !important;
    order: 1 !important;
    width: 100% !important;
  }

  .fc-live-producer-watch .fc-live-create-info,
  .fc-live-producer-watch .fc-live-received-gifts,
  .fc-live-producer-watch .fc-live-top-supporters {
    border-radius: 14px !important;
    height: auto !important;
    min-height: 0 !important;
    order: 2 !important;
    width: 100% !important;
  }

  .fc-live-producer-watch .fc-watch-modbar {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .fc-live-producer-watch .fc-watch-modbar button {
    flex: 1 1 auto !important;
    justify-content: center !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form {
    gap: 7px !important;
    padding: 9px 10px 11px !important;
  }

  .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-avatar,
  .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-avatar-picture {
    flex-basis: 34px !important;
    height: 34px !important;
    width: 34px !important;
  }

  .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form textarea.js_post-comment {
    font-size: 13px !important;
    padding-inline: 14px 70px !important;
  }
}

/* Producer desktop alignment: live chat starts on the same visual line as the preview. */
@media (min-width: 901px) {
  .fc-live-producer-watch .fc-watch-chat {
    align-self: start !important;
height: clamp(520px, 72vh, 710px) !important;
min-height: clamp(520px, 72vh, 710px) !important;
margin-top: 0 !important;
    position: relative !important;
    top: auto !important;
  }
}

@media (min-width: 901px) and (max-width: 1500px) {
  .fc-live-producer-watch .fc-watch-chat {
    height: clamp(500px, 56vh, 690px) !important;
    margin-top: 0 !important;
    min-height: clamp(500px, 56vh, 690px) !important;
  }
}

@media (min-width: 901px) and (max-width: 1300px) {
  .fc-live-producer-watch .fc-watch-chat {
    height: min(72vh, 520px) !important;
    margin-top: 0 !important;
    min-height: 360px !important;
  }
}

/* Producer responsive video sizing: keep the player and its content proportional while resizing. */
@media (min-width: 901px) {
  .fc-live-producer-watch .fc-live-watch-grid {
    align-items: stretch !important;
  }

  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
    aspect-ratio: 16 / 9 !important;
    height: clamp(360px, 42vw, 680px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .fc-live-producer-watch .fc-live-preview-frame,
  .fc-live-producer-watch .fc-live-preview-body,
  .fc-live-producer-watch .fc-player-producer,
  .fc-live-producer-watch .fc-live-camera-local {
    aspect-ratio: auto !important;
    height: 100% !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  .fc-live-producer-watch .fc-player-producer,
  .fc-live-producer-watch .fc-live-camera-local {
    inset: 0 !important;
    position: absolute !important;
  }

  .fc-live-producer-watch .fc-player-producer video,
  .fc-live-producer-watch .fc-live-camera-local {
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    width: 100% !important;
  }

  .fc-live-producer-watch .fc-watch-chat {
    height: clamp(360px, 42vw, 680px) !important;
    min-height: 0 !important;
  }
}

@media (min-width: 901px) and (max-width: 1500px) {
  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview,
  .fc-live-producer-watch .fc-watch-chat {
    height: clamp(340px, 44vw, 620px) !important;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview,
  .fc-live-producer-watch .fc-watch-chat {
    height: clamp(300px, 56vw, 540px) !important;
  }
}

@media (max-width: 900px) {
  .fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .fc-live-producer-watch .fc-live-preview-frame,
  .fc-live-producer-watch .fc-live-preview-body,
  .fc-live-producer-watch .fc-player-producer,
  .fc-live-producer-watch .fc-live-camera-local {
    aspect-ratio: 16 / 9 !important;
    height: 100% !important;
    min-height: 0 !important;
  }
}

/* Raise the in-player like bubble slightly above the control bar. */
.fc-live-watch-page .fc-live-bubble-button {
  bottom: 76px !important;
  right: 16px !important;
}

.fc-live-producer-watch .fc-live-bubble-button {
  bottom: 60px !important;
  right: 18px !important;
}
