/* AdultPeach visual identity — soft lounge / ripe peach (not MassVideoGenerator chrome) */
:root {
  --primary: #ff6b8a;
  --accent-purple: #e85d75;
  --accent-pink: #ff6b8a;
  --neon-violet: #ff6b8a;
  --background-dark: #161014;
  --background-light: #fff1ec;
  --ap-peach: #ff6b8a;
  --ap-blush: #ff6b8a;
  --ap-rose: #e85d75;
  --ap-cream: #ffd0dc;
  --ap-leaf: #5cb87a;
  --ap-ink: #120d11;
  --ap-panel: #1c1519;
  --ap-panel-2: #241b20;
  --ap-line: rgba(255, 176, 196, 0.14);
  --ap-muted: rgba(255, 230, 236, 0.58);
  --font-ui: "Outfit", "Segoe UI", sans-serif;
}

html,
body,
#app {
  font-family: var(--font-ui);
  letter-spacing: 0.01em;
}

/* ── Atmosphere ── */
.home-view-root,
.home-feed-scroll {
  background:
    radial-gradient(ellipse 55% 40% at 8% -5%, rgba(232, 93, 117, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 38% at 96% 8%, rgba(255, 107, 138, 0.14), transparent 52%),
    radial-gradient(ellipse 70% 50% at 50% 110%, rgba(255, 107, 138, 0.08), transparent 60%),
    linear-gradient(180deg, #1a1216 0%, #120d11 42%, #0c090b 100%) !important;
}

.home-top-bar,
.home-top-bar.home-header-extended-bg,
.channel-wbr12001-theme .home-top-bar,
.channel-wbr12002-theme .home-top-bar {
  background:
    linear-gradient(180deg, rgba(28, 21, 25, 0.97), rgba(18, 13, 17, 0.98)) !important;
  border-bottom: 1px solid var(--ap-line) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
  overflow: visible !important;
}

.home-top-brand-row {
  overflow: visible !important;
}

.catalog-row,
.channel-wbr12001-theme .home-view-root .catalog-row,
.channel-wbr12002-theme .home-view-root .catalog-row,
.home-catalog-bar,
.home-catalog-more-pill {
  background: transparent !important;
  box-shadow: none !important;
}

.catalog-row {
  border-bottom: 1px solid rgba(255, 176, 196, 0.08) !important;
  backdrop-filter: blur(14px) saturate(1.1) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.1) !important;
  background: linear-gradient(180deg, rgba(22, 16, 20, 0.88), rgba(18, 13, 17, 0.92)) !important;
}

.home-catalog-more-pill {
  background: linear-gradient(90deg, transparent, #161014 42%) !important;
  box-shadow: none !important;
}

/* ── Login / header actions ── */
.home-login-entry-button,
#home-login-entry-button.home-login-entry-button,
.home-header-login-button {
  border-radius: 999px !important;
  border: 0 !important;
  min-height: 2rem !important;
  padding: 0.35rem 0.95rem !important;
  font-family: var(--font-ui) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff6b8a 0%, #e85d75 55%, #ff6b8a 100%) !important;
  /* Sem glow externo (evita halo quadrado); só highlight interno */
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.28) !important;
  isolation: isolate;
  overflow: visible !important;
}

.home-menu-button {
  border-radius: 0.85rem !important;
  background: rgba(255, 176, 196, 0.06) !important;
  border: 1px solid var(--ap-line) !important;
}

.home-coins-button {
  border-radius: 999px !important;
  border: 1px solid rgba(255, 107, 138, 0.35) !important;
  background: rgba(255, 107, 138, 0.12) !important;
}

/* ── Primary tabs ── */
.home-primary-tab-scroll {
  gap: 0.4rem !important;
  padding: 0.15rem 0.1rem 0.35rem !important;
  align-items: stretch !important;
  width: 100% !important;
}

.home-primary-tab-scroll .home-tab-button,
.home-view-root .home-primary-tab-scroll .home-tab-button {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.38rem !important;
  width: auto !important;
  height: auto !important;
  min-height: 2.25rem !important;
  max-height: none !important;
  padding: 0.4rem 0.9rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 176, 196, 0.1) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: var(--ap-muted) !important;
  box-shadow: none !important;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.16s ease !important;
}

/* Desktop: abas e chips ocupam toda a largura */
@media (min-width: 901px) {
  .home-primary-tab-scroll .home-tab-button,
  .home-view-root .home-primary-tab-scroll .home-tab-button {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  .home-view-root .home-primary-tab-scroll .home-tab-module-label {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .home-catalog-pill {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }
}

/* Mobile: largura natural + scroll com setas */
@media (max-width: 900px) {
  .home-primary-tab-scroll .home-tab-button,
  .home-view-root .home-primary-tab-scroll .home-tab-button {
    flex: 0 0 auto !important;
    min-width: max-content !important;
  }

  .home-catalog-pill {
    flex: 0 0 auto !important;
    min-width: max-content !important;
  }
}

.home-view-root .home-tab-button:before,
.home-primary-tab-scroll .home-tab-button:before {
  display: none !important;
  opacity: 0 !important;
  content: none !important;
}

.home-view-root .home-tab-button .home-tab-module-icon {
  margin: 0 !important;
  font-size: 1.05rem !important;
  line-height: 1 !important;
  color: inherit !important;
  opacity: 0.9;
  flex-shrink: 0;
}

.home-view-root .home-tab-button .home-tab-module-label {
  display: inline !important;
  margin: 0 !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: inherit !important;
  -webkit-line-clamp: unset !important;
  white-space: nowrap !important;
  max-width: none !important;
}

.home-view-root .home-primary-tab-scroll .home-tab-button--active,
.home-primary-tab-scroll .home-tab-button.home-tab-button--active,
.home-view-root .home-tab-button.home-tab-button--active {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #ff6b8a, #e85d75) !important;
  box-shadow:
    0 0.45rem 1.1rem rgba(232, 93, 117, 0.35),
    inset 0 1px rgba(255, 255, 255, 0.28) !important;
}

.home-view-root .home-primary-tab-scroll .home-tab-button--active .home-tab-module-icon,
.home-view-root .home-primary-tab-scroll .home-tab-button--active .home-tab-module-label,
.home-primary-tab-scroll .home-tab-button--active .home-tab-module-icon,
.home-primary-tab-scroll .home-tab-button--active .home-tab-module-label {
  color: #fff !important;
  opacity: 1 !important;
}

.home-tab-button--creation.home-tab-button--active {
  background: linear-gradient(135deg, #ff8fa8, #ff6b8a) !important;
  border-color: rgba(255, 176, 196, 0.45) !important;
  color: #fff !important;
  box-shadow: 0 0.5rem 1.2rem rgba(255, 107, 138, 0.35) !important;
}

.home-primary-tab-arrow:not(:disabled),
.home-primary-tab-arrow:active {
  color: #ffb0c4 !important;
}

.home-primary-tab-row.has-tab-overflow::before {
  background: linear-gradient(90deg, #161014 20%, transparent) !important;
}

.home-primary-tab-row.has-tab-overflow::after {
  background: linear-gradient(270deg, #161014 20%, transparent) !important;
}

/* ── Catalog chips ── */
.home-catalog-bar {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 0;
  min-width: 0;
  padding: 0.35rem 0.2rem 0.55rem !important;
}

.home-catalog-bar .home-catalog-arrow {
  display: grid;
  flex: 0 0 auto;
  width: 1.7rem;
  min-height: 1.7rem;
  color: #ffb0c4 !important;
}

.home-catalog-bar .home-catalog-arrow:disabled {
  opacity: 0.28;
  color: rgba(255, 255, 255, 0.88) !important;
}

.catalog-scroll {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  gap: 0.32rem !important;
  padding-inline: 0 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.home-catalog-bar.has-catalog-overflow-left .catalog-scroll {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 0.85rem, #000 100%) !important;
  mask-image: linear-gradient(90deg, transparent, #000 0.85rem, #000 100%) !important;
}

.home-catalog-bar.has-catalog-overflow-right .catalog-scroll {
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 0.85rem), transparent) !important;
  mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 0.85rem), transparent) !important;
}

.home-catalog-bar.has-catalog-overflow-left.has-catalog-overflow-right .catalog-scroll {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 0.85rem, #000 calc(100% - 0.85rem), transparent) !important;
  mask-image: linear-gradient(90deg, transparent, #000 0.85rem, #000 calc(100% - 0.85rem), transparent) !important;
}

.home-catalog-pill {
  justify-content: center !important;
  min-height: 1.7rem !important;
  padding: 0.28rem 0.62rem 0.3rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 176, 196, 0.1) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 230, 236, 0.62) !important;
  font-size: 0.74rem !important;
  font-weight: 560 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.home-catalog-pill::after {
  display: none !important;
}

.home-catalog-pill--active,
.home-catalog-pill--todos.home-catalog-pill--active {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #ff6b8a, #e85d75) !important;
  font-weight: 700 !important;
  box-shadow: 0 0.25rem 0.75rem rgba(232, 93, 117, 0.28);
}

.home-catalog-pill--todos:not(.home-catalog-pill--active) {
  color: rgba(255, 230, 236, 0.62) !important;
  font-weight: 560 !important;
}

/* ── Promo banner ── */
.home-promo-row {
  background: transparent !important;
  border-bottom: 0 !important;
  padding: 0.15rem 0.45rem 0.45rem;
}

.home-promo-banner {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 138, 0.28);
  background:
    linear-gradient(135deg, rgba(232, 93, 117, 0.22), rgba(255, 107, 138, 0.12)) !important;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.25);
}

.home-promo-banner__inner {
  display: inline-flex !important;
  width: auto !important;
  align-items: center;
  justify-content: center;
  gap: 0.65rem !important;
  padding: 0.38rem 0.85rem;
}

.home-promo-banner__badge {
  background: linear-gradient(135deg, #ff6b8a, #e85d75) !important;
  color: #fff !important;
  font-size: 0.66rem !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
  box-shadow: 0 0.2rem 0.55rem rgba(232, 93, 117, 0.35);
}

.home-promo-banner__timer {
  color: #ffe4ec !important;
  font-weight: 700 !important;
  font-variant-numeric: tabular-nums;
}

/* ── Feed cards ── */
.home-all-feed-list,
.home-images-feed-list,
.home-creations-feed-list,
.home-new-feed-list,
.home-trending-feed-list {
  gap: 1rem !important;
}

.feed-card-grid > div,
.home-template-feed-card > div,
.home-template-feed-card--single > div {
  border-radius: 1.15rem !important;
  border: 1px solid rgba(255, 176, 196, 0.1) !important;
  background: linear-gradient(180deg, rgba(36, 27, 32, 0.95), rgba(18, 13, 17, 0.98)) !important;
  box-shadow:
    0 1rem 2rem rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 107, 138, 0.04) !important;
  overflow: hidden;
}

.feed-card-grid .home-feed-media {
  border-radius: 1rem 1rem 0 0 !important;
}

.feed-card-grid .feed-ref-thumb,
.feed-card-grid .feed-ref-thumb-ring,
.feed-card-grid .home-feed-video-frame-thumb--single {
  border-radius: 999px !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
  box-shadow: 0 0.35rem 0.9rem rgba(0, 0, 0, 0.45) !important;
}

.feed-card-grid .home-feed-media-favorite-button {
  border-radius: 999px !important;
  background: rgba(18, 13, 17, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.feed-card-grid .home-feed-heat-button--overlay {
  border-radius: 999px !important;
  background: rgba(24, 14, 18, 0.55) !important;
  border: 1px solid rgba(255, 107, 138, 0.4) !important;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.35) !important;
  color: #ffd0dc !important;
  backdrop-filter: blur(12px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.2) !important;
}

.feed-card-grid .home-feed-single-panel {
  padding: 0.45rem 0.55rem 0.55rem !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.feed-card-grid .home-feed-single-panel .home-feed-upload-button,
.feed-card-grid .home-feed-upload-button--generate {
  border-radius: 999px !important;
  min-height: 2.55rem !important;
  border: 0 !important;
  color: #fff !important;
  font-family: var(--font-ui) !important;
  font-weight: 750 !important;
  letter-spacing: 0.03em !important;
  background: linear-gradient(135deg, #ff6b8a 0%, #e85d75 55%, #ff6b8a 100%) !important;
  box-shadow:
    0 0.55rem 1.15rem rgba(232, 93, 117, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.28) !important;
}

.feed-card-grid .home-feed-upload-button--generate .material-symbols-outlined {
  color: #fff !important;
}

.feed-card-coin-badge {
  border-radius: 999px !important;
  background: rgba(255, 107, 138, 0.16) !important;
  border-color: rgba(255, 107, 138, 0.35) !important;
}

/* ── Misc brand surfaces ── */
.glass-panel,
.glass-row {
  border-color: rgba(255, 107, 138, 0.16);
}

.balance-glass {
  border-color: rgba(255, 107, 138, 0.28);
  box-shadow: 0 0 18px rgba(255, 107, 138, 0.14);
}

.tab-bar-glass {
  border-top-color: rgba(255, 107, 138, 0.2);
  background: linear-gradient(180deg, rgba(28, 21, 25, 0.82), rgba(12, 9, 11, 0.98));
}

.active-glass-pill,
.home-view-root .active-glass-pill {
  background: rgba(255, 107, 138, 0.18);
  border-color: rgba(255, 107, 138, 0.55);
  box-shadow: 0 0 12px rgba(255, 107, 138, 0.24);
}

.neon-glow-primary {
  box-shadow: 0 4px 18px rgba(255, 107, 138, 0.4);
}

.vibrant-gradient {
  background: linear-gradient(135deg, #ff6b8a, #e85d75);
}

.home-top-bar [class~="bg-primary"],
.channel-wbr12001-theme .home-top-bar [class~="bg-primary"],
.channel-wbr12002-theme .home-top-bar [class~="bg-primary"] {
  background-color: #ff6b8a !important;
  box-shadow: 0 0 12px rgba(255, 107, 138, 0.55) !important;
}

.creations-ttl-banner,
.home-creations-notice {
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 107, 138, 0.22) !important;
  background: linear-gradient(135deg, rgba(255, 107, 138, 0.12), rgba(232, 93, 117, 0.08)) !important;
  color: #ffe4ec;
}

.creations-ttl-banner .material-symbols-outlined,
.home-creations-notice__icon {
  color: #ff6b8a !important;
}

.age-gate-panel {
  border-radius: 1.25rem !important;
  border-color: rgba(255, 107, 138, 0.18) !important;
  background: linear-gradient(180deg, #241b20, #161014) !important;
}

.age-gate-text a {
  color: #ff6b8a !important;
}

.age-gate-btn--confirm {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6b8a, #e85d75) !important;
  border: 0 !important;
  color: #fff !important;
}

.age-gate-btn--deny {
  border-radius: 999px !important;
  border-color: rgba(255, 176, 196, 0.2) !important;
}

/* ── Mobile candy-style chrome ── */
.home-bottom-nav {
  display: none;
}

@media (max-width: 900px) {
  .home-primary-tab-row {
    display: none !important;
  }

  .home-porndude-link,
  .home-photo-guide-help {
    display: none !important;
  }

  .home-top-brand-row {
    padding-inline: 0.55rem 0.65rem !important;
    min-height: 3.15rem !important;
  }

  .home-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    gap: 0.1rem;
    padding: 0.28rem 0.35rem calc(0.35rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255, 176, 196, 0.12);
    background:
      linear-gradient(180deg, rgba(22, 16, 20, 0.92), rgba(12, 10, 12, 0.98));
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    box-shadow: 0 -0.55rem 1.6rem rgba(0, 0, 0, 0.35);
  }

  .home-bottom-nav__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    min-height: 3.05rem;
    min-width: 0;
    width: 100%;
    padding: 0.28rem 0.15rem 0.2rem;
    border: 0;
    border-radius: 0.85rem;
    background: transparent;
    color: rgba(255, 230, 236, 0.55);
    text-decoration: none;
    font: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.16s ease, transform 0.16s ease;
  }

  .home-bottom-nav__icon {
    font-size: 1.35rem !important;
    line-height: 1 !important;
    font-variation-settings: "FILL" 0, "wght" 500;
  }

  .home-bottom-nav__label {
    font-size: 0.62rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    line-height: 1.1;
    white-space: nowrap;
  }

  .home-bottom-nav__item--active {
    color: #ff8fa8;
  }

  .home-bottom-nav__item--active .home-bottom-nav__icon {
    font-variation-settings: "FILL" 1, "wght" 600;
  }

  .home-bottom-nav__item--create {
    transform: translateY(-0.55rem);
    color: #fff;
  }

  .home-bottom-nav__item--create .home-bottom-nav__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6b8a, #e85d75);
    box-shadow:
      0 0.45rem 1rem rgba(232, 93, 117, 0.4),
      inset 0 1px rgba(255, 255, 255, 0.28);
    font-size: 1.25rem !important;
  }

  .home-bottom-nav__item--create .home-bottom-nav__label {
    color: #ffb0c4;
    font-weight: 700;
  }

  .home-bottom-nav__item--create.home-bottom-nav__item--active .home-bottom-nav__label {
    color: #ffe4ec;
  }

  .home-bottom-nav__create-glow {
    display: none;
  }

  .home-bottom-nav__item--films.home-bottom-nav__item--active,
  .home-bottom-nav__item--porn.home-bottom-nav__item--active {
    color: #ff8fa8;
  }

  .home-bottom-nav__item:active {
    transform: scale(0.96);
  }

  .home-bottom-nav__item--create:active {
    transform: translateY(-0.55rem) scale(0.96);
  }

  .home-feed-scroll--grid {
    padding-bottom: calc(var(--home-bottom-nav-space, 4.4rem) + 0.75rem) !important;
  }

  .home-view-root {
    --home-bottom-nav-space: calc(4.15rem + env(safe-area-inset-bottom, 0px));
  }
}

.home-desktop-sidebar {
  display: none;
}

/* ── Página inicial (hub resumo) ── */
.home-hub-feed-list {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  padding: 0.55rem 0.85rem 1.85rem !important;
}

.home-hub-feed-list > * {
  animation: none !important;
}

.home-hub {
  display: flex;
  flex-direction: column;
  gap: 1.45rem;
}

.home-hub-section-head {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.75rem;
  margin: 0 0 0.85rem;
  padding-inline: 0.1rem;
}

.home-hub-section-title {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.28em;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.home-hub-section-title--static {
  cursor: default;
}

.home-hub-section-title__part {
  color: inherit;
}

.home-hub-section-title__accent {
  color: #ff4d6d;
}

.home-hub-section-title__chevron {
  margin-left: 0.05em;
  color: #fff;
  font-weight: 700;
}

.home-hub-section-title:not(.home-hub-section-title--static):hover .home-hub-section-title__accent {
  color: #ff6b8a;
}

.home-hub-section-more {
  border: 0;
  background: transparent;
  color: #ff8fa8;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 650;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}

.home-hub-section-more:hover {
  color: #ffb0c4;
}

.home-hub-experiences__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.home-hub-experience {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.85rem;
  min-height: 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 176, 196, 0.14);
  border-radius: 1.05rem;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font: inherit;
  background:
    linear-gradient(145deg, rgba(42, 28, 34, 0.95), rgba(18, 13, 17, 0.98));
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.home-hub-experience:hover {
  transform: translateY(-0.1rem);
  border-color: rgba(255, 107, 138, 0.4);
  box-shadow: 0 0.85rem 1.6rem rgba(0, 0, 0, 0.35);
}

.home-hub-experience__icon-wrap {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 0.95rem;
  background: rgba(255, 107, 138, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 107, 138, 0.22);
}

.home-hub-experience__icon {
  font-size: 1.65rem !important;
  line-height: 1 !important;
  color: #ff8fa8;
  font-variation-settings: "FILL" 1, "wght" 600;
}

.home-hub-experience__copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.home-hub-experience__title {
  font-size: 1.02rem;
  font-weight: 780;
  letter-spacing: -0.015em;
}

.home-hub-experience__text {
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255, 230, 236, 0.62);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-hub-experience__cta {
  flex: 0 0 auto;
  margin-top: 0;
  margin-left: auto;
  padding: 0.36rem 0.82rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b8a, #e85d75);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-hub-experience--create .home-hub-experience__icon-wrap {
  background: rgba(255, 107, 138, 0.22);
}

.home-hub-experience--shorts .home-hub-experience__icon-wrap {
  background: rgba(168, 120, 255, 0.16);
}

.home-hub-experience--shorts .home-hub-experience__icon {
  color: #c4a4ff;
}

.home-hub-experience--image .home-hub-experience__icon-wrap {
  background: rgba(100, 180, 255, 0.14);
}

.home-hub-experience--image .home-hub-experience__icon {
  color: #8ec8ff;
}

.home-hub-experience--films .home-hub-experience__icon-wrap {
  background: rgba(255, 140, 170, 0.16);
}

.home-hub-experience--porn .home-hub-experience__icon-wrap {
  background: rgba(255, 90, 120, 0.2);
}

.home-hub-experience--porn .home-hub-experience__icon {
  color: #ff6b8a;
}

.home-hub-row__scroller {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding: 0.05rem 0.1rem 0.35rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.home-hub-row__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.home-hub-row__wrap .home-hub-row__scroller {
  flex: 1 1 auto;
  min-width: 0;
}

.home-hub-row__arrow {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid rgba(255, 176, 196, 0.22);
  border-radius: 999px;
  color: #ffe4ec;
  background: rgba(24, 14, 18, 0.88);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.35);
  cursor: pointer;
  z-index: 2;
  transition: background 0.16s ease, border-color 0.16s ease, opacity 0.16s ease;
}

.home-hub-row__arrow .material-symbols-outlined {
  font-size: 1.45rem !important;
  font-variation-settings: "wght" 600;
}

.home-hub-row__arrow:hover:not(:disabled) {
  background: rgba(255, 107, 138, 0.22);
  border-color: rgba(255, 107, 138, 0.45);
}

.home-hub-row__arrow:disabled {
  opacity: 0.28;
  pointer-events: none;
}

.home-hub-row__arrow[hidden] {
  display: none !important;
}

.home-hub-row__wrap.has-hub-overflow-left .home-hub-row__scroller {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 1.1rem, #000 100%);
  mask-image: linear-gradient(90deg, transparent, #000 1.1rem, #000 100%);
}

.home-hub-row__wrap.has-hub-overflow-right .home-hub-row__scroller {
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 1.1rem), transparent);
  mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 1.1rem), transparent);
}

.home-hub-row__wrap.has-hub-overflow-left.has-hub-overflow-right .home-hub-row__scroller {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 1.1rem, #000 calc(100% - 1.1rem), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 1.1rem, #000 calc(100% - 1.1rem), transparent);
}

.home-hub-poster {
  position: relative;
  flex: 0 0 auto;
  width: 8.6rem;
  aspect-ratio: 3 / 4;
  border: 0;
  border-radius: 0.95rem;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  scroll-snap-align: start;
  background: #1a1216;
  box-shadow: 0 0.55rem 1.2rem rgba(0, 0, 0, 0.35);
  transition: transform 0.16s ease;
}

.home-hub-poster:hover {
  transform: translateY(-0.08rem);
}

.home-hub-poster__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hub-poster__video {
  background: #120e12;
}

.home-hub-poster--skeleton {
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.04) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.04) 60%);
  background-size: 200% 100%;
  animation: home-hub-skeleton 1.2s ease-in-out infinite;
}

@keyframes home-hub-skeleton {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.home-hub-poster__shade {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
  pointer-events: none;
}

.home-hub-poster__title {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.55rem;
  z-index: 1;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 701px) {
  .home-hub-experiences__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-hub-poster {
    width: 9.6rem;
  }
}

@media (min-width: 1100px) {
  .home-hub-experiences__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .home-hub-poster {
    width: 11rem;
  }

  .home-hub-experience {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    min-height: 0;
    padding: 1.05rem;
  }

  .home-hub-experience__cta {
    margin-left: 0;
    margin-top: 0.15rem;
  }
}

@media (min-width: 901px) {
  .home-bottom-nav {
    display: none !important;
  }

  .home-view-root {
    --home-sidebar-width: 15.25rem;
    --home-top-bar-height: 3.4rem;
  }

  .home-view-root.home-view-root--sidebar-collapsed {
    --home-sidebar-width: 4.65rem;
  }

  .home-desktop-sidebar {
    position: fixed;
    top: var(--home-top-bar-height);
    left: 0;
    bottom: 0;
    z-index: 40;
    display: flex !important;
    flex-direction: column;
    width: var(--home-sidebar-width) !important;
    max-width: var(--home-sidebar-width);
    padding: 0.85rem 0.65rem 1rem;
    border-right: 1px solid rgba(255, 176, 196, 0.1);
    background:
      linear-gradient(180deg, rgba(20, 14, 18, 0.98), rgba(10, 8, 10, 0.99));
    overflow: hidden;
    transition: width 0.22s ease, max-width 0.22s ease, top 0.16s ease;
  }

  .home-desktop-sidebar__brand {
    display: none;
  }

  .home-desktop-sidebar__nav,
  .home-desktop-sidebar__utils {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
  }

  .home-desktop-sidebar__spacer {
    flex: 1 1 auto;
    min-height: 1rem;
  }

  .home-desktop-sidebar__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 2.65rem;
    padding: 0.55rem 0.7rem;
    border: 0;
    border-radius: 0.85rem;
    background: transparent;
    color: rgba(255, 230, 236, 0.62);
    text-decoration: none;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 650;
    cursor: pointer;
    text-align: left;
    transition: background 0.16s ease, color 0.16s ease;
  }

  .home-desktop-sidebar__item[hidden] {
    display: none !important;
  }

  .home-desktop-sidebar__icon {
    flex: 0 0 auto;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    font-variation-settings: "FILL" 0, "wght" 500;
  }

  .home-desktop-sidebar__label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 1;
    transition: opacity 0.16s ease;
  }

  .home-view-root--sidebar-collapsed .home-desktop-sidebar__label {
    opacity: 0;
    width: 0;
    pointer-events: none;
  }

  .home-view-root--sidebar-collapsed .home-desktop-sidebar__item {
    justify-content: center;
    padding-inline: 0.55rem;
    gap: 0;
  }

  .home-desktop-sidebar__item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffe4ec;
  }

  .home-desktop-sidebar__item--active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .home-desktop-sidebar__item--active .home-desktop-sidebar__icon {
    font-variation-settings: "FILL" 1, "wght" 600;
    color: #ff8fa8;
  }

  .home-desktop-sidebar__item--create.home-desktop-sidebar__item--active .home-desktop-sidebar__icon,
  .home-desktop-sidebar__item--create:hover .home-desktop-sidebar__icon {
    color: #ff6b8a;
  }

  .home-desktop-sidebar__item--logout:hover,
  .home-desktop-sidebar__item--logout.home-desktop-sidebar__item--active {
    color: #ffb0c4;
  }

  .home-desktop-sidebar__footer {
    display: none;
  }

  .home-top-bar {
    left: 0 !important;
    right: 0 !important;
    z-index: 50 !important;
    transition: none;
  }

  .catalog-row,
  .home-promo-row,
  .home-feed-scroll--grid {
    left: var(--home-sidebar-width) !important;
    transition: left 0.22s ease;
  }

  .home-primary-tab-row {
    display: none !important;
  }

  .home-porndude-link--top {
    display: inline-flex !important;
    max-width: 7.2rem;
    opacity: 0.92;
  }

  .home-porndude-link--top:hover {
    opacity: 1;
  }

  .home-porndude-link--top .home-porndude-link__logo {
    height: 1.35rem;
  }

  .home-top-brand-row {
    min-height: 3.4rem !important;
    padding-inline: 0.85rem 1rem !important;
  }

  .home-all-feed-list:not(.home-hub-feed-list) {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.85rem !important;
  }

  .feed-card-grid > div,
  .home-template-feed-card > div,
  .home-template-feed-card--single > div {
    border-radius: 1rem !important;
  }

  .feed-card-grid .home-feed-media {
    aspect-ratio: 3 / 4;
    flex: 0 0 auto !important;
    min-height: 0 !important;
    border-radius: 1rem !important;
  }

  .feed-card-grid .home-feed-media .feed-cover-img,
  .feed-card-grid .home-feed-media .feed-main-video {
    object-fit: cover !important;
  }

  .home-feed-card-caption {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    padding: 2.4rem 0.75rem 0.7rem;
    background: linear-gradient(180deg, transparent, rgba(8, 6, 8, 0.88));
    pointer-events: none;
  }

  .home-feed-card-caption__title {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    text-shadow: 0 0.2rem 0.55rem rgba(0, 0, 0, 0.45);
  }

  .feed-card-grid .home-feed-single-panel {
    position: absolute;
    left: 0.55rem;
    right: 0.55rem;
    bottom: 2.55rem;
    z-index: 7;
    padding: 0 !important;
    background: transparent !important;
    opacity: 0;
    transform: translateY(0.35rem);
    transition: opacity 0.16s ease, transform 0.16s ease;
  }

  .feed-card-grid:hover .home-feed-single-panel,
  .feed-card-grid:focus-within .home-feed-single-panel {
    opacity: 1;
    transform: none;
  }

  .affiliate-home-chrome {
    --home-sidebar-width: 15.25rem;
    --home-top-bar-height: 3.4rem;
  }

  .affiliate-home-chrome .home-desktop-sidebar {
    position: fixed;
    top: var(--home-top-bar-height);
    left: 0;
    bottom: 0;
    z-index: 40;
    display: flex !important;
    flex-direction: column;
    width: var(--home-sidebar-width);
  }

  .affiliate-home-chrome .home-top-bar {
    margin-left: 0;
  }

  .affiliate-home-chrome .catalog-row,
  .affiliate-home-chrome .home-promo-row {
    margin-left: var(--home-sidebar-width);
  }
}

@media (max-width: 900px) {
  .home-feed-card-caption {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .home-all-feed-list:not(.home-hub-feed-list) {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
