:root {
  --po-red: #fd3f45;
  --po-red-soft: #ff5a60;
  --po-bg: #f6f6f6;
  --po-panel: #ffffff;
  --po-panel-soft: #f1f1f1;
  --po-border: #e5e5e5;
  --po-text: #151515;
  --po-muted: #777777;
  --po-dark: #111111;
  --po-dark-panel: #1e1e1e;
  --po-dark-soft: #2a2a2a;
  --po-dark-border: #333333;
  --po-dark-text: #ffffff;
  --po-dark-muted: #b4b4b4;
  --po-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  --po-radius: 0.75rem;
  --po-container: 1760px;
  --po-font: Inter, Manrope, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--po-bg);
  color: var(--po-text);
  font-family: var(--po-font);
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--po-bg);
  color: var(--po-text);
}

body.dark-theme {
  background: var(--po-dark);
  color: var(--po-dark-text);
}

body.po-menu-open,
body.po-search-open {
  overflow: hidden;
}

body,
input,
button,
textarea,
select {
  font-family: var(--po-font);
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--po-red);
}

img {
  display: block;
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1rem;
}

.sr-only,
.is-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.skip-to-main-content {
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: 100000;
  padding: 0.55rem 1rem;
  border-radius: 0.45rem;
  background: var(--po-red);
  color: #fff;
  font-weight: 800;
  transform: translateX(-50%);
}

.skip-to-main-content:focus {
  top: 0.75rem;
}

.scrollBar1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 2px;
  background: var(--po-red);
}

.po-site {
  min-height: 100vh;
  overflow-x: clip;
}

.po-container {
  width: min(var(--po-container), calc(100% - 36px));
  margin: 0 auto;
}

.po-header {
  position: sticky;
  top: 0;
  z-index: 300;
  background: var(--po-panel);
  color: var(--po-text);
}

.dark-theme .po-header {
  background: var(--po-dark-panel);
  color: var(--po-dark-text);
}

.po-header-top {
  display: grid;
  grid-template-columns: minmax(11rem, 1fr) minmax(18rem, 38rem) minmax(10rem, 1fr);
  align-items: center;
  gap: 1rem;
  height: 55px;
  padding: 0 18px;
  border-bottom: 1px solid var(--po-border);
}

.dark-theme .po-header-top {
  border-bottom-color: var(--po-dark-border);
}

.po-logo {
  display: inline-flex;
  align-items: baseline;
  color: var(--po-text);
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.dark-theme .po-logo {
  color: #fff;
}

.po-logo:hover {
  color: inherit;
}

.po-logo__mark {
  margin-left: 0.08em;
  color: var(--po-red);
}

.po-search {
  position: relative;
  display: flex;
  align-items: center;
}

.po-search input {
  width: 100%;
  height: 34px;
  padding: 0 42px 0 12px;
  border: 1px solid var(--po-panel-soft);
  border-radius: 0.35rem;
  background: var(--po-panel-soft);
  color: var(--po-text);
  outline: none;
}

.dark-theme .po-search input {
  border-color: var(--po-dark-border);
  background: var(--po-dark-soft);
  color: #fff;
}

.po-search input:focus {
  border-color: var(--po-red);
  box-shadow: 0 0 0 2px rgba(253, 63, 69, 0.18);
}

.po-search button {
  position: absolute;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--po-muted);
}

.dark-theme .po-search button {
  color: #d7d7d7;
}

.searchIcon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  vertical-align: middle;
}

.searchIcon::after {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

.po-search--mobile {
  display: none;
}

.po-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.po-icon-button,
.po-language-current,
.po-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 0.45rem;
  color: inherit;
}

.po-icon-button {
  display: none;
  width: 34px;
}

.po-language-current {
  min-width: 46px;
  padding: 0 0.65rem;
  background: var(--po-panel-soft);
  color: var(--po-text);
  font-size: 0.82rem;
  font-weight: 850;
}

.dark-theme .po-language-current {
  background: var(--po-dark-soft);
  color: #fff;
}

.po-avatar {
  position: relative;
  width: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2f2f2, #cfcfcf);
}

.dark-theme .po-avatar {
  background: linear-gradient(135deg, #343434, #111);
  box-shadow: inset 0 0 0 1px var(--po-dark-border);
}

.po-avatar span,
.po-avatar span::before,
.po-avatar span::after {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.po-avatar span::before {
  top: -6px;
}

.po-avatar span::after {
  top: 6px;
}

.po-nav-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  height: 50px;
  padding: 0 18px;
  border-bottom: 1px solid var(--po-border);
  background: #fbfbfb;
  gap: 1rem;
}

.dark-theme .po-nav-row {
  border-bottom-color: var(--po-dark-border);
  background: var(--po-dark-panel);
}

.straightIcon,
.playlistIcon,
.videosIcon,
.myvideosIcon,
.categoriesIcon,
.pornstarsIcon,
.livesexIcon,
.tagIcon,
.statsicon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: currentColor;
  vertical-align: middle;
}

.straightIcon::before {
  position: absolute;
  inset: 2px 5px;
  border: 2px solid currentColor;
  border-radius: 999px 999px 30% 30%;
  content: "";
}

.pointIcon {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid currentColor;
}

.po-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.po-main-nav::-webkit-scrollbar {
  display: none;
}

.toptext {
  display: inline-flex;
  align-items: center;
  height: 50px;
  margin: 0 18px;
  border-bottom: 2px solid transparent;
  color: inherit;
  font-size: 0.88rem;
  font-weight: 850;
}

.toptext.active {
  border-bottom-color: var(--po-red);
}

.toptext--trend {
  text-transform: uppercase;
}

.po-playlist-button {
  width: 22px;
  height: 22px;
  color: inherit;
}

.playlistIcon::before {
  position: absolute;
  inset: 4px 2px 2px;
  border: 2px solid currentColor;
  border-radius: 2px;
  content: "";
}

.playlistIcon::after {
  position: absolute;
  top: 1px;
  left: 6px;
  width: 10px;
  height: 4px;
  border: 2px solid currentColor;
  border-bottom: 0;
  content: "";
}

.po-account-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: min(420px, 100vw);
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  color: var(--po-text);
  box-shadow: -20px 0 45px rgba(0, 0, 0, 0.35);
  transform: translateX(105%);
  transition: transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}

.dark-theme .po-account-menu {
  background: var(--po-dark-panel);
  color: #fff;
}

.po-menu-open .po-account-menu {
  transform: translateX(0);
  visibility: visible;
}

.po-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.56);
}

.po-menu-open .po-menu-backdrop,
.po-search-open .po-menu-backdrop {
  display: block;
}

.po-search-open .po-menu-backdrop {
  z-index: 250;
}

.po-account-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--po-border);
}

.dark-theme .po-account-menu__head {
  border-bottom-color: var(--po-dark-border);
}

.po-account-menu__head strong,
.po-account-menu__title {
  font-size: 0.9rem;
  font-weight: 900;
}

.po-menu-close {
  width: 32px;
  height: 32px;
  border-radius: 0.35rem;
  color: var(--po-muted);
  font-size: 1.8rem;
  line-height: 1;
}

.po-account-menu__section {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--po-border);
}

.dark-theme .po-account-menu__section {
  border-bottom-color: var(--po-dark-border);
}

.po-account-menu__section a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 42px;
  padding: 0.55rem 1rem;
  color: inherit;
  font-size: 0.9rem;
}

.po-account-menu__section a:hover,
.po-account-menu__section a.active {
  color: var(--po-red);
}

.po-account-menu__title {
  padding: 1rem 1rem 0.35rem;
  color: var(--po-muted);
}

.dark-theme .po-account-menu__title {
  color: var(--po-dark-muted);
}

.po-account-menu__section--compact,
.po-account-menu__section--languages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.65rem 1rem 1rem;
}

.po-account-menu__section--compact a,
.po-account-menu__section--languages a {
  justify-content: center;
  min-height: 32px;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--po-border);
  border-radius: 0.35rem;
  font-size: 0.82rem;
  text-align: center;
}

.dark-theme .po-account-menu__section--compact a,
.dark-theme .po-account-menu__section--languages a {
  border-color: var(--po-dark-border);
}

.po-main {
  min-height: 56vh;
  padding: 0.1px 0 1.4rem;
  background: var(--po-bg);
}

.dark-theme .po-main {
  background: var(--po-dark);
}

.po-ad {
  margin: 0.85rem 0;
  overflow: hidden;
  border-radius: var(--po-radius);
  text-align: center;
}

.po-ad:empty {
  display: none;
}

.po-ad--top,
.po-ad--bottom {
  background: rgba(127, 127, 127, 0.08);
}

.po-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.25rem 0 0.65rem;
}

.po-section-head h1 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: inherit;
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.po-section-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
  color: var(--po-muted);
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

.dark-theme .po-section-tools {
  color: var(--po-dark-muted);
}

.po-section-tools span,
.po-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0.22rem 0.58rem;
  border: 1px solid var(--po-border);
  border-radius: 0.38rem;
  background: var(--po-panel);
}

.dark-theme .po-section-tools span,
.dark-theme .po-pill {
  border-color: var(--po-dark-border);
  background: var(--po-dark-panel);
}

.po-pill--active {
  border-color: var(--po-red) !important;
  background: var(--po-red) !important;
  color: #fff;
}

.po-tags-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  margin: 0.75rem 0 1rem;
  padding: 0.8rem;
  border: 1px solid var(--po-border);
  border-radius: var(--po-radius);
  background: var(--po-panel);
}

.dark-theme .po-tags-strip {
  border-color: var(--po-dark-border);
  background: var(--po-dark-panel);
}

.po-tags-strip strong {
  color: var(--po-red);
  font-size: 0.86rem;
}

.po-tags-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.po-tags-strip a,
.po-video-tags a,
.po-action-button {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.32rem 0.68rem;
  border: 1px solid var(--po-border);
  border-radius: 0.4rem;
  background: var(--po-panel-soft);
  color: inherit;
  font-size: 0.84rem;
  font-weight: 750;
}

.dark-theme .po-tags-strip a,
.dark-theme .po-video-tags a,
.dark-theme .po-action-button {
  border-color: var(--po-dark-border);
  background: var(--po-dark-soft);
}

.po-tags-strip a:hover,
.po-video-tags a:hover,
.po-action-button:hover {
  border-color: var(--po-red);
  color: var(--po-red);
}

.po-video-grid,
.po-side-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.videocard {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--po-border);
  border-radius: var(--po-radius);
  background: var(--po-panel);
  color: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.dark-theme .videocard {
  border-color: var(--po-dark-border);
  background: var(--po-dark-panel);
  box-shadow: none;
}

.videocard:hover {
  color: inherit;
  border-color: rgba(253, 63, 69, 0.75);
  transform: translateY(-2px);
  box-shadow: var(--po-shadow);
}

.thumbcont {
  position: relative;
  overflow: hidden;
  aspect-ratio: 270 / 158;
  background: #646464;
}

.preloadLine {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 2px;
  background: var(--po-red);
}

.imgvideo,
.thumbimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.videocard:hover .thumbimg {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

.hdcont {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.35rem;
  pointer-events: none;
}

.durlabel,
.menubtn {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0.16rem 0.38rem;
  border-radius: 0.28rem;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 850;
}

.hdmark {
  margin-right: 0.35rem;
  padding: 0 0.22rem;
  border-radius: 0.16rem;
  background: var(--po-red);
  color: #fff;
  font-size: 0.64rem;
  letter-spacing: 0.03em;
}

.menubtn {
  width: 24px;
  justify-content: center;
  padding: 0;
  font-size: 1.1rem;
}

.videoinfo {
  min-height: 58px;
  padding: 0.55rem 0.65rem 0.6rem;
}

.titlecont {
  min-width: 0;
}

.videotitle {
  display: -webkit-box;
  min-height: 2.35em;
  overflow: hidden;
  color: inherit;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.18;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.author {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.42rem;
  color: var(--po-muted);
  font-size: 0.78rem;
}

.dark-theme .author {
  color: var(--po-dark-muted);
}

.truncate {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-right {
  text-align: right;
  white-space: nowrap;
}

.viewsIcon::before {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 18px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.viewsIcon::after {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.statsicon {
  width: 17px;
  height: 14px;
  margin-right: 0.25rem;
}

.po-pagination,
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1.25rem 0 0;
}

.po-pagination:empty {
  display: none;
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.38rem;
}

.pagination li {
  display: inline-flex;
}

.pagination a,
.pagination .current,
.pagination-ellipsis span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0.35rem 0.68rem;
  border: 1px solid var(--po-border);
  border-radius: 0.35rem;
  background: linear-gradient(#fff, #f1f1f1);
  color: var(--po-text);
  font-size: 0.9rem;
  font-weight: 850;
}

.dark-theme .pagination a,
.dark-theme .pagination .current,
.dark-theme .pagination-ellipsis span {
  border-color: var(--po-dark-border);
  background: var(--po-dark-soft);
  color: #fff;
}

.pagination a:hover,
.pagination .current {
  border-color: var(--po-red);
  background: var(--po-red);
  color: #fff;
}

.pagination-ellipsis span {
  border-color: transparent;
  background: transparent;
}

.empty-state {
  margin: 0.8rem 0;
  padding: 1rem;
  border: 1px solid var(--po-border);
  border-radius: var(--po-radius);
  background: var(--po-panel);
  color: var(--po-muted);
}

.dark-theme .empty-state {
  border-color: var(--po-dark-border);
  background: var(--po-dark-panel);
  color: var(--po-dark-muted);
}

.po-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  margin: 1rem 0 0.8rem;
  color: var(--po-muted);
  font-size: 0.82rem;
}

.dark-theme .po-breadcrumb {
  color: var(--po-dark-muted);
}

.po-breadcrumb b {
  overflow: hidden;
  max-width: 70vw;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.po-watch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1rem;
  align-items: start;
}

.po-watch-main,
.po-watch-side {
  border: 1px solid var(--po-border);
  border-radius: var(--po-radius);
  background: var(--po-panel);
  overflow: hidden;
}

.dark-theme .po-watch-main,
.dark-theme .po-watch-side {
  border-color: var(--po-dark-border);
  background: var(--po-dark-panel);
}

.po-watch-title,
.po-watch-side h2 {
  margin: 0;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--po-border);
  color: inherit;
  font-size: 1.28rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.dark-theme .po-watch-title,
.dark-theme .po-watch-side h2 {
  border-bottom-color: var(--po-dark-border);
}

.po-player-card {
  background: #000;
}

.po-player-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.po-player-frame > div,
.po-player-frame .jwplayer {
  width: 100% !important;
  height: 100% !important;
}

.po-watch-meta,
.po-watch-actions,
.po-video-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  padding: 0.8rem 1rem 0;
}

.po-watch-meta {
  color: var(--po-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.dark-theme .po-watch-meta {
  color: var(--po-dark-muted);
}

.po-watch-description {
  margin: 0.9rem 1rem 1rem;
  padding: 0.9rem;
  border-radius: 0.55rem;
  background: var(--po-panel-soft);
  color: #555;
  font-size: 0.94rem;
  line-height: 1.55;
}

.dark-theme .po-watch-description {
  background: var(--po-dark-soft);
  color: #d7d7d7;
}

.po-watch-description > *:last-child {
  margin-bottom: 0;
}

.po-watch-side {
  padding-bottom: 0.7rem;
}

.po-side-grid {
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 0.75rem;
}

.welcome {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  color: var(--po-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.dark-theme .welcome {
  color: var(--po-dark-muted);
}

.welcome h2 {
  margin: 0 0 0.65rem;
  color: var(--po-text);
  font-size: 1.2rem;
  font-weight: 950;
}

.dark-theme .welcome h2 {
  color: #fff;
}

.po-footer {
  border-top: 1px solid var(--po-border);
  background: #fff;
  color: #222;
}

.dark-theme .po-footer {
  border-top-color: var(--po-dark-border);
  background: var(--po-dark-panel);
  color: #fff;
}

.po-footer-desktop {
  display: grid;
  grid-template-columns: minmax(11rem, auto) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 2.2rem 0 1.5rem;
}

.po-logo--footer {
  color: var(--po-muted);
  font-size: 1.6rem;
}

.dark-theme .po-logo--footer {
  color: #aaa;
}

.po-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.foothead {
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  font-weight: 950;
}

.footlink {
  margin-bottom: 0.38rem;
}

.foottext {
  color: var(--po-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.dark-theme .foottext {
  color: var(--po-dark-muted);
}

.foottext:hover,
.foottext.active {
  color: var(--po-red);
}

.po-footer-counter {
  padding: 0 0 1.4rem;
  color: var(--po-muted);
  text-align: center;
}

.po-bottom-nav {
  display: none;
}

.videosIcon::before,
.myvideosIcon::before {
  position: absolute;
  inset: 3px;
  border: 2px solid currentColor;
  border-radius: 3px;
  content: "";
}

.videosIcon::after,
.myvideosIcon::after {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  content: "";
}

.categoriesIcon::before {
  position: absolute;
  inset: 3px;
  background:
    linear-gradient(currentColor 0 0) 0 0 / 7px 7px,
    linear-gradient(currentColor 0 0) 100% 0 / 7px 7px,
    linear-gradient(currentColor 0 0) 0 100% / 7px 7px,
    linear-gradient(currentColor 0 0) 100% 100% / 7px 7px;
  background-repeat: no-repeat;
  content: "";
}

.pornstarsIcon::before {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.pornstarsIcon::after {
  position: absolute;
  right: 3px;
  bottom: 2px;
  left: 3px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px 999px 2px 2px;
  content: "";
}

.livesexIcon::before {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(253, 63, 69, 0.18);
  content: "";
}

.tagIcon::before {
  position: absolute;
  inset: 4px 2px 4px 5px;
  border: 2px solid currentColor;
  border-radius: 3px;
  content: "";
  transform: rotate(-35deg);
}

.directory-page {
  margin: 1rem 0 1.4rem;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.section-head h1 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 950;
}

.section-head span {
  color: var(--po-muted);
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.directory-card,
.model-tile {
  display: flex;
  min-height: 4.5rem;
  overflow: hidden;
  border: 1px solid var(--po-border);
  border-radius: var(--po-radius);
  background: var(--po-panel);
  color: inherit;
}

.dark-theme .directory-card,
.dark-theme .model-tile {
  border-color: var(--po-dark-border);
  background: var(--po-dark-panel);
}

.directory-card__letter {
  display: flex;
  flex: 0 0 3.7rem;
  align-items: center;
  justify-content: center;
  background: var(--po-red);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
}

.directory-card__content {
  min-width: 0;
  padding: 0.7rem;
}

.directory-card__title,
.model-tile__title {
  display: block;
  overflow: hidden;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.directory-card__meta {
  color: var(--po-muted);
  font-size: 0.78rem;
}

.directory-grid--models {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.model-tile {
  flex-direction: column;
  min-height: 0;
}

.model-tile__media {
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #555;
  overflow: hidden;
}

.model-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-tile__placeholder {
  color: #fff;
  font-size: 2rem;
  font-weight: 950;
}

.model-tile__title {
  padding: 0.65rem;
}

.load-more-row {
  margin-top: 1rem;
}

.error-hero {
  display: flex;
  min-height: 54vh;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.error-hero__panel {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  width: min(62rem, 100%);
  overflow: hidden;
  border: 1px solid var(--po-dark-border);
  border-radius: var(--po-radius);
  background: var(--po-dark-panel);
}

.error-hero__code {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: var(--po-red);
  font-size: 4.5rem;
  font-weight: 950;
}

.error-hero__content {
  padding: 2rem;
}

.error-hero__eyebrow {
  color: var(--po-red);
  font-weight: 900;
  text-transform: uppercase;
}

.error-hero h1 {
  margin: 0 0 0.65rem;
}

.error-hero__text {
  color: var(--po-dark-muted);
}

.error-hero__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
  margin-top: 1rem;
}

.error-hero__search input {
  min-height: 2.4rem;
  padding: 0 0.8rem;
  border: 1px solid var(--po-dark-border);
  border-radius: 0.4rem;
  background: var(--po-dark-soft);
  color: #fff;
}

.error-hero__search button,
.error-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0 1rem;
  border-radius: 0.4rem;
  background: var(--po-red);
  color: #fff;
  font-weight: 900;
}

.error-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.error-button:not(.error-button--primary) {
  background: var(--po-dark-soft);
}

@media (max-width: 1480px) {
  .po-video-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .po-video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .po-watch-layout {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

@media (max-width: 920px) {
  .po-header-top {
    grid-template-columns: auto 1fr auto;
  }

  .po-search--desktop {
    display: none;
  }

  .po-icon-button {
    display: inline-flex;
  }

  .po-search--mobile {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 400;
    display: none;
    padding: 0.7rem 1rem;
    border-bottom: 1px solid var(--po-dark-border);
    background: var(--po-dark-panel);
  }

  .po-search-open .po-search--mobile {
    display: flex;
  }

  .po-nav-row {
    gap: 0.5rem;
  }

  .po-main-nav {
    justify-content: flex-start;
  }

  .toptext {
    margin: 0 14px;
  }

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

  .po-footer-desktop {
    grid-template-columns: 1fr;
  }

  .po-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .po-container {
    width: 100%;
  }

  .po-main {
    padding-bottom: 4rem;
  }

  .po-header-top {
    height: 55px;
    padding: 0 12px;
  }

  .po-logo {
    font-size: 1.45rem;
  }

  .po-language-current {
    display: none;
  }

  .po-nav-row {
    height: 46px;
    padding: 0 8px;
  }

  .toptext {
    height: 46px;
    margin: 0 10px;
    font-size: 0.78rem;
  }

  .po-section-head {
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 12px 0.6rem;
  }

  .po-section-tools {
    justify-content: flex-start;
  }

  .po-tags-strip {
    grid-template-columns: 1fr;
    margin-right: 12px;
    margin-left: 12px;
  }

  .po-video-grid,
  .po-side-grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .videocard {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .videoinfo {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    min-height: 68px;
    padding: 1.35rem 0.65rem 0.55rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
    color: #fff;
  }

  .author {
    color: rgba(255, 255, 255, 0.82);
  }

  .po-pagination {
    padding: 0 0.75rem;
  }

  .po-breadcrumb,
  .po-watch-layout {
    margin-right: 12px;
    margin-left: 12px;
  }

  .po-watch-main,
  .po-watch-side {
    border-radius: 0.65rem;
  }

  .po-side-grid .videoinfo {
    position: static;
    min-height: 58px;
    padding: 0.55rem 0.65rem 0.6rem;
    background: transparent;
    color: inherit;
  }

  .po-footer {
    padding-bottom: 3.5rem;
  }

  .po-footer-desktop {
    padding: 1.4rem 12px 1rem;
  }

  .po-footer-grid {
    grid-template-columns: 1fr;
  }

  .welcome {
    padding: 0 12px;
  }

  .po-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 56px;
    border-top: 1px solid var(--po-dark-border);
    border-radius: 0.75rem 0.75rem 0 0;
    background: var(--po-dark-panel);
    color: #fff;
  }

  .po-bottom-nav a,
  .po-bottom-nav button {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    color: inherit;
    font-size: 0.68rem;
    font-weight: 850;
  }

  .po-bottom-nav span:last-child {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .po-bottom-nav .searchIcon {
    width: 18px;
    height: 18px;
  }

  .directory-grid,
  .directory-grid--models {
    grid-template-columns: 1fr;
    padding: 0 12px;
  }

  .section-head {
    padding: 0 12px;
  }

  .error-hero {
    padding-right: 12px;
    padding-left: 12px;
  }

  .error-hero__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .po-header-actions {
    gap: 0.45rem;
  }

  .po-avatar {
    width: 30px;
    height: 30px;
  }
}

[dir="rtl"] .po-search input {
  padding-right: 12px;
  padding-left: 42px;
}

[dir="rtl"] .po-search button {
  right: auto;
  left: 10px;
}

[dir="rtl"] .po-account-menu {
  right: auto;
  left: 0;
  transform: translateX(-105%);
}

[dir="rtl"] .po-menu-open .po-account-menu {
  transform: translateX(0);
}
