:root {
  --recu-site-bg: #030705;
  --recu-site-bg-2: #08100b;
  --recu-site-surface: #0d1510;
  --recu-site-surface-2: #152019;
  --recu-site-text: #f4f4f5;
  --recu-site-muted: #b7bbc2;
  --recu-site-border: rgba(255, 255, 255, 0.14);
  --recu-site-accent: #22c55e;
  --recu-site-accent-2: #4ade80;
  --recu-site-vip: #f5b800;
  --recu-site-vip-2: #ffd45c;
  --recu-site-vip-soft: rgba(245, 184, 0, 0.16);
  --recu-site-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

html.recu-site .recu-paywall-card,
html.recu-site .recu-paywall-card * {
  box-sizing: border-box;
  min-width: 0;
}

html.recu-site .recu-paywall-copy,
html.recu-site .recu-paywall-benefits span,
html.recu-site .recu-paywall-timer span,
html.recu-site .recu-paywall-payment span,
html.recu-site .recu-paywall-phone,
html.recu-site .recu-paywall-copyhint,
html.recu-site .recu-paywall-steps,
html.recu-site .recu-paywall-steps strong,
html.recu-site .recu-paywall-ai {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  html.recu-site.recu-paywall-screen,
  html.recu-site.recu-paywall-screen body {
    overflow: hidden;
  }

  html.recu-site.recu-paywall-screen .recu-local-video-page {
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    padding: 8px;
  }

  html.recu-site.recu-paywall-screen .recu-local-video-page > header,
  html.recu-site.recu-paywall-screen .recu-local-watch-heading,
  html.recu-site.recu-paywall-screen .recu-local-player-bar,
  html.recu-site.recu-paywall-screen .recu-local-video-info,
  html.recu-site.recu-paywall-screen .recu-local-related,
  html.recu-site.recu-paywall-screen .recu-lang-switch {
    display: none !important;
  }

  html.recu-site.recu-paywall-screen .recu-local-player {
    height: calc(100vh - 16px);
    height: calc(100svh - 16px);
    margin: 0;
  }

  html.recu-site.recu-paywall-screen .recu-local-player-stage {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 8px;
  }

  html.recu-site.recu-paywall-screen .recu-local-player-stage > .recu-video-paywall {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 6px;
    overflow: hidden;
    border-radius: 8px;
  }

  html.recu-site.recu-paywall-screen .recu-local-player-stage > .recu-video-paywall .recu-paywall-card {
    display: grid;
    width: min(100%, 520px);
    height: auto;
    min-height: auto;
    max-height: 100%;
    gap: 6px;
    align-content: start;
    padding: 10px;
    overflow: visible;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-eyebrow {
    font-size: 10px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-card h2 {
    margin-top: 0;
    font-size: clamp(24px, 7vw, 32px);
  }

  html.recu-site.recu-paywall-screen .recu-paywall-copy {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.25;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-timer {
    padding: 6px 8px;
    border-radius: 7px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-timer span {
    font-size: 10px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-timer b {
    font-size: 18px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-benefits {
    display: none !important;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 2px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-plan {
    min-height: 88px;
    gap: 2px;
    padding: 8px;
    border-radius: 7px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-discount {
    padding: 2px 7px;
    font-size: 10px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-selected {
    right: 7px;
    bottom: 7px;
    padding: 3px 6px;
    font-size: 9px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-plan strong {
    font-size: 12px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-plan b {
    font-size: clamp(21px, 6vw, 28px);
  }

  html.recu-site.recu-paywall-screen .recu-paywall-plan del {
    font-size: 11px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-plan small {
    display: none;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-payment {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    margin-top: 0;
    padding: 8px;
    font-size: 12px;
    line-height: 1.2;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-phone {
    justify-self: start;
    text-align: left;
    font-size: clamp(20px, 6vw, 28px);
    line-height: 1;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-copyhint {
    grid-column: 1;
    justify-self: start;
    text-align: left;
    font-size: 9px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-steps {
    gap: 3px;
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.2;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-ai {
    margin-top: 0;
    font-size: 10px;
    line-height: 1.2;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-form {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 0;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-form label {
    gap: 3px;
    font-size: 10px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-form input {
    min-height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-form input[type="file"] {
    padding: 6px 8px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-form button {
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 760px) and (max-height: 680px) {
  html.recu-site.recu-paywall-screen .recu-paywall-copy,
  html.recu-site.recu-paywall-screen .recu-paywall-plan del {
    display: none;
  }

  html.recu-site.recu-paywall-screen .recu-local-player-stage > .recu-video-paywall .recu-paywall-card {
    gap: 5px;
    padding: 8px;
    height: auto;
    max-height: 100%;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-plan {
    min-height: 76px;
    padding: 7px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-form input {
    min-height: 31px;
  }

  html.recu-site.recu-paywall-screen .recu-paywall-form button {
    min-height: 40px;
  }
}

html.recu-site,
html.recu-site body {
  background: var(--recu-site-bg) !important;
  color: var(--recu-site-text) !important;
}

html.recu-site body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html.recu-site body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, #080808 0%, #000 38%, #000 100%);
}

html.recu-site .header-main__user,
html.recu-site .user-block-mobile .notifications-wrapper,
html.recu-site .notifications-wrapper,
html.recu-site .app-notifications-overlay-mobile,
html.recu-site .app-notifications-holder,
html.recu-site .header-balance,
html.recu-site #dropdown-user-menu,
html.recu-site a[href="/bookmarks"],
html.recu-site a[href="/likes"],
html.recu-site a[href="/history"],
html.recu-site a[href="/subscriptions"],
html.recu-site a[href="/performer/request"],
html.recu-site .site-promo-title,
html.recu-site [data-testid="star-header"],
html.recu-site .header-main__logo img {
  display: none !important;
}

html.recu-site .container {
  max-width: 1280px !important;
}

html.recu-site .header-block {
  margin-top: 24px !important;
  padding: 22px 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #000 !important;
  box-shadow: none !important;
}

html.recu-site .header-main {
  align-items: center !important;
}

html.recu-site .header-main__logo .link,
html.recu-site .header-mobile .name {
  display: inline-flex !important;
  align-items: center;
  text-decoration: none !important;
}

html.recu-site .header-main__logo .link::before,
html.recu-site .header-mobile .name::before {
  content: "Видеоархив";
  color: #ffffff;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

html.recu-site.recu-lang-kk .header-main__logo .link::before,
html.recu-site.recu-lang-kk .header-mobile .name::before {
  content: "Бейне мұрағат";
}

html.recu-site.recu-lang-both .header-main__logo .link::before,
html.recu-site.recu-lang-both .header-mobile .name::before {
  content: "Видеоархив / Бейне мұрағат";
}

html.recu-site .header-mobile .name {
  font-size: 0 !important;
}

html.recu-site .recu-lang-switch {
  position: fixed;
  top: 12px;
  right: 14px;
  z-index: 2147483000;
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(34, 197, 94, 0.38);
  border-radius: 4px;
  background: rgba(10, 10, 10, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

html.recu-site .recu-lang-switch button {
  min-width: 34px;
  min-height: 28px;
  padding: 0 8px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: var(--recu-site-muted);
  font: 800 12px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

html.recu-site .recu-lang-switch button:hover,
html.recu-site .recu-lang-switch button.is-active {
  background: var(--recu-site-accent);
  color: #000000;
}

html.recu-site .recu-local-video-page > header .recu-lang-switch {
  position: static;
  flex: 0 0 auto;
}

html.recu-site .recu-model-search {
  display: none !important;
}

html.recu-site .recu-mobile-search {
  display: flex;
  gap: 6px;
  width: min(520px, 100%);
  margin: 12px auto 4px;
}

html.recu-site .recu-top-search {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: min(420px, 100%);
}

html.recu-site .recu-top-search-generated {
  width: min(520px, 100%);
  margin: 12px auto 0;
}

html.recu-site .search-box,
html.recu-site .header-main .search-box,
html.recu-site .header-mobile .search-box,
html.recu-site .recu-top-search {
  visibility: visible !important;
  opacity: 1 !important;
}

html.recu-site .recu-top-search input,
html.recu-site .recu-top-search-generated input,
html.recu-site .recu-mobile-search input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #363636;
  border-radius: 3px;
  background: #161616;
  color: #ffffff;
  font: 750 14px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  outline: 0;
}

html.recu-site .recu-top-search input::placeholder,
html.recu-site .recu-top-search-generated input::placeholder,
html.recu-site .recu-mobile-search input::placeholder {
  color: #aeb3ba;
}

html.recu-site .recu-top-search input:focus,
html.recu-site .recu-top-search-generated input:focus,
html.recu-site .recu-mobile-search input:focus {
  border-color: var(--recu-site-accent);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.16);
}

html.recu-site .recu-top-search button,
html.recu-site .recu-top-search-generated button,
html.recu-site .recu-mobile-search button {
  flex: 0 0 auto;
  min-width: 74px;
  min-height: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 3px;
  background: var(--recu-site-accent);
  color: #000000;
  font: 850 13px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

html.recu-site .recu-top-search button:hover,
html.recu-site .recu-top-search-generated button:hover,
html.recu-site .recu-mobile-search button:hover {
  background: var(--recu-site-accent-2);
}

html.recu-site .recu-suggest-host {
  position: relative;
}

html.recu-site .recu-suggest-box {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  z-index: 2147482500;
  max-height: min(360px, 56vh);
  overflow: auto;
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: 4px;
  background: #101010;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.55);
}

html.recu-site .recu-suggest-box[hidden] {
  display: none !important;
}

html.recu-site .recu-suggest-box button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}

html.recu-site .recu-suggest-box button:last-child {
  border-bottom: 0;
}

html.recu-site .recu-suggest-box button:hover {
  background: rgba(34, 197, 94, 0.14);
}

html.recu-site .recu-suggest-box strong {
  overflow: hidden;
  color: var(--recu-site-accent);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.recu-site .recu-suggest-box small {
  color: var(--recu-site-muted);
  font-size: 12px;
}

html.recu-site .recu-local-nav,
html.recu-site .recu-local-account {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

html.recu-site .recu-local-nav a,
html.recu-site .recu-local-account a,
html.recu-site .recu-vip-badge,
html.recu-site .recu-local-nav a[href="/account"],
html.recu-site .recu-local-nav a[href^="/account/"],
html.recu-site .recu-local-account a[href="/account"],
html.recu-site .recu-local-account a[href^="/account/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(34, 197, 94, 0.72);
  border-radius: 4px;
  background: rgba(12, 12, 12, 0.96);
  color: var(--recu-site-accent) !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

html.recu-site .recu-vip-badge {
  border-color: rgba(255, 255, 255, 0.2);
  background: #181818;
  color: var(--recu-site-muted) !important;
  cursor: default;
}

html.recu-site .recu-vip-badge.is-active {
  border-color: rgba(245, 184, 0, 0.78);
  background: var(--recu-site-vip-soft);
  color: var(--recu-site-vip-2) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 212, 92, 0.08);
}

html.recu-site .recu-local-nav a:hover,
html.recu-site .recu-local-account a:hover {
  background: var(--recu-site-accent);
  color: #000000 !important;
}

html.recu-site .recu-search-page {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 52px;
}

html.recu-site .recu-search-page > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

html.recu-site .recu-search-brand {
  flex: 0 0 auto;
  color: #ffffff !important;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 950;
  line-height: 1;
  text-decoration: none !important;
}

html.recu-site .recu-search-page-form {
  flex: 1 1 520px;
  max-width: 620px;
}

html.recu-site .recu-search-hero {
  margin: 0 0 26px;
  padding: 22px 24px;
  border: 1px solid #303030;
  border-radius: 4px;
  background: #171717;
}

html.recu-site .recu-search-hero p,
html.recu-site .recu-search-empty p {
  margin: 0 0 8px;
  color: var(--recu-site-muted);
}

html.recu-site .recu-search-hero h1 {
  margin: 0;
  overflow-wrap: anywhere;
  color: #ffffff !important;
  font-size: clamp(30px, 6vw, 56px);
  line-height: 1.02;
}

html.recu-site .recu-search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

html.recu-site .recu-search-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(34, 197, 94, 0.42);
  border-radius: 4px;
  background: #111111;
  color: var(--recu-site-accent) !important;
  font-weight: 850;
  text-decoration: none !important;
}

html.recu-site .recu-search-actions a:hover {
  background: var(--recu-site-accent);
  color: #000000 !important;
}

html.recu-site .recu-home-auth {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(260px, 1.15fr) minmax(220px, 0.85fr);
  gap: 10px;
  align-items: end;
  width: min(1280px, calc(100% - 32px));
  margin: -8px auto 28px;
  padding: 14px;
  border: 1px solid #303030;
  border-radius: 4px;
  background: #121212;
}

html.recu-site .recu-home-auth.is-signed-in {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

html.recu-site .recu-home-auth p,
html.recu-site .recu-home-auth h2,
html.recu-site .recu-home-auth small {
  margin: 0;
}

html.recu-site .recu-home-auth p {
  color: var(--recu-site-accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

html.recu-site .recu-home-auth h2 {
  margin-top: 3px;
  color: #ffffff !important;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.05;
}

html.recu-site .recu-home-auth small {
  display: block;
  margin-top: 5px;
  color: var(--recu-site-muted);
  font-size: 13px;
  font-weight: 720;
}

html.recu-site .recu-home-auth-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) auto;
  gap: 8px;
  align-items: end;
}

html.recu-site .recu-home-auth-register {
  grid-template-columns: minmax(0, 1fr) auto;
}

html.recu-site .recu-home-auth-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

html.recu-site .recu-home-auth-form span {
  color: var(--recu-site-muted);
  font-size: 12px;
  font-weight: 820;
}

html.recu-site .recu-home-auth-form input,
html.recu-site .recu-home-auth-form button {
  min-width: 0;
  min-height: 38px;
  border: 1px solid #303030;
  border-radius: 4px;
  font: 820 13px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.recu-site .recu-home-auth-form input {
  padding: 0 10px;
  background: #080808;
  color: #ffffff;
}

html.recu-site .recu-home-auth-form button {
  padding: 0 14px;
  border-color: rgba(34, 197, 94, 0.58);
  background: var(--recu-site-accent);
  color: #000000;
  cursor: pointer;
}

html.recu-site .recu-home-auth-form > a,
html.recu-site .recu-home-auth-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(34, 197, 94, 0.38);
  border-radius: 4px;
  color: var(--recu-site-accent) !important;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none !important;
}

html.recu-site .recu-home-auth-form > a {
  grid-column: 1 / -1;
  justify-self: start;
  min-height: 30px;
  padding: 0;
  border: 0;
}

html.recu-site .recu-home-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

html.recu-site .recu-home-auth-actions .recu-home-vip-activate {
  min-height: 56px;
  padding: 0 24px;
  border-color: rgba(245, 184, 0, 0.92);
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(135deg, var(--recu-site-vip), var(--recu-site-vip-2));
  color: #120d00 !important;
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 980;
  letter-spacing: 0;
  box-shadow: 0 16px 38px rgba(245, 184, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

html.recu-site .recu-home-auth-actions .recu-home-vip-activate:hover {
  border-color: var(--recu-site-vip-2);
  background: linear-gradient(135deg, #ffc928, #ffe08a);
  color: #120d00 !important;
  filter: none;
  transform: translateY(-1px);
}

html.recu-site .recu-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 26px 0 12px;
}

html.recu-site .recu-section-head h2 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(22px, 3vw, 30px);
}

html.recu-site .recu-section-head span,
html.recu-site .recu-muted {
  color: var(--recu-site-muted);
}

html.recu-site .recu-profile-results {
  margin-bottom: 8px;
}

html.recu-site .recu-profile-results .recu-section-head {
  margin-top: 0;
}

html.recu-site .recu-profile-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

html.recu-site .recu-profile-results .recu-section-head,
html.recu-site .recu-profile-results .recu-muted {
  grid-column: 1 / -1;
}

html.recu-site .recu-profile-card {
  display: block;
  min-width: 0;
  padding: 12px;
  border: 1px solid #2e2e2e;
  border-radius: 4px;
  background: #121212;
  text-decoration: none !important;
}

html.recu-site .recu-profile-card.is-exact {
  border-color: var(--recu-site-accent);
  background: #0e1812;
}

html.recu-site .recu-profile-card strong,
html.recu-site .recu-profile-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.recu-site .recu-profile-card strong {
  color: var(--recu-site-accent);
  font-size: 17px;
}

html.recu-site .recu-profile-card small {
  margin-top: 5px;
  color: var(--recu-site-muted);
}

html.recu-site .recu-search-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

html.recu-site .recu-home-gallery {
  width: min(1280px, calc(100% - 32px));
  margin: 18px auto 34px;
}

html.recu-site .recu-gallery-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

html.recu-site .recu-gallery-head h2 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

html.recu-site .recu-gallery-status {
  flex: 0 0 auto;
  color: var(--recu-site-muted);
  font-size: 13px;
  font-weight: 760;
}

html.recu-site .recu-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
  gap: 10px;
}

html.recu-site .recu-home-videos .recu-gallery-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px 12px;
}

html.recu-site .recu-gallery-filters {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(120px, auto)) auto;
  gap: 8px;
  margin: 0 0 14px;
}

html.recu-site .recu-gallery-filters.recu-top-search {
  display: grid;
  min-width: 0;
}

html.recu-site .recu-gallery-filters input,
html.recu-site .recu-gallery-filters select,
html.recu-site .recu-gallery-filters button {
  min-width: 0;
  min-height: 38px;
  border: 1px solid #303030;
  border-radius: 4px;
  background: #151515;
  color: #ffffff;
  font: 820 13px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.recu-site .recu-gallery-filters input,
html.recu-site .recu-gallery-filters select {
  padding: 0 10px;
}

html.recu-site .recu-gallery-filters button {
  padding: 0 14px;
  border-color: rgba(34, 197, 94, 0.58);
  background: var(--recu-site-accent);
  color: #000000;
  cursor: pointer;
}

html.recu-site .recu-gallery-card {
  position: relative;
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: 260px 360px;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #292929;
  border-radius: 4px;
  background: #111111;
  color: var(--recu-site-text) !important;
  text-decoration: none !important;
}

html.recu-site .recu-gallery-card:hover {
  border-color: rgba(34, 197, 94, 0.52);
  background: #171717;
}

html.recu-site .recu-gallery-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(135deg, #242424, #0a0a0a);
}

html.recu-site .recu-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}

html.recu-site .recu-home-videos .recu-gallery-card[data-recu-hold-preview="1"],
html.recu-site .recu-search-results .recu-search-card[data-recu-hold-preview="1"] {
  -webkit-touch-callout: none;
  touch-action: pan-y;
  user-select: none;
}

html.recu-site .recu-home-videos .recu-gallery-thumb {
  aspect-ratio: 16 / 9;
}

html.recu-site .recu-home-videos .recu-gallery-preview-sheet {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 400%;
  background: #050505;
  object-fit: fill;
  transition: opacity 120ms ease;
}

html.recu-site .recu-home-videos .recu-gallery-card {
  border-radius: 6px;
  contain-intrinsic-size: 300px 250px;
}

html.recu-site .recu-home-videos .recu-gallery-card strong {
  min-height: 0;
  color: var(--recu-site-accent);
  font-size: 14px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.recu-site .recu-home-videos .recu-gallery-card small {
  color: #c8c8c8;
}

html.recu-site .recu-gallery-video-preview {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  object-fit: cover;
}

html.recu-site .recu-gallery-frame-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-repeat: no-repeat;
  pointer-events: none;
}

html.recu-site .recu-gallery-card.is-preview-sheet-playing .recu-gallery-play {
  opacity: 0;
}

html.recu-site .recu-gallery-card.is-preview-playing .recu-gallery-preview-sheet,
html.recu-site .recu-gallery-card.is-preview-playing .recu-gallery-placeholder {
  opacity: 0;
}

html.recu-site .recu-gallery-card.is-preview-playing .recu-gallery-play {
  opacity: 0;
}

html.recu-site .recu-gallery-card.is-preview-loading .recu-gallery-thumb::after,
html.recu-site .recu-search-card.is-preview-loading .recu-search-thumb::after {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 3px solid rgba(255, 255, 255, 0.34);
  border-top-color: var(--recu-site-accent);
  border-radius: 50%;
  content: "";
  animation: recu-preview-spin 700ms linear infinite;
}

@keyframes recu-preview-spin {
  to { transform: rotate(360deg); }
}

html.recu-site .recu-card-image-small .recu-gallery-thumb img {
  object-fit: contain;
  padding: 22%;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(255, 255, 255, 0.04)),
    #151515;
}

html.recu-site .recu-card-image-missing .recu-gallery-thumb::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(255, 255, 255, 0.035)),
    #151515;
  color: rgba(255, 255, 255, 0.9);
  content: "превью скоро";
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

html.recu-site .recu-card-image-missing .recu-gallery-thumb img {
  display: none;
}

html.recu-site .recu-gallery-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(255, 255, 255, 0.04)),
    #151515;
  color: #ffffff;
  font-size: 19px;
  font-weight: 920;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-align: center;
}

html.recu-site .recu-gallery-placeholder em {
  max-width: 100%;
  font-style: normal;
  overflow-wrap: anywhere;
}

html.recu-site .recu-gallery-placeholder small {
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--recu-site-muted);
  font-size: 11px;
  font-weight: 850;
}

html.recu-site .recu-gallery-play {
  position: absolute;
  z-index: 2;
  left: 8px;
  bottom: 8px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.62);
  color: #ffffff;
  font-size: 13px;
}

html.recu-site .recu-gallery-thumb b {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 9px;
  max-width: calc(100% - 54px);
  overflow: hidden;
  padding: 3px 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.66);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.recu-site .recu-gallery-card strong,
html.recu-site .recu-gallery-card small {
  display: block;
  min-width: 0;
  padding: 0 9px;
}

html.recu-site .recu-gallery-card strong {
  min-height: 36px;
  margin-top: 8px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
  overflow: hidden;
}

html.recu-site .recu-gallery-card small {
  margin: 5px 0 9px;
  color: var(--recu-site-accent);
  font-size: 12px;
  font-weight: 780;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.recu-site:not([data-recu-vip="1"]) .recu-home-videos .recu-gallery-thumb img,
html.recu-site:not([data-recu-vip="1"]) .recu-home-videos .recu-gallery-frame-preview,
html.recu-site:not([data-recu-vip="1"]) .recu-home-videos .recu-gallery-video-preview,
html.recu-site:not([data-recu-vip="1"]) .recu-search-results .recu-search-thumb img,
html.recu-site:not([data-recu-vip="1"]) .recu-search-results .recu-gallery-frame-preview,
html.recu-site:not([data-recu-vip="1"]) .recu-search-results .recu-gallery-video-preview,
html.recu-site:not([data-recu-vip="1"]) .recu-local-related-thumb img,
html.recu-site:not([data-recu-vip="1"]) .recu-model-uploaded-video video,
html.recu-site:not([data-recu-vip="1"]) .recu-vip-preview img {
  filter: blur(10px) brightness(0.58) saturate(0.82);
  transform: scale(1.045);
}

html.recu-site:not([data-recu-vip="1"]) .recu-home-videos .recu-gallery-thumb::before,
html.recu-site:not([data-recu-vip="1"]) .recu-search-results .recu-search-thumb::before,
html.recu-site:not([data-recu-vip="1"]) .recu-local-related-thumb::before,
html.recu-site:not([data-recu-vip="1"]) .recu-model-uploaded-video::before,
html.recu-site:not([data-recu-vip="1"]) .recu-vip-preview::before {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: grid;
  place-items: center;
  padding: 14px;
  background:
    radial-gradient(circle at 50% 44%, rgba(34, 197, 94, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(1, 18, 8, 0.68));
  color: #dcffe9;
  content: "Оформите VIP-доступ\Aсо скидкой −90%";
  font-size: 15px;
  font-weight: 950;
  line-height: 1.16;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.9);
  white-space: pre-line;
  pointer-events: none;
}

html.recu-site:not([data-recu-vip="1"]) .recu-model-uploaded-video {
  position: relative;
}

html.recu-site:not([data-recu-vip="1"]) a.recu-gallery-card[href^="/kazakh-models/"] > strong,
html.recu-site:not([data-recu-vip="1"]) a.recu-gallery-card[href^="/kazakh-models/"] > small,
html.recu-site:not([data-recu-vip="1"]) .recu-model-hero h1,
html.recu-site:not([data-recu-vip="1"]) .recu-model-hero small,
html.recu-site:not([data-recu-vip="1"]) .recu-model-overview-copy > h2,
html.recu-site:not([data-recu-vip="1"]) .recu-model-aliases a,
html.recu-site:not([data-recu-vip="1"]) .recu-model-video-meta code,
html.recu-site:not([data-recu-vip="1"]) .recu-profile-card strong,
html.recu-site:not([data-recu-vip="1"]) .recu-search-hero h1,
html.recu-site:not([data-recu-vip="1"]) .recu-search-results .recu-search-card strong,
html.recu-site:not([data-recu-vip="1"]) .recu-search-results .recu-search-card small,
html.recu-site:not([data-recu-vip="1"]) .recu-home-videos .recu-gallery-card strong,
html.recu-site:not([data-recu-vip="1"]) .recu-home-videos .recu-gallery-card small,
html.recu-site:not([data-recu-vip="1"]) .recu-local-watch-heading h1,
html.recu-site:not([data-recu-vip="1"]) .recu-local-performer strong,
html.recu-site:not([data-recu-vip="1"]) .recu-local-related-copy strong,
html.recu-site:not([data-recu-vip="1"]) .recu-local-related-copy small,
html.recu-site:not([data-recu-vip="1"]) .recu-top-comment-copy small {
  filter: blur(7px);
  text-shadow: 0 0 12px currentColor;
  user-select: none;
}

html.recu-site:not([data-recu-vip="1"]) a.recu-gallery-card[href^="/kazakh-models/"] > strong,
html.recu-site:not([data-recu-vip="1"]) a.recu-gallery-card[href^="/kazakh-models/"] > small {
  display: none;
}

html.recu-site .recu-card-vip-label {
  display: none;
}

html.recu-site:not([data-recu-vip="1"]) a.recu-gallery-card[href^="/kazakh-models/"] > .recu-card-vip-label {
  position: relative;
  z-index: 7;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  margin: 9px 8px 8px;
  padding: 7px 8px;
  border: 1px solid rgba(245, 184, 0, 0.72);
  border-radius: 6px;
  background:
    linear-gradient(110deg, rgba(78, 57, 4, 0.97), rgba(22, 18, 8, 0.99) 50%, rgba(63, 45, 3, 0.97));
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.46),
    inset 0 0 18px rgba(255, 212, 92, 0.08);
  color: #fff4c2;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
  pointer-events: none;
}

html.recu-site:not([data-recu-vip="1"]) .recu-card-vip-label b {
  color: #ffd45c;
  font-weight: 950;
}

html.recu-site:not([data-recu-vip="1"]) .recu-card-vip-label em {
  color: #f5b800;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

html.recu-site .recu-gallery-more {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

html.recu-site .recu-gallery-more button {
  min-width: 148px;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 4px;
  background: var(--recu-site-accent);
  color: #000000;
  font: 850 13px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

html.recu-site .recu-gallery-more button:hover {
  background: var(--recu-site-accent-2);
}

html.recu-site .recu-gallery-more button:disabled {
  cursor: wait;
  opacity: 0.7;
}

html.recu-site .recu-gallery-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
}

html.recu-site .recu-gallery-pager[hidden] {
  display: none !important;
}

html.recu-site .recu-kazakh-model-page {
  padding-bottom: 48px;
}

html.recu-site .recu-model-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #292929;
}

html.recu-site .recu-model-hero p,
html.recu-site .recu-model-hero h1,
html.recu-site .recu-model-hero small {
  margin: 0;
}

html.recu-site .recu-model-hero p {
  color: var(--recu-site-accent);
  font-size: 13px;
  font-weight: 860;
}

html.recu-site .recu-model-hero h1 {
  margin-top: 5px;
  color: #ffffff;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
}

html.recu-site .recu-model-hero small {
  display: block;
  margin-top: 8px;
  color: var(--recu-site-muted);
  font-size: 13px;
  font-weight: 760;
}

html.recu-site .recu-model-aliases {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

html.recu-site .recu-model-aliases a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(34, 197, 94, 0.42);
  border-radius: 4px;
  background: rgba(34, 197, 94, 0.08);
  color: var(--recu-site-accent) !important;
  font-size: 12px;
  font-weight: 860;
  text-decoration: none !important;
}

html.recu-site .recu-model-overview {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 18px 0 28px;
  padding: 20px;
  border: 1px solid rgba(34, 197, 94, 0.34);
  border-radius: 7px;
  background:
    linear-gradient(120deg, rgba(14, 31, 21, 0.98), rgba(13, 13, 13, 0.98) 66%),
    #111111;
  box-shadow: inset 3px 0 0 var(--recu-site-accent), 0 16px 40px rgba(0, 0, 0, 0.24);
}

html.recu-site .recu-model-overview-avatar {
  display: block;
  width: 168px;
  height: 168px;
  border: 2px solid rgba(74, 222, 128, 0.68);
  border-radius: 50%;
  background: #111111;
  object-fit: cover;
}

html.recu-site .recu-model-overview-copy {
  min-width: 0;
}

html.recu-site .recu-model-overview-copy > p,
html.recu-site .recu-model-overview-copy > h2 {
  margin: 0;
}

html.recu-site .recu-model-overview-copy > p {
  color: var(--recu-site-accent);
  font-size: 12px;
  font-weight: 900;
}

html.recu-site .recu-model-overview-copy > h2 {
  margin-top: 5px;
  color: #ffffff;
  font-size: clamp(25px, 4vw, 40px);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

html.recu-site .recu-model-overview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

html.recu-site .recu-model-overview-stats span {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid #2d382f;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.28);
}

html.recu-site .recu-model-overview-stats b {
  color: #ffffff;
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
}

html.recu-site .recu-model-overview-stats small {
  min-width: 0;
  color: #9ca3a0;
  font-size: 11px;
  font-weight: 760;
  overflow-wrap: anywhere;
}

html.recu-site .recu-model-overview-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

html.recu-site .recu-model-overview-nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(34, 197, 94, 0.42);
  border-radius: 4px;
  background: rgba(34, 197, 94, 0.08);
  color: var(--recu-site-accent) !important;
  font-size: 12px;
  font-weight: 880;
  text-align: center;
  text-decoration: none !important;
}

html.recu-site .recu-model-overview-nav a:hover,
html.recu-site .recu-model-overview-nav a:focus-visible {
  background: var(--recu-site-accent);
  color: #000000 !important;
}

html.recu-site .recu-model-section {
  margin-top: 26px;
  scroll-margin-top: 18px;
}

html.recu-site .recu-model-telegraph .recu-section-head a {
  color: var(--recu-site-accent) !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
}

html.recu-site .recu-model-telegraph .recu-section-head a:hover {
  color: var(--recu-site-accent-2) !important;
}

html.recu-site .recu-model-telegraph-text {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 22px 24px 23px;
  border: 1px solid rgba(34, 197, 94, 0.32);
  border-left: 3px solid var(--recu-site-accent);
  border-radius: 6px;
  background: #101914;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 30px rgba(0, 0, 0, 0.2);
  color: #f2fff7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 500 17px/1.75 "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

html.recu-site .recu-model-telegraph-locked {
  display: grid;
  gap: 10px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 208, 75, 0.48);
  border-left: 3px solid #f5b800;
  border-radius: 6px;
  background:
    radial-gradient(circle at 12% 0, rgba(245, 184, 0, 0.15), transparent 42%),
    #12130f;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.recu-site .recu-model-telegraph-locked strong {
  color: #fff2bf;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}

html.recu-site .recu-model-telegraph-locked p {
  margin: 0;
  color: #f1f1eb;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.45;
}

html.recu-site .recu-model-info-vip {
  display: inline-flex;
  box-sizing: border-box;
  width: min(420px, 100%);
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 10px 18px;
  border: 1px solid #ffe49a;
  border-radius: 6px;
  background: linear-gradient(135deg, #a96d00 0%, #ffc400 34%, #ffe078 52%, #d99200 100%);
  box-shadow: 0 12px 28px rgba(255, 184, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.62);
  color: #151006 !important;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
}

html.recu-site .recu-model-info-vip:hover,
html.recu-site .recu-model-info-vip:focus-visible {
  border-color: #fff1bd;
  background: linear-gradient(135deg, #bc7d00 0%, #ffd11a 34%, #ffea9d 52%, #eba800 100%);
  color: #0d0902 !important;
}

html.recu-site .recu-model-uploaded-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

html.recu-site .recu-model-uploaded-video {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #292929;
  border-radius: 6px;
  background: #111111;
}

html.recu-site .recu-model-uploaded-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
  object-fit: contain;
}

html.recu-site .recu-model-uploaded-video strong {
  display: block;
  padding: 12px 14px 14px;
  color: #ffffff;
  font-size: 14px;
  overflow-wrap: anywhere;
}

html.recu-site .recu-model-video-vip {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin: -4px 0 18px;
  padding: 12px 20px;
  border: 1px solid #ffe49a;
  border-radius: 6px;
  background: linear-gradient(135deg, #a96d00 0%, #ffc400 34%, #ffe078 52%, #d99200 100%);
  box-shadow: 0 14px 32px rgba(255, 184, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.62);
  color: #151006 !important;
  font-size: 21px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.38);
}

html.recu-site .recu-model-video-vip:hover,
html.recu-site .recu-model-video-vip:focus-visible {
  border-color: #fff1bd;
  background: linear-gradient(135deg, #bc7d00 0%, #ffd11a 34%, #ffea9d 52%, #eba800 100%);
  box-shadow: 0 16px 38px rgba(255, 193, 7, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #0d0902 !important;
}

html.recu-site .recu-model-video-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -6px 0 14px;
  color: var(--recu-site-muted);
  font-size: 13px;
  font-weight: 760;
}

html.recu-site .recu-model-video-meta code {
  display: inline-flex;
  margin: 2px 3px 2px 0;
  padding: 2px 6px;
  border-radius: 4px;
  background: #252525;
  color: #ffffff;
  font: 850 12px/1.4 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.recu-site .recu-model-video-refresh {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(34, 197, 94, 0.44);
  border-radius: 4px;
  background: rgba(34, 197, 94, 0.08);
  color: var(--recu-site-accent);
  font: 850 12px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

html.recu-site .recu-model-video-refresh:hover {
  background: rgba(34, 197, 94, 0.18);
}

html.recu-site .recu-model-video-refresh:disabled,
html.recu-site .recu-model-videos.is-loading .recu-model-video-refresh {
  cursor: wait;
  opacity: 0.65;
}

html.recu-site .recu-model-video-pager,
html.recu-site .recu-gallery-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
}

html.recu-site .recu-model-video-pager[hidden],
html.recu-site .recu-gallery-pager[hidden] {
  display: none !important;
}

html.recu-site .recu-model-video-pager button,
html.recu-site .recu-model-video-pager span,
html.recu-site .recu-gallery-pager button,
html.recu-site .recu-gallery-pager span {
  display: inline-grid;
  min-width: 36px;
  min-height: 34px;
  place-items: center;
  border: 1px solid #303030;
  border-radius: 4px;
  background: #151515;
  color: var(--recu-site-text);
  font: 850 13px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.recu-site .recu-model-video-pager button,
html.recu-site .recu-gallery-pager button {
  cursor: pointer;
}

html.recu-site .recu-model-video-pager button:hover,
html.recu-site .recu-model-video-pager button.is-active,
html.recu-site .recu-gallery-pager button:hover,
html.recu-site .recu-gallery-pager button.is-active {
  border-color: rgba(34, 197, 94, 0.7);
  background: var(--recu-site-accent);
  color: #000000;
}

html.recu-site .recu-model-video-pager button:disabled,
html.recu-site .recu-gallery-pager button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

html.recu-site .recu-model-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}

html.recu-site .recu-model-photo {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 0;
  overflow: hidden;
  border: 1px solid #292929;
  border-radius: 4px;
  background: #111111;
  color: #ffffff;
  appearance: none;
  cursor: pointer;
}

html.recu-site .recu-model-photo:hover {
  border-color: rgba(34, 197, 94, 0.58);
  transform: translateY(-2px);
}

html.recu-site .recu-model-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: filter 180ms ease, transform 180ms ease;
}

html.recu-site .recu-model-photo:hover img {
  transform: scale(1.025);
}

html.recu-site .recu-model-photo.is-locked img {
  filter: blur(10px) brightness(0.62) saturate(0.82);
  transform: scale(1.08);
}

html.recu-site .recu-model-photo.is-locked:hover img {
  filter: blur(9px) brightness(0.68) saturate(0.86);
  transform: scale(1.1);
}

html.recu-site .recu-model-photo.is-locked {
  -webkit-touch-callout: none;
  user-select: none;
}

html.recu-site .recu-model-photo-protected {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.08), transparent 42%),
    repeating-linear-gradient(135deg, #171717 0 18px, #131313 18px 36px);
}

html.recu-site .recu-model-photo-number {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-grid;
  min-width: 27px;
  min-height: 27px;
  padding: 0 7px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

html.recu-site .recu-model-photo-lock {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 5px;
  padding: 14px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(34, 197, 94, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(1, 18, 8, 0.62));
}

html.recu-site .recu-model-photo-lock b {
  justify-self: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--recu-site-accent);
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.28);
  color: #000000;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.08em;
}

html.recu-site .recu-model-photo-lock > span {
  max-width: 100%;
  color: #f1fff6;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.15;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.88);
}

html.recu-site .recu-model-photo-lock small {
  justify-self: center;
  padding: 5px 8px;
  border: 1px solid rgba(74, 222, 128, 0.68);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(7, 62, 32, 0.94), rgba(3, 27, 15, 0.96));
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.42);
  color: #4ade80;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 1px 10px #000000;
}

html.recu-site .recu-model-gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: -6px 0 14px;
}

html.recu-site .recu-model-gallery-toolbar button,
html.recu-site .recu-model-gallery-toolbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(34, 197, 94, 0.48);
  border-radius: 5px;
  font: 900 13px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none !important;
  cursor: pointer;
}

html.recu-site .recu-model-gallery-open {
  background: #171717;
  color: #ffffff;
}

html.recu-site .recu-model-gallery-vip {
  border-color: rgba(245, 184, 0, 0.72) !important;
  background: var(--recu-site-vip);
  color: #000000 !important;
}

html.recu-site .recu-model-gallery-toolbar button:hover,
html.recu-site .recu-model-gallery-toolbar a:hover {
  border-color: var(--recu-site-accent);
  filter: brightness(1.08);
}

body.recu-photo-viewer-open {
  overflow: hidden !important;
}

html.recu-site .recu-photo-viewer[hidden] {
  display: none !important;
}

html.recu-site .recu-photo-viewer {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  padding: 20px;
}

html.recu-site .recu-photo-viewer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(14px);
}

html.recu-site .recu-photo-viewer-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  width: min(1180px, 100%);
  max-height: calc(100vh - 40px);
}

html.recu-site .recu-photo-viewer-figure {
  min-width: 0;
  margin: 0;
}

html.recu-site .recu-photo-viewer-stage {
  position: relative;
  display: grid;
  min-height: min(76vh, 820px);
  place-items: center;
  overflow: hidden;
  border: 1px solid #303030;
  border-radius: 10px;
  background: #080808;
}

html.recu-site .recu-photo-viewer-image {
  display: block;
  width: 100%;
  height: min(76vh, 820px);
  object-fit: contain;
}

html.recu-site .recu-photo-viewer-image.is-locked {
  filter: blur(28px) brightness(0.48);
  transform: scale(1.09);
}

html.recu-site .recu-photo-viewer-gate {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 24px;
  text-align: center;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08) 55%);
}

html.recu-site .recu-photo-viewer-gate[hidden] {
  display: none !important;
}

html.recu-site .recu-photo-viewer-gate > span {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--recu-site-accent);
  color: #000000;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

html.recu-site .recu-photo-viewer-gate h2 {
  margin: 14px 0 7px;
  color: #ffffff;
  font-size: clamp(23px, 4vw, 38px);
}

html.recu-site .recu-photo-viewer-gate p {
  max-width: 420px;
  margin: 0 0 17px;
  color: #d4d4d8;
  font-size: 14px;
  font-weight: 700;
}

html.recu-site .recu-photo-viewer-gate a {
  display: inline-flex;
  min-height: 46px;
  padding: 0 19px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--recu-site-accent);
  color: #000000 !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
}

html.recu-site .recu-photo-viewer-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 4px 0;
  color: #ffffff;
}

html.recu-site .recu-photo-viewer-caption small {
  color: #a1a1aa;
  text-align: right;
}

html.recu-site .recu-photo-viewer-close,
html.recu-site .recu-photo-viewer-nav {
  display: grid;
  place-items: center;
  border: 1px solid #383838;
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.92);
  color: #ffffff;
  cursor: pointer;
}

html.recu-site .recu-photo-viewer-close:hover,
html.recu-site .recu-photo-viewer-nav:hover {
  border-color: var(--recu-site-accent);
  color: var(--recu-site-accent);
}

html.recu-site .recu-photo-viewer-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 3;
  width: 42px;
  height: 42px;
  font-size: 25px;
}

html.recu-site .recu-photo-viewer-nav {
  width: 44px;
  height: 58px;
  justify-self: center;
  font-size: 35px;
}

html.recu-site .recu-search-card {
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: 300px 250px;
  display: block;
  min-width: 0;
  border-radius: 4px;
  background: #151515;
  color: var(--recu-site-text) !important;
  overflow: hidden;
  text-decoration: none !important;
}

html.recu-site .recu-search-card:hover {
  background: #1d1d1d;
}

html.recu-site .recu-search-thumb {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  background: linear-gradient(135deg, #232323, #0a0a0a);
  color: #ffffff;
  font-size: 34px;
}

html.recu-site .recu-search-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}

html.recu-site .recu-search-preview-sheet {
  position: absolute;
  top: 0;
  left: 0;
  width: 400% !important;
  height: 400% !important;
  max-width: none !important;
  background: #050505;
  object-fit: fill !important;
  transition: opacity 120ms ease;
}

html.recu-site .recu-search-card.is-preview-sheet-playing .recu-search-thumb > span,
html.recu-site .recu-search-card.is-preview-playing .recu-search-thumb > span {
  opacity: 0;
}

html.recu-site .recu-search-card.is-preview-playing .recu-search-preview-sheet {
  opacity: 0;
}

html.recu-site .recu-search-thumb > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

html.recu-site .recu-search-thumb b {
  position: absolute;
  right: 8px;
  bottom: 7px;
  z-index: 2;
  padding: 2px 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.68);
  font-size: 12px;
}

html.recu-site .recu-search-card strong,
html.recu-site .recu-search-card small {
  display: block;
  min-width: 0;
  padding: 0 10px;
}

html.recu-site .recu-search-card strong {
  margin-top: 9px;
  color: var(--recu-site-accent);
  overflow-wrap: anywhere;
}

html.recu-site .recu-search-card small {
  margin: 5px 0 10px;
  color: var(--recu-site-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.recu-site .recu-local-video-page {
  min-height: 100vh;
  padding-bottom: 80px;
}

html.recu-site .recu-local-video-page > header .recu-local-account {
  display: none !important;
}

html.recu-site .recu-local-watch-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 20px 0 18px;
}

html.recu-site .recu-local-watch-heading p,
html.recu-site .recu-local-watch-heading h1 {
  margin: 0;
}

html.recu-site .recu-local-watch-heading p {
  margin-bottom: 7px;
  color: var(--recu-site-accent);
  font-size: 12px;
  font-weight: 900;
}

html.recu-site .recu-local-watch-heading h1 {
  color: #ffffff;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  overflow-wrap: anywhere;
}

html.recu-site .recu-local-watch-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

html.recu-site .recu-local-watch-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #303030;
  border-radius: 4px;
  background: #141414;
  color: var(--recu-site-muted);
  font-size: 12px;
  font-weight: 800;
}

html.recu-site .recu-local-player {
  width: 100%;
  margin: 0 auto 20px;
}

html.recu-site .recu-local-player-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid #303030;
  border-radius: 6px 6px 0 0;
  background: #050505;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  isolation: isolate;
}

html.recu-site .recu-local-player.has-timeline-strip .recu-local-player-stage {
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

html.recu-site .recu-local-seek-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  display: none;
  width: 38px;
  height: 38px;
  margin: -19px 0 0 -19px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--recu-site-accent);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  animation: recu-seek-spin 700ms linear infinite;
}

html.recu-site .recu-local-player.is-seek-loading .recu-local-seek-loader {
  display: block;
}

html.recu-site .recu-local-player.is-seek-loading .recu-local-play-overlay {
  opacity: 0;
  pointer-events: none;
}

@keyframes recu-seek-spin {
  to { transform: rotate(360deg); }
}

html.recu-site .recu-local-player-stage::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  content: "";
  pointer-events: none;
}

html.recu-site .recu-local-player video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050505;
  object-fit: contain;
}

html.recu-site .recu-local-player:not([data-recu-native-controls="1"]):not(.is-ios-native-player) video::-webkit-media-controls {
  display: none !important;
}

html.recu-site .recu-local-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  min-width: 172px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid #64dfa0;
  border-radius: 6px;
  background: var(--recu-site-accent);
  color: #000000;
  font: 900 16px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.5);
  transition: background 160ms ease, opacity 160ms ease, transform 160ms ease;
}

html.recu-site .recu-local-play-overlay:hover {
  background: var(--recu-site-accent-2);
  transform: translate(-50%, calc(-50% - 2px));
}

html.recu-site .recu-local-play-overlay > span {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #000000;
}

html.recu-site .recu-local-player.is-playing .recu-local-play-overlay {
  opacity: 0;
  pointer-events: none;
}

html.recu-site .recu-local-player.is-starting .recu-local-play-overlay {
  cursor: wait;
  opacity: 0.72;
}

html.recu-site .recu-local-player.is-preview-locked .recu-local-player-stage {
  min-height: min(760px, calc(100vh - 150px));
  aspect-ratio: auto;
}

html.recu-site .recu-local-player.is-preview-locked .recu-local-play-overlay,
html.recu-site .recu-local-player.is-preview-locked .recu-local-transport {
  opacity: 0;
  pointer-events: none;
}

html.recu-site .recu-local-player.is-preview-locked video {
  filter: blur(34px) brightness(0.36) saturate(0.72);
  transform: scale(1.04);
}

html.recu-site:not([data-recu-vip="1"]) .recu-local-player video {
  filter: blur(10px) brightness(0.58) saturate(0.82);
  transform: scale(1.04);
}

html.recu-site:not([data-recu-vip="1"]) .recu-local-player .recu-local-transport,
html.recu-site:not([data-recu-vip="1"]) .recu-local-player .recu-local-timeline {
  display: none !important;
}

html.recu-site .recu-local-player.is-preview-locked .recu-local-player-stage::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 36%, rgba(34, 197, 94, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
  color: #fff;
  content: "VIP подписка нужна\a Бесплатные 2 секунды на сегодня закончились";
  white-space: pre-line;
  text-align: center;
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 950;
  line-height: 1.18;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.82);
  pointer-events: auto;
}

html.recu-site:not([data-recu-vip="1"]) .recu-local-player .recu-local-player-stage::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  align-items: start;
  justify-items: center;
  padding: clamp(24px, 6vw, 54px) 22px 120px;
  background:
    radial-gradient(circle at 50% 36%, rgba(34, 197, 94, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.76));
  color: #ffffff;
  content: "Оформите VIP-доступ\Aсо скидкой −90%";
  white-space: pre-line;
  text-align: center;
  font-size: clamp(20px, 3vw, 38px);
  font-weight: 950;
  line-height: 1.16;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.86);
  pointer-events: none;
}

html.recu-site .recu-local-vip-cta {
  position: absolute;
  top: calc(50% + clamp(58px, 7vw, 78px));
  left: 50%;
  z-index: 6;
  display: inline-flex;
  box-sizing: border-box;
  width: min(330px, calc(100% - 40px));
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 18px;
  overflow: hidden;
  border: 1px solid #ffe08a;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--recu-site-vip-2) 0%, var(--recu-site-vip) 100%);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.58),
    0 0 28px rgba(245, 184, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  color: #090909;
  text-decoration: none;
  transform: translate(-50%, -50%);
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

html.recu-site .recu-local-vip-cta:hover,
html.recu-site .recu-local-vip-cta:focus-visible {
  background: linear-gradient(180deg, #ffe799 0%, #ffc928 100%);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.64),
    0 0 34px rgba(245, 184, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  outline: 2px solid rgba(255, 224, 138, 0.92);
  outline-offset: 3px;
  transform: translate(-50%, calc(-50% - 2px));
}

html.recu-site .recu-local-vip-cta > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--recu-site-vip-2);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

html.recu-site .recu-local-vip-cta > b {
  color: #090909;
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 950;
  line-height: 1.1;
}

@media (max-width: 600px) {
  html.recu-site:not([data-recu-vip="1"]) .recu-local-player .recu-local-player-stage::before {
    align-items: start;
    justify-items: center;
    padding: 16px 18px 110px;
    font-size: 18px;
  }

  html.recu-site .recu-local-vip-cta {
    top: 62%;
    width: min(310px, calc(100% - 32px));
    min-height: 52px;
    gap: 10px;
    padding: 7px 14px;
  }

  html.recu-site .recu-local-vip-cta > span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

html.recu-site .recu-local-player[data-recu-native-controls="1"] .recu-local-play-overlay,
html.recu-site .recu-local-player[data-recu-native-controls="1"] .recu-local-transport {
  display: none !important;
}

html.recu-site .recu-video-paywall {
  position: relative;
  z-index: 2;
  display: block;
  width: min(1060px, 100%);
  margin: -8px auto 24px;
  padding: clamp(14px, 2.4vw, 22px);
  overflow: visible;
  border: 1px solid rgba(34, 197, 94, 0.42);
  border-radius: 0 0 8px 8px;
  background:
    radial-gradient(circle at 16% 8%, rgba(34, 197, 94, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(4, 24, 16, 0.98), rgba(7, 14, 12, 0.98) 58%, rgba(8, 16, 14, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(134, 239, 172, 0.06) inset;
  animation: recuPaywallIn 420ms ease both;
}

html.recu-site .recu-local-player-stage > .recu-video-paywall {
  position: absolute;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: clamp(12px, 2vw, 22px);
  overflow: auto;
  border-radius: 6px 6px 0 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(34, 197, 94, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.99));
  box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.28);
  overscroll-behavior: contain;
}

html.recu-site .recu-local-player-stage > .recu-video-paywall .recu-paywall-card {
  min-height: 100%;
  border-color: rgba(34, 197, 94, 0.38);
  background:
    radial-gradient(circle at 50% 0, rgba(34, 197, 94, 0.18), transparent 36%),
    linear-gradient(135deg, rgba(11, 10, 7, 0.97), rgba(14, 15, 15, 0.98) 54%, rgba(9, 8, 5, 0.98)),
    #080808;
}

html.recu-site .recu-video-paywall[hidden] {
  display: none !important;
}

body.recu-vip-promo-open {
  overflow: hidden !important;
}

html.recu-site .recu-vip-promo-modal[hidden] {
  display: none !important;
}

html.recu-site .recu-vip-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483650;
  display: grid;
  place-items: center;
  padding: clamp(10px, 2vw, 22px);
  overflow: auto;
  overscroll-behavior: contain;
}

html.recu-site .recu-vip-promo-backdrop {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(34, 197, 94, 0.22), transparent 32%),
    rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(14px);
}

html.recu-site .recu-vip-promo-dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  max-height: calc(100vh - 32px);
  max-height: calc(100svh - 32px);
  overflow: auto;
  border-radius: 14px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.68);
  animation: recuPaywallIn 260ms ease both;
}

html.recu-site .recu-vip-promo-dialog .recu-paywall-card {
  width: 100%;
  border-color: rgba(74, 222, 128, 0.52);
}

html.recu-site .recu-vip-promo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.56);
  color: #ffffff;
  font: 300 34px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

html.recu-site .recu-vip-promo-close:hover {
  border-color: rgba(74, 222, 128, 0.72);
  background: rgba(34, 197, 94, 0.18);
}

html.recu-site .recu-paywall-card {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(34, 197, 94, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0, rgba(34, 197, 94, 0.12), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(34, 197, 94, 0.1), transparent 36%),
    linear-gradient(135deg, rgba(7, 24, 17, 0.98), rgba(13, 17, 19, 0.98) 52%, rgba(5, 13, 10, 0.98)),
    #0b0f0d;
  font-family: "Montserrat", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.62), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

html.recu-site .recu-paywall-card::before {
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(245, 184, 0, 0.68), rgba(255, 212, 92, 0.9), rgba(245, 184, 0, 0.68));
  content: "";
}

html.recu-site .recu-paywall-card > * {
  position: relative;
  z-index: 1;
}

html.recu-site .recu-paywall-eyebrow,
html.recu-site .recu-paywall-card h2,
html.recu-site .recu-paywall-copy {
  margin: 0;
}

html.recu-site .recu-paywall-eyebrow {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--recu-site-vip-soft);
  border: 1px solid rgba(245, 184, 0, 0.38);
  color: var(--recu-site-vip-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

html.recu-site .recu-paywall-card h2 {
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(28px, 4.8vw, 48px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}

html.recu-site .recu-paywall-card h2 span {
  color: var(--recu-site-vip-2);
  text-shadow: none;
}

html.recu-site .recu-paywall-copy {
  margin-top: 10px;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(13px, 1.7vw, 16px);
  font-weight: 800;
  line-height: 1.42;
}

html.recu-site .recu-paywall-timer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(245, 184, 0, 0.44);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(245, 184, 0, 0.18), rgba(255, 212, 92, 0.08)),
    rgba(8, 18, 12, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

html.recu-site .recu-paywall-timer span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 850;
}

html.recu-site .recu-paywall-timer b {
  color: var(--recu-site-vip-2);
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 980;
  line-height: 1;
}

html.recu-site .recu-paywall-card.is-discount-expired .recu-paywall-timer {
  opacity: 0.74;
}

html.recu-site .recu-paywall-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

html.recu-site .recu-paywall-benefits li {
  position: relative;
  min-width: 0;
  padding: 12px 12px 12px 30px;
  border: 1px solid rgba(74, 222, 128, 0.18);
  border-radius: 7px;
  background: rgba(6, 95, 70, 0.16);
}

html.recu-site .recu-paywall-benefits li::before {
  position: absolute;
  top: 16px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4ade80;
  content: "";
  box-shadow: 0 0 0 5px rgba(74, 222, 128, 0.1);
}

html.recu-site .recu-paywall-benefits b,
html.recu-site .recu-paywall-benefits span {
  display: block;
}

html.recu-site .recu-paywall-benefits b {
  color: #ffffff;
  font-size: 13px;
  font-weight: 920;
}

html.recu-site .recu-paywall-benefits span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
}

html.recu-site .recu-paywall-plan-title {
  margin: 16px 0 -8px;
  color: #f4fff7;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.1;
}

html.recu-site .recu-paywall-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

html.recu-site .recu-paywall-plan {
  --recu-plan-accent: var(--recu-site-vip);
  --recu-plan-accent-2: var(--recu-site-vip-2);
  --recu-plan-soft: rgba(245, 184, 0, 0.2);
  --recu-plan-selected-bg:
    radial-gradient(circle at 14% 8%, rgba(255, 224, 138, 0.28), transparent 38%),
    linear-gradient(135deg, rgba(69, 49, 3, 0.99), rgba(24, 18, 5, 0.98));
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 146px;
  padding: 16px;
  border: 1px solid rgba(245, 184, 0, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 212, 92, 0.2), transparent 44%),
    linear-gradient(135deg, rgba(51, 38, 7, 0.98), rgba(18, 16, 11, 0.98));
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease, background 180ms ease, transform 180ms ease;
}

html.recu-site .recu-paywall-plan.is-lifetime {
  --recu-plan-accent: #24e67a;
  --recu-plan-accent-2: #91ffc0;
  --recu-plan-soft: rgba(36, 230, 122, 0.26);
  --recu-plan-selected-bg:
    radial-gradient(circle at 14% 8%, rgba(145, 255, 192, 0.28), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(36, 230, 122, 0.2), transparent 40%),
    linear-gradient(135deg, rgba(4, 69, 34, 0.99), rgba(4, 27, 17, 0.99));
  border-color: rgba(36, 230, 122, 0.72);
  background: var(--recu-plan-selected-bg);
}

html.recu-site .recu-paywall-plan::before {
  position: absolute;
  z-index: 0;
  inset: -40% -20%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--recu-plan-accent-2) 34%, transparent), transparent);
  content: "";
  transform: translateX(-65%) rotate(12deg);
  animation: recuPriceShine 3.4s ease-in-out infinite;
  pointer-events: none;
}

html.recu-site .recu-paywall-plan::after {
  position: absolute;
  z-index: 1;
  inset: 3px;
  border: 1px solid color-mix(in srgb, var(--recu-plan-accent-2) 42%, transparent);
  border-radius: 6px;
  content: "";
  opacity: 0.38;
  pointer-events: none;
}

html.recu-site .recu-paywall-plan > .recu-paywall-discount,
html.recu-site .recu-paywall-plan > strong,
html.recu-site .recu-paywall-plan > b,
html.recu-site .recu-paywall-plan > del,
html.recu-site .recu-paywall-plan > small,
html.recu-site .recu-paywall-plan > .recu-paywall-selected {
  z-index: 2;
}

html.recu-site .recu-paywall-plan input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

html.recu-site .recu-paywall-plan:not(.is-selected):not(:has(input:checked)) {
  border-color: color-mix(in srgb, var(--recu-plan-accent) 52%, transparent);
  filter: brightness(0.8) saturate(0.86);
  opacity: 0.76;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--recu-plan-accent) 10%, transparent);
}

html.recu-site .recu-paywall-plan:not(.is-selected):not(:has(input:checked))::before {
  opacity: 0.4;
}

html.recu-site .recu-paywall-plan.is-selected,
html.recu-site .recu-paywall-plan:has(input:checked) {
  background: var(--recu-plan-selected-bg);
  border-color: var(--recu-plan-accent);
  filter: none;
  opacity: 1;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--recu-plan-accent) 60%, transparent), 0 18px 42px color-mix(in srgb, var(--recu-plan-accent) 26%, transparent);
  transform: translateY(-2px);
  animation: recuPlanGlow 2.4s ease-in-out infinite;
}

html.recu-site .recu-paywall-discount {
  justify-self: start;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--recu-plan-accent);
  color: #000000;
  font-size: 12px;
  font-weight: 950;
}

html.recu-site .recu-paywall-plan strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 920;
}

html.recu-site .recu-paywall-plan b {
  color: var(--recu-plan-accent);
  font-size: clamp(25px, 4vw, 36px);
  line-height: 1;
}

html.recu-site .recu-paywall-plan del {
  color: rgba(255, 255, 255, 0.52);
  font-size: 15px;
  font-weight: 850;
}

html.recu-site .recu-paywall-plan small {
  color: var(--recu-site-muted);
  font-size: 12px;
  font-weight: 780;
}

html.recu-site .recu-paywall-selected {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--recu-plan-accent);
  color: #050505;
  font-size: 11px;
  font-weight: 950;
}

html.recu-site .recu-paywall-plan.is-selected .recu-paywall-selected,
html.recu-site .recu-paywall-plan:has(input:checked) .recu-paywall-selected {
  display: inline-flex;
}

html.recu-site .recu-paywall-payment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 14px;
  align-items: start;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(74, 222, 128, 0.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(74, 222, 128, 0.1), transparent 42%),
    linear-gradient(135deg, rgba(6, 95, 70, 0.22), rgba(7, 30, 23, 0.58));
  color: #ffffff;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

html.recu-site .recu-paywall-payment > span {
  color: #dfffea;
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: 900;
  text-transform: none;
}

html.recu-site .recu-paywall-phone {
  justify-self: end;
  display: inline-grid;
  grid-template-columns: minmax(0, auto) 22px;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(74, 222, 128, 0.58);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.18), rgba(0, 0, 0, 0.34));
  color: #4ade80;
  font-family: "Montserrat", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 3.6vw, 38px);
  font-weight: 900;
  line-height: 1;
  text-align: right;
  text-shadow: none;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

html.recu-site .recu-paywall-phone-number {
  grid-column: 1;
  grid-row: 1;
  letter-spacing: 0;
}

html.recu-site .recu-paywall-copy-label {
  grid-column: 1;
  grid-row: 2;
  color: rgba(232, 255, 239, 0.76);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}

html.recu-site .recu-paywall-copy-icon {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  width: 18px;
  height: 20px;
}

html.recu-site .recu-paywall-copy-icon::before,
html.recu-site .recu-paywall-copy-icon::after {
  position: absolute;
  width: 11px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 3px;
  content: "";
}

html.recu-site .recu-paywall-copy-icon::before {
  top: 0;
  right: 0;
  opacity: 0.58;
}

html.recu-site .recu-paywall-copy-icon::after {
  bottom: 0;
  left: 0;
}

html.recu-site .recu-paywall-phone:hover,
html.recu-site .recu-paywall-phone.is-copied {
  border-color: rgba(74, 222, 128, 0.72);
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.3), rgba(0, 0, 0, 0.3));
  transform: translateY(-1px);
}

html.recu-site .recu-paywall-copyhint {
  grid-column: 2;
  justify-self: end;
  margin-top: -2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
  text-align: right;
}

html.recu-site .recu-paywall-mobile-help {
  display: none;
}

html.recu-site .recu-paywall-steps {
  grid-column: 1 / -1;
  display: grid;
  gap: 5px;
  margin: 7px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(12px, 1.45vw, 14px);
  font-weight: 800;
  line-height: 1.34;
  list-style: none;
}

html.recu-site .recu-paywall-steps li {
  position: relative;
  padding-left: 25px;
}

html.recu-site .recu-paywall-steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: #4ade80;
  color: #03220f;
  content: counter(list-item);
  font-size: 11px;
  font-weight: 900;
}

html.recu-site .recu-paywall-steps strong {
  color: #ffffff;
  font-weight: 900;
}

html.recu-site .recu-paywall-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: 14px;
}

html.recu-site .recu-paywall-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 820;
}

html.recu-site .recu-paywall-form input {
  min-height: 42px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 11px;
  border: 1px solid #303030;
  border-radius: 6px;
  background: #101010;
  color: #ffffff;
  font: 800 13px/1 "Montserrat", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.recu-site .recu-paywall-form input[type="file"] {
  padding: 9px 10px;
}

html.recu-site .recu-paywall-form button {
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--recu-site-vip), var(--recu-site-vip-2));
  color: #120d00;
  font: 900 15px/1 "Montserrat", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 16px 36px rgba(245, 184, 0, 0.26);
  cursor: pointer;
}

html.recu-site .recu-paywall-ai {
  display: block;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.12);
  color: rgba(236, 245, 255, 0.9);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 720px) {
  html.recu-site .recu-video-paywall {
    width: 100%;
    margin: 12px auto 20px;
    padding: 10px;
    border-radius: 8px;
  }

  html.recu-site .recu-local-player-stage > .recu-video-paywall {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 6px 6px 0 0;
  }

  html.recu-site .recu-paywall-card {
    padding: 14px;
  }

  html.recu-site .recu-paywall-benefits,
  html.recu-site .recu-paywall-plans,
  html.recu-site .recu-paywall-form {
    grid-template-columns: 1fr;
  }

  html.recu-site .recu-paywall-plan {
    min-height: 118px;
  }
}

html.recu-site .recu-local-transport {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: grid;
  gap: 0;
  padding: 52px 12px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55) 46%, rgba(0, 0, 0, 0.9));
  color: #ffffff;
  opacity: 1;
  transition: opacity 160ms ease;
}

html.recu-site .recu-local-player.is-playing .recu-local-transport {
  opacity: 0.94;
}

html.recu-site .recu-local-player.is-ios-native-player .recu-local-transport {
  display: none !important;
}

html.recu-site .recu-local-player.is-mobile-native-player .recu-local-play-overlay,
html.recu-site .recu-local-player.is-mobile-native-player .recu-local-transport {
  display: none !important;
}

html.recu-site .recu-local-seek-rail {
  position: relative;
  height: 16px;
  display: flex;
  align-items: center;
}

html.recu-site .recu-local-seek-rail::before,
html.recu-site .recu-local-seek-buffer {
  position: absolute;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 999px;
  content: "";
}

html.recu-site .recu-local-seek-rail::before {
  background: rgba(255, 255, 255, 0.3);
}

html.recu-site .recu-local-seek-buffer {
  width: 0%;
  background: rgba(255, 255, 255, 0.5);
}

html.recu-site .recu-local-seek {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 16px;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, var(--recu-site-accent) var(--recu-progress, 0%), transparent var(--recu-progress, 0%));
  border: 0;
  cursor: pointer;
}

html.recu-site .recu-local-timeline {
  --recu-progress: 0%;
  position: relative;
  z-index: 2;
  min-height: 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #111111;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

html.recu-site .recu-local-timeline-strip {
  margin-top: 0;
}

html.recu-site .recu-local-seek-preview {
  position: absolute;
  top: 7px;
  left: var(--recu-seek-preview, 50%);
  z-index: 5;
  min-width: 58px;
  padding: 5px 7px;
  border: 1px solid rgba(34, 197, 94, 0.8);
  border-radius: 4px;
  background: rgba(3, 12, 7, 0.94);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.44);
  color: #ffffff;
  font: 900 12px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

html.recu-site .recu-local-seek-preview[hidden] {
  display: none !important;
}

html.recu-site .recu-local-player.is-seek-loading .recu-local-filmstrip-cursor {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65), 0 0 20px rgba(34, 197, 94, 0.86);
}

html.recu-site .recu-local-filmstrip {
  position: absolute;
  inset: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(78px, 1fr);
}

html.recu-site .recu-local-filmstrip-frame {
  min-width: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.45);
  background-color: #151515;
  background-position: center;
  background-size: cover;
  filter: brightness(0.82) saturate(0.94);
}

html.recu-site .recu-local-filmstrip-frame:first-child {
  border-left: 0;
}

html.recu-site .recu-local-filmstrip-progress {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--recu-progress);
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.05), rgba(34, 197, 94, 0.2));
  pointer-events: none;
}

html.recu-site .recu-local-filmstrip-cursor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--recu-progress);
  width: 3px;
  background: var(--recu-site-accent);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65), 0 0 16px rgba(34, 197, 94, 0.58);
  transform: translateX(-50%);
  pointer-events: none;
}

html.recu-site .recu-local-filmstrip-cursor::after {
  position: absolute;
  right: 50%;
  bottom: 3px;
  width: 13px;
  height: 13px;
  border: 2px solid #000000;
  border-radius: 50%;
  background: var(--recu-site-accent);
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.26);
  content: "";
  transform: translateX(50%);
}

html.recu-site .recu-local-timeline .recu-local-seek-rail {
  position: absolute;
  inset: 0;
  display: block;
  height: auto;
}

html.recu-site .recu-local-timeline .recu-local-seek-rail::before,
html.recu-site .recu-local-timeline .recu-local-seek-buffer {
  top: auto;
  bottom: 6px;
  height: 4px;
}

html.recu-site .recu-local-timeline .recu-local-seek-rail::before {
  right: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.38);
}

html.recu-site .recu-local-timeline .recu-local-seek-buffer {
  right: auto;
  left: 10px;
  max-width: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.58);
}

html.recu-site .recu-local-timeline .recu-local-seek {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
}

html.recu-site .recu-local-seek::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

html.recu-site .recu-local-seek::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border: 2px solid #000000;
  border-radius: 50%;
  background: var(--recu-site-accent);
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.32);
  appearance: none;
  -webkit-appearance: none;
}

html.recu-site .recu-local-seek::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

html.recu-site .recu-local-seek::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid #000000;
  border-radius: 50%;
  background: var(--recu-site-accent);
}

html.recu-site .recu-local-transport-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

html.recu-site .recu-local-transport button,
html.recu-site .recu-local-speed,
html.recu-site .recu-local-transport .recu-local-quality select {
  flex: 0 0 auto;
  min-width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: rgba(10, 10, 10, 0.72);
  color: #ffffff;
  font: 900 12px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  backdrop-filter: blur(8px);
}

html.recu-site .recu-local-transport button {
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

html.recu-site .recu-local-transport button:hover,
html.recu-site .recu-local-speed:hover,
html.recu-site .recu-local-transport .recu-local-quality select:hover {
  border-color: rgba(34, 197, 94, 0.74);
  color: var(--recu-site-accent);
}

html.recu-site .recu-local-transport-play {
  min-width: 42px !important;
  border-color: rgba(34, 197, 94, 0.84) !important;
  background: var(--recu-site-accent) !important;
  color: #000000 !important;
  font-size: 15px !important;
}

html.recu-site .recu-local-transport-skip {
  padding: 0 9px;
}

html.recu-site .recu-local-transport-time {
  display: inline-flex;
  min-width: 118px;
  align-items: center;
  gap: 5px;
  color: #f4f4f4;
  font: 850 13px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
}

html.recu-site .recu-local-transport-time i {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

html.recu-site .recu-local-transport-spacer {
  flex: 1 1 auto;
}

html.recu-site .recu-local-volume {
  width: 92px;
  accent-color: var(--recu-site-accent);
}

html.recu-site .recu-local-transport .recu-local-quality {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 0;
}

html.recu-site .recu-local-transport .recu-local-quality[hidden] {
  display: none !important;
}

html.recu-site .recu-local-transport .recu-local-quality span {
  display: none;
}

html.recu-site .recu-local-transport .recu-local-quality select {
  width: auto;
  min-width: 112px;
  max-width: 132px;
  padding: 0 28px 0 9px;
}

html.recu-site .recu-local-speed {
  min-width: 76px;
  padding: 0 8px;
  cursor: pointer;
}

html.recu-site .recu-local-player-stage:fullscreen {
  width: 100vw;
  height: 100vh;
  border: 0;
  border-radius: 0;
  aspect-ratio: auto;
}

html.recu-site .recu-local-player-stage:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  border: 0;
  border-radius: 0;
  aspect-ratio: auto;
}

html.recu-site .recu-local-player-bar {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 9px 12px 9px 16px;
  border: 1px solid #303030;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #121212;
}

html.recu-site .recu-local-player.is-one-layer .recu-local-player-bar {
  display: none !important;
}

html.recu-site .recu-local-watch-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: -8px 0 12px;
  overflow: hidden;
  border: 1px solid #303030;
  border-radius: 6px;
  background: #0b0b0b;
}

html.recu-site .recu-local-watch-nav a,
html.recu-site .recu-local-watch-nav > span {
  display: flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 14px;
  color: var(--recu-site-accent) !important;
  font-size: 14px;
  font-weight: 880;
  text-align: center;
  text-decoration: none !important;
}

html.recu-site .recu-local-watch-nav > :nth-child(2) {
  border-left: 1px solid #303030;
}

html.recu-site .recu-local-watch-nav > span {
  color: #555960 !important;
}

html.recu-site .recu-local-watch-nav a:hover {
  background: rgba(34, 197, 94, 0.08);
  color: #64dfa0 !important;
}

html.recu-site .recu-local-see-all {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
  border: 2px solid var(--recu-site-accent);
  border-radius: 6px;
  color: var(--recu-site-accent) !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
}

html.recu-site .recu-local-see-all:hover {
  background: var(--recu-site-accent);
  color: #000000 !important;
}

html.recu-site .recu-local-player-state {
  display: none !important;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

html.recu-site .recu-local-player-state > i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #8a8a8a;
}

html.recu-site .recu-local-player[data-player-state="loading"] .recu-local-player-state > i {
  background: var(--recu-site-accent);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
  animation: recu-player-pulse 1.2s ease-in-out infinite;
}

html.recu-site .recu-local-player[data-player-state="ok"] .recu-local-player-state > i {
  background: #7ed36a;
}

html.recu-site .recu-local-player[data-player-state="warn"] .recu-local-player-state > i {
  background: var(--recu-site-accent-2);
}

html.recu-site .recu-local-player[data-player-state="error"] .recu-local-player-state > i {
  background: #ff7474;
}

@keyframes recu-player-pulse {
  50% { opacity: 0.48; }
}

html.recu-site .recu-local-player-status {
  display: none !important;
  min-width: 0;
  color: var(--recu-site-muted);
  font-size: 13px;
  font-weight: 780;
  overflow-wrap: anywhere;
}

html.recu-site .recu-local-player-status[data-state="ok"] {
  color: #b8e6ad;
}

html.recu-site .recu-local-player-status[data-state="warn"] {
  color: var(--recu-site-accent-2);
}

html.recu-site .recu-local-player-status[data-state="error"] {
  color: #ff8c8c;
}

html.recu-site .recu-local-player-controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

html.recu-site .recu-local-player-controls-inline {
  display: inline-flex;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
}

html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-retry,
html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-download,
html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-share {
  min-height: 38px;
  height: 38px;
  padding: 0 10px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(10, 10, 10, 0.72);
  color: #ffffff !important;
  backdrop-filter: blur(8px);
}

html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-retry:hover,
html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-download:hover,
html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-share:hover {
  border-color: rgba(34, 197, 94, 0.74);
  color: var(--recu-site-accent) !important;
}

html.recu-site .recu-local-retry,
html.recu-site .recu-local-download,
html.recu-site .recu-local-share {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid #3b3b3b;
  border-radius: 4px;
  background: #181818;
  color: #dedede !important;
  font: 850 12px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none !important;
  cursor: pointer;
}

html.recu-site .recu-local-download {
  display: none !important;
}

html.recu-site img,
html.recu-site video {
  -webkit-user-drag: none;
  user-select: none;
}

html.recu-site .recu-local-retry:hover,
html.recu-site .recu-local-download:hover,
html.recu-site .recu-local-share:hover {
  border-color: var(--recu-site-accent);
  color: var(--recu-site-accent) !important;
}

html.recu-site .recu-local-retry > span,
html.recu-site .recu-local-download > span,
html.recu-site .recu-local-share > span {
  color: var(--recu-site-accent);
  font-size: 17px;
  line-height: 1;
}

html.recu-site .recu-local-quality {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--recu-site-muted);
  font-size: 12px;
  font-weight: 820;
}

html.recu-site .recu-local-quality[hidden] {
  display: none !important;
}

html.recu-site .recu-local-quality select {
  min-height: 38px;
  padding: 0 28px 0 10px;
  border: 1px solid #3b3b3b;
  border-radius: 4px;
  background: #181818;
  color: #ffffff;
  font: 850 13px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.recu-site .recu-local-video-info {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 46px;
  padding: 14px 16px;
  border-bottom: 1px solid #292929;
}

html.recu-site .recu-local-performer {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #ffffff !important;
  text-decoration: none !important;
}

html.recu-site .recu-local-performer-mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(34, 197, 94, 0.55);
  border-radius: 4px;
  background: #181818;
  color: var(--recu-site-accent);
  font-size: 20px;
  font-weight: 950;
}

html.recu-site .recu-local-performer strong,
html.recu-site .recu-local-performer small {
  display: block;
}

html.recu-site .recu-local-performer strong {
  font-size: 16px;
  overflow-wrap: anywhere;
}

html.recu-site .recu-local-performer small {
  margin-top: 4px;
  color: var(--recu-site-muted);
  font-size: 12px;
  font-weight: 700;
}

html.recu-site .recu-local-video-info dl {
  display: flex;
  flex: 0 0 auto;
  gap: 28px;
  margin: 0;
}

html.recu-site .recu-local-video-info dl > div {
  min-width: 96px;
}

html.recu-site .recu-local-video-info dt,
html.recu-site .recu-local-video-info dd {
  margin: 0;
}

html.recu-site .recu-local-video-info dt {
  color: #777b82;
  font-size: 11px;
  font-weight: 780;
}

html.recu-site .recu-local-video-info dd {
  margin-top: 4px;
  color: #ececec;
  font-size: 13px;
  font-weight: 850;
}

html.recu-site .recu-local-related {
  margin-top: 0;
}

html.recu-site .recu-local-related .recu-section-head {
  margin-top: 0;
}

html.recu-site .recu-local-related .recu-section-head a {
  color: var(--recu-site-accent) !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
}

html.recu-site .recu-local-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 12px;
}

html.recu-site .recu-local-related-card {
  display: block;
  min-width: 0;
  color: #ffffff !important;
  text-decoration: none !important;
}

html.recu-site .recu-local-related-thumb {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  border: 1px solid #292929;
  border-radius: 5px;
  background: #111111;
}

html.recu-site .recu-local-related-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, opacity 180ms ease;
}

html.recu-site .recu-local-related-card:hover .recu-local-related-thumb img {
  opacity: 0.78;
  transform: scale(1.02);
}

html.recu-site .recu-local-related-thumb > i {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
  opacity: 0;
  transition: opacity 180ms ease;
}

html.recu-site .recu-local-related-card:hover .recu-local-related-thumb > i {
  opacity: 1;
}

html.recu-site .recu-local-related-thumb b {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 2;
  padding: 3px 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.76);
  color: #ffffff;
  font-size: 11px;
}

html.recu-site .recu-local-related-copy {
  display: block;
  min-width: 0;
  padding: 9px 2px 0;
}

html.recu-site .recu-local-related-copy strong,
html.recu-site .recu-local-related-copy small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.recu-site .recu-local-related-copy strong {
  color: var(--recu-site-accent);
  font-size: 14px;
}

html.recu-site .recu-local-related-copy small {
  margin-top: 4px;
  color: var(--recu-site-muted);
  font-size: 12px;
}

html.recu-site .recu-discovery-section {
  margin-top: 42px;
  scroll-margin-top: 18px;
}

html.recu-site .recu-discovery-head {
  min-height: 52px;
  margin: 0 0 16px !important;
  padding: 0 14px;
  border: 1px solid #303030;
  border-left: 3px solid var(--recu-site-accent);
  border-radius: 5px;
  background: #171b18;
}

html.recu-site .recu-discovery-head h2 {
  min-width: 0;
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.08;
}

html.recu-site .recu-discovery-head > span {
  color: #8c9690;
  font-size: 12px;
  font-weight: 850;
}

html.recu-site .recu-kink-card .recu-local-related-thumb::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.56));
  content: "";
  pointer-events: none;
}

html.recu-site .recu-kink-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: calc(100% - 28px);
  color: #fff4c9;
  font-size: clamp(16px, 2.3vw, 23px);
  font-weight: 950;
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.92);
  transform: translate(-50%, -50%);
}

html.recu-site:not([data-recu-vip="1"]) .recu-kink-card .recu-local-related-thumb::before {
  align-items: end;
  justify-items: center;
  padding: 10px 12px;
  color: #ffe28a;
  content: "VIP −90%";
  font-size: 10px;
  letter-spacing: 0;
}

html.recu-site .recu-kink-card .recu-local-related-thumb b {
  z-index: 4;
}

html.recu-site .recu-top-comments {
  margin-bottom: 22px;
}

html.recu-site .recu-top-comments-list {
  overflow: hidden;
  border: 1px solid #292929;
  border-radius: 6px;
  background: #0e0e0e;
}

html.recu-site .recu-top-comment {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr) 22px;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  color: #ffffff !important;
  text-decoration: none !important;
}

html.recu-site .recu-top-comment + .recu-top-comment {
  border-top: 1px solid #292929;
}

html.recu-site .recu-top-comment:hover {
  background: rgba(34, 197, 94, 0.07);
}

html.recu-site .recu-top-comment-thumb {
  position: relative;
  display: block;
  width: 176px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 4px;
  background: #181818;
}

html.recu-site .recu-top-comment-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.recu-site:not([data-recu-vip="1"]) .recu-top-comment-thumb img {
  filter: blur(10px) brightness(0.52);
  transform: scale(1.08);
}

html.recu-site .recu-top-comment-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

html.recu-site .recu-top-comment-copy b {
  color: var(--recu-site-vip-2);
  font-size: 16px;
  font-weight: 950;
}

html.recu-site .recu-top-comment-copy strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

html.recu-site .recu-top-comment-copy small {
  overflow: hidden;
  color: #8c918e;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.recu-site .recu-top-comment > i {
  color: var(--recu-site-accent);
  font-size: 28px;
  font-style: normal;
  line-height: 1;
}

html.recu-site .recu-vip-gate {
  position: relative;
  display: grid;
  min-height: min(64vh, 620px);
  place-items: center;
  overflow: hidden;
  margin: 22px auto 72px;
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 42%, rgba(34, 197, 94, 0.2), transparent 34%),
    linear-gradient(135deg, #111111, #050505);
}

html.recu-site .recu-vip-preview {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050505;
  opacity: 0;
  transform: scale(1.015);
  pointer-events: none;
  transition: opacity 420ms ease, transform 420ms ease;
}

html.recu-site .recu-vip-gate.is-previewing .recu-vip-preview {
  opacity: 1;
  transform: scale(1);
}

html.recu-site .recu-vip-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.recu-site .recu-vip-preview-placeholder {
  color: #ffffff;
  font-size: clamp(42px, 8vw, 92px);
  font-weight: 950;
  overflow-wrap: anywhere;
  text-align: center;
}

html.recu-site .recu-vip-preview-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 50% 48%, transparent, rgba(0, 0, 0, 0.55));
}

html.recu-site .recu-vip-preview-timer {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

html.recu-site .recu-vip-preview-timer b {
  color: var(--recu-site-vip-2);
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.05;
  text-wrap: balance;
}

html.recu-site .recu-vip-preview-timer span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 780;
}

html.recu-site .recu-vip-gate.is-previewing .recu-vip-orbit,
html.recu-site .recu-vip-gate.is-previewing .recu-vip-panel {
  opacity: 0;
  transform: translateY(10px);
}

html.recu-site .recu-vip-orbit,
html.recu-site .recu-vip-panel {
  transition: opacity 360ms ease, transform 360ms ease;
}

html.recu-site .recu-vip-orbit {
  position: absolute;
  width: min(56vw, 460px);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 184, 0, 0.22);
  border-radius: 50%;
  animation: recuVipSpin 8s linear infinite;
}

html.recu-site .recu-vip-orbit span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--recu-site-vip);
  box-shadow: 0 0 22px rgba(245, 184, 0, 0.78);
}

html.recu-site .recu-vip-orbit span:nth-child(1) {
  left: 50%;
  top: -5px;
}

html.recu-site .recu-vip-orbit span:nth-child(2) {
  right: 12%;
  bottom: 12%;
}

html.recu-site .recu-vip-orbit span:nth-child(3) {
  left: 10%;
  bottom: 18%;
}

html.recu-site .recu-vip-panel {
  position: relative;
  z-index: 1;
  width: min(620px, calc(100% - 32px));
  padding: 34px 28px;
  border: 1px solid rgba(245, 184, 0, 0.36);
  border-radius: 6px;
  background: rgba(12, 12, 12, 0.86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  text-align: center;
}

html.recu-site .recu-vip-panel p,
html.recu-site .recu-vip-panel h1,
html.recu-site .recu-vip-panel small {
  margin: 0;
}

html.recu-site .recu-vip-panel p {
  color: var(--recu-site-vip-2);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

html.recu-site .recu-vip-panel h1 {
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  text-wrap: balance;
}

html.recu-site .recu-vip-panel small {
  display: block;
  margin-top: 12px;
  color: var(--recu-site-muted);
  font-weight: 760;
}

html.recu-site .recu-vip-panel .recu-search-actions {
  justify-content: center;
  margin-top: 22px;
}

@keyframes recuVipSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes recuPaywallIn {
  from {
    opacity: 0;
    transform: scale(1.018);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes recuPriceShine {
  0%,
  44% {
    transform: translateX(-70%) rotate(12deg);
  }
  72%,
  100% {
    transform: translateX(70%) rotate(12deg);
  }
}

@keyframes recuPlanGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px color-mix(in srgb, var(--recu-plan-accent) 56%, transparent),
      0 12px 28px color-mix(in srgb, var(--recu-plan-accent) 18%, transparent);
  }
  50% {
    box-shadow:
      0 0 0 2px color-mix(in srgb, var(--recu-plan-accent-2) 72%, transparent),
      0 18px 46px color-mix(in srgb, var(--recu-plan-accent) 38%, transparent);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.recu-site .recu-paywall-plan::before,
  html.recu-site .recu-paywall-plan.is-selected,
  html.recu-site .recu-paywall-plan:has(input:checked) {
    animation: none;
  }
}

html.recu-site .recu-search-empty {
  padding: 26px 24px;
  border: 1px solid #303030;
  border-radius: 4px;
  background: #141414;
}

html.recu-site .recu-search-empty h2 {
  margin: 0 0 8px;
  color: #ffffff !important;
}

html.recu-site .recu-search-empty code {
  padding: 2px 6px;
  border-radius: 4px;
  background: #252525;
  color: #ffffff;
}

html.recu-site [data-testid="statistic"],
html.recu-site h1,
html.recu-site h2,
html.recu-site h3,
html.recu-site .page-h1 {
  color: var(--recu-site-text) !important;
}

html.recu-site [data-testid="statistic"] {
  margin-top: 10px !important;
  color: var(--recu-site-muted) !important;
}

html.recu-site .search-box input,
html.recu-site .form-control {
  min-height: 44px !important;
  border: 1px solid var(--recu-site-border) !important;
  border-radius: 4px !important;
  background: #4d4d4d !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html.recu-site .search-box input::placeholder,
html.recu-site .form-control::placeholder {
  color: #c7c7c7 !important;
}

html.recu-site .search-box input:focus,
html.recu-site .form-control:focus {
  border-color: rgba(34, 197, 94, 0.7) !important;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18) !important;
}

html.recu-site .btn,
html.recu-site .btn-base,
html.recu-site .btn-secondary,
html.recu-site .btn-base-outline,
html.recu-site .dropdown-toggle {
  border-color: #5f6872 !important;
  border-radius: 4px !important;
  background: #7a828b !important;
  color: #151515 !important;
  box-shadow: none !important;
}

html.recu-site .btn:hover,
html.recu-site .btn-secondary:hover,
html.recu-site .btn-base-outline:hover,
html.recu-site .dropdown-toggle:hover {
  border-color: var(--recu-site-accent) !important;
  background: #9aa3ad !important;
  color: #000 !important;
}

html.recu-site .selected,
html.recu-site .active,
html.recu-site .btn-warning,
html.recu-site #play_button {
  border-color: var(--recu-site-accent) !important;
  background: #111111 !important;
  color: var(--recu-site-accent) !important;
}

html.recu-site .base-dropdown-menu,
html.recu-site .dropdown-menu {
  border: 1px solid var(--recu-site-border) !important;
  border-radius: 4px !important;
  background: #121212 !important;
  box-shadow: var(--recu-site-shadow) !important;
}

html.recu-site .dropdown-item {
  color: var(--recu-site-text) !important;
}

html.recu-site .dropdown-item:hover {
  background: #252525 !important;
  color: var(--recu-site-accent) !important;
}

html.recu-site .filtered-recordings-list-page > h1,
html.recu-site .page-title,
html.recu-site .block-title {
  margin: 24px 0 !important;
  border: 1px solid #303030 !important;
  border-radius: 4px !important;
  background: #202020 !important;
  color: var(--recu-site-text) !important;
  box-shadow: none !important;
}

html.recu-site .video-filters,
html.recu-site .filters,
html.recu-site .dropdowns {
  gap: 10px !important;
}

html.recu-site .recording,
html.recu-site .video-item,
html.recu-site .card,
html.recu-site [class*="video-card"],
html.recu-site [class*="recording-card"] {
  border-radius: 4px !important;
}

html.recu-site a {
  color: var(--recu-site-accent) !important;
}

html.recu-site a:hover {
  color: var(--recu-site-accent-2) !important;
}

html.recu-site img,
html.recu-site video {
  border-radius: 3px !important;
}

html.recu-site .video-preview,
html.recu-site .recording-preview,
html.recu-site [class*="thumb"] {
  overflow: hidden !important;
  border-radius: 4px !important;
  background: #151515 !important;
}

html.recu-site .pagination a,
html.recu-site .page-link {
  border-color: #333 !important;
  background: #171717 !important;
  color: var(--recu-site-accent) !important;
}

html.recu-site .pagination .active a,
html.recu-site .page-item.active .page-link {
  background: var(--recu-site-accent) !important;
  color: #000 !important;
}

html.recu-site .footer {
  color: var(--recu-site-muted) !important;
}

@media (max-width: 760px) {
  html.recu-site,
  html.recu-site body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }

  html.recu-site body {
    touch-action: pan-y;
  }

  html.recu-site .recu-search-page {
    width: min(430px, calc(100% - 12px));
    max-width: calc(100% - 12px);
    padding-top: 16px;
    overflow-x: clip;
  }

  html.recu-site .recu-search-page > header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
    padding-right: 0;
  }

  html.recu-site .recu-search-page-form {
    width: 100%;
    max-width: none;
  }

  html.recu-site .recu-search-brand {
    padding-right: 128px;
    font-size: 31px;
  }

  html.recu-site .recu-search-hero {
    padding: 18px 16px;
  }

  html.recu-site .recu-home-auth,
  html.recu-site .recu-home-auth.is-signed-in {
    grid-template-columns: 1fr;
    width: calc(100% - 18px);
    margin: 0 auto 24px;
  }

  html.recu-site .recu-home-auth-form,
  html.recu-site .recu-home-auth-register {
    grid-template-columns: 1fr;
  }

  html.recu-site .recu-home-auth-actions {
    justify-content: flex-start;
  }

  html.recu-site .recu-home-auth-actions .recu-home-vip-activate {
    width: 100%;
  }

  html.recu-site .recu-vip-promo-modal {
    align-items: center;
    justify-items: center;
    padding: 9px;
    overflow: hidden;
  }

  html.recu-site .recu-vip-promo-dialog {
    width: min(420px, 100%);
    height: auto;
    max-height: calc(100vh - 18px);
    max-height: calc(100svh - 18px);
    overflow: hidden;
    border-radius: 14px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-card {
    display: grid;
    height: auto;
    max-height: calc(100vh - 18px);
    max-height: calc(100svh - 18px);
    gap: 6px;
    align-content: start;
    padding: 10px;
    overflow: hidden;
    border-color: rgba(74, 222, 128, 0.72);
    border-radius: 14px;
    background:
      radial-gradient(circle at 22% 0, rgba(74, 222, 128, 0.16), transparent 34%),
      radial-gradient(circle at 88% 8%, rgba(34, 197, 94, 0.12), transparent 30%),
      linear-gradient(155deg, rgba(5, 26, 15, 0.99), rgba(8, 15, 12, 0.99));
  }

  html.recu-site .recu-vip-promo-close {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    font-size: 27px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-eyebrow {
    max-width: calc(100% - 44px);
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.05;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-card h2 {
    max-width: calc(100% - 44px);
    margin-top: 0;
    font-size: clamp(23px, 6.8vw, 30px);
    line-height: 0.98;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-copy {
    display: none;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-timer {
    gap: 8px;
    margin-top: 0;
    padding: 6px 8px;
    border-radius: 8px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-timer span {
    font-size: 11px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-timer b {
    font-size: 22px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-benefits {
    display: none !important;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-plan-title {
    margin: 0;
    color: #f4fff7;
    font-size: 14px;
    line-height: 1;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 0;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-plan {
    min-height: 76px;
    gap: 2px;
    padding: 8px;
    border-radius: 8px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-discount {
    padding: 2px 7px;
    font-size: 10px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-plan strong {
    font-size: 12px;
    line-height: 1.05;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-plan b {
    font-size: clamp(20px, 5.7vw, 25px);
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-plan del {
    display: none;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-plan small {
    display: none !important;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-selected {
    right: 6px;
    bottom: 6px;
    padding: 2px 5px;
    font-size: 8px;
    line-height: 1.1;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-payment {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 0;
    padding: 8px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.2;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-payment > span {
    font-size: 11px;
    line-height: 1.15;
    overflow-wrap: normal;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-phone {
    justify-self: stretch;
    width: 100%;
    min-height: 48px;
    padding: 6px 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, #66dfa0, #22c55e);
    color: #050505;
    font-size: clamp(24px, 7vw, 29px);
    line-height: 1;
    text-align: center;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-copy-label {
    color: rgba(5, 5, 5, 0.72);
    font-size: 9px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-copyhint {
    display: none !important;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-mobile-help {
    display: block;
    grid-column: 1 / -1;
    color: rgba(220, 255, 233, 0.78);
    font-size: 10px;
    font-weight: 820;
    line-height: 1.2;
    overflow-wrap: normal;
    text-align: center;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-steps {
    display: none;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-top: 0;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-form label {
    gap: 3px;
    min-width: 0;
    font-size: 10px;
    line-height: 1.1;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-form label > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-form label:has(input[type="file"]) {
    grid-column: 1 / -1;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-form input {
    min-height: 31px;
    padding: 0 8px;
    border-radius: 6px;
    font-size: 12px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-form input[type="file"] {
    min-height: 32px;
    padding: 5px 8px;
    font-size: 10px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-form button {
    grid-column: 1 / -1;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 13px;
  }

  html.recu-site .recu-vip-promo-dialog .recu-paywall-ai {
    display: none;
  }

  html.recu-site .recu-search-results {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  html.recu-site .recu-home-gallery {
    width: 100%;
    max-width: 100%;
    margin: 14px auto 26px;
    overflow-x: clip;
  }

  html.recu-site .recu-gallery-head {
    align-items: flex-start;
  }

  html.recu-site .recu-gallery-head h2 {
    font-size: 24px;
  }

  html.recu-site .recu-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  html.recu-site .recu-home-videos .recu-gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  html.recu-site .recu-gallery-card {
    width: 100%;
    max-width: 100%;
    justify-self: center;
    border-color: rgba(34, 197, 94, 0.36);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(14, 26, 19, 0.98), rgba(13, 13, 13, 0.98)),
      #111111;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(74, 222, 128, 0.06);
    touch-action: pan-y;
  }

  html.recu-site .recu-gallery-preview-sheet,
  html.recu-site .recu-search-preview-sheet,
  html.recu-site .recu-gallery-frame-preview {
    pointer-events: none;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
  }

  html.recu-site .recu-gallery-card:hover,
  html.recu-site .recu-gallery-card:focus-visible {
    border-color: rgba(74, 222, 128, 0.78);
    background:
      linear-gradient(180deg, rgba(13, 38, 24, 0.98), rgba(16, 16, 16, 0.98)),
      #121212;
  }

  html.recu-site .recu-gallery-thumb {
    border-radius: 8px 8px 0 0 !important;
  }

  html.recu-site .recu-gallery-thumb b {
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 52px);
    padding: 4px 7px;
    border: 1px solid rgba(74, 222, 128, 0.38);
    border-radius: 7px;
    background: rgba(5, 46, 22, 0.78);
    color: #dcffe9;
    font-size: clamp(12px, 3.6vw, 15px);
    font-weight: 950;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
  }

  html.recu-site .recu-gallery-play {
    left: 8px;
    bottom: 8px;
    width: 36px;
    height: 36px;
    border-color: rgba(74, 222, 128, 0.38);
    background: rgba(0, 0, 0, 0.62);
    color: #dcffe9;
    font-size: 14px;
  }

  html.recu-site .recu-gallery-card strong {
    min-height: 0;
    margin-top: 10px;
    padding: 0 10px;
    color: #f3fff7;
    font-size: clamp(14px, 4vw, 17px);
    font-weight: 950;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.recu-site .recu-gallery-card small {
    padding: 0 10px;
    color: #4ade80;
    font-size: clamp(13px, 3.8vw, 16px);
    font-weight: 950;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 0 18px rgba(74, 222, 128, 0.22);
  }

  html.recu-site .recu-gallery-card small {
    margin: 6px 0 12px;
  }

  html.recu-site .recu-home-videos .recu-gallery-card strong,
  html.recu-site .recu-home-videos .recu-gallery-card small {
    padding: 0 20px;
    font-size: 19px;
  }

  html.recu-site .recu-gallery-filters {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    order: initial !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
    overflow: visible;
    align-items: stretch;
  }

  html.recu-site .recu-gallery-filters input {
    grid-column: 1 / -1;
  }

  html.recu-site .recu-gallery-filters input,
  html.recu-site .recu-gallery-filters select,
  html.recu-site .recu-gallery-filters button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 44px;
    margin: 0 !important;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  html.recu-site .recu-gallery-filters select[name="thumb"] {
    grid-column: 1;
  }

  html.recu-site .recu-gallery-filters select[name="sort"] {
    grid-column: 2;
  }

  html.recu-site .recu-gallery-filters select[name="limit"] {
    grid-column: 1;
  }

  html.recu-site .recu-gallery-filters button {
    grid-column: 2;
  }

  html.recu-site .recu-model-hero {
    display: grid;
    align-items: start;
  }

  html.recu-site .recu-model-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  html.recu-site .recu-model-uploaded-video-grid {
    grid-template-columns: 1fr;
  }

  html.recu-site .recu-model-gallery-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  html.recu-site .recu-model-gallery-toolbar button,
  html.recu-site .recu-model-gallery-toolbar a {
    width: 100%;
  }

  html.recu-site .recu-photo-viewer {
    padding: 8px;
  }

  html.recu-site .recu-photo-viewer-dialog {
    grid-template-columns: 1fr;
    width: 100%;
    max-height: calc(100vh - 16px);
  }

  html.recu-site .recu-photo-viewer-stage,
  html.recu-site .recu-photo-viewer-image {
    height: 72vh;
    min-height: 0;
  }

  html.recu-site .recu-photo-viewer-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 42px;
    height: 52px;
    transform: translateY(-50%);
  }

  html.recu-site .recu-photo-viewer-prev {
    left: 8px;
  }

  html.recu-site .recu-photo-viewer-next {
    right: 8px;
  }

  html.recu-site .recu-photo-viewer-close {
    top: 8px;
    right: 8px;
  }

  html.recu-site .recu-photo-viewer-caption {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 4px 0;
  }

  html.recu-site .recu-photo-viewer-caption small {
    text-align: left;
  }

  html.recu-site .recu-local-player {
    width: 100%;
    margin-bottom: 16px;
  }

  html.recu-site .recu-local-video-page {
    width: 100%;
    padding: 0 0 48px;
  }

  html.recu-site .recu-local-video-page > header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin: 0 0 10px;
    padding: 14px 10px;
    border-bottom: 1px solid #292929;
  }

  html.recu-site .recu-local-video-page .recu-search-page-form {
    display: flex !important;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100% !important;
    margin: 0 !important;
    order: initial;
  }

  html.recu-site .recu-local-video-page .recu-search-brand {
    align-self: center;
    padding: 0;
    font-size: 28px;
    line-height: 1;
  }

  html.recu-site .recu-local-video-page .recu-lang-switch {
    position: static !important;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  html.recu-site .recu-local-video-page .recu-local-watch-heading,
  html.recu-site .recu-local-video-page .recu-local-video-info,
  html.recu-site .recu-local-video-page .recu-local-related {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }

  html.recu-site .recu-local-watch-heading {
    display: grid;
    align-items: start;
    margin-top: 18px;
  }

  html.recu-site .recu-local-watch-heading h1 {
    font-size: 40px;
  }

  html.recu-site .recu-local-video-page .recu-local-watch-heading {
    gap: 14px;
    margin-top: 10px;
    margin-bottom: 14px;
  }

  html.recu-site .recu-local-video-page .recu-local-watch-heading h1 {
    font-size: clamp(28px, 9vw, 38px);
  }

  html.recu-site .recu-local-video-page .recu-search-actions {
    gap: 8px;
  }

  html.recu-site .recu-local-video-page .recu-search-actions a {
    min-height: 42px;
    padding: 0 13px;
    font-size: 13px;
  }

  html.recu-site .recu-local-watch-heading .recu-search-actions {
    justify-content: flex-start;
  }

  html.recu-site .recu-local-player-stage {
    min-height: 0;
  }

  html.recu-site .recu-local-video-page .recu-local-player {
    width: 100%;
    margin: 0 0 10px;
  }

  html.recu-site .recu-local-video-page .recu-local-player-stage {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  html.recu-site .recu-local-video-page .recu-local-player-bar {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  html.recu-site .recu-local-video-page .recu-local-watch-nav,
  html.recu-site .recu-local-video-page .recu-local-see-all {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }

  html.recu-site .recu-local-video-page .recu-local-watch-nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  html.recu-site .recu-local-video-page .recu-local-see-all {
    margin-bottom: 24px;
  }

  html.recu-site .recu-local-video-page .recu-local-watch-nav a,
  html.recu-site .recu-local-video-page .recu-local-watch-nav > span {
    min-height: 46px;
    padding: 8px;
    font-size: 13px;
  }

  html.recu-site .recu-local-play-overlay {
    min-width: 142px;
    min-height: 50px;
    padding: 0 17px;
    font-size: 14px;
  }

  html.recu-site .recu-local-transport {
    gap: 5px;
    padding: 38px 7px 7px;
  }

  html.recu-site .recu-local-transport-row {
    flex-wrap: nowrap;
    width: 100%;
    gap: 4px;
    overflow: visible;
    scrollbar-width: none;
  }

  html.recu-site .recu-local-transport-row::-webkit-scrollbar {
    display: none;
  }

  html.recu-site .recu-local-timeline {
    min-height: 54px;
  }

  html.recu-site .recu-local-filmstrip {
    display: grid;
    grid-auto-columns: minmax(56px, 1fr);
  }

  html.recu-site .recu-local-timeline .recu-local-seek-rail::before,
  html.recu-site .recu-local-timeline .recu-local-seek-buffer {
    bottom: 6px;
  }

  html.recu-site .recu-local-filmstrip-cursor::after {
    bottom: 4px;
    width: 11px;
    height: 11px;
  }

  html.recu-site .recu-local-transport button,
  html.recu-site .recu-local-speed,
  html.recu-site .recu-local-transport .recu-local-quality select {
    min-width: 34px;
    height: 34px;
    font-size: 11px;
  }

  html.recu-site .recu-local-transport-play {
    min-width: 36px !important;
  }

  html.recu-site .recu-local-transport-skip {
    min-width: 38px !important;
    padding: 0 5px;
  }

  html.recu-site .recu-local-transport-time {
    min-width: 82px;
    flex: 1 1 auto;
    justify-content: center;
    gap: 3px;
    font-size: 11px;
    white-space: nowrap;
  }

  html.recu-site .recu-local-transport-spacer {
    display: none;
  }

  html.recu-site .recu-local-volume {
    display: none;
  }

  html.recu-site .recu-local-transport .recu-local-quality select {
    width: 66px;
    min-width: 66px;
    max-width: 70px;
    padding: 0 18px 0 6px;
  }

  html.recu-site .recu-local-transport .recu-local-quality {
    width: auto;
    max-width: 70px;
  }

  html.recu-site .recu-local-speed {
    display: none;
  }

  html.recu-site .recu-local-player-controls-inline {
    flex: 0 0 auto;
    gap: 5px;
  }

  html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-retry,
  html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-download,
  html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-share {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
  }

  html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-retry b,
  html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-download b,
  html.recu-site .recu-local-transport .recu-local-player-controls-inline .recu-local-share b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  html.recu-site .recu-local-player-bar {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    padding: 12px;
  }

  html.recu-site .recu-local-player-state {
    min-height: 30px;
  }

  html.recu-site .recu-local-player-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  html.recu-site .recu-local-player-controls .recu-local-quality:not([hidden]) {
    grid-column: 1 / -1;
  }

  html.recu-site .recu-local-quality,
  html.recu-site .recu-local-quality select {
    width: 100%;
  }

  html.recu-site .recu-local-retry,
  html.recu-site .recu-local-download,
  html.recu-site .recu-local-share {
    width: 100%;
  }

  html.recu-site .recu-local-video-info {
    display: grid;
    gap: 18px;
    margin-bottom: 34px;
    padding: 14px 4px 20px;
  }

  html.recu-site .recu-local-video-info dl {
    justify-content: space-between;
    gap: 16px;
  }

  html.recu-site .recu-local-video-info dl > div {
    min-width: 0;
  }

  html.recu-site .recu-local-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 8px;
  }

  html.recu-site .recu-local-related-copy strong {
    font-size: 13px;
  }

  html.recu-site .recu-gallery-card strong {
    font-size: 12px;
  }

  html.recu-site .recu-profile-results {
    grid-template-columns: 1fr;
  }

  html.recu-site .header-block {
    margin-top: 10px !important;
    padding: 14px !important;
  }

  html.recu-site .recu-mobile-search {
    display: flex !important;
    position: sticky;
    top: 0;
    z-index: 2147482000;
    gap: 6px;
    width: 100%;
    margin: 8px 0 10px;
    padding: 8px 0;
    background: #000000;
  }

  html.recu-site .recu-mobile-search input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid #363636;
    border-radius: 4px;
    background: #161616;
    color: #ffffff;
    font: 750 14px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    outline: 0;
  }

  html.recu-site .recu-mobile-search input::placeholder {
    color: #aeb3ba;
  }

  html.recu-site .recu-mobile-search input:focus {
    border-color: var(--recu-site-accent);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.16);
  }

  html.recu-site .recu-mobile-search button {
    flex: 0 0 auto;
    min-width: 76px;
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 4px;
    background: var(--recu-site-accent);
    color: #000000;
    font: 850 13px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  html.recu-site .header-main {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  html.recu-site .search-box,
  html.recu-site .header-main .search-box,
  html.recu-site .header-mobile .search-box,
  html.recu-site .recu-top-search {
    display: flex !important;
    order: 10;
    width: 100% !important;
    max-width: none !important;
    margin: 10px 0 0 !important;
  }

  html.recu-site .recu-top-search input,
  html.recu-site .recu-top-search-generated input {
    font-size: 13px;
  }

  html.recu-site .recu-local-nav,
  html.recu-site .recu-local-account {
    display: flex !important;
    order: 11;
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 2px;
  }

  html.recu-site .recu-local-nav a,
  html.recu-site .recu-local-account a {
    min-height: 44px !important;
    font-size: 14px;
  }

  html.recu-site .recu-local-nav a:first-child,
  html.recu-site .recu-local-account a:first-child {
    background: var(--recu-site-accent);
    color: #000000 !important;
  }

  html.recu-site .recu-local-account .recu-vip-badge {
    order: 3;
    flex: 1 0 100%;
    min-height: 40px;
    justify-content: flex-start;
  }

  html.recu-site .header-mobile-menu {
    background: #111 !important;
    color: var(--recu-site-text) !important;
  }

  html.recu-site .recu-gallery-filters.recu-top-search {
    display: grid !important;
    order: initial !important;
    margin: 0 0 14px !important;
  }
}

@media (max-width: 360px) {
  html.recu-site .recu-local-transport {
    padding-right: 5px;
    padding-left: 5px;
  }

  html.recu-site .recu-local-transport-row {
    gap: 3px;
  }

  html.recu-site .recu-local-transport button,
  html.recu-site .recu-local-transport .recu-local-quality select {
    min-width: 32px;
    height: 32px;
  }

  html.recu-site .recu-local-transport-play {
    min-width: 34px !important;
  }

  html.recu-site .recu-local-transport-skip {
    min-width: 34px !important;
    padding: 0 3px;
  }

  html.recu-site .recu-local-transport-time {
    min-width: 68px;
    font-size: 10px;
  }

  html.recu-site .recu-local-transport .recu-local-quality,
  html.recu-site .recu-local-transport .recu-local-quality select {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
  }
}

html.recu-site .recu-search-page > header {
  flex-wrap: wrap;
}

html.recu-site .recu-search-page > header .recu-lang-switch {
  position: static;
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 760px) {
  html.recu-site .recu-search-page > header,
  html.recu-site .recu-local-video-page > header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding-right: 0;
    padding-left: 0;
  }

  html.recu-site .recu-search-page > header .recu-search-brand,
  html.recu-site .recu-local-video-page > header .recu-search-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    font-size: 28px;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.recu-site .recu-search-page > header .recu-lang-switch,
  html.recu-site .recu-local-video-page > header .recu-lang-switch {
    position: static !important;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    margin: 0;
  }

  html.recu-site .recu-search-page > header .recu-search-page-form,
  html.recu-site .recu-local-video-page > header .recu-search-page-form {
    display: flex !important;
    grid-column: 1 / -1;
    grid-row: 2;
    order: initial;
    width: 100% !important;
    min-width: 0;
    max-width: none !important;
    margin: 0 !important;
  }

  html.recu-site .recu-search-page > header .recu-local-account,
  html.recu-site .recu-local-video-page > header .recu-local-account {
    grid-column: 1 / -1;
    grid-row: 3;
    order: initial;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  html.recu-site .recu-model-overview {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 13px;
    margin: 14px 0 22px;
    padding: 13px;
  }

  html.recu-site .recu-model-overview-avatar {
    width: 94px;
    height: 94px;
    align-self: start;
  }

  html.recu-site .recu-model-overview-copy > h2 {
    font-size: 24px;
  }

  html.recu-site .recu-model-overview-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 10px;
  }

  html.recu-site .recu-model-overview-stats span {
    padding: 8px 6px;
    text-align: center;
  }

  html.recu-site .recu-model-overview-stats b {
    font-size: 15px;
  }

  html.recu-site .recu-model-overview-stats small {
    font-size: 9px;
  }

  html.recu-site .recu-model-overview-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  html.recu-site .recu-model-overview-nav a {
    min-height: 40px;
    padding: 0 8px;
    font-size: 11px;
  }

  html.recu-site .recu-kazakh-model-page .recu-model-video-grid,
  html.recu-site .recu-local-video-page .recu-local-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.recu-site .recu-discovery-section {
    width: 100%;
    margin-top: 30px;
  }

  html.recu-site .recu-local-video-page .recu-discovery-section {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }

  html.recu-site .recu-discovery-head {
    min-height: 48px;
    gap: 8px;
    margin-bottom: 12px !important;
    padding: 8px 10px;
  }

  html.recu-site .recu-discovery-head h2 {
    font-size: 19px;
  }

  html.recu-site .recu-discovery-head > a,
  html.recu-site .recu-discovery-head > span {
    flex: 0 0 auto;
    font-size: 10px !important;
  }

  html.recu-site .recu-kink-label {
    width: calc(100% - 18px);
    font-size: 14px;
  }

  html.recu-site .recu-top-comment {
    grid-template-columns: 112px minmax(0, 1fr) 14px;
    gap: 9px;
    padding: 9px;
  }

  html.recu-site .recu-top-comment-thumb {
    width: 112px;
  }

  html.recu-site .recu-top-comment-copy b {
    font-size: 14px;
  }

  html.recu-site .recu-top-comment-copy strong {
    font-size: 12px;
  }

  html.recu-site .recu-top-comment-copy small {
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  html.recu-site .recu-model-overview {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  html.recu-site .recu-model-overview-avatar {
    width: 78px;
    height: 78px;
  }

  html.recu-site .recu-model-overview-copy > h2 {
    font-size: 20px;
  }

  html.recu-site .recu-top-comment {
    grid-template-columns: 96px minmax(0, 1fr) 12px;
  }

  html.recu-site .recu-top-comment-thumb {
    width: 96px;
  }
}
