/* FSOnline — comunitate, rapoarte și Vezi împreună v2 */

:root {
  --community-bg: #0c0c10;
  --community-panel: #18171c;
  --community-panel-2: #18171c;
  --community-panel-3: #18171c;
  --community-border: rgba(185, 176, 179, 0.18);
  --community-border-strong: rgba(218, 211, 213, 0.34);
  --community-text: #f5f2f3;
  --community-muted: #b9b0b3;
  --community-blue: #b9b0b3;
  --community-blue-strong: #b9b0b3;
  --community-blue-soft: rgba(185, 176, 179, 0.14);
  --community-green: #59d59f;
  --community-red: #ff7c8a;
  --community-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

/* Keep every modal out of the initial paint, even when legacy modal CSS is present. */
.community-modal[hidden],
.watch-party-room[hidden],
.watch-party-start[hidden],
.community-replying[hidden],
.watch-party-host-controls[hidden] {
  display: none !important;
}

body.community-modal-open {
  overflow: hidden !important;
}

/* Detail-page actions */
body.site-theme-v1 .page .actions > .community-action-button,
body.site-theme-v1 .page .actions > button.community-action-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-color: rgba(185, 176, 179, 0.28) !important;
  background: linear-gradient(180deg, rgba(24, 23, 28, 0.98), rgba(24, 23, 28, 0.98)) !important;
  color: #f5f2f3 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

body.site-theme-v1 .page .actions > .community-action-button:hover {
  border-color: rgba(185, 176, 179, 0.58) !important;
  background: linear-gradient(180deg, rgba(55, 20, 26, 0.98), rgba(24, 23, 28, 0.98)) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

body.site-theme-v1 .page .actions > .community-action-button--party {
  border-color: rgba(185, 176, 179, 0.44) !important;
  background: linear-gradient(135deg, #ff5063, #b9b0b3) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(255, 80, 99, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

body.site-theme-v1 .page .actions > .community-action-button--report {
  color: #ffc1c7 !important;
  border-color: rgba(255, 124, 138, 0.28) !important;
}

body.site-theme-v1 .page .actions > .community-action-button i {
  display: none !important;
}

body.site-theme-v1 .page .actions > .community-action-button::before {
  content: "" !important;
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 17px !important;
  background: currentColor !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

body.site-theme-v1 .page .actions > .community-action-button--party::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM1.5 20.5v-2.1c0-3.5 2.9-6.4 6.5-6.4s6.5 2.9 6.5 6.4v2.1h-13Zm13.7 0v-2.1c0-1.7-.5-3.3-1.5-4.6.7-.5 1.5-.8 2.3-.8 3.6 0 6.5 2.7 6.5 6.1v1.4h-7.3Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM1.5 20.5v-2.1c0-3.5 2.9-6.4 6.5-6.4s6.5 2.9 6.5 6.4v2.1h-13Zm13.7 0v-2.1c0-1.7-.5-3.3-1.5-4.6.7-.5 1.5-.8 2.3-.8 3.6 0 6.5 2.7 6.5 6.1v1.4h-7.3Z'/%3E%3C/svg%3E") !important;
}

body.site-theme-v1 .page .actions > .community-action-button--report::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 2h2v20H5V2Zm3 1h11.5l-2.7 4 2.7 4H8V3Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 2h2v20H5V2Zm3 1h11.5l-2.7 4 2.7 4H8V3Z'/%3E%3C/svg%3E") !important;
}

/* Comments */
.community-comments,
.community-comments * {
  box-sizing: border-box;
}

.community-comments {
  position: relative;
  margin: 28px 0 8px;
  padding: clamp(18px, 2.4vw, 30px);
  overflow: hidden;
  color: var(--community-text);
  background:
    radial-gradient(circle at 96% 0%, rgba(185, 176, 179, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(24, 23, 28, 0.97), rgba(12, 12, 16, 0.98));
  border: 1px solid var(--community-border);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.community-comments::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(218, 211, 213, 0.55), transparent);
  pointer-events: none;
}

.community-comments__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.community-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--community-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.community-comments__heading h2,
.community-modal__header h2,
.watch-party-room h3,
.watch-party-start h3 {
  margin: 0;
  color: var(--community-text);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.community-comments__heading h2 {
  font-size: clamp(24px, 3vw, 32px);
}

.community-comments__heading h2 span {
  color: var(--community-blue);
  font-size: 0.7em;
}

.community-comments__heading p {
  margin: 7px 0 0;
  color: var(--community-muted);
  font-size: 14px;
  line-height: 1.6;
}

.community-comments__shield {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 8px 12px;
  color: #9beac7;
  background: rgba(45, 160, 112, 0.1);
  border: 1px solid rgba(80, 207, 153, 0.2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.community-scope-tabs {
  display: inline-flex;
  gap: 5px;
  margin: 0 0 20px;
  padding: 5px;
  max-width: 100%;
  background: rgba(12, 12, 16, 0.62);
  border: 1px solid rgba(185, 176, 179, 0.14);
  border-radius: 14px;
}

.community-scope-tab {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 13px;
  color: var(--community-muted);
  background: transparent;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: 0.18s ease;
}

.community-scope-tab b {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 22px;
  padding: 0 6px;
  color: #dad3d5;
  background: rgba(185, 176, 179, 0.13);
  border-radius: 999px;
  font-size: 11px;
}

.community-scope-tab:hover,
.community-scope-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 80, 99, 0.74), rgba(185, 176, 179, 0.5));
  box-shadow: 0 8px 18px rgba(176, 6, 16, 0.17);
}

.community-scope-tab.is-active b {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.community-setup-notice,
.community-login-card {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
  padding: 14px 16px;
  background: rgba(24, 23, 28, 0.82);
  border: 1px solid var(--community-border);
  border-radius: 14px;
}

.community-setup-notice > i,
.community-login-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #dad3d5;
  background: var(--community-blue-soft);
  border-radius: 11px;
}

.community-setup-notice div,
.community-login-card > div:last-child {
  display: grid;
  gap: 3px;
}

.community-setup-notice strong,
.community-login-card strong {
  color: #f5f2f3;
  font-size: 14px;
}

.community-setup-notice span,
.community-login-card span {
  color: var(--community-muted);
  font-size: 13px;
  line-height: 1.45;
}

.community-login-card a {
  color: #dad3d5;
  font-weight: 750;
}

.community-composer {
  position: relative;
  margin-bottom: 24px;
  padding: 16px;
  background: rgba(12, 12, 16, 0.58);
  border: 1px solid rgba(185, 176, 179, 0.18);
  border-radius: 17px;
}

.community-composer:focus-within {
  border-color: rgba(185, 176, 179, 0.46);
  box-shadow: 0 0 0 3px rgba(255, 80, 99, 0.08);
}

.community-composer__label {
  display: block;
  margin-bottom: 8px;
  color: #f5f2f3;
  font-size: 13px;
  font-weight: 750;
}

.community-composer textarea,
.community-field textarea,
.community-field select,
.watch-party-join input,
.watch-party-position input,
.watch-party-chat input {
  width: 100%;
  color: var(--community-text) !important;
  background: rgba(12, 12, 16, 0.92) !important;
  border: 1px solid rgba(185, 176, 179, 0.22) !important;
  border-radius: 12px !important;
  outline: 0;
  font: inherit !important;
  box-shadow: none !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.community-composer textarea {
  display: block;
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.55;
}

.community-composer textarea::placeholder,
.community-field textarea::placeholder,
.watch-party-join input::placeholder,
.watch-party-position input::placeholder,
.watch-party-chat input::placeholder {
  color: #948b8e;
  opacity: 1;
}

.community-composer textarea:focus,
.community-field textarea:focus,
.community-field select:focus,
.watch-party-join input:focus,
.watch-party-position input:focus,
.watch-party-chat input:focus {
  border-color: rgba(185, 176, 179, 0.7) !important;
  box-shadow: 0 0 0 3px rgba(185, 176, 179, 0.12) !important;
}

.community-composer__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
}

.community-composer__rules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #948b8e;
  font-size: 11px;
}

.community-composer__rules span {
  position: relative;
  padding-left: 10px;
}

.community-composer__rules span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #948b8e;
  border-radius: 50%;
}

.community-composer__submit {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.community-counter {
  color: #948b8e;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.community-counter b {
  color: #dad3d5;
}

.community-primary-button,
.community-danger-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 42px !important;
  padding: 0 15px !important;
  border-radius: 11px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.community-primary-button {
  color: #fff !important;
  background: linear-gradient(135deg, #ff5063, #b9b0b3) !important;
  border: 1px solid rgba(218, 211, 213, 0.46) !important;
  box-shadow: 0 8px 20px rgba(176, 6, 16, 0.22) !important;
}

.community-danger-button {
  color: #fff !important;
  background: linear-gradient(135deg, #bc4858, #dd6673) !important;
  border: 1px solid rgba(255, 157, 166, 0.35) !important;
}

.community-primary-button:disabled,
.community-danger-button:disabled,
.community-composer button:disabled,
.watch-party-shell button:disabled {
  cursor: wait !important;
  opacity: 0.62 !important;
}

.community-replying {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -3px 0 12px;
  padding: 9px 11px;
  color: #dad3d5;
  background: rgba(185, 176, 179, 0.1);
  border: 1px solid rgba(185, 176, 179, 0.2);
  border-radius: 10px;
  font-size: 12px;
}

.community-replying button {
  appearance: none;
  width: 26px;
  height: 26px;
  padding: 0;
  color: #f5f2f3;
  background: rgba(255, 255, 255, 0.06);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.community-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.community-form-status {
  min-height: 18px;
  margin: 10px 0 0;
  color: #dad3d5;
  font-size: 12px;
  line-height: 1.45;
}

.community-form-status.is-error {
  color: #ff9aa6;
}

.community-form-status.is-success {
  color: #7de1b6;
}

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

.community-comment {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 14px;
  color: #f5f2f3;
  background: rgba(12, 12, 16, 0.56);
  border: 1px solid rgba(185, 176, 179, 0.13);
  border-radius: 15px;
}

.community-comment:hover {
  border-color: rgba(185, 176, 179, 0.24);
  background: rgba(12, 12, 16, 0.68);
}

.community-comment__rail {
  display: none;
}

.community-comment__avatar-wrap {
  position: relative;
  z-index: 1;
}

.community-comment__avatar {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: cover;
  background: #18171c;
  border: 2px solid rgba(185, 176, 179, 0.28);
  border-radius: 13px;
}

.community-comment__body {
  min-width: 0;
}

.community-comment__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.community-comment__identity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.community-comment__user {
  max-width: 240px;
  overflow: hidden;
  color: #f5f2f3 !important;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-comment__scope {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 3px 7px;
  color: #dad3d5;
  background: rgba(185, 176, 179, 0.11);
  border: 1px solid rgba(185, 176, 179, 0.16);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.community-comment__time {
  flex: 0 0 auto;
  color: #948b8e;
  font-size: 10px;
  line-height: 1.5;
  white-space: nowrap;
}

.community-comment__text {
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: #dad3d5;
  font-size: 13px;
  line-height: 1.65;
}

.community-comment__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.community-link-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: #b9b0b3;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.community-link-button:hover {
  color: #f5f2f3;
}

.community-link-button--report,
.community-comment__actions .community-link-button--report {
  color: #b88691;
}

.community-link-button--report:hover {
  color: #ff9eaa;
}

.community-thread {
  margin-top: 13px;
}

.community-thread > summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #b9b0b3;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.community-thread > summary::-webkit-details-marker {
  display: none;
}

.community-thread[open] > summary i {
  transform: rotate(180deg);
}

.community-thread__children {
  position: relative;
  display: grid;
  gap: 9px;
  margin-top: 11px;
  padding-left: 16px;
}

.community-thread__children::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(rgba(185, 176, 179, 0.35), rgba(185, 176, 179, 0.04));
}

.community-thread__children .community-comment {
  background: rgba(24, 23, 28, 0.52);
  border-radius: 13px;
}

.community-empty {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 36px 18px;
  color: var(--community-muted);
  text-align: center;
  background: rgba(12, 12, 16, 0.42);
  border: 1px dashed rgba(185, 176, 179, 0.2);
  border-radius: 15px;
}

.community-empty__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: rgba(185, 176, 179, 0.11);
  border-radius: 14px;
  font-size: 20px;
}

.community-empty p {
  margin: 0;
  font-size: 13px;
}

.community-comments__loading {
  position: relative;
  min-height: 90px;
  opacity: 0.5;
  pointer-events: none;
}

/* Modal layer */
.community-modal,
.community-modal * {
  box-sizing: border-box;
}

.community-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1200000 !important;
  display: grid !important;
  place-items: center !important;
  padding: 22px !important;
  overflow: auto !important;
  isolation: isolate;
}

.community-modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(12, 12, 16, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.community-modal__panel {
  width: min(100%, 520px);
  overflow: hidden;
  color: var(--community-text);
  background:
    radial-gradient(circle at 100% 0%, rgba(185, 176, 179, 0.15), transparent 35%),
    linear-gradient(145deg, #18171c, #0c0c10);
  border: 1px solid rgba(185, 176, 179, 0.24);
  border-radius: 20px;
  box-shadow: var(--community-shadow);
  animation: community-modal-in 0.2s ease both;
}

.community-modal__panel--party {
  width: min(100%, 1050px);
  max-height: min(820px, calc(100vh - 44px));
  overflow: auto;
}

@keyframes community-modal-in {
  from { opacity: 0; transform: translateY(8px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.community-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 20px;
  border-bottom: 1px solid rgba(185, 176, 179, 0.14);
}

.community-modal__header h2 {
  font-size: 21px;
}

.community-modal__close {
  appearance: none;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #dad3d5;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(185, 176, 179, 0.15);
  border-radius: 11px;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.community-modal__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.community-modal__content {
  display: grid;
  gap: 15px;
  padding: 20px;
}

.community-modal__lead {
  margin: 0;
  color: var(--community-muted);
  font-size: 13px;
  line-height: 1.55;
}

.community-field {
  display: grid;
  gap: 7px;
}

.community-field > span,
.watch-party-join label > span,
.watch-party-position label > span {
  color: #dad3d5;
  font-size: 12px;
  font-weight: 750;
}

.community-field small {
  color: #948b8e;
  font-weight: 500;
}

.community-field select {
  height: 44px;
  padding: 0 12px;
}

.community-field select option {
  color: #f5f2f3;
  background: #18171c;
}

.community-field textarea {
  min-height: 110px;
  padding: 12px;
  resize: vertical;
  line-height: 1.5;
}

.community-report-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 11px 12px;
  color: #b9b0b3;
  background: rgba(12, 12, 16, 0.56);
  border-radius: 11px;
  font-size: 11px;
  line-height: 1.5;
}

.community-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  padding: 15px 20px;
  background: rgba(12, 12, 16, 0.34);
  border-top: 1px solid rgba(185, 176, 179, 0.13);
}

/* VeziÎmpreună */
.watch-party-shell {
  padding: 20px;
}

.watch-party-start {
  display: grid;
  gap: 18px;
  max-width: 620px;
  margin: 0 auto;
  padding: 20px 8px 10px;
}

.watch-party-hero {
  display: flex;
  align-items: center;
  gap: 15px;
}

.watch-party-hero__icon {
  display: grid;
  place-items: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  color: #f5f2f3;
  background: linear-gradient(145deg, rgba(255, 80, 99, 0.34), rgba(185, 176, 179, 0.12));
  border: 1px solid rgba(185, 176, 179, 0.22);
  border-radius: 17px;
  font-size: 22px;
}

.watch-party-start h3 {
  font-size: 22px;
}

.watch-party-start p,
.watch-party-room__top p,
.watch-party-tip p {
  margin: 5px 0 0;
  color: var(--community-muted);
  font-size: 12px;
  line-height: 1.55;
}

.watch-party-create {
  width: 100%;
  min-height: 48px !important;
}

.watch-party-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #948b8e;
  font-size: 11px;
}

.watch-party-divider::before,
.watch-party-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(185, 176, 179, 0.13);
}

.watch-party-divider span {
  padding: 0 12px;
}

.watch-party-join {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
}

.watch-party-join label,
.watch-party-position label {
  display: grid;
  gap: 7px;
}

.watch-party-join input,
.watch-party-position input {
  height: 44px;
  padding: 0 12px;
  text-transform: uppercase;
}

.watch-party-join button {
  min-height: 44px !important;
}

.watch-party-room {
  min-width: 0;
}

.watch-party-room__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(185, 176, 179, 0.14);
}

.watch-party-room__top h3 {
  max-width: 580px;
  margin-top: 5px;
  font-size: 19px;
}

.watch-party-room__top strong {
  color: #dad3d5;
  letter-spacing: 0.12em;
}

.watch-party-room__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #b9b0b3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.watch-party-room__status::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #b9b0b3;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(185, 176, 179, 0.1);
}

.watch-party-room__status.is-playing::before {
  background: var(--community-green);
  box-shadow: 0 0 0 4px rgba(89, 213, 159, 0.12);
}

.watch-party-room__status.is-countdown::before {
  background: #ffc671;
  box-shadow: 0 0 0 4px rgba(255, 198, 113, 0.12);
}

.watch-party-room__share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.watch-party-room__share .btn,
.watch-party-host-controls .btn,
.watch-party-ready,
.watch-party-join .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.watch-party-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 16px;
  min-width: 0;
}

.watch-party-main {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.watch-party-sync,
.watch-party-host-controls,
.watch-party-chat,
.watch-party-sidebar {
  background: rgba(12, 12, 16, 0.52);
  border: 1px solid rgba(185, 176, 179, 0.14);
  border-radius: 15px;
}

.watch-party-sync {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px;
}

.watch-party-sync__display {
  min-width: 0;
}

.watch-party-sync__display > span {
  display: block;
  color: #b9b0b3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.watch-party-sync__display > strong {
  display: block;
  margin-top: 3px;
  color: #f5f2f3;
  font-size: 31px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
}

.watch-party-sync__display > p {
  margin: 2px 0 0;
  color: #b9b0b3;
  font-size: 11px;
  line-height: 1.45;
}

.watch-party-ready.is-ready {
  color: #dffcef !important;
  background: rgba(49, 164, 115, 0.2) !important;
  border-color: rgba(80, 205, 151, 0.34) !important;
}

.watch-party-host-controls {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.watch-party-host-controls h4,
.watch-party-chat h4,
.watch-party-sidebar h4 {
  margin: 0;
  color: #f5f2f3;
  font-size: 12px;
  font-weight: 800;
}

.watch-party-control-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.watch-party-position {
  display: grid;
  grid-template-columns: minmax(140px, 220px) auto;
  align-items: end;
  gap: 9px;
}

.watch-party-position input {
  text-transform: none;
}

.watch-party-chat {
  display: grid;
  grid-template-rows: auto minmax(160px, 270px) auto;
  min-height: 260px;
  overflow: hidden;
}

.watch-party-chat > header,
.watch-party-sidebar > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 13px;
  border-bottom: 1px solid rgba(185, 176, 179, 0.12);
}

.watch-party-chat > header span,
.watch-party-sidebar > header span {
  color: #948b8e;
  font-size: 10px;
}

.watch-party-messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 12px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: #5b5356 transparent;
  scrollbar-width: thin;
}

.watch-party-message {
  align-self: flex-start;
  max-width: min(82%, 520px);
  padding: 8px 10px;
  color: #dad3d5;
  background: rgba(24, 23, 28, 0.78);
  border: 1px solid rgba(185, 176, 179, 0.13);
  border-radius: 10px 10px 10px 3px;
  overflow-wrap: anywhere;
}

.watch-party-message.is-mine {
  align-self: flex-end;
  background: rgba(255, 80, 99, 0.35);
  border-color: rgba(185, 176, 179, 0.22);
  border-radius: 10px 10px 3px 10px;
}

.watch-party-message__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 3px;
  color: #948b8e;
  font-size: 9px;
}

.watch-party-message__meta strong {
  color: #dad3d5;
  font-weight: 800;
}

.watch-party-message__text {
  font-size: 11px;
  line-height: 1.45;
}

.watch-party-chat > form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid rgba(185, 176, 179, 0.12);
}

.watch-party-chat input {
  height: 38px;
  padding: 0 10px;
  font-size: 11px !important;
}

.watch-party-chat button[type="submit"] {
  appearance: none;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #fff;
  background: linear-gradient(135deg, #ff5063, #b9b0b3);
  border: 1px solid rgba(218, 211, 213, 0.35);
  border-radius: 10px;
  cursor: pointer;
}

.watch-party-sidebar {
  align-self: stretch;
  min-width: 0;
  overflow: hidden;
}

.watch-party-members {
  display: grid;
  gap: 7px;
  max-height: 330px;
  padding: 11px;
  overflow: auto;
}

.watch-party-member {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: rgba(24, 23, 28, 0.65);
  border: 1px solid rgba(185, 176, 179, 0.1);
  border-radius: 10px;
}

.watch-party-member__avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #f5f2f3;
  background: rgba(255, 80, 99, 0.19);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.watch-party-member__name {
  min-width: 0;
  overflow: hidden;
  color: #f5f2f3;
  font-size: 11px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.watch-party-member__badge {
  color: #948b8e;
  font-size: 9px;
  font-weight: 750;
}

.watch-party-member.is-ready .watch-party-member__badge {
  color: #68d6a7;
}

.watch-party-member.is-host .watch-party-member__avatar {
  color: #fff1c9;
  background: rgba(218, 165, 69, 0.18);
}

.watch-party-tip {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 11px 11px;
  padding: 10px;
  color: #948b8e;
  background: rgba(255, 80, 99, 0.08);
  border-radius: 10px;
}

.watch-party-tip p {
  margin: 0;
  font-size: 10px;
}

/* Toasts */
.community-toast-region {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200100;
  display: grid;
  gap: 9px;
  width: min(360px, calc(100vw - 36px));
  pointer-events: none;
}

.community-toast {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  color: #f5f2f3;
  background: rgba(24, 23, 28, 0.98);
  border: 1px solid rgba(185, 176, 179, 0.26);
  border-radius: 13px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.38);
  animation: community-toast-in 0.2s ease both;
}

.community-toast > i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #dad3d5;
  background: rgba(185, 176, 179, 0.14);
  border-radius: 9px;
}

.community-toast.is-error {
  border-color: rgba(255, 124, 138, 0.3);
}

.community-toast.is-error > i {
  color: #ff9ba6;
  background: rgba(214, 78, 94, 0.12);
}

.community-toast span {
  font-size: 12px;
  line-height: 1.45;
}

@keyframes community-toast-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  /* Keep the new actions understandable on phones. The older icon-only rule
     left large blank buttons because the action row still allowed them to grow. */
  body.site-theme-v1 .page .actions > .community-action-button {
    min-width: 0 !important;
    width: auto !important;
    padding: 0 11px !important;
    white-space: nowrap !important;
  }

  body.site-theme-v1 .page .actions > .community-action-button > span {
    display: inline !important;
  }

  body.site-theme-v1 .page .actions > .share-wrapper {
    flex: 1 1 calc(50% - 8px) !important;
    width: auto !important;
    min-width: 0 !important;
  }

  body.site-theme-v1 .page .actions > .share-wrapper > #btn-share {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 11px !important;
    white-space: nowrap !important;
  }

  .community-comments {
    margin-top: 20px;
    border-radius: 18px;
  }

  .community-comments__heading {
    display: grid;
  }

  .community-comments__shield {
    width: max-content;
  }

  .community-composer__footer {
    align-items: flex-end;
  }

  .community-composer__rules {
    display: grid;
    gap: 4px;
  }

  .watch-party-grid {
    grid-template-columns: 1fr;
  }

  .watch-party-sidebar {
    order: -1;
  }

  .watch-party-members {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 190px;
  }
}

@media (max-width: 640px) {
  .community-modal {
    align-items: end !important;
    padding: 0 !important;
  }

  .community-modal__panel,
  .community-modal__panel--party {
    width: 100%;
    max-height: min(92dvh, 860px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 20px 20px 0 0;
  }

  .community-modal__header,
  .community-modal__content,
  .community-modal__footer,
  .watch-party-shell {
    padding-right: 15px;
    padding-left: 15px;
  }

  .community-comments {
    padding: 16px;
  }

  .community-comments__heading h2 {
    font-size: 24px;
  }

  .community-scope-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .community-scope-tab {
    min-width: 0;
    padding-right: 9px;
    padding-left: 9px;
  }

  .community-scope-tab span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .community-composer {
    padding: 13px;
  }

  .community-composer__footer {
    display: grid;
  }

  .community-composer__rules {
    grid-template-columns: 1fr 1fr;
  }

  .community-composer__submit {
    justify-content: space-between;
  }

  .community-comment {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .community-comment__avatar {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .community-comment__header {
    display: grid;
    gap: 4px;
  }

  .community-comment__time {
    white-space: normal;
  }

  .community-thread__children {
    padding-left: 9px;
  }

  .community-thread__children::before {
    display: none;
  }

  .watch-party-start {
    padding-top: 8px;
  }

  .watch-party-hero {
    align-items: flex-start;
  }

  .watch-party-join {
    grid-template-columns: 1fr;
  }

  .watch-party-room__top {
    display: grid;
  }

  .watch-party-room__share {
    justify-content: flex-start;
  }

  .watch-party-sync {
    align-items: flex-start;
    flex-direction: column;
  }

  .watch-party-ready {
    width: 100%;
  }

  .watch-party-control-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .watch-party-control-row .community-primary-button {
    grid-column: 1 / -1;
  }

  .watch-party-position {
    grid-template-columns: 1fr;
  }

  .watch-party-members {
    grid-template-columns: 1fr;
  }

  .community-modal__footer > .btn {
    flex: 1 1 0;
  }

  .community-toast-region {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .community-modal__panel,
  .community-toast {
    animation: none !important;
  }

  .community-comments *,
  .community-modal * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* V4 simple community UI — deliberately flat and compact. */
.community-comments--simple { padding: 16px !important; border-radius: 14px !important; background: #0c0c10 !important; }
.community-comments--simple .community-comments__heading { display:block !important; margin:0 0 12px !important; padding:0 !important; border:0 !important; }
.community-comments--simple .community-comments__heading h2 { margin:0 !important; font-size:20px !important; }
.community-comments--simple .community-scope-tabs { gap:6px !important; margin:0 0 12px !important; padding:0 !important; background:transparent !important; border:0 !important; }
.community-comments--simple .community-scope-tab { min-height:34px !important; padding:0 10px !important; border-radius:9px !important; font-size:12px !important; }
.community-comments--simple .community-composer { margin:0 0 14px !important; padding:0 !important; background:transparent !important; border:0 !important; box-shadow:none !important; }
.community-comments--simple .community-composer textarea { min-height:86px !important; border-radius:10px !important; }
.community-comments--simple .community-composer__footer { margin-top:8px !important; padding:0 !important; border:0 !important; }
.community-comments--simple .community-composer__rules { display:inline !important; color:#948b8e !important; font-size:11px !important; }
.community-comments--simple .community-primary-button { min-height:36px !important; padding:0 12px !important; border-radius:9px !important; }
.community-comments--simple .community-comment { padding:12px 0 !important; background:transparent !important; border:0 !important; border-top:1px solid rgba(185, 176, 179, .12) !important; border-radius:0 !important; box-shadow:none !important; }
.community-comments--simple .community-comment__rail { display:none !important; }
.community-comments--simple .community-comment__avatar { width:34px !important; height:34px !important; }
.community-comments--simple .community-comment__scope { background:transparent !important; border:0 !important; padding:0 !important; }
.community-comments--simple .community-comment__text { margin-top:5px !important; }
.community-comments--simple .community-link-button { padding:0 !important; background:transparent !important; border:0 !important; }
.community-comments--simple .community-thread { margin:8px 0 0 !important; padding:0 0 0 10px !important; background:transparent !important; border:0 !important; border-left:1px solid rgba(185, 176, 179, .14) !important; }
.community-comments--simple .community-login-card { padding:10px 12px !important; border-radius:10px !important; }

.community-modal__panel--report { width:min(420px, calc(100vw - 24px)) !important; }
.community-modal__panel--party { width:min(720px, calc(100vw - 24px)) !important; }
.community-modal__header { padding:14px 16px !important; }
.community-modal__header h2 { font-size:19px !important; margin:0 !important; }
.community-modal__content, .watch-party-shell { padding:14px 16px !important; }
.community-modal__footer { padding:12px 16px !important; }
.community-modal__lead { margin:0 0 10px !important; color:#b9b0b3 !important; font-size:13px !important; }
.community-field { gap:5px !important; margin-bottom:10px !important; }
.community-field select, .community-field textarea { border-radius:9px !important; }
.watch-party-start { display:grid !important; gap:10px !important; padding:0 !important; background:transparent !important; border:0 !important; }
.watch-party-start > p { margin:0 !important; color:#b9b0b3 !important; }
.watch-party-create { width:max-content !important; min-height:38px !important; }
.watch-party-join { display:flex !important; gap:8px !important; margin:0 !important; }
.watch-party-join input { flex:1 !important; min-width:0 !important; height:38px !important; border-radius:9px !important; }
.watch-party-simple-grid { display:grid !important; grid-template-columns:minmax(0,1fr) 190px !important; gap:12px !important; }
.watch-party-room__top { padding:0 0 12px !important; margin:0 0 12px !important; }
.watch-party-sync, .watch-party-host-controls, .watch-party-chat, .watch-party-sidebar { border-radius:10px !important; box-shadow:none !important; }
.watch-party-sync { padding:12px !important; }
.watch-party-sync__display strong { font-size:28px !important; }
.watch-party-host-controls { padding:10px !important; margin-top:10px !important; }
.watch-party-chat { margin-top:10px !important; }
.watch-party-messages { max-height:170px !important; }
.watch-party-sidebar { padding:10px !important; }
@media (max-width:700px){ .watch-party-simple-grid{grid-template-columns:1fr !important;} .watch-party-join{flex-direction:column !important;} }

/* ========================================================================== */
/* V5 - simplified Romanian community UI                                    */
/* ========================================================================== */
.community-modal[hidden],
.community-modal[hidden] * { display: none !important; }
.community-modal:not([hidden]) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147482000 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  margin: 0 !important;
}
.community-modal__backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(12, 12, 16, .78) !important;
  backdrop-filter: blur(7px) !important;
}
.community-modal__panel {
  position: relative !important;
  z-index: 1 !important;
  max-height: min(86vh, 760px) !important;
  overflow: auto !important;
  background: #18171c !important;
  border: 1px solid #37141a !important;
  border-radius: 16px !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .58) !important;
  color: #f5f2f3 !important;
}
.community-modal__panel--report { width: min(540px, calc(100vw - 28px)) !important; }
.community-modal__panel--party-create { width: min(620px, calc(100vw - 28px)) !important; }
.community-modal__header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 17px 18px !important;
  border-bottom: 1px solid #37141a !important;
  background: #18171c !important;
}
.community-modal__header h2 { margin: 0 !important; font-size: 18px !important; line-height: 1.2 !important; }
.community-modal__titleline { display: flex; align-items: center; gap: 10px; }
.community-modal__icon {
  width: 30px; height: 30px; display: inline-grid; place-items: center;
  flex: 0 0 30px; border-radius: 9px; background: rgba(244, 174, 69, .14); color: #f5b65a;
}
.community-modal__close {
  width: 32px !important; height: 32px !important; min-width: 32px !important;
  display: grid !important; place-items: center !important;
  margin: -2px -2px 0 0 !important; padding: 0 !important;
  border: 1px solid #37141a !important; border-radius: 9px !important;
  background: #18171c !important; color: #b9b0b3 !important; font-size: 20px !important; cursor: pointer !important;
}
.community-modal__close:hover { color: #fff !important; border-color: #5b5356 !important; }
.community-report-content-card {
  display: flex !important; align-items: center !important; gap: 11px !important;
  padding: 12px 18px !important; border-bottom: 1px solid #37141a !important; background: #0c0c10 !important;
}
.community-report-content-card img { width: 38px !important; height: 54px !important; object-fit: cover !important; border-radius: 6px !important; background: #18171c !important; }
.community-report-content-card strong { display: block !important; font-size: 14px !important; color: #fff !important; }
.community-report-content-card span { display: block !important; margin-top: 2px !important; color: #b9b0b3 !important; font-size: 12px !important; }
.community-modal__content { padding: 16px 18px !important; }
.community-field { display: grid !important; gap: 7px !important; margin: 0 0 14px !important; }
.community-field > span { color: #f5f2f3 !important; font-size: 12px !important; font-weight: 800 !important; }
.community-field > span b { margin-left: 5px; color: #f0ad4e; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.community-field small, .community-field__hint { color: #948b8e !important; font-size: 11px !important; }
.community-field input[type="text"],
.community-field select,
.community-field textarea {
  width: 100% !important; min-height: 42px !important; padding: 10px 12px !important;
  border: 1px solid #37141a !important; border-radius: 9px !important;
  background: #0c0c10 !important; color: #f5f2f3 !important;
  font: inherit !important; outline: none !important;
}
.community-field textarea { min-height: 92px !important; resize: vertical !important; }
.community-field input:focus,
.community-field select:focus,
.community-field textarea:focus { border-color: #b9b0b3 !important; box-shadow: 0 0 0 3px rgba(185, 176, 179, .12) !important; }
.community-report-issues {
  display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 8px 14px !important;
  margin: 4px 0 15px !important;
}
.community-report-issues label {
  display: grid !important; grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start !important; gap: 7px !important; color: #b9b0b3 !important; font-size: 12px !important; cursor: pointer !important;
}
.community-report-issues label > span { grid-column: 1 / -1; color: #f5f2f3; font-size: 12px; font-weight: 800; margin-bottom: 2px; }
.community-report-issues label:last-child { grid-column: 1 / -1; }
.community-report-issues input { width: 15px !important; height: 15px !important; margin-top: 1px !important; accent-color: #b9b0b3 !important; }
.community-modal__footer {
  display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 14px !important;
  padding: 13px 18px !important; border-top: 1px solid #37141a !important; background: #0c0c10 !important;
}
.community-modal__footer > span { color: #948b8e !important; font-size: 10px !important; }
.community-danger-button {
  min-height: 38px !important; padding: 8px 14px !important; border-radius: 9px !important;
  border-color: #ff5063 !important; background: linear-gradient(180deg,#b9b0b3,#ff5063) !important; color: #fff !important; font-weight: 800 !important;
}
.community-form-status { min-height: 18px !important; margin: 8px 0 0 !important; font-size: 12px !important; }
.community-form-status.is-error { color: #ff9292 !important; }
.community-form-status.is-success { color: #79d3a5 !important; }

.community-modal__header--party { align-items: flex-start !important; }
.community-modal__header--party h2 { font-size: 20px !important; margin-top: 5px !important; }
.community-modal__header--party p { margin: 5px 0 0 !important; color: #b9b0b3 !important; font-size: 12px !important; }
.watch-party-modal__eyebrow { color: #b9b0b3 !important; font-size: 10px !important; font-weight: 900 !important; letter-spacing: .06em !important; }
.watch-party-create-row { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
.watch-party-privacy-cards { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 10px !important; margin-top: 2px !important; }
.watch-party-privacy-cards > div {
  display: flex !important; gap: 10px !important; min-height: 82px !important; padding: 12px !important;
  border: 1px solid #37141a !important; border-radius: 10px !important; background: #18171c !important;
}
.watch-party-privacy-icon {
  width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; border-radius: 8px;
  background: rgba(255, 80, 99, .16); color: #b9b0b3;
}
.watch-party-privacy-cards strong { display: block !important; font-size: 13px !important; }
.watch-party-privacy-cards p { margin: 3px 0 0 !important; color: #948b8e !important; font-size: 10px !important; line-height: 1.45 !important; }

/* Comments stay deliberately compact. */
.community-comments--simple {
  padding: 16px !important; border: 1px solid #37141a !important; border-radius: 14px !important; background: #18171c !important;
}
.community-comments--simple .community-comments__heading { margin-bottom: 12px !important; }
.community-comments--simple .community-comments__heading h2 { font-size: 19px !important; }
.community-comments--simple .community-composer {
  padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important;
}
.community-comments--simple .community-composer textarea {
  min-height: 94px !important; border: 1px solid #37141a !important; border-radius: 10px !important; background: #0c0c10 !important; color: #f5f2f3 !important;
}
.community-comments--simple .community-composer__footer {
  display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 10px !important; padding-top: 9px !important;
}
.community-comments--simple .community-composer__rules { color: #948b8e !important; font-size: 11px !important; }
.community-comments--simple .community-primary-button { min-height: 36px !important; padding: 7px 14px !important; border-radius: 9px !important; }

@media (max-width: 620px) {
  .community-modal:not([hidden]) { padding: 10px !important; }
  .community-modal__panel { width: calc(100vw - 20px) !important; max-height: calc(100dvh - 20px) !important; }
  .community-report-issues, .watch-party-create-row, .watch-party-privacy-cards { grid-template-columns: 1fr !important; }
  .community-report-issues label:last-child { grid-column: auto; }
  .community-modal__footer { align-items: stretch !important; flex-direction: column !important; }
  .community-modal__footer .btn { width: 100% !important; justify-content: center !important; }
  .community-comments--simple .community-composer__footer { align-items: flex-start !important; flex-direction: column !important; }
  .community-comments--simple .community-composer__submit { width: 100% !important; justify-content: space-between !important; }
}


/* ========================================================================
   V7 report modal cleanup
   - two explicit player choices, no placeholder
   - compact issue cards
   - no internal modal scrollbar
   ======================================================================== */
.community-modal:not([hidden]) {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.community-modal__panel--report {
  width: min(560px, calc(100vw - 28px)) !important;
  max-height: none !important;
  overflow: visible !important;
}

.community-modal__panel--report .community-modal__header {
  padding: 14px 16px !important;
  align-items: center !important;
}

.community-modal__panel--report .community-modal__header h2 {
  font-size: 17px !important;
}

.community-modal__panel--report .community-modal__icon {
  width: 28px !important;
  height: 28px !important;
  flex-basis: 28px !important;
}

.community-modal__panel--report .community-report-content-card {
  padding: 10px 16px !important;
}

.community-modal__panel--report .community-report-content-card img {
  width: 34px !important;
  height: 48px !important;
}

.community-modal__panel--report .community-modal__content {
  padding: 14px 16px 12px !important;
}

.community-player-picker {
  display: grid !important;
  gap: 8px !important;
  margin: 0 0 14px !important;
}

.community-player-picker__label {
  color: #f5f2f3 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.community-player-picker__label b {
  margin-left: 5px !important;
  color: #f0ad4e !important;
  font-size: 9px !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

.community-player-options {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.community-player-option {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  padding: 9px 11px !important;
  color: #dad3d5 !important;
  background: #0c0c10 !important;
  border: 1px solid #37141a !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease !important;
}

.community-player-option:hover {
  border-color: #5b5356 !important;
  background: #18171c !important;
}

.community-player-option:has(input:checked) {
  border-color: #b9b0b3 !important;
  background: #18171c !important;
  box-shadow: 0 0 0 3px rgba(185, 176, 179, .10) !important;
}

.community-player-option input {
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  accent-color: #b9b0b3 !important;
}

.community-player-option span {
  display: grid !important;
  gap: 1px !important;
  min-width: 0 !important;
}

.community-player-option strong {
  color: #f5f2f3 !important;
  font-size: 12.5px !important;
  line-height: 1.2 !important;
}

.community-player-option small {
  color: #948b8e !important;
  font-size: 9.5px !important;
  line-height: 1.25 !important;
}

.community-report-issues {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
  margin: 2px 0 14px !important;
}

.community-report-issues .community-issue-option,
.community-report-issues .community-issue-option:last-child {
  grid-column: auto !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  min-height: 66px !important;
  padding: 10px !important;
  color: #b9b0b3 !important;
  background: #0c0c10 !important;
  border: 1px solid #37141a !important;
  border-radius: 10px !important;
  cursor: pointer !important;
}

.community-report-issues .community-issue-option:hover {
  border-color: #5b5356 !important;
  background: #18171c !important;
}

.community-report-issues .community-issue-option:has(input:checked) {
  border-color: #b9b0b3 !important;
  background: #18171c !important;
}

.community-report-issues .community-issue-option input {
  flex: 0 0 15px !important;
  width: 15px !important;
  height: 15px !important;
  margin: 2px 0 0 !important;
}

.community-report-issues .community-issue-copy {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.community-report-issues .community-issue-copy strong {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: #f5f2f3 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
}

.community-report-issues .community-issue-copy small {
  color: #948b8e !important;
  font-size: 9.5px !important;
  line-height: 1.35 !important;
}

.community-modal__panel--report .community-field {
  margin-bottom: 10px !important;
}

.community-modal__panel--report .community-field textarea {
  min-height: 76px !important;
  height: 76px !important;
  resize: none !important;
}

.community-modal__panel--report .community-form-status {
  min-height: 0 !important;
  margin-top: 6px !important;
}

.community-modal__panel--report .community-form-status:empty {
  display: none !important;
}

.community-modal__panel--report .community-modal__footer {
  padding: 11px 16px !important;
}

@media (max-width: 620px) {
  .community-modal:not([hidden]) {
    place-items: start center !important;
    padding: 10px !important;
  }

  .community-modal__panel--report {
    width: min(100%, 520px) !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .community-player-options {
    grid-template-columns: 1fr 1fr !important;
  }

  .community-report-issues {
    grid-template-columns: 1fr !important;
  }

  .community-report-issues .community-issue-option {
    min-height: 0 !important;
  }

  .community-modal__panel--report .community-modal__footer {
    flex-direction: row !important;
    align-items: center !important;
  }

  .community-modal__panel--report .community-modal__footer > span {
    display: none !important;
  }

  .community-modal__panel--report .community-modal__footer .btn {
    width: 100% !important;
  }
}

@media (max-width: 390px) {
  .community-player-options {
    grid-template-columns: 1fr !important;
  }
}

/* ========================================================================
   V8 community polish
   - self-contained SVG-mask icons (no Font Awesome dependency)
   - clean comment sorting + episode/show filters
   - flatter reference-style discussion layout
   ======================================================================== */

/* Broken-icon guards ----------------------------------------------------- */
.watch-party-modal__eyebrow i,
.watch-party-privacy-icon i,
.community-modal__icon i,
.community-modal__footer i,
.community-issue-copy strong i {
  display: none !important;
}

.watch-party-modal__eyebrow::before,
.watch-party-privacy-icon::before,
.community-modal__icon::before,
.community-modal__footer > span::before,
.community-modal__footer .community-danger-button::before,
.community-issue-copy strong::before,
.community-comments__icon::before,
.community-login-card__icon::before,
.community-empty__icon::before,
.community-scope-icon::before,
.community-action-icon::before,
.community-thread__chevron::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.watch-party-modal__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.watch-party-modal__eyebrow::before {
  width: 13px;
  height: 13px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM1.5 21v-2.2A6.8 6.8 0 0 1 8.3 12h.4a6.8 6.8 0 0 1 6.8 6.8V21h-14Zm14.2 0v-2.2c0-1.7-.5-3.3-1.5-4.6.7-.5 1.6-.8 2.5-.8a5.8 5.8 0 0 1 5.8 5.8V21h-6.8Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM1.5 21v-2.2A6.8 6.8 0 0 1 8.3 12h.4a6.8 6.8 0 0 1 6.8 6.8V21h-14Zm14.2 0v-2.2c0-1.7-.5-3.3-1.5-4.6.7-.5 1.6-.8 2.5-.8a5.8 5.8 0 0 1 5.8 5.8V21h-6.8Z'/%3E%3C/svg%3E");
}
.watch-party-privacy-icon::before {
  width: 15px;
  height: 15px;
}
.watch-party-privacy-cards > div:first-child .watch-party-privacy-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 6h-3.1a15 15 0 0 0-1.5-3.5A8.1 8.1 0 0 1 18.9 8ZM12 4c.9 1.1 1.6 2.4 2 4h-4c.4-1.6 1.1-2.9 2-4ZM9.7 4.5A15 15 0 0 0 8.2 8H5.1a8.1 8.1 0 0 1 4.6-3.5ZM4.3 10H8a17.6 17.6 0 0 0 0 4H4.3a8.2 8.2 0 0 1 0-4Zm.8 6h3.1a15 15 0 0 0 1.5 3.5A8.1 8.1 0 0 1 5.1 16Zm6.9 4c-.9-1.1-1.6-2.4-2-4h4c-.4 1.6-1.1 2.9-2 4Zm2.4-.5a15 15 0 0 0 1.4-3.5h3.1a8.1 8.1 0 0 1-4.5 3.5ZM16 14h-8a15.7 15.7 0 0 1 0-4h8a15.7 15.7 0 0 1 0 4Zm-.2 0a17.6 17.6 0 0 0 0-4h3.9a8.2 8.2 0 0 1 0 4h-3.9Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 6h-3.1a15 15 0 0 0-1.5-3.5A8.1 8.1 0 0 1 18.9 8ZM12 4c.9 1.1 1.6 2.4 2 4h-4c.4-1.6 1.1-2.9 2-4ZM9.7 4.5A15 15 0 0 0 8.2 8H5.1a8.1 8.1 0 0 1 4.6-3.5ZM4.3 10H8a17.6 17.6 0 0 0 0 4H4.3a8.2 8.2 0 0 1 0-4Zm.8 6h3.1a15 15 0 0 0 1.5 3.5A8.1 8.1 0 0 1 5.1 16Zm6.9 4c-.9-1.1-1.6-2.4-2-4h4c-.4 1.6-1.1 2.9-2 4Zm2.4-.5a15 15 0 0 0 1.4-3.5h3.1a8.1 8.1 0 0 1-4.5 3.5ZM16 14h-8a15.7 15.7 0 0 1 0-4h8a15.7 15.7 0 0 1 0 4Zm-.2 0a17.6 17.6 0 0 0 0-4h3.9a8.2 8.2 0 0 1 0 4h-3.9Z'/%3E%3C/svg%3E");
}
.watch-party-privacy-cards > div:nth-child(2) .watch-party-privacy-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.6 13.4a2 2 0 0 0 2.8 0l4-4a2 2 0 1 0-2.8-2.8l-1.8 1.8-1.4-1.4 1.8-1.8a4 4 0 0 1 5.6 5.6l-4 4a4 4 0 0 1-5.6 0l-1.4-1.4 1.4-1.4 1.4 1.4Zm2.8-2.8a2 2 0 0 0-2.8 0l-4 4a2 2 0 1 0 2.8 2.8l1.8-1.8 1.4 1.4-1.8 1.8a4 4 0 0 1-5.6-5.6l4-4a4 4 0 0 1 5.6 0l1.4 1.4-1.4 1.4-1.4-1.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.6 13.4a2 2 0 0 0 2.8 0l4-4a2 2 0 1 0-2.8-2.8l-1.8 1.8-1.4-1.4 1.8-1.8a4 4 0 0 1 5.6 5.6l-4 4a4 4 0 0 1-5.6 0l-1.4-1.4 1.4-1.4 1.4 1.4Zm2.8-2.8a2 2 0 0 0-2.8 0l-4 4a2 2 0 1 0 2.8 2.8l1.8-1.8 1.4 1.4-1.8 1.8a4 4 0 0 1-5.6-5.6l4-4a4 4 0 0 1 5.6 0l1.4 1.4-1.4 1.4-1.4-1.4Z'/%3E%3C/svg%3E");
}

.community-modal__icon::before {
  width: 15px;
  height: 15px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 1 21h22L12 2Zm1 15h-2v2h2v-2Zm0-7h-2v5h2v-5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 1 21h22L12 2Zm1 15h-2v2h2v-2Zm0-7h-2v5h2v-5Z'/%3E%3C/svg%3E");
}
.community-issue-copy strong::before { width: 13px; height: 13px; color: #b9b0b3; }
.community-report-issues .community-issue-option:nth-child(1) strong::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h12a2 2 0 0 1 2 2v2.2l4-2.5v10.6l-4-2.5V17a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h12a2 2 0 0 1 2 2v2.2l4-2.5v10.6l-4-2.5V17a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
}
.community-report-issues .community-issue-option:nth-child(2) strong::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 9h4l5-5v16l-5-5H3V9Zm13.5-.5a5 5 0 0 1 0 7l-1.4-1.4a3 3 0 0 0 0-4.2l1.4-1.4Zm2.8-2.8a9 9 0 0 1 0 12.6l-1.4-1.4a7 7 0 0 0 0-9.8l1.4-1.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 9h4l5-5v16l-5-5H3V9Zm13.5-.5a5 5 0 0 1 0 7l-1.4-1.4a3 3 0 0 0 0-4.2l1.4-1.4Zm2.8-2.8a9 9 0 0 1 0 12.6l-1.4-1.4a7 7 0 0 0 0-9.8l1.4-1.4Z'/%3E%3C/svg%3E");
}
.community-report-issues .community-issue-option:nth-child(3) strong::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 5h20v14H2V5Zm2 2v10h16V7H4Zm3 3h4v2H8v2h3v2H7a3 3 0 0 1-3-3v-1a3 3 0 0 1 3-3Zm10 0h3v2h-3a1 1 0 0 0 0 2h3v2h-3a3 3 0 0 1 0-6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 5h20v14H2V5Zm2 2v10h16V7H4Zm3 3h4v2H8v2h3v2H7a3 3 0 0 1-3-3v-1a3 3 0 0 1 3-3Zm10 0h3v2h-3a1 1 0 0 0 0 2h3v2h-3a3 3 0 0 1 0-6Z'/%3E%3C/svg%3E");
}

.community-modal__footer > span { display: inline-flex !important; align-items: center !important; gap: 7px !important; }
.community-modal__footer > span::before {
  width: 12px; height: 12px; color: #b9b0b3;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3Zm0 3 5 1.9V11c0 3.5-2.1 7-5 8.2C9.1 18 7 14.5 7 11V6.9L12 5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3Zm0 3 5 1.9V11c0 3.5-2.1 7-5 8.2C9.1 18 7 14.5 7 11V6.9L12 5Z'/%3E%3C/svg%3E");
}
.community-modal__footer .community-danger-button::before {
  width: 13px; height: 13px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v8H4v4h8v8h4v-8h8v-4h-8V2h-4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v8H4v4h8v8h4v-8h8v-4h-8V2h-4Z'/%3E%3C/svg%3E");
}
.community-modal--report .community-modal__footer .community-danger-button::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m2 3 20 9-20 9 4-8 10-1-10-1-4-8Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m2 3 20 9-20 9 4-8 10-1-10-1-4-8Z'/%3E%3C/svg%3E");
}

/* Discussion shell ------------------------------------------------------- */
.community-comments--v8 {
  margin: 30px 0 10px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #f5f2f3 !important;
  background: #0c0c10 !important;
  border: 1px solid #37141a !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18) !important;
}
.community-comments--v8::before { display: none !important; }

.community-comments__top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  padding: 20px 22px !important;
  border-bottom: 1px solid rgba(185, 176, 179, .16) !important;
  background: linear-gradient(90deg, rgba(176, 6, 16, .13), rgba(24, 23, 28, .06) 48%, transparent) !important;
}
.community-comments--v8 .community-comments__heading {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
}
.community-comments__icon {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  color: #f5f2f3 !important;
  background: linear-gradient(135deg, #ff5063, #b9b0b3) !important;
  border: 1px solid rgba(218, 211, 213, .28) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 20px rgba(176, 6, 16, .22) !important;
}
.community-comments__icon::before {
  width: 21px; height: 21px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h11a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4H9l-5 4v-4a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm12 4H4v5h1v4.1L8.4 13H16V7Zm1 10h2a4 4 0 0 0 4-4V9h-2v4a6 6 0 0 1-4 5.65V17Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h11a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4H9l-5 4v-4a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm12 4H4v5h1v4.1L8.4 13H16V7Zm1 10h2a4 4 0 0 0 4-4V9h-2v4a6 6 0 0 1-4 5.65V17Z'/%3E%3C/svg%3E");
}
.community-comments__title-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
}
.community-comments--v8 .community-comments__heading h2 {
  margin: 0 !important;
  color: #f5f2f3 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
}
.community-comments__count {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 25px !important;
  padding: 0 9px !important;
  color: #dad3d5 !important;
  background: rgba(24, 23, 28, .82) !important;
  border: 1px solid rgba(185, 176, 179, .2) !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 750 !important;
}
.community-comments__count b { color: #f5f2f3 !important; }
.community-comments--v8 .community-comments__heading p {
  margin: 5px 0 0 !important;
  color: #b9b0b3 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.community-sort {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  flex: 0 0 auto !important;
}
.community-sort > span {
  color: #948b8e !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}
.community-sort select {
  min-width: 150px !important;
  height: 40px !important;
  padding: 0 34px 0 12px !important;
  color: #f5f2f3 !important;
  background: #0c0c10 !important;
  border: 1px solid #37141a !important;
  border-radius: 10px !important;
  outline: 0 !important;
  font: inherit !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  cursor: pointer !important;
}
.community-sort select:focus {
  border-color: #b9b0b3 !important;
  box-shadow: 0 0 0 3px rgba(185, 176, 179, .12) !important;
}

.community-comments--v8 .community-scope-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 22px !important;
  background: #0c0c10 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(185, 176, 179, .14) !important;
  border-radius: 0 !important;
}
.community-comments--v8 .community-scope-tab {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 38px !important;
  padding: 0 11px !important;
  color: #b9b0b3 !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
}
.community-comments--v8 .community-scope-tab:hover {
  color: #f5f2f3 !important;
  background: rgba(255, 80, 99, .09) !important;
  border-color: rgba(185, 176, 179, .2) !important;
}
.community-comments--v8 .community-scope-tab.is-active {
  color: #fff !important;
  background: rgba(255, 80, 99, .22) !important;
  border-color: rgba(185, 176, 179, .45) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02) !important;
}
.community-comments--v8 .community-scope-tab b {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 22px !important;
  height: 21px !important;
  padding: 0 6px !important;
  color: #dad3d5 !important;
  background: rgba(185, 176, 179, .10) !important;
  border-radius: 999px !important;
  font-size: 10px !important;
}
.community-comments--v8 .community-scope-tab.is-active b {
  color: #fff !important;
  background: rgba(255,255,255,.12) !important;
}
.community-scope-icon { display: inline-grid !important; place-items: center !important; width: 15px !important; height: 15px !important; color: currentColor !important; }
.community-scope-icon::before { width: 14px; height: 14px; }
.community-scope-tab--episode .community-scope-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm0 4v10h16V7H4Zm6 2 6 3-6 3V9Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm0 4v10h16V7H4Zm6 2 6 3-6 3V9Z'/%3E%3C/svg%3E");
}
.community-scope-tab--all .community-scope-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v3H3V5Zm2 5h14v3H5v-3Zm2 5h10v3H7v-3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v3H3V5Zm2 5h14v3H5v-3Zm2 5h10v3H7v-3Z'/%3E%3C/svg%3E");
}
.community-scope-tab--series .community-scope-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h18v16H3V4Zm2 2v12h14V6H5Zm2 2h10v2H7V8Zm0 4h7v2H7v-2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h18v16H3V4Zm2 2v12h14V6H5Zm2 2h10v2H7V8Zm0 4h7v2H7v-2Z'/%3E%3C/svg%3E");
}

.community-login-card--v8 {
  display: grid !important;
  grid-template-columns: 42px minmax(0,1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 18px 22px !important;
  padding: 14px 15px !important;
  background: #18171c !important;
  border: 1px solid #37141a !important;
  border-radius: 12px !important;
}
.community-login-card--v8 .community-login-card__icon {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  color: #b9b0b3 !important;
  background: rgba(255, 80, 99, .14) !important;
  border-radius: 11px !important;
}
.community-login-card__icon::before {
  width: 20px; height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm6.5-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM2 21v-2a7 7 0 0 1 14 0v2H2Zm14.7 0v-2c0-1.8-.5-3.5-1.5-4.9.6-.3 1.3-.5 2-.5A5.8 5.8 0 0 1 23 19.4V21h-6.3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm6.5-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM2 21v-2a7 7 0 0 1 14 0v2H2Zm14.7 0v-2c0-1.8-.5-3.5-1.5-4.9.6-.3 1.3-.5 2-.5A5.8 5.8 0 0 1 23 19.4V21h-6.3Z'/%3E%3C/svg%3E");
}
.community-login-card--v8 > div { display: grid !important; gap: 3px !important; }
.community-login-card--v8 strong { color: #f5f2f3 !important; font-size: 13px !important; }
.community-login-card--v8 span { color: #b9b0b3 !important; font-size: 11.5px !important; }
.community-login-button {
  min-height: 38px !important;
  padding: 0 13px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff5063, #b9b0b3) !important;
  border: 1px solid rgba(185, 176, 179, .38) !important;
  border-radius: 9px !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
}

.community-composer--v8 {
  margin: 18px 22px !important;
  padding: 14px !important;
  background: #0c0c10 !important;
  border: 1px solid #37141a !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}
.community-composer--v8 textarea {
  min-height: 96px !important;
  padding: 12px 13px !important;
  background: #0c0c10 !important;
  border-color: #37141a !important;
  border-radius: 10px !important;
  resize: vertical !important;
}
.community-composer--v8 .community-composer__footer { margin-top: 9px !important; }

.community-comments--v8 .community-list-wrap {
  padding: 0 22px 6px !important;
  border-top: 1px solid rgba(185, 176, 179, .12) !important;
}
.community-comments--v8 .community-comment-list { display: block !important; }
.community-comments--v8 .community-comment {
  display: grid !important;
  grid-template-columns: 42px minmax(0,1fr) !important;
  gap: 12px !important;
  padding: 18px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(185, 176, 179, .12) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.community-comments--v8 .community-comment:last-child { border-bottom: 0 !important; }
.community-comments--v8 .community-comment__rail { display: none !important; }
.community-comments--v8 .community-comment__avatar-wrap { width: 42px !important; height: 42px !important; }
.community-comments--v8 .community-comment__avatar {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(185, 176, 179, .22) !important;
  border-radius: 50% !important;
  background: #18171c !important;
}
.community-comments--v8 .community-comment__header { margin: 0 !important; }
.community-comments--v8 .community-comment__identity {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}
.community-comments--v8 .community-comment__user { color: #f5f2f3 !important; font-size: 12.5px !important; font-weight: 850 !important; }
.community-comments--v8 .community-comment__time { color: #948b8e !important; font-size: 10px !important; }
.community-comments--v8 .community-comment__scope {
  min-height: 20px !important;
  padding: 0 7px !important;
  color: #dad3d5 !important;
  background: rgba(255, 80, 99, .10) !important;
  border: 1px solid rgba(185, 176, 179, .16) !important;
  border-radius: 999px !important;
  font-size: 9px !important;
  line-height: 18px !important;
}
.community-comments--v8 .community-comment__text {
  margin-top: 7px !important;
  color: #dad3d5 !important;
  font-size: 12px !important;
  line-height: 1.58 !important;
}
.community-comments--v8 .community-comment__actions { gap: 14px !important; margin-top: 9px !important; }
.community-comments--v8 .community-link-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 0 !important;
  color: #b9b0b3 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 10px !important;
  font-weight: 750 !important;
}
.community-comments--v8 .community-link-button:hover { color: #dad3d5 !important; }
.community-comments--v8 .community-link-button--report:hover { color: #f0a8af !important; }
.community-action-icon { display: inline-grid !important; place-items: center !important; width: 12px !important; height: 12px !important; color: currentColor !important; }
.community-action-icon::before { width: 11px; height: 11px; }
.community-action-icon--reply::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 5 2 12l8 7v-4c6 0 10 2 12 5-1-8-5-12-12-12V5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 5 2 12l8 7v-4c6 0 10 2 12 5-1-8-5-12-12-12V5Z'/%3E%3C/svg%3E");
}
.community-action-icon--flag::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 2h2v20H5V2Zm3 1h11.5l-2.7 4 2.7 4H8V3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 2h2v20H5V2Zm3 1h11.5l-2.7 4 2.7 4H8V3Z'/%3E%3C/svg%3E");
}

.community-comments--v8 .community-thread {
  margin: 12px 0 0 !important;
  padding: 0 0 0 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(185, 176, 179, .16) !important;
}
.community-comments--v8 .community-thread summary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #b9b0b3 !important;
  font-size: 10px !important;
  cursor: pointer !important;
}
.community-thread__chevron { display: inline-grid !important; place-items: center !important; width: 10px !important; height: 10px !important; color: currentColor !important; }
.community-thread__chevron::before {
  width: 9px; height: 9px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 8 7 8 7-8H5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 8 7 8 7-8H5Z'/%3E%3C/svg%3E");
}
.community-comments--v8 .community-thread__children .community-comment { padding: 14px 0 !important; }

.community-comments--v8 .community-empty {
  display: grid !important;
  place-items: center !important;
  gap: 7px !important;
  min-height: 190px !important;
  margin: 0 !important;
  padding: 34px 20px !important;
  color: #948b8e !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: center !important;
}
.community-empty__icon {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  color: #b9b0b3 !important;
  background: rgba(255, 80, 99, .13) !important;
  border-radius: 13px !important;
}
.community-empty__icon::before {
  width: 20px; height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h16a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H9l-5 4v-4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm0 2v11h2v2l2.3-2H20V5H4Zm3 4h10v2H7V9Zm0 4h7v2H7v-2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h16a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H9l-5 4v-4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm0 2v11h2v2l2.3-2H20V5H4Zm3 4h10v2H7V9Zm0 4h7v2H7v-2Z'/%3E%3C/svg%3E");
}
.community-empty strong { color: #f5f2f3 !important; font-size: 13px !important; }
.community-empty p { margin: 0 !important; color: #948b8e !important; font-size: 11px !important; }

@media (max-width: 720px) {
  .community-comments__top {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 17px 16px !important;
  }
  .community-comments__icon { width: 38px !important; height: 38px !important; flex-basis: 38px !important; }
  .community-comments--v8 .community-comments__heading h2 { font-size: 18px !important; }
  .community-sort { justify-content: space-between !important; width: 100% !important; }
  .community-sort select { flex: 1 1 auto !important; max-width: 220px !important; min-width: 0 !important; }
  .community-comments--v8 .community-scope-tabs { padding: 10px 16px !important; }
  .community-comments--v8 .community-scope-tab { flex: 1 1 auto !important; min-width: max-content !important; }
  .community-login-card--v8 {
    grid-template-columns: 38px minmax(0,1fr) !important;
    margin: 14px 16px !important;
    padding: 12px !important;
  }
  .community-login-card--v8 .community-login-card__icon { width: 38px !important; height: 38px !important; }
  .community-login-button { grid-column: 1 / -1 !important; width: 100% !important; }
  .community-composer--v8 { margin: 14px 16px !important; }
  .community-comments--v8 .community-list-wrap { padding: 0 16px 4px !important; }
}

@media (max-width: 480px) {
  .community-comments--v8 { border-radius: 14px !important; }
  .community-comments--v8 .community-scope-tabs { flex-wrap: nowrap !important; overflow-x: auto !important; scrollbar-width: none !important; }
  .community-comments--v8 .community-scope-tabs::-webkit-scrollbar { display: none !important; }
  .community-comments--v8 .community-scope-tab { flex: 0 0 auto !important; }
  .community-comments--v8 .community-comment { grid-template-columns: 36px minmax(0,1fr) !important; gap: 10px !important; padding: 15px 0 !important; }
  .community-comments--v8 .community-comment__avatar-wrap,
  .community-comments--v8 .community-comment__avatar { width: 36px !important; height: 36px !important; }
}


/* ======================================================================
   FSOnline v2 palette and crisp integration — black / red / gold
   ====================================================================== */
:root{
  --community-bg:#09090c;
  --community-panel:#111116;
  --community-panel-2:#17171d;
  --community-panel-3:#202027;
  --community-border:rgba(255,255,255,.09);
  --community-border-strong:rgba(255,46,68,.38);
  --community-text:#f5f5f7;
  --community-muted:#aaa5a7;
  --community-blue:#ff2238;
  --community-blue-strong:#b00610;
  --community-blue-soft:rgba(255,46,68,.13);
  --community-green:#59d59f;
  --community-red:#ff5063;
  --community-gold:#ffb020;
  --community-shadow:0 26px 70px -28px rgba(0,0,0,.94);
}

/* Action controls must look like the native FSOnline toolbar. */
.community-control-v1 .community-action-button{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  min-height:39px!important;height:auto!important;padding:11px 18px!important;
  border:1px solid rgba(255,255,255,.09)!important;border-radius:13px!important;
  background:linear-gradient(180deg,#23232c,#15151b)!important;color:#ededf2!important;
  box-shadow:0 4px 14px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.07)!important;
  font-size:13px!important;font-weight:650!important;line-height:1!important
}
.community-control-v1 .community-action-button::before{display:none!important}
.community-control-v1 .community-action-button i{display:inline-block!important;color:#ff5063!important;font-size:13px!important;margin:0!important;filter:drop-shadow(0 0 5px rgba(255,46,68,.38))}
.community-control-v1 .community-action-button--report i{color:#ffb020!important;filter:drop-shadow(0 0 5px rgba(255,176,32,.28))}
.community-control-v1 .community-action-button:hover{transform:translateY(-2px)!important;background:linear-gradient(180deg,rgba(255,46,68,.20),rgba(255,46,68,.05))!important;border-color:rgba(255,80,99,.58)!important;color:#fff!important;box-shadow:0 16px 32px -12px rgba(255,34,56,.58),inset 0 1px 0 rgba(255,255,255,.11)!important}

/* Main discussion shell */
.community-comments--v8,.community-comments{
  color:#e9e7e8!important;
  background:linear-gradient(180deg,#15151b,#0d0d11)!important;
  border-color:rgba(255,255,255,.09)!important;
  box-shadow:0 24px 64px -34px rgba(0,0,0,.95)!important
}
.community-comments__top{
  border-bottom-color:rgba(255,255,255,.07)!important;
  background:linear-gradient(90deg,rgba(255,46,68,.10),rgba(255,176,32,.025) 45%,transparent)!important
}
.community-comments__icon,.community-comments__shield{
  color:#fff!important;background:linear-gradient(135deg,#ff3145,#b00610)!important;
  border-color:rgba(255,80,99,.35)!important;box-shadow:0 10px 24px -12px rgba(255,34,56,.9)!important
}
.community-comments__heading h2,.community-comments__heading h2 span,.community-comments--v8 .community-comments__heading h2{color:#fff!important}
.community-comments__heading p,.community-comments--v8 .community-comments__heading p{color:#aaa5a7!important}
.community-comments__count{color:#d8d3d5!important;background:#1c1c22!important;border-color:rgba(255,255,255,.09)!important}
.community-sort label,.community-sort__label{color:#918b8e!important}
.community-sort select,.community-field select{
  color:#f4f2f3!important;background:#0c0c10!important;border-color:rgba(255,255,255,.12)!important
}
.community-sort select:focus,.community-field select:focus{border-color:#ff2238!important;box-shadow:0 0 0 3px rgba(255,46,68,.12)!important}

.community-scope-tabs,.community-scope-tabs--v8{background:#0b0b0e!important;border-color:rgba(255,255,255,.07)!important}
.community-scope-tab{color:#a8a2a4!important;background:transparent!important;border-color:transparent!important}
.community-scope-tab:hover{color:#fff!important;background:#1b1517!important;border-color:rgba(255,46,68,.18)!important}
.community-scope-tab.is-active{color:#fff!important;background:linear-gradient(180deg,rgba(255,46,68,.22),rgba(255,46,68,.08))!important;border-color:rgba(255,80,99,.48)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important}
.community-scope-tab b{color:#bbb5b7!important;background:#202026!important;border-color:rgba(255,255,255,.07)!important}
.community-scope-tab.is-active b{color:#fff!important;background:#ff2238!important}
.community-scope-icon{color:#ffb020!important}

.community-login-card,.community-login-card--v8,.community-setup-notice{
  background:#141419!important;border-color:rgba(255,255,255,.09)!important
}
.community-login-card__icon,.community-login-card--v8 .community-login-card__icon,.community-setup-notice>i{
  color:#ff5063!important;background:rgba(255,46,68,.12)!important
}
.community-login-card strong,.community-login-card--v8 strong,.community-setup-notice strong{color:#fff!important}
.community-login-card span,.community-login-card--v8 span,.community-setup-notice span{color:#9f999b!important}
.community-login-button,.community-primary-button{
  color:#fff!important;background:linear-gradient(135deg,#ff3145,#b00610)!important;
  border-color:rgba(255,80,99,.48)!important;box-shadow:0 12px 26px -14px rgba(255,34,56,.95)!important
}
.community-login-button:hover,.community-primary-button:hover{filter:brightness(1.08);transform:translateY(-1px)}

.community-composer,.community-composer--v8{
  background:#0e0e12!important;border-color:rgba(255,255,255,.09)!important;box-shadow:none!important
}
.community-composer:focus-within{border-color:rgba(255,46,68,.48)!important;box-shadow:0 0 0 3px rgba(255,46,68,.09)!important}
.community-composer textarea,.community-field textarea,.watch-party-join input,.watch-party-position input,.watch-party-chat input{
  color:#f1eff0!important;background:#09090c!important;border-color:rgba(255,255,255,.11)!important
}
.community-composer textarea::placeholder,.community-field textarea::placeholder,.watch-party-join input::placeholder,.watch-party-position input::placeholder,.watch-party-chat input::placeholder{color:#6f696b!important}
.community-composer textarea:focus,.community-field textarea:focus,.watch-party-join input:focus,.watch-party-position input:focus,.watch-party-chat input:focus{border-color:#ff2238!important;box-shadow:0 0 0 3px rgba(255,46,68,.10)!important}
.community-composer__label{color:#e8e4e5!important}
.community-composer__rules,.community-counter{color:#8c8588!important}
.community-composer__rules span::before{background:#ffb020!important}
.community-counter b{color:#ffb020!important}

.community-comments--v8 .community-list-wrap,.community-comments__list-wrap{border-top-color:rgba(255,255,255,.07)!important}
.community-comments--v8 .community-comment,.community-comment{border-bottom-color:rgba(255,255,255,.07)!important}
.community-comments--v8 .community-comment__avatar,.community-comment__avatar{background:#1a1719!important;border-color:rgba(255,46,68,.20)!important}
.community-comments--v8 .community-comment__user,.community-comment__user{color:#fff!important}
.community-comments--v8 .community-comment__time,.community-comment__time{color:#817a7d!important}
.community-comments--v8 .community-comment__scope,.community-comment__scope{color:#ffd178!important;background:rgba(255,176,32,.08)!important;border-color:rgba(255,176,32,.18)!important}
.community-comments--v8 .community-comment__text,.community-comment__text{color:#d2cdcf!important}
.community-comments--v8 .community-link-button,.community-link-button{color:#9e979a!important}
.community-comments--v8 .community-link-button:hover,.community-link-button:hover{color:#ff5063!important}
.community-comments--v8 .community-link-button--report:hover,.community-link-button--report:hover{color:#ffb020!important}
.community-comments--v8 .community-thread,.community-thread{border-left-color:rgba(255,46,68,.20)!important}
.community-comments--v8 .community-thread summary,.community-thread>summary{color:#a69fa1!important}
.community-empty,.community-comments--v8 .community-empty{color:#8f888b!important}
.community-empty__icon{color:#ff5063!important;background:rgba(255,46,68,.10)!important}
.community-empty strong{color:#e8e4e5!important}
.community-empty p{color:#8f888b!important}

/* Modal layer */
.community-modal__backdrop{background:rgba(4,4,6,.78)!important;backdrop-filter:blur(7px)!important}
.community-modal__panel{
  background:linear-gradient(180deg,#17171d,#0d0d11)!important;
  border-color:rgba(255,255,255,.10)!important;box-shadow:0 30px 90px -24px rgba(0,0,0,.96)!important
}
.community-modal__header{background:#15151b!important;border-bottom-color:rgba(255,255,255,.08)!important}
.community-modal__header h2{color:#fff!important}
.community-modal__icon{color:#ffb020!important;background:rgba(255,176,32,.11)!important}
.community-modal__close{color:#aaa4a6!important;background:#202027!important;border-color:rgba(255,255,255,.08)!important}
.community-modal__close:hover{color:#fff!important;background:#2a171b!important;border-color:rgba(255,46,68,.32)!important}
.community-modal__content{background:#0f0f13!important}
.community-modal__lead,.community-field small,.community-report-note{color:#958f91!important}
.community-field>span,.watch-party-join label>span,.watch-party-position label>span{color:#e2dddf!important}
.community-modal__footer{background:#121217!important;border-top-color:rgba(255,255,255,.08)!important}
.community-modal__footer>span{color:#8f898b!important}
.community-modal__footer>span::before{color:#ffb020!important}
.community-danger-button{color:#fff!important;background:linear-gradient(135deg,#ff3145,#b00610)!important;border-color:rgba(255,80,99,.44)!important}
.community-report-note{background:rgba(255,176,32,.06)!important;border-color:rgba(255,176,32,.16)!important}
.community-issue-option,.community-player-option{background:#121217!important;border-color:rgba(255,255,255,.09)!important}
.community-issue-option:hover,.community-player-option:hover{border-color:rgba(255,46,68,.32)!important;background:#1b1215!important}
.community-issue-option:has(input:checked),.community-player-option:has(input:checked){border-color:#ff2238!important;background:rgba(255,46,68,.11)!important;box-shadow:0 0 0 2px rgba(255,46,68,.08)!important}
.community-issue-copy strong::before{color:#ffb020!important}
.community-player-option__icon{color:#ff5063!important;background:rgba(255,46,68,.11)!important}

/* Watch-party modal embedded in community CSS */
.watch-party-start,.watch-party-room,.watch-party-sync,.watch-party-host-controls,.watch-party-chat,.watch-party-sidebar{background:#111116!important;border-color:rgba(255,255,255,.09)!important}
.watch-party-hero__icon{color:#fff!important;background:linear-gradient(135deg,#ff3145,#b00610)!important;border-color:rgba(255,80,99,.36)!important}
.watch-party-modal__eyebrow{color:#ffb020!important}
.watch-party-privacy-card{background:#141419!important;border-color:rgba(255,255,255,.09)!important}
.watch-party-privacy-card:hover{background:#1b1215!important;border-color:rgba(255,46,68,.34)!important}
.watch-party-privacy-icon{color:#ff5063!important;background:rgba(255,46,68,.11)!important}
.watch-party-privacy-cards>div:nth-child(2) .watch-party-privacy-icon{color:#ffb020!important;background:rgba(255,176,32,.10)!important}
.watch-party-room__status{color:#d0cbcd!important;background:#18181e!important;border-color:rgba(255,255,255,.08)!important}
.watch-party-room__status::before{background:#ffb020!important}
.watch-party-room__status.is-playing::before{background:#59d59f!important}
.watch-party-room__share .btn,.watch-party-host-controls .btn,.watch-party-ready,.watch-party-join .btn{background:#1a1a20!important;border-color:rgba(255,255,255,.09)!important;color:#e9e6e7!important}
.watch-party-room__share .btn:hover,.watch-party-host-controls .btn:hover,.watch-party-ready:hover,.watch-party-join .btn:hover{background:#251418!important;border-color:rgba(255,46,68,.42)!important;color:#fff!important}
.watch-party-ready.is-ready{background:rgba(89,213,159,.12)!important;border-color:rgba(89,213,159,.34)!important;color:#9beac7!important}
.watch-party-message{background:#0b0b0e!important;border-color:rgba(255,255,255,.08)!important}
.watch-party-message.is-mine{background:rgba(255,46,68,.08)!important;border-color:rgba(255,46,68,.24)!important}
.watch-party-member__avatar{background:#1c1518!important;border-color:rgba(255,46,68,.20)!important}
.watch-party-member.is-host .watch-party-member__avatar{border-color:#ffb020!important;box-shadow:0 0 0 3px rgba(255,176,32,.10)!important}
.watch-party-member__badge{color:#8f898b!important;background:#1c1c22!important}
.watch-party-member.is-ready .watch-party-member__badge{color:#9beac7!important;background:rgba(89,213,159,.10)!important}

.community-toast{background:#15151b!important;border-color:rgba(255,255,255,.10)!important;color:#eee!important}
.community-toast>i{background:#ff2238!important}
.community-toast.is-error{border-color:rgba(255,80,99,.35)!important}

@media(max-width:720px){
  .community-comments__top{padding:17px!important}
  .community-login-card--v8,.community-login-card{margin:14px 16px!important}
  .community-composer--v8,.community-composer{margin:14px 16px!important}
  .community-comments--v8 .community-list-wrap{padding:0 16px 4px!important}
}

/* Cache-safe action icons: do not depend on a webfont being available. */
.community-control-v1 .community-action-button i{display:none!important}
.community-control-v1 .community-action-button::before{
  content:""!important;display:block!important;flex:0 0 14px!important;width:14px!important;height:14px!important;
  background:#ff5063!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;
  -webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-size:contain!important;mask-size:contain!important
}
.community-control-v1 .community-action-button--party::before{
  background:#ff5063!important;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM1.5 21v-2.2A6.8 6.8 0 0 1 8.3 12h.4a6.8 6.8 0 0 1 6.8 6.8V21h-14Zm14.2 0v-2.2c0-1.7-.5-3.3-1.5-4.6.7-.5 1.6-.8 2.5-.8a5.8 5.8 0 0 1 5.8 5.8V21h-6.8Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM1.5 21v-2.2A6.8 6.8 0 0 1 8.3 12h.4a6.8 6.8 0 0 1 6.8 6.8V21h-14Zm14.2 0v-2.2c0-1.7-.5-3.3-1.5-4.6.7-.5 1.6-.8 2.5-.8a5.8 5.8 0 0 1 5.8 5.8V21h-6.8Z'/%3E%3C/svg%3E")!important
}
.community-control-v1 .community-action-button--report::before{
  background:#ffb020!important;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 2h2v20H5V2Zm3 1h11.5l-2.7 4 2.7 4H8V3Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 2h2v20H5V2Zm3 1h11.5l-2.7 4 2.7 4H8V3Z'/%3E%3C/svg%3E")!important
}

@media(max-width:720px){
  .community-scope-tabs--v8{
    display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:5px!important;padding:9px 12px!important;overflow:visible!important
  }
  .community-scope-tabs--v8 .community-scope-tab{
    min-width:0!important;min-height:36px!important;padding:0 5px!important;
    justify-content:center!important;gap:4px!important;font-size:10px!important;white-space:nowrap!important
  }
  .community-scope-tabs--v8 .community-scope-icon{display:none!important}
  .community-scope-tabs--v8 .community-scope-tab b{min-width:18px!important;height:18px!important;padding:0 5px!important;font-size:9px!important}
}
