@font-face {
  font-family: "Porno Circus";
  src: url("/assets/fonts/Porno_Circus.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-width: 360px;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-family: "Manrope", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  color: #e9edf3;
  background: #0f1319;
  min-height: 100vh;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topbar,
#main-content,
.after-gallery {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  max-width: 1920px;
  margin: 0 auto;
}

.topbar {
  position: relative;
  margin: 0 auto;
  min-height: 74px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  gap: 16px;
}

.topbar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72vw;
  max-width: 980px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(90, 107, 134, 0), rgba(90, 107, 134, 0.85), rgba(90, 107, 134, 0));
}

.topbar h1 {
  margin: 0;
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: auto;
  font-family: "Porno Circus", "Manrope", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2rem;
  font-size: clamp(1.55rem, 2.9vw, 2.3rem);
  font-weight: 400;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  line-height: 1.02;
  text-shadow: 0 8px 22px rgba(7, 10, 15, 0.75);
}

.topbar-logo-link {
  color: inherit;
  text-decoration: none;
}

.topbar-logo-link:visited {
  color: inherit;
}

.topbar-logo-link:hover,
.topbar-logo-link:focus,
.topbar-logo-link:focus-visible {
  color: #ffffff;
  outline: none;
}

.topbar-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 0;
}

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

.topbar-search-input {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid #3f4d62;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background: rgba(19, 24, 32, 0.92);
  color: #e6edf8;
  font-family: "Manrope", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
  appearance: none;
}

.topbar-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.topbar-search-input::-webkit-input-placeholder {
  color: #8f9eb7;
}

.topbar-search-input::placeholder {
  color: #8f9eb7;
}

.topbar-search-input:focus,
.topbar-search-input:focus-visible {
  outline: none;
  border-color: #607390;
  background: rgba(22, 28, 38, 0.96);
}

.topbar-search-button {
  width: 38px;
  min-width: 38px;
  min-height: 36px;
  border: 1px solid #3f4d62;
  border-radius: 0 10px 10px 0;
  background: rgba(35, 44, 58, 0.95);
  color: #d7e1f3;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.topbar-search-button:hover,
.topbar-search-button:focus,
.topbar-search-button:focus-visible {
  color: #ffffff;
  border-color: #607390;
  background: rgba(48, 60, 78, 0.98);
  outline: none;
}

.topbar-search-button i {
  font-size: 0.78rem;
  line-height: 1;
}

.topbar-search--desktop {
  position: static;
  z-index: 2;
  width: 44vw;
  max-width: 560px;
  width: min(44vw, 560px);
  margin-left: auto;
  -webkit-transform: none;
  transform: none;
}

.topbar-search--desktop .topbar-search-input {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.84rem;
}

.topbar-search--desktop .topbar-search-button {
  width: 44px;
  min-width: 44px;
  min-height: 42px;
}

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

.topnav {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 16px 0 34px;
  padding: 8px 16px;
  border-top: 1px solid #3e4b5f;
  border-bottom: 1px solid #3e4b5f;
  background: linear-gradient(180deg, rgba(35, 43, 55, 0.94), rgba(24, 30, 40, 0.94));
  -webkit-box-shadow: 0 14px 28px -26px rgba(0, 0, 0, 0.82), inset 0 1px 0 rgba(229, 236, 246, 0.08);
  box-shadow: 0 14px 28px -26px rgba(0, 0, 0, 0.82), inset 0 1px 0 rgba(229, 236, 246, 0.08);
}

.topnav-toggle,
.topnav-close {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #4a586d;
  border-radius: 10px;
  background: rgba(28, 35, 46, 0.9);
  color: #e3ebf9;
  font-family: "Manrope", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.topnav-toggle i,
.topnav-close i {
  font-size: 0.88rem;
  line-height: 1;
}

.topnav-toggle:hover,
.topnav-toggle:focus,
.topnav-toggle:focus-visible,
.topnav-close:hover,
.topnav-close:focus,
.topnav-close:focus-visible {
  color: #ffffff;
  border-color: #6a7f9f;
  background: rgba(46, 57, 74, 0.96);
  outline: none;
}

.topnav-backdrop {
  display: none;
}

.topnav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.topnav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 128px;
  min-height: 42px;
  padding: 8px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #d6e0f0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.topnav-link i {
  font-size: 0.8rem;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topnav-link:hover,
.topnav-link:focus,
.topnav-link:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(206, 219, 240, 0.35);
  outline: none;
}

.topnav-link--current,
.topnav-link--current:hover,
.topnav-link--current:focus,
.topnav-link--current:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(206, 219, 240, 0.45);
}

.video-toolbar {
  margin: 12px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.video-toolbar-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.video-sort {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.video-sort-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c9d4e7;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.video-sort-link i {
  font-size: 0.84em;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.video-sort-link:hover,
.video-sort-link:focus,
.video-sort-link:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(206, 219, 240, 0.35);
  outline: none;
}

.video-sort-link--current {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(206, 219, 240, 0.35);
}

.pornstars-letter-filter {
  margin: 2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.pornstars-letter-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 28px;
  min-width: 28px;
  padding: 4px 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c4d0e4;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.pornstars-letter-link:hover,
.pornstars-letter-link:focus,
.pornstars-letter-link:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(206, 219, 240, 0.35);
  outline: none;
}

.pornstars-letter-link--current {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(206, 219, 240, 0.35);
}

.pornstars-letter-link--disabled {
  color: #6f7e98;
  text-shadow: none;
  cursor: default;
}

.video-listing-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #e4ebf8;
  font-size: 1.08rem;
  font-size: clamp(0.98rem, 1.6vw, 1.24rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}

.video-listing-title i {
  font-size: 0.85em;
  line-height: 1;
}

.video-listing-subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #aeb8c9;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.video-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.empty-state {
  width: 100%;
  margin: 8px 0 0;
  padding: 22px 18px;
  border: 1px solid #2f3949;
  border-radius: 12px;
  background: rgba(21, 27, 36, 0.7);
  color: #aeb8c8;
  font-size: 0.86rem;
  text-align: center;
}

.pagination {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-desktop,
.pagination-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.pagination-mobile {
  display: none;
}

.pagination-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #364252;
  border-radius: 9px;
  background: rgba(25, 31, 41, 0.72);
  color: #d4deef;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.pagination-link:hover,
.pagination-link:focus,
.pagination-link:focus-visible {
  color: #ffffff;
  border-color: #5a6b86;
  background: rgba(40, 49, 63, 0.92);
  outline: none;
}

.pagination-link i {
  font-size: 0.82rem;
  line-height: 1;
}

.pagination-link--current {
  color: #ffffff;
  border-color: #6f85a8;
  background: linear-gradient(180deg, rgba(78, 94, 121, 0.95), rgba(52, 64, 85, 0.95));
}

.pagination-link--mobile {
  min-width: 120px;
  gap: 8px;
}

.pagination-link--desktop-nav {
  min-width: 88px;
  gap: 8px;
}

.pagination-link--disabled {
  border-color: #2f3949;
  background: rgba(16, 21, 29, 0.72);
  color: #74839d;
  pointer-events: none;
}

.pagination-mobile-status {
  display: none;
}

.pagination-separator {
  color: #95a2b8;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  padding: 0 2px;
}

.video-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 640px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 52px) / 3);
  flex: 0 1 calc((100% - 52px) / 3);
  background: linear-gradient(180deg, #1d222b, #151a22);
  border: 1px solid #2d3542;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 24px 38px -24px rgba(0, 0, 0, 0.82);
  box-shadow: 0 24px 38px -24px rgba(0, 0, 0, 0.82);
  -webkit-transition: -webkit-transform 0.32s ease, border-color 0.32s ease, background-color 0.32s ease, -webkit-box-shadow 0.32s ease;
  transition: transform 0.32s ease, border-color 0.32s ease, background-color 0.32s ease, box-shadow 0.32s ease;
}

.video-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 244, 251, 0), rgba(240, 244, 251, 0.28), rgba(240, 244, 251, 0));
  z-index: 3;
  pointer-events: none;
}

.video-card::after {
  content: "";
  position: absolute;
  top: -38%;
  right: -12%;
  width: 52%;
  height: 52%;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(70, 83, 104, 0.24), rgba(70, 83, 104, 0));
  pointer-events: none;
  z-index: 0;
}

.video-card:hover,
.video-card:focus-within {
  -webkit-transform: translateY(-7px) scale(1.006);
  transform: translateY(-7px) scale(1.006);
  border-color: #3a4558;
  background: linear-gradient(180deg, #202733, #171d26);
  -webkit-box-shadow: 0 32px 50px -25px rgba(0, 0, 0, 0.92);
  box-shadow: 0 32px 50px -25px rgba(0, 0, 0, 0.92);
}

.video-card--watched {
  border-color: #4b5b74;
}

.watched-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  padding: 4px 10px;
  border: 1px solid rgba(119, 152, 201, 0.6);
  border-radius: 999px;
  background: rgba(18, 26, 39, 0.92);
  color: #d8e6ff;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.watched-badge i {
  font-size: 0.72rem;
  line-height: 1;
}

.thumb {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(145deg, #3a404d, #262d39);
  border-bottom: 1px solid #2d3542;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
}

.thumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 20, 26, 0) 26%, rgba(10, 13, 17, 0.76) 100%);
  z-index: 1;
}

.thumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(230, 236, 246, 0.12) 0%, rgba(230, 236, 246, 0) 45%),
    repeating-linear-gradient(45deg, rgba(230, 236, 246, 0.015) 0, rgba(230, 236, 246, 0.015) 1px, transparent 1px, transparent 3px);
  opacity: 0.28;
  z-index: 1;
  pointer-events: none;
}

.thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.thumb--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(145deg, #2f3745, #202835);
}

.thumb--empty::before,
.thumb--empty::after {
  display: none;
}

.thumb-placeholder {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(204, 214, 232, 0.28);
  border-radius: 999px;
  background: rgba(14, 19, 27, 0.82);
  color: #b9c7dd;
  -webkit-box-shadow: inset 0 1px 0 rgba(229, 236, 246, 0.06);
  box-shadow: inset 0 1px 0 rgba(229, 236, 246, 0.06);
}

.thumb-placeholder i {
  font-size: 2rem;
  line-height: 1;
}

.thumb-empty-label {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  min-width: 110px;
  padding: 4px 9px;
  border: 1px solid rgba(201, 211, 228, 0.28);
  border-radius: 7px;
  background: rgba(10, 14, 20, 0.86);
  color: #c6d3e8;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.thumb--video {
  background: #0b0e13;
}

.thumb--video::before,
.thumb--video::after {
  display: none;
}

.thumb-video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb:focus {
  outline: 2px solid #dce7f8;
  outline-offset: -2px;
}

.thumb:focus:not(:focus-visible) {
  outline: none;
}

.thumb-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(216, 224, 236, 0.32);
  border-radius: 7px;
  background: rgba(8, 12, 17, 0.9);
  color: #edf3fd;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
}

.thumb-duration i {
  font-size: 0.9em;
  line-height: 1;
}

.meta {
  position: relative;
  z-index: 1;
  padding: 17px 16px 18px;
  background: linear-gradient(180deg, rgba(29, 34, 43, 0.96), rgba(21, 26, 34, 0.98));
}

.meta-title {
  margin: 0;
  color: #f3f6fb;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.42;
  min-height: 2.84em;
  max-height: 2.84em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meta-title-link {
  color: #e8eef9;
  text-decoration: none;
  -webkit-transition: color 0.24s ease, text-shadow 0.24s ease;
  transition: color 0.24s ease, text-shadow 0.24s ease;
}

.meta-title-link:hover,
.meta-title-link:focus,
.video-card:hover .meta-title-link,
.video-card:focus-within .meta-title-link {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(206, 219, 240, 0.34);
}

.meta-title-link:focus-visible {
  outline: 1px solid #5a6b86;
  outline-offset: 3px;
  border-radius: 2px;
}

.meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 14px;
  padding-top: 10px;
  border-top: 1px solid #2d3542;
  color: #aeb8c8;
  font-size: 0.83rem;
}

.meta-row--standalone {
  padding-top: 0;
  border-top: 0;
}

.meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-weight: 500;
}

.meta-item i {
  color: #bec9dc;
  font-size: 13px;
  line-height: 1;
  width: 14px;
  text-align: center;
}

.thumb-duration i,
.meta-item i {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.after-gallery {
  position: relative;
  margin-top: 28px;
  padding: 18px 20px 22px;
}

.page-description {
  margin: 0;
  width: 100%;
  color: #aeb8c8;
  font-size: 0.82rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.012em;
}

.external-links {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 11px;
}

.external-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid #3a4558;
  border-radius: 10px;
  color: #c7d1e1;
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.012em;
  text-decoration: none;
  background: rgba(24, 30, 40, 0.55);
  -webkit-transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.external-link i {
  font-size: 0.78rem;
  line-height: 1;
  color: #c7d1e1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.external-link:hover,
.external-link:focus,
.external-link:focus-visible {
  color: #f2f6fd;
  border-color: #5a6b86;
  background: rgba(35, 43, 57, 0.74);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 24px 20px 18px;
  border-top: 1px solid #2d3542;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: #8f9bb0;
  font-size: 0.8rem;
  letter-spacing: 0.022em;
}

body.age-gate-open {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background:
    radial-gradient(circle at 16% 6%, rgba(64, 76, 98, 0.3), rgba(64, 76, 98, 0)),
    radial-gradient(circle at 86% 12%, rgba(46, 56, 73, 0.34), rgba(46, 56, 73, 0)),
    rgba(6, 9, 13, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.age-gate::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(240, 244, 251, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 244, 251, 0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.25;
  pointer-events: none;
}

.age-gate__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  border: 1px solid #374355;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(43, 52, 67, 0.94), rgba(21, 27, 37, 0.98)),
    linear-gradient(180deg, #232b38, #151b25);
  -webkit-box-shadow:
    0 38px 74px -34px rgba(0, 0, 0, 0.94),
    inset 0 1px 0 rgba(240, 244, 251, 0.1);
  box-shadow:
    0 38px 74px -34px rgba(0, 0, 0, 0.94),
    inset 0 1px 0 rgba(240, 244, 251, 0.1);
  padding: 34px 30px 30px;
  text-align: center;
}

.age-gate__panel::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 244, 251, 0), rgba(240, 244, 251, 0.5), rgba(240, 244, 251, 0));
  pointer-events: none;
}

.age-gate__title {
  margin: 0;
  color: #f3f6fb;
  font-size: 1.52rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 8px 20px rgba(7, 10, 15, 0.56);
}

.age-gate__text {
  margin: 14px 0 0;
  color: #c7d1e1;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.012em;
}

.age-gate__text--muted {
  margin-top: 11px;
  color: #98a4b8;
  font-size: 0.82rem;
  line-height: 1.65;
}

.age-gate__actions {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.age-gate__button {
  border: 1px solid #4b5b75;
  border-radius: 12px;
  background: rgba(30, 37, 49, 0.76);
  color: #e4ecfa;
  font-family: "Manrope", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 11px 18px;
  min-width: 170px;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 24px -18px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 24px -18px rgba(0, 0, 0, 0.9);
  -webkit-transition: border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.age-gate__button:hover,
.age-gate__button:focus,
.age-gate__button:focus-visible {
  color: #ffffff;
  border-color: #6a7f9f;
  background: rgba(48, 59, 79, 0.94);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 30px -20px rgba(0, 0, 0, 0.95);
  box-shadow: 0 16px 30px -20px rgba(0, 0, 0, 0.95);
  outline: none;
}

.age-gate__button--confirm {
  background: linear-gradient(180deg, #4b5b77, #2e3b50);
  border-color: #687c9d;
  color: #f4f8ff;
}

.age-gate__button--confirm:hover,
.age-gate__button--confirm:focus,
.age-gate__button--confirm:focus-visible {
  background: linear-gradient(180deg, #56698a, #34435b);
  border-color: #7c94ba;
}

.age-gate__button--leave {
  background: rgba(20, 26, 36, 0.94);
  border-color: #3f4d62;
}

.age-gate__button--leave:hover,
.age-gate__button--leave:focus,
.age-gate__button--leave:focus-visible {
  background: rgba(30, 37, 49, 0.96);
  border-color: #566783;
}

body.cookie-modal-open {
  overflow: hidden;
}

.cookie-consent {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}

.cookie-consent__box {
  pointer-events: auto;
  width: 100%;
  max-width: 980px;
  border: 1px solid #374355;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(40, 49, 63, 0.95), rgba(21, 27, 37, 0.97)),
    linear-gradient(180deg, #222b37, #151b25);
  -webkit-box-shadow:
    0 30px 58px -32px rgba(0, 0, 0, 0.92),
    inset 0 1px 0 rgba(240, 244, 251, 0.08);
  box-shadow:
    0 30px 58px -32px rgba(0, 0, 0, 0.92),
    inset 0 1px 0 rgba(240, 244, 251, 0.08);
  padding: 18px 18px 16px;
}

.cookie-consent__title {
  margin: 0;
  color: #f3f6fb;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cookie-consent__text {
  margin: 9px 0 0;
  color: #c0cbe0;
  font-size: 0.82rem;
  line-height: 1.65;
}

.cookie-consent__actions {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
}

.cookie-consent__button {
  border: 1px solid #495975;
  border-radius: 10px;
  background: rgba(29, 36, 48, 0.82);
  color: #e4ecfa;
  font-family: "Manrope", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.028em;
  text-transform: uppercase;
  padding: 9px 13px;
  cursor: pointer;
  -webkit-transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, -webkit-transform 0.22s ease;
  transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus,
.cookie-consent__button:focus-visible {
  color: #ffffff;
  border-color: #6f85a8;
  background: rgba(47, 58, 77, 0.95);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  outline: none;
}

.cookie-consent__button--accept {
  background: linear-gradient(180deg, #4f617f, #34455d);
  border-color: #6b83a8;
}

.cookie-consent__button--accept:hover,
.cookie-consent__button--accept:focus,
.cookie-consent__button--accept:focus-visible {
  background: linear-gradient(180deg, #5f7497, #3e5371);
  border-color: #87a2ca;
}

.cookie-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: 9600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.cookie-modal[hidden] {
  display: none;
}

.cookie-modal__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: rgba(7, 10, 14, 0.82);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.cookie-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  border: 1px solid #384558;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(42, 51, 65, 0.96), rgba(22, 28, 38, 0.98)),
    linear-gradient(180deg, #252f3c, #151b25);
  -webkit-box-shadow:
    0 36px 70px -34px rgba(0, 0, 0, 0.94),
    inset 0 1px 0 rgba(240, 244, 251, 0.08);
  box-shadow:
    0 36px 70px -34px rgba(0, 0, 0, 0.94),
    inset 0 1px 0 rgba(240, 244, 251, 0.08);
  padding: 24px 22px 20px;
}

.cookie-modal__title {
  margin: 0;
  color: #f3f6fb;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cookie-modal__text {
  margin: 8px 0 0;
  color: #bec9dc;
  font-size: 0.83rem;
  line-height: 1.65;
}

.cookie-modal__list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}

.cookie-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border: 1px solid #2f3949;
  border-radius: 12px;
  background: rgba(23, 29, 39, 0.72);
  padding: 12px 12px;
}

.cookie-modal__item--locked {
  background: rgba(27, 34, 45, 0.84);
}

.cookie-modal__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.cookie-modal__copy strong {
  color: #e9eef7;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.cookie-modal__copy span {
  color: #9ca9bf;
  font-size: 0.76rem;
  line-height: 1.5;
}

.cookie-modal__status {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #4d607e;
  border-radius: 999px;
  background: rgba(54, 68, 92, 0.45);
  color: #d9e5fa;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 9px;
}

.cookie-switch {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cookie-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.cookie-switch__slider {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #4d607e;
  background: rgba(32, 40, 54, 0.92);
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cookie-switch__slider::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #dae4f7;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.cookie-switch input:checked + .cookie-switch__slider {
  border-color: #6f85a8;
  background: rgba(76, 94, 122, 0.92);
}

.cookie-switch input:checked + .cookie-switch__slider::after {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

.cookie-switch input:focus + .cookie-switch__slider,
.cookie-switch input:focus-visible + .cookie-switch__slider {
  outline: 1px solid #87a2ca;
  outline-offset: 2px;
}

.cookie-switch__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.cookie-modal__actions {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
}

.cookie-modal__button {
  border: 1px solid #4b5a74;
  border-radius: 10px;
  background: rgba(30, 37, 49, 0.82);
  color: #e4ecfa;
  font-family: "Manrope", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 9px 13px;
  cursor: pointer;
  -webkit-transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, -webkit-transform 0.22s ease;
  transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.cookie-modal__button:hover,
.cookie-modal__button:focus,
.cookie-modal__button:focus-visible {
  color: #ffffff;
  border-color: #6f85a8;
  background: rgba(47, 58, 77, 0.95);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  outline: none;
}

.cookie-modal__button--save {
  background: linear-gradient(180deg, #4f617f, #34455d);
  border-color: #6b83a8;
}

.cookie-modal__button--save:hover,
.cookie-modal__button--save:focus,
.cookie-modal__button--save:focus-visible {
  background: linear-gradient(180deg, #5f7497, #3e5371);
  border-color: #87a2ca;
}

.skip-buttons {
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 9300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.skip-buttons__button {
  border: 1px solid #4a5a75;
  border-radius: 11px;
  background: rgba(18, 23, 31, 0.85);
  color: #e4ecfa;
  font-family: "Manrope", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  width: 48px;
  height: 42px;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.skip-buttons__button:hover:not(:disabled),
.skip-buttons__button:focus:not(:disabled),
.skip-buttons__button:focus-visible:not(:disabled) {
  color: #ffffff;
  border-color: #6f85a8;
  background: rgba(43, 53, 70, 0.95);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  outline: none;
}

.skip-buttons__button:disabled {
  border-color: #303949;
  background: rgba(11, 15, 21, 0.72);
  color: #70809a;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  opacity: 0.58;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .age-gate {
    background:
      radial-gradient(circle at 16% 6%, rgba(64, 76, 98, 0.22), rgba(64, 76, 98, 0)),
      radial-gradient(circle at 86% 12%, rgba(46, 56, 73, 0.22), rgba(46, 56, 73, 0)),
      rgba(6, 9, 13, 0.96);
  }

  .cookie-modal__backdrop {
    background: rgba(7, 10, 14, 0.9);
  }

  .skip-buttons__button {
    background: rgba(18, 23, 31, 0.94);
  }
}

@media (max-width: 1180px) {
  .topbar,
  #main-content,
  .after-gallery {
    width: calc(100% - 32px);
    max-width: 1920px;
  }

  .video-grid {
    gap: 22px;
  }

  .video-card {
    -ms-flex-preferred-size: calc((100% - 22px) / 2);
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 700px) {
  .topbar,
  #main-content,
  .after-gallery {
    width: calc(100% - 28px);
    max-width: 1920px;
  }

  .video-card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .topbar {
    min-height: 64px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 0;
  }

  .topbar h1 {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 44px;
  }

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

  .topnav-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: 4px;
    z-index: 2;
    min-height: 34px;
    padding: 6px 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .topnav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9800;
    width: 86vw;
    max-width: 320px;
    width: min(86vw, 320px);
    margin: 0;
    padding: 14px 12px 16px;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #3e4b5f;
    background: linear-gradient(180deg, rgba(31, 39, 50, 0.98), rgba(20, 26, 35, 0.98));
    -webkit-box-shadow: -28px 0 50px -32px rgba(0, 0, 0, 0.96), inset 0 1px 0 rgba(229, 236, 246, 0.08);
    box-shadow: -28px 0 50px -32px rgba(0, 0, 0, 0.96), inset 0 1px 0 rgba(229, 236, 246, 0.08);
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: none;
    transition: none;
  }

  .topnav-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    margin: 0;
    border-radius: 8px;
  }

  .topnav-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
    padding-top: 42px;
  }

  .topbar-search--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    padding: 0 0 12px;
    border-bottom: 1px solid #3a465b;
  }

  .topbar-search--mobile .topbar-search-input {
    min-height: 38px;
    font-size: 0.78rem;
  }

  .topbar-search--mobile .topbar-search-button {
    min-height: 38px;
  }

  .topnav-link {
    min-width: 0;
    min-height: 42px;
    font-size: 0.75rem;
    padding: 10px 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #3a465b;
  }

  .topnav-link i {
    font-size: 0.74rem;
  }

  .topnav-link:last-child {
    border-bottom: 0;
  }

  .video-toolbar {
    margin: 10px 0 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 8px;
  }

  .video-toolbar-copy {
    width: 100%;
  }

  .video-listing-title {
    font-size: 0.9rem;
    font-size: clamp(0.82rem, 3vw, 0.98rem);
    white-space: normal;
  }

  .video-sort {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video-sort-link {
    min-height: 32px;
    font-size: 0.7rem;
    padding: 6px 10px;
  }

  .pornstars-letter-filter {
    gap: 4px;
  }

  .pornstars-letter-link {
    min-height: 26px;
    min-width: 26px;
    font-size: 0.64rem;
    padding: 4px 6px;
  }

  .pagination {
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 8px;
  }

  .pagination-desktop {
    display: none;
  }

  .pagination-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .pagination-mobile-status {
    display: block;
    width: 100%;
    margin: 8px 0 0;
    text-align: center;
    color: #97a6be;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.03em;
  }

  .pagination-link--mobile {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    height: 40px;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
  }

  .topnav-backdrop {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0;
    z-index: 9700;
    background: rgba(8, 11, 16, 0.62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.24s ease, visibility 0.24s ease;
    transition: opacity 0.24s ease, visibility 0.24s ease;
  }

  body.topnav-open {
    overflow: hidden;
  }

  body.topnav-open .topnav {
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  body.topnav-open .topnav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .after-gallery {
    margin-top: 22px;
    padding: 14px 12px 16px;
  }

  .page-description {
    font-size: 0.78rem;
  }

  .external-link {
    font-size: 0.76rem;
  }

  .site-footer {
    margin-top: 8px;
    padding: 12px 14px;
    border-top: 0;
  }

  .age-gate {
    padding: 14px;
  }

  .age-gate__panel {
    border-radius: 16px;
    padding: 26px 17px 20px;
  }

  .age-gate__title {
    font-size: 1.3rem;
  }

  .age-gate__text {
    font-size: 0.86rem;
  }

  .age-gate__text--muted {
    font-size: 0.77rem;
  }

  .age-gate__button {
    width: 100%;
    max-width: 280px;
  }

  .cookie-consent {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .cookie-consent__box {
    padding: 14px 12px 12px;
  }

  .cookie-consent__title {
    font-size: 0.94rem;
  }

  .cookie-consent__text {
    font-size: 0.76rem;
  }

  .cookie-consent__button {
    width: 100%;
    text-align: center;
  }

  .cookie-modal {
    padding: 12px;
  }

  .cookie-modal__panel {
    border-radius: 14px;
    padding: 16px 12px 13px;
  }

  .cookie-modal__title {
    font-size: 0.97rem;
  }

  .cookie-modal__text {
    font-size: 0.76rem;
  }

  .cookie-modal__item {
    padding: 10px 10px;
  }

  .cookie-modal__copy strong {
    font-size: 0.78rem;
  }

  .cookie-modal__copy span {
    font-size: 0.72rem;
  }

  .cookie-modal__actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cookie-modal__button {
    width: 100%;
    text-align: center;
  }

  .skip-buttons {
    bottom: 10px;
    right: 10px;
  }

  .skip-buttons__button {
    width: 42px;
    height: 36px;
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-card,
  .thumb-image,
  .external-link,
  .age-gate__button,
  .cookie-consent__button,
  .cookie-modal__button,
  .skip-buttons__button,
  .cookie-switch__slider,
  .cookie-switch__slider::after {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
  }
}

@supports not (aspect-ratio: 16 / 9) {
  .thumb {
    height: 0;
    padding-top: 56.25%;
  }

  .thumb-image,
  .thumb-video {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@supports not (gap: 1rem) {
  .video-toolbar {
    margin-left: -6px;
    margin-right: -6px;
  }

  .video-toolbar > * {
    margin-left: 6px;
    margin-right: 6px;
  }

  .video-toolbar-copy > * + * {
    margin-top: 4px;
  }

  .topnav-link i {
    margin-right: 8px;
  }

  .video-sort-link i {
    margin-right: 7px;
  }

  .video-listing-title i,
  .video-listing-subtitle i,
  .thumb-duration i,
  .meta-item i,
  .external-link i,
  .player-taxonomy-label i,
  .related-title i {
    margin-right: 7px;
  }

  .pagination-link--mobile > i:first-child,
  .pagination-link--desktop-nav > i:first-child {
    margin-right: 8px;
  }

  .pagination-link--mobile > i:last-child,
  .pagination-link--desktop-nav > i:last-child {
    margin-left: 8px;
  }

  .video-grid {
    margin: -11px;
  }

  .video-card {
    margin: 11px;
  }

  .external-links {
    margin: 12px -6px 0;
  }

  .external-link {
    margin: 6px;
  }

  .video-sort {
    margin: 0;
  }

  .video-sort-link {
    margin: 4px;
  }

  .pornstars-letter-filter {
    margin: -3px;
  }

  .pornstars-letter-link {
    margin: 3px;
  }

  .pagination-desktop,
  .pagination-mobile {
    margin: -4px;
  }

  .pagination-link {
    margin: 4px;
  }

  .pagination-separator {
    margin: 4px;
  }

  .topnav-inner {
    margin: -5px;
  }

  .topnav-link {
    margin: 5px;
  }

  @media (max-width: 700px) {
    .topnav-inner {
      margin: 0;
    }

    .topnav-link {
      margin: 0;
    }

    .pagination-desktop,
    .pagination-mobile,
    .pagination-link,
    .pagination-separator,
    .video-sort-link {
      margin: 0;
    }
  }

  .age-gate__actions,
  .cookie-consent__actions,
  .cookie-modal__list,
  .cookie-modal__actions,
  .skip-buttons {
    margin: -5px;
  }

  .age-gate__actions > *,
  .cookie-consent__actions > *,
  .cookie-modal__list > *,
  .cookie-modal__actions > *,
  .skip-buttons > * {
    margin: 5px;
  }

  .video-page-main > * + * {
    margin-top: 24px;
  }

  .player-cta-button > * + * {
    margin-left: 10px;
  }

  .player-description-row > * + * {
    margin-top: 6px;
  }

  .player-taxonomy > * + * {
    margin-top: 8px;
  }

  .player-taxonomy-row {
    margin: -4px -5px;
  }

  .player-taxonomy-row > * {
    margin: 4px 5px;
  }

  .player-taxonomy-items,
  .player-share-items {
    margin: -4px;
  }

  .player-taxonomy-items > *,
  .player-share-items > * {
    margin: 4px;
  }

  .related-section > * + * {
    margin-top: 16px;
  }

  .cookie-modal__list {
    margin-top: 11px;
  }

  .cookie-modal__actions {
    margin-top: 11px;
  }

  @media (max-width: 700px) {
    .video-page-main > * + * {
      margin-top: 18px;
    }

    .player-cta-button > * + * {
      margin-left: 8px;
    }

    .player-taxonomy > * + * {
      margin-top: 7px;
    }
  }
}

.video-page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.player-card {
  width: 100%;
  max-width: 1280px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #2d3542;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #1c222c, #151b24);
  -webkit-box-shadow: 0 26px 42px -30px rgba(0, 0, 0, 0.88);
  box-shadow: 0 26px 42px -30px rgba(0, 0, 0, 0.88);
}

.player-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.video-player {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
  -o-object-fit: cover;
  object-fit: cover;
}

.player-cta-wrap {
  padding: 14px 16px 6px;
  background: linear-gradient(180deg, rgba(29, 34, 43, 0.96), rgba(24, 30, 40, 0.96));
}

.player-cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid #6f85a8;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(91, 110, 141, 0.95), rgba(58, 72, 96, 0.95));
  color: #f5f9ff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 16px 28px -20px rgba(0, 0, 0, 0.88);
  box-shadow: 0 16px 28px -20px rgba(0, 0, 0, 0.88);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.player-cta-button i {
  font-size: 0.9em;
  line-height: 1;
}

.player-cta-button:hover,
.player-cta-button:focus,
.player-cta-button:focus-visible {
  color: #ffffff;
  border-color: #88a1ca;
  background: linear-gradient(180deg, rgba(104, 126, 161, 0.98), rgba(66, 83, 111, 0.98));
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  outline: none;
}

.player-meta {
  padding: 16px;
  background: linear-gradient(180deg, rgba(29, 34, 43, 0.96), rgba(21, 26, 34, 0.98));
}

.player-meta .meta-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.player-title {
  margin: 0;
  color: #f3f6fb;
  font-size: 1.32rem;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.35;
}

.player-description {
  margin: 0;
  color: #aeb8c8;
  font-size: 0.86rem;
  line-height: 1.7;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.player-description-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
}

.player-description-row .player-taxonomy-label {
  width: 100%;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.player-taxonomy {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.player-taxonomy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.player-taxonomy-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #c3cde0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.player-taxonomy-label i {
  color: #d6e0f1;
  font-size: 0.84em;
}

.player-taxonomy-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}

.player-taxonomy-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #3b475b;
  border-radius: 999px;
  background: rgba(28, 35, 46, 0.76);
  color: #d6e0f1;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.player-taxonomy-item:hover,
.player-taxonomy-item:focus,
.player-taxonomy-item:focus-visible {
  color: #ffffff;
  border-color: #5a6b86;
  background: rgba(42, 52, 68, 0.9);
  outline: none;
}

.player-share-row {
  margin-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: stretch;
  gap: 8px;
}

.player-share-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.player-share-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid #3b475b;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(48, 59, 75, 0.92), rgba(24, 31, 41, 0.96));
  color: #d6e0f1;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-box-shadow: 0 8px 14px -10px rgba(0, 0, 0, 0.9);
  box-shadow: 0 8px 14px -10px rgba(0, 0, 0, 0.9);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.player-share-link i {
  font-size: 1em;
  line-height: 1;
}

.player-share-link:hover,
.player-share-link:focus,
.player-share-link:focus-visible {
  color: #ffffff;
  border-color: #7b91b3;
  background: linear-gradient(180deg, rgba(87, 105, 133, 0.96), rgba(49, 63, 86, 0.97));
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  outline: none;
}

.related-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.related-title {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #f3f6fb;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.related-title i {
  font-size: 0.88em;
  color: #d0d9ea;
}

@media (max-width: 700px) {
  .video-page-main {
    gap: 18px;
  }

  .player-meta {
    padding: 14px 12px;
  }

  .player-cta-wrap {
    padding: 12px 12px 6px;
  }

  .player-cta-button {
    min-height: 46px;
    font-size: 0.82rem;
    gap: 8px;
  }

  .player-title {
    font-size: 1rem;
  }

  .player-description {
    font-size: 0.8rem;
  }

  .player-taxonomy {
    margin-top: 10px;
    gap: 7px;
  }

  .player-taxonomy-label {
    font-size: 0.75rem;
  }

  .player-taxonomy-item {
    min-height: 26px;
    font-size: 0.72rem;
    padding: 4px 9px;
  }

  .player-share-link {
    width: 38px;
    height: 38px;
    min-height: 38px;
    font-size: 0.82rem;
  }

  .related-title {
    font-size: 0.93rem;
    gap: 8px;
  }
}

@supports not (aspect-ratio: 16 / 9) {
  .player-shell {
    height: 0;
    padding-top: 56.25%;
  }

  .video-player {
    position: absolute;
    top: 0;
    left: 0;
  }
}
