.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;
}

body.fc-live-force-hide-chat .chat-sidebar,
body.fc-live-force-hide-chat .chat-sidebar-content,
body.fc-live-force-hide-chat .chat-sidebar-footer,
body.fc-live-force-hide-chat .chat-box,
body.fc-live-force-hide-chat .chat-box-container,
body.fc-live-force-hide-chat .js_chat-box,
body.fc-live-force-hide-chat #onesignal-bell-launcher,
body.fc-live-force-hide-chat .onesignal-bell-launcher,
body.fc-live-force-hide-chat .onesignal-slidedown-container,
body.fc-live-force-hide-chat .onesignal-popover-container {
  display: none !important;
  visibility: hidden !important;
  pointer-events: 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: 0;
  margin-right: 0;
  max-width: 100%;
  padding: 18px clamp(16px, 4vw, 64px) 34px;
  width: 100%;
}

.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;
  }
}

/* Final watch and studio layout. This stays last to supersede legacy live styling. */
body.fc-live-watch-page,
body.fc-live-watch-page .main-wrapper {
  background: var(--body-bg-color, #f0f2f5) !important;
}

body.night-mode.fc-live-watch-page,
body.night-mode.fc-live-watch-page .main-wrapper {
  background: var(--body-bg-color-dark, #1e252b) !important;
}

body.fc-live-watch-page .main-header,
body.fc-live-watch-page .main-header .container,
body.fc-live-watch-page .main-header .row,
body.fc-live-watch-page .main-header .logo-wrapper,
body.fc-live-watch-page .main-header .navbar-wrapper,
body.fc-live-create-page .main-header,
body.fc-live-create-page .main-header .container,
body.fc-live-create-page .main-header .row,
body.fc-live-create-page .main-header .logo-wrapper,
body.fc-live-create-page .main-header .navbar-wrapper {
  background: var(--header-bg-color, #fff) !important;
  border-bottom-color: #e2e5ea !important;
}

body.night-mode.fc-live-watch-page .main-header,
body.night-mode.fc-live-watch-page .main-header .container,
body.night-mode.fc-live-watch-page .main-header .row,
body.night-mode.fc-live-watch-page .main-header .logo-wrapper,
body.night-mode.fc-live-watch-page .main-header .navbar-wrapper,
body.night-mode.fc-live-create-page .main-header,
body.night-mode.fc-live-create-page .main-header .container,
body.night-mode.fc-live-create-page .main-header .row,
body.night-mode.fc-live-create-page .main-header .logo-wrapper,
body.night-mode.fc-live-create-page .main-header .navbar-wrapper {
  background: var(--header-bg-color-dark, #262d34) !important;
  border-bottom-color: var(--card-dark-divider, #2e3f4d) !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch {
  margin: 0 auto !important;
  max-width: 1500px !important;
  padding: 20px 24px 42px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch > .fc-live-watch-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 360px) !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-watch-main,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-side {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-watch-main > *,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-side > * {
  max-width: none !important;
  width: 100% !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-player-card {
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-info-card {
  display: grid !important;
  gap: 14px 20px !important;
  grid-template-areas:
    "summary interactions"
    "metrics metrics" !important;
  grid-template-columns: minmax(215px, 0.72fr) minmax(0, 1.28fr) !important;
  padding: 16px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-summary {
  display: grid;
  gap: 10px;
  grid-area: summary;
  min-width: 0;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-interactions {
  align-content: center;
  display: grid;
  gap: 7px;
  grid-area: interactions;
  min-width: 0;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-author,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-title {
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

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

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-author > div > a {
  font-size: 14px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-title strong {
  color: var(--fc-live-text) !important;
  display: block;
  font-size: 16px !important;
  line-height: 1.28 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-title p {
  color: var(--fc-live-muted) !important;
  font-size: 11px !important;
  margin: 3px 0 0 !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions {
  border: 0 !important;
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions-primary {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions-secondary {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions > button,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-control > button {
  align-items: center !important;
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  color: var(--fc-live-text) !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  gap: 6px !important;
  height: 36px !important;
  justify-content: center !important;
  min-width: 0 !important;
  overflow: hidden;
  padding: 0 7px !important;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100% !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions > button:hover,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-control > button:hover,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-control > button[aria-expanded="true"] {
  background: var(--fc-live-surface-hover) !important;
  border-color: var(--fc-live-accent, #5e72e4) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-control {
  min-width: 0;
  position: relative;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-menu:not(.x-hidden) {
  align-items: center;
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px;
  bottom: calc(100% + 8px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  display: flex !important;
  gap: 3px;
  inset-inline-start: 0;
  padding: 5px;
  position: absolute;
  z-index: 60;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-menu button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px;
  cursor: pointer;
  font-size: 19px;
  height: 30px;
  line-height: 1;
  padding: 0;
  transition: transform 140ms ease;
  width: 30px;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-menu button:hover {
  background: var(--fc-live-surface-soft) !important;
  transform: translateY(-2px) scale(1.08);
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics {
  border-top: 1px solid var(--fc-live-border) !important;
  display: grid !important;
  gap: 8px !important;
  grid-area: metrics;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding-top: 13px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics > div {
  align-items: center !important;
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  display: grid !important;
  gap: 1px 7px !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  min-height: 52px !important;
  padding: 7px 9px !important;
  text-align: start !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics > div > i {
  color: var(--fc-live-accent, #5e72e4) !important;
  grid-row: span 2;
  margin: 0 !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics strong,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics span,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics em {
  color: var(--fc-live-text) !important;
  min-width: 0;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics span,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics em {
  color: var(--fc-live-muted) !important;
  font-size: 9px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-details {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(0, 1.5fr) minmax(210px, 0.5fr) !important;
  overflow: hidden !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-about,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-session-summary {
  min-width: 0 !important;
  padding: 16px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-about p {
  margin: 8px 0 10px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-session-summary {
  border-inline-start: 1px solid var(--fc-live-border) !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-activity {
  height: min(674px, calc(100vh - 102px)) !important;
  min-height: 540px !important;
  overflow: visible !important;
  position: sticky !important;
  top: 82px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-chat {
  min-height: 0 !important;
  overflow: visible !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-comments,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-comments .post-comments {
  overflow: visible !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-comments ul.js_live-comments {
  min-height: 0 !important;
  overflow-y: auto !important;
}

.fc-live-theme .comment.js_comment-form .comment-form {
  overflow: visible !important;
  position: relative !important;
}

.fc-live-theme .fc-live-chat-picker {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  bottom: calc(100% + 10px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.2);
  color: var(--fc-live-text) !important;
  inset-inline-end: 0;
  max-width: calc(100vw - 36px);
  padding: 7px;
  position: absolute;
  width: 284px;
  z-index: 90;
}

.fc-live-theme .fc-live-chat-picker:not(.x-hidden) {
  display: block !important;
}

.fc-live-theme .fc-live-chat-picker-tabs {
  border-bottom: 1px solid var(--fc-live-border);
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 7px;
  padding-bottom: 6px;
}

.fc-live-theme .fc-live-chat-picker-tabs button {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px;
  color: var(--fc-live-muted) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  height: 31px;
  justify-content: center;
  min-width: 0;
}

.fc-live-theme .fc-live-chat-picker-tabs button.is-active,
.fc-live-theme .fc-live-chat-picker-tabs button:hover {
  background: var(--fc-live-surface-soft) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-theme .fc-live-chat-picker-panel {
  display: none;
  gap: 4px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  max-height: 186px;
  overflow-y: auto;
  padding: 2px;
}

.fc-live-theme .fc-live-chat-picker-panel.is-active {
  display: grid !important;
}

.fc-live-theme .fc-live-chat-picker-panel > button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px;
  cursor: pointer;
  font-size: 21px;
  height: 30px;
  line-height: 1;
  min-width: 0;
  padding: 0;
}

.fc-live-theme .fc-live-chat-picker-panel > button:hover {
  background: var(--fc-live-surface-soft) !important;
  transform: scale(1.06);
}

.fc-live-theme .fc-live-chat-sticker-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-live-theme .fc-live-chat-sticker-grid > button {
  height: 58px;
  padding: 4px;
}

.fc-live-theme .fc-live-chat-sticker-grid > button > img {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-comments .comment-image img {
  border-radius: 7px;
  display: block;
  max-height: 132px;
  max-width: 150px;
  object-fit: contain;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch {
  padding: 24px clamp(16px, 2.2vw, 34px) 38px !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch > .fc-live-watch-grid {
  gap: 16px !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 360px) !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-live-watch-main > *,
body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-side > * {
  max-width: none !important;
  width: 100% !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-side {
  top: 82px !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-live-activity-card {
  overflow: visible !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-chat {
  display: flex !important;
  flex-direction: column !important;
  height: min(674px, calc(100vh - 102px)) !important;
  min-height: 540px !important;
  overflow: visible !important;
  position: relative;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-comments,
body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-comments .post-comments {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-comments ul.js_live-comments {
  flex: 1 1 auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow-y: auto !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-moderation {
  position: relative;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-moderation-menu {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
  color: var(--fc-live-text) !important;
  inset-inline-end: 0;
  max-height: min(520px, calc(100vh - 180px));
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  top: 40px;
  width: min(310px, calc(100vw - 32px));
  z-index: 60;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-menu:not(.x-hidden),
body.fc-live-create-page .fc-live-theme .fc-live-muted-panel:not(.x-hidden),
body.fc-live-create-page .fc-live-theme .fc-live-keywords-panel:not(.x-hidden) {
  display: block !important;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-menu-head,
body.fc-live-create-page .fc-live-theme .fc-watch-moderation-actions,
body.fc-live-create-page .fc-live-theme .fc-live-muted-panel,
body.fc-live-create-page .fc-live-theme .fc-live-keywords-panel {
  color: var(--fc-live-text) !important;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-menu-head {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border);
  display: flex;
  justify-content: space-between;
  margin: 0 2px 4px;
  min-height: 40px;
  padding: 0 6px 5px 9px;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-menu-head > strong,
body.fc-live-create-page .fc-live-theme .fc-live-muted-panel > strong,
body.fc-live-create-page .fc-live-theme .fc-live-keywords-panel > strong {
  color: var(--fc-live-text) !important;
  font-size: 12px !important;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-actions {
  display: grid;
  gap: 2px;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-actions > button {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: var(--fc-live-text) !important;
  display: flex !important;
  font-size: 11px !important;
  gap: 9px !important;
  height: 42px !important;
  justify-content: flex-start !important;
  padding: 0 10px !important;
  text-align: start;
  width: 100% !important;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-actions > button:hover,
body.fc-live-create-page .fc-live-theme .fc-watch-moderation-actions > button.is-active {
  background: var(--fc-live-surface-soft) !important;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-actions > button > i:first-child {
  color: var(--fc-live-accent, #5e72e4) !important;
  flex: 0 0 18px;
  text-align: center;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-actions > button > span {
  flex: 1 1 auto;
  min-width: 0;
}

body.fc-live-create-page .fc-live-theme .fc-watch-moderation-actions > button > em {
  align-items: center;
  background: var(--fc-live-surface-hover) !important;
  border-radius: 999px;
  color: var(--fc-live-text) !important;
  display: inline-flex;
  font-size: 9px !important;
  font-style: normal;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
}

body.fc-live-create-page .fc-live-theme .fc-live-muted-panel,
body.fc-live-create-page .fc-live-theme .fc-live-keywords-panel {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  margin: 5px 2px 2px !important;
  padding: 11px !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-muted-panel p,
body.fc-live-create-page .fc-live-theme .js_fc-live-keywords-list p {
  color: var(--fc-live-muted) !important;
  opacity: 1 !important;
}

@media (max-width: 1180px) {
  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions-primary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

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

@media (max-width: 1020px) {
  body.fc-live-watch-page .fc-live-theme.fc-live-watch > .fc-live-watch-grid,
  body.fc-live-create-page .fc-live-theme .fc-live-create-watch > .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-activity,
  body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-side {
    position: static !important;
  }
}

@media (max-width: 700px) {
  body.fc-live-watch-page .fc-live-theme.fc-live-watch {
    padding: 12px 10px 28px !important;
  }

  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-info-card {
    grid-template-areas: "summary" "interactions" "metrics" !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

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

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

  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-details {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-session-summary {
    border-inline-start: 0 !important;
    border-top: 1px solid var(--fc-live-border) !important;
  }
}

/* VIP, gifted subscriptions and Channel Points */
.fc-live-loyalty-panel {
  color: #f5f6f7;
  max-height: 640px;
  overflow: auto;
  scrollbar-color: #343844 transparent;
  scrollbar-width: thin;
}

.fc-live-loyalty-panel > .fc-watch-side-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.fc-live-loyalty-panel > .fc-watch-side-section-head > div {
  display: grid;
  gap: 2px;
}

.fc-live-loyalty-panel > .fc-watch-side-section-head small,
.fc-live-loyalty-section-head span,
.fc-live-loyalty-summary small,
.fc-live-loyalty-panel article small {
  color: #9ca3af;
  font-size: 10px;
}

.fc-live-loyalty-panel > .fc-watch-side-section-head button,
.fc-live-loyalty-section-head button {
  background: #242730;
  border: 0;
  border-radius: 6px;
  color: #d9dce2;
  height: 30px;
  min-width: 30px;
}

.fc-live-loyalty-message {
  background: rgba(50, 184, 118, .13);
  border: 1px solid rgba(50, 184, 118, .28);
  border-radius: 6px;
  color: #86efac;
  font-size: 11px;
  margin: 10px 12px 0;
  padding: 9px 10px;
}

.fc-live-loyalty-message.is-error {
  background: rgba(239, 68, 68, .13);
  border-color: rgba(239, 68, 68, .3);
  color: #fca5a5;
}

.fc-live-loyalty-message a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
}

.fc-live-loyalty-content {
  padding-bottom: 18px;
}

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

.fc-live-loyalty-summary article {
  align-items: center;
  background: #1b1e25;
  border: 1px solid #2a2e38;
  border-radius: 7px;
  display: flex;
  gap: 8px;
  min-width: 0;
  padding: 9px;
}

.fc-live-loyalty-summary article > i {
  color: #f6c453;
  font-size: 15px;
}

.fc-live-loyalty-summary article span,
.fc-live-loyalty-panel article span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.fc-live-loyalty-summary strong,
.fc-live-loyalty-panel article strong {
  color: #f8fafc;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-loyalty-section {
  border-top: 1px solid #292d36;
  padding: 13px 12px 0;
}

.fc-live-loyalty-section-head {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.fc-live-loyalty-section-head strong {
  font-size: 12px;
}

.fc-live-loyalty-rewards,
.fc-live-loyalty-redemptions,
.fc-live-loyalty-reward-library,
.fc-live-loyalty-gift-feed,
.fc-live-loyalty-my-redemptions,
.fc-live-loyalty-tiers {
  display: grid;
  gap: 7px;
}

.fc-live-loyalty-rewards article,
.fc-live-loyalty-redemptions article,
.fc-live-loyalty-reward-library article,
.fc-live-loyalty-gift-feed article,
.fc-live-loyalty-my-redemptions article {
  align-items: center;
  background: #1b1e25;
  border: 1px solid #292d36;
  border-radius: 7px;
  display: flex;
  gap: 9px;
  min-height: 54px;
  padding: 8px 9px;
}

.fc-live-loyalty-rewards article > i,
.fc-live-loyalty-my-redemptions article > i {
  color: #f6c453;
  font-size: 16px;
  text-align: center;
  width: 24px;
}

.fc-live-loyalty-rewards article > span,
.fc-live-loyalty-redemptions article > span,
.fc-live-loyalty-reward-library article > span,
.fc-live-loyalty-gift-feed article > span,
.fc-live-loyalty-my-redemptions article > span {
  flex: 1;
}

.fc-live-loyalty-rewards article > button,
.fc-live-loyalty-redemptions article button,
.fc-live-loyalty-reward-library article button,
.fc-live-loyalty-gift-form > button,
.fc-live-loyalty-reward-form > button,
.fc-live-loyalty-tiers form > button {
  background: var(--fc-live-accent, #5e72e4);
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  min-height: 32px;
  padding: 7px 10px;
}

.fc-live-loyalty-rewards article > button:disabled {
  background: #30343e;
  color: #777d89;
}

.fc-live-loyalty-redemptions article img,
.fc-live-loyalty-gift-feed article img {
  border-radius: 50%;
  height: 32px;
  object-fit: cover;
  width: 32px;
}

.fc-live-loyalty-redemptions article > div {
  display: flex;
  gap: 5px;
}

.fc-live-loyalty-redemptions article button {
  min-width: 32px;
  padding-inline: 7px;
}

.fc-live-loyalty-redemptions article button.is-reject,
.fc-live-loyalty-reward-library article button:last-child {
  background: rgba(239, 68, 68, .16);
  color: #fb7185;
}

.fc-live-loyalty-gift-form,
.fc-live-loyalty-reward-form,
.fc-live-loyalty-tiers form {
  display: grid;
  gap: 8px;
}

.fc-live-loyalty-gift-form label,
.fc-live-loyalty-reward-form label,
.fc-live-loyalty-tiers label {
  display: grid;
  gap: 4px;
}

.fc-live-loyalty-gift-form label > span,
.fc-live-loyalty-reward-form label > span,
.fc-live-loyalty-tiers label > span {
  color: #aab0ba;
  font-size: 10px;
  font-weight: 700;
}

.fc-live-loyalty-gift-form input,
.fc-live-loyalty-gift-form select,
.fc-live-loyalty-reward-form input,
.fc-live-loyalty-tiers input {
  background: #15171d;
  border: 1px solid #343844;
  border-radius: 6px;
  color: #f5f6f7;
  font-size: 11px;
  min-height: 36px;
  padding: 7px 9px;
  width: 100%;
}

.fc-live-loyalty-gift-form > button,
.fc-live-loyalty-reward-form > button,
.fc-live-loyalty-tiers form > button {
  justify-self: stretch;
}

.fc-live-loyalty-reward-form label.is-check,
.fc-live-loyalty-tiers label.is-check {
  align-items: center;
  display: flex;
  gap: 7px;
}

.fc-live-loyalty-reward-form label.is-check input,
.fc-live-loyalty-tiers label.is-check input {
  min-height: 16px;
  width: 16px;
}

.fc-live-loyalty-reward-library article button {
  min-width: 30px;
  padding-inline: 7px;
}

.fc-live-loyalty-tiers form {
  background: #1b1e25;
  border: 1px solid #292d36;
  border-inline-start: 3px solid var(--fc-loyalty-tier, #5e72e4);
  border-radius: 7px;
  padding: 10px;
}

.fc-live-loyalty-tiers form > strong {
  font-size: 12px;
}

.fc-live-loyalty-my-redemptions article > b {
  color: #f6c453;
  font-size: 11px;
}

@media (max-width: 575px) {
  .fc-live-loyalty-panel {
    max-height: none;
  }

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

@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: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  padding: 18px clamp(16px, 4vw, 64px) 34px !important;
  width: 100% !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-moderator-badge {
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  margin-inline-start: 5px;
  padding: 1px 5px;
  border-radius: 4px;
  background: rgba(47, 107, 255, 0.22);
  color: #bfd2ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
}
.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-watch-modbar .js_fc-live-keywords-toggle {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.fc-watch-modbar .js_fc-live-keywords-toggle em {
  align-items: center;
  background: #2f6bff;
  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-keywords-panel {
  background: #202229;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  margin: 0 18px 12px;
  padding: 12px;
}

.fc-live-keywords-panel > strong {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.fc-live-keywords-entry {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.fc-live-keywords-entry input {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 10px;
}

.fc-live-keywords-entry button {
  align-items: center;
  background: #2f6bff;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.js_fc-live-keywords-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.js_fc-live-keywords-list p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  margin: 0;
}

.fc-live-keyword {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
  padding: 5px 8px 5px 10px;
}

.fc-live-keyword button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.68);
  padding: 0;
}

.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: 100% !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;
}

.fc-audio-space-watch-page .fc-live-watch-grid {
  align-items: start;
}

.fc-audio-space-card {
  background: radial-gradient(circle at top, rgba(30, 75, 135, .35), transparent 36%), #081323 !important;
  border: 1px solid rgba(122, 161, 255, .18) !important;
  min-height: 620px;
  overflow: hidden;
}

.fc-audio-space,
.fc-audio-space-admin {
  color: #eef5ff;
}

.fc-audio-space {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 72px 30px 30px;
}

.fc-audio-space-hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-align: center;
}

.fc-audio-space-host {
  height: 126px;
  position: relative;
  width: 126px;
}

.fc-audio-space-host img,
.fc-audio-space-avatar img,
.fc-audio-space-request img,
.fc-audio-space-listeners img {
  background: rgba(255, 255, 255, .08);
  object-fit: cover;
}

.fc-audio-space-host img {
  border: 4px solid #247fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.fc-audio-space-host span {
  align-items: center;
  background: #247fff;
  border: 4px solid #081323;
  border-radius: 999px;
  bottom: 0;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 4px;
  width: 38px;
}

.fc-audio-space-hero strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
  max-width: 760px;
}

.fc-audio-space-hero em,
.fc-audio-space-hero small,
.fc-audio-space-speaker em,
.fc-audio-space-panel p,
.fc-audio-space-request span {
  color: rgba(238, 245, 255, .68);
  font-style: normal;
}

.fc-audio-space-stage {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.fc-audio-space-speaker {
  align-items: center;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 170px;
  padding: 18px 10px 12px;
  position: relative;
  text-align: center;
}

.fc-audio-space-speaker.is-speaking {
  border-color: rgba(36, 127, 255, .78);
  box-shadow: 0 0 0 3px rgba(36, 127, 255, .18);
}

.fc-audio-space-avatar {
  height: 76px;
  position: relative;
  width: 76px;
}

.fc-audio-space-avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.fc-audio-space-avatar span {
  align-items: center;
  background: rgba(8, 19, 35, .92);
  border-radius: 999px;
  bottom: -2px;
  color: #72a8ff;
  display: flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: -2px;
  width: 28px;
}

.fc-audio-space-speaker strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-audio-speaker-controls {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.fc-audio-speaker-controls button,
.fc-audio-space-request button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.fc-audio-speaker-controls button:first-child,
.fc-audio-space-request .js_audio-space-accept {
  background: #247fff;
}

.fc-audio-speaker-controls button:last-child,
.fc-audio-space-request .js_audio-space-reject {
  background: rgba(255, 255, 255, .13);
}

.fc-audio-space-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.fc-audio-space-actions button,
.fc-audio-space-actions a,
.fc-audio-space-host-panel button {
  align-items: center;
  background: #247fff;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

.fc-audio-space-actions .js_audio-space-leave-mic,
.fc-audio-space-actions .fc-audio-space-action-link,
.fc-audio-space-actions .js_focus-live-comment {
  background: rgba(255, 255, 255, .1);
}

.fc-audio-space-panel,
.fc-audio-space-host-panel {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  padding: 14px;
}

.fc-audio-space-panel > strong {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.fc-audio-space-request {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: grid;
  gap: 10px;
  grid-template-columns: 42px 1fr 34px 34px;
  padding: 10px 0;
}

.fc-audio-space-request:first-child {
  border-top: 0;
}

.fc-audio-space-request img {
  border-radius: 50%;
  height: 42px;
  width: 42px;
}

.fc-audio-space-request strong {
  color: #fff;
  display: block;
}

.fc-audio-space-listeners {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fc-audio-space-listeners span {
  display: inline-flex;
}

.fc-audio-space-listeners img {
  border: 2px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.fc-audio-space-status {
  background: rgba(36, 127, 255, .14);
  border: 1px solid rgba(36, 127, 255, .28);
  border-radius: 12px;
  color: #cfe2ff;
  padding: 10px 12px;
  text-align: center;
}

.fc-audio-space-status.is-error {
  background: rgba(239, 68, 68, .14);
  border-color: rgba(239, 68, 68, .36);
  color: #fecaca;
}

.fc-audio-space-audio {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.fc-audio-space-admin .fc-audio-space-stage {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.fc-audio-space-admin .fc-audio-space-speaker {
  min-height: 145px;
}

.fc-audio-space-admin .fc-audio-space-avatar {
  height: 62px;
  width: 62px;
}

@media (max-width: 700px) {
  .fc-audio-space-card {
    min-height: 580px;
  }

  .fc-audio-space {
    padding: 64px 16px 20px;
  }

  .fc-audio-space-hero strong {
    font-size: 22px;
  }

  .fc-audio-space-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-audio-space-actions button,
  .fc-audio-space-actions a {
    flex: 1 1 100%;
  }
}

/* Live Pro create page: dark studio layout scoped to the Fluttercrafters addon only. */
.fc-live-producer-watch {
  background: #0b0f17 !important;
  color: #f8fafc !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}

.fc-live-create-page {
  background: #0b0f17 !important;
  overflow-x: hidden !important;
}

.fc-live-create-page .fc-live-create-wrapper {
  background: #0b0f17 !important;
  min-height: 100vh !important;
}

.fc-live-create-page .chat-sidebar,
.fc-live-create-page .chat-sidebar-content,
.fc-live-create-page .chat-sidebar-footer,
.fc-live-create-page .chat-box,
.fc-live-create-page #onesignal-bell-launcher,
.fc-live-create-page .onesignal-bell-launcher,
.fc-live-create-page .onesignal-slidedown-container,
.fc-live-create-page .onesignal-popover-container,
.fc-live-create-page .footer,
.fc-live-create-page .footer-bottom-bar,
.fc-live-create-page .toast-container,
.fc-live-create-page .toast {
  display: none !important;
}

.fc-live-create-shell {
  background: #0b0f17;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: 100vh;
}

.fc-live-create-sidebar {
  background: #0d121c;
  border-right: 1px solid #1b2433;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100vh;
  padding: 22px 12px 18px;
}

.fc-live-create-brand {
  color: #fff !important;
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  padding: 0 8px 12px;
}

.fc-live-create-nav {
  display: grid;
  gap: 7px;
}

.fc-live-create-nav a,
.fc-live-create-help {
  align-items: center;
  border-radius: 8px;
  color: #c5ccd8 !important;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  min-height: 38px;
  padding: 0 10px;
}

.fc-live-create-nav a i,
.fc-live-create-help i {
  color: #c5ccd8;
  flex: 0 0 16px;
  text-align: center;
}

.fc-live-create-nav a.active {
  background: #1a2433;
  color: #fff !important;
}

.fc-live-create-nav a.active i {
  color: #3b82f6;
}

.fc-live-create-help {
  margin-top: auto;
}

.fc-live-create-sidebar small {
  color: #7b8494;
  font-size: 11px;
  padding: 0 10px;
}

.fc-live-create-panel {
  min-width: 0;
}

.fc-live-create-topbar {
  align-items: center;
  background: #0b0f17;
  border-bottom: 1px solid #1b2433;
  display: flex;
  gap: 18px;
  height: 76px;
  justify-content: space-between;
  padding: 0 28px 0 18px;
}

.fc-live-create-search {
  align-items: center;
  background: #151b27;
  border: 1px solid #1d2635;
  border-radius: 999px;
  color: #8e97a8;
  display: flex;
  gap: 10px;
  height: 44px;
  max-width: 482px;
  padding: 0 16px;
  width: min(42vw, 482px);
}

.fc-live-create-search input {
  background: transparent;
  border: 0;
  color: #f8fafc;
  flex: 1;
  font-size: 13px;
  min-width: 0;
  outline: 0;
}

.fc-live-create-search input::placeholder {
  color: #9aa3b2;
}

.fc-live-create-top-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.fc-live-create-top-actions button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #cbd5e1;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}

.fc-live-create-top-actions button span {
  align-items: center;
  background: #ec2b55;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 900;
  height: 16px;
  justify-content: center;
  position: absolute;
  right: 1px;
  top: 0;
  width: 16px;
}

.fc-live-create-profile {
  align-items: center;
  color: #e5e7eb !important;
  display: inline-flex;
  gap: 8px;
  min-width: 0;
}

.fc-live-create-profile img {
  border-radius: 50%;
  height: 30px;
  object-fit: cover;
  width: 30px;
}

.fc-live-create-profile strong {
  font-size: 13px;
  font-weight: 800;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-producer-watch .fc-live-create-watch {
  background: #0b0f17 !important;
  color: #f8fafc !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 18px !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-create-breadcrumb {
  color: #f8fafc !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-live-create-breadcrumb strong {
  color: #f8fafc;
  font-size: 14px;
}

.fc-live-producer-watch .fc-live-create-breadcrumb span {
  color: #dfe6f2;
  font-size: 12px;
}

.fc-live-producer-watch .fc-live-watch-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: minmax(0, 1.66fr) minmax(360px, 1fr) !important;
  max-width: 100% !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-watch-main,
.fc-live-producer-watch .fc-watch-side {
  display: grid !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.fc-live-producer-watch .fc-live-watch-main {
  grid-template-rows: minmax(330px, 1fr) auto;
}

.fc-live-producer-watch .fc-watch-side {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: minmax(330px, 1fr) 216px !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-watch-more {
  background: #151a24 !important;
  border: 1px solid #202938 !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22) !important;
  color: #f8fafc !important;
}

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-live-preview-frame {
  aspect-ratio: 16 / 9 !important;
  background:
    radial-gradient(circle at 24% 74%, rgba(32, 97, 255, 0.32), transparent 22%),
    radial-gradient(circle at 83% 28%, rgba(245, 158, 11, 0.28), transparent 16%),
    linear-gradient(135deg, #271a43 0%, #111827 48%, #0d1320 100%) !important;
  border-radius: 8px !important;
  min-height: clamp(360px, 45vw, 610px) !important;
}

.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(360px, 45vw, 610px) !important;
}

.fc-live-producer-watch .fc-live-preview-body h2 {
  color: #fff !important;
  font-size: 24px !important;
}

.fc-live-producer-watch .fc-live-preview-body p {
  color: #c8d0dc !important;
}

.fc-live-producer-watch .fc-watch-player-top-actions {
  right: 22px;
  top: 22px;
}

.fc-live-producer-watch .fc-watch-player-top-actions button,
.fc-live-producer-watch .fc-watch-chat-head button {
  background: rgba(11, 15, 23, 0.76) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.fc-live-producer-watch .fc-watch-player-overlay {
  left: 20px;
  right: auto;
  top: 22px;
}

.fc-live-producer-watch .fc-feed-live-badge {
  background: #e92e5d !important;
  color: #fff !important;
}

.fc-live-producer-watch .fc-feed-live-viewers {
  background: rgba(11, 15, 23, 0.82) !important;
  color: #fff !important;
}

.fc-live-producer-watch .fc-live-bubble-button {
  background: #ef2f60 !important;
  bottom: 28px !important;
  box-shadow: 0 12px 28px rgba(239, 47, 96, 0.35) !important;
  height: 58px !important;
  right: 24px !important;
  width: 58px !important;
}

.fc-live-create-tabs {
  border-bottom: 1px solid #273142;
  display: flex;
  gap: 8px;
  grid-column: 1 / -1;
  margin: 0 0 14px;
  padding: 0 0 1px;
}

.fc-live-create-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #8e98aa;
  font-size: 13px;
  font-weight: 800;
  padding: 0 16px 12px;
}

.fc-live-create-tabs button.active {
  border-color: #3b82f6;
  color: #fff;
}

.fc-live-producer-watch .fc-live-create-info {
  align-items: start !important;
  display: grid !important;
  gap: 0 28px !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr) !important;
  min-height: 0 !important;
  padding: 16px !important;
}

.fc-live-producer-watch .fc-live-create-info .fc-watch-author {
  display: none !important;
}

.fc-live-producer-watch .fc-live-create-form,
.fc-live-producer-watch .fc-live-create-settings,
.fc-live-producer-watch .fc-live-result {
  grid-column: auto !important;
}

.fc-live-producer-watch .fc-live-field {
  margin-bottom: 14px !important;
}

.fc-live-producer-watch .fc-live-field label,
.fc-live-producer-watch .fc-live-create-settings > label,
.fc-live-producer-watch .fc-live-copy-row label {
  color: #f8fafc !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

.fc-live-producer-watch .fc-live-field .form-control {
  background: #111722 !important;
  border: 1px solid #273142 !important;
  border-radius: 7px !important;
  color: #fff !important;
  min-height: 44px !important;
}

.fc-live-producer-watch .fc-live-field textarea.form-control {
  min-height: 48px !important;
}

.fc-live-producer-watch .fc-live-field .form-control::placeholder {
  color: #d9e0ea !important;
}

.fc-live-producer-watch .fc-live-options {
  display: inline-grid !important;
  grid-template-columns: auto !important;
  margin: 0 !important;
}

.fc-live-producer-watch .fc-live-option {
  align-items: center !important;
  background: #1d2532 !important;
  border: 1px solid #273142 !important;
  border-radius: 8px !important;
  color: #fff !important;
  display: inline-flex !important;
  flex-direction: row !important;
  font-size: 13px !important;
  gap: 8px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
}

.fc-live-producer-watch .fc-live-option i {
  color: #dbeafe !important;
}

.fc-live-producer-watch .fc-live-create-actions {
  display: grid !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

.fc-live-producer-watch .fc-live-create-actions button {
  align-items: center !important;
  background: #111722 !important;
  border: 1px solid #273142 !important;
  border-radius: 8px !important;
  color: #b7c0cf !important;
  display: flex !important;
  gap: 12px !important;
  justify-content: flex-start !important;
  min-height: 58px !important;
  padding: 10px 14px !important;
  text-align: left !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-create-actions button i {
  align-items: center;
  border: 1px solid #3b82f6;
  border-radius: 6px;
  color: #3b82f6;
  display: flex;
  flex: 0 0 24px;
  height: 32px;
  justify-content: center;
  width: 24px;
}

.fc-live-producer-watch .fc-live-create-actions button span {
  display: grid;
  gap: 2px;
}

.fc-live-producer-watch .fc-live-create-actions button strong {
  color: inherit;
  font-size: 13px;
}

.fc-live-producer-watch .fc-live-create-actions button em {
  color: #8d97a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.fc-live-producer-watch .fc-live-create-actions button.active {
  background: rgba(37, 99, 235, 0.12) !important;
  border-color: #3b82f6 !important;
  color: #77a7ff !important;
}

.fc-live-producer-watch .fc-live-create-btn {
  background: #2f72f6 !important;
  border-radius: 7px !important;
  box-shadow: 0 14px 32px rgba(47, 114, 246, 0.26) !important;
  color: #fff !important;
  min-height: 40px !important;
}

.fc-live-producer-watch .fc-live-result {
  background: #111722 !important;
  border: 1px solid #273142 !important;
  border-radius: 8px !important;
  grid-column: 1 / -1 !important;
  margin-top: 14px !important;
  padding: 12px !important;
}

.fc-live-producer-watch .fc-live-result-head strong {
  color: #fff !important;
}

.fc-live-producer-watch .fc-live-result-head span {
  color: #9aa4b5 !important;
}

.fc-live-producer-watch .fc-live-copy-row input {
  background: #0d121c !important;
  border-color: #273142 !important;
  color: #e5e7eb !important;
}

.fc-live-producer-watch .fc-live-copy-row button,
.fc-live-producer-watch .fc-live-copy-row a {
  background: #1d2532 !important;
  border-color: #273142 !important;
  color: #e5e7eb !important;
}

.fc-live-producer-watch .fc-watch-chat {
  display: flex !important;
  flex-direction: column !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.fc-live-producer-watch .fc-watch-chat-head,
.fc-live-producer-watch .fc-watch-section-head {
  border-bottom: 0 !important;
  padding: 14px 14px 8px !important;
}

.fc-live-producer-watch .fc-watch-chat-head strong,
.fc-live-producer-watch .fc-watch-section-head strong {
  color: #fff !important;
  font-size: 15px !important;
}

.fc-live-producer-watch .fc-watch-section-head a {
  color: #76a8ff !important;
  font-size: 11px;
  font-weight: 800;
}

.fc-live-producer-watch .fc-watch-modbar {
  border-bottom: 1px solid #202938 !important;
  gap: 10px !important;
  padding: 4px 14px 12px !important;
}

.fc-live-producer-watch .fc-watch-modbar button {
  background: #1b2330 !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: #d6deea !important;
  font-size: 12px !important;
  min-height: 30px !important;
  padding: 0 10px !important;
}

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

.fc-live-producer-watch .fc-watch-modbar button em {
  background: #e92e5d !important;
  color: #fff !important;
}

.fc-live-producer-watch .fc-watch-sort {
  color: #6ea2ff !important;
  font-size: 12px !important;
  padding: 10px 14px !important;
}

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

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

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

.fc-live-producer-watch .fc-watch-comments .comment.js_comment-form {
  background: #151a24 !important;
  border-top: 1px solid #202938 !important;
  padding: 10px 12px 12px !important;
}

.fc-live-producer-watch .fc-watch-comments .x-form.comment-form {
  background: #1b2330 !important;
  border: 1px solid #273142 !important;
  border-radius: 999px !important;
}

.fc-live-producer-watch .fc-watch-comments textarea {
  color: #fff !important;
}

.fc-live-producer-watch .fc-watch-comments textarea::placeholder {
  color: #c4ccd8 !important;
}

.fc-live-producer-watch .fc-live-chat-empty,
.fc-live-producer-watch .fc-live-gift-empty,
.fc-live-producer-watch .fc-live-supporter-empty {
  color: #8f99aa !important;
}

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

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

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

.fc-live-producer-watch .fc-live-gift-feed,
.fc-live-producer-watch .fc-live-supporters-list {
  height: calc(100% - 50px) !important;
  overflow-y: auto !important;
  padding: 0 14px 14px !important;
}

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

.fc-live-producer-watch .fc-live-gift-empty i,
.fc-live-producer-watch .fc-live-supporter-empty i {
  color: #3b4658 !important;
}

@media (max-width: 1280px) {
  .fc-live-create-shell {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .fc-live-create-brand,
  .fc-live-create-nav a span,
  .fc-live-create-help span,
  .fc-live-create-sidebar small {
    display: none;
  }

  .fc-live-create-nav a,
  .fc-live-create-help {
    justify-content: center;
    padding: 0;
  }

  .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: repeat(2, minmax(0, 1fr)) !important;
  }

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

@media (max-width: 900px) {
  .fc-live-create-shell {
    display: block;
  }

  .fc-live-create-sidebar {
    display: none;
  }

  .fc-live-create-topbar {
    height: auto;
    padding: 12px;
  }

  .fc-live-create-search {
    width: 100%;
  }

  .fc-live-create-top-actions button:not(:last-of-type),
  .fc-live-create-profile strong,
  .fc-live-create-profile i {
    display: none;
  }

  .fc-live-producer-watch .fc-live-create-watch {
    padding: 12px !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;
  }

  .fc-live-producer-watch .fc-live-create-info {
    display: block !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: 0 !important;
  }

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

/* Create page layout balance pass: preview/settings left, activity panels right. */
.fc-live-producer-watch .fc-live-create-watch {
  padding: clamp(16px, 2vw, 28px) !important;
}

.fc-live-producer-watch .fc-live-watch-grid {
  align-items: start !important;
  display: grid !important;
  gap: clamp(16px, 1.6vw, 24px) !important;
  grid-template-columns: minmax(620px, 1fr) minmax(360px, 440px) !important;
  margin: 0 auto !important;
  max-width: 1580px !important;
}

.fc-live-producer-watch .fc-live-watch-main,
.fc-live-producer-watch .fc-watch-side {
  display: grid !important;
  gap: clamp(14px, 1.3vw, 18px) !important;
  min-width: 0 !important;
}

.fc-live-producer-watch .fc-live-watch-main {
  grid-template-rows: auto auto !important;
}

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

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview,
.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 {
  border-radius: 10px !important;
  box-shadow: none !important;
}

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

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

.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: 0 !important;
}

.fc-live-producer-watch .fc-live-preview-body {
  padding: clamp(28px, 4vw, 52px) !important;
}

.fc-live-producer-watch .fc-live-create-info {
  display: grid !important;
  gap: 18px 24px !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px) !important;
  padding: 18px !important;
}

.fc-live-producer-watch .fc-live-create-tabs {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
}

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

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

.fc-live-producer-watch .fc-live-result {
  grid-column: 1 / -1 !important;
  margin-top: 0 !important;
  padding: 16px !important;
}

.fc-live-producer-watch .fc-live-field {
  margin-bottom: 14px !important;
}

.fc-live-producer-watch .fc-live-field textarea.form-control {
  min-height: 96px !important;
}

.fc-live-producer-watch .fc-live-create-actions {
  gap: 10px !important;
  margin-bottom: 14px !important;
}

.fc-live-producer-watch .fc-live-create-actions button {
  min-height: 62px !important;
}

.fc-live-producer-watch .fc-live-create-btn {
  min-height: 46px !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-result-head {
  align-items: center !important;
  margin-bottom: 12px !important;
}

.fc-live-producer-watch .fc-live-copy-row {
  align-items: end !important;
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  margin-bottom: 10px !important;
}

.fc-live-producer-watch .fc-live-copy-row label {
  margin: 0 0 9px !important;
}

.fc-live-producer-watch .fc-live-copy-row > div {
  min-width: 0 !important;
}

.fc-live-producer-watch .fc-live-copy-row input {
  height: 40px !important;
}

.fc-live-producer-watch .fc-live-copy-row button,
.fc-live-producer-watch .fc-live-copy-row a {
  min-height: 40px !important;
  width: 44px !important;
}

.fc-live-producer-watch .fc-live-actions {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.fc-live-producer-watch .fc-watch-chat {
  grid-column: 1 !important;
  grid-row: 1 !important;
  height: clamp(430px, 51vw, 620px) !important;
  min-height: 430px !important;
}

.fc-live-producer-watch .fc-live-received-gifts,
.fc-live-producer-watch .fc-live-top-supporters {
  grid-column: 1 !important;
  height: auto !important;
  min-height: 190px !important;
}

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

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

.fc-live-producer-watch .fc-watch-chat-head,
.fc-live-producer-watch .fc-watch-section-head {
  min-height: 52px !important;
  padding: 14px 16px 8px !important;
}

.fc-live-producer-watch .fc-watch-modbar {
  flex-wrap: wrap !important;
  padding: 4px 16px 12px !important;
}

.fc-live-producer-watch .fc-watch-sort {
  padding: 10px 16px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments,
.fc-live-producer-watch .fc-live-gift-feed,
.fc-live-producer-watch .fc-live-supporters-list {
  padding-inline: 16px !important;
}

.fc-live-producer-watch .fc-live-gift-feed,
.fc-live-producer-watch .fc-live-supporters-list {
  height: auto !important;
  min-height: 118px !important;
}

.fc-live-producer-watch .fc-live-gift-empty,
.fc-live-producer-watch .fc-live-supporter-empty {
  min-height: 118px !important;
  padding: 18px 12px !important;
}

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

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

@media (max-width: 1080px) {
  .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: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto !important;
  }

  .fc-live-producer-watch .fc-watch-chat {
    grid-column: 1 / -1 !important;
    height: 460px !important;
  }

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

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

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

  .fc-live-producer-watch .fc-live-create-form,
  .fc-live-producer-watch .fc-live-create-settings,
  .fc-live-producer-watch .fc-live-result {
    grid-column: 1 !important;
  }

  .fc-live-producer-watch .fc-live-copy-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-watch-side {
    grid-template-columns: minmax(0, 1fr) !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: 1 !important;
    grid-row: auto !important;
  }

  .fc-live-producer-watch .fc-watch-chat {
    height: min(68vh, 520px) !important;
    min-height: 380px !important;
  }

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

/* Live Studio web experience */
.fc-live-theme {
  --fc-live-page: var(--body-bg-color, #f0f2f5);
  --fc-live-surface: #ffffff;
  --fc-live-surface-soft: #f6f7f9;
  --fc-live-surface-hover: #eef1f5;
  --fc-live-text: #15171a;
  --fc-live-muted: #69707d;
  --fc-live-border: #dde1e7;
  --fc-live-success: #138a52;
  --fc-live-danger: #d6293e;
  --fc-live-warning: #b46a00;
  --fc-live-stage: #050608;
  --fc-live-shadow: 0 10px 30px rgba(22, 28, 36, 0.08);
  color: var(--fc-live-text) !important;
}

body.night-mode .fc-live-theme {
  --fc-live-page: var(--body-bg-color-dark, #1e252b);
  --fc-live-surface: var(--card-dark-color, #262d34);
  --fc-live-surface-soft: var(--card-dark-input, #1e252b);
  --fc-live-surface-hover: var(--card-dark-hover, #2b3843);
  --fc-live-text: var(--body-color-dark, #c1d4e3);
  --fc-live-muted: #95a6b5;
  --fc-live-border: var(--card-dark-divider, #2e3f4d);
  --fc-live-success: #42d38b;
  --fc-live-danger: #ff6479;
  --fc-live-warning: #f3b555;
  --fc-live-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

body.fc-live-create-page,
body.fc-live-create-page .main-wrapper {
  background: var(--body-bg-color, #f0f2f5) !important;
}

body.night-mode.fc-live-create-page,
body.night-mode.fc-live-create-page .main-wrapper {
  background: var(--body-bg-color-dark, #1e252b) !important;
}

body.fc-live-create-page .main-header {
  background: var(--header-bg-color, #fff) !important;
  border-bottom: 1px solid #e2e5ea !important;
  box-shadow: none !important;
}

body.night-mode.fc-live-create-page .main-header {
  background: var(--header-bg-color-dark, #262d34) !important;
  border-bottom-color: var(--card-dark-divider, #2e3f4d) !important;
}

.fc-live-site-frame {
  min-height: calc(100vh - 70px);
  width: 100%;
}

.fc-live-site-frame .fc-live-producer,
.fc-live-site-frame .fc-live-create-panel,
.fc-live-theme.fc-live-watch {
  background: var(--fc-live-page) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-create-shell {
  align-items: stretch !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 236px minmax(0, 1fr) !important;
  margin: 0 auto !important;
  max-width: 1680px !important;
  min-height: calc(100vh - 70px) !important;
  padding: 0 !important;
  width: 100% !important;
}

.fc-live-create-sidebar {
  align-self: stretch !important;
  background: var(--fc-live-surface) !important;
  border: 0 !important;
  border-inline-end: 1px solid var(--fc-live-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: calc(100vh - 70px) !important;
  padding: 24px 14px !important;
  position: sticky !important;
  top: 70px !important;
}

.fc-live-sidebar-brand {
  align-items: center;
  display: flex;
  gap: 11px;
  margin: 0 6px 24px;
  min-width: 0;
}

.fc-live-sidebar-brand > span {
  align-items: center;
  background: var(--fc-live-accent, #5e72e4);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
}

.fc-live-sidebar-brand div {
  min-width: 0;
}

.fc-live-sidebar-brand strong,
.fc-live-sidebar-brand em {
  display: block;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-sidebar-brand strong {
  color: var(--fc-live-text) !important;
  font-size: 14px;
  font-weight: 800;
}

.fc-live-sidebar-brand em {
  color: var(--fc-live-muted) !important;
  font-size: 11px;
}

.fc-live-create-nav {
  display: grid !important;
  gap: 5px !important;
}

.fc-live-create-nav a,
.fc-live-sidebar-home {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: var(--fc-live-muted) !important;
  display: grid !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  gap: 10px !important;
  grid-template-columns: 28px minmax(0, 1fr) auto !important;
  min-height: 42px !important;
  padding: 7px 10px !important;
  text-decoration: none !important;
}

.fc-live-create-nav a i,
.fc-live-sidebar-home i {
  align-items: center;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.fc-live-create-nav a em {
  align-items: center;
  background: var(--fc-live-surface-soft) !important;
  border-radius: 999px;
  color: var(--fc-live-muted) !important;
  display: inline-flex;
  font-size: 10px !important;
  font-style: normal !important;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

.fc-live-create-nav a:hover,
.fc-live-sidebar-home:hover {
  background: var(--fc-live-surface-hover) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-create-nav a.active {
  background: var(--fc-live-surface-soft) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
  position: relative;
}

.fc-live-create-nav a.active::before {
  background: var(--fc-live-accent, #5e72e4);
  border-radius: 0 3px 3px 0;
  content: "";
  inset-block: 9px;
  inset-inline-start: -14px;
  position: absolute;
  width: 3px;
}

.fc-live-sidebar-home {
  margin-top: auto !important;
}

.fc-live-create-panel {
  min-width: 0 !important;
  padding: 0 !important;
}

.fc-live-create-watch,
.fc-creator-center {
  background: var(--fc-live-page) !important;
  color: var(--fc-live-text) !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: calc(100vh - 70px) !important;
  padding: 28px clamp(18px, 2.4vw, 40px) 44px !important;
}

.fc-live-page-head,
.fc-live-watch-head {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 0 24px;
}

.fc-live-page-head > div:first-child {
  min-width: 0;
}

.fc-live-page-kicker {
  align-items: center;
  color: var(--fc-live-accent, #5e72e4) !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.fc-live-page-head h1 {
  color: var(--fc-live-text) !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  margin: 0 !important;
}

.fc-live-page-head p {
  color: var(--fc-live-muted) !important;
  font-size: 13px !important;
  margin: 6px 0 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-page-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.fc-live-action-primary,
.fc-live-action-secondary {
  align-items: center;
  border: 1px solid var(--fc-live-border);
  border-radius: 7px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px;
  text-decoration: none !important;
}

.fc-live-action-primary {
  background: var(--fc-live-accent, #5e72e4);
  border-color: var(--fc-live-accent, #5e72e4);
  color: #fff !important;
}

.fc-live-action-secondary {
  background: var(--fc-live-surface);
  color: var(--fc-live-text) !important;
}

.fc-live-stats-grid {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 0 18px !important;
}

.fc-live-stat-card {
  align-items: center !important;
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 2px 10px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  min-height: 78px !important;
  padding: 13px !important;
}

.fc-live-stat-card > i {
  align-items: center;
  background: var(--fc-live-surface-soft) !important;
  border-radius: 7px !important;
  color: var(--fc-live-accent, #5e72e4) !important;
  display: inline-flex !important;
  grid-row: 1 / span 2;
  height: 34px !important;
  justify-content: center;
  width: 34px !important;
}

.fc-live-stat-card span {
  color: var(--fc-live-muted) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.fc-live-stat-card strong {
  color: var(--fc-live-text) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  min-width: 0;
}

.fc-live-stat-card strong small {
  color: var(--fc-live-muted);
  font-size: 10px;
}

.fc-live-create-watch > .fc-live-watch-grid {
  align-items: start !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px) !important;
  margin: 0 !important;
  max-width: none !important;
}

.fc-live-create-watch .fc-live-watch-main {
  gap: 14px !important;
}

.fc-live-create-watch .fc-watch-player-card,
.fc-live-create-watch .fc-watch-info-card,
.fc-live-create-watch .fc-live-result-card,
.fc-live-create-watch .fc-live-activity-card,
.fc-live-creator-gifts {
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.fc-live-create-watch .fc-watch-player-card {
  background: var(--fc-live-stage) !important;
}

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

.fc-live-preview-frame {
  aspect-ratio: 16 / 9 !important;
}

.fc-live-preview-body {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  padding: 28px !important;
  text-align: center !important;
}

.fc-live-preview-body h2 {
  color: #fff !important;
  font-size: 19px !important;
  letter-spacing: 0 !important;
  margin: 14px 0 6px !important;
}

.fc-live-preview-body p {
  color: #aeb6c2 !important;
  font-size: 12px !important;
  margin: 0 auto !important;
  max-width: 520px !important;
}

.fc-live-create-info,
.fc-live-result-card {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
  padding: 0 !important;
}

.fc-live-create-tabs,
.fc-live-result-head {
  align-items: center !important;
  background: transparent !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  display: flex !important;
  min-height: 50px !important;
  padding: 0 18px !important;
}

.fc-live-create-tabs button {
  background: transparent !important;
  border: 0 !important;
  color: var(--fc-live-text) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  padding: 0 !important;
}

.fc-live-create-info .fc-watch-author,
.fc-live-create-form,
.fc-live-create-settings,
.fc-live-result-card > :not(.fc-live-result-head) {
  padding-inline: 18px !important;
}

.fc-live-create-info .fc-watch-author {
  border-bottom: 1px solid var(--fc-live-border) !important;
  padding-block: 14px !important;
}

.fc-live-create-form {
  display: grid !important;
  gap: 14px !important;
  padding-block: 18px !important;
}

.fc-live-field {
  margin: 0 !important;
}

.fc-live-field label,
.fc-live-create-settings > label {
  color: var(--fc-live-text) !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  margin-bottom: 7px !important;
}

.fc-live-field .form-control,
.fc-live-copy-row input {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 6px !important;
  color: var(--fc-live-text) !important;
  font-size: 13px !important;
  min-height: 42px !important;
}

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

.fc-live-create-actions {
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.fc-live-create-actions label,
.fc-live-create-actions button {
  align-items: center !important;
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  color: var(--fc-live-text) !important;
  display: flex !important;
  gap: 9px !important;
  min-height: 62px !important;
  padding: 10px !important;
  text-align: start !important;
}

.fc-live-create-actions label:has(input:checked),
.fc-live-create-actions button.active {
  border-color: var(--fc-live-accent, #5e72e4) !important;
  box-shadow: inset 0 0 0 1px var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-create-actions span {
  min-width: 0;
}

.fc-live-create-actions strong,
.fc-live-create-actions em {
  display: block !important;
  font-style: normal !important;
}

.fc-live-create-actions strong {
  color: var(--fc-live-text) !important;
  font-size: 11px !important;
}

.fc-live-create-actions em {
  color: var(--fc-live-muted) !important;
  font-size: 9px !important;
  line-height: 1.35 !important;
  margin-top: 2px !important;
}

.fc-live-create-settings {
  border-top: 1px solid var(--fc-live-border) !important;
  padding-block: 18px !important;
}

.fc-live-create-settings .fc-live-create-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.fc-live-create-btn {
  background: var(--fc-live-accent, #5e72e4) !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-top: 12px !important;
  min-height: 46px !important;
  width: 100% !important;
}

.fc-live-create-watch .fc-watch-side {
  min-width: 0 !important;
  position: sticky !important;
  top: 88px !important;
}

.fc-live-activity-card {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-activity-tabs {
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  min-height: 48px !important;
}

.fc-live-activity-tabs button {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  color: var(--fc-live-muted) !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  gap: 6px !important;
  justify-content: center !important;
  min-width: 0 !important;
  padding: 0 6px !important;
}

.fc-live-activity-tabs button.active {
  border-bottom-color: var(--fc-live-accent, #5e72e4) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-activity-tabs button em {
  background: var(--fc-live-surface-soft) !important;
  border-radius: 999px !important;
  color: var(--fc-live-muted) !important;
  font-size: 9px !important;
  font-style: normal !important;
  padding: 2px 5px !important;
}

.fc-live-activity-panel {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme.fc-live-watch {
  min-height: calc(100vh - 70px) !important;
  padding: 22px clamp(14px, 2.2vw, 34px) 40px !important;
}

.fc-live-watch-head {
  margin-inline: auto !important;
  max-width: 1660px !important;
}

.fc-live-watch-head > div,
.fc-live-watch-head > div > span,
.fc-live-watch-head > a {
  align-items: center;
  display: inline-flex;
}

.fc-live-watch-head > div {
  gap: 10px;
}

.fc-live-watch-head > div > a {
  align-items: center;
  background: var(--fc-live-surface);
  border: 1px solid var(--fc-live-border);
  border-radius: 7px;
  color: var(--fc-live-text) !important;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.fc-live-watch-head > div > span {
  color: var(--fc-live-text);
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
}

.fc-live-watch-head > div > span i {
  color: var(--fc-live-danger);
  font-size: 8px;
}

.fc-live-watch-head > a {
  background: var(--fc-live-surface);
  border: 1px solid var(--fc-live-border);
  border-radius: 7px;
  color: var(--fc-live-text) !important;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
}

.fc-live-theme.fc-live-watch > .fc-live-watch-grid {
  align-items: start !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 410px) !important;
  margin: 0 auto !important;
  max-width: 1660px !important;
}

.fc-live-theme .fc-live-watch-main {
  gap: 12px !important;
}

.fc-live-theme .fc-watch-player-card {
  background: var(--fc-live-stage) !important;
  border: 1px solid #1b1d22 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.fc-live-theme .fc-player-watch {
  aspect-ratio: 16 / 9 !important;
  background: var(--fc-live-stage) !important;
  min-height: 0 !important;
}

.fc-live-theme .fc-player-watch video {
  background: var(--fc-live-stage) !important;
  object-fit: contain !important;
}

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

.fc-live-theme .fc-watch-player-top-actions {
  inset-inline-end: 14px !important;
  top: 14px !important;
}

.fc-live-theme .fc-watch-player-top-actions button {
  background: rgba(0, 0, 0, 0.48) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 50% !important;
  color: #fff !important;
  height: 36px !important;
  width: 36px !important;
}

.fc-live-theme .fc-watch-player-overlay {
  gap: 7px !important;
  inset-inline-start: 14px !important;
  top: 14px !important;
}

.fc-live-theme .fc-watch-player-overlay > span {
  align-items: center !important;
  background: rgba(0, 0, 0, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 6px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 10px !important;
  gap: 5px !important;
  min-height: 28px !important;
  padding: 0 8px !important;
}

.fc-live-theme .fc-watch-player-overlay .fc-feed-live-badge {
  background: var(--fc-live-danger) !important;
  border-color: var(--fc-live-danger) !important;
}

.fc-live-theme .fc-player-controls {
  gap: 10px !important;
  padding: 0 16px 14px !important;
}

.fc-live-theme .fc-player-controls button {
  background: transparent !important;
  color: #fff !important;
  height: 34px !important;
  width: 34px !important;
}

.fc-live-theme .fc-live-bubble-button {
  background: var(--fc-live-danger) !important;
  border: 0 !important;
  bottom: 66px !important;
  height: 44px !important;
  inset-inline-end: 16px !important;
  width: 44px !important;
}

.fc-live-theme .fc-watch-info-card,
.fc-live-theme .fc-watch-details {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-watch-info-card {
  padding: 16px !important;
}

.fc-live-theme .fc-watch-author {
  align-items: center !important;
  border: 0 !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 44px minmax(0, 1fr) auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fc-live-theme .fc-watch-author > a:first-child,
.fc-live-theme .fc-watch-author > a:first-child img {
  border-radius: 50% !important;
  height: 44px !important;
  width: 44px !important;
}

.fc-live-theme .fc-watch-author > div {
  min-width: 0 !important;
}

.fc-live-theme .fc-watch-author > div > a {
  color: var(--fc-live-text) !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-theme .fc-watch-author > div > span {
  color: var(--fc-live-muted) !important;
  display: block !important;
  font-size: 10px !important;
  margin-top: 2px !important;
}

.fc-live-theme .fc-watch-follow {
  background: var(--fc-live-accent, #5e72e4) !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  min-height: 34px !important;
  padding: 0 11px !important;
}

.fc-live-theme .fc-watch-title {
  border: 0 !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

.fc-live-theme .fc-watch-title strong {
  color: var(--fc-live-text) !important;
  display: block !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  overflow-wrap: anywhere;
}

.fc-live-theme .fc-watch-title p {
  color: var(--fc-live-muted) !important;
  font-size: 11px !important;
  margin: 4px 0 0 !important;
}

.fc-live-theme .fc-watch-actions {
  border-bottom: 1px solid var(--fc-live-border) !important;
  border-top: 1px solid var(--fc-live-border) !important;
  display: grid !important;
  gap: 5px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 14px 0 !important;
  padding: 8px 0 !important;
}

.fc-live-theme .fc-watch-actions button {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--fc-live-muted) !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  gap: 7px !important;
  justify-content: center !important;
  min-height: 36px !important;
  min-width: 0 !important;
  padding: 0 5px !important;
}

.fc-live-theme .fc-watch-actions button:hover {
  background: var(--fc-live-surface-hover) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-watch-metrics {
  display: grid !important;
  gap: 7px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 !important;
}

.fc-live-theme .fc-watch-metrics > div {
  align-items: center !important;
  background: var(--fc-live-surface-soft) !important;
  border: 0 !important;
  border-radius: 7px !important;
  display: grid !important;
  gap: 1px 7px !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  min-height: 58px !important;
  padding: 8px !important;
}

.fc-live-theme .fc-watch-metrics > div > i {
  color: var(--fc-live-accent, #5e72e4) !important;
  grid-row: 1 / span 2;
  text-align: center;
}

.fc-live-theme .fc-watch-metrics strong {
  color: var(--fc-live-text) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-theme .fc-watch-metrics span,
.fc-live-theme .fc-watch-metrics em {
  color: var(--fc-live-muted) !important;
  font-size: 8px !important;
  font-style: normal !important;
}

.fc-live-theme .fc-watch-details {
  align-items: stretch !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.6fr) !important;
  padding: 0 !important;
}

.fc-live-theme .fc-watch-about {
  border-inline-end: 1px solid var(--fc-live-border) !important;
  padding: 18px !important;
}

.fc-live-theme .fc-watch-about > strong {
  color: var(--fc-live-text) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.fc-live-theme .fc-watch-about p {
  color: var(--fc-live-muted) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  margin: 8px 0 12px !important;
  overflow-wrap: anywhere;
}

.fc-live-theme .fc-watch-about > span {
  color: var(--fc-live-muted) !important;
  display: inline-flex !important;
  font-size: 10px !important;
  gap: 6px !important;
  margin-inline-end: 12px !important;
}

.fc-watch-session-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 12px;
}

.fc-watch-session-summary > div {
  align-content: center;
  display: grid;
  min-height: 78px;
  padding: 8px;
  text-align: center;
}

.fc-watch-session-summary strong,
.fc-watch-session-summary span {
  display: block;
}

.fc-watch-session-summary strong {
  color: var(--fc-live-text);
  font-size: 19px;
  font-weight: 800;
}

.fc-watch-session-summary span {
  color: var(--fc-live-muted);
  font-size: 9px;
  margin-top: 3px;
}

.fc-live-theme .fc-watch-side {
  min-width: 0 !important;
  position: sticky !important;
  top: 88px !important;
}

.fc-watch-activity {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  min-height: min(720px, calc(100vh - 112px)) !important;
  overflow: hidden !important;
}

.fc-watch-activity > .fc-live-activity-panel {
  display: none !important;
}

.fc-watch-activity > .fc-live-activity-panel.is-active {
  display: block !important;
}

.fc-watch-activity-tabs {
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr)) !important;
}

.fc-live-theme .fc-watch-chat {
  background: var(--fc-live-surface) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--fc-live-text) !important;
  min-height: 0 !important;
}

.fc-live-theme .fc-watch-chat-head,
.fc-watch-side-section-head {
  align-items: center;
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 14px !important;
}

.fc-live-theme .fc-watch-chat-head strong,
.fc-watch-side-section-head strong {
  color: var(--fc-live-text) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.fc-live-theme .fc-watch-chat-head button,
.fc-live-theme .fc-watch-chat-head a {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--fc-live-muted) !important;
  display: inline-flex !important;
  height: 30px !important;
  justify-content: center !important;
  width: 30px !important;
}

.fc-watch-side-section-head span {
  color: var(--fc-live-muted);
  font-size: 10px;
}

.fc-live-theme .fc-watch-sort {
  background: transparent !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  color: var(--fc-live-muted) !important;
  font-size: 9px !important;
  padding: 8px 14px !important;
}

.fc-live-theme .fc-watch-comments ul.js_live-comments {
  background: transparent !important;
  max-height: calc(100vh - 390px) !important;
  min-height: 270px !important;
  overflow-y: auto !important;
  padding: 8px 12px !important;
}

.fc-live-theme .fc-watch-comments ul.js_live-comments .comment-inner {
  background: var(--fc-live-surface-soft) !important;
  border-radius: 7px !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-watch-comments ul.js_live-comments .comment-author a,
.fc-live-theme .fc-watch-comments ul.js_live-comments .comment-text {
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-watch-comments .comment.js_comment-form {
  background: var(--fc-live-surface) !important;
  border-top: 1px solid var(--fc-live-border) !important;
  margin: 0 !important;
  padding: 10px 12px !important;
}

.fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
}

.fc-live-theme .fc-watch-comments textarea.js_post-comment {
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-watch-modbar {
  background: var(--fc-live-surface-soft) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  gap: 5px !important;
  padding: 7px !important;
}

.fc-live-theme .fc-watch-modbar button {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 6px !important;
  color: var(--fc-live-muted) !important;
  font-size: 9px !important;
}

.fc-live-theme .fc-live-muted-panel,
.fc-live-theme .fc-live-keywords-panel,
.fc-live-theme .fc-watch-pinned {
  background: var(--fc-live-surface-soft) !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-side-gift-catalog {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 285px;
  overflow-y: auto;
  padding: 12px;
}

.fc-live-side-gift-catalog button {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 7px;
  color: var(--fc-live-text);
  display: grid;
  gap: 3px;
  justify-items: center;
  min-height: 92px;
  padding: 8px 5px;
}

.fc-live-side-gift-catalog button:hover {
  border-color: var(--fc-live-accent, #5e72e4);
}

.fc-live-side-gift-catalog button > span,
.fc-live-side-gift-catalog button img {
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.fc-live-side-gift-catalog button > span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.fc-live-side-gift-catalog strong {
  color: var(--fc-live-text);
  font-size: 9px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-side-gift-catalog em {
  color: var(--fc-live-accent, #5e72e4);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.fc-live-side-gift-feed,
.fc-live-side-supporters {
  max-height: calc(100vh - 510px);
  min-height: 210px;
  overflow-y: auto;
  padding: 8px 12px 14px;
}

.fc-live-side-gift-feed article,
.fc-live-side-supporters > a {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border);
  display: grid;
  gap: 9px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 8px 2px;
}

.fc-live-side-gift-feed article:last-child,
.fc-live-side-supporters > a:last-child {
  border-bottom: 0;
}

.fc-live-side-gift-media,
.fc-live-side-gift-media img {
  height: 38px;
  width: 38px;
}

.fc-live-side-gift-media {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
}

.fc-live-side-gift-media img {
  object-fit: contain;
}

.fc-live-side-gift-feed article > a,
.fc-live-side-supporters > a > span {
  min-width: 0;
}

.fc-live-side-gift-feed strong,
.fc-live-side-gift-feed span,
.fc-live-side-supporters strong,
.fc-live-side-supporters small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-side-gift-feed strong,
.fc-live-side-supporters strong {
  color: var(--fc-live-text);
  font-size: 11px;
}

.fc-live-side-gift-feed span,
.fc-live-side-supporters small {
  color: var(--fc-live-muted);
  font-size: 9px;
  margin-top: 2px;
}

.fc-live-side-gift-feed b,
.fc-live-side-supporters b {
  color: var(--fc-live-success);
  font-size: 10px;
  white-space: nowrap;
}

.fc-live-side-supporters > a {
  grid-template-columns: 24px 38px minmax(0, 1fr) auto;
}

.fc-live-side-supporters > a > em {
  color: var(--fc-live-muted);
  font-size: 10px;
  font-style: normal;
  text-align: center;
}

.fc-live-side-supporters img {
  border-radius: 50%;
  height: 38px;
  object-fit: cover;
  width: 38px;
}

.fc-live-side-empty {
  align-content: center;
  color: var(--fc-live-muted);
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 210px;
  text-align: center;
}

.fc-live-side-empty i {
  color: var(--fc-live-accent, #5e72e4);
  font-size: 24px;
}

.fc-live-side-empty strong {
  font-size: 11px;
}

.fc-watch-fan-club-panel {
  max-height: min(720px, calc(100vh - 112px));
  overflow-y: auto;
}

.fc-fan-club-head {
  align-items: center;
  background: var(--fc-live-surface);
  border-bottom: 1px solid var(--fc-live-border);
  display: grid;
  gap: 10px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  padding: 14px;
}

.fc-fan-club-head > span {
  align-items: center;
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 14%, transparent);
  border-radius: 8px;
  color: var(--fc-live-accent, #5e72e4);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.fc-fan-club-head strong,
.fc-fan-club-head small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-fan-club-head strong {
  color: var(--fc-live-text);
  font-size: 12px;
}

.fc-fan-club-head small {
  color: var(--fc-live-muted);
  font-size: 9px;
  margin-top: 3px;
}

.fc-fan-club-head > em {
  background: color-mix(in srgb, var(--fc-fan-level-color) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--fc-fan-level-color) 55%, transparent);
  border-radius: 6px;
  color: var(--fc-fan-level-color);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  padding: 5px 7px;
}

.fc-fan-club-welcome,
.fc-fan-club-message {
  color: var(--fc-live-muted);
  font-size: 10px;
  line-height: 1.55;
  margin: 0;
  padding: 11px 14px;
}

.fc-fan-club-message {
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 10%, transparent);
  color: var(--fc-live-text);
}

.fc-fan-club-message.is-error {
  background: color-mix(in srgb, #ef445d 12%, transparent);
  color: #ef445d;
}

.fc-fan-club-settings {
  border-bottom: 1px solid var(--fc-live-border);
  padding-bottom: 12px;
}

.fc-fan-club-settings > label {
  display: grid;
  gap: 5px;
  margin: 10px 14px 0;
}

.fc-fan-club-settings > label > span {
  color: var(--fc-live-muted);
  font-size: 9px;
  font-weight: 700;
}

.fc-fan-club-settings input[type="text"],
.fc-fan-club-settings textarea {
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  color: var(--fc-live-text);
  font-size: 11px;
  outline: none;
  padding: 9px 10px;
  resize: vertical;
  width: 100%;
}

.fc-fan-club-settings input[type="text"]:focus,
.fc-fan-club-settings textarea:focus {
  border-color: var(--fc-live-accent, #5e72e4);
}

.fc-fan-club-settings .fc-fan-club-toggle {
  align-items: center;
  display: flex;
  gap: 8px;
}

.fc-fan-club-settings > button,
.fc-fan-join > button {
  align-items: center;
  background: var(--fc-live-accent, #5e72e4);
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  margin: 10px 14px 0;
  min-height: 36px;
  padding: 0 14px;
}

.fc-fan-club-settings > button:disabled,
.fc-fan-join > button:disabled,
.js_fc-fan-club-action:disabled {
  opacity: 0.55;
}

.fc-fan-member-card {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  padding: 14px;
}

.fc-fan-member-card > img {
  border: 2px solid var(--fc-fan-level-color);
  border-radius: 50%;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.fc-fan-member-card strong,
.fc-fan-member-card small {
  color: var(--fc-live-text);
  display: block;
  font-size: 10px;
}

.fc-fan-member-card small {
  color: var(--fc-live-muted);
  font-size: 9px;
  margin-top: 5px;
}

.fc-fan-member-card small i {
  color: #ff8a34;
  margin-inline-end: 4px;
}

.fc-fan-member-card > button {
  background: transparent;
  border: 0;
  color: var(--fc-live-muted);
  height: 30px;
  width: 30px;
}

.fc-fan-member-card progress,
.fc-fan-missions progress {
  accent-color: var(--fc-fan-level-color, var(--fc-live-accent, #5e72e4));
  display: block;
  height: 5px;
  margin-top: 7px;
  width: 100%;
}

.fc-fan-missions {
  padding: 5px 14px 12px;
}

.fc-fan-missions article,
.fc-fan-levels article {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border);
  display: grid;
  gap: 9px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 8px 0;
}

.fc-fan-missions article > i,
.fc-fan-levels article > i {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border-radius: 6px;
  color: var(--fc-live-accent, #5e72e4);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.fc-fan-missions article.is-complete > i {
  color: var(--fc-live-success);
}

.fc-fan-missions strong,
.fc-fan-missions small,
.fc-fan-levels strong,
.fc-fan-levels small {
  display: block;
}

.fc-fan-missions strong,
.fc-fan-levels strong {
  color: var(--fc-live-text);
  font-size: 10px;
}

.fc-fan-missions small,
.fc-fan-levels small {
  color: var(--fc-live-muted);
  font-size: 8px;
  line-height: 1.4;
  margin-top: 2px;
}

.fc-fan-missions b,
.fc-fan-levels b {
  color: var(--fc-live-accent, #5e72e4);
  font-size: 9px;
  white-space: nowrap;
}

.fc-fan-join {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 24px 18px;
  text-align: center;
}

.fc-fan-join > i {
  color: var(--fc-live-accent, #5e72e4);
  font-size: 28px;
}

.fc-fan-join strong {
  color: var(--fc-live-text);
  font-size: 12px;
  margin-top: 8px;
}

.fc-fan-join p {
  color: var(--fc-live-muted);
  font-size: 9px;
  line-height: 1.55;
  margin: 5px 0 0;
}

.fc-fan-top-members {
  padding: 5px 14px 12px;
}

.fc-fan-top-members > a {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border);
  display: grid;
  gap: 8px;
  grid-template-columns: 20px 34px minmax(0, 1fr) auto;
  min-height: 52px;
  padding: 7px 0;
}

.fc-fan-top-members > a > em {
  color: var(--fc-live-muted);
  font-size: 9px;
  font-style: normal;
  text-align: center;
}

.fc-fan-top-members img {
  border-radius: 50%;
  height: 34px;
  object-fit: cover;
  width: 34px;
}

.fc-fan-top-members strong,
.fc-fan-top-members small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-fan-top-members strong {
  color: var(--fc-live-text);
  font-size: 10px;
}

.fc-fan-top-members small,
.fc-fan-top-members b {
  color: var(--fc-live-muted);
  font-size: 8px;
}

.fc-fan-top-members b i {
  color: #ff8a34;
  margin-inline-end: 3px;
}

.fc-fan-levels {
  padding: 5px 14px 14px;
}

.fc-fan-levels article > i,
.fc-fan-levels article > b {
  color: var(--fc-fan-level-color);
}

.fc-live-fan-entrance {
  align-items: center;
  animation: fc-fan-entrance-in 260ms ease-out both;
  background: color-mix(in srgb, var(--fc-live-surface) 94%, transparent);
  border: 1px solid var(--fc-fan-level-color, var(--fc-live-accent, #5e72e4));
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: 9px;
  grid-template-columns: 34px minmax(0, 1fr) 20px;
  inset-inline-start: 50%;
  max-width: min(330px, calc(100% - 28px));
  padding: 8px 10px;
  pointer-events: none;
  position: fixed;
  top: 86px;
  transform: translateX(-50%);
  width: max-content;
  z-index: 1080;
}

.fc-live-theme .fc-live-fan-comment-badge {
  background: color-mix(in srgb, var(--fc-fan-level-color) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--fc-fan-level-color) 48%, transparent);
  border-radius: 4px;
  color: var(--fc-fan-level-color);
  display: inline-flex;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  margin-inline-start: 5px;
  padding: 3px 4px;
  vertical-align: middle;
}

.fc-live-goal-overlay {
  inset-inline-start: 12px;
  max-width: min(320px, calc(100% - 88px));
  position: absolute;
  top: 54px;
  z-index: 8;
}

.fc-live-goal-chip,
.fc-live-goal-summary {
  align-items: center;
  background: color-mix(in srgb, var(--fc-live-surface) 92%, transparent);
  border: 1px solid color-mix(in srgb, #ffb45e 58%, transparent);
  border-radius: 7px;
  color: var(--fc-live-text);
  display: grid;
  gap: 9px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  padding: 8px 9px;
  width: 100%;
}

.fc-live-goal-chip {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  text-align: start;
}

.fc-live-goal-chip > i,
.fc-live-goal-summary > i {
  align-items: center;
  background: rgba(255, 180, 94, 0.14);
  border-radius: 6px;
  color: #ffb45e;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.fc-live-goal-chip strong,
.fc-live-goal-summary strong,
.fc-live-goal-chip small,
.fc-live-goal-summary small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-goal-chip strong,
.fc-live-goal-summary strong {
  color: var(--fc-live-text);
  font-size: 10px;
  font-weight: 800;
}

.fc-live-goal-chip small,
.fc-live-goal-summary small {
  color: var(--fc-live-muted);
  font-size: 8px;
  margin-top: 3px;
}

.fc-live-goal-chip small em,
.fc-live-goal-summary small em {
  font-style: normal;
}

.fc-live-goal-chip progress,
.fc-live-goal-summary progress {
  accent-color: #ffb45e;
  display: block;
  height: 5px;
  margin-top: 5px;
  width: 100%;
}

.fc-live-goal-chip > b,
.fc-live-goal-summary > b {
  color: #ffb45e;
  font-size: 9px;
}

.fc-live-goal-chip.is-completed,
.fc-live-goal-summary.is-completed {
  border-color: color-mix(in srgb, #32c76a 65%, transparent);
}

.fc-live-goal-chip.is-completed > i,
.fc-live-goal-summary.is-completed > i,
.fc-live-goal-chip.is-completed > b,
.fc-live-goal-summary.is-completed > b {
  color: #32c76a;
}

.fc-live-goal-panel {
  border-bottom: 1px solid var(--fc-live-border);
}

.js_fc-live-goal-panel-slot {
  padding: 12px 14px 0;
}

.fc-live-goal-message {
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 10%, transparent);
  color: var(--fc-live-text);
  font-size: 10px;
  padding: 9px 14px;
}

.fc-live-goal-message.is-error {
  background: color-mix(in srgb, #ef445d 12%, transparent);
  color: #ef445d;
}

.fc-live-goal-form {
  display: grid;
  gap: 9px;
  padding: 12px 14px 14px;
}

.fc-live-goal-form > label {
  display: grid;
  gap: 5px;
}

.fc-live-goal-form > label > span {
  color: var(--fc-live-muted);
  font-size: 9px;
  font-weight: 700;
}

.fc-live-goal-form input,
.fc-live-goal-form select {
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  color: var(--fc-live-text);
  font-size: 10px;
  min-height: 36px;
  outline: none;
  padding: 0 9px;
  width: 100%;
}

.fc-live-goal-form input:focus,
.fc-live-goal-form select:focus {
  border-color: var(--fc-live-accent, #5e72e4);
}

.fc-live-goal-form > div {
  display: flex;
  gap: 8px;
}

.fc-live-goal-form button {
  align-items: center;
  background: var(--fc-live-accent, #5e72e4);
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  gap: 6px;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
}

.fc-live-goal-form .js_fc-live-goal-clear {
  background: var(--fc-live-surface-soft);
  color: var(--fc-live-muted);
}

.fc-live-goal-form button:disabled {
  opacity: 0.55;
}

.fc-live-goal-completion {
  align-items: center;
  animation: fc-fan-entrance-in 260ms ease-out both;
  background: color-mix(in srgb, var(--fc-live-surface, #111) 94%, transparent);
  border: 1px solid #32c76a;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 10px;
  grid-template-columns: 28px minmax(0, 1fr);
  inset-inline-start: 50%;
  max-width: min(330px, calc(100% - 28px));
  padding: 10px 13px;
  pointer-events: none;
  position: fixed;
  top: 92px;
  transform: translateX(-50%);
  width: max-content;
  z-index: 1090;
}

[dir="rtl"] .fc-live-goal-completion {
  transform: translateX(50%);
}

.fc-live-goal-completion > i {
  color: #32c76a;
  font-size: 26px;
}

.fc-live-goal-completion strong,
.fc-live-goal-completion small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-goal-completion strong {
  color: var(--fc-live-text, #fff);
  font-size: 11px;
}

.fc-live-goal-completion small {
  color: #73e69a;
  font-size: 9px;
  margin-top: 2px;
}

@media (max-width: 575px) {
  .fc-live-goal-overlay {
    max-width: min(270px, calc(100% - 76px));
    top: 48px;
  }

  .fc-live-goal-chip {
    padding: 7px;
  }
}

.fc-live-activity-tabs {
  display: flex !important;
  grid-template-columns: none !important;
  overflow-x: auto !important;
  scrollbar-width: none;
}

.fc-live-activity-tabs::-webkit-scrollbar {
  display: none;
}

.fc-live-activity-tabs button {
  flex: 1 0 92px !important;
}

.fc-live-engagement-overlay {
  inset-inline-start: 12px;
  max-width: min(320px, calc(100% - 88px));
  position: absolute;
  top: 54px;
  z-index: 8;
}

.fc-live-engagement-overlay.has-live-goal {
  top: 112px;
}

.fc-live-engagement-chip {
  align-items: center;
  background: color-mix(in srgb, var(--fc-live-surface) 92%, transparent);
  border: 1px solid color-mix(in srgb, var(--fc-live-accent, #5e72e4) 58%, transparent);
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  color: var(--fc-live-text);
  display: grid;
  gap: 8px;
  grid-template-columns: 28px minmax(0, 1fr) 14px;
  padding: 7px 9px;
  text-align: start;
  width: 100%;
}

.fc-live-engagement-chip > i:first-child {
  align-items: center;
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 16%, transparent);
  border-radius: 6px;
  color: var(--fc-live-accent, #5e72e4);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.fc-live-engagement-chip > i:last-child {
  color: var(--fc-live-muted);
  font-size: 9px;
}

.fc-live-engagement-chip strong,
.fc-live-engagement-chip small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-engagement-chip strong {
  color: var(--fc-live-text);
  font-size: 10px;
}

.fc-live-engagement-chip small {
  color: var(--fc-live-muted);
  font-size: 8px;
  margin-top: 2px;
}

.fc-watch-engagement-panel {
  max-height: min(720px, calc(100vh - 170px));
  overflow-y: auto;
}

.fc-live-engagement-message {
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 10%, transparent);
  color: var(--fc-live-text);
  font-size: 10px;
  padding: 9px 14px;
}

.fc-live-engagement-message.is-error {
  background: color-mix(in srgb, #ef445d 12%, transparent);
  color: #ef445d;
}

.fc-live-engagement-section {
  border-bottom: 1px solid var(--fc-live-border);
  padding: 14px;
}

.fc-live-engagement-section:last-child {
  border-bottom: 0;
}

.fc-live-engagement-section-head {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 32px minmax(0, 1fr);
  margin-bottom: 12px;
}

.fc-live-engagement-section-head > span {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border-radius: 7px;
  color: var(--fc-live-accent, #5e72e4);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.fc-live-engagement-section-head strong,
.fc-live-engagement-section-head small {
  display: block;
}

.fc-live-engagement-section-head strong {
  color: var(--fc-live-text);
  font-size: 11px;
}

.fc-live-engagement-section-head small {
  color: var(--fc-live-muted);
  font-size: 8px;
  margin-top: 2px;
}

.fc-live-poll {
  border: 1px solid var(--fc-live-border);
  border-radius: 7px;
  padding: 11px;
}

.fc-live-poll-head {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.fc-live-poll-head strong {
  color: var(--fc-live-text);
  font-size: 11px;
  line-height: 1.35;
}

.fc-live-poll-head em {
  background: var(--fc-live-surface-soft);
  border-radius: 5px;
  color: var(--fc-live-muted);
  flex: 0 0 auto;
  font-size: 9px;
  font-style: normal;
  padding: 3px 6px;
}

.fc-live-poll-options {
  display: grid;
  gap: 7px;
  margin-top: 11px;
}

.fc-live-poll-options button {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  color: var(--fc-live-text);
  display: grid;
  font-size: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 36px;
  overflow: hidden;
  padding: 0 9px;
  position: relative;
  text-align: start;
}

.fc-live-poll-options button > span {
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 14%, transparent);
  inset-block: 0;
  inset-inline-start: 0;
  position: absolute;
}

.fc-live-poll-options button strong,
.fc-live-poll-options button em {
  position: relative;
  z-index: 1;
}

.fc-live-poll-options button em {
  color: var(--fc-live-muted);
  font-size: 9px;
  font-style: normal;
}

.fc-live-poll-options button.is-selected {
  border-color: var(--fc-live-accent, #5e72e4);
}

.fc-live-poll-options button:disabled {
  cursor: default;
  opacity: 0.86;
}

.fc-live-poll > footer {
  align-items: center;
  color: var(--fc-live-muted);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  margin-top: 10px;
}

.fc-live-poll > footer button,
.fc-live-poll-form > button,
.fc-live-question-form button {
  background: var(--fc-live-accent, #5e72e4);
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  min-height: 32px;
  padding: 0 10px;
}

.fc-live-poll-form {
  border-top: 1px solid var(--fc-live-border);
  display: grid;
  gap: 8px;
  margin-top: 13px;
  padding-top: 13px;
}

.fc-live-poll-form > strong {
  color: var(--fc-live-text);
  font-size: 10px;
}

.fc-live-poll-form input,
.fc-live-question-form textarea {
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  color: var(--fc-live-text);
  font-size: 10px;
  min-height: 36px;
  outline: none;
  padding: 8px 9px;
  width: 100%;
}

.js_fc-live-poll-options-editor {
  display: grid;
  gap: 7px;
}

.fc-live-poll-form .js_fc-live-poll-add-option {
  background: transparent;
  border: 1px dashed var(--fc-live-border);
  color: var(--fc-live-muted);
}

.fc-live-poll-form-row {
  align-items: end;
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(100px, 0.6fr) minmax(0, 1.4fr);
}

.fc-live-poll-form-row label {
  color: var(--fc-live-muted);
  display: grid;
  font-size: 8px;
  gap: 4px;
}

.fc-live-poll-form-row .fc-live-check {
  align-items: center;
  display: flex;
  gap: 7px;
  min-height: 36px;
}

.fc-live-poll-form-row .fc-live-check input {
  min-height: auto;
  width: auto;
}

.fc-live-question-form {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 34px;
  margin-bottom: 12px;
}

.fc-live-question-form textarea {
  resize: vertical;
}

.fc-live-question-form button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 34px;
  padding: 0;
  width: 34px;
}

.fc-live-question-list {
  display: grid;
}

.fc-live-question-list > article {
  border-top: 1px solid var(--fc-live-border);
  display: grid;
  gap: 9px;
  grid-template-columns: 30px minmax(0, 1fr);
  padding: 11px 0;
}

.fc-live-question-list > article:first-child {
  border-top: 0;
}

.fc-live-question-list > article > img {
  border-radius: 50%;
  height: 30px;
  object-fit: cover;
  width: 30px;
}

.fc-live-question-list header {
  align-items: center;
  display: flex;
  gap: 7px;
}

.fc-live-question-list header strong {
  color: var(--fc-live-muted);
  font-size: 9px;
}

.fc-live-question-list header em {
  color: #22c58b;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.fc-live-question-list p {
  color: var(--fc-live-text);
  font-size: 10px;
  line-height: 1.4;
  margin: 4px 0 0;
}

.fc-live-question-list small {
  color: var(--fc-live-accent, #5e72e4);
  display: block;
  font-size: 9px;
  margin-top: 5px;
}

.fc-live-question-list footer {
  display: flex;
  gap: 6px;
  margin-top: 7px;
}

.fc-live-question-list footer button {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border: 0;
  border-radius: 5px;
  color: var(--fc-live-muted);
  display: inline-flex;
  font-size: 8px;
  gap: 4px;
  height: 26px;
  justify-content: center;
  min-width: 26px;
  padding: 0 7px;
}

.fc-live-question-list footer button.is-selected,
.fc-live-question-list > article.is-answered header em {
  color: var(--fc-live-accent, #5e72e4);
}

.fc-live-question-list > article.is-featured {
  background: color-mix(in srgb, #22c58b 6%, transparent);
}

@media (max-width: 575px) {
  .fc-live-engagement-overlay {
    max-width: min(270px, calc(100% - 76px));
    top: 48px;
  }

  .fc-live-engagement-overlay.has-live-goal {
    top: 104px;
  }

  .fc-live-poll-form-row {
    grid-template-columns: 1fr;
  }
}

[dir="rtl"] .fc-live-fan-entrance {
  transform: translateX(50%);
}

.fc-live-fan-entrance img {
  border-radius: 50%;
  height: 34px;
  object-fit: cover;
  width: 34px;
}

.fc-live-fan-entrance strong,
.fc-live-fan-entrance small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-fan-entrance strong {
  color: var(--fc-live-text);
  font-size: 11px;
}

.fc-live-fan-entrance small,
.fc-live-fan-entrance > i {
  color: var(--fc-fan-level-color, var(--fc-live-accent, #5e72e4));
  font-size: 9px;
}

@keyframes fc-fan-entrance-in {
  from { opacity: 0; margin-top: -8px; }
  to { opacity: 1; margin-top: 0; }
}

.fc-creator-center {
  min-width: 0;
}

.fc-creator-tabs {
  border-bottom: 1px solid var(--fc-live-border);
  display: flex;
  gap: 22px;
  margin: 0 0 20px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fc-creator-tabs::-webkit-scrollbar {
  display: none;
}

.fc-creator-tabs a {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: var(--fc-live-muted) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  min-height: 44px;
  text-decoration: none !important;
}

.fc-creator-tabs a.active {
  border-bottom-color: var(--fc-live-accent, #5e72e4);
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-creator-metric-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}

.fc-creator-metric {
  background: var(--fc-live-surface);
  border: 1px solid var(--fc-live-border);
  border-radius: 8px;
  display: grid;
  min-height: 112px;
  padding: 15px;
}

.fc-creator-metric > span {
  align-items: center;
  color: var(--fc-live-muted);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 7px;
}

.fc-creator-metric > span i {
  color: var(--fc-live-accent, #5e72e4);
}

.fc-creator-metric > strong {
  align-self: end;
  color: var(--fc-live-text);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 12px;
  overflow-wrap: anywhere;
}

.fc-creator-metric > strong small {
  color: var(--fc-live-muted);
  font-size: 9px;
}

.fc-creator-metric > em {
  color: var(--fc-live-muted);
  font-size: 9px;
  font-style: normal;
  margin-top: 4px;
}

.fc-creator-metric > em a {
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-creator-overview-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.45fr);
  margin-bottom: 24px;
}

.fc-creator-overview-lists {
  align-items: start;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
}

.fc-creator-section {
  border-top: 1px solid var(--fc-live-border);
  min-width: 0;
  padding-top: 16px;
}

.fc-creator-page-section {
  border-top: 0;
  padding-top: 0;
}

.fc-creator-section-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 13px;
}

.fc-creator-section-head > div {
  min-width: 0;
}

.fc-creator-section-head strong,
.fc-creator-section-head span {
  display: block;
}

.fc-creator-section-head strong {
  color: var(--fc-live-text);
  font-size: 14px;
  font-weight: 800;
}

.fc-creator-section-head span {
  color: var(--fc-live-muted);
  font-size: 9px;
  margin-top: 3px;
}

.fc-creator-section-head > em {
  color: var(--fc-live-success);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.fc-creator-section-head > a {
  color: var(--fc-live-accent, #5e72e4) !important;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.fc-creator-performance {
  min-height: 260px;
}

.fc-creator-chart {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, minmax(24px, 1fr));
  height: 190px;
  padding-top: 10px;
}

.fc-creator-chart-column {
  align-items: stretch;
  display: grid;
  gap: 7px;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  min-width: 0;
}

.fc-creator-chart-column > span {
  align-items: end;
  background: var(--fc-live-surface-soft);
  border-radius: 5px;
  display: flex;
  min-height: 0;
  overflow: hidden;
}

.fc-creator-chart-column > span i {
  background: var(--fc-live-accent, #5e72e4);
  border-radius: 5px 5px 0 0;
  display: block;
  min-height: 5px;
  width: 100%;
}

.fc-creator-chart-column small {
  color: var(--fc-live-muted);
  font-size: 8px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-creator-snapshot dl {
  margin: 0;
}

.fc-creator-snapshot dl > div {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-height: 38px;
}

.fc-creator-snapshot dl > div:last-child {
  border-bottom: 0;
}

.fc-creator-snapshot dt,
.fc-creator-snapshot dd {
  margin: 0;
}

.fc-creator-snapshot dt {
  color: var(--fc-live-muted);
  font-size: 10px;
  font-weight: 600;
}

.fc-creator-snapshot dd {
  color: var(--fc-live-text);
  font-size: 11px;
  font-weight: 800;
}

.fc-creator-session-list,
.fc-creator-supporter-list,
.fc-creator-earning-list {
  background: var(--fc-live-surface);
  border: 1px solid var(--fc-live-border);
  border-radius: 8px;
  overflow: hidden;
}

.fc-creator-session-row {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border);
  display: grid;
  gap: 12px;
  grid-template-columns: 116px minmax(0, 1fr) 34px;
  min-height: 88px;
  padding: 10px;
}

.fc-creator-session-row:last-child,
.fc-creator-supporter-row:last-child,
.fc-creator-earning-row:last-child {
  border-bottom: 0;
}

.fc-creator-session-media {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: var(--fc-live-stage);
  border-radius: 6px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.fc-creator-session-media > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-creator-session-media > i {
  color: #fff;
  font-size: 18px;
}

.fc-creator-session-media > span {
  background: rgba(0, 0, 0, 0.62);
  border-radius: 4px;
  bottom: 5px;
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  inset-inline-start: 5px;
  padding: 3px 5px;
  position: absolute;
}

.fc-creator-session-media > span.is-live {
  background: var(--fc-live-danger);
}

.fc-creator-session-copy {
  min-width: 0;
}

.fc-creator-session-copy > strong,
.fc-creator-session-copy > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-creator-session-copy > strong {
  color: var(--fc-live-text);
  font-size: 12px;
  font-weight: 800;
}

.fc-creator-session-copy > span {
  color: var(--fc-live-muted);
  font-size: 9px;
  margin-top: 4px;
}

.fc-creator-session-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 7px;
}

.fc-creator-session-copy em {
  align-items: center;
  color: var(--fc-live-muted);
  display: inline-flex;
  font-size: 8px;
  font-style: normal;
  gap: 4px;
}

.fc-creator-icon-action,
.fc-creator-pager a {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  color: var(--fc-live-text) !important;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.fc-creator-supporter-row {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border);
  display: grid;
  gap: 9px;
  grid-template-columns: 24px 38px minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 8px 10px;
}

.fc-creator-rank {
  color: var(--fc-live-muted);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.fc-creator-supporter-row > img {
  border-radius: 50%;
  height: 38px;
  object-fit: cover;
  width: 38px;
}

.fc-creator-supporter-row > span:nth-of-type(2) {
  min-width: 0;
}

.fc-creator-supporter-row strong,
.fc-creator-supporter-row em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-creator-supporter-row strong {
  color: var(--fc-live-text);
  font-size: 11px;
}

.fc-creator-supporter-row em {
  color: var(--fc-live-muted);
  font-size: 8px;
  font-style: normal;
  margin-top: 2px;
}

.fc-creator-supporter-row b {
  color: var(--fc-live-success);
  font-size: 9px;
  white-space: nowrap;
}

.fc-creator-supporter-list.is-expanded .fc-creator-supporter-row,
.fc-creator-session-list.is-expanded .fc-creator-session-row {
  min-height: 68px;
}

.fc-creator-earning-row {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border);
  display: grid;
  gap: 11px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 66px;
  padding: 9px 12px;
}

.fc-creator-gift-media,
.fc-creator-gift-media img {
  height: 42px;
  width: 42px;
}

.fc-creator-gift-media {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
}

.fc-creator-gift-media img {
  object-fit: contain;
}

.fc-creator-earning-row > a {
  min-width: 0;
}

.fc-creator-earning-row strong,
.fc-creator-earning-row span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-creator-earning-row strong {
  color: var(--fc-live-text);
  font-size: 11px;
}

.fc-creator-earning-row span {
  color: var(--fc-live-muted);
  font-size: 8px;
  margin-top: 3px;
}

.fc-creator-earning-row b {
  color: var(--fc-live-success);
  font-size: 10px;
  white-space: nowrap;
}

.fc-creator-empty {
  align-content: center;
  color: var(--fc-live-muted);
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 180px;
  text-align: center;
}

.fc-creator-empty i {
  color: var(--fc-live-accent, #5e72e4);
  font-size: 25px;
}

.fc-creator-empty strong {
  font-size: 11px;
}

.fc-creator-pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.fc-creator-pager > span {
  color: var(--fc-live-muted);
  font-size: 9px;
}

.fc-creator-pager > div {
  display: flex;
  gap: 6px;
}

.fc-creator-pager a {
  height: 32px;
  width: 32px;
}

.fc-creator-recording-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-creator-recording {
  background: var(--fc-live-surface);
  border: 1px solid var(--fc-live-border);
  border-radius: 8px;
  overflow: hidden;
}

.fc-creator-recording-media {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: var(--fc-live-stage);
  color: #fff !important;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.fc-creator-recording-media > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-creator-recording-media > span {
  align-items: center;
  background: rgba(0, 0, 0, 0.64);
  border-radius: 50%;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
}

.fc-creator-recording > div {
  padding: 12px;
}

.fc-creator-recording strong,
.fc-creator-recording div > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-creator-recording strong {
  color: var(--fc-live-text);
  font-size: 11px;
}

.fc-creator-recording div > span {
  color: var(--fc-live-muted);
  font-size: 8px;
  margin-top: 4px;
}

.fc-creator-recording div > a {
  align-items: center;
  color: var(--fc-live-accent, #5e72e4) !important;
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  gap: 6px;
  margin-top: 10px;
}

.fc-live-gifts-user-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.fc-live-creator-gifts {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
  padding: 0 !important;
}

.fc-live-creator-gifts-head {
  align-items: center !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 16px !important;
}

.fc-live-creator-gifts-head strong,
.fc-live-creator-gifts-head span {
  display: block !important;
}

.fc-live-creator-gifts-head strong {
  color: var(--fc-live-text) !important;
  font-size: 14px !important;
}

.fc-live-creator-gifts-head span {
  color: var(--fc-live-muted) !important;
  font-size: 9px !important;
  margin-top: 3px !important;
}

.fc-live-creator-gifts-head > a {
  color: var(--fc-live-accent, #5e72e4) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

.fc-live-gifts-grid,
.fc-live-gifts-table-card {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-gifts-table-card {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.fc-live-gifts-table-head,
.fc-live-gifts-pager {
  border-color: var(--fc-live-border) !important;
}

.fc-live-gifts-table-head strong,
.fc-live-gifts-table-wrap td,
.fc-live-gift-row strong,
.fc-live-gift-user strong {
  color: var(--fc-live-text) !important;
}

.fc-live-gifts-table-head span,
.fc-live-gifts-table-wrap th,
.fc-live-gifts-table-wrap td > span,
.fc-live-gifts-pager > span {
  color: var(--fc-live-muted) !important;
}

.fc-live-gifts-table-wrap th,
.fc-live-gifts-table-wrap td {
  border-color: var(--fc-live-border) !important;
}

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

  .fc-live-theme.fc-live-watch > .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) 360px !important;
  }

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

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

  .fc-live-create-sidebar {
    border-bottom: 1px solid var(--fc-live-border) !important;
    border-inline-end: 0 !important;
    display: block !important;
    min-height: 0 !important;
    overflow-x: auto !important;
    padding: 10px 14px !important;
    position: static !important;
    white-space: nowrap;
  }

  .fc-live-sidebar-brand,
  .fc-live-sidebar-home {
    display: none !important;
  }

  .fc-live-create-nav {
    display: flex !important;
    gap: 6px !important;
    min-width: max-content;
  }

  .fc-live-create-nav a {
    display: inline-flex !important;
    grid-template-columns: none !important;
    min-height: 38px !important;
    padding: 5px 10px !important;
  }

  .fc-live-create-nav a.active::before {
    display: none;
  }

  .fc-live-create-watch > .fc-live-watch-grid,
  .fc-live-theme.fc-live-watch > .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-create-watch .fc-watch-side,
  .fc-live-theme .fc-watch-side {
    position: static !important;
  }

  .fc-watch-activity {
    min-height: 560px !important;
  }

  .fc-live-theme .fc-watch-comments ul.js_live-comments {
    max-height: 430px !important;
  }

  .fc-creator-overview-grid,
  .fc-creator-overview-lists {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .fc-live-create-watch,
  .fc-creator-center,
  .fc-live-theme.fc-live-watch {
    padding: 16px 12px 30px !important;
  }

  .fc-live-page-head,
  .fc-live-watch-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 18px;
  }

  .fc-live-page-head h1 {
    font-size: 26px !important;
  }

  .fc-live-watch-head {
    align-items: center;
    flex-direction: row;
  }

  .fc-live-page-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .fc-live-page-actions a {
    flex: 1 1 140px;
    justify-content: center;
  }

  .fc-live-stats-grid,
  .fc-live-gifts-user-stats,
  .fc-creator-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fc-live-create-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-create-settings .fc-live-create-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fc-live-theme .fc-watch-details {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-theme .fc-watch-about {
    border-bottom: 1px solid var(--fc-live-border) !important;
    border-inline-end: 0 !important;
  }

  .fc-live-theme .fc-watch-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fc-creator-tabs {
    gap: 16px;
  }

  .fc-creator-session-row {
    grid-template-columns: 92px minmax(0, 1fr) 32px;
  }

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

  .fc-live-gifts-table-wrap {
    overflow-x: auto !important;
  }
}

@media (max-width: 520px) {
  .fc-live-stats-grid,
  .fc-live-gifts-user-stats,
  .fc-creator-metric-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-stat-card,
  .fc-creator-metric {
    min-height: 72px !important;
  }

  .fc-live-create-settings .fc-live-create-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-theme .fc-watch-actions {
    grid-template-columns: repeat(4, minmax(58px, 1fr)) !important;
    overflow-x: auto;
  }

  .fc-live-theme .fc-watch-actions button {
    flex-direction: column;
    gap: 3px !important;
    min-height: 46px !important;
  }

  .fc-live-theme .fc-watch-author {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  .fc-live-theme .fc-watch-follow {
    grid-column: 1 / -1;
    width: 100%;
  }

  .fc-watch-session-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 6px;
  }

  .fc-live-side-gift-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fc-creator-chart {
    gap: 4px;
  }

  .fc-creator-session-row {
    align-items: start;
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .fc-creator-session-row .fc-creator-icon-action {
    display: none;
  }

  .fc-creator-supporter-row {
    grid-template-columns: 20px 34px minmax(0, 1fr);
  }

  .fc-creator-supporter-row > img {
    height: 34px;
    width: 34px;
  }

  .fc-creator-supporter-row > b {
    grid-column: 3;
  }

  .fc-creator-recording-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fc-creator-earning-row {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .fc-creator-earning-row > b {
    grid-column: 2;
  }
}

/* Create page compact dashboard reset. Keep this last to neutralize older layout passes. */
.fc-live-create-page,
.fc-live-create-page .main-wrapper,
.fc-live-producer-watch,
.fc-live-create-shell,
.fc-live-create-panel,
.fc-live-producer-watch .fc-live-create-watch {
  background: #080d15 !important;
}

.fc-live-create-shell {
  grid-template-columns: 160px minmax(0, 1fr) !important;
}

.fc-live-create-sidebar {
  background: #0c121d !important;
  border-right: 1px solid #1b2637 !important;
  padding: 16px 10px !important;
}

.fc-live-create-brand {
  font-size: 15px !important;
  padding: 0 8px 10px !important;
}

.fc-live-create-nav {
  gap: 4px !important;
}

.fc-live-create-nav a,
.fc-live-create-help {
  font-size: 12px !important;
  min-height: 34px !important;
  padding: 0 9px !important;
}

.fc-live-create-topbar {
  background: #080d15 !important;
  border-bottom: 1px solid #182333 !important;
  height: 58px !important;
  padding: 0 18px !important;
}

.fc-live-create-search {
  height: 36px !important;
  max-width: 380px !important;
}

.fc-live-create-top-actions {
  gap: 8px !important;
}

.fc-live-create-top-actions button {
  height: 30px !important;
  width: 30px !important;
}

.fc-live-create-profile img {
  height: 28px !important;
  width: 28px !important;
}

.fc-live-producer-watch .fc-live-create-watch {
  padding: 16px 18px 18px !important;
}

.fc-live-producer-watch .fc-live-create-breadcrumb {
  margin: 0 0 12px !important;
}

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

.fc-live-producer-watch .fc-live-watch-main,
.fc-live-producer-watch .fc-watch-side {
  display: grid !important;
  gap: 16px !important;
}

.fc-live-producer-watch .fc-live-watch-main {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto !important;
}

.fc-live-producer-watch .fc-watch-side {
  align-content: start !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto !important;
}

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview,
.fc-live-producer-watch .fc-live-create-info,
.fc-live-producer-watch .fc-live-result-card,
.fc-live-producer-watch .fc-watch-chat,
.fc-live-producer-watch .fc-live-received-gifts,
.fc-live-producer-watch .fc-live-top-supporters {
  background: #121925 !important;
  border: 1px solid #233047 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

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

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

.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: 0 !important;
}

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

.fc-live-producer-watch .fc-live-play {
  height: 64px !important;
  margin-bottom: 14px !important;
  width: 64px !important;
}

.fc-live-producer-watch .fc-live-preview-body h2 {
  font-size: 20px !important;
  margin-bottom: 8px !important;
}

.fc-live-producer-watch .fc-live-preview-body p {
  font-size: 13px !important;
}

.fc-live-producer-watch .fc-live-create-info {
  display: grid !important;
  gap: 14px 18px !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px) !important;
  padding: 16px !important;
}

.fc-live-producer-watch .fc-live-create-tabs {
  border-bottom-color: #26344b !important;
  grid-column: 1 / -1 !important;
  margin: 0 !important;
}

.fc-live-producer-watch .fc-live-create-tabs button {
  padding: 0 12px 10px !important;
}

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

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

.fc-live-producer-watch .fc-live-field {
  margin-bottom: 12px !important;
}

.fc-live-producer-watch .fc-live-field label,
.fc-live-producer-watch .fc-live-create-settings > label,
.fc-live-producer-watch .fc-live-copy-row label {
  font-size: 12px !important;
  margin-bottom: 6px !important;
}

.fc-live-producer-watch .fc-live-field .form-control {
  min-height: 40px !important;
}

.fc-live-producer-watch .fc-live-field textarea.form-control {
  min-height: 76px !important;
}

.fc-live-producer-watch .fc-live-create-actions {
  gap: 10px !important;
  margin-bottom: 12px !important;
}

.fc-live-producer-watch .fc-live-create-actions button {
  min-height: 54px !important;
  padding: 9px 12px !important;
}

.fc-live-producer-watch .fc-live-create-btn {
  min-height: 42px !important;
}

.fc-live-producer-watch .fc-live-result-card {
  display: block !important;
  padding: 16px !important;
}

.fc-live-producer-watch .fc-live-result {
  margin: 0 !important;
}

.fc-live-producer-watch .fc-live-result-head {
  margin-bottom: 14px !important;
}

.fc-live-producer-watch .fc-live-copy-row {
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: 120px minmax(0, 1fr) !important;
  margin-bottom: 10px !important;
}

.fc-live-producer-watch .fc-live-copy-row label {
  align-self: center !important;
  margin: 0 !important;
}

.fc-live-producer-watch .fc-live-copy-row input,
.fc-live-producer-watch .fc-live-copy-row button,
.fc-live-producer-watch .fc-live-copy-row a {
  min-height: 38px !important;
}

.fc-live-producer-watch .fc-live-copy-row button,
.fc-live-producer-watch .fc-live-copy-row a {
  width: 42px !important;
}

.fc-live-producer-watch .fc-live-actions {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 12px !important;
}

.fc-live-producer-watch .fc-watch-chat {
  display: flex !important;
  flex-direction: column !important;
  grid-column: 1 !important;
  grid-row: auto !important;
  height: 430px !important;
  min-height: 430px !important;
}

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

.fc-live-producer-watch .fc-watch-chat-head,
.fc-live-producer-watch .fc-watch-section-head {
  min-height: 48px !important;
  padding: 12px 14px 8px !important;
}

.fc-live-producer-watch .fc-watch-modbar {
  padding: 4px 14px 10px !important;
}

.fc-live-producer-watch .fc-watch-sort {
  padding: 8px 14px !important;
}

.fc-live-producer-watch .fc-watch-comments ul.js_live-comments {
  padding: 0 14px 8px !important;
}

.fc-live-producer-watch .fc-live-gift-feed,
.fc-live-producer-watch .fc-live-supporters-list {
  height: auto !important;
  min-height: 96px !important;
  padding: 0 14px 14px !important;
}

.fc-live-producer-watch .fc-live-gift-empty,
.fc-live-producer-watch .fc-live-supporter-empty {
  min-height: 96px !important;
  padding: 14px 10px !important;
}

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

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

  .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: repeat(2, minmax(0, 1fr)) !important;
  }

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

@media (max-width: 820px) {
  .fc-live-create-shell {
    display: block !important;
  }

  .fc-live-create-sidebar {
    display: none !important;
  }

  .fc-live-create-topbar {
    height: 54px !important;
    padding: 0 12px !important;
  }

  .fc-live-producer-watch .fc-live-create-watch {
    padding: 12px !important;
  }

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

  .fc-live-producer-watch .fc-live-create-form,
  .fc-live-producer-watch .fc-live-create-settings,
  .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-live-copy-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

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

/* Live Studio dashboard polish pass. Keep this at the end. */
.fc-live-create-page .fc-live-producer,
.fc-live-create-page .fc-live-create-shell,
.fc-live-create-page .fc-live-create-panel {
  background: #070b12 !important;
}

.fc-live-create-page .fc-live-create-shell {
  grid-template-columns: 172px minmax(0, 1fr) !important;
}

.fc-live-create-page .fc-live-create-sidebar {
  background: #0b111c !important;
  border-right: 1px solid #1d2738 !important;
  padding: 16px 10px !important;
}

.fc-live-create-page .fc-live-create-brand {
  align-items: center !important;
  background: #111a2a !important;
  border: 1px solid #26344b !important;
  border-radius: 8px !important;
  color: #f8fbff !important;
  display: flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  height: 42px !important;
  justify-content: center !important;
  margin: 0 0 14px !important;
}

.fc-live-create-page .fc-live-create-nav {
  gap: 6px !important;
}

.fc-live-create-page .fc-live-create-nav a {
  align-items: center !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: #aeb8c9 !important;
  display: grid !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  gap: 8px !important;
  grid-template-columns: 28px minmax(0, 1fr) auto !important;
  min-height: 40px !important;
  padding: 6px 8px !important;
}

.fc-live-create-page .fc-live-create-nav a i {
  align-items: center !important;
  background: #121b2b !important;
  border: 1px solid #223047 !important;
  border-radius: 8px !important;
  color: #7da4ff !important;
  display: flex !important;
  font-size: 13px !important;
  height: 28px !important;
  justify-content: center !important;
  width: 28px !important;
}

.fc-live-create-page .fc-live-create-nav a em {
  background: #1b2a43 !important;
  border-radius: 999px !important;
  color: #dbe8ff !important;
  font-size: 10px !important;
  font-style: normal !important;
  line-height: 18px !important;
  min-width: 24px !important;
  padding: 0 7px !important;
  text-align: center !important;
}

.fc-live-create-page .fc-live-create-nav a.active {
  background: #17243a !important;
  border-color: #2f66ff !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 #2f66ff !important;
}

.fc-live-create-page .fc-live-create-topbar {
  background: #080d15 !important;
  border-bottom: 1px solid #1d2738 !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: auto minmax(220px, 360px) auto !important;
  height: 58px !important;
  padding: 0 18px !important;
}

.fc-live-create-page .fc-live-top-crumb {
  align-items: center !important;
  color: #8f9cb2 !important;
  display: flex !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  gap: 8px !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

.fc-live-create-page .fc-live-top-crumb strong {
  color: #eef4ff !important;
}

.fc-live-create-page .fc-live-top-crumb i {
  color: #4f5e75 !important;
  font-size: 9px !important;
}

.fc-live-create-page .fc-live-create-search {
  height: 38px !important;
  margin: 0 !important;
  max-width: none !important;
}

.fc-live-producer-watch .fc-live-create-watch {
  max-width: none !important;
  padding: 14px 18px 18px !important;
}

.fc-live-producer-watch .fc-live-create-breadcrumb {
  display: none !important;
}

.fc-live-producer-watch .fc-live-stats-grid,
.fc-live-producer-watch .fc-live-creator-metrics {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 0 12px !important;
}

.fc-live-producer-watch .fc-live-stat-card,
.fc-live-producer-watch .fc-live-creator-metrics > div {
  background: #111925 !important;
  border: 1px solid #243149 !important;
  border-radius: 8px !important;
  min-height: 70px !important;
  padding: 12px 14px !important;
}

.fc-live-producer-watch .fc-live-stat-card {
  align-items: center !important;
  display: grid !important;
  gap: 3px 10px !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
}

.fc-live-producer-watch .fc-live-stat-card i {
  align-items: center !important;
  background: #172b4d !important;
  border: 1px solid #2f66ff !important;
  border-radius: 8px !important;
  color: #82a8ff !important;
  display: flex !important;
  grid-row: span 2 !important;
  height: 36px !important;
  justify-content: center !important;
  width: 36px !important;
}

.fc-live-producer-watch .fc-live-stat-card span,
.fc-live-producer-watch .fc-live-creator-metrics span {
  color: #8e9bb0 !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.fc-live-producer-watch .fc-live-stat-card strong {
  color: #f7fbff !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.fc-live-producer-watch .fc-live-creator-metrics {
  margin-bottom: 14px !important;
}

.fc-live-producer-watch .fc-live-creator-metrics > div {
  align-items: center !important;
  display: flex !important;
  justify-content: space-between !important;
  min-height: 48px !important;
  padding: 10px 14px !important;
}

.fc-live-producer-watch .fc-live-creator-metrics strong {
  color: #dce8ff !important;
  font-size: 16px !important;
}

.fc-live-producer-watch .fc-live-watch-grid {
  align-items: start !important;
  gap: 14px !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important;
}

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

.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  max-height: none !important;
}

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

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

.fc-live-producer-watch .fc-live-play {
  height: 54px !important;
  width: 54px !important;
}

.fc-live-producer-watch .fc-live-preview-body h2 {
  font-size: 18px !important;
}

.fc-live-producer-watch .fc-live-create-info {
  gap: 14px !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr) !important;
  padding: 14px !important;
}

.fc-live-producer-watch .fc-watch-author {
  display: none !important;
}

.fc-live-producer-watch .fc-live-meta-grid {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.fc-live-producer-watch .fc-live-meta-grid .fc-live-field,
.fc-live-producer-watch .fc-live-create-form > .fc-live-field {
  margin-bottom: 10px !important;
}

.fc-live-producer-watch .fc-live-field .form-control,
.fc-live-producer-watch .fc-live-full-option,
.fc-live-producer-watch .fc-live-option {
  background: #0d1420 !important;
  border: 1px solid #26344c !important;
  border-radius: 8px !important;
  color: #eef4ff !important;
  min-height: 40px !important;
}

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

.fc-live-producer-watch .fc-live-full-option {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: flex-start !important;
  padding: 0 12px !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-create-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

.fc-live-producer-watch .fc-live-create-actions button {
  min-height: 50px !important;
}

.fc-live-producer-watch .fc-live-result-card {
  padding: 14px !important;
}

.fc-live-producer-watch .fc-live-copy-row {
  background: #0d1420 !important;
  border: 1px solid #25334b !important;
  border-radius: 8px !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  margin-bottom: 10px !important;
  padding: 10px !important;
}

.fc-live-producer-watch .fc-live-copy-row > div {
  background: transparent !important;
  border: 0 !important;
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
}

.fc-live-producer-watch .fc-live-copy-row input {
  background: #070d17 !important;
  border: 1px solid #1f2b41 !important;
  border-radius: 7px !important;
}

.fc-live-producer-watch .fc-live-copy-row button,
.fc-live-producer-watch .fc-live-copy-row a {
  background: #17243a !important;
  border: 1px solid #335080 !important;
  border-radius: 7px !important;
  color: #dce8ff !important;
  width: 40px !important;
}

.fc-live-producer-watch .fc-live-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.fc-live-producer-watch .fc-live-actions .btn {
  border-radius: 7px !important;
  flex: 0 0 auto !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  min-height: 34px !important;
  padding: 7px 12px !important;
  width: auto !important;
}

.fc-live-producer-watch .fc-live-activity-card {
  background: #111925 !important;
  border: 1px solid #243149 !important;
  border-radius: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

.fc-live-producer-watch .fc-live-activity-tabs {
  background: #0d1420 !important;
  border-bottom: 1px solid #26344c !important;
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  padding: 8px !important;
}

.fc-live-producer-watch .fc-live-activity-tabs button {
  align-items: center !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  color: #91a0b7 !important;
  display: flex !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  gap: 6px !important;
  justify-content: center !important;
  min-height: 34px !important;
}

.fc-live-producer-watch .fc-live-activity-tabs button.active {
  background: #17243a !important;
  border-color: #2f66ff !important;
  color: #fff !important;
}

.fc-live-producer-watch .fc-live-activity-card .fc-watch-chat,
.fc-live-producer-watch .fc-live-activity-card .fc-live-received-gifts,
.fc-live-producer-watch .fc-live-activity-card .fc-live-top-supporters {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

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

.fc-live-producer-watch .fc-live-activity-card .fc-live-received-gifts,
.fc-live-producer-watch .fc-live-activity-card .fc-live-top-supporters {
  border-top: 1px solid #243149 !important;
  min-height: 138px !important;
}

.fc-live-producer-watch .fc-live-gift-feed,
.fc-live-producer-watch .fc-live-supporters-list {
  min-height: 82px !important;
}

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

@media (max-width: 1280px) {
  .fc-live-create-page .fc-live-create-topbar {
    grid-template-columns: minmax(0, 1fr) 280px auto !important;
  }

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

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

  .fc-live-create-page .fc-live-create-brand,
  .fc-live-create-page .fc-live-create-nav a span,
  .fc-live-create-page .fc-live-create-nav a em,
  .fc-live-create-page .fc-live-create-help span,
  .fc-live-create-page .fc-live-create-sidebar small {
    display: none !important;
  }

  .fc-live-create-page .fc-live-create-nav a {
    display: flex !important;
    justify-content: center !important;
  }

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

  .fc-live-producer-watch .fc-watch-side {
    display: block !important;
  }
}

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

  .fc-live-create-page .fc-live-create-search {
    display: none !important;
  }

  .fc-live-producer-watch .fc-live-stats-grid,
  .fc-live-producer-watch .fc-live-creator-metrics,
  .fc-live-producer-watch .fc-live-create-info {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fc-live-producer-watch .fc-live-create-form,
  .fc-live-producer-watch .fc-live-create-settings {
    grid-column: auto !important;
  }
}

@media (max-width: 720px) {
  .fc-live-create-page .fc-live-create-shell {
    display: block !important;
  }

  .fc-live-create-page .fc-live-create-sidebar {
    display: none !important;
  }

  .fc-live-create-page .fc-live-create-topbar {
    height: auto !important;
    min-height: 54px !important;
  }

  .fc-live-create-page .fc-live-top-crumb {
    font-size: 11px !important;
    overflow: hidden !important;
  }

  .fc-live-producer-watch .fc-live-create-watch {
    padding: 12px !important;
  }

  .fc-live-producer-watch .fc-live-stats-grid,
  .fc-live-producer-watch .fc-live-creator-metrics,
  .fc-live-producer-watch .fc-live-create-info,
  .fc-live-producer-watch .fc-live-meta-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-live-copy-row,
  .fc-live-producer-watch .fc-live-copy-row > div {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-producer-watch .fc-live-copy-row button,
  .fc-live-producer-watch .fc-live-copy-row a {
    width: 100% !important;
  }
}

/* Use the main Sngine header on the create-live page. */
.fc-live-create-page {
  background: #070b12 !important;
}

.fc-live-create-page .main-wrapper {
  background: #070b12 !important;
}

.fc-live-create-page .main-header {
  background: #0d1420 !important;
  border-bottom: 1px solid #1b1f2a !important;
  box-shadow: none !important;
}

.fc-live-create-page .main-header .header-icon,
.fc-live-create-page .main-header svg,
.fc-live-create-page .main-header i {
  color: #111 !important;
  fill: #111 !important;
}

.fc-live-create-page .main-header .navbar-wrapper a,
.fc-live-create-page .main-header .menu-icon {
  background: transparent !important;
  border-radius: 0 !important;
}

.fc-live-create-page .fc-live-create-wrapper {
  background: #070b12 !important;
  min-height: calc(100vh - 64px) !important;
  padding: 18px 24px 24px !important;
}

.fc-live-create-page .fc-live-create-shell {
  border: 1px solid #1d2738 !important;
  border-radius: 10px !important;
  min-height: calc(100vh - 64px) !important;
  overflow: hidden !important;
}

.fc-live-create-page .fc-live-create-sidebar {
  min-height: calc(100vh - 64px) !important;
}

.fc-live-create-page .fc-live-create-topbar {
  display: none !important;
}

@media (max-width: 1180px) {
  .fc-live-create-page .fc-live-create-wrapper {
    padding: 14px 16px 18px !important;
  }
}

@media (max-width: 720px) {
  .fc-live-create-page .fc-live-create-wrapper {
    padding: 10px !important;
  }

  .fc-live-create-page .fc-live-create-shell {
    border-radius: 8px !important;
  }
}

.fc-live-producer-watch .fc-live-activity-panel {
  display: none !important;
}

.fc-live-producer-watch .fc-live-activity-panel.is-active {
  display: flex !important;
}

.fc-live-producer-watch .fc-live-received-gifts.fc-live-activity-panel.is-active,
.fc-live-producer-watch .fc-live-top-supporters.fc-live-activity-panel.is-active {
  flex-direction: column !important;
  min-height: 382px !important;
}

/* Darken the restored Sngine header only on the create-live studio page. */
.fc-live-create-page .main-header,
.fc-live-create-page .main-header .container,
.fc-live-create-page .main-header .row,
.fc-live-create-page .main-header .logo-wrapper,
.fc-live-create-page .main-header .navbar-wrapper {
  background: #0d1420 !important;
}

.fc-live-create-page .main-header .logo {
  color: #f8fbff !important;
}

.fc-live-create-page .main-header .search-wrapper .form-control {
  background: #0d1420 !important;
  border: 1px solid #26344c !important;
  box-shadow: none !important;
  color: #eef4ff !important;
}

.fc-live-create-page .main-header .search-wrapper .form-control::placeholder {
  color: #7d8aa1 !important;
}

.fc-live-create-page .main-header .search-input-icon {
  color: #8796ad !important;
}

.fc-live-create-page .main-header .navbar-wrapper > ul > li > a,
.fc-live-create-page .main-header .user-menu,
.fc-live-create-page .main-header .menu-icon {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #dce8ff !important;
}

.fc-live-create-page .main-header .header-icon,
.fc-live-create-page .main-header .header-icon svg,
.fc-live-create-page .main-header .header-icon svg path,
.fc-live-create-page .main-header .header-icon svg circle,
.fc-live-create-page .main-header .header-icon svg rect,
.fc-live-create-page .main-header .search-input-icon svg,
.fc-live-create-page .main-header .search-input-icon svg path {
  color: #dce8ff !important;
  fill: #dce8ff !important;
}

.fc-live-create-page .main-header .counter {
  border: 2px solid #0d1420 !important;
}

.fc-live-create-page .main-header .dropdown-menu,
.fc-live-create-page .main-header .dropdown-widget,
.fc-live-create-page .main-header .dropdown-search {
  background: #101827 !important;
  border: 1px solid #26344c !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45) !important;
  color: #dce8ff !important;
}

.fc-live-create-page .main-header .dropdown-item,
.fc-live-create-page .main-header .dropdown-widget-header,
.fc-live-create-page .main-header .dropdown-widget-footer,
.fc-live-create-page .main-header .feeds-item,
.fc-live-create-page .main-header .data-container,
.fc-live-create-page .main-header .data-content,
.fc-live-create-page .main-header .data-content a,
.fc-live-create-page .main-header .name,
.fc-live-create-page .main-header .name a {
  background: transparent !important;
  color: #dce8ff !important;
}

.fc-live-create-page .main-header .dropdown-item:hover,
.fc-live-create-page .main-header .dropdown-item:focus,
.fc-live-create-page .main-header .feeds-item:hover,
.fc-live-create-page .main-header .dropdown-widget-footer:hover {
  background: #17243a !important;
  color: #fff !important;
}

.fc-live-create-page .main-header .dropdown-widget-header,
.fc-live-create-page .main-header .dropdown-widget-footer,
.fc-live-create-page .main-header .dropdown-divider {
  border-color: #26344c !important;
}

.fc-live-create-page .main-header .text-muted,
.fc-live-create-page .main-header .time,
.fc-live-create-page .main-header .last-seen,
.fc-live-create-page .main-header .data-content .text {
  color: #8f9cb2 !important;
}

/* Keep padded studio content inside the viewport. */
.fc-live-create-page .fc-live-create-wrapper,
.fc-live-create-page .fc-live-create-shell,
.fc-live-create-page .fc-live-producer,
.fc-live-create-page .fc-live-producer-watch,
.fc-live-create-page .fc-live-create-panel,
.fc-live-create-page .fc-live-create-watch {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.fc-live-create-page .fc-live-producer,
.fc-live-create-page .fc-live-producer-watch {
  overflow-x: visible !important;
  width: 100% !important;
}

.fc-live-create-page .fc-live-create-shell {
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-meta-grid-single {
  grid-template-columns: minmax(0, 1fr) !important;
}

.fc-live-producer-watch .fc-live-category-field select {
  appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #8ea7cf 50%), linear-gradient(135deg, #8ea7cf 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50% !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
}

/* Keep left column cards aligned to the same container width. */
.fc-live-producer-watch .fc-live-watch-main {
  align-items: stretch !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-watch-main > .fc-watch-player-card,
.fc-live-producer-watch .fc-live-watch-main > .fc-watch-info-card,
.fc-live-producer-watch .fc-live-watch-main > .fc-live-result-card {
  box-sizing: border-box !important;
  justify-self: stretch !important;
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-create-info,
.fc-live-producer-watch .fc-live-create-info *,
.fc-live-producer-watch .fc-live-result-card,
.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

.fc-live-producer-watch .fc-live-create-info {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Clean broadcast preview: video area only, no social controls. */
.fc-live-producer-watch .fc-watch-player-card.fc-live-preview {
  padding: 0 !important;
}

.fc-live-producer-watch .fc-watch-player-top-actions,
.fc-live-producer-watch .fc-live-bubble-button {
  display: none !important;
}

.fc-live-producer-watch .fc-live-preview-frame {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  max-height: none !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-preview-body,
.fc-live-producer-watch .fc-player-producer,
.fc-live-producer-watch .fc-live-camera-local {
  height: 100% !important;
  min-height: 100% !important;
  width: 100% !important;
}

/* Creator gifts dashboard lives inside /live, not as a standalone page. */
.fc-live-producer-watch .fc-live-creator-gifts {
  background: #111925 !important;
  border: 1px solid #243149 !important;
  border-radius: 8px !important;
  margin-top: 14px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.fc-live-producer-watch .fc-live-creator-gifts-head {
  align-items: center !important;
  border-bottom: 1px solid #26344c !important;
  display: flex !important;
  gap: 12px !important;
  justify-content: space-between !important;
  padding: 16px !important;
}

.fc-live-producer-watch .fc-live-creator-gifts-head strong {
  color: #fff !important;
  display: block !important;
  font-size: 16px !important;
}

.fc-live-producer-watch .fc-live-creator-gifts-head span {
  color: #8f9cb2 !important;
  display: block !important;
  font-size: 12px !important;
  margin-top: 4px !important;
}

.fc-live-producer-watch .fc-live-creator-gifts-head a {
  background: #17243a !important;
  border: 1px solid #335080 !important;
  border-radius: 7px !important;
  color: #dce8ff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 9px 12px !important;
}

.fc-live-producer-watch .fc-live-creator-gifts.fc-live-activity-card {
  display: block !important;
}

.fc-live-producer-watch .fc-live-gifts-tabs {
  border-bottom: 1px solid #26344c !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  padding: 10px 14px !important;
}

.fc-live-producer-watch .fc-live-gifts-tabs button {
  justify-content: center !important;
  min-height: 40px !important;
}

.fc-live-producer-watch .fc-live-gifts-tabs button em {
  align-items: center !important;
  background: #243149 !important;
  border-radius: 999px !important;
  color: #dce8ff !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  justify-content: center !important;
  min-width: 24px !important;
  padding: 2px 7px !important;
}

.fc-live-producer-watch .fc-live-gifts-tabs button.active em {
  background: #2f66ff !important;
  color: #fff !important;
}

.fc-live-producer-watch .fc-live-gifts-user-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.fc-live-producer-watch .fc-feed-live-taps,
.fc-live-watch .fc-feed-live-taps {
  align-items: center !important;
  background: #17243a !important;
  border-radius: 999px !important;
  color: #ffd6e2 !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  gap: 7px !important;
  min-height: 32px !important;
  padding: 8px 12px !important;
}

.fc-live-producer-watch .fc-feed-live-taps i,
.fc-live-watch .fc-feed-live-taps i {
  color: #ff2f55 !important;
}

.fc-live-producer-watch .fc-live-top-tapper,
.fc-live-watch .fc-live-top-tapper {
  min-width: 0 !important;
}

.fc-live-producer-watch .fc-live-top-tapper strong,
.fc-live-watch .fc-live-top-tapper strong {
  display: inline-block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fc-live-producer-watch .fc-live-top-tapper em,
.fc-live-watch .fc-live-top-tapper em {
  color: #8f9cb2 !important;
  display: block !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  margin-top: 4px !important;
}

.fc-live-producer-watch .fc-live-gifts-stats {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  padding: 14px !important;
}

.fc-live-producer-watch .fc-live-gifts-stats > div {
  background: #0d1420 !important;
  border: 1px solid #26344c !important;
  border-radius: 8px !important;
  min-height: 76px !important;
  padding: 13px !important;
}

.fc-live-producer-watch .fc-live-gifts-stats span,
.fc-live-producer-watch .fc-live-gifts-table-head span,
.fc-live-producer-watch .fc-live-gifts-table-wrap td > span {
  color: #8f9cb2 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.fc-live-producer-watch .fc-live-gifts-stats strong {
  color: #f7fbff !important;
  display: block !important;
  font-size: 22px !important;
  line-height: 1 !important;
  margin-top: 8px !important;
}

.fc-live-producer-watch .fc-live-gifts-stats em {
  color: #22c55e !important;
  display: block !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  margin-top: 8px !important;
}

.fc-live-producer-watch .fc-live-gifts-grid {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  padding: 14px !important;
}

.fc-live-producer-watch .fc-live-gifts-table-card {
  background: #0d1420 !important;
  border: 1px solid #26344c !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.fc-live-producer-watch .fc-live-creator-gifts .fc-live-activity-panel.is-active {
  display: block !important;
}

.fc-live-producer-watch .fc-live-gifts-table-head {
  align-items: center !important;
  border-bottom: 1px solid #26344c !important;
  display: flex !important;
  justify-content: space-between !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
}

.fc-live-producer-watch .fc-live-gifts-table-head strong {
  color: #fff !important;
  display: block !important;
  font-size: 14px !important;
}

.fc-live-producer-watch .fc-live-gifts-table-head em {
  color: #22c55e !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.fc-live-producer-watch .fc-live-gifts-pager {
  align-items: center !important;
  background: #101827 !important;
  border-top: 1px solid #26344c !important;
  display: flex !important;
  gap: 12px !important;
  justify-content: space-between !important;
  min-height: 54px !important;
  padding: 10px 14px !important;
}

.fc-live-producer-watch .fc-live-gifts-pager > span {
  color: #8f9cb2 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.fc-live-producer-watch .fc-live-gifts-pager > div {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
}

.fc-live-producer-watch .fc-live-gifts-pager a,
.fc-live-producer-watch .fc-live-gifts-pager .is-disabled {
  align-items: center !important;
  border: 1px solid #335080 !important;
  border-radius: 7px !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  gap: 7px !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
}

.fc-live-producer-watch .fc-live-gifts-pager a {
  background: #17243a !important;
  color: #dce8ff !important;
}

.fc-live-producer-watch .fc-live-gifts-pager .is-disabled {
  background: #0d1420 !important;
  border-color: #243149 !important;
  color: #556176 !important;
}

.fc-live-producer-watch .fc-live-gifts-table-wrap {
  overflow: auto !important;
}

.fc-live-producer-watch .fc-live-gifts-table-wrap table {
  border-collapse: collapse !important;
  min-width: 760px !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-gifts-table-wrap th,
.fc-live-producer-watch .fc-live-gifts-table-wrap td {
  border-bottom: 1px solid #243149 !important;
  color: #dce8ff !important;
  font-size: 12px !important;
  padding: 12px 14px !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.fc-live-producer-watch .fc-live-gifts-table-wrap th {
  background: #101827 !important;
  color: #8f9cb2 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
}

.fc-live-producer-watch .fc-live-gift-row,
.fc-live-producer-watch .fc-live-gift-user {
  align-items: center !important;
  color: #dce8ff !important;
  display: flex !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.fc-live-producer-watch .fc-live-gift-row > span,
.fc-live-producer-watch .fc-live-gift-user img {
  align-items: center !important;
  background: linear-gradient(145deg, #4267ff, #ff2f55) !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  height: 36px !important;
  justify-content: center !important;
  overflow: hidden !important;
  width: 36px !important;
}

.fc-live-producer-watch .fc-live-gift-row img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.fc-live-producer-watch .fc-live-gift-positive {
  color: #22c55e !important;
}

.fc-live-producer-watch .fc-live-gifts-empty {
  color: #8f9cb2 !important;
  padding: 28px 18px !important;
  text-align: center !important;
}

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

@media (max-width: 720px) {
  .fc-live-producer-watch .fc-live-creator-gifts-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .fc-live-producer-watch .fc-live-gifts-stats,
  .fc-live-producer-watch .fc-live-gifts-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.fc-audio-create-page,
.fc-audio-watch-page {
  background: #07111f !important;
  color: #f7fbff !important;
  min-height: 100vh !important;
  padding: 22px clamp(16px, 4vw, 42px) 42px !important;
}

.fc-audio-create-page *,
.fc-audio-watch-page * {
  box-sizing: border-box !important;
}

.fc-audio-create-top,
.fc-audio-watch-top {
  align-items: center !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: 48px minmax(0, 1fr) 48px !important;
  margin: 0 auto 28px !important;
  max-width: 1040px !important;
}

.fc-audio-create-top div,
.fc-audio-watch-top div {
  min-width: 0 !important;
  text-align: center !important;
}

.fc-audio-create-top span,
.fc-audio-watch-top span,
.fc-audio-create-stage em,
.fc-audio-room-hero em {
  color: #8fb3d9 !important;
  display: block !important;
  font-size: 13px !important;
  font-style: normal !important;
  line-height: 1.35 !important;
}

.fc-audio-create-top strong,
.fc-audio-watch-top strong {
  color: #fff !important;
  display: block !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fc-audio-icon-btn {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: inline-flex !important;
  height: 48px !important;
  justify-content: center !important;
  text-decoration: none !important;
  width: 48px !important;
}

.fc-audio-create-stage,
.fc-audio-room,
.fc-audio-gate,
.fc-audio-comments {
  background:
    radial-gradient(circle at top left, rgba(32, 139, 255, 0.22), transparent 34%),
    linear-gradient(180deg, #102033, #091522) !important;
  border: 1px solid rgba(149, 183, 219, 0.18) !important;
  border-radius: 28px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
  margin: 0 auto 24px !important;
  max-width: 1040px !important;
}

.fc-audio-create-stage {
  align-items: center !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: 160px minmax(0, 1fr) !important;
  padding: 34px !important;
}

.fc-audio-create-host,
.fc-audio-room-host {
  position: relative !important;
}

.fc-audio-create-host img,
.fc-audio-room-host img,
.fc-audio-space-avatar img,
.fc-audio-space-request img,
.fc-audio-space-listeners img {
  border-radius: 50% !important;
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.fc-audio-create-host {
  background: linear-gradient(145deg, #257cff, #f14f8b) !important;
  border-radius: 50% !important;
  height: 150px !important;
  padding: 5px !important;
  width: 150px !important;
}

.fc-audio-create-host span,
.fc-audio-room-host span {
  align-items: center !important;
  background: #2078f4 !important;
  border: 3px solid #102033 !important;
  border-radius: 50% !important;
  bottom: 4px !important;
  color: #fff !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  position: absolute !important;
  right: 4px !important;
  width: 42px !important;
}

.fc-audio-create-stage h1 {
  color: #fff !important;
  font-size: clamp(34px, 5vw, 62px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.02 !important;
  margin: 8px 0 14px !important;
}

.fc-audio-create-stage p,
.fc-audio-room-hero small,
.fc-audio-space-status,
.fc-audio-management p {
  color: #b9c9dc !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.fc-audio-create-grid {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  margin: 0 auto !important;
  max-width: 1040px !important;
}

.fc-audio-create-card,
.fc-audio-room-card {
  background: #0d1a2b !important;
  border: 1px solid rgba(149, 183, 219, 0.16) !important;
  border-radius: 24px !important;
  padding: 24px !important;
}

.fc-audio-section-head {
  align-items: center !important;
  display: flex !important;
  gap: 14px !important;
  margin-bottom: 20px !important;
}

.fc-audio-section-head > i {
  align-items: center !important;
  background: rgba(32, 120, 244, 0.18) !important;
  border-radius: 16px !important;
  color: #77a9ff !important;
  display: inline-flex !important;
  height: 46px !important;
  justify-content: center !important;
  width: 46px !important;
}

.fc-audio-section-head strong,
.fc-audio-management strong {
  color: #fff !important;
  display: block !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.fc-audio-section-head span {
  color: #9db0c6 !important;
  display: block !important;
  font-size: 13px !important;
}

.fc-audio-field {
  display: block !important;
  margin-bottom: 18px !important;
}

.fc-audio-field span {
  color: #cfe0f3 !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.fc-audio-field input,
.fc-audio-field textarea {
  background: #07111f !important;
  border: 1px solid rgba(149, 183, 219, 0.2) !important;
  border-radius: 18px !important;
  color: #fff !important;
  display: block !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  outline: none !important;
  padding: 14px 16px !important;
  width: 100% !important;
}

.fc-audio-access {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 0 18px !important;
}

.fc-audio-access label {
  cursor: pointer !important;
  margin: 0 !important;
}

.fc-audio-access input {
  display: none !important;
}

.fc-audio-access span {
  background: #081320 !important;
  border: 1px solid rgba(149, 183, 219, 0.2) !important;
  border-radius: 18px !important;
  display: block !important;
  min-height: 126px !important;
  padding: 16px !important;
}

.fc-audio-access input:checked + span {
  border-color: #2f8cff !important;
  box-shadow: inset 0 0 0 1px #2f8cff !important;
}

.fc-audio-access i {
  color: #78aaff !important;
  display: block !important;
  font-size: 21px !important;
  margin-bottom: 12px !important;
}

.fc-audio-access strong,
.fc-audio-access em {
  display: block !important;
  font-style: normal !important;
}

.fc-audio-access strong {
  color: #fff !important;
  font-size: 16px !important;
}

.fc-audio-access em {
  color: #9db0c6 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin-top: 6px !important;
}

.fc-audio-primary,
.fc-audio-room-actions button,
.fc-audio-room-actions a,
.fc-audio-action-link {
  align-items: center !important;
  background: #2078f4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  gap: 10px !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  text-decoration: none !important;
}

.fc-audio-primary {
  width: 100% !important;
}

.fc-audio-create-error {
  background: rgba(239, 68, 68, 0.14) !important;
  border: 1px solid rgba(239, 68, 68, 0.36) !important;
  border-radius: 14px !important;
  color: #fecaca !important;
  margin-bottom: 16px !important;
  padding: 12px 14px !important;
}

.fc-audio-room {
  padding: 28px !important;
}

.fc-audio-room-hero {
  align-items: center !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 104px minmax(0, 1fr) !important;
  margin-bottom: 26px !important;
}

.fc-audio-room-host {
  background: linear-gradient(145deg, #257cff, #f14f8b) !important;
  border-radius: 50% !important;
  height: 104px !important;
  padding: 4px !important;
  width: 104px !important;
}

.fc-audio-room-hero strong {
  color: #fff !important;
  display: block !important;
  font-size: clamp(24px, 4vw, 42px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  margin: 4px 0 8px !important;
  overflow-wrap: anywhere !important;
}

.fc-audio-room-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 24px 0 !important;
}

.fc-audio-room-actions button:nth-child(2),
.fc-audio-room-actions .js_audio-space-host-stop {
  background: rgba(239, 68, 68, 0.18) !important;
  color: #fecaca !important;
}

.fc-audio-management {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 18px !important;
}

.fc-audio-management section {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(149, 183, 219, 0.14) !important;
  border-radius: 20px !important;
  padding: 18px !important;
}

.fc-audio-gate {
  max-width: 680px !important;
  padding: 40px !important;
  text-align: center !important;
}

.fc-audio-gate > i {
  color: #78aaff !important;
  font-size: 44px !important;
  margin-bottom: 18px !important;
}

.fc-audio-gate strong {
  color: #fff !important;
  display: block !important;
  font-size: 26px !important;
  font-weight: 900 !important;
}

.fc-audio-gate p {
  color: #b9c9dc !important;
  margin: 10px 0 24px !important;
}

.fc-audio-comments {
  padding: 22px !important;
}

.fc-audio-comments .post-footer {
  border-top: 1px solid rgba(149, 183, 219, 0.14) !important;
  padding-top: 12px !important;
}

.fc-audio-comments textarea {
  color: inherit !important;
}

.fc-audio-space-stage {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
}

.fc-audio-space-speaker {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(149, 183, 219, 0.15) !important;
  border-radius: 18px !important;
  display: grid !important;
  gap: 10px !important;
  justify-items: center !important;
  min-height: 156px !important;
  padding: 14px !important;
  text-align: center !important;
}

.fc-audio-space-speaker.is-speaking {
  border-color: #26d07c !important;
  box-shadow: 0 0 0 2px rgba(38, 208, 124, 0.2) !important;
}

.fc-audio-space-avatar {
  height: 72px !important;
  position: relative !important;
  width: 72px !important;
}

.fc-audio-space-avatar span {
  align-items: center !important;
  background: #2078f4 !important;
  border-radius: 50% !important;
  bottom: -4px !important;
  color: #fff !important;
  display: inline-flex !important;
  height: 26px !important;
  justify-content: center !important;
  position: absolute !important;
  right: -4px !important;
  width: 26px !important;
}

.fc-audio-space-speaker strong {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fc-audio-space-speaker em {
  color: #9db0c6 !important;
  font-size: 12px !important;
  font-style: normal !important;
}

.fc-audio-space-request,
.fc-audio-space-listeners div {
  align-items: center !important;
  display: flex !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

.fc-audio-space-request img,
.fc-audio-space-listeners img {
  height: 38px !important;
  width: 38px !important;
}

.fc-audio-space-request button,
.fc-audio-space-speaker button {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 999px !important;
  color: #fff !important;
  min-height: 34px !important;
  padding: 0 12px !important;
}

@media (max-width: 760px) {
  .fc-audio-create-page,
  .fc-audio-watch-page {
    padding: 16px 12px 28px !important;
  }

  .fc-audio-create-stage,
  .fc-audio-room-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .fc-audio-access,
  .fc-audio-management {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-audio-room-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-audio-room-actions button,
  .fc-audio-room-actions a {
    width: 100% !important;
  }
}

/* Authoritative Sngine theme bridge. Keep this block last. */
body.fc-live-create-page,
body.fc-live-create-page .main-wrapper {
  background: var(--body-bg-color, #f0f2f5) !important;
}

body.night-mode.fc-live-create-page,
body.night-mode.fc-live-create-page .main-wrapper {
  background: var(--body-bg-color-dark, #1e252b) !important;
}

body.fc-live-create-page .main-header {
  background: var(--header-bg-color, #fff) !important;
  border-bottom-color: #e2e5ea !important;
}

body.night-mode.fc-live-create-page .main-header {
  background: var(--header-bg-color-dark, #262d34) !important;
  border-bottom-color: var(--card-dark-divider, #2e3f4d) !important;
}

.fc-live-site-frame .fc-live-producer.fc-live-theme,
.fc-live-theme .fc-live-create-shell,
.fc-live-theme .fc-live-create-panel,
.fc-live-theme.fc-live-watch,
.fc-live-theme .fc-live-create-watch,
.fc-live-theme.fc-creator-center {
  background: var(--fc-live-page) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-create-shell {
  display: grid !important;
  grid-template-columns: 236px minmax(0, 1fr) !important;
  margin: 0 auto !important;
  max-width: 1680px !important;
  min-height: calc(100vh - 70px) !important;
  padding: 0 !important;
}

.fc-live-theme .fc-live-create-sidebar {
  background: var(--fc-live-surface) !important;
  border: 0 !important;
  border-inline-end: 1px solid var(--fc-live-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  min-height: calc(100vh - 70px) !important;
  padding: 24px 14px !important;
  position: sticky !important;
  top: 70px !important;
}

.fc-live-theme .fc-live-create-nav a,
.fc-live-theme .fc-live-sidebar-home {
  background: transparent !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: var(--fc-live-muted) !important;
  min-height: 42px !important;
  padding: 7px 10px !important;
}

.fc-live-theme .fc-live-create-nav a i {
  background: transparent !important;
  border: 0 !important;
  color: inherit !important;
}

.fc-live-theme .fc-live-create-nav a.active {
  background: var(--fc-live-surface-soft) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-theme .fc-live-create-watch,
.fc-live-theme.fc-creator-center {
  padding: 28px clamp(18px, 2.4vw, 40px) 44px !important;
}

.fc-live-theme .fc-live-create-watch > .fc-live-watch-grid {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px) !important;
  margin: 0 !important;
  max-width: none !important;
}

.fc-live-theme .fc-live-create-watch .fc-live-watch-main,
.fc-live-theme .fc-live-create-watch .fc-watch-side {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.fc-live-theme .fc-live-create-watch .fc-watch-player-card,
.fc-live-theme .fc-live-create-info,
.fc-live-theme .fc-live-result-card,
.fc-live-theme .fc-live-activity-card,
.fc-live-theme .fc-live-creator-gifts {
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.fc-live-theme .fc-live-create-info,
.fc-live-theme .fc-live-result-card,
.fc-live-theme .fc-live-activity-card,
.fc-live-theme .fc-live-creator-gifts {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-create-info {
  display: block !important;
  padding: 0 !important;
}

.fc-live-theme .fc-live-create-info .fc-live-create-tabs,
.fc-live-theme .fc-live-create-info .fc-watch-author,
.fc-live-theme .fc-live-create-info .fc-live-create-form,
.fc-live-theme .fc-live-create-info .fc-live-create-settings {
  grid-column: auto !important;
}

.fc-live-theme .fc-live-create-info .fc-live-create-form {
  padding: 18px !important;
}

.fc-live-theme .fc-live-create-info .fc-live-create-settings {
  padding: 18px !important;
}

.fc-live-theme .fc-live-create-actions label,
.fc-live-theme .fc-live-create-actions button,
.fc-live-theme .fc-live-field .form-control,
.fc-live-theme .fc-live-copy-row input {
  background: var(--fc-live-surface-soft) !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-result-card {
  display: block !important;
  padding: 0 0 18px !important;
}

.fc-live-theme .fc-live-result-head {
  margin: 0 0 14px !important;
}

.fc-live-theme .fc-live-create-watch .fc-watch-side {
  display: block !important;
  position: sticky !important;
  top: 88px !important;
}

.fc-live-theme .fc-live-create-watch .fc-live-activity-card {
  overflow: hidden !important;
}

.fc-live-theme .fc-live-create-watch .fc-watch-chat {
  background: var(--fc-live-surface) !important;
  border: 0 !important;
  height: auto !important;
  min-height: 430px !important;
}

.fc-live-theme .fc-live-create-watch .fc-live-activity-panel {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-create-watch .fc-live-activity-panel:not(.is-active) {
  display: none !important;
}

.fc-live-theme .fc-live-create-watch .fc-live-activity-panel.is-active {
  display: block !important;
}

.fc-live-theme.fc-live-watch > .fc-live-watch-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 410px) !important;
}

.fc-live-theme.fc-live-watch .fc-watch-info-card,
.fc-live-theme.fc-live-watch .fc-watch-details,
.fc-live-theme.fc-live-watch .fc-watch-activity,
.fc-live-theme.fc-live-watch .fc-watch-chat {
  background: var(--fc-live-surface) !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme.fc-live-watch .fc-watch-chat {
  border: 0 !important;
}

@media (max-width: 1020px) {
  .fc-live-theme .fc-live-create-shell {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-theme .fc-live-create-sidebar {
    border-bottom: 1px solid var(--fc-live-border) !important;
    border-inline-end: 0 !important;
    display: block !important;
    min-height: 0 !important;
    padding: 10px 14px !important;
    position: static !important;
  }

  .fc-live-theme .fc-live-sidebar-brand,
  .fc-live-theme .fc-live-sidebar-home {
    display: none !important;
  }

  .fc-live-theme .fc-live-create-watch > .fc-live-watch-grid,
  .fc-live-theme.fc-live-watch > .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-live-theme .fc-live-create-watch .fc-watch-side,
  .fc-live-theme.fc-live-watch .fc-watch-side {
    position: static !important;
  }
}

@media (max-width: 760px) {
  .fc-live-theme .fc-live-create-watch,
  .fc-live-theme.fc-creator-center,
  .fc-live-theme.fc-live-watch {
    padding: 16px 12px 30px !important;
  }
}

body.fc-live-create-page .main-header .container,
body.fc-live-create-page .main-header .row,
body.fc-live-create-page .main-header .logo-wrapper,
body.fc-live-create-page .main-header .navbar-wrapper {
  background: var(--header-bg-color, #fff) !important;
}

body.fc-live-create-page .main-header .logo,
body.fc-live-create-page .main-header .navbar-wrapper > ul > li > a,
body.fc-live-create-page .main-header .user-menu,
body.fc-live-create-page .main-header .menu-icon {
  color: var(--body-color, #111) !important;
}

body.fc-live-create-page .main-header .header-icon,
body.fc-live-create-page .main-header .header-icon svg,
body.fc-live-create-page .main-header .header-icon svg path,
body.fc-live-create-page .main-header .header-icon svg circle,
body.fc-live-create-page .main-header .header-icon svg rect,
body.fc-live-create-page .main-header .search-input-icon svg,
body.fc-live-create-page .main-header .search-input-icon svg path {
  color: var(--body-color, #111) !important;
  fill: var(--body-color, #111) !important;
}

body.fc-live-create-page .main-header .search-wrapper .form-control {
  background: var(--body-bg-color, #f0f2f5) !important;
  border-color: #dde1e7 !important;
  color: var(--body-color, #111) !important;
}

body.fc-live-create-page .main-header .dropdown-menu,
body.fc-live-create-page .main-header .dropdown-widget,
body.fc-live-create-page .main-header .dropdown-search {
  background: var(--header-bg-color, #fff) !important;
  border-color: #dde1e7 !important;
  color: var(--body-color, #111) !important;
}

body.fc-live-create-page .main-header .dropdown-item,
body.fc-live-create-page .main-header .dropdown-widget-header,
body.fc-live-create-page .main-header .dropdown-widget-footer,
body.fc-live-create-page .main-header .feeds-item,
body.fc-live-create-page .main-header .data-container,
body.fc-live-create-page .main-header .data-content,
body.fc-live-create-page .main-header .data-content a,
body.fc-live-create-page .main-header .name,
body.fc-live-create-page .main-header .name a {
  color: var(--body-color, #111) !important;
}

body.night-mode.fc-live-create-page .main-header .container,
body.night-mode.fc-live-create-page .main-header .row,
body.night-mode.fc-live-create-page .main-header .logo-wrapper,
body.night-mode.fc-live-create-page .main-header .navbar-wrapper,
body.night-mode.fc-live-create-page .main-header .dropdown-menu,
body.night-mode.fc-live-create-page .main-header .dropdown-widget,
body.night-mode.fc-live-create-page .main-header .dropdown-search {
  background: var(--header-bg-color-dark, #262d34) !important;
  border-color: var(--card-dark-divider, #2e3f4d) !important;
}

body.night-mode.fc-live-create-page .main-header .logo,
body.night-mode.fc-live-create-page .main-header .navbar-wrapper > ul > li > a,
body.night-mode.fc-live-create-page .main-header .user-menu,
body.night-mode.fc-live-create-page .main-header .menu-icon,
body.night-mode.fc-live-create-page .main-header .dropdown-item,
body.night-mode.fc-live-create-page .main-header .dropdown-widget-header,
body.night-mode.fc-live-create-page .main-header .dropdown-widget-footer,
body.night-mode.fc-live-create-page .main-header .data-content,
body.night-mode.fc-live-create-page .main-header .data-content a,
body.night-mode.fc-live-create-page .main-header .name,
body.night-mode.fc-live-create-page .main-header .name a {
  color: var(--body-color-dark, #c1d4e3) !important;
}

body.night-mode.fc-live-create-page .main-header .header-icon,
body.night-mode.fc-live-create-page .main-header .header-icon svg,
body.night-mode.fc-live-create-page .main-header .header-icon svg path,
body.night-mode.fc-live-create-page .main-header .header-icon svg circle,
body.night-mode.fc-live-create-page .main-header .header-icon svg rect,
body.night-mode.fc-live-create-page .main-header .search-input-icon svg,
body.night-mode.fc-live-create-page .main-header .search-input-icon svg path {
  color: var(--body-color-dark, #c1d4e3) !important;
  fill: var(--body-color-dark, #c1d4e3) !important;
}

body.night-mode.fc-live-create-page .main-header .search-wrapper .form-control {
  background: var(--card-dark-input, #1e252b) !important;
  border-color: var(--card-dark-divider, #2e3f4d) !important;
  color: var(--body-color-dark, #c1d4e3) !important;
}

.fc-creator-session-media.is-disabled {
  cursor: default;
  opacity: 0.72;
  pointer-events: none;
}

.fc-live-theme .fc-live-preview-body {
  background: #090c12 !important;
}

.fc-live-theme .fc-live-stat-card {
  background: var(--fc-live-surface) !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-stat-card > i {
  background: var(--fc-live-surface-soft) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-theme .fc-live-stat-card span,
.fc-live-theme .fc-live-stat-card strong,
.fc-live-theme .fc-live-stat-card strong small {
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-stat-card span,
.fc-live-theme .fc-live-stat-card strong small {
  color: var(--fc-live-muted) !important;
}

.fc-live-theme .fc-live-activity-tabs {
  background: var(--fc-live-surface) !important;
  border-color: var(--fc-live-border) !important;
}

.fc-live-theme .fc-live-activity-tabs button {
  background: transparent !important;
  color: var(--fc-live-muted) !important;
}

.fc-live-theme .fc-live-activity-tabs button.active {
  color: var(--fc-live-accent, #5e72e4) !important;
}

@media (max-width: 1020px) {
  .fc-live-theme .fc-live-create-nav a span {
    display: inline !important;
  }
}

.fc-live-theme .fc-live-result-card .fc-live-copy-row,
.fc-live-theme .fc-live-result-card .fc-live-camera-panel,
.fc-live-theme .fc-live-result-card .fc-live-actions {
  background: transparent !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-result-card .fc-live-copy-row {
  border-bottom: 1px solid var(--fc-live-border) !important;
  margin: 0 18px !important;
  padding: 11px 0 !important;
}

.fc-live-theme .fc-live-result-card .fc-live-copy-row label,
.fc-live-theme .fc-live-result-card .fc-live-camera-panel p {
  color: var(--fc-live-muted) !important;
}

.fc-live-theme .fc-live-result-card .fc-live-copy-row input {
  background: var(--fc-live-surface-soft) !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-result-card .fc-live-copy-row button,
.fc-live-theme .fc-live-result-card .fc-live-copy-row a {
  background: var(--fc-live-surface-soft) !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-result-card .fc-live-camera-panel {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  margin: 14px 18px 0 !important;
  padding: 12px !important;
}

.fc-live-theme .fc-live-result-card .fc-live-actions {
  margin: 14px 18px 0 !important;
  padding: 0 !important;
}

/* Final contrast and border normalization for Live Studio. */
body.fc-live-create-page .fc-live-site-frame,
body.fc-live-create-page .fc-live-producer,
body.fc-live-create-page .fc-live-create-shell,
.fc-live-theme .fc-live-create-shell {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.fc-live-theme .fc-live-page-head h1,
.fc-live-theme .fc-live-page-head p,
.fc-live-theme .fc-live-create-tabs button,
.fc-live-theme .fc-live-field > label,
.fc-live-theme .fc-live-create-settings > label,
.fc-live-theme .fc-live-create-actions strong,
.fc-live-theme .fc-live-result-head strong,
.fc-live-theme .fc-live-copy-row label,
.fc-live-theme .fc-watch-chat-head strong,
.fc-live-theme .fc-watch-sort {
  color: var(--fc-live-text) !important;
  opacity: 1 !important;
}

.fc-live-theme .fc-live-page-head p,
.fc-live-theme .fc-live-create-actions em,
.fc-live-theme .fc-live-result-head span,
.fc-live-theme .fc-live-field .form-control::placeholder,
.fc-live-theme .fc-live-copy-row input::placeholder {
  color: var(--fc-live-muted) !important;
  opacity: .88 !important;
}

.fc-live-theme .fc-live-field .form-control,
.fc-live-theme .fc-live-create-settings select,
.fc-live-theme .fc-live-copy-row input {
  -webkit-text-fill-color: var(--fc-live-text) !important;
  color: var(--fc-live-text) !important;
  opacity: 1 !important;
}

.fc-live-theme .fc-live-create-actions label,
.fc-live-theme .fc-live-create-actions button,
.fc-live-theme .fc-live-create-actions label:disabled,
.fc-live-theme .fc-live-create-actions button:disabled {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
  opacity: 1 !important;
}

.fc-live-theme .fc-live-create-actions label:has(input:checked),
.fc-live-theme .fc-live-create-actions button.active {
  border-color: var(--fc-live-accent, #5e72e4) !important;
  box-shadow: inset 0 0 0 1px var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-theme .fc-live-create-tabs,
.fc-live-theme .fc-live-result-head,
.fc-live-theme .fc-watch-chat-head,
.fc-live-theme .fc-watch-modbar,
.fc-live-theme .fc-watch-sort {
  border-color: var(--fc-live-border) !important;
}

.fc-live-theme .fc-live-create-btn,
.fc-live-theme .fc-live-action-primary,
.fc-live-theme .fc-live-creator-gifts-head > a {
  background: var(--fc-live-accent, #5e72e4) !important;
  border-color: var(--fc-live-accent, #5e72e4) !important;
  color: #fff !important;
}

.fc-live-theme .fc-live-create-btn:disabled {
  cursor: default !important;
  opacity: .72 !important;
}

.fc-live-theme .fc-live-chat-empty {
  background: var(--fc-live-surface-soft) !important;
  border: 0 !important;
  color: var(--fc-live-muted) !important;
  min-height: 330px !important;
}

.fc-live-theme .fc-live-chat-empty i {
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-theme .fc-live-chat-empty span,
.fc-live-theme .fc-live-chat-empty strong {
  color: var(--fc-live-muted) !important;
}

.fc-live-theme .fc-watch-chat .post-footer,
.fc-live-theme .fc-watch-chat .post-comments,
.fc-live-theme .fc-watch-chat ul.js_live-comments {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-watch-chat ul.js_live-comments:empty,
.fc-live-theme .fc-watch-chat ul.js_live-comments:not(:has(> li)) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}

.fc-live-theme .fc-live-creator-gifts,
.fc-live-theme .fc-live-gifts-table-card,
.fc-live-theme .fc-live-gifts-table-wrap,
.fc-live-theme .fc-live-gifts-table-wrap table {
  background: var(--fc-live-surface) !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-creator-gifts-head {
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
}

.fc-live-theme .fc-live-creator-gifts-head strong,
.fc-live-theme .fc-live-gifts-table-head strong,
.fc-live-theme .fc-live-gifts-table-wrap td,
.fc-live-theme .fc-live-gifts-table-wrap td strong,
.fc-live-theme .fc-live-gift-row strong,
.fc-live-theme .fc-live-gift-user strong {
  color: var(--fc-live-text) !important;
  opacity: 1 !important;
}

.fc-live-theme .fc-live-creator-gifts-head span,
.fc-live-theme .fc-live-gifts-table-head span,
.fc-live-theme .fc-live-gifts-table-wrap th,
.fc-live-theme .fc-live-gifts-table-wrap td > span,
.fc-live-theme .fc-live-gifts-pager > span {
  color: var(--fc-live-muted) !important;
  opacity: 1 !important;
}

.fc-live-theme .fc-live-gifts-tabs {
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
}

.fc-live-theme .fc-live-gifts-tabs button,
.fc-live-theme .fc-live-gifts-tabs button.active {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  color: var(--fc-live-muted) !important;
}

.fc-live-theme .fc-live-gifts-tabs button.active {
  border-bottom-color: var(--fc-live-accent, #5e72e4) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-theme .fc-live-gifts-tabs button em {
  background: var(--fc-live-surface-soft) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-gifts-tabs button.active em {
  background: var(--fc-live-accent, #5e72e4) !important;
  color: #fff !important;
}

.fc-live-theme .fc-live-gifts-table-head,
.fc-live-theme .fc-live-gifts-pager,
.fc-live-theme .fc-live-gifts-table-wrap thead,
.fc-live-theme .fc-live-gifts-table-wrap th {
  background: var(--fc-live-surface-soft) !important;
  border-color: var(--fc-live-border) !important;
}

.fc-live-theme .fc-live-gifts-table-wrap th,
.fc-live-theme .fc-live-gifts-table-wrap td {
  border-bottom: 1px solid var(--fc-live-border) !important;
  border-inline: 0 !important;
}

.fc-live-theme .fc-live-gifts-table-head em,
.fc-live-theme .fc-live-gifts-table-wrap td strong.fc-live-gift-positive {
  color: var(--fc-live-success) !important;
  opacity: 1 !important;
}

.fc-live-theme .fc-live-gifts-pager a,
.fc-live-theme .fc-live-gifts-pager .is-disabled {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-theme .fc-live-gifts-pager .is-disabled {
  color: var(--fc-live-muted) !important;
  opacity: .58 !important;
}

@media (max-width: 760px) {
  .fc-live-theme .fc-live-create-nav {
    scrollbar-width: none !important;
  }

  .fc-live-theme .fc-live-create-sidebar {
    scrollbar-width: none !important;
  }

  .fc-live-theme .fc-live-create-sidebar::-webkit-scrollbar,
  .fc-live-theme .fc-live-create-nav::-webkit-scrollbar {
    display: none !important;
  }

  .fc-live-theme .fc-live-watch-main > .fc-live-preview {
    order: 1 !important;
  }

  .fc-live-theme .fc-live-watch-main > .fc-live-create-info {
    order: 2 !important;
  }

  .fc-live-theme .fc-live-watch-main > .fc-live-result-card {
    order: 3 !important;
  }

  .fc-live-theme .fc-live-gifts-user-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fc-live-theme .fc-live-gifts-user-stats .fc-live-stat-card:nth-child(2) {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  .fc-live-theme .fc-live-chat-empty {
    min-height: 220px !important;
  }
}

/* LIVE Events */
.fc-live-events-page .x-hidden {
  display: none !important;
}

.fc-live-events-page .fc-live-create-shell {
  min-height: min(900px, calc(100vh - 92px));
}

.fc-live-events-main {
  min-width: 0;
  padding: 32px;
}

.fc-live-events-main > .fc-live-page-head {
  align-items: center;
  margin-bottom: 22px;
}

.fc-live-events-main > .fc-live-page-head p {
  max-width: 640px;
}

.fc-live-events-main .fc-live-create-btn {
  flex: 0 0 auto;
  width: auto !important;
  min-height: 42px;
  margin-top: 0 !important;
  padding: 0 17px;
}

.fc-live-events-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  padding-bottom: 1px;
  overflow-x: auto;
  border-bottom: 1px solid var(--fc-live-border);
}

.fc-live-events-tabs a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 2px solid transparent;
  color: var(--fc-live-muted) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.fc-live-events-tabs a.active {
  border-bottom-color: var(--fc-live-accent);
  color: var(--fc-live-accent) !important;
}

.fc-live-events-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fc-live-event-card {
  min-width: 0;
  overflow: hidden;
  background: var(--fc-live-surface);
  border: 1px solid var(--fc-live-border);
  border-radius: 8px;
}

.fc-live-event-card.is-focused {
  border-color: var(--fc-live-accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--fc-live-accent) 14%, transparent);
}

.fc-live-event-cover {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  aspect-ratio: 16 / 7;
  padding: 14px;
  background-color: var(--fc-live-surface-soft);
  background-position: center;
  background-size: cover;
}

.fc-live-event-cover.is-placeholder::before {
  content: '\f03d';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--fc-live-muted);
  font-family: 'Font Awesome 5 Free';
  font-size: 32px;
  font-weight: 900;
  opacity: .35;
}

.fc-live-event-cover::after {
  content: '';
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .62));
  pointer-events: none;
}

.fc-live-event-cover > * {
  position: relative;
  z-index: 1;
}

.fc-live-event-cover time,
.fc-live-event-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 6px;
  background: rgba(12, 15, 20, .76);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.fc-live-event-status.is-live {
  background: var(--fc-live-danger);
}

.fc-live-event-status.is-live i {
  font-size: 7px;
}

.fc-live-event-body {
  padding: 16px;
}

.fc-live-event-host {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.fc-live-event-host img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--fc-live-surface-soft);
}

.fc-live-event-host div {
  min-width: 0;
}

.fc-live-event-host span,
.fc-live-event-host strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-event-host span {
  color: var(--fc-live-muted);
  font-size: 10px;
}

.fc-live-event-host strong {
  color: var(--fc-live-text);
  font-size: 12px;
}

.fc-live-event-host em {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--fc-live-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.fc-live-event-body h2 {
  margin: 0 0 7px;
  color: var(--fc-live-text);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
}

.fc-live-event-body > p {
  display: -webkit-box;
  min-height: 38px;
  margin: 0 0 14px;
  overflow: hidden;
  color: var(--fc-live-muted);
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fc-live-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.fc-live-event-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 27px;
  padding: 0 8px;
  border-radius: 5px;
  background: var(--fc-live-surface-soft);
  color: var(--fc-live-muted);
  font-size: 10px;
  font-weight: 700;
}

.fc-live-event-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
}

.fc-live-event-actions a,
.fc-live-event-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 36px;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  background: var(--fc-live-surface);
  color: var(--fc-live-text) !important;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none !important;
}

.fc-live-event-actions .is-primary {
  border-color: var(--fc-live-accent);
  background: var(--fc-live-accent);
  color: #fff !important;
}

.fc-live-event-actions .js_live-event-copy {
  margin-inline-start: auto;
  padding: 0;
}

.fc-live-events-empty {
  display: grid;
  place-items: center;
  min-height: 340px;
  padding: 34px;
  border: 1px dashed var(--fc-live-border);
  color: var(--fc-live-muted);
  text-align: center;
}

.fc-live-events-empty i {
  margin-bottom: 12px;
  font-size: 34px;
}

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

.fc-live-events-empty strong {
  color: var(--fc-live-text);
  font-size: 16px;
}

.fc-live-events-empty span {
  margin-top: 5px;
  font-size: 12px;
}

.fc-live-event-editor {
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: flex;
  justify-content: flex-end;
}

.fc-live-event-editor-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(0, 0, 0, .5);
}

.fc-live-event-editor > section {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  height: 100%;
  overflow-y: auto;
  background: var(--fc-live-surface);
  color: var(--fc-live-text);
}

.fc-live-event-editor > section > header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--fc-live-border);
  background: var(--fc-live-surface);
}

.fc-live-event-editor header span {
  color: var(--fc-live-accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.fc-live-event-editor header h2 {
  margin: 3px 0 0;
  color: var(--fc-live-text);
  font-size: 20px;
  letter-spacing: 0;
}

.fc-live-event-editor header button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  background: var(--fc-live-surface-soft);
  color: var(--fc-live-text);
}

.fc-live-event-editor form {
  padding: 22px;
}

.fc-live-event-editor form > label,
.fc-live-event-form-grid label {
  display: block;
  margin-bottom: 16px;
}

.fc-live-event-editor label > span {
  display: block;
  margin-bottom: 7px;
  color: var(--fc-live-text);
  font-size: 11px;
  font-weight: 800;
}

.fc-live-event-editor input:not([type='checkbox']),
.fc-live-event-editor textarea,
.fc-live-event-editor select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  outline: 0;
  background: var(--fc-live-surface-soft);
  color: var(--fc-live-text);
  font-size: 12px;
}

.fc-live-event-editor textarea {
  min-height: 88px;
  resize: vertical;
}

.fc-live-event-editor input:focus,
.fc-live-event-editor textarea:focus,
.fc-live-event-editor select:focus {
  border-color: var(--fc-live-accent);
}

.fc-live-event-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
}

.fc-live-event-check {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
  padding: 13px;
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  background: var(--fc-live-surface-soft);
}

.fc-live-event-check input {
  margin-top: 3px;
}

.fc-live-event-check span,
.fc-live-event-check strong,
.fc-live-event-check em {
  display: block;
}

.fc-live-event-check span {
  margin: 0 !important;
}

.fc-live-event-check em {
  margin-top: 3px;
  color: var(--fc-live-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}

.fc-live-event-editor footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 6px;
}

.fc-live-event-editor footer button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  background: var(--fc-live-surface);
  color: var(--fc-live-text);
  font-size: 12px;
  font-weight: 800;
}

.fc-live-event-editor footer .is-primary {
  border-color: var(--fc-live-accent);
  background: var(--fc-live-accent);
  color: #fff;
}

@media (max-width: 1050px) {
  .fc-live-events-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .fc-live-events-main {
    padding: 18px 14px 28px;
  }

  .fc-live-events-main > .fc-live-page-head {
    align-items: stretch;
  }

  .fc-live-events-main .fc-live-create-btn {
    width: 100% !important;
  }

  .fc-live-event-cover {
    aspect-ratio: 16 / 8;
    padding: 11px;
  }

  .fc-live-event-actions {
    flex-wrap: wrap;
  }

  .fc-live-event-actions a,
  .fc-live-event-actions button:not(.js_live-event-copy) {
    flex: 1 1 auto;
  }

  .fc-live-event-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fc-live-event-editor > section {
    width: 100%;
  }
}

/* Live clips */
.fc-creator-recording-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.fc-creator-recording-actions > a,
.fc-creator-recording-actions > button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--fc-live-accent, #5e72e4) !important;
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  gap: 6px;
  margin: 0 !important;
  padding: 0;
}

.fc-creator-clip-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-creator-clip {
  background: var(--fc-live-surface);
  border: 1px solid var(--fc-live-border);
  border-radius: 8px;
  overflow: hidden;
}

.fc-creator-clip > a {
  aspect-ratio: 9 / 12;
  background: var(--fc-live-stage);
  color: #fff !important;
  display: block;
  overflow: hidden;
  position: relative;
}

.fc-creator-clip > a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-creator-clip > a span {
  align-items: center;
  background: rgba(0, 0, 0, 0.64);
  border-radius: 50%;
  display: flex;
  height: 38px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
}

.fc-creator-clip > a em {
  background: rgba(0, 0, 0, 0.72);
  border-radius: 4px;
  bottom: 8px;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  padding: 3px 6px;
  position: absolute;
  right: 8px;
}

.fc-creator-clip > div {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.fc-creator-clip > div strong {
  color: var(--fc-live-text);
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-creator-clip > div span,
.fc-creator-clip > div small {
  color: var(--fc-live-muted);
  font-size: 8px;
}

.fc-creator-clip > div small.is-published {
  color: #22a95b;
}

.fc-creator-clip > div a {
  color: var(--fc-live-accent, #5e72e4) !important;
  font-size: 9px;
  font-weight: 800;
  margin-top: 4px;
}

.fc-live-clips-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 1090;
}

.fc-live-clips-modal.x-hidden {
  display: none !important;
}

.fc-live-clips-backdrop {
  background: rgba(4, 8, 15, 0.72);
  border: 0;
  inset: 0;
  position: absolute;
}

.fc-live-clips-dialog {
  background: var(--fc-live-surface, #fff);
  border: 1px solid var(--fc-live-border, #dce2ea);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: var(--fc-live-text, #111827);
  max-height: calc(100vh - 36px);
  max-width: 980px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.fc-live-clips-dialog > header {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border, #dce2ea);
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.fc-live-clips-dialog > header > div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.fc-live-clips-dialog > header > div > span {
  align-items: center;
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 12%, transparent);
  border-radius: 7px;
  color: var(--fc-live-accent, #5e72e4);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.fc-live-clips-dialog > header strong,
.fc-live-clips-dialog > header small {
  display: block;
}

.fc-live-clips-dialog > header strong {
  font-size: 14px;
}

.fc-live-clips-dialog > header small {
  color: var(--fc-live-muted, #6b7280);
  font-size: 9px;
  margin-top: 2px;
}

.fc-live-clips-dialog > header > button,
.fc-live-clips-library > div > button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--fc-live-border, #dce2ea);
  border-radius: 6px;
  color: var(--fc-live-text, #111827);
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.fc-live-clips-body {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  max-height: calc(100vh - 104px);
  overflow: auto;
  padding: 16px;
}

.fc-live-clips-preview {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: #070b12;
  border-radius: 8px;
  display: flex;
  grid-column: 1;
  justify-content: center;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.fc-live-clips-preview video {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.fc-live-clips-preview-empty {
  align-items: center;
  color: #9ca3af;
  display: none;
  flex-direction: column;
  gap: 8px;
  font-size: 10px;
  position: absolute;
}

.fc-live-clips-preview:not(.has-video) video {
  display: none;
}

.fc-live-clips-preview:not(.has-video) .fc-live-clips-preview-empty {
  display: flex;
}

.fc-live-clip-form {
  display: grid;
  gap: 11px;
}

.fc-live-clip-form > label,
.fc-live-clip-range {
  display: grid;
  gap: 5px;
}

.fc-live-clip-form label > span,
.fc-live-clip-range label > span {
  color: var(--fc-live-muted, #6b7280);
  font-size: 9px;
  font-weight: 800;
}

.fc-live-clip-form input[type="text"],
.fc-live-clip-form textarea,
.fc-live-clip-form select {
  background: var(--fc-live-soft, #f3f5f8);
  border: 1px solid var(--fc-live-border, #dce2ea);
  border-radius: 6px;
  color: var(--fc-live-text, #111827);
  font-size: 11px;
  min-height: 40px;
  padding: 9px 10px;
  width: 100%;
}

.fc-live-clip-range label {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.fc-live-clip-range output {
  color: var(--fc-live-text, #111827);
  font-size: 10px;
  font-weight: 800;
}

.fc-live-clip-range input[type="range"] {
  accent-color: var(--fc-live-accent, #5e72e4);
  width: 100%;
}

.fc-live-clip-form > button[type="submit"] {
  align-items: center;
  background: var(--fc-live-accent, #5e72e4);
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  min-height: 42px;
}

.fc-live-clip-form > button[disabled] {
  cursor: wait;
  opacity: 0.62;
}

.fc-live-clips-message {
  border-radius: 6px;
  font-size: 10px;
  padding: 9px 10px;
}

.fc-live-clips-message.is-error {
  background: rgba(225, 29, 72, 0.1);
  color: #e11d48;
}

.fc-live-clips-message:not(.is-error) {
  background: rgba(34, 169, 91, 0.1);
  color: #22a95b;
}

.fc-live-clips-library {
  border-top: 1px solid var(--fc-live-border, #dce2ea);
  grid-column: 1 / -1;
  padding-top: 14px;
}

.fc-live-clips-library > div:first-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.fc-live-clips-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
}

.fc-live-clip-item {
  border: 1px solid var(--fc-live-border, #dce2ea);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 92px;
  overflow: hidden;
}

.fc-live-clip-item > a {
  background: #070b12;
  display: block;
  position: relative;
}

.fc-live-clip-item > a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-live-clip-item > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px;
}

.fc-live-clip-item strong,
.fc-live-clip-item small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-clip-item strong {
  font-size: 10px;
}

.fc-live-clip-item small {
  color: var(--fc-live-muted, #6b7280);
  font-size: 8px;
}

.fc-live-clip-item footer {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-top: auto;
}

.fc-live-clip-item footer button,
.fc-live-clip-item footer a {
  align-items: center;
  background: var(--fc-live-soft, #f3f5f8);
  border: 1px solid var(--fc-live-border, #dce2ea);
  border-radius: 5px;
  color: var(--fc-live-text, #111827) !important;
  display: flex;
  font-size: 8px;
  font-weight: 800;
  gap: 4px;
  min-height: 28px;
  padding: 0 7px;
}

.fc-live-clip-item footer .is-primary {
  background: var(--fc-live-accent, #5e72e4);
  border-color: var(--fc-live-accent, #5e72e4);
  color: #fff !important;
}

.fc-live-clips-empty {
  align-items: center;
  color: var(--fc-live-muted, #6b7280);
  display: flex;
  flex-direction: column;
  gap: 7px;
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 100px;
}

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

  .fc-live-clips-preview,
  .fc-live-clip-form {
    grid-column: 1;
  }

  .fc-live-clips-preview {
    position: relative;
  }

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

@media (max-width: 560px) {
  .fc-live-clips-modal {
    align-items: flex-end;
    padding: 0;
  }

  .fc-live-clips-dialog {
    border-radius: 8px 8px 0 0;
    max-height: 94vh;
  }

  .fc-live-clips-body {
    max-height: calc(94vh - 67px);
    padding: 12px;
  }

  .fc-live-clips-list,
  .fc-creator-clip-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.fc-live-raid-overlay {
  inset-inline: 12px;
  position: absolute;
  top: 168px;
  z-index: 9;
}

.fc-live-raid-prompt-card {
  align-items: center;
  background: rgba(9, 12, 18, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 9px;
  margin-inline-end: auto;
  max-width: 560px;
  padding: 9px;
}

.fc-live-raid-prompt-card > img,
.fc-live-raid-active-card > img,
.fc-live-raid-candidate > img {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid var(--fc-live-accent, #5e72e4);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 38px;
  object-fit: cover;
  width: 38px;
}

.fc-live-raid-prompt-card > span,
.fc-live-raid-active-card > span,
.fc-live-raid-candidate > span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.fc-live-raid-prompt-card strong,
.fc-live-raid-prompt-card small,
.fc-live-raid-active-card strong,
.fc-live-raid-active-card small,
.fc-live-raid-candidate strong,
.fc-live-raid-candidate small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-raid-prompt-card strong {
  font-size: 11px;
}

.fc-live-raid-prompt-card small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
}

.fc-live-raid-prompt-card > button,
.fc-live-raid-active-card > button,
.fc-live-raid-candidate > button,
.fc-live-raid-picker-head button {
  background: var(--fc-live-accent, #5e72e4);
  border: 0;
  border-radius: 7px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 800;
  min-height: 32px;
  padding: 0 10px;
}

.fc-live-raid-prompt-card > button.is-secondary {
  background: rgba(255, 255, 255, 0.1);
}

.fc-live-raid-prompt-card > button.is-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.fc-live-raid-modal {
  align-items: center;
  background: rgba(4, 8, 15, 0.74);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 1092;
}

.fc-live-raid-modal.x-hidden {
  display: none !important;
}

.fc-live-raid-dialog {
  background: var(--fc-live-surface, #fff);
  border: 1px solid var(--fc-live-border, #dce2ea);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: var(--fc-live-text, #111827);
  max-height: calc(100vh - 36px);
  max-width: 620px;
  overflow: hidden;
  width: 100%;
}

.fc-live-raid-dialog > header {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border, #dce2ea);
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.fc-live-raid-dialog > header > div {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.fc-live-raid-dialog > header > div > i {
  align-items: center;
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 14%, transparent);
  border-radius: 7px;
  color: var(--fc-live-accent, #5e72e4);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.fc-live-raid-dialog > header strong,
.fc-live-raid-dialog > header small {
  display: block;
}

.fc-live-raid-dialog > header small {
  color: var(--fc-live-muted, #6b7280);
  font-size: 9px;
}

.fc-live-raid-dialog > header > button {
  background: transparent;
  border: 0;
  color: var(--fc-live-muted, #6b7280);
  font-size: 16px;
  height: 36px;
  width: 36px;
}

.fc-live-raid-message {
  background: color-mix(in srgb, #22c58b 9%, transparent);
  color: #149868;
  font-size: 10px;
  font-weight: 800;
  padding: 9px 16px;
}

.fc-live-raid-message.is-error {
  background: rgba(238, 67, 90, 0.08);
  color: #e63e55;
}

.fc-live-raid-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  padding: 16px;
}

.fc-live-raid-picker-head {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.fc-live-raid-picker-head label {
  display: grid;
  flex: 1 1 auto;
  gap: 5px;
}

.fc-live-raid-picker-head label span {
  color: var(--fc-live-muted, #6b7280);
  font-size: 9px;
  font-weight: 800;
}

.fc-live-raid-picker-head select {
  background: var(--fc-live-soft, #f3f5f8);
  border: 1px solid var(--fc-live-border, #dce2ea);
  border-radius: 7px;
  color: var(--fc-live-text, #111827);
  min-height: 38px;
  padding-inline: 10px;
  width: 100%;
}

.fc-live-raid-candidates {
  display: grid;
  gap: 4px;
}

.fc-live-raid-candidate,
.fc-live-raid-active-card {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border, #dce2ea);
  display: flex;
  gap: 10px;
  min-height: 62px;
  padding: 8px 0;
}

.fc-live-raid-candidate strong,
.fc-live-raid-active-card strong {
  font-size: 11px;
}

.fc-live-raid-candidate small,
.fc-live-raid-active-card small {
  color: var(--fc-live-muted, #6b7280);
  font-size: 9px;
}

.fc-live-raid-active-card > button {
  background: rgba(238, 67, 90, 0.1);
  color: #e63e55;
}

.fc-live-raid-empty {
  align-items: center;
  color: var(--fc-live-muted, #6b7280);
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  min-height: 170px;
  text-align: center;
}

@media (max-width: 575px) {
  .fc-live-raid-overlay {
    inset-inline: 8px;
    top: 154px;
  }

  .fc-live-raid-prompt-card {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .fc-live-raid-prompt-card > span {
    min-width: calc(100% - 52px);
  }

  .fc-live-raid-prompt-card > button {
    flex: 1 1 calc(50% - 5px);
  }

  .fc-live-raid-modal {
    align-items: flex-end;
    padding: 0;
  }

  .fc-live-raid-dialog {
    border-radius: 8px 8px 0 0;
    max-height: 94vh;
  }

  .fc-live-raid-body {
    max-height: calc(94vh - 70px);
    padding: 12px;
  }
}

.fc-creator-analytics-grid {
  align-items: stretch;
}

.fc-creator-retention-list {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.fc-creator-retention-row {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(90px, 0.8fr) minmax(130px, 2fr) 52px;
}

.fc-creator-retention-row > span {
  display: grid;
  gap: 2px;
}

.fc-creator-retention-row strong {
  color: var(--fc-live-text, #111827);
  font-size: 13px;
}

.fc-creator-retention-row em {
  color: var(--fc-live-muted, #6b7280);
  font-size: 10px;
  font-style: normal;
}

.fc-creator-retention-row progress {
  appearance: none;
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 12%, transparent);
  border: 0;
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}

.fc-creator-retention-row progress::-webkit-progress-bar {
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 12%, transparent);
}

.fc-creator-retention-row progress::-webkit-progress-value,
.fc-creator-retention-row progress::-moz-progress-bar {
  background: var(--fc-live-accent, #5e72e4);
  border-radius: 4px;
}

.fc-creator-retention-row > b {
  color: var(--fc-live-text, #111827);
  font-size: 12px;
  text-align: end;
}

.fc-creator-audience-chart {
  align-items: end;
  display: flex;
  gap: 8px;
  min-height: 230px;
  overflow-x: auto;
  padding: 20px 18px 14px;
}

.fc-creator-audience-chart > div {
  display: grid;
  flex: 1 0 28px;
  gap: 7px;
  max-width: 52px;
  min-width: 28px;
}

.fc-creator-audience-chart > div > span {
  align-items: end;
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 8%, transparent);
  border-radius: 4px;
  display: flex;
  height: 170px;
  overflow: hidden;
}

.fc-creator-audience-chart > div > span i {
  background: var(--fc-live-accent, #5e72e4);
  border-radius: 4px 4px 0 0;
  display: block;
  min-height: 4px;
  width: 100%;
}

.fc-creator-audience-chart small {
  color: var(--fc-live-muted, #6b7280);
  font-size: 9px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .fc-creator-retention-row {
    gap: 8px;
    grid-template-columns: 78px minmax(90px, 1fr) 44px;
  }

  .fc-creator-audience-chart {
    min-height: 196px;
    padding-inline: 12px;
  }

  .fc-creator-audience-chart > div > span {
    height: 136px;
  }
}

/* Channel Points predictions */
.fc-live-prediction-overlay {
  inset-inline-start: 12px;
  max-width: min(320px, calc(100% - 88px));
  position: absolute;
  top: 54px;
  z-index: 8;
}

.fc-live-prediction-overlay.has-live-goal {
  top: 112px;
}

.fc-live-prediction-overlay.has-engagement {
  top: 102px;
}

.fc-live-prediction-overlay.has-live-goal.has-engagement {
  top: 160px;
}

.fc-live-prediction-chip {
  align-items: center;
  background: color-mix(in srgb, var(--fc-live-surface) 92%, transparent);
  border: 1px solid color-mix(in srgb, #f6c453 58%, transparent);
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
  color: var(--fc-live-text);
  display: grid;
  gap: 8px;
  grid-template-columns: 28px minmax(0, 1fr) 14px;
  padding: 7px 9px;
  text-align: start;
  width: 100%;
}

.fc-live-prediction-chip > i:first-child {
  align-items: center;
  background: color-mix(in srgb, #f6c453 16%, transparent);
  border-radius: 6px;
  color: #f6c453;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.fc-live-prediction-chip > i:last-child {
  color: var(--fc-live-muted);
  font-size: 9px;
}

.fc-live-prediction-chip strong,
.fc-live-prediction-chip small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-prediction-chip strong {
  color: var(--fc-live-text);
  font-size: 10px;
}

.fc-live-prediction-chip small {
  color: #f6c453;
  font-size: 8px;
  margin-top: 2px;
}

.fc-live-predictions-panel {
  color: var(--fc-live-text);
  max-height: min(720px, calc(100vh - 170px));
  overflow-y: auto;
  scrollbar-color: var(--fc-live-border) transparent;
  scrollbar-width: thin;
}

.fc-live-predictions-panel > .fc-watch-side-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.fc-live-predictions-panel > .fc-watch-side-section-head > div {
  display: grid;
  gap: 2px;
}

.fc-live-predictions-panel > .fc-watch-side-section-head small {
  color: var(--fc-live-muted);
  font-size: 10px;
}

.fc-live-predictions-panel > .fc-watch-side-section-head button {
  background: var(--fc-live-surface-soft);
  border: 0;
  border-radius: 6px;
  color: var(--fc-live-text);
  height: 30px;
  width: 30px;
}

.fc-live-predictions-message,
.fc-live-prediction-policy {
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 10%, transparent);
  border-radius: 6px;
  color: var(--fc-live-text);
  font-size: 11px;
  margin: 10px 12px 0;
  padding: 9px 10px;
}

.fc-live-predictions-message.is-error {
  background: color-mix(in srgb, #ef445d 13%, transparent);
  color: #ef445d;
}

.fc-live-predictions-content {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.fc-live-predictions-balance {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 7px;
  display: grid;
  gap: 8px;
  grid-template-columns: 24px auto 1fr;
  padding: 10px;
}

.fc-live-predictions-balance i,
.fc-live-predictions-balance strong {
  color: #f6c453;
}

.fc-live-predictions-balance span {
  color: var(--fc-live-muted);
  font-size: 10px;
}

.fc-live-prediction-card {
  display: grid;
  gap: 11px;
}

.fc-live-prediction-card > header {
  align-items: start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.fc-live-prediction-card > header > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.fc-live-prediction-card > header strong {
  color: var(--fc-live-text);
  font-size: 13px;
}

.fc-live-prediction-card > header small {
  color: var(--fc-live-muted);
  font-size: 9px;
}

.fc-live-prediction-card > header em {
  background: var(--fc-live-surface-soft);
  border-radius: 6px;
  color: var(--fc-live-muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  padding: 6px 8px;
  white-space: nowrap;
}

.fc-live-prediction-card > header em.is-active,
.fc-live-prediction-card > header em.is-resolved {
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 12%, transparent);
  color: var(--fc-live-accent, #5e72e4);
}

.fc-live-prediction-options {
  display: grid;
  gap: 8px;
}

.fc-live-prediction-options > button {
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 7px;
  color: var(--fc-live-text);
  display: grid;
  gap: 7px;
  grid-template-columns: minmax(0, 1fr) 44px;
  min-height: 60px;
  padding: 9px 10px;
  text-align: start;
}

.fc-live-prediction-options > button:disabled {
  cursor: default;
  opacity: 1;
}

.fc-live-prediction-options > button.is-selected,
.fc-live-prediction-options > button.is-winner {
  border-color: var(--fc-live-accent, #5e72e4);
}

.fc-live-prediction-options > button.is-winner {
  background: color-mix(in srgb, #22c58b 10%, var(--fc-live-surface-soft));
  border-color: #22c58b;
}

.fc-live-prediction-options span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.fc-live-prediction-options strong {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-prediction-options small,
.fc-live-prediction-options b {
  color: var(--fc-live-muted);
  font-size: 9px;
}

.fc-live-prediction-options b {
  align-self: center;
  color: #f6c453;
  justify-self: end;
}

.fc-live-prediction-options progress {
  accent-color: var(--fc-live-accent, #5e72e4);
  grid-column: 1 / -1;
  height: 5px;
  width: 100%;
}

.fc-live-prediction-entry,
.fc-live-prediction-policy {
  align-items: center;
  display: flex;
  gap: 8px;
}

.fc-live-prediction-entry {
  background: color-mix(in srgb, var(--fc-live-accent, #5e72e4) 10%, transparent);
  border-radius: 6px;
  color: var(--fc-live-text);
  font-size: 10px;
  padding: 9px 10px;
}

.fc-live-prediction-entry.is-won,
.fc-live-prediction-entry.is-refunded {
  background: color-mix(in srgb, #22c58b 12%, transparent);
  color: #22c58b;
}

.fc-live-prediction-policy {
  margin: 0;
}

.fc-live-prediction-policy span {
  flex: 1;
}

.fc-live-prediction-policy a {
  color: var(--fc-live-accent, #5e72e4);
  font-weight: 800;
}

.fc-live-prediction-manage,
.fc-live-prediction-create {
  display: grid;
  gap: 8px;
}

.fc-live-prediction-manage {
  grid-template-columns: minmax(0, 1fr) repeat(3, auto);
}

.fc-live-prediction-create {
  border-top: 1px solid var(--fc-live-border);
  padding-top: 12px;
}

.fc-live-prediction-create label,
.js_fc-prediction-create-options {
  display: grid;
  gap: 7px;
}

.fc-live-prediction-create label {
  gap: 4px;
}

.fc-live-prediction-create label > span {
  color: var(--fc-live-muted);
  font-size: 10px;
  font-weight: 700;
}

.fc-live-prediction-manage select,
.fc-live-prediction-create input {
  background: var(--fc-live-surface);
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  color: var(--fc-live-text);
  min-height: 36px;
  padding: 7px 9px;
  width: 100%;
}

.fc-live-prediction-manage button,
.fc-live-prediction-create button {
  background: var(--fc-live-accent, #5e72e4);
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  min-height: 34px;
  padding: 7px 10px;
}

.fc-live-prediction-manage button i,
.fc-live-prediction-create button i {
  margin-inline-end: 5px;
}

.fc-live-prediction-manage button.is-danger {
  background: color-mix(in srgb, #ef445d 16%, transparent);
  color: #ef445d;
}

.fc-live-prediction-create button.is-secondary {
  background: var(--fc-live-surface-soft);
  color: var(--fc-live-text);
  justify-self: start;
}

@media (max-width: 575px) {
  .fc-live-prediction-overlay {
    max-width: min(270px, calc(100% - 76px));
    top: 48px;
  }

  .fc-live-prediction-overlay.has-live-goal {
    top: 104px;
  }

  .fc-live-prediction-overlay.has-engagement {
    top: 96px;
  }

  .fc-live-prediction-overlay.has-live-goal.has-engagement {
    top: 152px;
  }

  .fc-live-predictions-panel {
    max-height: none;
  }

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

  .fc-live-prediction-manage select {
    grid-column: 1 / -1;
  }
}

/* Native marketplace products featured during a live */
.fc-live-shopping-overlay {
  bottom: 64px;
  inset-inline-start: 12px;
  max-width: min(340px, calc(100% - 88px));
  position: absolute;
  z-index: 9;
}

.fc-live-shopping-chip {
  align-items: center;
  background: color-mix(in srgb, var(--fc-live-surface) 94%, transparent);
  border: 1px solid color-mix(in srgb, var(--fc-live-accent, #5e72e4) 55%, transparent);
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .26);
  color: var(--fc-live-text);
  display: grid;
  gap: 9px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  padding: 6px 8px;
  text-align: start;
  width: 100%;
}

.fc-live-shopping-chip > img,
.fc-live-shopping-chip > i {
  align-items: center;
  aspect-ratio: 1;
  background: var(--fc-live-surface-soft);
  border-radius: 6px;
  display: flex;
  height: 38px;
  justify-content: center;
  object-fit: cover;
  width: 38px;
}

.fc-live-shopping-chip > i {
  color: var(--fc-live-accent, #5e72e4);
}

.fc-live-shopping-chip span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.fc-live-shopping-chip strong,
.fc-live-shopping-chip small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-shopping-chip strong {
  color: var(--fc-live-text);
  font-size: 11px;
}

.fc-live-shopping-chip small {
  color: var(--fc-live-accent, #5e72e4);
  font-size: 9px;
  font-weight: 800;
}

.fc-live-shopping-chip b {
  background: var(--fc-live-accent, #5e72e4);
  border-radius: 6px;
  color: #fff;
  font-size: 9px;
  padding: 7px 9px;
}

.fc-live-shopping-panel {
  color: var(--fc-live-text);
  max-height: min(720px, calc(100vh - 170px));
  overflow-y: auto;
  scrollbar-color: var(--fc-live-border) transparent;
  scrollbar-width: thin;
}

.fc-live-shopping-panel > .fc-watch-side-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.fc-live-shopping-panel > .fc-watch-side-section-head > div {
  display: grid;
  gap: 2px;
}

.fc-live-shopping-panel > .fc-watch-side-section-head small {
  color: var(--fc-live-muted);
  font-size: 10px;
}

.fc-live-shopping-panel > .fc-watch-side-section-head button {
  background: var(--fc-live-surface-soft);
  border: 0;
  border-radius: 6px;
  color: var(--fc-live-text);
  height: 30px;
  width: 30px;
}

.fc-live-shopping-message {
  background: color-mix(in srgb, #22c58b 12%, transparent);
  border-radius: 6px;
  color: #22a878;
  font-size: 11px;
  margin: 10px 12px 0;
  padding: 9px 10px;
}

.fc-live-shopping-message.is-error {
  background: color-mix(in srgb, #ef445d 13%, transparent);
  color: #ef445d;
}

.fc-live-shopping-content {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.fc-live-shopping-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-live-shopping-metrics > span {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 7px;
  display: grid;
  gap: 2px 8px;
  grid-template-columns: 24px minmax(0, 1fr);
  padding: 9px;
}

.fc-live-shopping-metrics i {
  color: var(--fc-live-accent, #5e72e4);
  grid-row: 1 / 3;
}

.fc-live-shopping-metrics strong {
  font-size: 13px;
}

.fc-live-shopping-metrics small {
  color: var(--fc-live-muted);
  font-size: 9px;
}

.fc-live-shopping-add {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.fc-live-shopping-add select {
  background: var(--fc-live-surface);
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  color: var(--fc-live-text);
  min-height: 38px;
  min-width: 0;
  padding: 7px 9px;
}

.fc-live-shopping-add button,
.fc-live-shopping-product-actions button {
  align-items: center;
  background: var(--fc-live-accent, #5e72e4);
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  gap: 5px;
  justify-content: center;
  min-height: 34px;
  padding: 7px 9px;
}

.fc-live-shopping-add button:disabled,
.fc-live-shopping-product-actions button:disabled {
  cursor: default;
  opacity: .48;
}

.fc-live-shopping-list {
  display: grid;
  gap: 9px;
}

.fc-live-shopping-product {
  align-items: center;
  background: var(--fc-live-surface-soft);
  border: 1px solid var(--fc-live-border);
  border-radius: 7px;
  display: grid;
  gap: 9px;
  grid-template-columns: 64px minmax(0, 1fr);
  padding: 8px;
}

.fc-live-shopping-product.is-pinned {
  border-color: var(--fc-live-accent, #5e72e4);
}

.fc-live-shopping-product-image {
  align-self: start;
  aspect-ratio: 1;
  background: var(--fc-live-surface);
  border-radius: 6px;
  color: var(--fc-live-muted);
  display: grid;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 64px;
}

.fc-live-shopping-product-image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-live-shopping-product-image > em {
  background: var(--fc-live-accent, #5e72e4);
  bottom: 3px;
  border-radius: 4px;
  color: #fff;
  font-size: 7px;
  font-style: normal;
  inset-inline-start: 3px;
  padding: 3px 4px;
  position: absolute;
}

.fc-live-shopping-product-image > em i {
  margin-inline-end: 3px;
}

.fc-live-shopping-product-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.fc-live-shopping-product-copy strong {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-shopping-product-copy b {
  color: var(--fc-live-accent, #5e72e4);
  font-size: 10px;
}

.fc-live-shopping-product-copy small {
  color: #22a878;
  font-size: 8px;
}

.fc-live-shopping-product-copy small.is-unavailable {
  color: #ef445d;
}

.fc-live-shopping-product-actions {
  display: grid;
  gap: 7px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-live-shopping-product-actions button.is-danger {
  background: color-mix(in srgb, #ef445d 14%, transparent);
  color: #ef445d;
}

@media (max-width: 575px) {
  .fc-live-shopping-overlay {
    bottom: 58px;
    max-width: min(300px, calc(100% - 74px));
  }

  .fc-live-shopping-panel {
    max-height: none;
  }

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

/* Audio Spaces: compact stage driven by the active Sngine theme. */
.fc-audio-create-page.fc-live-theme,
.fc-audio-watch-page.fc-live-theme {
  --fc-audio-page: var(--fc-live-page);
  --fc-audio-surface: var(--fc-live-surface);
  --fc-audio-surface-soft: var(--fc-live-surface-soft);
  --fc-audio-surface-hover: var(--fc-live-surface-hover);
  --fc-audio-text: var(--fc-live-text);
  --fc-audio-muted: var(--fc-live-muted);
  --fc-audio-border: var(--fc-live-border);
  --fc-audio-accent: var(--fc-live-accent, #5e72e4);
  --fc-audio-danger: var(--fc-live-danger, #d6293e);
  --fc-audio-success: var(--fc-live-success, #138a52);
  background: var(--fc-audio-page) !important;
  color: var(--fc-audio-text) !important;
  min-height: 100vh !important;
  padding: 16px clamp(12px, 3vw, 32px) 36px !important;
}

.fc-audio-create-page.fc-live-theme *,
.fc-audio-watch-page.fc-live-theme * {
  box-sizing: border-box !important;
  letter-spacing: 0 !important;
}

.fc-audio-create-page .fc-audio-create-top,
.fc-audio-watch-page .fc-audio-watch-top {
  align-items: center !important;
  background: var(--fc-audio-surface) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 8px !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 40px minmax(0, 1fr) 40px !important;
  margin: 0 auto 12px !important;
  max-width: 1080px !important;
  min-height: 58px !important;
  padding: 8px 10px !important;
}

.fc-audio-create-page .fc-audio-create-top > div,
.fc-audio-watch-page .fc-audio-watch-top > div {
  min-width: 0 !important;
  text-align: start !important;
}

.fc-audio-create-page .fc-audio-create-top span,
.fc-audio-watch-page .fc-audio-watch-top span,
.fc-audio-create-page .fc-audio-create-stage em,
.fc-audio-create-page .fc-audio-room-hero em,
.fc-audio-watch-page .fc-audio-room-hero em {
  color: var(--fc-audio-accent) !important;
  display: block !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

.fc-audio-create-page .fc-audio-create-top strong,
.fc-audio-watch-page .fc-audio-watch-top strong {
  color: var(--fc-audio-text) !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fc-audio-create-page .fc-audio-icon-btn,
.fc-audio-watch-page .fc-audio-icon-btn {
  align-items: center !important;
  background: var(--fc-audio-surface-soft) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 50% !important;
  color: var(--fc-audio-text) !important;
  display: inline-flex !important;
  height: 40px !important;
  justify-content: center !important;
  padding: 0 !important;
  text-decoration: none !important;
  width: 40px !important;
}

.fc-audio-create-page .fc-audio-icon-btn:hover,
.fc-audio-watch-page .fc-audio-icon-btn:hover {
  background: var(--fc-audio-surface-hover) !important;
  color: var(--fc-audio-accent) !important;
}

.fc-audio-create-page .fc-audio-create-stage,
.fc-audio-create-page .fc-audio-room,
.fc-audio-watch-page .fc-audio-room,
.fc-audio-watch-page .fc-audio-gate {
  background: var(--fc-audio-surface) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin: 0 auto 12px !important;
  max-width: 1080px !important;
}

.fc-audio-create-page .fc-audio-create-stage {
  align-items: center !important;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: 84px minmax(0, 1fr) !important;
  padding: 18px !important;
}

.fc-audio-create-page .fc-audio-create-host,
.fc-audio-create-page .fc-audio-room-host,
.fc-audio-watch-page .fc-audio-room-host {
  background: var(--fc-audio-surface-soft) !important;
  border: 2px solid var(--fc-audio-accent) !important;
  border-radius: 50% !important;
  padding: 2px !important;
  position: relative !important;
}

.fc-audio-create-page .fc-audio-create-host {
  height: 84px !important;
  width: 84px !important;
}

.fc-audio-create-page .fc-audio-create-host img,
.fc-audio-create-page .fc-audio-room-host img,
.fc-audio-watch-page .fc-audio-room-host img,
.fc-audio-create-page .fc-audio-space-avatar img,
.fc-audio-watch-page .fc-audio-space-avatar img,
.fc-audio-create-page .fc-audio-space-request img,
.fc-audio-watch-page .fc-audio-space-request img,
.fc-audio-create-page .fc-audio-space-listeners img,
.fc-audio-watch-page .fc-audio-space-listeners img {
  border-radius: 50% !important;
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.fc-audio-create-page .fc-audio-create-host span,
.fc-audio-create-page .fc-audio-room-host span,
.fc-audio-watch-page .fc-audio-room-host span {
  align-items: center !important;
  background: var(--fc-audio-accent) !important;
  border: 2px solid var(--fc-audio-surface) !important;
  border-radius: 50% !important;
  bottom: -2px !important;
  color: #fff !important;
  display: inline-flex !important;
  height: 28px !important;
  justify-content: center !important;
  position: absolute !important;
  right: -2px !important;
  width: 28px !important;
}

.fc-audio-create-page .fc-audio-create-stage h1 {
  color: var(--fc-audio-text) !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  margin: 3px 0 6px !important;
}

.fc-audio-create-page .fc-audio-create-stage p,
.fc-audio-create-page .fc-audio-room-hero small,
.fc-audio-watch-page .fc-audio-room-hero small,
.fc-audio-create-page .fc-audio-space-status,
.fc-audio-watch-page .fc-audio-space-status,
.fc-audio-create-page .fc-audio-management p,
.fc-audio-watch-page .fc-audio-management p {
  color: var(--fc-audio-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.fc-audio-create-page .fc-audio-create-grid {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  margin: 0 auto !important;
  max-width: 1080px !important;
}

.fc-audio-create-page .fc-audio-create-card,
.fc-audio-create-page .fc-audio-room-card {
  background: var(--fc-audio-surface) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 8px !important;
  padding: 18px !important;
}

.fc-audio-create-page .fc-audio-section-head,
.fc-audio-watch-page .fc-audio-section-head {
  align-items: center !important;
  display: flex !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.fc-audio-create-page .fc-audio-section-head > i,
.fc-audio-watch-page .fc-audio-section-head > i {
  align-items: center !important;
  background: color-mix(in srgb, var(--fc-audio-accent) 12%, var(--fc-audio-surface)) !important;
  border-radius: 7px !important;
  color: var(--fc-audio-accent) !important;
  display: inline-flex !important;
  height: 38px !important;
  justify-content: center !important;
  width: 38px !important;
}

.fc-audio-create-page .fc-audio-section-head strong,
.fc-audio-watch-page .fc-audio-section-head strong,
.fc-audio-create-page .fc-audio-management strong,
.fc-audio-watch-page .fc-audio-management strong {
  color: var(--fc-audio-text) !important;
  display: block !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.fc-audio-create-page .fc-audio-section-head span,
.fc-audio-watch-page .fc-audio-section-head span {
  color: var(--fc-audio-muted) !important;
  display: block !important;
  font-size: 12px !important;
}

.fc-audio-create-page .fc-audio-field {
  display: block !important;
  margin-bottom: 14px !important;
}

.fc-audio-create-page .fc-audio-field > span {
  color: var(--fc-audio-text) !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  margin-bottom: 6px !important;
}

.fc-audio-create-page .fc-audio-field input,
.fc-audio-create-page .fc-audio-field textarea,
.fc-audio-create-page .fc-audio-field select {
  background: var(--fc-audio-surface-soft) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 7px !important;
  color: var(--fc-audio-text) !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  outline: none !important;
  padding: 11px 12px !important;
  width: 100% !important;
}

.fc-audio-create-page .fc-audio-field input:focus,
.fc-audio-create-page .fc-audio-field textarea:focus,
.fc-audio-create-page .fc-audio-field select:focus {
  border-color: var(--fc-audio-accent) !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--fc-audio-accent) 14%, transparent) !important;
}

.fc-audio-create-page .fc-audio-field input::placeholder,
.fc-audio-create-page .fc-audio-field textarea::placeholder {
  color: var(--fc-audio-muted) !important;
  opacity: 1 !important;
}

.fc-audio-create-page .fc-audio-field-grid,
.fc-audio-create-page .fc-audio-option-grid {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.fc-audio-create-page .fc-audio-space-limits {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.fc-audio-create-page .fc-audio-field small {
  color: var(--fc-audio-muted) !important;
  display: block !important;
  font-size: 11px !important;
  margin-top: 5px !important;
}

.fc-audio-create-page .fc-audio-option-grid {
  margin: 2px 0 14px !important;
}

.fc-audio-create-page .fc-audio-option-grid label,
.fc-audio-create-page .fc-audio-schedule-toggle {
  align-items: center !important;
  background: var(--fc-audio-surface-soft) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 7px !important;
  color: var(--fc-audio-text) !important;
  cursor: pointer !important;
  display: flex !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  gap: 8px !important;
  min-height: 42px !important;
  padding: 9px 11px !important;
}

.fc-audio-create-page .fc-audio-schedule-toggle {
  margin-bottom: 12px !important;
}

.fc-audio-create-page .fc-audio-option-grid input,
.fc-audio-create-page .fc-audio-schedule-toggle input {
  accent-color: var(--fc-audio-accent) !important;
  height: 16px !important;
  width: 16px !important;
}

.fc-audio-create-page .fc-audio-access {
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 0 14px !important;
}

.fc-audio-create-page .fc-audio-access label {
  cursor: pointer !important;
  margin: 0 !important;
}

.fc-audio-create-page .fc-audio-access input {
  display: none !important;
}

.fc-audio-create-page .fc-audio-access span {
  background: var(--fc-audio-surface-soft) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 7px !important;
  display: block !important;
  min-height: 98px !important;
  padding: 12px !important;
}

.fc-audio-create-page .fc-audio-access input:checked + span {
  background: color-mix(in srgb, var(--fc-audio-accent) 9%, var(--fc-audio-surface)) !important;
  border-color: var(--fc-audio-accent) !important;
  box-shadow: inset 0 0 0 1px var(--fc-audio-accent) !important;
}

.fc-audio-create-page .fc-audio-access i {
  color: var(--fc-audio-accent) !important;
  display: block !important;
  font-size: 18px !important;
  margin-bottom: 8px !important;
}

.fc-audio-create-page .fc-audio-access strong,
.fc-audio-create-page .fc-audio-access em {
  display: block !important;
  font-style: normal !important;
}

.fc-audio-create-page .fc-audio-access strong {
  color: var(--fc-audio-text) !important;
  font-size: 14px !important;
}

.fc-audio-create-page .fc-audio-access em {
  color: var(--fc-audio-muted) !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  margin-top: 4px !important;
}

.fc-audio-create-page .fc-audio-primary,
.fc-audio-watch-page .fc-audio-primary,
.fc-audio-create-page .fc-audio-room-actions button,
.fc-audio-watch-page .fc-audio-room-actions button,
.fc-audio-create-page .fc-audio-room-actions a,
.fc-audio-watch-page .fc-audio-room-actions a,
.fc-audio-watch-page .fc-audio-action-link {
  align-items: center !important;
  background: var(--fc-audio-accent) !important;
  border: 1px solid var(--fc-audio-accent) !important;
  border-radius: 7px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  gap: 8px !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  text-decoration: none !important;
}

.fc-audio-create-page .fc-audio-primary,
.fc-audio-watch-page .fc-audio-primary {
  width: 100% !important;
}

.fc-audio-create-page .fc-audio-create-error {
  background: color-mix(in srgb, var(--fc-audio-danger) 12%, var(--fc-audio-surface)) !important;
  border: 1px solid color-mix(in srgb, var(--fc-audio-danger) 48%, var(--fc-audio-border)) !important;
  border-radius: 7px !important;
  color: var(--fc-audio-danger) !important;
  margin-bottom: 14px !important;
  padding: 10px 12px !important;
}

.fc-audio-create-page .fc-audio-room,
.fc-audio-watch-page .fc-audio-room {
  padding: 18px !important;
}

.fc-audio-create-page .fc-audio-room-hero,
.fc-audio-watch-page .fc-audio-room-hero {
  align-items: center !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  margin-bottom: 18px !important;
}

.fc-audio-create-page .fc-audio-room-host,
.fc-audio-watch-page .fc-audio-room-host {
  height: 76px !important;
  width: 76px !important;
}

.fc-audio-create-page .fc-audio-room-hero strong,
.fc-audio-watch-page .fc-audio-room-hero strong {
  color: var(--fc-audio-text) !important;
  display: block !important;
  font-size: clamp(20px, 3vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  margin: 2px 0 5px !important;
  overflow-wrap: anywhere !important;
}

.fc-audio-create-page .fc-audio-space-meta,
.fc-audio-watch-page .fc-audio-space-meta {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 7px !important;
}

.fc-audio-create-page .fc-audio-space-meta > span,
.fc-audio-watch-page .fc-audio-space-meta > span {
  background: var(--fc-audio-surface-soft) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 6px !important;
  color: var(--fc-audio-muted) !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 5px 7px !important;
}

.fc-audio-create-page .fc-audio-space-meta > .is-live,
.fc-audio-watch-page .fc-audio-space-meta > .is-live {
  background: color-mix(in srgb, var(--fc-audio-danger) 10%, var(--fc-audio-surface)) !important;
  border-color: color-mix(in srgb, var(--fc-audio-danger) 32%, var(--fc-audio-border)) !important;
  color: var(--fc-audio-danger) !important;
}

.fc-audio-create-page .fc-audio-pinned,
.fc-audio-watch-page .fc-audio-pinned {
  display: grid !important;
  gap: 7px !important;
  margin: 0 0 14px !important;
}

.fc-audio-create-page .fc-audio-pinned > div,
.fc-audio-watch-page .fc-audio-pinned > div {
  align-items: center !important;
  background: color-mix(in srgb, var(--fc-audio-accent) 7%, var(--fc-audio-surface)) !important;
  border: 1px solid color-mix(in srgb, var(--fc-audio-accent) 28%, var(--fc-audio-border)) !important;
  border-radius: 7px !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: space-between !important;
  min-width: 0 !important;
  padding: 9px 10px !important;
}

.fc-audio-create-page .fc-audio-pinned a,
.fc-audio-watch-page .fc-audio-pinned a,
.fc-audio-create-page .fc-audio-pinned > div > span,
.fc-audio-watch-page .fc-audio-pinned > div > span {
  align-items: center !important;
  color: var(--fc-audio-text) !important;
  display: flex !important;
  gap: 9px !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.fc-audio-create-page .fc-audio-pinned i,
.fc-audio-watch-page .fc-audio-pinned i {
  color: var(--fc-audio-accent) !important;
}

.fc-audio-create-page .fc-audio-pinned span span,
.fc-audio-watch-page .fc-audio-pinned span span,
.fc-audio-create-page .fc-audio-pinned a span,
.fc-audio-watch-page .fc-audio-pinned a span {
  min-width: 0 !important;
}

.fc-audio-create-page .fc-audio-pinned small,
.fc-audio-watch-page .fc-audio-pinned small,
.fc-audio-create-page .fc-audio-pinned strong,
.fc-audio-watch-page .fc-audio-pinned strong {
  display: block !important;
}

.fc-audio-create-page .fc-audio-pinned small,
.fc-audio-watch-page .fc-audio-pinned small {
  color: var(--fc-audio-muted) !important;
  font-size: 10px !important;
}

.fc-audio-create-page .fc-audio-pinned strong,
.fc-audio-watch-page .fc-audio-pinned strong {
  color: var(--fc-audio-text) !important;
  font-size: 13px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fc-audio-create-page .fc-audio-pinned button,
.fc-audio-watch-page .fc-audio-pinned button {
  background: transparent !important;
  border: 0 !important;
  color: var(--fc-audio-muted) !important;
  height: 30px !important;
  padding: 0 !important;
  width: 30px !important;
}

.fc-audio-create-page .fc-audio-space-stage,
.fc-audio-watch-page .fc-audio-space-stage {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr)) !important;
}

.fc-audio-create-page .fc-audio-space-speaker,
.fc-audio-watch-page .fc-audio-space-speaker {
  align-items: center !important;
  background: var(--fc-audio-surface-soft) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 7px !important;
  display: grid !important;
  gap: 7px !important;
  justify-items: center !important;
  min-height: 136px !important;
  padding: 12px 8px !important;
  text-align: center !important;
}

.fc-audio-create-page .fc-audio-space-speaker.is-speaking,
.fc-audio-watch-page .fc-audio-space-speaker.is-speaking {
  border-color: var(--fc-audio-success) !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--fc-audio-success) 18%, transparent) !important;
}

.fc-audio-create-page .fc-audio-space-avatar,
.fc-audio-watch-page .fc-audio-space-avatar {
  height: 64px !important;
  position: relative !important;
  width: 64px !important;
}

.fc-audio-create-page .fc-audio-space-avatar span,
.fc-audio-watch-page .fc-audio-space-avatar span {
  align-items: center !important;
  background: var(--fc-audio-accent) !important;
  border: 2px solid var(--fc-audio-surface-soft) !important;
  border-radius: 50% !important;
  bottom: -3px !important;
  color: #fff !important;
  display: inline-flex !important;
  height: 24px !important;
  justify-content: center !important;
  position: absolute !important;
  right: -3px !important;
  width: 24px !important;
}

.fc-audio-create-page .fc-audio-space-speaker strong,
.fc-audio-watch-page .fc-audio-space-speaker strong {
  color: var(--fc-audio-text) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fc-audio-create-page .fc-audio-space-speaker em,
.fc-audio-watch-page .fc-audio-space-speaker em {
  color: var(--fc-audio-muted) !important;
  font-size: 11px !important;
  font-style: normal !important;
}

.fc-audio-create-page .fc-audio-room-actions,
.fc-audio-watch-page .fc-audio-room-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 16px 0 !important;
}

.fc-audio-create-page .fc-audio-room-actions .js_audio-space-host-stop,
.fc-audio-watch-page .fc-audio-room-actions .js_audio-space-host-stop {
  background: color-mix(in srgb, var(--fc-audio-danger) 12%, var(--fc-audio-surface)) !important;
  border-color: color-mix(in srgb, var(--fc-audio-danger) 34%, var(--fc-audio-border)) !important;
  color: var(--fc-audio-danger) !important;
}

.fc-audio-create-page .fc-audio-manager-tools,
.fc-audio-watch-page .fc-audio-manager-tools {
  align-items: center !important;
  border-bottom: 1px solid var(--fc-audio-border) !important;
  border-top: 1px solid var(--fc-audio-border) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  padding: 10px 0 !important;
}

.fc-audio-create-page .fc-audio-manager-tools button,
.fc-audio-watch-page .fc-audio-manager-tools button {
  align-items: center !important;
  background: var(--fc-audio-surface-soft) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 6px !important;
  color: var(--fc-audio-text) !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  gap: 7px !important;
  min-height: 36px !important;
  padding: 0 11px !important;
}

.fc-audio-create-page .fc-audio-manager-tools button:hover,
.fc-audio-watch-page .fc-audio-manager-tools button:hover {
  border-color: var(--fc-audio-accent) !important;
  color: var(--fc-audio-accent) !important;
}

.fc-audio-create-page .fc-audio-management,
.fc-audio-watch-page .fc-audio-management {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 14px !important;
}

.fc-audio-create-page .fc-audio-management section,
.fc-audio-watch-page .fc-audio-management section {
  background: var(--fc-audio-surface-soft) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 7px !important;
  padding: 14px !important;
}

.fc-audio-create-page .fc-audio-participant-search,
.fc-audio-watch-page .fc-audio-participant-search {
  align-items: center !important;
  background: var(--fc-audio-surface-soft) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 7px !important;
  display: flex !important;
  gap: 8px !important;
  grid-column: 1 / -1 !important;
  min-height: 42px !important;
  padding: 0 11px !important;
}

.fc-audio-create-page .fc-audio-participant-search i,
.fc-audio-watch-page .fc-audio-participant-search i {
  color: var(--fc-audio-muted) !important;
}

.fc-audio-create-page .fc-audio-participant-search input,
.fc-audio-watch-page .fc-audio-participant-search input {
  background: transparent !important;
  border: 0 !important;
  color: var(--fc-audio-text) !important;
  font-size: 13px !important;
  min-width: 0 !important;
  outline: 0 !important;
  width: 100% !important;
}

.fc-audio-create-page .fc-audio-participant-search input::placeholder,
.fc-audio-watch-page .fc-audio-participant-search input::placeholder {
  color: var(--fc-audio-muted) !important;
  opacity: 1 !important;
}

.fc-audio-create-page .fc-audio-management-head,
.fc-audio-watch-page .fc-audio-management-head,
.fc-audio-create-page .fc-audio-listener-row,
.fc-audio-watch-page .fc-audio-listener-row {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: space-between !important;
}

.fc-audio-create-page .fc-audio-management-head > span,
.fc-audio-watch-page .fc-audio-management-head > span,
.fc-audio-create-page .fc-audio-listener-controls,
.fc-audio-watch-page .fc-audio-listener-controls {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
}

.fc-audio-create-page .fc-audio-management-head button,
.fc-audio-watch-page .fc-audio-management-head button,
.fc-audio-create-page .fc-audio-listener-controls button,
.fc-audio-watch-page .fc-audio-listener-controls button {
  align-items: center !important;
  background: var(--fc-audio-surface) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 6px !important;
  color: var(--fc-audio-text) !important;
  display: inline-flex !important;
  height: 30px !important;
  justify-content: center !important;
  padding: 0 !important;
  width: 30px !important;
}

.fc-audio-create-page .fc-audio-listener-row > span,
.fc-audio-watch-page .fc-audio-listener-row > span {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.fc-audio-create-page .fc-audio-listener-row strong,
.fc-audio-watch-page .fc-audio-listener-row strong {
  color: var(--fc-audio-text) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fc-audio-create-page .fc-audio-space-request,
.fc-audio-watch-page .fc-audio-space-request,
.fc-audio-create-page .fc-audio-space-listeners > div,
.fc-audio-watch-page .fc-audio-space-listeners > div {
  align-items: center !important;
  color: var(--fc-audio-text) !important;
  display: flex !important;
  gap: 9px !important;
  margin-top: 10px !important;
}

.fc-audio-create-page .fc-audio-space-request img,
.fc-audio-watch-page .fc-audio-space-request img,
.fc-audio-create-page .fc-audio-space-listeners img,
.fc-audio-watch-page .fc-audio-space-listeners img {
  height: 36px !important;
  width: 36px !important;
}

.fc-audio-create-page .fc-audio-space-request button,
.fc-audio-watch-page .fc-audio-space-request button,
.fc-audio-create-page .fc-audio-space-speaker button,
.fc-audio-watch-page .fc-audio-space-speaker button {
  background: var(--fc-audio-surface) !important;
  border: 1px solid var(--fc-audio-border) !important;
  border-radius: 6px !important;
  color: var(--fc-audio-text) !important;
  min-height: 32px !important;
  padding: 0 10px !important;
}

.fc-audio-create-page .fc-audio-speaker-controls,
.fc-audio-watch-page .fc-audio-speaker-controls {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  justify-content: center !important;
}

.fc-audio-create-page .fc-audio-speaker-controls button,
.fc-audio-watch-page .fc-audio-speaker-controls button {
  align-items: center !important;
  display: inline-flex !important;
  height: 30px !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 !important;
  width: 30px !important;
}

.fc-audio-watch-page .fc-audio-gate {
  max-width: 680px !important;
  padding: 28px 20px !important;
  text-align: center !important;
}

.fc-audio-watch-page .fc-audio-gate > i {
  color: var(--fc-audio-accent) !important;
  font-size: 36px !important;
  margin-bottom: 12px !important;
}

.fc-audio-watch-page .fc-audio-gate strong {
  color: var(--fc-audio-text) !important;
  display: block !important;
  font-size: 21px !important;
  font-weight: 900 !important;
}

.fc-audio-watch-page .fc-audio-gate p {
  color: var(--fc-audio-muted) !important;
  margin: 7px 0 18px !important;
}

@media (max-width: 760px) {
  .fc-audio-create-page.fc-live-theme,
  .fc-audio-watch-page.fc-live-theme {
    padding: 80px 8px 24px !important;
  }

  .fc-audio-create-page .fc-audio-create-stage {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    padding: 14px !important;
  }

  .fc-audio-create-page .fc-audio-create-host {
    height: 64px !important;
    width: 64px !important;
  }

  .fc-audio-create-page .fc-audio-create-stage h1 {
    font-size: 21px !important;
  }

  .fc-audio-create-page .fc-audio-create-stage p {
    display: none !important;
  }

  .fc-audio-create-page .fc-audio-access,
  .fc-audio-create-page .fc-audio-field-grid,
  .fc-audio-create-page .fc-audio-option-grid,
  .fc-audio-create-page .fc-audio-management,
  .fc-audio-watch-page .fc-audio-management {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fc-audio-create-page .fc-audio-access span {
    min-height: 0 !important;
  }

  .fc-audio-create-page .fc-audio-room-actions,
  .fc-audio-watch-page .fc-audio-room-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fc-audio-create-page .fc-audio-room-actions > :last-child:nth-child(odd),
  .fc-audio-watch-page .fc-audio-room-actions > :last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 420px) {
  .fc-audio-create-page .fc-audio-create-top,
  .fc-audio-watch-page .fc-audio-watch-top {
    grid-template-columns: 36px minmax(0, 1fr) 36px !important;
    min-height: 52px !important;
  }

  .fc-audio-create-page .fc-audio-icon-btn,
  .fc-audio-watch-page .fc-audio-icon-btn {
    height: 36px !important;
    width: 36px !important;
  }

  .fc-audio-create-page .fc-audio-create-card,
  .fc-audio-create-page .fc-audio-room-card,
  .fc-audio-create-page .fc-audio-room,
  .fc-audio-watch-page .fc-audio-room {
    padding: 14px !important;
  }

  .fc-audio-create-page .fc-audio-room-hero,
  .fc-audio-watch-page .fc-audio-room-hero {
    grid-template-columns: 60px minmax(0, 1fr) !important;
  }

  .fc-audio-create-page .fc-audio-room-host,
  .fc-audio-watch-page .fc-audio-room-host {
    height: 60px !important;
    width: 60px !important;
  }
}

/* Timeline Audio Space card mirrors the Flutter postcard instead of a video player. */
.fc-feed-audio-space {
  --fc-space-accent: var(--bs-primary, #5e72e4);
  margin: 12px 15px 0;
  min-width: 0;
}

.fc-feed-audio-space-legacy {
  margin: 0;
}

.fc-feed-audio-space-link {
  background: #071426;
  background: linear-gradient(
    135deg,
    #0b172a 0%,
    #071426 68%,
    color-mix(in srgb, var(--fc-space-accent) 24%, #071426) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  color: #fff !important;
  display: block;
  letter-spacing: 0;
  min-height: 238px;
  overflow: hidden;
  padding: 18px;
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease;
}

.fc-feed-audio-space-link:hover,
.fc-feed-audio-space-link:focus {
  border-color: color-mix(in srgb, var(--fc-space-accent) 52%, rgba(255, 255, 255, 0.12));
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.fc-feed-audio-space-head,
.fc-feed-audio-space-main,
.fc-feed-audio-space-meta {
  display: flex;
  min-width: 0;
}

.fc-feed-audio-space-head {
  align-items: center;
  justify-content: space-between;
}

.fc-feed-audio-space .fc-feed-audio-space-badge.fc-feed-live-badge {
  background: var(--fc-space-accent);
  font-size: 12px;
  min-height: 28px;
  padding: 7px 10px;
  position: static;
}

.fc-feed-audio-space .fc-feed-audio-space-badge.fc-feed-live-badge.ended {
  background: rgba(255, 255, 255, 0.13);
}

.fc-feed-audio-space .fc-feed-audio-space-badge i {
  font-size: 13px;
}

.fc-feed-audio-space-mark {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.fc-feed-audio-space-main {
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.fc-feed-audio-space-avatar {
  border: 3px solid var(--fc-space-accent);
  border-radius: 50%;
  display: block;
  flex: 0 0 66px;
  height: 66px;
  padding: 3px;
  position: relative;
  width: 66px;
}

.fc-feed-audio-space-avatar img {
  background: #172235;
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-feed-audio-space-avatar > i {
  align-items: center;
  background: var(--fc-space-accent);
  border: 2px solid #071426;
  border-radius: 50%;
  bottom: -2px;
  color: #fff;
  display: flex;
  font-size: 9px;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: -2px;
  width: 20px;
}

html[dir="RTL"] .fc-feed-audio-space-avatar > i {
  left: -2px;
  right: auto;
}

.fc-feed-audio-space-copy {
  display: block;
  min-width: 0;
}

.fc-feed-audio-space-copy strong,
.fc-feed-audio-space-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-feed-audio-space-copy strong {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  max-height: 2.4em;
  white-space: normal;
}

.fc-feed-audio-space-copy small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  white-space: nowrap;
}

.fc-feed-audio-space-meta {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.fc-feed-audio-space .fc-feed-audio-space-pill,
.fc-feed-audio-space .fc-feed-audio-space-viewers.fc-feed-live-viewers {
  align-items: center;
  backdrop-filter: none;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  line-height: 1;
  min-height: 30px;
  padding: 7px 10px;
  position: static;
  white-space: nowrap;
}

.fc-feed-audio-space-pill i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.fc-feed-audio-space-pill em {
  color: inherit;
  font-style: normal;
}

.fc-feed-audio-space-action {
  margin-inline-start: auto;
}

.fc-feed-audio-space-action:not(.is-ended) {
  background: var(--fc-space-accent) !important;
}

.fc-feed-audio-space-action:not(.is-ended) i {
  color: #fff;
}

.fc-feed-audio-space-action.is-ended {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 520px) {
  .fc-feed-audio-space {
    margin: 10px 10px 0;
  }

  .fc-feed-audio-space-legacy {
    margin: 0;
  }

  .fc-feed-audio-space-link {
    border-radius: 16px;
    min-height: 218px;
    padding: 15px;
  }

  .fc-feed-audio-space-main,
  .fc-feed-audio-space-meta {
    margin-top: 15px;
  }

  .fc-feed-audio-space-avatar {
    flex-basis: 58px;
    height: 58px;
    width: 58px;
  }

  .fc-feed-audio-space-copy strong {
    font-size: 18px;
  }

  .fc-feed-audio-space-action {
    margin-inline-start: 0;
  }
}

/* Timeline video LIVE card */
.fc-feed-video-card {
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(20, 28, 45, 0.08);
  margin: 12px 14px 0;
  overflow: hidden;
}

.fc-feed-video-card.fc-feed-live-legacy {
  margin: 0;
}

.fc-feed-video-card .fc-feed-video-player {
  aspect-ratio: 16 / 9 !important;
  background: #080a0f;
  isolation: isolate;
}

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

.fc-feed-video-card .fc-player-message {
  background: linear-gradient(145deg, #171b24 0%, #080a0f 100%);
  gap: 7px;
  padding: 24px;
}

.fc-feed-video-wait-avatar {
  border: 3px solid #ff2d55;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 45, 85, 0.15);
  flex: 0 0 68px;
  height: 68px;
  margin-bottom: 7px;
  position: relative;
  width: 68px;
}

.fc-feed-video-card.is-ended .fc-feed-video-wait-avatar {
  border-color: #77808e;
  box-shadow: 0 0 0 5px rgba(119, 128, 142, 0.14);
}

.fc-feed-video-wait-avatar img {
  border: 2px solid #10131a;
  border-radius: inherit;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-feed-video-wait-avatar b {
  align-items: center;
  background: #ff2d55;
  border: 2px solid #10131a;
  border-radius: 50%;
  bottom: -2px;
  color: #fff;
  display: flex;
  height: 25px;
  justify-content: center;
  position: absolute;
  right: -3px;
  width: 25px;
}

.fc-feed-video-card.is-ended .fc-feed-video-wait-avatar b {
  background: #68717f;
}

.fc-feed-video-card .fc-feed-video-wait-avatar b i {
  color: #fff;
  font-size: 11px;
  margin: 0;
}

.fc-feed-video-card .fc-player-message strong {
  font-size: 19px;
  line-height: 1.3;
}

.fc-feed-video-card .fc-player-message-detail {
  color: #c7ced9;
  font-size: 12px;
  line-height: 1.5;
  max-width: 340px;
}

.fc-feed-video-badges {
  align-items: center;
  display: flex;
  gap: 7px;
  min-width: 0;
}

.fc-feed-video-card .fc-feed-live-badge,
.fc-feed-video-card .fc-feed-live-viewers {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  min-height: 30px;
}

.fc-feed-video-card .fc-feed-video-badge {
  background: #ff2d55;
}

.fc-feed-video-card .fc-feed-video-badge.ended {
  background: rgba(79, 86, 98, 0.92);
}

.fc-feed-video-badge-label {
  color: inherit;
  font-style: normal;
  letter-spacing: 0;
}

.fc-feed-video-viewers > span {
  color: inherit;
  display: inline;
  font-size: inherit;
  margin: 0;
}

.fc-feed-video-card .fc-player-controls {
  opacity: 0.78;
  padding: 42px 14px 12px;
}

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

.fc-feed-video-card .fc-player-controls button {
  background: rgba(8, 10, 15, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  height: 36px;
  width: 36px;
}

.fc-feed-video-card .fc-player-live-line {
  background: rgba(255, 255, 255, 0.3);
}

.fc-feed-video-card .fc-player-live-line span {
  background: #ff2d55;
}

.fc-feed-video-card .fc-feed-live-info {
  align-items: center;
  border-top: 1px solid #e8ecf2;
  gap: 12px;
  min-height: 68px;
  padding: 11px 12px;
}

.fc-feed-video-card .fc-feed-live-info span {
  margin-top: 0;
}

.fc-feed-live-summary {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.fc-feed-video-card .fc-feed-live-host-avatar {
  border: 2px solid var(--fc-live-accent);
  border-radius: 50%;
  display: block;
  flex: 0 0 42px;
  height: 42px;
  overflow: hidden;
  width: 42px;
}

.fc-feed-live-host-avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-feed-video-card .fc-feed-live-copy {
  display: block;
  min-width: 0;
}

.fc-feed-video-card .fc-feed-live-copy strong {
  color: #161a22;
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.fc-feed-video-card .fc-feed-live-copy > span {
  align-items: center;
  color: #68717f;
  display: flex;
  font-size: 12px;
  gap: 0;
  line-height: 1.35;
  margin-top: 3px;
  min-width: 0;
}

.fc-feed-video-card .fc-feed-live-copy b {
  color: inherit;
  font-weight: 700;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-feed-video-card .fc-feed-live-copy em {
  color: inherit;
  flex: 0 0 auto;
  font-style: normal;
}

.fc-feed-video-card .fc-feed-live-tools {
  align-items: center;
  gap: 7px;
}

.fc-feed-video-card .fc-feed-live-tools button {
  background: #eef1f5;
  color: #242a35;
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.fc-feed-video-card .fc-feed-live-tools .fc-feed-live-watch {
  background: var(--fc-live-accent);
  border-radius: 999px;
  color: #fff;
  gap: 7px;
  height: 40px;
  min-width: 112px;
  padding: 0 14px;
  width: auto;
}

.fc-feed-video-card .fc-feed-live-watch.is-ended {
  background: #68717f;
}

.fc-feed-video-card .fc-feed-live-watch span {
  color: inherit;
  display: inline;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.fc-feed-video-card .fc-feed-live-tools a:focus-visible,
.fc-feed-video-card .fc-feed-live-tools button:focus-visible,
.fc-feed-video-card .fc-player-controls button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

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

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

body.night-mode .fc-feed-video-card .fc-feed-live-copy strong {
  color: var(--body-color-dark);
}

body.night-mode .fc-feed-video-card .fc-feed-live-copy > span {
  color: var(--text-muted-dark, #aeb7c4);
}

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

@media (hover: none) {
  .fc-feed-video-card .fc-player-controls {
    opacity: 1;
  }
}

@media (max-width: 520px) {
  .fc-feed-video-card {
    border-radius: 14px;
    margin: 10px 10px 0;
  }

  .fc-feed-video-card.fc-feed-live-legacy {
    margin: 0;
  }

  .fc-feed-video-card .fc-player-message {
    gap: 5px;
    padding: 14px;
  }

  .fc-feed-video-wait-avatar {
    flex-basis: 56px;
    height: 56px;
    margin-bottom: 4px;
    width: 56px;
  }

  .fc-feed-video-card .fc-player-message strong {
    font-size: 16px;
  }

  .fc-feed-video-card .fc-player-message-detail {
    font-size: 11px;
  }

  .fc-feed-video-card .fc-feed-live-overlay {
    left: 9px;
    right: 9px;
    top: 9px;
  }

  .fc-feed-video-card .fc-feed-live-badge,
  .fc-feed-video-card .fc-feed-live-viewers {
    font-size: 11px;
    min-height: 27px;
    padding: 7px 9px;
  }

  .fc-feed-video-card .fc-player-controls {
    gap: 7px;
    padding: 34px 9px 8px;
  }

  .fc-feed-video-card .fc-player-controls button {
    height: 32px;
    width: 32px;
  }

  .fc-feed-video-card .fc-feed-live-info {
    gap: 8px;
    min-height: 62px;
    padding: 9px;
  }

  .fc-feed-video-card .fc-feed-live-host-avatar {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }

  .fc-feed-live-summary {
    gap: 8px;
  }

  .fc-feed-video-card .fc-feed-live-copy b {
    max-width: 96px;
  }

  .fc-feed-video-card .fc-feed-live-tools button,
  .fc-feed-video-card .fc-feed-live-tools .fc-feed-live-watch {
    height: 36px;
  }

  .fc-feed-video-card .fc-feed-live-tools button {
    width: 36px;
  }

  .fc-feed-video-card .fc-feed-live-tools .fc-feed-live-watch {
    min-width: 96px;
    padding: 0 11px;
  }
}

@media (max-width: 360px) {
  .fc-feed-video-card .fc-feed-live-tools .fc-feed-live-watch {
    min-width: 36px;
    padding: 0;
    width: 36px;
  }

  .fc-feed-video-card .fc-feed-live-watch span {
    display: none;
  }
}

/* Live watch activity navigation and chat */
.fc-live-watch-page .fc-live-theme .fc-watch-activity-nav {
  align-items: stretch;
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  isolation: isolate;
  min-width: 0;
  position: relative;
  z-index: 4;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-nav:not(.is-scrollable) {
  grid-template-columns: minmax(0, 1fr);
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-nav:not(.is-scrollable) .fc-watch-activity-scroll {
  display: none;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-scroll {
  align-items: center;
  background: var(--fc-live-surface) !important;
  border: 0;
  color: var(--fc-live-text) !important;
  cursor: pointer;
  display: flex;
  font-size: 10px;
  justify-content: center;
  min-width: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-scroll.is-prev {
  border-inline-end: 1px solid var(--fc-live-border);
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-scroll.is-next {
  border-inline-start: 1px solid var(--fc-live-border);
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-scroll:hover:not(:disabled) {
  background: var(--fc-live-surface-hover) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-scroll:disabled {
  cursor: default;
  opacity: 0.28;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-tabs {
  background: var(--fc-live-surface) !important;
  border: 0 !important;
  cursor: default;
  display: flex !important;
  min-height: 52px !important;
  min-width: 0;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain;
  padding: 0 2px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  touch-action: pan-x;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-tabs::-webkit-scrollbar {
  display: none;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-tabs > button {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  color: var(--fc-live-muted) !important;
  cursor: pointer !important;
  flex: 0 0 auto !important;
  font-size: 10px !important;
  gap: 6px !important;
  min-width: max-content !important;
  padding: 0 12px !important;
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-tabs > button:hover {
  background: var(--fc-live-surface-soft) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-tabs > button.active {
  background: var(--fc-live-surface-soft) !important;
  border-bottom-color: var(--fc-live-accent, #5e72e4) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity-tabs > button em {
  align-items: center;
  background: var(--fc-live-surface-hover) !important;
  color: var(--fc-live-muted) !important;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px !important;
}

html[dir="RTL"] .fc-watch-activity-scroll i {
  transform: rotate(180deg);
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity {
  height: min(760px, calc(100vh - 112px)) !important;
  min-height: 540px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-activity > .fc-watch-chat.is-active {
  display: flex !important;
  height: calc(100% - 53px) !important;
  min-height: 0 !important;
  position: static !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-chat-head {
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  flex: 0 0 52px;
  min-height: 52px !important;
  padding: 0 12px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-chat-head > strong {
  align-items: center;
  color: var(--fc-live-text) !important;
  display: inline-flex;
  font-size: 12px !important;
  gap: 8px;
}

.fc-live-watch-page .fc-live-theme .fc-watch-chat-head > strong::before {
  background: var(--fc-live-danger);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(214, 41, 62, 0.13);
  content: "";
  height: 7px;
  width: 7px;
}

.fc-live-watch-page .fc-live-theme .fc-watch-chat-head button,
.fc-live-watch-page .fc-live-theme .fc-watch-chat-head a {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  color: var(--fc-live-muted) !important;
  cursor: pointer;
  height: 32px !important;
  width: 32px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-chat-head button:hover,
.fc-live-watch-page .fc-live-theme .fc-watch-chat-head a:hover {
  background: var(--fc-live-surface-hover) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-chat {
  position: relative !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation {
  position: relative;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-menu {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
  color: var(--fc-live-text) !important;
  inset-inline-end: 0;
  max-height: min(520px, calc(100vh - 180px));
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  top: 40px;
  width: min(310px, calc(100vw - 32px));
  z-index: 30;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-menu:not(.x-hidden),
.fc-live-watch-page .fc-live-theme .fc-live-muted-panel:not(.x-hidden),
.fc-live-watch-page .fc-live-theme .fc-live-keywords-panel:not(.x-hidden) {
  display: block !important;
}

.fc-live-watch-page .fc-live-theme .js_fc-live-muted-list {
  display: block;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-menu-head {
  align-items: center;
  border-bottom: 1px solid var(--fc-live-border);
  display: flex;
  justify-content: space-between;
  margin: 0 2px 4px;
  min-height: 40px;
  padding: 0 6px 5px 9px;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-menu-head > strong {
  color: var(--fc-live-text) !important;
  font-size: 12px !important;
  font-weight: 800;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-menu-head > button {
  background: transparent !important;
  border: 0 !important;
  color: var(--fc-live-muted) !important;
  height: 28px !important;
  width: 28px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-actions {
  display: grid;
  gap: 2px;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-actions > button {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: var(--fc-live-text) !important;
  display: flex !important;
  font-size: 11px !important;
  gap: 9px !important;
  height: 42px !important;
  justify-content: flex-start !important;
  min-width: 0;
  padding: 0 10px !important;
  text-align: start;
  width: 100% !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-actions > button:hover,
.fc-live-watch-page .fc-live-theme .fc-watch-moderation-actions > button.is-active {
  background: var(--fc-live-surface-soft) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-actions > button > i:first-child {
  color: var(--fc-live-accent, #5e72e4) !important;
  flex: 0 0 18px;
  text-align: center;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-actions > button > span {
  color: var(--fc-live-text) !important;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-actions > button > em {
  align-items: center;
  background: var(--fc-live-surface-hover) !important;
  border-radius: 999px;
  color: var(--fc-live-text) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 9px !important;
  font-style: normal;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-chevron {
  color: var(--fc-live-muted) !important;
  flex: 0 0 auto;
  font-size: 8px !important;
  transition: transform 160ms ease;
}

.fc-live-watch-page .fc-live-theme .fc-watch-moderation-actions > button.is-active .fc-watch-moderation-chevron {
  transform: rotate(90deg);
}

.fc-live-watch-page .fc-live-theme .fc-live-muted-panel,
.fc-live-watch-page .fc-live-theme .fc-live-keywords-panel {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  color: var(--fc-live-text) !important;
  margin: 5px 2px 2px !important;
  padding: 11px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-pinned {
  background: var(--fc-live-surface-soft) !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-pinned > span,
.fc-live-watch-page .fc-live-theme .fc-watch-pinned p,
.fc-live-watch-page .fc-live-theme .fc-watch-pinned p > strong,
.fc-live-watch-page .fc-live-theme .fc-watch-pinned p > span {
  color: var(--fc-live-text) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-pinned > button {
  color: var(--fc-live-muted) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-pinned em {
  background: var(--fc-live-surface-hover) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-watch-page .fc-live-theme .fc-live-muted-panel > strong,
.fc-live-watch-page .fc-live-theme .fc-live-keywords-panel > strong,
.fc-live-watch-page .fc-live-theme .fc-live-muted-user > span,
.fc-live-watch-page .fc-live-theme .fc-live-keyword {
  color: var(--fc-live-text) !important;
}

.fc-live-watch-page .fc-live-theme .fc-live-muted-panel p,
.fc-live-watch-page .fc-live-theme .js_fc-live-keywords-list p {
  color: var(--fc-live-muted) !important;
  opacity: 1 !important;
}

.fc-live-watch-page .fc-live-theme .fc-live-muted-user + .fc-live-muted-user {
  border-top-color: var(--fc-live-border) !important;
}

.fc-live-watch-page .fc-live-theme .fc-live-muted-user > button {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
  height: 30px !important;
  padding: 0 9px !important;
  width: auto !important;
}

.fc-live-watch-page .fc-live-theme .fc-live-keywords-entry input {
  background: var(--fc-live-surface) !important;
  border-color: var(--fc-live-border) !important;
  color: var(--fc-live-text) !important;
  opacity: 1 !important;
}

.fc-live-watch-page .fc-live-theme .fc-live-keywords-entry input::placeholder {
  color: var(--fc-live-muted) !important;
  opacity: 1 !important;
}

.fc-live-watch-page .fc-live-theme .fc-live-keywords-entry > button {
  background: var(--fc-live-accent, #5e72e4) !important;
  border: 0 !important;
  color: #fff !important;
  height: 36px !important;
  width: 36px !important;
}

.fc-live-watch-page .fc-live-theme .fc-live-keyword {
  background: var(--fc-live-surface) !important;
  border-color: var(--fc-live-border) !important;
}

.fc-live-watch-page .fc-live-theme .fc-live-keyword > button {
  background: transparent !important;
  border: 0 !important;
  color: var(--fc-live-muted) !important;
  height: 18px !important;
  width: 18px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-sort {
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  color: var(--fc-live-muted) !important;
  flex: 0 0 auto;
  font-size: 9px !important;
  padding: 9px 12px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
  display: flex !important;
  flex: 1 1 auto;
  min-height: 0 !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .post-comments {
  background: var(--fc-live-surface) !important;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0 !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments {
  background: var(--fc-live-surface) !important;
  flex: 1 1 auto !important;
  gap: 12px !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 12px !important;
  scrollbar-color: var(--fc-live-border) transparent;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments::-webkit-scrollbar-thumb {
  background: var(--fc-live-border) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment {
  gap: 9px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-avatar,
.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  flex-basis: 36px !important;
  height: 36px !important;
  width: 36px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  border: 1px solid var(--fc-live-border) !important;
}

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

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  max-width: 100% !important;
  width: fit-content !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-inner {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  color: var(--fc-live-text) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 9px 11px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-author,
.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-author a,
.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-author span {
  color: var(--fc-live-text) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-text,
.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-text *,
.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .text {
  color: var(--fc-live-text) !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-actions {
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 5px 0 0 4px !important;
  max-width: 100%;
  overflow: visible;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-actions > li,
.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-actions small {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-actions .text-link,
.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-actions .reaction-btn-name,
.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-actions small,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .js_fc-live-pin-comment,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .js_fc-live-mute-user {
  color: var(--fc-live-muted) !important;
  opacity: 1 !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-actions .text-link:hover,
.fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments .comment-actions .reaction-btn-name:hover,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .js_fc-live-pin-comment:hover,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .js_fc-live-mute-user:hover {
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-moderation-action > .text-link {
  align-items: center;
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex !important;
  font-size: 0 !important;
  height: 24px;
  justify-content: center;
  padding: 0 !important;
  width: 26px;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-moderation-action > .text-link:hover {
  background: var(--fc-live-surface-hover) !important;
  border-color: var(--fc-live-accent, #5e72e4);
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-moderation-action > .text-link i {
  color: var(--fc-live-muted) !important;
  font-size: 10px !important;
  margin: 0 !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-moderation-action > .text-danger i,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-moderation-action > .text-danger:hover i {
  color: var(--fc-live-danger) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.has-live-more-open {
  position: relative;
  z-index: 12;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment-actions > .fc-live-comment-more {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  margin-inline-start: auto !important;
  position: relative;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .js_fc-live-comment-more-toggle {
  align-items: center;
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 6px;
  color: var(--fc-live-muted) !important;
  cursor: pointer;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 28px;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-comment-more.is-open .js_fc-live-comment-more-toggle,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .js_fc-live-comment-more-toggle:hover {
  background: var(--fc-live-surface-hover) !important;
  border-color: var(--fc-live-accent, #5e72e4) !important;
  color: var(--fc-live-accent, #5e72e4) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-comment-more-menu:not(.x-hidden) {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px;
  bottom: calc(100% + 7px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  display: grid !important;
  gap: 2px;
  inset-inline-end: 0;
  min-width: 188px;
  padding: 5px;
  position: absolute;
  z-index: 40;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-comment-more.opens-down .fc-live-comment-more-menu:not(.x-hidden) {
  bottom: auto;
  top: calc(100% + 7px);
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-comment-more-menu > button {
  align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 6px;
  color: var(--fc-live-text) !important;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 9px;
  justify-content: flex-start;
  min-height: 36px;
  padding: 0 9px;
  text-align: start;
  width: 100%;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-comment-more-menu > button:hover {
  background: var(--fc-live-surface-soft) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-comment-more-menu > button > i {
  color: var(--fc-live-muted) !important;
  flex: 0 0 18px;
  text-align: center;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-comment-more-menu > button > span {
  color: var(--fc-live-text) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-comment-more-menu > button.text-danger > i,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .fc-live-comment-more-menu > button.text-danger > span {
  color: var(--fc-live-danger) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form {
  align-items: center !important;
  background: var(--fc-live-surface) !important;
  border-top: 1px solid var(--fc-live-border) !important;
  display: flex !important;
  flex: 0 0 auto;
  gap: 8px !important;
  padding: 11px 12px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .comment-avatar,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .comment-avatar-picture {
  flex-basis: 36px !important;
  height: 36px !important;
  width: 36px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .comment-avatar-picture {
  border: 1px solid var(--fc-live-border) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .comment-form {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  min-height: 44px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form textarea.js_post-comment {
  background: transparent !important;
  caret-color: var(--fc-live-accent, #5e72e4) !important;
  color: var(--fc-live-text) !important;
  font-size: 13px !important;
  min-height: 42px !important;
  opacity: 1 !important;
  padding-inline-end: 78px !important;
  padding-inline-start: 12px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form textarea.js_post-comment::placeholder {
  color: var(--fc-live-muted) !important;
  opacity: 1 !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form-tools {
  gap: 4px !important;
  inset-inline-end: 6px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form-tools li {
  align-items: center !important;
  background: transparent !important;
  border-radius: 7px;
  color: var(--fc-live-muted) !important;
  cursor: pointer;
  display: flex !important;
  height: 30px !important;
  justify-content: center !important;
  width: 30px !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form-tools li:hover {
  background: var(--fc-live-surface-hover) !important;
  color: var(--fc-live-text) !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form-tools > li.x-form-tools-post {
  background: var(--fc-live-accent, #5e72e4) !important;
  color: #fff !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form-tools > li.x-form-tools-post:hover {
  filter: brightness(0.96);
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form-tools > li.x-form-tools-post i,
.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form-tools > li.x-form-tools-post:hover i {
  color: #fff !important;
}

.fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form .x-form-tools-emoji i {
  color: var(--fc-live-muted) !important;
}

@media (max-width: 980px) {
  .fc-live-watch-page .fc-live-theme .fc-watch-activity {
    height: min(700px, calc(100vh - 92px)) !important;
    min-height: 520px !important;
  }
}

@media (max-width: 575px) {
  .fc-live-watch-page .fc-live-theme .fc-watch-activity-nav {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
  }

  .fc-live-watch-page .fc-live-theme .fc-watch-activity-tabs > button {
    padding: 0 10px !important;
  }

  .fc-live-watch-page .fc-live-theme .fc-watch-moderation-menu {
    max-height: min(460px, calc(100vh - 150px));
    width: min(300px, calc(100vw - 24px));
  }

  .fc-live-watch-page .fc-live-theme .fc-watch-comments ul.js_live-comments {
    padding: 10px !important;
  }

  .fc-live-watch-page .fc-live-theme .fc-watch-comments .comment.js_comment-form {
    padding: 9px 10px !important;
  }
}

/* Final override layer for the live watch and producer surfaces. */
body.fc-live-watch-page:not(.night-mode) .main-header .logo,
body.fc-live-watch-page:not(.night-mode) .main-header .menu-icon,
body.fc-live-watch-page:not(.night-mode) .navbar-wrapper > ul > li > a,
body.fc-live-watch-page:not(.night-mode) .main-header .header-icon {
  color: var(--body-color, #1d2530) !important;
}

body.fc-live-watch-page:not(.night-mode) .main-header .header-icon *,
body.fc-live-watch-page:not(.night-mode) .main-header .logo svg * {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

body.fc-live-watch-page:not(.night-mode) .main-header .search-wrapper .form-control {
  background: var(--body-bg-color, #f2f2f2) !important;
  color: var(--body-color, #222) !important;
}

body.fc-live-watch-page.night-mode .main-header .logo,
body.fc-live-watch-page.night-mode .main-header .menu-icon,
body.fc-live-watch-page.night-mode .navbar-wrapper > ul > li > a,
body.fc-live-watch-page.night-mode .main-header .header-icon {
  color: var(--body-color-dark, #eef3f8) !important;
}

body.fc-live-watch-page.night-mode .main-header .search-wrapper .form-control {
  background: var(--body-bg-color-dark, #1e252b) !important;
  color: var(--body-color-dark, #eef3f8) !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch > .fc-live-watch-grid {
  gap: 16px !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 360px) !important;
  margin: 0 auto !important;
  max-width: 1500px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-watch-main,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-side {
  gap: 14px !important;
  max-width: none !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-info-card {
  display: grid !important;
  gap: 14px 20px !important;
  grid-template-areas: "summary interactions" "metrics metrics" !important;
  grid-template-columns: minmax(215px, 0.72fr) minmax(0, 1.28fr) !important;
  padding: 16px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-summary {
  display: grid;
  gap: 9px;
  grid-area: summary;
  min-width: 0;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-interactions {
  align-content: center;
  display: grid;
  gap: 7px;
  grid-area: interactions;
  min-width: 0;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-author,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-title {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions {
  border: 0 !important;
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions-primary {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions-secondary {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions > button,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-control > button {
  align-items: center !important;
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  color: var(--fc-live-text) !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  gap: 6px !important;
  height: 36px !important;
  justify-content: center !important;
  min-width: 0 !important;
  overflow: hidden;
  padding: 0 7px !important;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100% !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-control {
  min-width: 0;
  position: relative;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-menu:not(.x-hidden) {
  align-items: center;
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px;
  bottom: calc(100% + 8px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  display: flex !important;
  gap: 3px;
  inset-inline-start: 0;
  padding: 5px;
  position: absolute;
  z-index: 80;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-menu button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px;
  cursor: pointer;
  font-size: 19px;
  height: 30px;
  line-height: 1;
  padding: 0;
  width: 30px;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics {
  border-top: 1px solid var(--fc-live-border) !important;
  display: grid !important;
  gap: 8px !important;
  grid-area: metrics;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding-top: 13px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics > div {
  align-items: center !important;
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  display: grid !important;
  gap: 1px 7px !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  min-height: 52px !important;
  padding: 7px 9px !important;
  text-align: start !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics > div > i {
  color: var(--fc-live-accent, #5e72e4) !important;
  grid-row: span 2;
  margin: 0 !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-activity {
  height: min(674px, calc(100vh - 102px)) !important;
  min-height: 540px !important;
  overflow: visible !important;
  top: 82px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-chat,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-comments,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-comments .post-comments {
  overflow: visible !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-watch-chat {
  display: flex !important;
  flex-direction: column !important;
  height: min(674px, calc(100vh - 102px)) !important;
  min-height: 540px !important;
  overflow: visible !important;
}

body.fc-live-create-page .fc-live-theme .fc-live-create-watch .fc-live-activity-card {
  overflow: visible !important;
}

@media (max-width: 1020px) {
  body.fc-live-watch-page .fc-live-theme.fc-live-watch > .fc-live-watch-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-activity {
    position: static !important;
  }
}

@media (max-width: 700px) {
  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-info-card {
    grid-template-areas: "summary" "interactions" "metrics" !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

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

  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* The picker lives inside the comment form, which otherwise clips popovers. */
.fc-live-theme .comment.js_comment-form .comment-form.is-live-picker-open {
  overflow: visible !important;
  position: relative !important;
  z-index: 20;
}

.fc-live-theme .comment.js_comment-form .comment-form.is-live-picker-open .fc-live-chat-picker {
  pointer-events: auto;
}

/* Live actions have labels of different lengths, so they must never use fixed grid cells. */
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions-primary,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions-secondary {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  grid-template-columns: none !important;
  justify-content: flex-end !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions > button,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-control,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-control > button {
  flex: 0 0 auto !important;
  min-width: max-content !important;
  overflow: visible !important;
  width: auto !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions > button,
body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-live-reaction-control > button {
  padding-inline: 12px !important;
}

body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-interactions {
  align-items: flex-end !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  justify-content: center !important;
}

@media (max-width: 700px) {
  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions,
  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions-primary,
  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-actions-secondary {
    justify-content: flex-start !important;
  }

  body.fc-live-watch-page .fc-live-theme.fc-live-watch .fc-watch-interactions {
    align-items: flex-start !important;
  }
}

/* The producer uses a compact grid instead of the watch page's horizontal tab scroller. */
.fc-live-producer-watch .fc-watch-activity-nav {
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  display: block !important;
}

.fc-live-producer-watch .fc-watch-activity-scroll {
  display: none !important;
}

.fc-live-producer-watch .fc-watch-activity-nav .fc-live-activity-tabs {
  border-bottom: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: visible !important;
  padding: 8px !important;
  width: 100% !important;
}

@media (max-width: 560px) {
  .fc-live-producer-watch .fc-watch-activity-nav .fc-live-activity-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Only the selected producer activity panel may occupy the right column. */
.fc-live-create-page .fc-live-producer-watch .fc-live-activity-card > .fc-live-activity-panel:not(.is-active) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}

.fc-live-create-page .fc-live-producer-watch .fc-live-activity-card > .fc-live-activity-panel.is-active:not(.fc-watch-chat) {
  display: block !important;
}

.fc-live-create-page .fc-live-producer-watch .fc-live-activity-card > .fc-watch-chat.fc-live-activity-panel.is-active {
  display: flex !important;
  flex-direction: column !important;
}

/* Keep the producer chat visually aligned with the viewer chat in both themes. */
body.fc-live-create-page .fc-live-producer-watch .fc-watch-chat.is-active {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-chat-head {
  align-items: center !important;
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  display: flex !important;
  flex: 0 0 52px;
  justify-content: space-between;
  min-height: 52px !important;
  padding: 0 12px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-chat-head > strong {
  align-items: center;
  color: var(--fc-live-text) !important;
  display: inline-flex;
  font-size: 12px !important;
  font-weight: 800 !important;
  gap: 8px;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-chat-head > strong::before {
  background: var(--fc-live-danger) !important;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(214, 41, 62, 0.13);
  content: "";
  height: 7px;
  width: 7px;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-chat-head button,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-chat-head a {
  align-items: center !important;
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 7px !important;
  color: var(--fc-live-muted) !important;
  display: inline-flex !important;
  height: 32px !important;
  justify-content: center !important;
  width: 32px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-sort {
  background: var(--fc-live-surface) !important;
  border-bottom: 1px solid var(--fc-live-border) !important;
  color: var(--fc-live-muted) !important;
  flex: 0 0 auto;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 9px 12px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .post-comments {
  background: var(--fc-live-surface) !important;
  color: var(--fc-live-text) !important;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0 !important;
  overflow: visible !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments {
  background: var(--fc-live-surface) !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column;
  gap: 12px !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 12px !important;
  scrollbar-color: var(--fc-live-border) transparent;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment {
  gap: 9px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  flex-basis: 36px !important;
  height: 36px !important;
  width: 36px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-avatar-picture {
  border: 1px solid var(--fc-live-border) !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-data {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner-wrapper {
  max-width: 100% !important;
  width: fit-content !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-inner {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  color: var(--fc-live-text) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 9px 11px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author a,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-author span,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-text,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-text *,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .text {
  color: var(--fc-live-text) !important;
  opacity: 1 !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-text,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-text * {
  font-size: 13px !important;
  line-height: 1.42 !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions {
  align-items: center !important;
  color: var(--fc-live-muted) !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 5px 0 0 4px !important;
  opacity: 1 !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions .text-link,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions .reaction-btn-name,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments ul.js_live-comments .comment-actions small {
  color: var(--fc-live-muted) !important;
  opacity: 1 !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment-actions > .fc-live-comment-more {
  margin-inline-start: auto !important;
  position: relative;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .js_fc-live-comment-more-toggle {
  align-items: center;
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 6px !important;
  color: var(--fc-live-muted) !important;
  display: inline-flex !important;
  height: 24px !important;
  justify-content: center;
  padding: 0 !important;
  width: 28px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .fc-live-comment-more-menu:not(.x-hidden) {
  background: var(--fc-live-surface) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  color: var(--fc-live-text) !important;
  z-index: 50;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form {
  align-items: center !important;
  background: var(--fc-live-surface) !important;
  border-top: 1px solid var(--fc-live-border) !important;
  display: flex !important;
  flex: 0 0 auto;
  gap: 8px !important;
  padding: 11px 12px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-avatar,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-avatar-picture {
  flex-basis: 36px !important;
  height: 36px !important;
  width: 36px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-avatar-picture {
  border: 1px solid var(--fc-live-border) !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .x-form,
body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .comment-form {
  background: var(--fc-live-surface-soft) !important;
  border: 1px solid var(--fc-live-border) !important;
  border-radius: 8px !important;
  min-height: 44px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form textarea.js_post-comment {
  background: transparent !important;
  caret-color: var(--fc-live-accent, #5e72e4) !important;
  color: var(--fc-live-text) !important;
  font-size: 13px !important;
  min-height: 42px !important;
  opacity: 1 !important;
  padding-inline-end: 78px !important;
  padding-inline-start: 12px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form textarea.js_post-comment::placeholder {
  color: var(--fc-live-muted) !important;
  opacity: 1 !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .x-form-tools {
  gap: 4px !important;
  inset-inline-end: 6px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .x-form-tools li {
  align-items: center !important;
  background: transparent !important;
  border-radius: 7px;
  color: var(--fc-live-muted) !important;
  display: flex !important;
  height: 30px !important;
  justify-content: center !important;
  width: 30px !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .x-form-tools > li.x-form-tools-post {
  background: var(--fc-live-accent, #5e72e4) !important;
  color: #fff !important;
}

body.fc-live-create-page .fc-live-producer-watch .fc-watch-comments .comment.js_comment-form .x-form-tools > li.x-form-tools-post i {
  color: #fff !important;
}
