/* LoveMelons — watermelon: vermelho vivo + verde casca + bem arredondado */

:root {
  --primary: #ff2d55;
  --accent-pink: #ff4d6d;
  --accent-green: #2d8f4e;
  --accent-green-soft: #5cb86a;
  --melon-deep: #145c2e;
  --melon-red: #ff2d55;
  --melon-red-deep: #e01030;
  --radius-sm: 1.1rem;
  --radius-md: 1.5rem;
  --radius-lg: 1.85rem;
  --radius-xl: 2.25rem;
}

/* ---- Abas (Video/Imagem/…) — barra segmentada (organização ≠ MVG) ---- */
.home-primary-tab-row {
  padding: 0.15rem 0.55rem 0.55rem !important;
}

.home-primary-tab-scroll {
  gap: 0.12rem !important;
  padding: 0.18rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 1.35rem !important;
  background: rgba(8, 14, 10, 0.45) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05) !important;
}

.home-tab-button {
  border-radius: 1.1rem !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.58) !important;
  box-shadow: none !important;
}

.home-tab-button:before {
  display: none !important;
}

.home-tab-button--active {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #ff4d6d 0%, #ff2d55 45%, #e01030 100%) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.22),
    0 0.2rem 0.55rem rgba(255, 45, 85, 0.28) !important;
  filter: none !important;
}

.home-tab-button--creation.home-tab-button--active {
  background: linear-gradient(135deg, #5cb86a 0%, #2d8f4e 100%) !important;
  border-color: transparent !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.18),
    0 0.2rem 0.55rem rgba(45, 143, 78, 0.28) !important;
  filter: none !important;
}

.catalog-row.catalog-row--in-header .home-catalog-bar {
  padding-top: 0.05rem !important;
  padding-bottom: 0.2rem !important;
}

/* ---- Botão Gerar nos cards — vermelho vivo, não rosa pêssego ---- */
.home-feed-upload-button,
.feed-card-grid .home-feed-upload-button,
.feed-card-grid .home-feed-single-panel .home-feed-upload-button,
.home-feed-upload-button--generate {
  border-radius: 999px !important;
  border: 0 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff4d6d 0%, #ff2d55 50%, #e01030 100%) !important;
  box-shadow:
    0 0.55rem 1.15rem rgba(255, 45, 85, 0.4),
    inset 0 1px rgba(255, 255, 255, 0.28) !important;
}

.home-feed-upload-button-price {
  background: rgba(0, 0, 0, 0.22) !important;
  color: #fff !important;
}

.feed-card-grid .home-feed-upload-button--overlay {
  border-radius: 1.35rem !important;
  color: #fff !important;
  background: linear-gradient(145deg, #ff4d6d, #ff2d55) !important;
  box-shadow: 0 0.5rem 1rem rgba(255, 45, 85, 0.35) !important;
}

/* ---- Oferta: relógio no canto (topo direito) ---- */
.home-promo-row {
  display: none !important;
}

.home-promo-banner--clock {
  border-color: rgba(45, 143, 78, 0.4) !important;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 45, 85, 0.2), transparent 60%),
    rgba(8, 14, 10, 0.55) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08) !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: auto !important;
  border-radius: 999px !important;
}

@media (min-width: 481px) {
  .home-promo-banner--clock {
    padding: 0 0.62rem 0 0.48rem !important;
  }
}

.home-promo-banner__icon {
  color: #ff2d55 !important;
}

.home-promo-banner--clock .home-promo-banner__timer {
  color: #fff !important;
}

/* ---- Categorias ---- */
.home-catalog-pill--todos.home-catalog-pill--active {
  color: #ff2d55 !important;
}

.home-catalog-pill::after {
  background: linear-gradient(90deg, #2d8f4e, #ff2d55) !important;
  box-shadow: 0 0 0.55rem rgba(255, 45, 85, 0.4) !important;
}

/* ---- Cards / shells mais redondos ---- */
.home-menu-panel,
.home-menu-drawer,
.home-menu-account-card,
.home-menu-coins-card,
.home-menu-item,
.recharge-modal-sheet,
.login-modal-panel,
.age-gate-panel,
.home-shorts-dropzone,
.home-grtkniv-field select,
.home-grtkniv-field textarea,
.home-porn-field select,
.home-template-feed-card > div,
.home-trending-feed-row,
.feedback-modal-panel,
.language-modal-panel,
.image-choose-panel,
.wallet-statement-panel,
.home-trending-feed-row__media,
.feed-card-grid .home-feed-media,
.home-all-feed-list > * > div {
  border-radius: var(--radius-lg) !important;
}

.home-trending-feed-row,
.home-template-feed-card > div {
  border-radius: 1.65rem !important;
  overflow: hidden;
}

.home-menu-account-kicker {
  color: #2d8f4e !important;
}

.home-menu-coins-card {
  border-radius: 1.65rem !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 45, 85, 0.22), transparent 48%),
    radial-gradient(circle at 100% 100%, rgba(45, 143, 78, 0.18), transparent 50%),
    linear-gradient(135deg, #1a1014, #101814) !important;
  border-color: rgba(255, 45, 85, 0.3) !important;
}

.home-shorts-dropzone {
  border-radius: var(--radius-xl) !important;
  border-color: rgba(255, 45, 85, 0.55) !important;
}

.home-grtkniv-field select,
.home-shorts-controls .home-grtkniv-field select {
  border-radius: 1.25rem !important;
}

/* ---- Primary utilities / glass ---- */
.bg-primary,
.home-top-bar [class~="bg-primary"] {
  background-color: #ff2d55 !important;
  box-shadow: 0 0 12px rgba(255, 45, 85, 0.5) !important;
}

.text-primary {
  color: #ff2d55 !important;
}

.active-glass-pill,
.home-view-root .active-glass-pill {
  border-radius: 999px !important;
  background: rgba(255, 45, 85, 0.28) !important;
  border-color: rgba(255, 45, 85, 0.75) !important;
  box-shadow: 0 0 14px rgba(255, 45, 85, 0.3) !important;
}

.vibrant-gradient {
  background: linear-gradient(135deg, #ff4d6d, #ff2d55 55%, #e01030) !important;
}

.neon-glow-primary {
  box-shadow: 0 4px 18px rgba(255, 45, 85, 0.5) !important;
}

/* Views badge nos cards */
.home-feed-image-badge,
.home-feed-duration-badge {
  border-radius: 999px !important;
  background: rgba(255, 45, 85, 0.92) !important;
  color: #fff !important;
}

/* ---- Fundo animado (aurora melancia em movimento) ---- */
html {
  background-color: #080c0a !important;
}

body {
  background: transparent !important;
}

.melon-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(165deg, #0c1410 0%, #0a0e0c 45%, #140a0e 100%);
}

.melon-ambient__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  will-change: transform, opacity;
  opacity: 0.85;
}

.melon-ambient__orb--a {
  width: min(52vw, 28rem);
  height: min(52vw, 28rem);
  top: -12%;
  left: -10%;
  background: radial-gradient(circle, rgba(255, 45, 85, 0.55) 0%, rgba(255, 45, 85, 0) 70%);
  animation: melon-orb-a 14s ease-in-out infinite;
}

.melon-ambient__orb--b {
  width: min(48vw, 26rem);
  height: min(48vw, 26rem);
  top: 8%;
  right: -14%;
  background: radial-gradient(circle, rgba(45, 143, 78, 0.5) 0%, rgba(45, 143, 78, 0) 70%);
  animation: melon-orb-b 18s ease-in-out infinite;
}

.melon-ambient__orb--c {
  width: min(58vw, 32rem);
  height: min(58vw, 32rem);
  bottom: -18%;
  left: 18%;
  background: radial-gradient(circle, rgba(255, 77, 109, 0.42) 0%, rgba(255, 77, 109, 0) 72%);
  animation: melon-orb-c 16s ease-in-out infinite;
}

.melon-ambient__orb--d {
  width: min(42vw, 22rem);
  height: min(42vw, 22rem);
  bottom: 12%;
  right: 8%;
  background: radial-gradient(circle, rgba(92, 184, 106, 0.4) 0%, rgba(92, 184, 106, 0) 70%);
  animation: melon-orb-d 12s ease-in-out infinite;
}

.melon-ambient__seeds {
  position: absolute;
  inset: -20%;
  background-image:
    radial-gradient(circle, rgba(255, 45, 85, 0.7) 0 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(92, 184, 106, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.28) 0 0.8px, transparent 1.3px);
  background-size: 68px 68px, 92px 92px, 50px 50px;
  opacity: 0.4;
  mix-blend-mode: screen;
  animation: melon-seed-float 28s linear infinite;
}

html::before,
html::after {
  content: none !important;
  display: none !important;
}

#app,
.main-tabs-root,
.home-view-root,
.landing-page,
.legal-page,
.affiliate-page__shell {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

#app .bg-background-dark,
#app .min-h-screen.bg-background-dark,
#home-view-root,
.home-view-root.bg-\[\#09090a\],
.home-view-root.min-h-screen {
  background: transparent !important;
  background-color: transparent !important;
}

.home-feed-scroll,
.home-feed-scroll--grid {
  background: transparent !important;
  background-color: transparent !important;
}

#app .home-feed-scroll.bg-\[\#09090a\],
.home-feed-scroll.bg-\[\#09090a\] {
  background: transparent !important;
  background-color: transparent !important;
}

.home-top-bar,
.home-top-bar.home-header-extended-bg,
.channel-wbr12001-theme .home-top-bar,
.channel-wbr12002-theme .home-top-bar,
.home-header-extended-bg,
.affiliate-home-chrome,
.affiliate-home-chrome .home-top-bar,
.affiliate-home-chrome .home-top-bar.home-header-extended-bg,
.affiliate-home-chrome .catalog-row {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.catalog-row,
.channel-wbr12001-theme .home-view-root .catalog-row,
.channel-wbr12002-theme .home-view-root .catalog-row {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.home-catalog-more-pill {
  background: transparent !important;
  box-shadow: none !important;
}

/* ---- Header chrome (moedas / entrar / menu) ---- */
.home-coins-button {
  border-color: rgba(45, 143, 78, 0.4) !important;
}

.home-header-login-button,
.home-top-actions .home-login-entry-button {
  border-radius: 999px !important;
}

.home-catalog-pill {
  transition: color 0.14s ease;
}

.home-catalog-pill:hover {
  color: rgba(255, 255, 255, 0.92);
}

/* ---- Footer accents (reforço do site-footer.css) ---- */
.site-footer {
  border-top-color: rgba(45, 143, 78, 0.32) !important;
}

@keyframes melon-orb-a {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
  33% {
    transform: translate(22vw, 14vh) scale(1.18);
    opacity: 1;
  }
  66% {
    transform: translate(8vw, 28vh) scale(0.92);
    opacity: 0.85;
  }
}

@keyframes melon-orb-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }
  40% {
    transform: translate(-20vw, 18vh) scale(1.22);
    opacity: 1;
  }
  70% {
    transform: translate(-10vw, 32vh) scale(0.95);
    opacity: 0.8;
  }
}

@keyframes melon-orb-c {
  0%,
  100% {
    transform: translate(0, 0) scale(1.05);
    opacity: 0.65;
  }
  35% {
    transform: translate(16vw, -22vh) scale(1.2);
    opacity: 0.95;
  }
  65% {
    transform: translate(-12vw, -10vh) scale(0.9);
    opacity: 0.75;
  }
}

@keyframes melon-orb-d {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-18vw, -16vh) scale(1.25);
    opacity: 1;
  }
}

@keyframes melon-seed-float {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-68px, -92px, 0) rotate(8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .melon-ambient__orb,
  .melon-ambient__seeds {
    animation: none !important;
  }

  .melon-ambient__seeds {
    opacity: 0.22;
  }
}

/* ---- Aba Edição: apresentação ≠ MVG ---- */
.home-undress-feed .home-shorts-dropzone {
  min-height: 7.25rem;
  border-radius: 1rem !important;
  border-style: solid !important;
  border-width: 1.5px !important;
  border-color: rgba(45, 143, 78, 0.4) !important;
  background:
    linear-gradient(135deg, rgba(45, 143, 78, 0.08), transparent 42%),
    linear-gradient(180deg, #121814, #0c100e) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05) !important;
}

.home-undress-feed .home-shorts-dropzone:hover,
.home-undress-feed .home-shorts-dropzone.is-dragover {
  border-color: rgba(255, 45, 85, 0.55) !important;
  background:
    linear-gradient(135deg, rgba(255, 45, 85, 0.1), transparent 45%),
    linear-gradient(180deg, #181018, #0e1010) !important;
}

.home-undress-feed .home-shorts-dropzone__icon {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.75rem;
  background: rgba(255, 45, 85, 0.16);
  color: #ff7a90;
}

.home-view-root--undress {
  --undress-accent: #ff2d55;
  --undress-accent-soft: rgba(255, 45, 85, 0.18);
  --undress-accent-border: rgba(255, 45, 85, 0.42);
}

/* =========================================================
   Tools (Clothes / Body / Porn / Movies) — layout ≠ MVG
   Verde futurista + fluxo vertical, sem seta circular lateral
   ========================================================= */

.home-movies-feed,
.home-clothes-feed,
.home-body-feed,
.home-porn-feed {
  max-width: 640px !important;
  gap: 1.15rem !important;
}

/* Steps: trilho verde em vez de bolinha vermelha */
.home-movies-section,
.home-porn-section {
  position: relative;
  padding: 0.85rem 0.85rem 0.95rem 1rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(45, 143, 78, 0.22);
  background:
    linear-gradient(180deg, rgba(12, 20, 16, 0.92), rgba(8, 12, 10, 0.96));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.home-movies-section::before,
.home-porn-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2d8f4e, #ff2d55);
}

.home-movies-section__head,
.home-porn-section__head {
  gap: 0.65rem !important;
  margin-bottom: 0.75rem;
}

.home-movies-step,
.home-porn-step {
  width: auto !important;
  min-width: 1.85rem;
  height: 1.45rem !important;
  padding: 0 0.45rem;
  border-radius: 0.4rem !important;
  border: 1px solid rgba(45, 143, 78, 0.45) !important;
  background: rgba(45, 143, 78, 0.18) !important;
  color: #9dffa8 !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.04em;
}

/* Grid / carrossel de templates */
.home-movies-grid {
  border-radius: 0.85rem !important;
  border-color: rgba(45, 143, 78, 0.2) !important;
  background:
    linear-gradient(135deg, rgba(45, 143, 78, 0.06), transparent 40%),
    rgba(0, 0, 0, 0.25) !important;
  padding: 0.5rem !important;
  gap: 0.5rem !important;
}

.home-movies-card {
  border-radius: 0.75rem !important;
  border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
  overflow: hidden;
  position: relative;
}

.home-movies-card.is-selected,
.home-movies-card.is-active,
.home-body-option-card.is-selected {
  border-color: rgba(45, 143, 78, 0.75) !important;
  box-shadow:
    0 0 0 1px rgba(45, 143, 78, 0.35),
    0 0.45rem 1rem rgba(45, 143, 78, 0.18) !important;
}

.home-movies-card.is-selected::before,
.home-body-option-card.is-selected::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 2;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d8f4e, #247a42);
  box-shadow: 0 0 0 2px rgba(8, 14, 10, 0.85);
}

.home-hscroll__arrow {
  border-radius: 0.55rem !important;
  border-color: rgba(45, 143, 78, 0.4) !important;
  background: rgba(8, 14, 10, 0.85) !important;
  color: #fff !important;
}

.home-hscroll__arrow:hover {
  border-color: rgba(255, 45, 85, 0.45) !important;
  background: rgba(255, 45, 85, 0.2) !important;
}

/* Compose: coluna vertical (≠ dois painéis + seta lateral MVG) */
.home-movies-compose,
.home-body-feed .home-movies-compose {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  align-items: stretch !important;
  gap: 0.55rem !important;
  max-width: 17.5rem;
  margin: 0.15rem auto 0 !important;
}

.home-movies-compose__arrow {
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100% !important;
  height: auto !important;
  min-height: 2rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.55rem !important;
  border: 1px dashed rgba(45, 143, 78, 0.45) !important;
  background: rgba(45, 143, 78, 0.1) !important;
  color: #9dffa8 !important;
}

.home-movies-compose__arrow .material-symbols-outlined {
  font-size: 1rem !important;
  color: #7dffa0;
}

.home-movies-compose__arrow-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-movies-preview,
.home-movies-face,
.home-undress-panel--pick.home-movies-face {
  border-radius: 0.9rem !important;
  border: 1.5px solid rgba(45, 143, 78, 0.3) !important;
  background: #0c100e !important;
  max-height: none !important;
  aspect-ratio: 3 / 4;
}

.home-undress-panel--pick.home-movies-face {
  border-style: solid !important;
  border-color: rgba(255, 45, 85, 0.4) !important;
  background:
    linear-gradient(160deg, rgba(255, 45, 85, 0.1), transparent 50%),
    #0c100e !important;
  box-shadow: none !important;
}

.home-undress-panel--pick .home-undress-panel__placeholder-icon,
.home-undress-panel__placeholder-icon {
  border-radius: 0.7rem !important;
  background: rgba(255, 45, 85, 0.16) !important;
  color: #ff7a90 !important;
}

/* Body options */
.home-body-dim__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.45rem !important;
}

.home-body-dim__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.45rem !important;
  padding: 0.15rem 0.45rem;
  border-radius: 0.4rem;
  background: rgba(45, 143, 78, 0.12);
  color: #9dffa8 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-body-option-card {
  border-radius: 0.75rem !important;
  position: relative;
}

/* Pornô: type toggle + tags */
.home-porn-type,
.home-porn-type--bar {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  padding: 0.28rem;
  margin: 0 0 0.75rem !important;
  border-radius: 0.85rem;
  border: 1px solid rgba(45, 143, 78, 0.28);
  background: rgba(8, 14, 10, 0.55);
}

.home-porn-type__btn {
  min-height: 2.35rem;
  border-radius: 0.6rem !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-weight: 700 !important;
}

.home-porn-type__btn.is-active {
  background: linear-gradient(135deg, rgba(45, 143, 78, 0.35), rgba(255, 45, 85, 0.22)) !important;
  color: #fff !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}

.home-porn-tags__group-label {
  color: #7dffa0 !important;
  letter-spacing: 0.08em !important;
  font-size: 0.62rem !important;
}

.home-porn-tag {
  border-radius: 0.45rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

.home-porn-tag:hover {
  border-color: rgba(45, 143, 78, 0.4) !important;
  color: #fff !important;
}

.home-porn-tag.is-active {
  border-color: rgba(45, 143, 78, 0.65) !important;
  background: rgba(45, 143, 78, 0.2) !important;
  color: #c8ffd0 !important;
}

.home-porn-face {
  border-radius: 0.9rem !important;
  border: 1.5px solid rgba(45, 143, 78, 0.3) !important;
  background: rgba(8, 14, 10, 0.65) !important;
}

.home-porn-card {
  border-radius: 1.05rem !important;
  border: 1px solid rgba(45, 143, 78, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(12, 20, 16, 0.9), rgba(8, 12, 10, 0.95)) !important;
}

@media (min-width: 720px) {
  .home-movies-compose,
  .home-body-feed .home-movies-compose {
    max-width: 20rem;
  }
}


