.actorsCatalog {
  width: min(1250px, calc(100% - 28px));
  margin: 0 auto 42px;
  color: #eeeeef;
}

.actorsCatalogHero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  min-height: 112px;
  box-sizing: border-box;
  padding: 24px 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px 18px 0 0;
  background:
    radial-gradient(circle at 86% 8%, rgba(207, 47, 137, 0.2), transparent 34%),
    linear-gradient(135deg, #2b292c 0%, #211f22 62%, #19191b 100%);
}

.actorsCatalogHero::before {
  position: absolute;
  top: -78px;
  right: 12%;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(207, 47, 137, 0.15);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 34px rgba(207, 47, 137, 0.025), 0 0 0 68px rgba(207, 47, 137, 0.018);
  pointer-events: none;
}

.actorsCatalogHero__copy,
.actorsCatalogHero__stats {
  position: relative;
  z-index: 1;
}

.actorsCatalogResults__eyebrow {
  margin: 0 0 8px;
  color: #df57a4;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.actorsCatalogHero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.actorsCatalogHero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(105px, 1fr));
  gap: 8px;
  margin: 0;
}

.actorsCatalogHero__stats div {
  min-width: 105px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.actorsCatalogHero__stats dt {
  color: #88888f;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.actorsCatalogHero__stats dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.actorsCatalogFilters {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 1fr auto;
  align-items: end;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-top: 0;
  background: #262528;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.actorsCatalogFilters fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.actorsCatalogFilters legend,
.actorsCatalogFilters__label {
  display: block;
  width: auto;
  margin: 0 0 7px;
  padding: 0;
  color: #97979e;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.actorsCatalogFilters__gender {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.actorsCatalogFilters__gender legend {
  grid-column: 1 / -1;
}

.actorsCatalogFilters__gender label {
  position: relative;
  min-width: 0;
}

.actorsCatalogFilters__gender input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.actorsCatalogFilters__gender label > span {
  display: flex;
  min-height: 42px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 9px;
  border: 1px solid #444248;
  border-radius: 9px;
  color: #b8b8bd;
  background: #1f1f22;
  font-size: 0.71rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.actorsCatalogFilters__gender input:checked + span {
  border-color: #cf2f89;
  color: #fff;
  background: rgba(207, 47, 137, 0.16);
  box-shadow: inset 0 0 0 1px rgba(207, 47, 137, 0.22);
}

.actorsCatalogFilters__gender i {
  color: #df57a4;
}

.actorsCatalogFilters__years {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 7px;
  align-items: end;
}

.actorsCatalogFilters__years > .actorsCatalogFilters__label {
  grid-column: 1 / -1;
}

.actorsCatalogFilters__years label {
  min-width: 0;
}

.actorsCatalogFilters__years label span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.actorsCatalogFilters__dash {
  align-self: center;
  color: #6f6f75;
}

.actorsCatalogFilters select,
.actorsCatalogFilters input[type="search"] {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid #444248;
  border-radius: 9px;
  color: #efeff1;
  background: #1f1f22;
  box-shadow: none;
  font-size: 0.75rem;
}

.actorsCatalogFilters select {
  padding: 0 28px 0 11px;
}

.actorsCatalogFilters__searchBox {
  position: relative;
  display: block;
}

.actorsCatalogFilters__searchBox i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12px;
  color: #77777e;
  transform: translateY(-50%);
  pointer-events: none;
}

.actorsCatalogFilters input[type="search"] {
  padding: 0 12px 0 34px;
}

.actorsCatalogFilters__submit {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid #db4ca0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #b52375, #d43b94);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 7px 18px rgba(207, 47, 137, 0.19);
}

.actorsCatalogFilters__submit i {
  margin-right: 6px;
}

.actorsCatalogResults {
  padding-top: 31px;
}

.actorsCatalogResults__bar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.actorsCatalogResults__bar h2 {
  margin: 0;
  color: #f5f5f6;
  font-size: 1.65rem;
  line-height: 1.1;
}

.actorsCatalogResults__eyebrow {
  margin-bottom: 5px;
}

.actorsCatalogResults__reset {
  padding: 7px 10px;
  border-radius: 8px;
  color: #9999a0;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.68rem;
}

.actorsCatalogResults__reset:hover {
  color: #fff;
  text-decoration: none;
}

.actorsCatalogResults__reset i {
  margin-right: 5px;
}

.actorsCatalogSort {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 11px;
  background: #252427;
  scrollbar-width: thin;
}

.actorsCatalogSort a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 7px;
  color: #aaaab0;
  font-size: 0.69rem;
  font-weight: 700;
}

.actorsCatalogSort a:hover,
.actorsCatalogSort a.is-active {
  color: #fff;
  background: rgba(207, 47, 137, 0.16);
  text-decoration: none;
}

.actorsCatalogSort a.is-active {
  box-shadow: inset 0 0 0 1px rgba(207, 47, 137, 0.36);
}

.actorsCatalogGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.actorsCatalogCard {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 13px;
  background: #262528;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.actorsCatalogCard:hover {
  border-color: rgba(207, 47, 137, 0.5);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.24);
  transform: translateY(-3px);
}

.actorsCatalogCard > a,
.actorsCatalogCard > a:hover {
  display: block;
  color: inherit;
  text-decoration: none;
}

.actorsCatalogCard__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #18181a;
}

.actorsCatalogCard__media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 36%;
  content: "";
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.74));
  pointer-events: none;
}

.actorsCatalogCard__cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 0.28s ease, transform 0.35s ease;
}

.actorsCatalogCard:hover .actorsCatalogCard__cover {
  filter: contrast(1.04);
  transform: scale(1.035);
}

.actorsCatalogCard__avatar {
  position: absolute;
  bottom: -12px;
  left: -12px;
  z-index: 2;
  display: block;
  width: 120px;
  height: 120px;
  max-width: 56%;
  border: 3px solid rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  object-fit: cover;
  object-position: center top;
  background: #242326;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.52);
}

.actorsCatalogCard__gender,
.actorsCatalogCard__years {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  background: rgba(18, 18, 20, 0.78);
  backdrop-filter: blur(5px);
  font-size: 0.62rem;
  font-weight: 800;
}

.actorsCatalogCard__gender {
  top: 9px;
  left: 9px;
  min-width: 30px;
  justify-content: center;
  padding: 6px 7px;
  border-radius: 999px;
}

.actorsCatalogCard__gender.is-female i {
  color: #ed63b2;
}

.actorsCatalogCard__gender.is-male i {
  color: #75aee8;
}

.actorsCatalogCard__years {
  top: 9px;
  right: 9px;
  padding: 6px 8px;
  border-radius: 7px;
}

.actorsCatalogCard__years i {
  color: #df57a4;
}

.actorsCatalogCard__body {
  padding: 13px 13px 14px;
}

.actorsCatalogCard__body h3 {
  margin: 0;
  overflow: hidden;
  color: #f4f4f5;
  font-size: 0.96rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.actorsCatalogCard dl {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 1.1fr;
  gap: 6px;
  margin: 10px 0 0;
}

.actorsCatalogCard dl div {
  min-width: 0;
  padding: 7px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.actorsCatalogCard dt,
.actorsCatalogCard dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.actorsCatalogCard dt {
  color: #818188;
  font-size: 0.57rem;
  font-weight: 400;
}

.actorsCatalogCard dt i {
  margin-right: 3px;
  color: #b7357e;
}

.actorsCatalogCard dd {
  margin: 3px 0 0;
  color: #d8d8db;
  font-size: 0.69rem;
  font-weight: 800;
}

.actorsCatalogCard dl .is-rating dt i,
.actorsCatalogCard dl .is-rating dd {
  color: #dfad4a;
}

.actorsCatalogCard__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  color: #d94b9c;
  font-size: 0.65rem;
  font-weight: 800;
}

.actorsCatalogCard__more i {
  transition: transform 0.18s ease;
}

.actorsCatalogCard:hover .actorsCatalogCard__more i {
  transform: translateX(3px);
}

.actorsCatalogEmpty {
  padding: 58px 20px;
  border: 1px dashed rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  color: #8f8f96;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

.actorsCatalogEmpty > i {
  color: #cf2f89;
  font-size: 1.8rem;
}

.actorsCatalogEmpty h3 {
  margin: 13px 0 5px;
  color: #eeeeef;
  font-size: 1.1rem;
}

.actorsCatalogEmpty p {
  margin: 0 0 15px;
}

.actorsCatalogEmpty a {
  color: #df57a4;
  font-weight: 800;
}

.actorsCatalogPagination {
  margin-top: 25px;
  text-align: center;
}

.actorsCatalogPagination .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.actorsCatalogPagination .pagination li {
  margin: 0;
}

.actorsCatalogPagination .pagination a {
  display: inline-flex;
  min-width: 34px;
  min-height: 34px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #aaaab0;
  background: #262528;
}

.actorsCatalogPagination .pagination .active a,
.actorsCatalogPagination .pagination a:hover {
  border-color: #cf2f89;
  color: #fff;
  background: rgba(207, 47, 137, 0.17);
  text-decoration: none;
}

.actorsCatalogFilters input:focus-visible,
.actorsCatalogFilters select:focus-visible,
.actorsCatalogFilters button:focus-visible,
.actorsCatalogFilters__gender input:focus-visible + span,
.actorsCatalogSort a:focus-visible,
.actorsCatalogCard > a:focus-visible {
  outline: 2px solid #df57a4;
  outline-offset: 2px;
}

@media only screen and (max-width: 1050px) {
  .actorsCatalogFilters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .actorsCatalogFilters__submit {
    width: 100%;
  }

  .actorsCatalogGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 760px) {
  .actorsCatalog {
    width: min(100% - 18px, 1250px);
    margin-bottom: 28px;
  }

  .actorsCatalogHero {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 20px 18px;
    border-radius: 14px 14px 0 0;
  }

  .actorsCatalogHero__stats {
    width: 100%;
  }

  .actorsCatalogFilters {
    grid-template-columns: 1fr;
    padding: 17px;
  }

  .actorsCatalogResults {
    padding-top: 25px;
  }

  .actorsCatalogGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }
}

@media only screen and (max-width: 540px) {
  .actorsCatalog {
    width: calc(100% - 8px);
    margin-bottom: 18px;
  }

  .actorsCatalogHero {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 6px;
    padding: 10px 9px 8px;
    border-radius: 8px 8px 0 0;
  }

  .actorsCatalogHero h1 {
    overflow: hidden;
    font-size: clamp(1rem, 5.2vw, 1.2rem);
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .actorsCatalogHero__stats {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }

  .actorsCatalogHero__stats div {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 4px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .actorsCatalogHero__stats div:last-child {
    justify-content: flex-end;
    text-align: right;
  }

  .actorsCatalogHero__stats dt {
    font-size: 0.54rem;
  }

  .actorsCatalogHero__stats dd {
    margin: 0;
    font-size: 0.68rem;
  }

  .actorsCatalogFilters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 5px;
    padding: 9px;
  }

  .actorsCatalogFilters legend,
  .actorsCatalogFilters__label {
    margin-bottom: 3px;
    font-size: 0.54rem;
  }

  .actorsCatalogFilters__gender {
    grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 0.775fr));
    gap: 3px;
  }

  .actorsCatalogFilters__gender label > span {
    min-height: 32px;
    gap: 2px;
    padding: 4px 2px;
    border-radius: 6px;
    font-size: 0.56rem;
  }

  .actorsCatalogFilters__years {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
  }

  .actorsCatalogFilters__years > .actorsCatalogFilters__label {
    margin-bottom: 2px;
    font-size: 0.46rem;
    letter-spacing: 0.015em;
    white-space: nowrap;
  }

  .actorsCatalogFilters__dash {
    display: none;
  }

  .actorsCatalogFilters__genderOption--female .actorsCatalogFilters__genderText,
  .actorsCatalogFilters__genderOption--male .actorsCatalogFilters__genderText {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .actorsCatalogFilters__genderOption--female i,
  .actorsCatalogFilters__genderOption--male i {
    font-size: 0.75rem;
  }

  .actorsCatalogFilters select,
  .actorsCatalogFilters input[type="search"] {
    height: 32px;
    border-radius: 6px;
    font-size: 0.64rem;
  }

  .actorsCatalogFilters select {
    padding-right: 15px;
    padding-left: 4px;
  }

  .actorsCatalogFilters select option {
    padding-right: 2px;
    padding-left: 2px;
  }

  .actorsCatalogFilters__search > .actorsCatalogFilters__label {
    display: none;
  }

  .actorsCatalogFilters input[type="search"] {
    padding-right: 7px;
    padding-left: 27px;
  }

  .actorsCatalogFilters__searchBox i {
    left: 9px;
    font-size: 0.65rem;
  }

  .actorsCatalogFilters__submit {
    min-height: 32px;
    padding: 0 6px;
    border-radius: 6px;
    font-size: 0.6rem;
  }

  .actorsCatalogResults {
    padding-top: 12px;
  }

  .actorsCatalogResults__bar {
    align-items: center;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 7px;
  }

  .actorsCatalogResults__bar h2 {
    font-size: 1.1rem;
  }

  .actorsCatalogResults__eyebrow {
    display: none;
  }

  .actorsCatalogResults__reset {
    padding: 4px 6px;
    border-radius: 5px;
    font-size: 0.58rem;
  }

  .actorsCatalogSort {
    gap: 3px;
    margin-right: -4px;
    margin-bottom: 7px;
    margin-left: -4px;
    padding: 4px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .actorsCatalogSort a {
    padding: 5px 6px;
    border-radius: 4px;
    font-size: 0.58rem;
  }

  .actorsCatalogGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .actorsCatalogCard {
    border-radius: 6px;
    box-shadow: none;
  }

  .actorsCatalogCard__body {
    padding: 6px;
  }

  .actorsCatalogCard__body h3 {
    font-size: 0.72rem;
    line-height: 1.18;
  }

  .actorsCatalogCard__avatar {
    bottom: -4px;
    left: -4px;
    width: 50px;
    height: 50px;
    max-width: none;
    border-width: 2px;
    border-radius: 7px;
  }

  .actorsCatalogCard__gender,
  .actorsCatalogCard__years {
    top: 4px;
    gap: 2px;
    padding: 3px 4px;
    font-size: 0.5rem;
  }

  .actorsCatalogCard__gender {
    left: 4px;
    min-width: 20px;
  }

  .actorsCatalogCard__years {
    right: 4px;
    border-radius: 4px;
  }

  .actorsCatalogCard dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    margin-top: 5px;
  }

  .actorsCatalogCard dl div:nth-child(2) {
    display: none;
  }

  .actorsCatalogCard dl div {
    padding: 3px 1px;
    border-radius: 4px;
    text-align: center;
  }

  .actorsCatalogCard dt {
    font-size: 0;
  }

  .actorsCatalogCard dt i {
    margin-right: 0;
    font-size: 0.52rem;
  }

  .actorsCatalogCard dd {
    margin-top: 1px;
    font-size: 0.56rem;
  }

  .actorsCatalogPagination {
    margin-top: 14px;
  }

  .actorsCatalogPagination .pagination {
    gap: 3px;
  }

  .actorsCatalogPagination .pagination a {
    min-width: 30px;
    min-height: 30px;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 0.65rem;
  }
}

@media only screen and (max-width: 350px) {
  .actorsCatalogFilters__gender label > span {
    gap: 2px;
    padding: 3px 2px;
    font-size: 0.55rem;
  }

  .actorsCatalogGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .actorsCatalogCard__gender,
  .actorsCatalogCard__years {
    top: 2px;
  }

  .actorsCatalogCard__gender {
    left: 2px;
    min-width: 14px;
    padding: 2px;
    font-size: 0.45rem;
  }

  .actorsCatalogCard__gender i {
    display: none;
  }

  .actorsCatalogCard__years {
    right: 2px;
    gap: 1px;
    padding: 2px 3px;
    font-size: 0.44rem;
  }
}

@media only screen and (max-width: 300px) {
  .actorsCatalogGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .actorsCatalogCard,
  .actorsCatalogCard__cover,
  .actorsCatalogCard__more i {
    transition: none;
  }
}
