/* Final visual fixes loaded after template and engine styles. */

body .sect.news-index {
  box-sizing: border-box;
  padding: 0 22px;
}

/* Global FRONDA breadcrumb */
body .speedbar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  margin: 0 0 18px;
  padding: 11px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 48, 56, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018) 42%,
      rgba(255, 48, 56, 0.08)
    ),
    rgba(8, 8, 10, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.36);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  backdrop-filter: blur(14px);
}

body .speedbar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff3038, #8c0508);
  box-shadow: 0 0 18px rgba(255, 48, 56, 0.52);
}

body .speedbar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.22;
}

body .speedbar .fal {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-right: 2px;
  flex: 0 0 25px;
  border: 1px solid rgba(255, 48, 56, 0.24);
  border-radius: 9px;
  background: rgba(255, 48, 56, 0.1);
  color: #ff3038;
  font-size: 12px;
}

body .speedbar a,
body .speedbar span:not(.fal) {
  position: relative;
  z-index: 1;
}

body .speedbar a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.18s ease;
}

body .speedbar a:hover {
  color: #ff3038;
}

/* Global FRONDA section titles */
body .sect > .sect-header,
body .sub-title,
body .mtitle,
body .form-wrap > h1 {
  position: relative;
  min-height: 58px;
  margin: 0 0 20px !important;
  padding: 14px 18px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 48, 56, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.014) 44%,
      rgba(255, 48, 56, 0.075)
    ),
    rgba(8, 8, 10, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 38px rgba(0, 0, 0, 0.3);
}

body .sect > .sect-header::before,
body .sub-title::before,
body .mtitle::before,
body .form-wrap > h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 13px;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff3038, #8c0508);
  box-shadow: 0 0 18px rgba(255, 48, 56, 0.48);
}

body .sect > .sect-header::after,
body .sub-title::after,
body .mtitle::after,
body .form-wrap > h1::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 48, 56, 0.8),
    rgba(255, 48, 56, 0.06),
    transparent
  );
}

body .sect .sect-title,
body .sub-title h1,
body .mtitle,
body .form-wrap > h1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: clamp(22px, 2.5vw, 30px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.45);
  white-space: normal !important;
}

body .sect .sect-title::first-letter,
body .sub-title h1::first-letter,
body .mtitle::first-letter,
body .form-wrap > h1::first-letter {
  color: #ff3038;
}

body .sect .sect-title .fal,
body .sub-title h1 .fal,
body .mtitle .fal,
body .form-wrap > h1 .fal {
  display: none !important;
}

body .mtitle span {
  position: relative;
  z-index: 1;
  color: inherit !important;
}

body .news-index .news-index__header {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-height: 68px !important;
  margin: 0 0 24px !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(255, 48, 56, 0.2) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.014) 44%,
      rgba(255, 48, 56, 0.075)
    ),
    rgba(8, 8, 10, 0.88) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 38px rgba(0, 0, 0, 0.3) !important;
  overflow: visible !important;
}

body .news-index .news-index__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 13px;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff3038, #8c0508);
  box-shadow: 0 0 18px rgba(255, 48, 56, 0.48);
}

body .news-index .news-index__header::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 48, 56, 0.8),
    rgba(255, 48, 56, 0.06),
    transparent
  );
}

body .news-index .news-index__title {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: clamp(22px, 2.5vw, 30px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

body .news-index .news-index__title::first-letter {
  color: #ff333d !important;
}

body .news-video-section {
  display: none;
  width: 100%;
  margin: 30px 0 0;
}

body .news-video-section.is-ready {
  display: block;
}

body .news-video-shell {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 48, 56, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.016) 46%,
      rgba(255, 48, 56, 0.075)
    ),
    rgba(8, 8, 10, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 54px rgba(0, 0, 0, 0.42);
}

body .news-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.24;
}

body .news-video-ratio {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: #020308;
}

body .news-video-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #020308;
}

body .news-video-series {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

body .news-video-series__btn {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

body .news-video-series__btn:hover,
body .news-video-series__btn.active {
  border-color: rgba(255, 48, 56, 0.5);
  background: linear-gradient(
    135deg,
    rgba(255, 48, 56, 0.92),
    rgba(142, 5, 8, 0.92)
  );
  color: #fff;
  transform: translateY(-1px);
}

body .news-index .news-index__sort,
body .news-index .news-index__sort form {
  position: relative !important;
  z-index: 40 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .news-index .news-index__sort.fronda-sort-static {
  position: relative !important;
  z-index: 40 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .fronda-sort-holder,
body .fronda-sort-source-wrap {
  position: relative !important;
}

body .fronda-sort-source-form {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body .fronda-sort-holder {
  z-index: 40 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  margin: 0 0 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .sect:has(.fronda-sort-menu),
body .sect > .sect-header:has(.fronda-sort-menu),
body .news-index .news-index__header:has(.fronda-sort-menu),
body .fronda-sort-section,
body .sect > .sect-header.fronda-sort-header {
  overflow: visible !important;
}

body .sect > .sect-header:has(.fronda-sort-menu),
body .sect > .sect-header.fronda-sort-header {
  z-index: 80 !important;
}

body .sect > .sect-header .fronda-sort-holder,
body .sect > .sect-header .fronda-sort-source-wrap,
body .news-index .news-index__sort,
body .news-index .news-index__sort .fronda-sort-source-wrap {
  overflow: visible !important;
}

body .news-index .news-index__sort ul.sort.fronda-sort-source,
body .news-index .news-index__sort ul.sort[hidden] {
  display: none !important;
}

body .fronda-sort-source-wrap form.fronda-sort-source-form ul.sort,
body .news-index .news-index__sort form.sort-menu-ready ul.sort {
  display: none !important;
}

body .fronda-sort-menu {
  position: relative;
  z-index: 90;
  width: clamp(280px, 26vw, 320px);
  margin: 0 !important;
  font-family: inherit;
}

body .fronda-sort-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(10, 10, 13, 0.92);
  color: rgba(255, 255, 255, 0.9);
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

body .fronda-sort-label {
  flex: 0 0 auto;
  padding-right: 0.35em;
}

body .fronda-sort-current {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .fronda-sort-trigger .fal {
  flex: 0 0 auto;
}

body .fronda-sort-trigger:hover,
body .fronda-sort-trigger:focus {
  border-color: rgba(255, 51, 61, 0.48);
  background:
    linear-gradient(
      180deg,
      rgba(255, 51, 61, 0.12),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(12, 12, 15, 0.96);
}

body .fronda-sort-menu.is-open .fronda-sort-trigger {
  border-color: rgba(255, 51, 61, 0.52);
  border-radius: 10px;
}

body .fronda-sort-panel {
  position: absolute;
  z-index: 999;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  width: 100%;
  min-width: 280px;
  max-width: 320px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 51, 61, 0.08),
      rgba(255, 255, 255, 0.025) 46%
    ),
    rgba(7, 7, 10, 0.98);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
}

body .fronda-sort-menu.is-open .fronda-sort-panel {
  display: grid;
  gap: 4px;
}

body .fronda-sort-option {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 32px;
  padding: 0 11px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
}

body .fronda-sort-option:hover {
  background: rgba(255, 51, 61, 0.14);
  color: #fff;
}

body .fronda-sort-option.is-active {
  background: linear-gradient(
    135deg,
    rgba(255, 51, 61, 0.22),
    rgba(255, 255, 255, 0.045)
  );
  color: #fff;
}

body .news-index__list .release-card {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  body .news-index .news-index__header {
    display: block !important;
  }

  body .news-index .news-index__sort {
    justify-content: flex-start !important;
    margin-top: 12px !important;
  }

  body .fronda-sort-holder {
    justify-content: flex-start !important;
    margin: 12px 0 0 !important;
  }
}

@media (max-width: 760px) {
  body .sect.news-index {
    padding: 0 12px;
  }

  body .news-index .news-index__header {
    min-height: 58px !important;
    padding: 12px !important;
  }

  body .news-index .news-index__title {
    font-size: 26px !important;
  }

  body .fronda-sort-menu {
    width: 100%;
  }
}

/* Portfolio */
body .portfolio-page {
  --portfolio-red: #ff333d;
  --portfolio-red-dark: #98070c;
  --portfolio-line: rgba(255, 255, 255, 0.09);
  --portfolio-soft: rgba(255, 255, 255, 0.68);
  position: relative;
  overflow: hidden;
  margin: 0 auto 28px;
  padding: 20px;
  border: 1px solid rgba(255, 51, 61, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 15% 0, rgba(255, 51, 61, 0.16), transparent 32%),
    linear-gradient(
      135deg,
      rgba(35, 6, 8, 0.7),
      rgba(3, 3, 5, 0.96) 42%,
      rgba(10, 10, 12, 0.98)
    );
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
  color: #fff;
}

body .portfolio-page *,
body .portfolio-page *::before,
body .portfolio-page *::after {
  box-sizing: border-box;
}

body .portfolio-page a {
  font-size: inherit !important;
  color: inherit;
  text-decoration: none;
}

body .portfolio-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

body .portfolio-hero__content,
body .portfolio-manage,
body .portfolio-toolbar,
body .portfolio-card {
  border: 1px solid var(--portfolio-line);
  background:
    linear-gradient(
      135deg,
      rgba(255, 51, 61, 0.1),
      rgba(255, 255, 255, 0.025) 42%
    ),
    rgba(0, 0, 0, 0.32);
}

body .portfolio-hero__content {
  min-height: 150px;
  padding: 26px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

body .portfolio-hero h1 {
  max-width: 780px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  font-weight: 900;
}

body .portfolio-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

body .portfolio-manage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border-radius: 10px;
}

body .portfolio-manage__title {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

body .portfolio-manage__links {
  display: grid;
  gap: 8px;
}

body .portfolio-manage__links a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 51, 61, 0.28);
  border-radius: 8px;
  background: rgba(255, 51, 61, 0.1);
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900;
}

body .portfolio-manage__links a:hover {
  background: linear-gradient(135deg, #ff333d, #9d060b);
}

body .portfolio-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 9px;
}

body .portfolio-adminbar {
  display: flex;
  justify-content: flex-end;
  margin: -4px 0 16px;
}

body .portfolio-adminbar button,
body .portfolio-card__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 51, 61, 0.42);
  border-radius: 7px;
  background: linear-gradient(135deg, #ff333d, #9d060b);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

html.portfolio-modal-open,
html.portfolio-modal-open body {
  overflow: hidden;
}

body .portfolio-modal[hidden] {
  display: none !important;
}

body .portfolio-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

body .portfolio-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(6px);
}

body .portfolio-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.62);
}

body .portfolio-editor {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 51, 61, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 51, 61, 0.09),
      rgba(255, 255, 255, 0.025) 44%
    ),
    rgba(0, 0, 0, 0.32);
}

body .portfolio-editor__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

body .portfolio-editor__head h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

body .portfolio-editor__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.45;
}

body .portfolio-editor__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body .portfolio-editor button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 51, 61, 0.42);
  border-radius: 7px;
  background: linear-gradient(135deg, #ff333d, #9d060b);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

body .portfolio-editor button[type="button"] {
  background: rgba(255, 255, 255, 0.06);
}

body .portfolio-editor__close {
  width: 40px;
  padding: 0 !important;
  font-size: 18px;
}

body .portfolio-editor__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body .portfolio-editor label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

body .portfolio-editor label span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body .portfolio-editor input,
body .portfolio-editor select,
body .portfolio-editor textarea {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 12px;
  font: inherit;
  outline: 0;
}

body .portfolio-editor input::placeholder,
body .portfolio-editor textarea::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

body .portfolio-editor textarea {
  resize: vertical;
}

body .portfolio-editor input:focus,
body .portfolio-editor select:focus,
body .portfolio-editor textarea:focus {
  border-color: rgba(255, 51, 61, 0.62);
  box-shadow: 0 0 0 2px rgba(255, 51, 61, 0.12);
}

body .portfolio-editor__wide,
body .portfolio-editor__status {
  grid-column: 1 / -1;
}

body .portfolio-editor__status {
  min-height: 20px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

body .portfolio-video-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body .portfolio-video-fields__title {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body .portfolio-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.42);
}

body .portfolio-search .fas {
  color: var(--portfolio-red);
}

body .portfolio-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
}

body .portfolio-search input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

body .portfolio-page-status {
  min-width: 150px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 51, 61, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  text-align: center;
}

body .portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

body .portfolio-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  gap: 20px;
  min-height: 360px;
  padding: 16px;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  transform: translateY(12px);
  opacity: 0;
  animation: portfolio-card-in 420ms ease forwards;
  animation-delay: var(--delay);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body .portfolio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at var(--mx, 50%) var(--my, 20%),
      rgba(255, 51, 61, 0.22),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 55%);
  opacity: 0;
  transition: opacity 180ms ease;
}

body .portfolio-card:hover {
  border-color: rgba(255, 51, 61, 0.34);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

body .portfolio-card:hover::before {
  opacity: 1;
}

body .portfolio-card__media {
  position: relative;
  min-height: 360px;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(255, 51, 61, 0.12),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(0, 0, 0, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
}

body .portfolio-card__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: 0 !important;
  filter: saturate(1.05) contrast(1.08);
  transition: transform 280ms ease;
}

body .portfolio-card:hover .portfolio-card__media img {
  transform: scale(1.02);
}

body .portfolio-card__badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

body .portfolio-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body .portfolio-card__head span {
  color: var(--portfolio-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body .portfolio-card__head h2 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

body .portfolio-card__meta {
  display: grid;
  gap: 9px;
  margin: 0;
}

body .portfolio-card__meta div {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

body .portfolio-card__meta dt {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body .portfolio-card__meta dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.35;
}

body .portfolio-card__audio audio {
  width: 100%;
  height: 38px;
}

body .portfolio-card__video-wrap {
  position: relative;
}

body .portfolio-card__video {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.38);
  aspect-ratio: 16 / 9;
}

body .portfolio-card__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body .portfolio-video-tabs {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  display: flex;
  gap: 6px;
}

body .portfolio-video-tab {
  min-width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  cursor: pointer;
}

body .portfolio-video-tab.is-active,
body .portfolio-video-tab:hover {
  border-color: rgba(255, 51, 61, 0.7);
  background: #b8070d;
  color: #fff;
}

body .portfolio-card__placeholder {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 800;
}

body .portfolio-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

body .portfolio-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(255, 51, 61, 0.35);
  border-radius: 7px;
  background: linear-gradient(
    135deg,
    rgba(255, 51, 61, 0.18),
    rgba(0, 0, 0, 0.2)
  );
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900;
}

body .portfolio-card__link:not(.portfolio-card__link--muted):hover {
  background: linear-gradient(135deg, #ff333d, #a7060c);
  color: #fff !important;
}

body .portfolio-card__edit {
  min-height: 36px;
  padding: 0 11px;
  font-size: 12px;
}

body .portfolio-card__link--muted {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.42) !important;
}

body .portfolio-card--empty {
  border-style: dashed;
}

body .portfolio-card--empty .portfolio-card__media img {
  opacity: 0.72;
}

body .portfolio-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body .portfolio-page-btn {
  min-width: 42px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
  cursor: pointer;
}

body .portfolio-page-btn--wide {
  min-width: 92px;
}

body .portfolio-page-btn:hover,
body .portfolio-page-btn.is-active {
  border-color: rgba(255, 51, 61, 0.55);
  background: linear-gradient(135deg, #ff333d, #a7060c);
  color: #fff;
}

body .portfolio-page-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

body .portfolio-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  font-weight: 900;
}

@keyframes portfolio-card-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  body .portfolio-hero {
    grid-template-columns: 1fr;
  }

  body .portfolio-card {
    grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
  }
}

@media (max-width: 680px) {
  body .portfolio-page .portfolio-hero {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  body .portfolio-page .portfolio-hero__action {
    justify-self: start;
  }

  body .portfolio-page .portfolio-hero__content {
    min-height: 0;
    padding: 0;
  }

  body .portfolio-editor__head {
    display: grid;
  }

  body .portfolio-editor__grid {
    grid-template-columns: 1fr;
  }

  body .portfolio-video-fields {
    grid-template-columns: 1fr;
  }

  body .portfolio-modal {
    padding: 10px;
    align-items: start;
  }

  body .portfolio-modal__dialog {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }

  body .portfolio-toolbar {
    grid-template-columns: 1fr;
  }

  body .portfolio-card {
    grid-template-columns: 1fr;
  }

  body .portfolio-card__media,
  body .portfolio-card__media img {
    min-height: 390px;
    max-height: none;
  }

  body .portfolio-page-status {
    min-width: 0;
  }
}

body .portfolio-page .portfolio-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-bottom: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 51, 61, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(
      circle at 82% 12%,
      rgba(255, 51, 61, 0.18),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(46, 7, 10, 0.9), rgba(7, 7, 9, 0.94) 64%);
}

body .portfolio-page .portfolio-hero__content {
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  justify-content: center;
  background: transparent;
}

body .portfolio-page .portfolio-hero__label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: 8px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 51, 61, 0.28);
  border-radius: 999px;
  background: rgba(255, 51, 61, 0.1);
  color: #ff4a52;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body .portfolio-page .portfolio-hero h1 {
  max-width: none;
  margin-bottom: 8px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

body .portfolio-page .portfolio-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
}

body .portfolio-page .portfolio-hero__action {
  align-self: end;
}

body .portfolio-page .portfolio-hero__action button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 51, 61, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3342, #9d060b);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(184, 7, 13, 0.28);
  font-size: 13px;
  cursor: pointer;
}

body .portfolio-page .portfolio-hero__action button > span,
body .portfolio-page .portfolio-card__edit > span {
  margin-right: 6px;
}

body .portfolio-page .portfolio-toolbar {
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 51, 61, 0.09),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(0, 0, 0, 0.34);
}

body .portfolio-page .portfolio-page-status {
  border: 1px solid rgba(255, 51, 61, 0.18);
  background: linear-gradient(
    135deg,
    rgba(255, 51, 61, 0.18),
    rgba(255, 255, 255, 0.04)
  );
}

body .portfolio-page .portfolio-video-tabs {
  left: 8px;
  right: auto;
  top: 8px;
  display: flex;
  flex-direction: row;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(8px);
  opacity: 0.64;
  transition:
    opacity 160ms ease,
    background 160ms ease;
}

body .portfolio-page .portfolio-card__video-wrap:hover .portfolio-video-tabs {
  opacity: 1;
  background: rgba(0, 0, 0, 0.62);
}

body .portfolio-page .portfolio-video-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 999px;
  border-color: transparent;
  background: rgba(120, 0, 5, 0.52);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0 !important;
  line-height: 0 !important;
  font-weight: 800 !important;
  text-align: center;
  vertical-align: middle;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

body
  .portfolio-page
  .portfolio-card__video-wrap
  .portfolio-video-tabs
  .portfolio-video-tab {
  box-sizing: border-box !important;
  appearance: none;
  -webkit-appearance: none;
  text-indent: 0 !important;
}

body .portfolio-page .portfolio-video-tab span {
  position: absolute;
  inset: 0;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font:
    800 10px/1 Arial,
    sans-serif;
  text-align: center;
  pointer-events: none;
}

body .portfolio-page .portfolio-video-tab.is-active {
  background: rgba(255, 51, 61, 0.82);
  color: #fff;
  box-shadow: none;
}

body .portfolio-page .portfolio-video-tab:hover {
  transform: translateY(-1px);
  color: #fff;
}

body .portfolio-page .portfolio-card__actions {
  gap: 10px;
}

body .portfolio-page .portfolio-card__link,
body .portfolio-page .portfolio-card__edit {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

body .portfolio-page .portfolio-card__link:hover,
body .portfolio-page .portfolio-card__edit:hover {
  border-color: rgba(255, 51, 61, 0.58);
  background: linear-gradient(135deg, #ff3342, #9d060b);
  transform: translateY(-1px);
}

body .portfolio-page .portfolio-card__edit {
  border-color: rgba(255, 51, 61, 0.34);
  background: linear-gradient(
    135deg,
    rgba(255, 51, 61, 0.2),
    rgba(0, 0, 0, 0.22)
  );
}

/* Add news section */

body .addnews-page {
  box-sizing: border-box;
  padding: 0 22px 28px;
}

body .addnews-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 51, 61, 0.18);
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(28, 8, 9, 0.9),
    rgba(8, 8, 8, 0.98) 64%
  );
}

body .addnews-page__kicker {
  margin-bottom: 7px;
  color: #ff333d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body .addnews-page__header h1 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
}

body .addnews-form {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(50, 10, 12, 0.26), rgba(8, 8, 8, 0.96) 44%),
    #080808;
}

body .addnews-form > div,
body .addnews-form .form-vote > div {
  margin-bottom: 18px;
}

body .addnews-form .form-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
  padding-left: 0;
}

body .addnews-form .form-item > label {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

body .addnews-form input[type="text"],
body .addnews-form input[type="password"],
body .addnews-form input[type="file"],
body .addnews-form select,
body .addnews-form textarea {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(5, 5, 7, 0.96);
  color: #fff;
  outline: none;
}

body .addnews-form input[type="text"],
body .addnews-form input[type="password"],
body .addnews-form select {
  min-height: 40px;
  padding: 0 12px;
}

body .addnews-form textarea {
  min-height: 180px;
  padding: 12px;
  resize: vertical;
}

body .addnews-form input:focus,
body .addnews-form select:focus,
body .addnews-form textarea:focus {
  border-color: rgba(255, 51, 61, 0.58);
  box-shadow: 0 0 0 3px rgba(255, 51, 61, 0.08);
}

body .addnews-category-picker {
  display: grid;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(255, 51, 61, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 51, 61, 0.08),
      rgba(255, 255, 255, 0.025) 48%
    ),
    rgba(0, 0, 0, 0.28);
}

body .addnews-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body .addnews-category-title {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

body .addnews-category-note {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

body .addnews-category-picked {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 30px;
}

body .addnews-category-empty {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

body .addnews-category-search {
  min-height: 40px;
}

body .addnews-category-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 7px;
  max-height: 250px;
  overflow: auto;
  padding-right: 2px;
}

body .addnews-category-chip,
body .addnews-category-option {
  min-width: 0;
  border-radius: 7px;
  font-weight: 800;
  cursor: pointer;
}

body .addnews-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 51, 61, 0.34);
  background: rgba(255, 51, 61, 0.16);
  color: #fff;
}

body .addnews-category-chip span {
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 900;
}

body .addnews-category-option {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.86);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .addnews-category-option:hover {
  border-color: rgba(255, 51, 61, 0.45);
  background: rgba(255, 51, 61, 0.12);
  color: #fff;
}

body .addnews-category-noresult {
  padding: 9px 10px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

body .addnews-form .addnews-people-select {
  min-height: 168px;
  padding: 8px;
}

body .addnews-form .addnews-people-select option {
  padding: 7px 9px;
  border-radius: 5px;
}

body .addnews-people-helper {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

body .addnews-people-title {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body .addnews-people-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

body .addnews-people-picker {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
}

body .addnews-people-picked {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 30px;
}

body .addnews-people-empty {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

body .addnews-person-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 51, 61, 0.32);
  border-radius: 999px;
  background: rgba(255, 51, 61, 0.16);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

body .addnews-person-chip span {
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 900;
}

body .addnews-people-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 7px;
  max-height: 240px;
  overflow: auto;
  padding-right: 2px;
}

body .addnews-people-option {
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.86);
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .addnews-people-option:hover {
  border-color: rgba(255, 51, 61, 0.45);
  background: rgba(255, 51, 61, 0.12);
  color: #fff;
}

body .addnews-people-noresult {
  padding: 9px 10px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

body .addnews-form .addnews-people-input {
  min-height: 38px;
}

body .addnews-form .addnews-source-hidden {
  display: none !important;
}

body .addnews-people-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  background: rgba(255, 51, 61, 0.92);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

body .addnews-form .addnews-episode-field {
  font-family: Consolas, Monaco, monospace;
}

body .addnews-form .addnews-xfield-hidden-row {
  display: none !important;
}

body .addnews-video-builder {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 51, 61, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 51, 61, 0.08),
      rgba(255, 255, 255, 0.025) 46%
    ),
    rgba(0, 0, 0, 0.28);
}

body .addnews-video-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

body .addnews-video-title {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

body .addnews-video-note {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

body .addnews-video-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(92px, 1fr));
  gap: 6px;
  padding: 4px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body .addnews-video-tab {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 900;
  cursor: pointer;
}

body .addnews-video-tab.active {
  background: rgba(255, 51, 61, 0.92);
  color: #fff;
}

body .addnews-video-panel {
  display: grid;
  gap: 10px;
}

body .addnews-video-panel[hidden],
body .addnews-episode-card[hidden] {
  display: none !important;
}

body .addnews-video-label,
body .addnews-episode-title {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body .addnews-video-main {
  min-width: 0;
}

body .addnews-episodes-list {
  display: grid;
  gap: 10px;
}

body .addnews-episode-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.26);
}

body .addnews-episode-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body .addnews-episode-action {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 51, 61, 0.42);
  border-radius: 7px;
  background: rgba(255, 51, 61, 0.12);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

body .addnews-episode-add {
  background: rgba(255, 51, 61, 0.92);
  border-color: rgba(255, 51, 61, 0.92);
}

body .addnews-episode-remove {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
}

body .addnews-episode-action:disabled {
  opacity: 0.45;
  cursor: default;
}

body .addnews-form__section,
body .addnews-form__panel,
body .addnews-form .form-xfield {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

body .addnews-form .form-textarea > label {
  margin: -16px -16px 14px;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 51, 61, 0.09);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

body .addnews-form .wseditor {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #040407;
}

body .addnews-form .wseditor textarea,
body .addnews-form textarea.wysiwygeditor {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 0;
  height: 320px !important;
  border: 0;
  border-radius: 0;
  background: #030306;
}

body .addnews-form #short_story,
body .addnews-form .wseditor textarea#short_story {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

body .addnews-form #full_story,
body .addnews-form .wseditor textarea#full_story {
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;
}

body .addnews-form .wseditor table,
body .addnews-form .wseditor tbody,
body .addnews-form .wseditor tr,
body .addnews-form .wseditor td {
  max-width: 100%;
}

body .addnews-form .wseditor [class*="toolbar"],
body .addnews-form .wseditor [class*="panel"],
body .addnews-form .wseditor .bb-editor {
  max-width: 100%;
}

body .addnews-form .wseditor .bb-editor,
body .addnews-form .wseditor .bb-pane,
body .addnews-form .wseditor .editor-toolbar {
  overflow: hidden !important;
  scrollbar-width: thin;
}

body .addnews-form .wseditor .bb-editor::-webkit-scrollbar,
body .addnews-form .wseditor .bb-pane::-webkit-scrollbar,
body .addnews-form .wseditor .editor-toolbar::-webkit-scrollbar {
  height: 6px;
}

body .addnews-form .wseditor .bb-editor::-webkit-scrollbar-thumb,
body .addnews-form .wseditor .bb-pane::-webkit-scrollbar-thumb,
body .addnews-form .wseditor .editor-toolbar::-webkit-scrollbar-thumb {
  background: rgba(255, 51, 61, 0.72);
  border-radius: 999px;
}

body .addnews-form .wseditor .bb-btn,
body .addnews-form .wseditor .bb-separator {
  flex: 0 0 auto;
}

body .addnews-form .wseditor iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 320px !important;
  background: #030306;
}

body .addnews-form .form-textarea.imp .wseditor iframe {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

body .addnews-form .form-textarea:not(.imp) .wseditor iframe {
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;
}

body .addnews-form .wseditor iframe,
body .addnews-form .wseditor .tox,
body .addnews-form .wseditor .tox-editor-container {
  border-radius: 0 0 8px 8px;
}

body .addnews-form .bb-editor,
body .addnews-form .bb-editor textarea,
body .addnews-form .wseditor .tox-toolbar,
body .addnews-form .wseditor .tox-toolbar__primary {
  background: #111723 !important;
}

body .addnews-form .bb-pane,
body .addnews-form .bb-editor,
body .addnews-form .wseditor .tox-toolbar__primary {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

body .addnews-form .bb-btn,
body .addnews-form .wseditor button,
body .addnews-form .wseditor .tox-tbtn {
  border-radius: 5px !important;
}

body .addnews-form .wseditor .tox-statusbar,
body .addnews-form .wseditor .tox-menubar {
  background: #101522 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

body .addnews-form .tox-tinymce {
  max-width: 100% !important;
  height: 380px !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

body .addnews-form .tox-editor-container,
body .addnews-form .tox-edit-area {
  max-width: 100% !important;
}

body .addnews-form .tox-toolbar,
body .addnews-form .tox-toolbar__primary,
body .addnews-form .tox-toolbar__overflow,
body .addnews-form .tox-toolbar-overlord {
  flex-wrap: wrap !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #101522 !important;
}

body .addnews-form .tox-toolbar__group {
  flex-wrap: wrap !important;
}

body .addnews-form .wseditor .editor-statusbar,
body .addnews-form .wseditor .bb-statusbar {
  box-sizing: border-box;
  max-width: 100%;
  background: #101522 !important;
}

body .addnews-form .wseditor [class*="status"],
body .addnews-form .wseditor [class*="counter"],
body .addnews-form .wseditor [class*="word"] {
  display: none !important;
}

body .addnews-form .wseditor textarea,
body .addnews-form .wseditor iframe {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 51, 61, 0.72) #07070b;
}

body .addnews-form .wseditor textarea::-webkit-scrollbar,
body .addnews-form .wseditor iframe::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body .addnews-form .wseditor textarea::-webkit-scrollbar-track,
body .addnews-form .wseditor iframe::-webkit-scrollbar-track {
  background: #07070b;
}

body .addnews-form .wseditor textarea::-webkit-scrollbar-thumb,
body .addnews-form .wseditor iframe::-webkit-scrollbar-thumb {
  background: rgba(255, 51, 61, 0.72);
  border-radius: 999px;
}

body .addnews-form__tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body .addnews-form__tools input[type="button"],
body .addnews-form__tools a,
body .addnews-form__submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, #ff3342, #b7070d);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

body .addnews-form__tools input[type="button"],
body .addnews-form__tools a {
  width: auto;
  float: none;
}

body .addnews-form__submit {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-bottom: 0 !important;
  padding-top: 4px;
}

body .addnews-form__submit button:last-child {
  margin-left: 0;
  background: rgba(255, 255, 255, 0.08);
}

body .addnews-form .tableform td,
body .addnews-form .tableform th {
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

body .addnews-form .tableform .addnews {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

body .addnews-form__checks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 51, 61, 0.08),
      rgba(255, 255, 255, 0.025) 46%
    ),
    rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.78);
}

body .addnews-form__checks .checkbox,
body .addnews-form__checks label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

body .addnews-form__checks .checkbox:hover,
body .addnews-form__checks label:hover {
  border-color: rgba(255, 51, 61, 0.28);
  background: rgba(255, 51, 61, 0.08);
}

body .addnews-form__checks input[type="checkbox"] {
  width: 18px !important;
  height: 18px;
  min-height: 0;
  margin: 0;
  accent-color: #ff333d;
  cursor: pointer;
}

body .addnews-form__checks input[type="checkbox"]:checked + span,
body .addnews-form__checks input[type="checkbox"]:checked + label {
  color: #fff;
}

body .addnews-form__question {
  margin-bottom: 10px;
  color: #fff;
}

@media (max-width: 760px) {
  body .addnews-page {
    padding: 0 12px 22px;
  }

  body .addnews-page__header h1 {
    font-size: 26px;
  }

  body .addnews-form {
    padding: 14px;
  }

  body .addnews-form .form-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body .addnews-form__tools {
    grid-template-columns: 1fr;
  }

  body .addnews-form__submit {
    flex-direction: column;
  }

  body .addnews-people-helper,
  body .addnews-people-row {
    grid-template-columns: 1fr;
  }

  body .addnews-video-head,
  body .addnews-episode-card {
    grid-template-columns: 1fr;
  }

  body .addnews-video-head {
    align-items: stretch;
  }
}

/* Unified full-page actions and comments */
body .news-full__actions,
body .fs-actions-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 28px 0 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 51, 61, 0.09),
      rgba(255, 255, 255, 0.025) 48%,
      rgba(0, 0, 0, 0.26)
    ),
    rgba(8, 8, 10, 0.72) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38) !important;
}

body .news-full__actions .ffav,
body .news-full__actions .fcompl,
body .fs-actions-inner .ffav,
body .fs-actions-inner .fcompl {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body .news-full__actions .ffav > *,
body .news-full__actions .fcompl > *,
body .fs-actions-inner .ffav > *,
body .fs-actions-inner .fcompl > *,
body .news-full__actions .ffav a,
body .news-full__actions .fcompl a,
body .fs-actions-inner .ffav a,
body .fs-actions-inner .fcompl a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(255, 255, 255, 0.045) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease !important;
}

body .news-full__actions .ffav:hover > *,
body .news-full__actions .fcompl:hover > *,
body .fs-actions-inner .ffav:hover > *,
body .fs-actions-inner .fcompl:hover > *,
body .news-full__actions .ffav a:hover,
body .news-full__actions .fcompl a:hover,
body .fs-actions-inner .ffav a:hover,
body .fs-actions-inner .fcompl a:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 51, 61, 0.46) !important;
  background:
    linear-gradient(135deg, rgba(255, 51, 61, 0.3), rgba(170, 0, 8, 0.2)),
    rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
}

body .news-full__actions .fal,
body .fs-actions-inner .fal {
  margin: 0 !important;
  color: #ff3342 !important;
  font-size: 15px !important;
}

body .news-full__comments,
body .fs-comments {
  margin-top: 28px !important;
  margin-bottom: 18px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 16% 0, rgba(255, 51, 61, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.2)),
    rgba(5, 5, 7, 0.84) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.45) !important;
}

body .news-full__section-title,
body .fs-comments .fs-section-header {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 42px !important;
  margin: 0 0 16px !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

body .news-full__section-title .fal,
body .fs-comments .fs-section-icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  border: 1px solid rgba(255, 51, 61, 0.38) !important;
  border-radius: 9px !important;
  background: rgba(255, 51, 61, 0.1) !important;
  color: #ff3342 !important;
  font-size: 14px !important;
}

body .fs-comments .fs-section-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

body .news-full__comments-body,
body .fs-comments-body {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .news-full__comments-body .add-comms,
body .fs-comments-body .add-comms {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin: 0 0 20px !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 51, 61, 0.08),
      rgba(255, 255, 255, 0.025) 44%
    ),
    rgba(0, 0, 0, 0.36) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
  overflow: hidden !important;
}

body .news-full__comments-body .ac-inputs,
body .fs-comments-body .ac-inputs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}

body .news-full__comments-body .ac-inputs input,
body .news-full__comments-body .form-secur input,
body .fs-comments-body .ac-inputs input,
body .fs-comments-body .form-secur input {
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.55) !important;
  color: #fff !important;
  font-weight: 800 !important;
}

body .news-full__comments-body .ac-inputs input:focus,
body .news-full__comments-body .form-secur input:focus,
body .fs-comments-body .ac-inputs input:focus,
body .fs-comments-body .form-secur input:focus {
  border-color: rgba(255, 51, 61, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(255, 51, 61, 0.13) !important;
  outline: none !important;
}

body .news-full__comments-body .ac-textarea,
body .fs-comments-body .ac-textarea {
  margin: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #030409 !important;
}

body .news-full__comments-body .bb-editor,
body .news-full__comments-body .wysibb,
body .news-full__comments-body .dleaddcomments-editor,
body .news-full__comments-body .wseditor,
body .fs-comments-body .bb-editor,
body .fs-comments-body .wysibb,
body .fs-comments-body .dleaddcomments-editor,
body .fs-comments-body .wseditor {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid rgba(121, 132, 157, 0.55) !important;
  border-radius: 14px !important;
  background: #030409 !important;
  overflow: hidden !important;
}

body .news-full__comments-body .bb-pane,
body .news-full__comments-body .wysibb-toolbar,
body .news-full__comments-body .tox-toolbar,
body .news-full__comments-body .tox-toolbar__primary,
body .news-full__comments-body .tox-toolbar-overlord,
body .fs-comments-body .bb-pane,
body .fs-comments-body .wysibb-toolbar,
body .fs-comments-body .tox-toolbar,
body .fs-comments-body .tox-toolbar__primary,
body .fs-comments-body .tox-toolbar-overlord {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 42px !important;
  padding: 6px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(180deg, #151c2a, #101622) !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body .news-full__comments-body .bb-btn,
body .news-full__comments-body .wysibb-toolbar-btn,
body .news-full__comments-body .tox-tbtn,
body .fs-comments-body .bb-btn,
body .fs-comments-body .wysibb-toolbar-btn,
body .fs-comments-body .tox-tbtn {
  width: 31px !important;
  min-width: 31px !important;
  height: 31px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 7px !important;
  background: linear-gradient(180deg, #c60910, #95050a) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body .news-full__comments-body .bb-btn:hover,
body .news-full__comments-body .wysibb-toolbar-btn:hover,
body .news-full__comments-body .tox-tbtn:hover,
body .fs-comments-body .bb-btn:hover,
body .fs-comments-body .wysibb-toolbar-btn:hover,
body .fs-comments-body .tox-tbtn:hover {
  background: linear-gradient(180deg, #ff3342, #b4070d) !important;
}

body .news-full__comments-body textarea,
body .news-full__comments-body iframe,
body .news-full__comments-body .wysibb-body,
body .news-full__comments-body .tox-edit-area,
body .fs-comments-body textarea,
body .fs-comments-body iframe,
body .fs-comments-body .wysibb-body,
body .fs-comments-body .tox-edit-area {
  width: 100% !important;
  min-height: 220px !important;
  max-width: 100% !important;
  border: 0 !important;
  background: #020308 !important;
  color: #fff !important;
  box-sizing: border-box !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255, 51, 61, 0.7) #08090f !important;
}

body .news-full__comments-body .ac-submit,
body .fs-comments-body .ac-submit {
  display: flex !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .news-full__comments-body .ac-submit button,
body .fs-comments-body .ac-submit button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #ff3342, #b4070d) !important;
  color: #fff !important;
  font-weight: 950 !important;
  box-shadow: 0 12px 26px rgba(180, 7, 13, 0.22) !important;
  cursor: pointer !important;
}

body .news-full__comments-body .ac-submit button:hover,
body .fs-comments-body .ac-submit button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 34px rgba(255, 51, 61, 0.3) !important;
}

body .news-full__comments-body .comm-item,
body .fs-comments-body .comm-item {
  min-height: 56px !important;
  margin: 14px 0 0 !important;
  padding: 16px 16px 16px 76px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.035),
      rgba(255, 51, 61, 0.035)
    ),
    rgba(11, 11, 13, 0.74) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
}

body .news-full__comments-body .comm-avatar,
body .fs-comments-body .comm-avatar {
  left: 16px !important;
  top: 16px !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ff3342, #8b070b) !important;
  overflow: hidden !important;
}

body .news-full__comments-body .comm-avatar img,
body .news-full__comments-body .comm-letter,
body .fs-comments-body .comm-avatar img,
body .fs-comments-body .comm-letter {
  width: 100% !important;
  height: 100% !important;
  border-radius: 14px !important;
  object-fit: cover !important;
  line-height: 44px !important;
}

body .news-full__comments-body .comm-one,
body .fs-comments-body .comm-one {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 12px !important;
  white-space: normal !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body .news-full__comments-body .comm-one > span,
body .fs-comments-body .comm-one > span {
  margin: 0 !important;
  opacity: 1 !important;
}

body .news-full__comments-body .comm-author,
body .news-full__comments-body .comm-author a,
body .fs-comments-body .comm-author,
body .fs-comments-body .comm-author a {
  color: #fff !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

body .news-full__comments-body .comm-two,
body .fs-comments-body .comm-two {
  margin: 12px 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.055) !important;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.28) !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

body .news-full__comments-body .comm-two a,
body .fs-comments-body .comm-two a {
  color: #ff5a62 !important;
  font-size: inherit !important;
  text-decoration: none !important;
}

body .news-full__comments-body .comm-three-left > a,
body .fs-comments-body .comm-three-left > a {
  color: #ff5a62 !important;
  border-bottom: 1px dotted rgba(255, 90, 98, 0.7) !important;
  font-weight: 850 !important;
}

@media (max-width: 760px) {
  body .news-full__comments,
  body .fs-comments {
    padding: 12px !important;
  }

  body .news-full__comments-body .ac-inputs,
  body .fs-comments-body .ac-inputs {
    grid-template-columns: 1fr !important;
  }

  body .news-full__comments-body .comm-item,
  body .fs-comments-body .comm-item {
    padding: 14px !important;
  }

  body .news-full__comments-body .comm-avatar,
  body .fs-comments-body .comm-avatar {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-bottom: 10px !important;
  }
}

/* Cleaner pass for full-page service buttons and comments */
body .news-full__actions,
body .fs-actions-inner {
  gap: 12px !important;
  margin: 26px 0 0 !important;
  padding: 14px 0 !important;
  border-width: 1px 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 51, 61, 0.045) 46%,
    transparent
  ) !important;
  box-shadow: none !important;
}

body .news-full__actions .ffav,
body .news-full__actions .fcompl,
body .fs-actions-inner .ffav,
body .fs-actions-inner .fcompl {
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(12, 13, 17, 0.82) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.26) !important;
  overflow: hidden !important;
}

body .news-full__actions .ffav > span,
body .news-full__actions .ffav > a,
body .news-full__actions .fcompl > span,
body .news-full__actions .fcompl > a,
body .fs-actions-inner .ffav > span,
body .fs-actions-inner .ffav > a,
body .fs-actions-inner .fcompl > span,
body .fs-actions-inner .fcompl > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none !important;
}

body .news-full__actions .ffav:hover,
body .news-full__actions .fcompl:hover,
body .fs-actions-inner .ffav:hover,
body .fs-actions-inner .fcompl:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 51, 61, 0.48) !important;
  background:
    linear-gradient(180deg, rgba(255, 51, 61, 0.18), rgba(255, 255, 255, 0.03)),
    rgba(16, 16, 20, 0.92) !important;
}

body .news-full__actions .ffav:hover > *,
body .news-full__actions .fcompl:hover > *,
body .fs-actions-inner .ffav:hover > *,
body .fs-actions-inner .fcompl:hover > * {
  transform: none !important;
  border: 0 !important;
  background: transparent !important;
}

body .news-full__actions .fal,
body .fs-actions-inner .fal {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ff3342 !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

body .news-full__comments,
body .fs-comments {
  padding: 16px !important;
  border-radius: 16px !important;
  background:
    linear-gradient(
      145deg,
      rgba(255, 51, 61, 0.055),
      rgba(255, 255, 255, 0.018) 38%,
      rgba(0, 0, 0, 0.2)
    ),
    rgba(6, 6, 8, 0.86) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38) !important;
}

body .news-full__section-title,
body .fs-comments .fs-section-header {
  min-height: 34px !important;
  margin-bottom: 14px !important;
  padding-bottom: 12px !important;
  font-size: 17px !important;
}

body .news-full__section-title .fal,
body .fs-comments .fs-section-icon {
  width: 25px !important;
  height: 25px !important;
  border-radius: 8px !important;
  background: rgba(255, 51, 61, 0.08) !important;
}

body .news-full__comments-body .add-comms,
body .fs-comments-body .add-comms {
  padding: 16px !important;
  border-radius: 14px !important;
  background: rgba(3, 4, 8, 0.78) !important;
}

body .news-full__comments-body .bb-editor,
body .news-full__comments-body .wysibb,
body .news-full__comments-body .dleaddcomments-editor,
body .news-full__comments-body .wseditor,
body .fs-comments-body .bb-editor,
body .fs-comments-body .wysibb,
body .fs-comments-body .dleaddcomments-editor,
body .fs-comments-body .wseditor {
  border-color: rgba(89, 99, 121, 0.55) !important;
  border-radius: 12px !important;
}

body .news-full__comments-body .bb-pane,
body .news-full__comments-body .wysibb-toolbar,
body .news-full__comments-body .tox-toolbar,
body .news-full__comments-body .tox-toolbar__primary,
body .news-full__comments-body .tox-toolbar-overlord,
body .fs-comments-body .bb-pane,
body .fs-comments-body .wysibb-toolbar,
body .fs-comments-body .tox-toolbar,
body .fs-comments-body .tox-toolbar__primary,
body .fs-comments-body .tox-toolbar-overlord {
  background: #121722 !important;
}

body .news-full__comments-body textarea,
body .news-full__comments-body iframe,
body .news-full__comments-body .wysibb-body,
body .news-full__comments-body .tox-edit-area,
body .fs-comments-body textarea,
body .fs-comments-body iframe,
body .fs-comments-body .wysibb-body,
body .fs-comments-body .tox-edit-area {
  min-height: 205px !important;
}

/* Refined full-page comments/actions */
body .news-full__actions,
body .fs-actions-inner {
  position: relative !important;
  gap: 10px !important;
  margin: 28px 0 0 !important;
  padding: 10px 0 16px !important;
  border-width: 0 0 1px !important;
  border-color: rgba(255, 255, 255, 0.075) !important;
  background: transparent !important;
}

body .news-full__actions::before,
body .fs-actions-inner::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 220px !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    rgba(255, 51, 61, 0.56),
    transparent
  ) !important;
}

body .news-full__actions .ffav,
body .news-full__actions .fcompl,
body .fs-actions-inner .ffav,
body .fs-actions-inner .fcompl {
  position: relative !important;
  min-height: 42px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 14px !important;
  background:
    radial-gradient(
      circle at 20% 0,
      rgba(255, 255, 255, 0.09),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(9, 10, 13, 0.86) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 14px 34px rgba(0, 0, 0, 0.24) !important;
}

body .news-full__actions .ffav::after,
body .news-full__actions .fcompl::after,
body .fs-actions-inner .ffav::after,
body .fs-actions-inner .fcompl::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 51, 61, 0.55),
    transparent
  ) !important;
  opacity: 0 !important;
  transition: opacity 0.18s ease !important;
}

body .news-full__actions .ffav:hover,
body .news-full__actions .fcompl:hover,
body .fs-actions-inner .ffav:hover,
body .fs-actions-inner .fcompl:hover {
  border-color: rgba(255, 51, 61, 0.32) !important;
  background:
    radial-gradient(circle at 20% 0, rgba(255, 51, 61, 0.16), transparent 38%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(11, 12, 16, 0.94) !important;
}

body .news-full__actions .ffav:hover::after,
body .news-full__actions .fcompl:hover::after,
body .fs-actions-inner .ffav:hover::after,
body .fs-actions-inner .fcompl:hover::after {
  opacity: 1 !important;
}

body .news-full__actions .ffav > span,
body .news-full__actions .ffav > a,
body .news-full__actions .fcompl > span,
body .news-full__actions .fcompl > a,
body .fs-actions-inner .ffav > span,
body .fs-actions-inner .ffav > a,
body .fs-actions-inner .fcompl > span,
body .fs-actions-inner .fcompl > a {
  min-height: 42px !important;
  gap: 10px !important;
  padding: 0 17px 0 12px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body .news-full__actions .fal,
body .fs-actions-inner .fal {
  display: inline-grid !important;
  place-items: center !important;
  width: 26px !important;
  height: 26px !important;
  border: 1px solid rgba(255, 51, 61, 0.24) !important;
  border-radius: 9px !important;
  background: rgba(255, 51, 61, 0.085) !important;
  color: #ff3342 !important;
  font-size: 13px !important;
}

body .news-full__comments,
body .fs-comments {
  margin-top: 28px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 0 0, rgba(255, 51, 61, 0.105), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.24)),
    rgba(5, 6, 9, 0.91) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 24px 58px rgba(0, 0, 0, 0.38) !important;
}

body .news-full__section-title,
body .fs-comments .fs-section-header {
  margin: 0 0 14px !important;
  padding: 0 0 13px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
}

body .news-full__section-title .fal,
body .fs-comments .fs-section-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 10px !important;
  border-color: rgba(255, 51, 61, 0.26) !important;
  background:
    linear-gradient(180deg, rgba(255, 51, 61, 0.13), rgba(255, 51, 61, 0.045)),
    rgba(255, 255, 255, 0.025) !important;
}

body .news-full__comments-body .add-comms,
body .fs-comments-body .add-comms {
  gap: 14px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.032),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(4, 5, 9, 0.88) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.24) !important;
}

body .news-full__comments-body .add-comms::before,
body .fs-comments-body .add-comms::before {
  content: "Новый комментарий" !important;
  display: inline-flex !important;
  align-items: center !important;
  align-self: flex-start !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 51, 61, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(255, 51, 61, 0.07) !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

body .news-full__comments-body .ac-textarea,
body .fs-comments-body .ac-textarea {
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.04)),
    #05060a !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.055) !important;
}

body .news-full__comments-body .bb-editor,
body .news-full__comments-body .wysibb,
body .news-full__comments-body .dleaddcomments-editor,
body .news-full__comments-body .wseditor,
body .fs-comments-body .bb-editor,
body .fs-comments-body .wysibb,
body .fs-comments-body .dleaddcomments-editor,
body .fs-comments-body .wseditor {
  border: 0 !important;
  border-radius: 14px !important;
  background: #05060a !important;
}

body .news-full__comments-body .bb-pane,
body .news-full__comments-body .wysibb-toolbar,
body .news-full__comments-body .tox-toolbar,
body .news-full__comments-body .tox-toolbar__primary,
body .news-full__comments-body .tox-toolbar-overlord,
body .fs-comments-body .bb-pane,
body .fs-comments-body .wysibb-toolbar,
body .fs-comments-body .tox-toolbar,
body .fs-comments-body .tox-toolbar__primary,
body .fs-comments-body .tox-toolbar-overlord {
  min-height: 48px !important;
  padding: 8px !important;
  gap: 6px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065) !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.018)
    ),
    #10131b !important;
}

body .news-full__comments-body .bb-btn,
body .news-full__comments-body .wysibb-toolbar-btn,
body .news-full__comments-body .tox-tbtn,
body .fs-comments-body .bb-btn,
body .fs-comments-body .wysibb-toolbar-btn,
body .fs-comments-body .tox-tbtn {
  width: 31px !important;
  min-width: 31px !important;
  height: 31px !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 8px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 51, 61, 0.84),
    rgba(151, 6, 11, 0.86)
  ) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

body .news-full__comments-body .bb-btn:hover,
body .news-full__comments-body .wysibb-toolbar-btn:hover,
body .news-full__comments-body .tox-tbtn:hover,
body .fs-comments-body .bb-btn:hover,
body .fs-comments-body .wysibb-toolbar-btn:hover,
body .fs-comments-body .tox-tbtn:hover {
  border-color: rgba(255, 255, 255, 0.15) !important;
  background: linear-gradient(180deg, #ff3442, #b4070d) !important;
}

body .news-full__comments-body textarea,
body .news-full__comments-body iframe,
body .news-full__comments-body .wysibb-body,
body .news-full__comments-body .tox-edit-area,
body .fs-comments-body textarea,
body .fs-comments-body iframe,
body .fs-comments-body .wysibb-body,
body .fs-comments-body .tox-edit-area {
  min-height: 190px !important;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 51, 61, 0.035), transparent 40%),
    #030409 !important;
}

body .news-full__comments-body .ac-submit button,
body .fs-comments-body .ac-submit button {
  min-height: 44px !important;
  padding: 0 22px !important;
  border-radius: 13px !important;
  background:
    radial-gradient(
      circle at 22% 0,
      rgba(255, 255, 255, 0.28),
      transparent 34%
    ),
    linear-gradient(135deg, #ff3947, #b8060d) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 34px rgba(180, 7, 13, 0.28) !important;
}

/* 2026 compact article actions and clean comment composer */
body .news-full__actions,
body .fs-actions-inner {
  display: flex !important;
  gap: 8px !important;
  margin: 30px 0 0 !important;
  padding: 12px 0 18px !important;
  border-width: 0 0 1px !important;
  border-color: rgba(255, 255, 255, 0.07) !important;
  background: transparent !important;
}

body .news-full__actions::before,
body .fs-actions-inner::before {
  display: none !important;
}

body .news-full__actions .ffav,
body .news-full__actions .fcompl,
body .fs-actions-inner .ffav,
body .fs-actions-inner .fcompl {
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body .news-full__actions .ffav::after,
body .news-full__actions .fcompl::after,
body .fs-actions-inner .ffav::after,
body .fs-actions-inner .fcompl::after {
  display: none !important;
}

body .news-full__actions .ffav > span,
body .news-full__actions .ffav > a,
body .news-full__actions .fcompl > span,
body .news-full__actions .fcompl > a,
body .fs-actions-inner .ffav > span,
body .fs-actions-inner .ffav > a,
body .fs-actions-inner .fcompl > span,
body .fs-actions-inner .fcompl > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 38px !important;
  padding: 0 14px 0 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(255, 255, 255, 0.026) !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease !important;
}

body .news-full__actions .ffav > span::after,
body .news-full__actions .ffav > a::after,
body .news-full__actions .fcompl > span::after,
body .news-full__actions .fcompl > a::after,
body .fs-actions-inner .ffav > span::after,
body .fs-actions-inner .ffav > a::after,
body .fs-actions-inner .fcompl > span::after,
body .fs-actions-inner .fcompl > a::after {
  content: "" !important;
  position: absolute !important;
  left: 36px !important;
  right: 14px !important;
  bottom: 6px !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    rgba(255, 51, 61, 0.75),
    transparent
  ) !important;
  opacity: 0 !important;
  transform: scaleX(0.4) !important;
  transform-origin: left !important;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease !important;
}

body .news-full__actions .ffav:hover > span,
body .news-full__actions .ffav:hover > a,
body .news-full__actions .fcompl:hover > span,
body .news-full__actions .fcompl:hover > a,
body .fs-actions-inner .ffav:hover > span,
body .fs-actions-inner .ffav:hover > a,
body .fs-actions-inner .fcompl:hover > span,
body .fs-actions-inner .fcompl:hover > a {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 51, 61, 0.34) !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 51, 61, 0.105),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(255, 255, 255, 0.035) !important;
  color: #fff !important;
}

body .news-full__actions .ffav:hover > span::after,
body .news-full__actions .ffav:hover > a::after,
body .news-full__actions .fcompl:hover > span::after,
body .news-full__actions .fcompl:hover > a::after,
body .fs-actions-inner .ffav:hover > span::after,
body .fs-actions-inner .ffav:hover > a::after,
body .fs-actions-inner .fcompl:hover > span::after,
body .fs-actions-inner .fcompl:hover > a::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

body .news-full__actions .fal,
body .fs-actions-inner .fal {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid rgba(255, 51, 61, 0.22) !important;
  border-radius: 50% !important;
  background: rgba(255, 51, 61, 0.06) !important;
  color: #ff3a45 !important;
  font-size: 12px !important;
}

body .news-full__comments,
body .fs-comments {
  padding: 18px !important;
  border-color: rgba(255, 255, 255, 0.065) !important;
  background:
    linear-gradient(
      145deg,
      rgba(255, 51, 61, 0.045),
      rgba(255, 255, 255, 0.012) 38%,
      rgba(0, 0, 0, 0.18)
    ),
    rgba(5, 5, 7, 0.92) !important;
}

body .news-full__comments-body .add-comms,
body .fs-comments-body .add-comms {
  gap: 12px !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.065) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 51, 61, 0.08), transparent 28%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.026),
      rgba(255, 255, 255, 0.008)
    ),
    rgba(2, 3, 6, 0.9) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 38px rgba(0, 0, 0, 0.22) !important;
}

body .news-full__comments-body .add-comms::before,
body .fs-comments-body .add-comms::before {
  content: "Написать комментарий" !important;
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body .news-full__comments-body .fronda-comment-composer,
body .fs-comments-body .fronda-comment-composer {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 80% 0, rgba(255, 51, 61, 0.055), transparent 32%),
    #030408 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 0 0 1px rgba(0, 0, 0, 0.32) !important;
  overflow: hidden !important;
}

body .news-full__comments-body .fronda-comment-composer::after,
body .fs-comments-body .fronda-comment-composer::after {
  content: "" !important;
  position: absolute !important;
  left: 14px !important;
  right: 14px !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 51, 61, 0.38),
    transparent
  ) !important;
}

body .news-full__comments-body .fronda-comment-input,
body .fs-comments-body .fronda-comment-input {
  display: block !important;
  width: 100% !important;
  min-height: 170px !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  resize: vertical !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255, 51, 61, 0.62) #06070b !important;
}

body .news-full__comments-body .fronda-comment-input::placeholder,
body .fs-comments-body .fronda-comment-input::placeholder {
  color: rgba(255, 255, 255, 0.34) !important;
}

body .news-full__comments-body .fronda-comment-composer:focus-within,
body .fs-comments-body .fronda-comment-composer:focus-within {
  border-color: rgba(255, 51, 61, 0.32) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 0 0 3px rgba(255, 51, 61, 0.09),
    0 18px 38px rgba(0, 0, 0, 0.24) !important;
}

body .news-full__comments-body .ac-submit button,
body .fs-comments-body .ac-submit button {
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(
    135deg,
    rgba(255, 51, 61, 0.98),
    rgba(171, 5, 10, 0.98)
  ) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 28px rgba(180, 7, 13, 0.24) !important;
}

/* Final action chips and editor cleanup */
body .article-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
}

body .article-actions .ffav,
body .article-actions .fcompl {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .article-actions .ffav > a,
body .article-actions .ffav > span:not(.article-action),
body .article-actions .fcompl > a,
body .article-actions .fcompl > span:not(.article-action) {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .article-actions .article-action {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 36px !important;
  padding: 0 13px 0 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.014)
    ),
    rgba(255, 255, 255, 0.022) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
  transform: none !important;
}

body .article-actions .article-action::after {
  content: "" !important;
  position: absolute !important;
  left: 38px !important;
  right: 12px !important;
  bottom: 6px !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    rgba(255, 51, 61, 0.72),
    transparent
  ) !important;
  opacity: 0 !important;
  transform: scaleX(0.35) !important;
  transform-origin: left !important;
  transition:
    opacity 0.16s ease,
    transform 0.16s ease !important;
}

body .article-actions .article-action:hover,
body .article-actions .article-action.is-active {
  border-color: rgba(255, 51, 61, 0.34) !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 51, 61, 0.11),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(255, 255, 255, 0.032) !important;
  color: #fff !important;
}

body .article-actions .article-action:hover::after,
body .article-actions .article-action.is-active::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

body .article-actions .article-action .fal,
body .article-actions .article-action .fas {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 51, 61, 0.23) !important;
  border-radius: 50% !important;
  background: rgba(255, 51, 61, 0.065) !important;
  color: #ff3a45 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

body .news-full__comments-body .fronda-comment-composer .bb-editor,
body .news-full__comments-body .fronda-comment-composer .dleaddcomments-editor,
body .news-full__comments-body .fronda-comment-composer .wseditor,
body .news-full__comments-body .fronda-comment-composer .bb-pane,
body .fs-comments-body .fronda-comment-composer .bb-editor,
body .fs-comments-body .fronda-comment-composer .dleaddcomments-editor,
body .fs-comments-body .fronda-comment-composer .wseditor,
body .fs-comments-body .fronda-comment-composer .bb-pane {
  display: none !important;
}

body .news-full__comments-body .ac-submit button,
body .fs-comments-body .ac-submit button {
  position: relative !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.014)
    ),
    rgba(255, 255, 255, 0.026) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 10px 24px rgba(0, 0, 0, 0.18) !important;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease !important;
}

body .news-full__comments-body .ac-submit button::after,
body .fs-comments-body .ac-submit button::after {
  content: "" !important;
  position: absolute !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 7px !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    rgba(255, 51, 61, 0.72),
    transparent
  ) !important;
  opacity: 0 !important;
  transform: scaleX(0.35) !important;
  transform-origin: left !important;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease !important;
}

body .news-full__comments-body .ac-submit button:hover,
body .fs-comments-body .ac-submit button:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 51, 61, 0.34) !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 51, 61, 0.105),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(255, 255, 255, 0.035) !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 12px 26px rgba(0, 0, 0, 0.22) !important;
}

body .news-full__comments-body .ac-submit button:hover::after,
body .fs-comments-body .ac-submit button:hover::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

/* Frontend modal/dialog polish */
body .ui-widget-overlay {
  background:
    radial-gradient(
      circle at 50% 28%,
      rgba(255, 51, 61, 0.16),
      transparent 34%
    ),
    rgba(0, 0, 0, 0.72) !important;
  opacity: 1 !important;
  backdrop-filter: blur(5px) !important;
}

body .ui-dialog {
  overflow: hidden !important;
  width: min(600px, calc(100vw - 28px)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 0 0, rgba(255, 51, 61, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.22)),
    rgba(5, 5, 8, 0.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 30px 80px rgba(0, 0, 0, 0.62) !important;
}

body .ui-dialog-titlebar {
  position: relative !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
  background:
    linear-gradient(
      90deg,
      rgba(255, 51, 61, 0.09),
      rgba(255, 255, 255, 0.018) 42%,
      transparent
    ),
    transparent !important;
}

body .ui-dialog-titlebar::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 16px !important;
  bottom: 16px !important;
  width: 3px !important;
  border-radius: 0 999px 999px 0 !important;
  background: linear-gradient(180deg, #ff3342, #8c0508) !important;
  box-shadow: 0 0 18px rgba(255, 51, 61, 0.42) !important;
}

body .ui-dialog-title {
  display: flex !important;
  align-items: center !important;
  min-height: 58px !important;
  padding: 0 72px 0 28px !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

body .ui-dialog .ui-dialog-titlebar-close {
  position: absolute !important;
  top: 12px !important;
  right: 14px !important;
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 50% !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.014)
    ),
    rgba(255, 255, 255, 0.025) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  cursor: pointer !important;
}

body .ui-dialog .ui-dialog-titlebar-close:hover {
  border-color: rgba(255, 51, 61, 0.36) !important;
  background: rgba(255, 51, 61, 0.13) !important;
}

body .ui-icon-closethick {
  position: static !important;
  width: 34px !important;
  height: 34px !important;
}

body .ui-icon-closethick::before {
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
  color: #ff3a45 !important;
  font-size: 15px !important;
}

body .ui-dialog .ui-dialog-content {
  padding: 24px 28px 22px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

body .ui-dialog .ui-dialog-content textarea,
body .ui-widget-content textarea {
  display: block !important;
  width: 100% !important;
  min-height: 138px !important;
  margin: 12px 0 0 !important;
  padding: 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.085) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 80% 0, rgba(255, 51, 61, 0.055), transparent 32%),
    #030408 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  outline: none !important;
  resize: vertical !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

body .ui-dialog .ui-dialog-content textarea:focus,
body .ui-widget-content textarea:focus {
  border-color: rgba(255, 51, 61, 0.36) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 3px rgba(255, 51, 61, 0.1) !important;
}

body .ui-dialog .ui-dialog-buttonpane {
  margin: 0 !important;
  padding: 0 28px 24px !important;
  border: 0 !important;
  background: transparent !important;
  text-align: right !important;
}

body .ui-dialog .ui-dialog-buttonset {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

body .ui-dialog .ui-dialog-buttonpane button {
  position: relative !important;
  min-width: 104px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.014)
    ),
    rgba(255, 255, 255, 0.026) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
  cursor: pointer !important;
}

body .ui-dialog .ui-dialog-buttonpane button:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 51, 61, 0.34) !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 51, 61, 0.105),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(255, 255, 255, 0.035) !important;
  color: #fff !important;
}

body .ui-dialog .ui-dialog-buttonpane button:last-child {
  border-color: rgba(255, 51, 61, 0.28) !important;
}

/* Related releases */
body .fs-related {
  position: relative !important;
  margin-top: 32px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 0 0, rgba(255, 51, 61, 0.09), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.026), rgba(0, 0, 0, 0.2)),
    rgba(5, 5, 8, 0.9) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 54px rgba(0, 0, 0, 0.34) !important;
  overflow: hidden !important;
}

body .fs-related::before {
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  top: 0 !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    rgba(255, 51, 61, 0.72),
    rgba(255, 51, 61, 0.08),
    transparent
  ) !important;
}

body .fs-related .fs-section-header {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  padding: 0 0 13px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
}

body .fs-related .fs-section-icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgba(255, 51, 61, 0.26) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(180deg, rgba(255, 51, 61, 0.13), rgba(255, 51, 61, 0.045)),
    rgba(255, 255, 255, 0.025) !important;
  color: #ff3342 !important;
  font-size: 14px !important;
}

body .fs-related .fs-section-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

body .fs-related-row {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(150px, 1fr) !important;
  gap: 14px !important;
  padding: 2px 2px 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255, 51, 61, 0.55) rgba(255, 255, 255, 0.05) !important;
}

body .fs-related-row .related-card {
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  scroll-snap-align: start !important;
}

body .fs-related-row .related-card__link {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(255, 255, 255, 0.022) !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 14px 34px rgba(0, 0, 0, 0.28) !important;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease !important;
}

body .fs-related-row .related-card__link:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(255, 51, 61, 0.32) !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 51, 61, 0.08),
      rgba(255, 255, 255, 0.016)
    ),
    rgba(255, 255, 255, 0.032) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 44px rgba(0, 0, 0, 0.38) !important;
}

body .fs-related-row .related-card__poster {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 2 / 3 !important;
  overflow: hidden !important;
  border-radius: 14px 14px 0 0 !important;
  background: #05060a !important;
}

body .fs-related-row .related-card__poster::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  height: 48% !important;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.76)
  ) !important;
  pointer-events: none !important;
}

body .fs-related-row .related-card__poster img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.01) !important;
  transition:
    transform 0.28s ease,
    filter 0.28s ease !important;
}

body .fs-related-row .related-card__link:hover .related-card__poster img {
  transform: scale(1.06) !important;
  filter: saturate(1.08) contrast(1.04) !important;
}

body .fs-related-row .related-card__body {
  display: grid !important;
  align-content: start !important;
  gap: 8px !important;
  padding: 12px !important;
}

body .fs-related-row .related-card__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: fit-content !important;
  min-height: 22px !important;
  padding: 0 8px !important;
  border: 1px solid rgba(255, 51, 61, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(255, 51, 61, 0.07) !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .fs-related-row .related-card__eyebrow::before {
  content: "" !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: #ff3342 !important;
  box-shadow: 0 0 10px rgba(255, 51, 61, 0.6) !important;
}

body .fs-related-row .related-card__title {
  display: block !important;
  min-height: 0 !important;
  overflow: visible !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.28 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body .fs-related-row .related-card__cta {
  display: none !important;
}

body .fs-related-row .related-card__link:hover .related-card__cta {
  color: #ff4852 !important;
}

@media (max-width: 760px) {
  body .fs-related {
    padding: 14px !important;
  }

  body .fs-related-row {
    grid-auto-columns: minmax(138px, 66vw) !important;
  }
}

body .news-video-series__btn,
body .fs-series-btn {
  width: auto !important;
  min-width: 76px !important;
  min-height: 30px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 30px !important;
  box-shadow: 0 8px 16px rgba(180, 7, 13, 0.16) !important;
}

body .news-video-series__btn.active,
body .fs-series-btn.active {
  box-shadow: 0 9px 18px rgba(255, 51, 61, 0.24) !important;
}

body .sidebar-popular-list .side-popular-item {
  display: flex !important;
  flex-direction: column !important;
}

body .sidebar-popular-list .side-popular-item-desc {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

body .sidebar-popular-list .side-popular-item-title {
  min-height: 34px !important;
}

body .sidebar-popular-list .side-popular-item-info {
  display: flex !important;
  align-items: center !important;
  min-height: 22px !important;
  margin: 6px 0 8px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body .sidebar-popular-list .side-popular-item-info span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 22px !important;
}

/* 2026 mobile and release showcase layer */
html {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body {
  max-width: 100% !important;
  overflow-x: clip !important;
}

body img,
body video,
body iframe {
  max-width: 100%;
}

@media (max-width: 820px) {
  html,
  body {
    width: 100% !important;
    min-width: 0 !important;
  }

  body .wrap,
  body .wrap-main,
  body .wrap-center {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body .topbar-2025 {
    position: sticky !important;
    top: 0 !important;
    z-index: 300 !important;
    padding: 10px 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: rgba(5, 5, 7, 0.9) !important;
    backdrop-filter: blur(18px) !important;
  }

  body .topbar-2025__inner {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "logo user"
      "nav nav"
      "search search" !important;
    gap: 10px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  body .topbar-2025__left {
    grid-area: logo !important;
    min-width: 0 !important;
  }

  body .topbar-2025__center {
    grid-area: nav !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body .topbar-2025__center::-webkit-scrollbar {
    display: none !important;
  }

  body .topbar-2025__right {
    display: contents !important;
  }

  body .topbar-2025 .auth-links,
  body .topbar-2025 .user-panel {
    grid-area: user !important;
    justify-self: end !important;
  }

  body .topbar-2025 form#quicksearch {
    grid-area: search !important;
    width: 100% !important;
  }

  body .topbar-2025 form#quicksearch input[type="search"] {
    width: 100% !important;
    min-height: 42px !important;
    font-size: 16px !important;
    border-radius: 13px !important;
  }

  body .top-menu-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: max-content !important;
    min-width: 100% !important;
    padding: 2px 0 4px !important;
  }

  body .topbar-2025 .top-menu-list li {
    flex: 0 0 auto !important;
  }

  body .topbar-2025 .top-menu-list li > a,
  body .topbar-2025 .header-btn {
    min-height: 38px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  body .topbar-2025 .dropdown-content {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: 112px !important;
    width: auto !important;
    max-height: 58vh !important;
    overflow-y: auto !important;
    border-radius: 16px !important;
  }

  body .welcome-text {
    margin: 10px 12px 0 !important;
    padding: 13px 14px !important;
    border-radius: 16px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  body .cols {
    display: block !important;
    padding: 16px 12px 24px !important;
  }

  body .main {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body .sect,
  body .news-index,
  body .kino-page,
  body .news-full,
  body .static-page,
  body .portfolio-page,
  body .team-page,
  body .story-page,
  body .fronda-order-page {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body .sect-header,
  body .news-index .news-index__header {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }

  body .sect-title,
  body .news-index__title,
  body .news-full__title,
  body .fs-title {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: clamp(24px, 8vw, 34px) !important;
    line-height: 1.08 !important;
  }

  body .fronda-sort-holder,
  body .news-index__sort,
  body .fronda-sort-source-wrap,
  body .fronda-sort-menu,
  body .fronda-sort-trigger {
    width: 100% !important;
    max-width: 100% !important;
  }

  body .fronda-sort-panel {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body .sect-content,
  body .news-index__list {
    display: grid !important;
    gap: 14px !important;
    min-width: 0 !important;
  }

  body .release-card,
  body .news-index__list .release-card {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 14px !important;
    border-radius: 17px !important;
  }

  body .release-card__poster,
  body .news-index__list .release-card__poster {
    width: 104px !important;
    height: 150px !important;
    border-radius: 13px !important;
  }

  body .release-card__title,
  body .news-index__list .release-card__title {
    font-size: 18px !important;
    line-height: 1.16 !important;
    overflow: visible !important;
    display: block !important;
  }

  body .release-card__description,
  body .news-index__list .release-card__description {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body .release-card__footer {
    margin-top: 10px !important;
  }

  body .release-card__button {
    min-height: 36px !important;
    padding: 0 13px !important;
  }

  body .news-article__layout,
  body .fs-hero-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body .news-article__visual,
  body .fs-poster-wrap {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
  }

  body .news-article__image,
  body .fs-poster-border {
    max-width: min(320px, 100%) !important;
    margin: 0 auto !important;
  }

  body .news-full__content,
  body .fs-description-text {
    font-size: 16px !important;
    line-height: 1.62 !important;
    overflow-wrap: anywhere !important;
  }

  body .news-video-shell,
  body .fs-player-shell {
    margin: 16px 0 0 !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  body .news-video-ratio,
  body .fs-player-ratio,
  body .video-responsive,
  body .player-box {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }

  body .news-video-ratio iframe,
  body .fs-player-ratio iframe,
  body .video-responsive iframe,
  body .player-box iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body .news-video-series,
  body .fs-series-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body .news-video-series__btn,
  body .fs-series-btn {
    flex: 0 0 auto !important;
    min-width: 76px !important;
    width: auto !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  body .article-actions,
  body .news-full__actions,
  body .fs-actions-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px !important;
  }

  body .article-actions .article-action {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 46px !important;
  }

  body .news-full__comments,
  body .fs-comments {
    padding: 14px !important;
    border-radius: 17px !important;
  }

  body .news-full__comments-body,
  body .fs-comments-body {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body .fronda-comment-composer,
  body .news-full__comments-body .add-comms,
  body .fs-comments-body .add-comms {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  body .fronda-comment-input {
    min-height: 150px !important;
    font-size: 16px !important;
  }

  body .ac-submit button,
  body .news-full__comments-body .ac-submit button,
  body .fs-comments-body .ac-submit button {
    width: 100% !important;
    min-height: 46px !important;
    justify-content: center !important;
  }

  body .fs-related {
    margin-top: 22px !important;
    padding: 14px !important;
    border-radius: 17px !important;
  }

  body .fs-related-row {
    grid-auto-columns: minmax(142px, 68vw) !important;
    gap: 12px !important;
  }

  body .footer {
    padding: 20px 12px !important;
  }

  body .footer-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body .buttonUp {
    display: none !important;
  }

  body input,
  body textarea,
  body select,
  body button {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  body .welcome-text {
    display: none !important;
  }

  body .cols {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body .sect-header,
  body .news-index .news-index__header {
    padding: 14px !important;
  }

  body .release-card,
  body .news-index__list .release-card {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  body .release-card__poster,
  body .news-index__list .release-card__poster {
    width: 92px !important;
    height: 136px !important;
  }

  body .release-card__badges,
  body .news-index__list .release-card__badges {
    gap: 5px !important;
  }

  body .release-card__badge,
  body .news-index__list .release-card__badge {
    min-height: 20px !important;
    padding: 2px 7px !important;
    font-size: 10px !important;
  }

  body .release-card__description,
  body .news-index__list .release-card__description,
  body .release-card__meta {
    display: none !important;
  }

  body .release-card__button {
    min-height: 32px !important;
    padding: 0 12px !important;
  }

  body .news-full__content,
  body .fs-description-text {
    font-size: 15px !important;
  }
}

@media (max-width: 380px) {
  body .release-card,
  body .news-index__list .release-card {
    grid-template-columns: 84px minmax(0, 1fr) !important;
  }

  body .release-card__poster,
  body .news-index__list .release-card__poster {
    width: 84px !important;
    height: 124px !important;
  }

  body .release-card__title,
  body .news-index__list .release-card__title {
    font-size: 16px !important;
  }
}

/* Equal readable related cards */
body .fs-related-row {
  align-items: stretch !important;
  grid-auto-rows: max-content !important;
}

body .fs-related-row .related-card {
  display: flex !important;
  height: 100% !important;
}

body .fs-related-row .related-card__link {
  grid-template-rows: 220px minmax(112px, auto) !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body .fs-related-row .related-card__poster {
  height: 220px !important;
  aspect-ratio: auto !important;
  border-radius: 14px 14px 0 0 !important;
}

body .fs-related-row .related-card__body {
  min-height: 112px !important;
  align-content: start !important;
  align-self: stretch !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(0, 0, 0, 0.1)),
    rgba(8, 8, 10, 0.78) !important;
  border-radius: 0 0 16px 16px !important;
}

body .fs-related-row .related-card__title {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  line-clamp: unset !important;
}

@media (max-width: 760px) {
  body .fs-related-row .related-card__link {
    grid-template-rows: 216px minmax(108px, auto) !important;
  }

  body .fs-related-row .related-card__poster {
    height: 216px !important;
  }

  body .fs-related-row .related-card__body {
    min-height: 108px !important;
  }
}

/* Related cards must keep the same poster geometry everywhere */
body .fs-related-row {
  grid-auto-columns: clamp(148px, 13.5vw, 166px) !important;
  justify-content: start !important;
}

body .fs-related-row .related-card,
body .fs-related-row .related-card__link {
  width: clamp(148px, 13.5vw, 166px) !important;
  max-width: clamp(148px, 13.5vw, 166px) !important;
}

body .fs-related-row .related-card__link {
  grid-template-rows: auto minmax(116px, auto) !important;
}

body .fs-related-row .related-card__poster {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 2 / 3 !important;
}

body .fs-related-row .related-card__poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body .fs-related-row .related-card__body {
  min-height: 116px !important;
}

@media (max-width: 760px) {
  body .fs-related-row {
    grid-auto-columns: 148px !important;
  }

  body .fs-related-row .related-card,
  body .fs-related-row .related-card__link {
    width: 148px !important;
    max-width: 148px !important;
  }
}

@media (max-width: 760px) {
  body .cols.fx-row {
    display: block !important;
    padding: 14px 10px 24px !important;
  }

  body .cols.fx-row > .sidebar.sidebar-modern {
    display: none !important;
  }

  body .cols.fx-row > .main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

/* Mobile rebuild: header, top rail and release cards */
@media (max-width: 760px) {
  body .topbar-2025 {
    padding: 16px 12px 14px !important;
    border-radius: 0 0 18px 18px !important;
  }

  body .topbar-2025__inner {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "logo user"
      "nav nav"
      "search search" !important;
    gap: 12px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body .topbar-2025__left {
    grid-area: logo !important;
    min-width: 0 !important;
  }

  body .topbar-2025__center {
    grid-area: nav !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 2px !important;
    scrollbar-width: none !important;
  }

  body .topbar-2025__center::-webkit-scrollbar {
    display: none !important;
  }

  body .topbar-2025__right {
    display: contents !important;
  }

  body .topbar-2025__right .search-form {
    grid-area: search !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body .topbar-2025__right .user-panel,
  body .topbar-2025__right .auth-links {
    grid-area: user !important;
    justify-self: end !important;
  }

  body .topbar-2025 .logo {
    display: block !important;
    max-width: 168px !important;
    min-width: 0 !important;
  }

  body .topbar-2025 .nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: max-content !important;
    min-width: 100% !important;
    margin: 0 !important;
  }

  body .topbar-2025 .nav a,
  body .topbar-2025 .header-btn {
    min-height: 38px !important;
    padding: 0 14px !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }

  body .topbar-2025 #story {
    width: 100% !important;
    height: 42px !important;
    border-radius: 13px !important;
  }

  body .sect.fronda-sort-section .sect-content,
  body .main .sect-content {
    display: grid !important;
    gap: 12px !important;
  }

  body .main .release-card,
  body .news-index__list .release-card,
  body .sect.fronda-sort-section .release-card {
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr) !important;
    gap: 13px !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  body .main .release-card__poster,
  body .news-index__list .release-card__poster,
  body .sect.fronda-sort-section .release-card__poster {
    width: 132px !important;
    max-width: 132px !important;
    min-width: 132px !important;
    height: 198px !important;
    max-height: 198px !important;
    flex: 0 0 132px !important;
    margin: 0 !important;
    border-radius: 14px !important;
    background: #070708 !important;
  }

  body .main .release-card__poster img,
  body .news-index__list .release-card__poster img,
  body .sect.fronda-sort-section .release-card__poster img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    background: #070708 !important;
  }

  body .main .release-card__poster:hover img,
  body .news-index__list .release-card__poster:hover img,
  body .sect.fronda-sort-section .release-card__poster:hover img {
    transform: none !important;
  }

  body .main .release-card__poster-overlay,
  body .news-index__list .release-card__poster-overlay,
  body .sect.fronda-sort-section .release-card__poster-overlay {
    display: none !important;
  }

  body .main .release-card__content,
  body .news-index__list .release-card__content,
  body .sect.fronda-sort-section .release-card__content {
    min-width: 0 !important;
    display: grid !important;
    gap: 8px !important;
    align-content: center !important;
  }

  body .main .release-card__title,
  body .news-index__list .release-card__title,
  body .sect.fronda-sort-section .release-card__title {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.16 !important;
  }

  body .main .release-card__badges,
  body .news-index__list .release-card__badges,
  body .sect.fronda-sort-section .release-card__badges {
    gap: 5px !important;
  }

  body .main .release-card__badge,
  body .news-index__list .release-card__badge,
  body .sect.fronda-sort-section .release-card__badge {
    min-height: 22px !important;
    padding: 4px 7px !important;
    font-size: 10px !important;
  }

  body .main .release-card__description,
  body .main .release-card__meta,
  body .main .release-card__rating,
  body .news-index__list .release-card__description,
  body .news-index__list .release-card__meta,
  body .news-index__list .release-card__rating,
  body .sect.fronda-sort-section .release-card__description,
  body .sect.fronda-sort-section .release-card__meta,
  body .sect.fronda-sort-section .release-card__rating {
    display: none !important;
  }

  body .main .release-card__footer,
  body .news-index__list .release-card__footer,
  body .sect.fronda-sort-section .release-card__footer {
    display: block !important;
    margin-top: 4px !important;
  }

  body .main .release-card__button,
  body .news-index__list .release-card__button,
  body .sect.fronda-sort-section .release-card__button {
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 380px) {
  body .main .release-card,
  body .news-index__list .release-card,
  body .sect.fronda-sort-section .release-card {
    grid-template-columns: 118px minmax(0, 1fr) !important;
    gap: 11px !important;
    padding: 12px !important;
  }

  body .main .release-card__poster,
  body .news-index__list .release-card__poster,
  body .sect.fronda-sort-section .release-card__poster {
    width: 118px !important;
    max-width: 118px !important;
    min-width: 118px !important;
    height: 177px !important;
    flex-basis: 118px !important;
  }

  body .main .release-card__title,
  body .news-index__list .release-card__title,
  body .sect.fronda-sort-section .release-card__title {
    font-size: 16px !important;
  }
}

/* ====== FINAL MOBILE USABILITY PASS ====== */
@media (max-width: 760px) {
  body {
    overflow-x: hidden !important;
  }

  body .wrap,
  body .wrap-main,
  body .cols,
  body .main {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body .topbar-2025 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 12px 12px !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 0 0 18px 18px !important;
  }

  body .topbar-2025__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "logo user"
      "nav nav"
      "search search" !important;
    gap: 11px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body .topbar-2025__left {
    grid-area: logo !important;
    min-width: 0 !important;
  }

  body .topbar-2025 .logo {
    width: 148px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    background-size: contain !important;
  }

  body .topbar-2025__center {
    grid-area: nav !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 1px 0 3px !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body .topbar-2025__center::-webkit-scrollbar {
    display: none !important;
  }

  body .topbar-2025 .top-menu,
  body .topbar-2025 .top-menu-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: max-content !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .topbar-2025 .top-menu-list li {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  body .topbar-2025 .top-menu-list li > a,
  body .topbar-2025 .header-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  body .topbar-2025__right {
    display: contents !important;
  }

  body .topbar-2025__right form#quicksearch {
    grid-area: search !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body .topbar-2025 #story {
    width: 100% !important;
    max-width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 13px !important;
  }

  body .topbar-2025__right .user-panel,
  body .topbar-2025__right .auth-links {
    grid-area: user !important;
    justify-self: end !important;
    min-width: 0 !important;
  }

  body .welcome-text {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 16px 14px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  body .sidebar.sidebar-modern {
    display: none !important;
  }

  body .sect.fronda-sort-section .sect-content,
  body .main .sect-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body .main .release-card,
  body .news-index__list .release-card,
  body .sect.fronda-sort-section .release-card {
    display: grid !important;
    grid-template-columns: 138px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 14px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  body .main .release-card__poster,
  body .news-index__list .release-card__poster,
  body .sect.fronda-sort-section .release-card__poster {
    width: 138px !important;
    max-width: 138px !important;
    min-width: 138px !important;
    height: 207px !important;
    max-height: 207px !important;
    flex: 0 0 138px !important;
    margin: 0 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    background: #070708 !important;
  }

  body .main .release-card__poster img,
  body .news-index__list .release-card__poster img,
  body .sect.fronda-sort-section .release-card__poster img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    background: #070708 !important;
  }

  body .main .release-card__poster-overlay,
  body .news-index__list .release-card__poster-overlay,
  body .sect.fronda-sort-section .release-card__poster-overlay {
    display: none !important;
  }

  body .main .release-card__content,
  body .news-index__list .release-card__content,
  body .sect.fronda-sort-section .release-card__content {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  body .main .release-card__title,
  body .news-index__list .release-card__title,
  body .sect.fronda-sort-section .release-card__title {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere !important;
  }

  body .main .release-card__badges,
  body .news-index__list .release-card__badges,
  body .sect.fronda-sort-section .release-card__badges {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }

  body .main .release-card__badge,
  body .news-index__list .release-card__badge,
  body .sect.fronda-sort-section .release-card__badge {
    min-height: 22px !important;
    padding: 4px 7px !important;
    font-size: 10px !important;
  }

  body .main .release-card__description,
  body .main .release-card__meta,
  body .main .release-card__rating,
  body .news-index__list .release-card__description,
  body .news-index__list .release-card__meta,
  body .news-index__list .release-card__rating,
  body .sect.fronda-sort-section .release-card__description,
  body .sect.fronda-sort-section .release-card__meta,
  body .sect.fronda-sort-section .release-card__rating {
    display: none !important;
  }

  body .main .release-card__footer,
  body .news-index__list .release-card__footer,
  body .sect.fronda-sort-section .release-card__footer {
    display: block !important;
    margin-top: auto !important;
  }

  body .main .release-card__button,
  body .news-index__list .release-card__button,
  body .sect.fronda-sort-section .release-card__button {
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 390px) {
  body .main .release-card,
  body .news-index__list .release-card,
  body .sect.fronda-sort-section .release-card {
    grid-template-columns: 128px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  body .main .release-card__poster,
  body .news-index__list .release-card__poster,
  body .sect.fronda-sort-section .release-card__poster {
    width: 128px !important;
    max-width: 128px !important;
    min-width: 128px !important;
    height: 192px !important;
    flex-basis: 128px !important;
  }

  body .main .release-card__title,
  body .news-index__list .release-card__title,
  body .sect.fronda-sort-section .release-card__title {
    font-size: 16px !important;
  }
}

/* ====== FINAL MOBILE DETAIL + HEADER REPAIR ====== */
@media (max-width: 760px) {
  body .topbar-2025 .top-menu-list .dropdown:hover > .dropdown-content,
  body .topbar-2025 .top-menu-list .dropdown-content,
  body .dropdown:hover .dropdown-content {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body .topbar-2025 .top-menu-list li > a {
    position: relative !important;
    z-index: 1 !important;
  }

  body .kino-page,
  body .kino-page > div[itemprop="text"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body .fs-header {
    margin: 10px 0 12px !important;
    padding: 14px !important;
    border-radius: 18px !important;
    background:
      linear-gradient(
        135deg,
        rgba(255, 51, 61, 0.12),
        rgba(255, 255, 255, 0.018)
      ),
      rgba(10, 10, 12, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34) !important;
  }

  body .fs-header-inner {
    padding: 0 !important;
    gap: 8px !important;
  }

  body .fs-badge {
    width: fit-content !important;
    min-height: 24px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.14em !important;
    border-radius: 999px !important;
  }

  body .fs-title {
    margin: 0 !important;
    font-size: clamp(24px, 7.2vw, 31px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
  }

  body .fs-meta {
    gap: 6px !important;
    margin-top: 2px !important;
  }

  body .fs-meta-item {
    min-height: 24px !important;
    padding: 0 9px !important;
    font-size: 11px !important;
    border-radius: 999px !important;
  }

  body .fs-hero {
    margin: 0 0 14px !important;
    padding: 12px !important;
    border-radius: 18px !important;
    background:
      linear-gradient(145deg, rgba(255, 51, 61, 0.08), transparent 46%),
      rgba(9, 9, 11, 0.84) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
  }

  body .fs-hero-inner {
    gap: 12px !important;
  }

  body .fs-poster-border {
    width: min(100%, 292px) !important;
    max-width: 292px !important;
    padding: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    margin: 0 auto !important;
  }

  body .fs-poster {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 440px !important;
    object-fit: cover !important;
  }

  body .fs-info-list {
    display: grid !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  body .fs-info-list li {
    display: grid !important;
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: center !important;
    min-height: 32px !important;
    padding: 0 0 8px !important;
  }

  body .fs-info-list li span {
    font-size: 13px !important;
  }

  body .fs-info-list li b {
    min-width: 0 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    text-align: right !important;
    overflow-wrap: anywhere !important;
  }

  body .js-person-list {
    display: block !important;
    max-width: 100% !important;
    text-align: right !important;
    white-space: normal !important;
  }

  body .fs-person-chip {
    min-height: 25px !important;
    padding: 0 9px !important;
    font-size: 11px !important;
  }

  body .fs-description {
    margin: 0 0 14px !important;
  }

  body .fs-description-inner {
    padding: 14px !important;
    border-radius: 17px !important;
  }

  body .fs-block-title {
    margin: 0 0 8px !important;
    font-size: 18px !important;
  }

  body .fs-description-text {
    font-size: 15px !important;
    line-height: 1.52 !important;
  }

  body .fs-player-section {
    margin: 14px 0 !important;
  }

  body .fs-player-shell {
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 18px !important;
    background:
      linear-gradient(145deg, rgba(255, 51, 61, 0.08), transparent 58%),
      rgba(7, 7, 9, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.42) !important;
  }

  body .fs-player-ratio {
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: none !important;
  }

  body .fs-player-ratio iframe {
    opacity: 1 !important;
    filter: none !important;
  }

  body .fs-series-chooser {
    margin-top: 9px !important;
    padding: 10px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.025) !important;
  }

  body .fs-series-header {
    margin-bottom: 8px !important;
  }

  body .fs-series-label {
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
  }

  body .fs-series-sub {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  body .fs-series-list {
    gap: 7px !important;
    padding: 0 0 2px !important;
  }

  body .fs-series-btn {
    min-width: 66px !important;
    min-height: 28px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    line-height: 28px !important;
    border-radius: 999px !important;
    box-shadow: none !important;
  }

  body .fs-series-btn.active {
    box-shadow: 0 10px 20px rgba(255, 51, 61, 0.22) !important;
  }

  body .fs-actions {
    margin: 14px 0 !important;
  }

  body .article-actions,
  body .fs-actions-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
  }

  body .article-actions .ffav,
  body .article-actions .fcompl,
  body .fs-actions-inner .ffav,
  body .fs-actions-inner .fcompl {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
  }

  body .article-actions .ffav > a,
  body .article-actions .ffav > span,
  body .article-actions .fcompl > a,
  body .article-actions .fcompl > span,
  body .fs-actions-inner .ffav > a,
  body .fs-actions-inner .ffav > span,
  body .fs-actions-inner .fcompl > a,
  body .fs-actions-inner .fcompl > span {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    text-decoration: none !important;
    border: 0 !important;
  }

  body .article-actions .article-action {
    width: 100% !important;
    min-height: 42px !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.055),
        rgba(255, 255, 255, 0.018)
      ),
      rgba(18, 18, 21, 0.82) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
  }

  body .article-actions .article-action::after,
  body .fs-actions-inner .ffav > span::after,
  body .fs-actions-inner .ffav > a::after,
  body .fs-actions-inner .fcompl > span::after,
  body .fs-actions-inner .fcompl > a::after,
  body .article-actions .ffav > a::after,
  body .article-actions .ffav > span::after,
  body .article-actions .fcompl > a::after,
  body .article-actions .fcompl > span::after {
    display: none !important;
    content: none !important;
  }
}

/* ====== FINAL DESKTOP CAROUSEL REPAIR ====== */

/* Logo hover preloader: preload hover image without drawing a second visible layer. */
body .topbar-2025 .logo {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  background: url("../images/фронда%20лого%20без%20наведения.png") no-repeat
    center / contain !important;
  transform: translateZ(0);
}

body .topbar-2025 .logo::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: url("../images/фронда%20лого%20с%20наведением.png") no-repeat
    center / contain;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

body .topbar-2025 .logo:hover {
  background: url("../images/фронда%20лого%20с%20наведением.png") no-repeat
    center / contain !important;
}

body .topbar-2025 .logo:hover::after {
  opacity: 0;
}

/* ====== SYSTEM PAGES, PM AND FOOTER CLEANUP ====== */
body .berrors,
body .basecont .berrors,
body .dle-info,
body .ui-c1,
body .ui-c2,
body .info,
body .warning,
body .pm-status {
  position: relative !important;
  margin: 18px 0 !important;
  padding: 18px 22px 18px 24px !important;
  overflow: hidden !important;
  color: rgba(255, 255, 255, 0.9) !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 48, 56, 0.18),
      rgba(255, 255, 255, 0.035) 38%,
      rgba(8, 8, 10, 0.9)
    ),
    rgba(13, 13, 15, 0.92) !important;
  border: 1px solid rgba(255, 48, 56, 0.26) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32) !important;
}

body .berrors::before,
body .dle-info::before,
body .ui-c1::before,
body .ui-c2::before,
body .info::before,
body .warning::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff3038, rgba(255, 48, 56, 0.25));
  box-shadow: 0 0 22px rgba(255, 48, 56, 0.45);
}

body .berrors b,
body .dle-info b,
body .ui-c1 b,
body .ui-c2 b,
body .info b,
body .warning b {
  display: block;
  margin: 0 0 4px;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.25;
}

body .pm-page {
  margin: 24px 0 !important;
  padding: clamp(18px, 3vw, 30px) !important;
  border: 1px solid rgba(255, 48, 56, 0.22) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 48, 56, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(17, 17, 20, 0.96), rgba(7, 7, 8, 0.98)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35) !important;
}

body .pm-page::before,
body .pm-page::after {
  display: none !important;
  content: none !important;
}

body .pm-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 20px 0 26px !important;
  padding: 0 !important;
  overflow: visible !important;
}

body .pm-menu li {
  padding: 0 !important;
  border-radius: 999px !important;
  background: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
}

body .pm-menu li:empty {
  display: none !important;
}

body .pm-menu li a,
body .pm-menu li span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 48, 56, 0.26), transparent 48%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(16, 16, 19, 0.9) !important;
  border: 1px solid rgba(255, 48, 56, 0.38) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 34px rgba(0, 0, 0, 0.26) !important;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

body .pm-menu li a::before,
body .pm-menu li a::after,
body .pm-menu li span::before,
body .pm-menu li span::after {
  display: none !important;
  content: none !important;
}

body .pm-menu li a:hover,
body .pm-menu li span:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 72, 80, 0.72) !important;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 48, 56, 0.34), transparent 52%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(22, 18, 20, 0.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 48, 56, 0.12) !important;
}

/* ====== FRONT/ADMIN EDIT LINKS ====== */
body .news-full__topline,
body .fs-header-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

body .fronda-edit-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
}

body .fronda-edit-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  border: 1px solid rgba(255, 48, 56, 0.36) !important;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 48, 56, 0.2), transparent 54%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(13, 13, 16, 0.86) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.25) !important;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease !important;
}

body .fronda-edit-link--site {
  border-color: rgba(255, 48, 56, 0.58) !important;
}

body .fronda-edit-link:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 74, 82, 0.78) !important;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 48, 56, 0.34), transparent 56%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.14),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(21, 17, 19, 0.96) !important;
}

body .fronda-edit-link .fal {
  color: #ff4b54 !important;
}

@media (max-width: 640px) {
  body .fronda-edit-actions {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  body .fronda-edit-link {
    min-height: 36px !important;
    padding: 0 11px !important;
  }
}

body .footer-modern-content {
  padding: 42px 30px !important;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 48, 56, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(8, 8, 10, 0.98), rgba(17, 10, 12, 0.96)) !important;
  border-top: 1px solid rgba(255, 48, 56, 0.16);
  animation: none !important;
}

body .footer-modern-content .footer-inner {
  max-width: 1180px;
  gap: 28px !important;
}

body .footer-modern-content .footer-partners {
  flex: 1 1 380px !important;
  min-width: min(100%, 360px) !important;
}

body .footer-modern-content .partners-list {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(4, auto) !important;
  gap: 10px !important;
  width: 100%;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .footer-modern-content .partners-list li {
  min-width: 0;
  margin: 0 !important;
}

body .footer-modern-content .partners-list a {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.9) !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(13, 13, 16, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.12;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.2);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

body .footer-modern-content .partners-list a::after {
  content: ">";
  flex: 0 0 auto;
  color: #ff3038;
  font-size: 16px;
  font-weight: 1000;
  transform: translateX(0);
  transition:
    transform 180ms ease,
    color 180ms ease;
}

body .footer-modern-content .partners-list a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 0% 0%,
    rgba(255, 48, 56, 0.18),
    transparent 34%
  );
  opacity: 0;
  transition: opacity 180ms ease;
}

body .footer-modern-content .partners-list a:hover {
  color: #fff !important;
  transform: translateY(-2px);
  border-color: rgba(255, 48, 56, 0.42);
  background:
    linear-gradient(
      135deg,
      rgba(255, 48, 56, 0.14),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(16, 16, 19, 0.88);
}

body .footer-modern-content .partners-list a:hover::before {
  opacity: 1;
}

body .footer-modern-content .partners-list a:hover::after {
  color: #ff5660;
  transform: translateX(3px);
}

@media (max-width: 720px) {
  body .footer-modern-content .partners-list {
    grid-auto-flow: row !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
  }
}

body .footer-modern-content .ad-slot {
  min-height: 86px;
  display: grid;
  place-items: center;
  border-radius: 18px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 48, 56, 0.1)),
    rgba(16, 16, 19, 0.88) !important;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  animation: none !important;
}

.rights-page {
  max-width: 1120px;
  margin: 0 auto 56px;
  color: #fff;
}

.rights-hero,
.rights-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 48, 56, 0.23);
  background:
    radial-gradient(circle at 85% 0%, rgba(255, 48, 56, 0.17), transparent 32%),
    linear-gradient(145deg, rgba(18, 18, 21, 0.94), rgba(7, 7, 8, 0.98));
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.rights-hero {
  padding: clamp(24px, 5vw, 54px);
  margin-bottom: 18px;
}

.rights-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #ff4b55;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 48, 56, 0.1);
  border: 1px solid rgba(255, 48, 56, 0.28);
}

.rights-hero h1 {
  max-width: 790px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.rights-hero p,
.rights-card p,
.rights-card li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.rights-vk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  margin-top: 12px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #ff3038, #a9090e);
  box-shadow: 0 14px 34px rgba(255, 48, 56, 0.22);
}

.rights-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.rights-vk--ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 48, 56, 0.28);
  box-shadow: none;
}

.rights-note {
  margin-bottom: 10px !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

.rights-example {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  color: #ff8d92;
  font-family: "JetBrains Mono", Consolas, "Courier New", monospace;
  font-size: 15px;
  word-break: break-all;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 48, 56, 0.28);
}

.rights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rights-card {
  padding: 24px;
}

.rights-card--wide {
  grid-column: 1 / -1;
}

.rights-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
}

.rights-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rights-card li {
  position: relative;
  padding-left: 18px;
}

.rights-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3038;
  box-shadow: 0 0 14px rgba(255, 48, 56, 0.55);
}

@media (max-width: 760px) {
  .rights-grid {
    grid-template-columns: 1fr;
  }

  body .pm-menu {
    justify-content: flex-start !important;
  }
}

/* ====== FEEDBACK PAGE ====== */
body .fronda-feedback {
  max-width: 1040px;
  margin: 0 auto 58px !important;
  color: #fff;
}

body .fronda-feedback > div {
  margin-bottom: 0 !important;
}

body .fronda-feedback__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px !important;
  padding: clamp(24px, 4vw, 44px) !important;
  border-radius: 24px;
  border: 1px solid rgba(255, 48, 56, 0.28);
  background:
    radial-gradient(
      circle at 84% 10%,
      rgba(255, 48, 56, 0.24),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      rgba(20, 20, 23, 0.95),
      rgba(9, 9, 11, 0.98) 52%,
      rgba(62, 10, 12, 0.55)
    );
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body .fronda-feedback__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 48, 56, 0.92), transparent 22%) left
      bottom / 190px 2px no-repeat,
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 0 1px,
      transparent 1px 78px
    );
  opacity: 0.62;
}

body .fronda-feedback__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #ff4650;
  background: rgba(255, 48, 56, 0.1);
  border: 1px solid rgba(255, 48, 56, 0.28);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body .fronda-feedback__hero h1 {
  position: relative !important;
  z-index: 1;
  display: block !important;
  min-height: 0 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #fff !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: clamp(36px, 5.8vw, 72px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

body .fronda-feedback__hero h1::before,
body .fronda-feedback__hero h1::after {
  display: none !important;
}

body .fronda-feedback__hero h1::first-letter {
  color: inherit !important;
}

body .fronda-feedback__hero p {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

body .fronda-feedback__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 48, 56, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(14, 14, 17, 0.95), rgba(5, 5, 7, 0.98));
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

body .fronda-feedback__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px !important;
}

body .fronda-feedback .form-item {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  min-width: 0;
}

body .fronda-feedback .form-item > label,
body .fronda-feedback .form-textarea > label {
  display: flex !important;
  float: none !important;
  width: auto !important;
  margin: 0 0 4px !important;
  padding: 0 0 0 14px !important;
  color: rgba(255, 255, 255, 0.86) !important;
  background: none !important;
  font-size: 13px !important;
  font-weight: 900;
  line-height: 1.2;
}

body .fronda-feedback .imp > label::after {
  margin-left: 7px;
  color: #ff4650;
}

body .fronda-feedback input[type="text"],
body .fronda-feedback input[type="email"],
body .fronda-feedback input[type="password"],
body .fronda-feedback select,
body .fronda-feedback textarea {
  width: 100% !important;
  max-width: none !important;
  min-height: 50px;
  float: none !important;
  padding: 0 16px !important;
  color: #fff !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.035),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(3, 3, 6, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  outline: none !important;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

body .fronda-feedback input[type="text"]:focus,
body .fronda-feedback select:focus,
body .fronda-feedback textarea:focus {
  border-color: rgba(255, 48, 56, 0.58) !important;
  box-shadow:
    0 0 0 4px rgba(255, 48, 56, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body .fronda-feedback input::placeholder,
body .fronda-feedback textarea::placeholder {
  color: rgba(255, 255, 255, 0.38) !important;
}

body .fronda-feedback__message {
  margin: 0 0 14px !important;
}

body .fronda-feedback textarea {
  display: block;
  min-height: 220px !important;
  padding: 16px !important;
  resize: vertical;
  line-height: 1.6 !important;
}

body .fronda-feedback__file {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 18px 0 22px !important;
  padding: 14px 18px !important;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.025);
}

body .fronda-feedback__file > label {
  margin: 0 !important;
  padding: 0 0 0 10px !important;
}

body .fronda-feedback input[type="file"] {
  width: 100%;
  max-width: none !important;
  color: rgba(255, 255, 255, 0.64);
  float: none !important;
}

body .fronda-feedback input[type="file"]::file-selector-button {
  min-height: 38px;
  margin-right: 12px;
  padding: 0 14px;
  border: 1px solid rgba(255, 48, 56, 0.38);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(255, 48, 56, 0.34),
    rgba(255, 255, 255, 0.055)
  );
  cursor: pointer;
}

body .fronda-feedback__row,
body .fronda-feedback__security {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 14px;

  margin: 14px 0 0 !important;
  padding: 14px 18px !important;

  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

body .fronda-feedback__row > label,
body .fronda-feedback__security > label {
  margin: 0 !important;
  padding: 0 0 0 10px !important;
  align-self: center;
}

body .fronda-feedback__control {
  min-width: 0;
  width: 100%;
}

body .fronda-feedback__security .form-secur,
body .fronda-feedback__captcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;

  float: none !important;
  width: 100% !important;
}

body .fronda-feedback__security input,
body .fronda-feedback__captcha input {
  flex: 1 1 260px;
  min-width: 0;
  max-width: none !important;
}

body .fronda-feedback__file input[type="file"] {
  width: 100%;
  max-width: none;
}

body .fronda-feedback__security img,
body .fronda-feedback__captcha img {
  flex: 0 0 auto;
  max-height: 82px;
  width: auto;

  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

body .fronda-feedback__question {
  flex: 1 1 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

body .fronda-feedback__submit {
  margin: 22px 0 0 !important;
}

body .fronda-feedback__submit button {
  min-height: 48px;
  padding: 0 22px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 48, 56, 0.44) !important;
  color: #fff !important;
  background:
    radial-gradient(
      circle at 24% 20%,
      rgba(255, 255, 255, 0.24),
      transparent 28%
    ),
    linear-gradient(135deg, #ff3038, #a9090e) !important;
  box-shadow:
    0 16px 36px rgba(255, 48, 56, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  font-size: 14px !important;
  font-weight: 900;
  letter-spacing: 0.01em;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

body .fronda-feedback__submit button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 20px 46px rgba(255, 48, 56, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

@media (max-width: 760px) {
  body .fronda-feedback {
    margin-bottom: 34px !important;
  }

  body .fronda-feedback__grid,
  body .fronda-feedback__file,
  body .fronda-feedback__security {
    grid-template-columns: 1fr;
  }

  body .fronda-feedback__file,
  body .fronda-feedback__security {
    align-items: stretch;
  }

  body .fronda-feedback__file > label,
  body .fronda-feedback__security > label {
    padding: 0 !important;
  }

  body .fronda-feedback__hero,
  body .fronda-feedback__panel {
    border-radius: 18px;
  }

  body .fronda-feedback__hero h1 {
    font-size: clamp(32px, 12vw, 46px) !important;
  }
}

/* ====== PRIVATE MESSAGE COMPOSER ====== */
body .pm-page .fronda-pm-compose {
  position: relative !important;
  overflow: hidden !important;
  margin: 18px 0 34px !important;
  padding: clamp(18px, 3vw, 30px) !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 48, 56, 0.24) !important;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 48, 56, 0.16),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(16, 16, 19, 0.96), rgba(5, 5, 7, 0.985)) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

body .pm-page .fronda-pm-compose::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 48, 56, 0.7), transparent 24%) left top /
      210px 2px no-repeat,
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0 1px,
      transparent 1px 76px
    );
  opacity: 0.64;
}

body .pm-page .fronda-pm-compose__head {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
}

body .pm-page .fronda-pm-compose__head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 48, 56, 0.28);
  background: rgba(255, 48, 56, 0.095);
  color: #ff4650;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body .pm-page .fronda-pm-compose__head h1,
body .pm-page .fronda-pm-compose > h1 {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: clamp(30px, 4.4vw, 52px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body .pm-page .fronda-pm-compose__head h1::before,
body .pm-page .fronda-pm-compose__head h1::after,
body .pm-page .fronda-pm-compose > h1::before,
body .pm-page .fronda-pm-compose > h1::after {
  display: none !important;
  content: none !important;
}

body .pm-page .fronda-pm-compose__head h1::first-letter,
body .pm-page .fronda-pm-compose > h1::first-letter {
  color: inherit !important;
}

body .pm-page .fronda-pm-compose__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 16px !important;
}

body .pm-page .fronda-pm-compose .form-item,
body .pm-page .fronda-pm-compose .form-textarea,
body .pm-page .fronda-pm-compose .form-checks {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body .pm-page .fronda-pm-compose .form-item > label,
body .pm-page .fronda-pm-compose .form-textarea > label {
  display: flex !important;
  float: none !important;
  width: auto !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  background: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body .pm-page .fronda-pm-compose .imp > label::after {
  color: #ff4650 !important;
}

body .pm-page .fronda-pm-compose input[type="text"],
body .pm-page .fronda-pm-compose input[type="password"] {
  width: 100% !important;
  max-width: none !important;
  min-height: 50px !important;
  float: none !important;
  padding: 0 16px !important;
  color: #fff !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(3, 3, 6, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  outline: none !important;
}

body .pm-page .fronda-pm-compose input[type="text"]:focus,
body .pm-page .fronda-pm-compose input[type="password"]:focus {
  border-color: rgba(255, 48, 56, 0.58) !important;
  box-shadow:
    0 0 0 4px rgba(255, 48, 56, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body .pm-page .fronda-pm-compose__editor-label {
  position: relative;
  z-index: 1;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body .pm-page .fronda-pm-compose__editor {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  padding: 12px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 48, 56, 0.09), transparent 32%),
    rgba(255, 255, 255, 0.018);
}

body .pm-page .fronda-pm-compose__editor > label {
  display: none !important;
}

body .pm-page .fronda-pm-compose__editor .bb-editor,
body .pm-page .fronda-pm-compose__editor .wysibb,
body .pm-page .fronda-pm-compose__editor .wseditor,
body .pm-page .fronda-pm-compose__editor .dle-editor,
body .pm-page .fronda-pm-compose__editor .dlepm-editor {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 18px !important;
  background: #05060a !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

body .pm-page .fronda-pm-compose__editor .bb-pane,
body .pm-page .fronda-pm-compose__editor .bb-toolbar,
body .pm-page .fronda-pm-compose__editor .editor-toolbar,
body .pm-page .fronda-pm-compose__editor [class*="toolbar"],
body .pm-page .fronda-pm-compose__editor [class*="panel"] {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 50px !important;
  padding: 8px !important;
  overflow: hidden !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.018)
    ),
    #111722 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body .pm-page .fronda-pm-compose__editor .tox-editor-header,
body .pm-page .fronda-pm-compose__editor .tox-toolbar-overlord,
body .pm-page .fronda-pm-compose__editor .tox-toolbar__primary,
body .pm-page .fronda-pm-compose__editor .tox-toolbar,
body .pm-page .fronda-pm-compose__editor .tox-toolbar__overflow {
  max-width: 100% !important;
  overflow: hidden !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    ),
    #111722 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .pm-page .fronda-pm-compose__editor .tox-toolbar__primary,
body .pm-page .fronda-pm-compose__editor .tox-toolbar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 7px !important;
}

body .pm-page .fronda-pm-compose__editor .tox-toolbar__group {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 6px 0 0 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

body .pm-page .fronda-pm-compose__editor .bb-btn,
body .pm-page .fronda-pm-compose__editor .bb-pane a,
body .pm-page .fronda-pm-compose__editor .bb-pane span,
body .pm-page .fronda-pm-compose__editor [class*="toolbar"] button,
body .pm-page .fronda-pm-compose__editor [class*="button"] {
  flex: 0 0 auto !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  border-radius: 9px !important;
  border: 1px solid rgba(255, 48, 56, 0.26) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 48, 56, 0.84),
    rgba(132, 8, 12, 0.92)
  ) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body .pm-page .fronda-pm-compose__editor .tox-tbtn,
body .pm-page .fronda-pm-compose__editor .tox-tbtn--select {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 48, 56, 0.84),
    rgba(132, 8, 12, 0.92)
  ) !important;
  border: 1px solid rgba(255, 48, 56, 0.24) !important;
  color: #fff !important;
}

body .pm-page .fronda-pm-compose__editor .tox-tbtn svg,
body .pm-page .fronda-pm-compose__editor .tox-tbtn__icon-wrap svg {
  fill: #fff !important;
}

body .pm-page .fronda-pm-compose__editor .tox-tinymce {
  width: 100% !important;
  min-height: 310px !important;
  height: 310px !important;
  border: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #05060a !important;
}

body .pm-page .fronda-pm-compose__editor .tox-edit-area iframe {
  display: block !important;
  width: 100% !important;
  min-height: 238px !important;
  height: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  color: #fff !important;
  background: #05060a !important;
  border: 0 !important;
  border-radius: 0 0 18px 18px !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 48, 56, 0.72) #07070b;
}

body .pm-page .fronda-pm-compose__editor textarea.ajaxwysiwygeditor,
body .pm-page .fronda-pm-compose__editor textarea#comments {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  display: block !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

body .pm-page .fronda-pm-compose__check {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin: 16px 0 0 !important;
  padding: 10px 13px !important;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
}

body .pm-page .fronda-pm-compose__check input {
  width: 16px;
  height: 16px;
  accent-color: #ff3038;
}

body .pm-page .fronda-pm-compose__security {
  margin-top: 14px !important;
  padding: 14px !important;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

body .pm-page .fronda-pm-compose__security .form-secur {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100% !important;
  float: none !important;
}

body .pm-page .fronda-pm-compose__security input {
  flex: 1 1 260px;
  max-width: none !important;
}

body .pm-page .fronda-pm-compose__question {
  flex: 1 1 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

body .pm-page .fronda-pm-compose__actions {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0 !important;
}

body .pm-page .fronda-pm-compose__actions button {
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 48, 56, 0.38) !important;
  color: #fff !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(18, 18, 21, 0.88) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.22) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body .pm-page .fronda-pm-compose__actions button[type="submit"] {
  background:
    radial-gradient(
      circle at 24% 20%,
      rgba(255, 255, 255, 0.2),
      transparent 30%
    ),
    linear-gradient(135deg, #ff3038, #a9090e) !important;
  box-shadow:
    0 16px 36px rgba(255, 48, 56, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

@media (max-width: 760px) {
  body .pm-page .fronda-pm-compose__grid {
    grid-template-columns: 1fr;
  }

  body .pm-page .fronda-pm-compose__editor .tox-edit-area iframe {
    min-height: 210px !important;
  }

  body .pm-page .fronda-pm-compose__editor .tox-tinymce {
    min-height: 270px !important;
    height: 270px !important;
  }
}

/* Configurable advertising slots */
.fronda-ad-slot[hidden] {
  display: none !important;
}

.fronda-ad-slot {
  width: 100%;
  margin: 18px 0;
}

.fronda-ad-slot--top {
  margin: -8px 0 24px;
}

.fronda-ad-slot--sidebar {
  margin: 20px 0;
}

.fronda-ad-slot--footer {
  margin: 0;
}

.fronda-ad-slot--after-player {
  margin: 22px 0 8px;
}

.fronda-ad-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 92px;
  padding: 18px 20px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
  text-decoration: none !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 48, 60, 0.26), transparent 42%),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(12, 12, 15, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.28);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.fronda-ad-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 46%,
    transparent 58%
  );
  transform: translateX(-100%);
  transition: transform 0.55s ease;
}

.fronda-ad-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 48, 60, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 22px 54px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 48, 60, 0.08);
}

.fronda-ad-card:hover::before {
  transform: translateX(100%);
}

.fronda-ad-card__label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 48, 60, 0.26);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.22);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fronda-ad-card__label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3038;
  box-shadow: 0 0 14px rgba(255, 48, 60, 0.62);
}

.fronda-ad-card__title {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.05;
  font-weight: 900;
}

.fronda-ad-card__text {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.fronda-ad-card--sidebar {
  min-height: 132px;
}

.fronda-ad-card--sidebar .fronda-ad-card__title {
  font-size: 20px;
}

@media (max-width: 760px) {
  .fronda-ad-slot {
    margin: 14px 0;
  }

  .fronda-ad-card {
    min-height: 82px;
    padding: 15px;
    border-radius: 17px;
  }

  .fronda-ad-card__title {
    font-size: 18px;
  }
}

/* =========================================================
   Выпадающие подсказки быстрого поиска (#searchsuggestions)
   ========================================================= */
body #searchsuggestions {
  z-index: 9999 !important;
  width: 360px !important;
  max-width: calc(100vw - 24px) !important;
  margin-top: 8px !important;
  padding: 6px !important;
  background: #0d0e14 !important;
  border: 1px solid rgba(255, 51, 61, 0.28) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.62) !important;
  font-family: "Play", "Segoe UI", Arial, sans-serif !important;
  color: #fff !important;
  overflow: hidden !important;
}

/* Карточка найденного релиза */
body #searchsuggestions .fs-suggest-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 8px !important;
  border-radius: 10px !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: background-color 0.18s ease !important;
}

body #searchsuggestions .fs-suggest-item:hover {
  background: rgba(255, 51, 61, 0.14) !important;
}

body #searchsuggestions .fs-suggest-item + .fs-suggest-item {
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

body #searchsuggestions .fs-suggest-poster {
  flex: 0 0 46px !important;
  width: 46px !important;
  height: 64px !important;
  border-radius: 7px !important;
  overflow: hidden !important;
  background: #1a1c26 !important;
}

body #searchsuggestions .fs-suggest-poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body #searchsuggestions .fs-suggest-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-width: 0 !important;
}

body #searchsuggestions .fs-suggest-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #fff !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

body #searchsuggestions .fs-suggest-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px 8px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

body #searchsuggestions .fs-suggest-cat {
  color: #ff3a45 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
}

/* Статические страницы в результатах */
body #searchsuggestions a .searchheading {
  display: block !important;
  padding: 9px 10px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #fff !important;
}

body #searchsuggestions a:hover .searchheading {
  color: #ff3a45 !important;
}

/* «Ничего не найдено» */
body #searchsuggestions .notfound {
  display: block !important;
  padding: 14px 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-align: center !important;
}

/* Ссылка «Расширенный поиск» в подвале подсказок */
body #searchsuggestions .seperator {
  display: block !important;
  margin-top: 4px !important;
  padding: 10px 12px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  text-align: center !important;
}

body #searchsuggestions .seperator a {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #ff3a45 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
}

body #searchsuggestions .seperator a:hover {
  color: #ff6a72 !important;
  text-decoration: underline !important;
}

@media (max-width: 480px) {
  body #searchsuggestions {
    width: calc(100vw - 24px) !important;
  }
}

/*--- Send PM popup (dle-popup-sendpm) ---*/

body .ui-dialog.dle-popup-sendpm #dlesendpmpopup textarea#pm_text,
body .ui-dialog.dle-popup-sendpm #dlesendpmpopup textarea.ajaxwysiwygeditor {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  max-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  resize: none !important;
}

body .ui-dialog.dle-popup-sendpm #dlesendpmpopup .dlepm-editor,
body .ui-dialog.dle-popup-sendpm #dlesendpmpopup .wseditor {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 51, 61, 0.36) !important;
  border-radius: 16px !important;
  background: #05060a !important;
  box-shadow: 0 0 0 3px rgba(255, 51, 61, 0.1) !important;
}

body .ui-dialog.dle-popup-sendpm #dlesendpmpopup .tox-tinymce {
  width: 100% !important;
  border: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #05060a !important;
}

body .ui-dialog.dle-popup-sendpm #dlesendpmpopup .tox-edit-area iframe {
  background: #05060a !important;
  border: 0 !important;
  border-radius: 0 0 16px 16px !important;
}

body .ui-dialog.dle-popup-sendpm #dlesendpmpopup #pm_subj {
  box-sizing: border-box !important;
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(255, 51, 61, 0.36) !important;
  border-radius: 12px !important;
  background: #05060a !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 51, 61, 0.1) !important;
}

body .ui-dialog.dle-popup-sendpm #dlesendpmpopup #pm_subj:focus {
  border-color: rgba(255, 51, 61, 0.6) !important;
  box-shadow: 0 0 0 3px rgba(255, 51, 61, 0.18) !important;
}

/* ====== SEARCH PAGE (search.tpl + DLE {searchtable}) ====== */
body .search-page {
  margin: 0 0 28px !important;
}

body .search-page #searchtable {
  position: relative;
  padding: 22px 24px !important;
  border: 1px solid rgba(255, 48, 56, 0.22) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 48, 56, 0.08),
      rgba(255, 255, 255, 0.02) 42%,
      rgba(8, 8, 10, 0.92)
    ),
    rgba(13, 13, 15, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 50px rgba(0, 0, 0, 0.32) !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

body .search-page #searchtable table,
body .search-page #searchtable tbody,
body .search-page #searchtable tr,
body .search-page #searchtable td {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: inherit !important;
}

body .search-page #searchtable td + td {
  margin-top: 12px !important;
}

body .search-page #searchtable b,
body .search-page #searchtable label {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 600 !important;
}

body .search-page #searchtable a {
  color: #ff7077 !important;
}

body .search-page #searchtable fieldset {
  margin: 14px 0 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.025) !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

body .search-page #searchtable fieldset legend {
  padding: 2px 10px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff3038, #8c0508) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body .search-page #searchtable input[type="text"],
body .search-page #searchtable input[type="search"],
body .search-page #searchtable select,
body .search-page #searchtable textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 44px !important;
  padding: 11px 14px !important;
  margin: 6px 0 0 !important;
  border: 1px solid rgba(255, 51, 61, 0.32) !important;
  border-radius: 12px !important;
  background: #05060a !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font: 600 14px/1.3 inherit !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 51, 61, 0.08) !important;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease !important;
}

body .search-page #searchtable input[type="text"]::placeholder,
body .search-page #searchtable input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

body .search-page #searchtable input[type="text"]:focus,
body .search-page #searchtable input[type="search"]:focus,
body .search-page #searchtable select:focus,
body .search-page #searchtable textarea:focus {
  border-color: rgba(255, 51, 61, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(255, 51, 61, 0.2) !important;
}

body .search-page #searchtable select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background:
    #05060a
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='%23ff3038' d='M6 8 0 0h12z'/></svg>")
      no-repeat right 14px center / 10px 7px !important;
  padding-right: 36px !important;
}

body .search-page #searchtable input[type="checkbox"],
body .search-page #searchtable input[type="radio"] {
  accent-color: #ff3038 !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 8px 0 0 !important;
  vertical-align: -3px !important;
}

body .search-page #searchtable input[type="submit"],
body .search-page #searchtable button[type="submit"],
body .search-page #searchtable .fbutton,
body .search-page #searchtable .bbcodes {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  margin-top: 16px !important;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff3038, #8c0508) !important;
  color: #fff !important;
  font: 700 14px/1 inherit !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow:
    0 12px 28px rgba(255, 48, 56, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease !important;
}

body .search-page #searchtable input[type="submit"]:hover,
body .search-page #searchtable button[type="submit"]:hover,
body .search-page #searchtable .fbutton:hover,
body .search-page #searchtable .bbcodes:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.06) !important;
  box-shadow:
    0 16px 34px rgba(255, 48, 56, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

body .search-page #searchtable input[type="submit"]:active,
body .search-page #searchtable button[type="submit"]:active,
body .search-page #searchtable .fbutton:active,
body .search-page #searchtable .bbcodes:active {
  transform: translateY(0) !important;
  filter: brightness(0.95) !important;
}

/* search results: тот же визуальный язык */
body .search-page + .basecont .searchstyle,
body .searchstyle {
  width: 100% !important;
}

@media (max-width: 640px) {
  body .search-page #searchtable {
    padding: 16px 14px !important;
    border-radius: 14px !important;
  }
  body .search-page #searchtable fieldset {
    padding: 12px 12px !important;
  }
  body .search-page #searchtable input[type="submit"],
  body .search-page #searchtable button[type="submit"],
  body .search-page #searchtable .fbutton,
  body .search-page #searchtable .bbcodes {
    width: 100% !important;
  }
}
