.rgseo-favorite-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--rg-white-a18);
  background: var(--rg-white-a06);
  color: inherit;
  padding: 9px 14px;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1;
  font-weight: 700;
  transition: .22s ease;
}

.rgseo-favorite-button:hover,
.rgseo-favorite-button.is-favorite {
  transform: translateY(-1px);
  background: var(--rg-orange-a16);
  border-color: var(--rg-orange-a28);
}

.rgseo-favorite-button .rgseo-fav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.rgseo-favorite-button .rgseo-fav-text {
  display: inline;
}

.rgseo-favorite-button.is-favorite .rgseo-fav-icon,
.rgseo-favorite-button.is-favorite i {
  color: var(--rg-orange);
}

.rgseo-favorites-page,
.rgseo-recent-only,
.rgseo-favorites-page-premium {
  --rgseo-fav-bg: var(--rg-panel);
  --rgseo-fav-soft: var(--rg-card);
  --rgseo-fav-border: var(--rg-border-soft);
  --rgseo-fav-text: var(--rg-text);
  --rgseo-fav-muted: var(--rg-muted);
  --rgseo-fav-accent: var(--rg-orange);
  --rgseo-fav-blue: var(--rg-cyan-soft);
  max-width: 1080px;
  margin: 28px auto;
  color: var(--rgseo-fav-text);
}


/* Favoritos Visual Preflight */
.rgseo-favorites-page--visual-preflight,
.rgseo-fav--visual-preflight {
  --rgseo-favorites-surface: linear-gradient(180deg,var(--rg-glass-soft),rgba(17,24,39,.72));
  --rgseo-favorites-surface-strong: linear-gradient(135deg,var(--rg-panel),var(--rg-card-2));
  --rgseo-favorites-border: var(--rg-border-soft);
  --rgseo-favorites-action: var(--rg-orange);
  --rgseo-favorites-accent: var(--rg-cyan-soft);
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-hero--visual-preflight,
.rgseo-fav--visual-preflight .rgseo-fav-hero--visual-preflight {
  position: relative;
  border: 1px solid var(--rgseo-favorites-border);
  box-shadow: 0 18px 44px var(--rg-shadow-panel);
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-hero-copy,
.rgseo-fav--visual-preflight .rgseo-fav-hero-copy {
  min-width: 0;
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-hero-kicker,
.rgseo-fav--visual-preflight .rgseo-fav-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 8px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--rgseo-favorites-accent);
  background: var(--rg-wash-cyan);
  border: 1px solid var(--rg-cyan-border);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-hero-title,
.rgseo-fav--visual-preflight .rgseo-fav-hero-title {
  margin: 0 0 8px;
  color: var(--rg-text);
  line-height: 1.06;
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-hero-subtitle,
.rgseo-fav--visual-preflight .rgseo-fav-hero-subtitle {
  margin: 0;
  color: var(--rg-glass-text);
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-layout--visual-preflight,
.rgseo-fav--visual-preflight .rgseo-fav-layout {
  align-items: stretch;
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-section,
.rgseo-fav--visual-preflight .rgseo-fav-section {
  border-color: var(--rgseo-favorites-border);
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-section-head,
.rgseo-fav--visual-preflight .rgseo-fav-heading--section {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-section-icon,
.rgseo-fav--visual-preflight .rgseo-fav-heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: var(--rgseo-favorites-action);
  background: var(--rg-wash-orange);
  border: 1px solid var(--rg-action-border);
}

.rgseo-favorites-page--visual-preflight .rgseo-favorites-section-title,
.rgseo-fav--visual-preflight .rgseo-fav-heading-title {
  margin: 0;
  color: var(--rg-text);
  font-weight: 900;
  line-height: 1.18;
}

.rgseo-favorites-page--visual-preflight .rgseo-favorite-item--visual-preflight,
.rgseo-fav--visual-preflight .rgseo-fav-card--visual-preflight,
.rgseo-fav--visual-preflight .rgseo-fav-continue-card--visual-preflight {
  border-color: var(--rgseo-favorites-border);
}

.rgseo-favorites-page--visual-preflight .rgseo-fav-title--visual-preflight,
.rgseo-fav--visual-preflight .rgseo-fav-title--visual-preflight,
.rgseo-fav--visual-preflight .rgseo-fav-title--continue {
  color: var(--rgseo-favorites-accent);
}

.rgseo-favorites-page--visual-preflight .rgseo-fav-actions--visual-preflight,
.rgseo-fav--visual-preflight .rgseo-fav-actions--visual-preflight {
  align-items: center;
}

/* Favoritos Card Bridge */
.rgseo-favorites-page--card-bridge .rgseo-favorite-item--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-card--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-continue-card--card-bridge {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  background: radial-gradient(circle at 12% 0%,var(--rg-wash-cyan),transparent 42%),var(--rgseo-favorites-surface);
  border: 1px solid var(--rgseo-favorites-border);
  box-shadow: 0 14px 34px var(--rg-shadow-card);
}

.rgseo-favorites-page--card-bridge .rgseo-fav-media--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-logo--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-media--card-bridge {
  min-width: 0;
}

.rgseo-favorites-page--card-bridge .rgseo-fav-avatar--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-logo--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-placeholder--card-bridge {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 var(--rg-glass-border),0 10px 22px var(--rg-shadow-chip);
}

.rgseo-favorites-page--card-bridge .rgseo-fav-avatar--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-logo--card-bridge {
  border: 1px solid var(--rg-border-soft);
  background: var(--rg-card-2);
}

.rgseo-favorites-page--card-bridge .rgseo-fav-avatar--radio,
.rgseo-fav--card-bridge .rgseo-fav-card--radio .rgseo-fav-logo--card-bridge {
  border-color: var(--rg-cyan-border);
}

.rgseo-favorites-page--card-bridge .rgseo-fav-avatar--tv,
.rgseo-fav--card-bridge .rgseo-fav-card--tv .rgseo-fav-logo--card-bridge {
  border-color: var(--rg-action-border);
}

.rgseo-favorites-page--card-bridge .rgseo-fav-copy--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-copy--card-bridge {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.rgseo-favorites-page--card-bridge .rgseo-fav-title--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-title--card-bridge {
  color: var(--rg-text);
  font-weight: 950;
  letter-spacing: -.02em;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.rgseo-favorites-page--card-bridge .rgseo-fav-meta--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-meta--card-bridge,
.rgseo-favorites-page--card-bridge .rgseo-fav-topline--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-topline--card-bridge {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--rg-muted);
  font-size: 13px;
  font-weight: 800;
}

.rgseo-favorites-page--card-bridge .rgseo-fav-actions--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-actions--card-bridge {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.rgseo-favorites-page--card-bridge .rgseo-fav-open--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-open--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-play--card-bridge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--rg-text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  background: var(--rg-action-soft);
  border: 1px solid var(--rg-action-border);
}

.rgseo-favorites-page--card-bridge .rgseo-favorite-item--radio .rgseo-fav-open--card-bridge,
.rgseo-fav--card-bridge .rgseo-fav-card--radio .rgseo-fav-open--card-bridge {
  background: var(--rg-wash-cyan-2);
  border-color: var(--rg-cyan-border);
}

@media (max-width: 700px){
  .rgseo-favorites-page--card-bridge .rgseo-favorite-item--card-bridge,
  .rgseo-fav--card-bridge .rgseo-fav-card--card-bridge,
  .rgseo-fav--card-bridge .rgseo-fav-continue-card--card-bridge {
    grid-template-columns: auto minmax(0,1fr);
  }

  .rgseo-favorites-page--card-bridge .rgseo-fav-actions--card-bridge,
  .rgseo-fav--card-bridge .rgseo-fav-actions--card-bridge {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 700px){
  .rgseo-favorites-page--visual-preflight .rgseo-favorites-section-head,
  .rgseo-fav--visual-preflight .rgseo-fav-heading--section {
    grid-template-columns: auto minmax(0,1fr);
  }

  .rgseo-favorites-page--visual-preflight .rgseo-fav-actions--visual-preflight,
  .rgseo-fav--visual-preflight .rgseo-fav-actions--visual-preflight {
    width: 100%;
  }
}


/* Favoritos Header Parity */
.rgseo-favorites-page--header-parity .rgseo-favorites-hero--header-parity,
.rgseo-fav--header-parity .rgseo-fav-hero--header-parity {
  isolation: isolate;
}

.rgseo-favorites-page--header-parity .rgseo-favorites-hero-icon--header-parity,
.rgseo-fav--header-parity .rgseo-fav-hero-icon--header-parity {
  box-shadow: 0 0 0 7px var(--rg-wash-orange),0 14px 34px var(--rg-shadow-chip);
}

.rgseo-favorites-page--header-parity .rgseo-favorites-hero-copy--header-parity,
.rgseo-fav--header-parity .rgseo-fav-hero-copy--header-parity {
  display: grid;
  gap: 8px;
}

.rgseo-favorites-page--header-parity .rgseo-favorites-hero-kicker--header-parity,
.rgseo-fav--header-parity .rgseo-fav-hero-kicker--header-parity {
  margin: 0;
}

.rgseo-favorites-page--header-parity .rgseo-favorites-hero-title--header-parity,
.rgseo-fav--header-parity .rgseo-fav-hero-title--header-parity {
  margin: 0;
  max-width: 780px;
}

.rgseo-favorites-page--header-parity .rgseo-favorites-hero-subtitle--header-parity,
.rgseo-fav--header-parity .rgseo-fav-hero-subtitle--header-parity {
  max-width: 760px;
}

.rgseo-favorites-page--header-parity .rgseo-favorites-section-head--header-parity,
.rgseo-fav--header-parity .rgseo-fav-heading--header-parity {
  padding: 12px;
  border-radius: 20px;
  background: linear-gradient(135deg,var(--rg-glass-soft),rgba(17,24,39,.42));
  border: 1px solid var(--rg-glass-border);
}

.rgseo-favorites-page--header-parity .rgseo-favorites-section-copy,
.rgseo-fav--header-parity .rgseo-fav-heading-copy--header-parity {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.rgseo-favorites-page--header-parity .rgseo-favorites-section-kicker {
  color: var(--rg-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.rgseo-favorites-page--header-parity .rgseo-favorites-section-title--header-parity,
.rgseo-fav--header-parity .rgseo-fav-heading-title--header-parity {
  letter-spacing: -.02em;
}

.rgseo-fav--header-parity .rgseo-fav-heading-subtitle--header-parity {
  margin: 2px 0 0;
  color: var(--rg-muted);
}

.rgseo-favorites-page--header-parity .rgseo-favorites-section-icon--header-parity,
.rgseo-fav--header-parity .rgseo-fav-heading-icon--header-parity {
  box-shadow: inset 0 1px 0 var(--rg-glass-border),0 10px 24px var(--rg-shadow-chip);
}

.rgseo-favorites-page--header-parity .rgseo-favorites-section-icon--radio,
.rgseo-fav--header-parity .rgseo-fav-heading-icon--radio,
.rgseo-fav--header-parity .rgseo-fav-stat--radio .rgseo-fav-stat-icon {
  color: var(--rg-cyan-soft);
  background: var(--rg-wash-cyan-2);
  border-color: var(--rg-cyan-border);
}

.rgseo-favorites-page--header-parity .rgseo-favorites-section-icon--tv,
.rgseo-fav--header-parity .rgseo-fav-heading-icon--tv,
.rgseo-fav--header-parity .rgseo-fav-stat--tv .rgseo-fav-stat-icon {
  color: var(--rg-orange-soft);
  background: var(--rg-wash-orange-2);
  border-color: var(--rg-action-border);
}

.rgseo-favorites-page--header-parity .rgseo-favorites-section-icon--recent,
.rgseo-fav--header-parity .rgseo-fav-heading-icon--recent,
.rgseo-fav--header-parity .rgseo-fav-heading-icon--continue,
.rgseo-fav--header-parity .rgseo-fav-stat--recent .rgseo-fav-stat-icon {
  color: var(--rg-cyan-soft);
  background: var(--rg-glass-soft);
  border-color: var(--rg-border-soft);
}

.rgseo-fav--header-parity .rgseo-fav-stats--header-parity {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}

.rgseo-fav--header-parity .rgseo-fav-stat--header-parity {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 18px;
  background: var(--rg-glass-soft);
  border: 1px solid var(--rg-glass-border);
}

.rgseo-fav--header-parity .rgseo-fav-stat-icon {
  width: 34px;
  height: 34px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rg-border-soft);
}

.rgseo-fav--header-parity .rgseo-fav-stat-number {
  color: var(--rg-text);
  font-size: 22px;
  line-height: 1;
}

.rgseo-fav--header-parity .rgseo-fav-stat-label,
.rgseo-fav--header-parity .rgseo-fav-total--header-parity {
  color: var(--rg-muted);
  font-size: 12px;
  font-weight: 900;
}

.rgseo-fav--header-parity .rgseo-fav-total--header-parity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--rg-glass-soft);
  border: 1px solid var(--rg-glass-border);
}

@media (max-width: 760px){
  .rgseo-fav--header-parity .rgseo-fav-stats--header-parity {
    grid-template-columns: 1fr;
  }

  .rgseo-favorites-page--header-parity .rgseo-favorites-section-head--header-parity,
  .rgseo-fav--header-parity .rgseo-fav-heading--header-parity {
    align-items: start;
  }
}

/* Favoritos Media Frame Parity */
.rgseo-favorites-page--media-frame-parity,
.rgseo-fav--media-frame-parity {
  --rgseo-fav-media-size: 66px;
  --rgseo-fav-media-radius: 20px;
}

.rgseo-favorites-page--media-frame-parity .rgseo-fav-media--card-bridge,
.rgseo-fav--media-frame-parity .rgseo-fav-media--card-bridge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--rgseo-fav-media-size);
  height: var(--rgseo-fav-media-size);
}

.rgseo-favorites-page--media-frame-parity .rgseo-fav-avatar--media-frame,
.rgseo-fav--media-frame-parity .rgseo-fav-logo--media-frame,
.rgseo-fav--media-frame-parity .rgseo-fav-placeholder--media-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--rgseo-fav-media-size);
  height: var(--rgseo-fav-media-size);
  border-radius: var(--rgseo-fav-media-radius);
  overflow: hidden;
  flex: 0 0 var(--rgseo-fav-media-size);
  background: radial-gradient(circle at 35% 25%,var(--rg-glass-soft),transparent 42%),var(--rg-card-2);
  border: 1px solid var(--rg-border-soft);
  box-shadow: inset 0 1px 0 var(--rg-glass-border),0 10px 22px var(--rg-shadow-chip);
}

.rgseo-favorites-page--media-frame-parity .rgseo-fav-avatar--radio,
.rgseo-fav--media-frame-parity .rgseo-fav-logo--radio,
.rgseo-fav--media-frame-parity .rgseo-fav-placeholder--radio {
  border-color: var(--rg-cyan-border);
  background: radial-gradient(circle at 35% 25%,var(--rg-wash-cyan-2),transparent 48%),var(--rg-card-2);
}

.rgseo-favorites-page--media-frame-parity .rgseo-fav-avatar--tv,
.rgseo-fav--media-frame-parity .rgseo-fav-logo--tv,
.rgseo-fav--media-frame-parity .rgseo-fav-placeholder--tv {
  border-color: var(--rg-action-border);
  background: radial-gradient(circle at 35% 25%,var(--rg-wash-orange-2),transparent 48%),var(--rg-card-2);
}

.rgseo-favorites-page--media-frame-parity .rgseo-fav-image--media-frame,
.rgseo-fav--media-frame-parity .rgseo-fav-image--media-frame {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 9px;
  background: var(--rg-glass-soft);
}

.rgseo-favorites-page--media-frame-parity .rgseo-fav-avatar-empty--media-frame,
.rgseo-fav--media-frame-parity .rgseo-fav-placeholder--media-frame {
  color: var(--rg-text);
}

.rgseo-favorites-page--media-frame-parity .rgseo-fav-avatar-empty--media-frame i,
.rgseo-fav--media-frame-parity .rgseo-fav-placeholder--media-frame i {
  color: var(--rg-cyan-soft);
}

.rgseo-favorites-page--media-frame-parity .rgseo-fav-avatar-empty--media-frame span,
.rgseo-fav--media-frame-parity .rgseo-fav-placeholder--media-frame b {
  color: var(--rg-text);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .04em;
}

.rgseo-favorites-page--media-frame-parity .rgseo-favorite-item--media-frame,
.rgseo-fav--media-frame-parity .rgseo-fav-card--media-frame,
.rgseo-fav--media-frame-parity .rgseo-fav-continue-card--media-frame,
.rgseo-continue-card--media-frame {
  overflow: hidden;
}

@media (max-width: 520px){
  .rgseo-favorites-page--media-frame-parity,
  .rgseo-fav--media-frame-parity {
    --rgseo-fav-media-size: 58px;
    --rgseo-fav-media-radius: 18px;
  }
}


/* Favoritos Responsive Parity */
.rgseo-favorites-page--responsive-parity,
.rgseo-fav--responsive-parity {
  min-width: 0;
}

.rgseo-favorites-page--responsive-parity .rgseo-favorites-layout--responsive-parity,
.rgseo-fav--responsive-parity .rgseo-fav-layout--responsive-parity {
  min-width: 0;
}

.rgseo-favorites-page--responsive-parity .rgseo-favorites-list--responsive-parity,
.rgseo-fav--responsive-parity .rgseo-fav-grid--responsive-parity,
.rgseo-fav--responsive-parity .rgseo-fav-list--responsive-parity {
  min-width: 0;
}

.rgseo-favorites-page--responsive-parity .rgseo-favorite-item--responsive,
.rgseo-fav--responsive-parity .rgseo-fav-card--responsive,
.rgseo-fav--responsive-parity .rgseo-fav-continue-card--responsive,
.rgseo-continue-card--responsive {
  min-width: 0;
}

.rgseo-favorites-page--responsive-parity .rgseo-fav-copy--responsive,
.rgseo-fav--responsive-parity .rgseo-fav-copy--responsive {
  min-width: 0;
}

.rgseo-favorites-page--responsive-parity .rgseo-fav-title--responsive,
.rgseo-fav--responsive-parity .rgseo-fav-title--responsive {
  overflow-wrap: anywhere;
}

.rgseo-favorites-page--responsive-parity .rgseo-fav-actions--responsive,
.rgseo-fav--responsive-parity .rgseo-fav-actions--responsive {
  min-width: 0;
}

.rgseo-fav--responsive-parity .rgseo-fav-play--responsive,
.rgseo-favorites-page--responsive-parity .rgseo-fav-open--responsive,
.rgseo-fav--responsive-parity .rgseo-fav-open--responsive {
  white-space: nowrap;
}

@media (max-width: 860px){
  .rgseo-fav--responsive-parity .rgseo-fav-hero--responsive-parity {
    grid-template-columns: auto minmax(0,1fr);
  }

  .rgseo-fav--responsive-parity .rgseo-fav-stats--responsive-parity {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (max-width: 700px){
  .rgseo-favorites-page--responsive-parity .rgseo-favorites-hero--responsive-parity,
  .rgseo-fav--responsive-parity .rgseo-fav-hero--responsive-parity {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .rgseo-favorites-page--responsive-parity .rgseo-favorites-section-head--responsive-parity,
  .rgseo-fav--responsive-parity .rgseo-fav-heading--responsive-parity {
    grid-template-columns: auto minmax(0,1fr);
    gap: 10px;
  }

  .rgseo-fav--responsive-parity .rgseo-fav-total--header-parity {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .rgseo-favorites-page--responsive-parity .rgseo-favorite-item--responsive,
  .rgseo-fav--responsive-parity .rgseo-fav-card--responsive,
  .rgseo-fav--responsive-parity .rgseo-fav-continue-card--responsive,
  .rgseo-continue-card--responsive {
    grid-template-columns: auto minmax(0,1fr);
    align-items: center;
  }

  .rgseo-favorites-page--responsive-parity .rgseo-fav-actions--responsive,
  .rgseo-fav--responsive-parity .rgseo-fav-actions--responsive {
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: 100%;
  }

  .rgseo-favorites-page--responsive-parity .rgseo-fav-open--responsive,
  .rgseo-fav--responsive-parity .rgseo-fav-open--responsive,
  .rgseo-fav--responsive-parity .rgseo-fav-play--responsive {
    flex: 1 1 auto;
  }
}

@media (max-width: 520px){
  .rgseo-fav--responsive-parity .rgseo-fav-stats--responsive-parity {
    grid-template-columns: 1fr;
  }

  .rgseo-favorites-page--responsive-parity .rgseo-fav-actions--responsive,
  .rgseo-fav--responsive-parity .rgseo-fav-actions--responsive {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
  }

  .rgseo-favorites-page--responsive-parity .rgseo-fav-open--responsive,
  .rgseo-fav--responsive-parity .rgseo-fav-open--responsive,
  .rgseo-fav--responsive-parity .rgseo-fav-play--responsive {
    min-width: 0;
  }
}


/* Favoritos Empty State Parity */
.rgseo-favorites-page--empty-state-parity .rgseo-favorites-empty--empty-state-parity,
.rgseo-fav--empty-state-parity .rgseo-fav-empty--empty-state-parity {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--rg-text);
  text-align: left;
  margin: 0 0 18px;
}

.rgseo-favorites-page--empty-state-parity .rgseo-favorites-empty--empty-state-parity[hidden],
.rgseo-fav--empty-state-parity .rgseo-fav-empty--empty-state-parity[hidden] {
  display: none;
}

.rgseo-favorites-empty-card--empty-state,
.rgseo-fav-empty-card--empty-state {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: radial-gradient(circle at 10% 0%,var(--rg-wash-orange),transparent 38%),var(--rgseo-favorites-surface);
  border: 1px dashed var(--rg-action-border);
  box-shadow: 0 16px 36px var(--rg-shadow-card);
}

.rgseo-favorites-empty-card--radio,
.rgseo-fav-empty-card--radio {
  background: radial-gradient(circle at 10% 0%,var(--rg-wash-cyan-2),transparent 38%),var(--rgseo-favorites-surface);
  border-color: var(--rg-cyan-border);
}

.rgseo-favorites-empty-icon,
.rgseo-fav-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: var(--rg-orange-soft);
  background: var(--rg-wash-orange);
  border: 1px solid var(--rg-action-border);
  box-shadow: inset 0 1px 0 var(--rg-glass-border),0 10px 22px var(--rg-shadow-chip);
}

.rgseo-favorites-empty-icon--radio,
.rgseo-fav-empty-icon--radio {
  color: var(--rg-cyan-soft);
  background: var(--rg-wash-cyan);
  border-color: var(--rg-cyan-border);
}

.rgseo-favorites-empty-copy,
.rgseo-fav-empty-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.rgseo-favorites-empty-title,
.rgseo-fav-empty-title {
  color: var(--rg-text);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
}

.rgseo-favorites-empty-subtitle,
.rgseo-fav-empty-subtitle {
  color: var(--rg-muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.rgseo-favorites-page--empty-state-parity.rgseo-favorites-page--empty .rgseo-favorites-layout--responsive-parity {
  margin-top: 18px;
}

@media (max-width: 520px){
  .rgseo-favorites-empty-card--empty-state,
  .rgseo-fav-empty-card--empty-state {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 16px;
  }

  .rgseo-favorites-empty-icon,
  .rgseo-fav-empty-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}


/* Favoritos Visual Close Gate */
.rgseo-favorites-page--visual-close-gate,
.rgseo-fav--visual-close-gate {
  min-width: 0;
  isolation: isolate;
}

.rgseo-favorites-page--visual-close-gate .rgseo-favorites-layout--responsive-parity,
.rgseo-fav--visual-close-gate .rgseo-fav-layout--responsive-parity {
  position: relative;
}

.rgseo-favorites-page--visual-close-gate .rgseo-favorites-empty--empty-state-parity,
.rgseo-fav--visual-close-gate .rgseo-fav-empty--empty-state-parity {
  max-width: 100%;
}

.rgseo-favorites-page--visual-close-gate .rgseo-favorite-item--card-bridge,
.rgseo-fav--visual-close-gate .rgseo-fav-card--card-bridge,
.rgseo-fav--visual-close-gate .rgseo-fav-continue-card--card-bridge {
  will-change: transform;
}

/* Favoritos Base */
.rgseo-favorites-hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 15%, var(--rg-orange-a16), transparent 35%),
    linear-gradient(135deg,var(--rg-panel),var(--rg-card) 55%,var(--rg-card-2));
  color: var(--rg-text);
  box-shadow: 0 20px 50px var(--rg-cyan-a20);
  margin-bottom: 24px;
  overflow: hidden;
}

.rgseo-favorites-hero-icon {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rg-white-a10);
  color: var(--rgseo-fav-accent);
  font-size: 28px;
  border: 1px solid var(--rg-white-a14);
}

.rgseo-favorites-hero span {
  display: inline-block;
  color: var(--rg-text-a68);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 6px;
}

.rgseo-favorites-hero h2 {
  margin: 0 0 8px !important;
  color: var(--rg-text) !important;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.08;
}

.rgseo-favorites-hero p {
  margin: 0;
  max-width: 720px;
  color: var(--rg-text-a76);
  line-height: 1.6;
}

.rgseo-favorites-layout {
  display: grid;
  gap: 22px;
}

.rgseo-favorites-section {
  padding: clamp(18px, 3vw, 26px);
  border-radius: 24px;
  background: var(--rgseo-fav-bg);
  border: 1px solid var(--rgseo-fav-border);
  box-shadow: 0 14px 34px var(--rg-cyan-a08);
}

.rgseo-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
}

.rgseo-section-heading i {
  color: var(--rgseo-fav-accent);
}

.rgseo-section-heading h2,
.rgseo-section-heading h3 {
  margin: 0 !important;
  color: var(--rgseo-fav-text) !important;
  font-size: 22px;
  line-height: 1.2;
}

.rgseo-favorites-list {
  display: grid;
  gap: 12px;
}

.rgseo-favorite-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg,var(--rg-card),var(--rg-card-2));
  border: 1px solid var(--rgseo-fav-border);
  transition: .2s ease;
}

.rgseo-favorite-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px var(--rg-cyan-a08);
}

.rgseo-fav-avatar {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--rg-card);
  border: 1px solid var(--rg-cyan-a08);
  flex: 0 0 auto;
}

.rgseo-fav-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rgseo-fav-avatar-empty {
  color: var(--rgseo-fav-blue);
  background: var(--rg-cyan-soft-a12);
}

.rgseo-fav-title {
  font-weight: 800;
  color: var(--rg-cyan-soft);
  text-decoration: none !important;
  line-height: 1.35;
}

.rgseo-fav-title:hover {
  color: var(--rg-cyan);
}

.rgseo-fav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rgseo-fav-type {
  font-size: 11px;
  color: var(--rgseo-fav-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.rgseo-fav-remove {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: var(--rg-orange-a10);
  color: var(--rgseo-fav-accent);
  transition: .2s ease;
}

.rgseo-fav-remove:hover {
  background: var(--rgseo-fav-accent);
  color: var(--rg-text);
  transform: scale(1.06);
}

.rgseo-favorites-empty {
  padding: 20px;
  border-radius: 18px;
  background: var(--rg-cyan-soft-a10);
  border: 1px dashed var(--rg-cyan-soft-a55);
  color: var(--rgseo-fav-muted);
  margin-bottom: 18px;
}

.rgseo-recent-section {
  opacity: .96;
}

@media (max-width: 640px){
  .rgseo-favorites-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .rgseo-favorites-hero-icon {
    margin: 0 auto;
  }

  .rgseo-favorite-item {
    grid-template-columns: auto 1fr;
  }

  .rgseo-fav-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

}

.rgseo-favorites-tools-disabled{display:none!important}
.rgseo-favorites-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 18px;
  background: var(--rg-white-a045);
  border: 1px solid var(--rg-white-a08);
  color: var(--rg-text-a68);
  font-size: 13px;
}

.rgseo-fav-reset-order {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 999px;
  padding: 9px 14px;
  background: var(--rg-orange-a12);
  color: var(--rg-orange);
  font-weight: 800;
  cursor: pointer;
  transition: .22s ease;
}

.rgseo-fav-reset-order:hover {
  background: var(--rg-orange);
  color: var(--rg-text);
  transform: translateY(-1px);
}

.rgseo-favorite-item {
  position: relative;
}

.rgseo-fav-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rg-white-a36);
  cursor: grab;
  width: 18px;
  margin-right: -4px;
}

.rgseo-favorite-item[draggable="true"] {
  cursor: default;
}

.rgseo-fav-dragging {
  opacity: .55;
  transform: scale(.99);
}

.rgseo-fav-drop-target {
  outline: 2px dashed var(--rg-cyan-soft-a55);
  outline-offset: 3px;
}

.rgseo-fav-reorder-controls {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.rgseo-fav-reorder-controls button {
  width: 27px;
  height: 27px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rg-white-a06);
  color: var(--rg-white-a65);
  cursor: pointer;
  transition: .2s ease;
  font-size: 10px;
}

.rgseo-fav-reorder-controls button:hover {
  background: var(--rg-cyan-soft-a18);
  color: var(--rg-cyan-soft);
}

.rgseo-fav-avatar {
  overflow: hidden;
  background: var(--rg-bg);
  border: 1px solid var(--rg-white-a08);
  box-shadow: 0 8px 18px var(--rg-black-a18);
}

.rgseo-fav-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rgseo-fav-avatar-empty {
  background:
    radial-gradient(circle at 30% 20%, var(--rg-orange-a18), transparent 40%),
    linear-gradient(135deg, var(--rg-card), var(--rg-bg));
  color: var(--rg-white-a80);
  flex-direction: column;
  gap: 2px;
}

.rgseo-fav-avatar-empty i {
  font-size: 14px;
  color: var(--rg-orange);
}

.rgseo-fav-avatar-empty span {
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
  color: var(--rg-white-a82);
}

.rgseo-fav-type {
  border: 1px solid var(--rg-white-a08);
}

.rgseo-fav-type-radio {
  background: var(--rg-cyan-soft-a14) !important;
  color: var(--rg-cyan-soft) !important;
}

.rgseo-fav-type-tv {
  background: var(--rg-orange-a14) !important;
  color: var(--rg-orange) !important;
}

.rgseo-recent-section .rgseo-favorite-item {
  min-height: 62px;
}

.rgseo-recent-section .rgseo-fav-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.rgseo-recent-section .rgseo-fav-title {
  font-size: 14px;
}

.rgseo-recent-section .rgseo-fav-type {
  opacity: .72;
}

.rgseo-favorites-empty {
  padding: 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 10%, var(--rg-orange-a10), transparent 36%),
    var(--rg-white-a045);
  border: 1px solid var(--rg-white-a08);
  color: var(--rg-white-a75);
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (max-width: 700px){
  .rgseo-favorites-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .rgseo-fav-drag-handle {
    display: none;
  }

  .rgseo-fav-reorder-controls button {
    width: 30px;
    height: 30px;
  }

}

.rgseo-favorite-item {
  transition: transform .34s cubic-bezier(.2,.8,.2,1), background .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease !important;
  will-change: transform;
}

.rgseo-fav-just-moved {
  animation: rgseoFavMoved .62s cubic-bezier(.2,.8,.2,1);
  border-color: var(--rg-orange-a38) !important;
  box-shadow: 0 18px 38px var(--rg-orange-a12), 0 10px 30px var(--rg-black-a24) !important;
}

@keyframes rgseoFavMoved {
  0% { transform: translateY(0) scale(1); }
  35% { transform: translateY(-7px) scale(1.018); }
  100% { transform: translateY(0) scale(1); }
}

.rgseo-fav-reorder-controls {
  display: inline-flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 2px !important;
}

.rgseo-fav-reorder-controls button {
  width: 34px !important;
  height: 30px !important;
  border-radius: 999px !important;
  background: var(--rg-white-a075) !important;
  color: var(--rg-white-a78) !important;
  box-shadow: inset 0 1px 0 var(--rg-white-a06) !important;
}

.rgseo-fav-reorder-controls button:hover,
.rgseo-fav-reorder-controls button:focus-visible {
  background: var(--rg-orange-a16) !important;
  color: var(--rg-orange) !important;
  transform: translateY(-1px) scale(1.04) !important;
  outline: none !important;
}

.rgseo-fav-reorder-controls button:active {
  transform: scale(.94) !important;
}

.rgseo-fav-type {
  opacity: 1 !important;
  border-radius: 999px !important;
  padding: 5px 9px !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: .09em !important;
}

.rgseo-recent-section .rgseo-fav-type {
  opacity: .92 !important;
  filter: saturate(.95) brightness(.96);
}

.rgseo-recent-section .rgseo-fav-type-radio {
  background: var(--rg-cyan-soft-a12) !important;
  color: var(--rg-cyan-soft) !important;
}

.rgseo-recent-section .rgseo-fav-type-tv {
  background: var(--rg-orange-a12) !important;
  color: var(--rg-orange) !important;
}

.rgseo-fav-avatar {
  background: var(--rg-bg) !important;
}

.rgseo-fav-avatar img {
  object-fit: cover !important;
  transform: translateZ(0);
}

.rgseo-recent-item .rgseo-fav-avatar-empty,
.rgseo-favorite-item .rgseo-fav-avatar-empty {
  background:
    radial-gradient(circle at 30% 20%, var(--rg-orange-a18), transparent 42%),
    linear-gradient(135deg, var(--rg-card), var(--rg-bg)) !important;
}

@media (max-width: 700px){
  .rgseo-fav-reorder-controls {
    gap: 10px !important;
    margin-left: 4px !important;
  }

  .rgseo-fav-reorder-controls button {
    width: 40px !important;
    height: 34px !important;
    font-size: 12px !important;
  }

  .rgseo-fav-actions {
    gap: 9px !important;
  }

}

.rgseo-favorite-has-controls.rgseo-favorite-item {
  grid-template-columns: auto auto 1fr !important;
  grid-template-areas:
    "handle avatar title"
    "actions actions actions" !important;
  row-gap: 14px !important;
  column-gap: 16px !important;
  align-items: center !important;
}

.rgseo-favorite-has-controls .rgseo-fav-drag-handle {
  grid-area: handle !important;
  align-self: center !important;
}

.rgseo-favorite-has-controls .rgseo-fav-avatar {
  grid-area: avatar !important;
}

.rgseo-favorite-has-controls .rgseo-fav-title {
  grid-area: title !important;
}

.rgseo-favorite-has-controls .rgseo-fav-actions {
  grid-area: actions !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 16px !important;
  padding-top: 2px !important;
}

.rgseo-fav-reorder-controls {
  display: inline-flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.rgseo-fav-reorder-controls button,
.rgseo-fav-remove {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 999px !important;
}

.rgseo-fav-reorder-controls button {
  background: var(--rg-white-a08) !important;
  color: var(--rg-white-a82) !important;
  font-size: 12px !important;
}

.rgseo-fav-reorder-controls button:hover,
.rgseo-fav-reorder-controls button:focus-visible {
  background: var(--rg-cyan-soft-a18) !important;
  color: var(--rg-cyan-soft) !important;
  transform: translateY(-2px) scale(1.045) !important;
}

.rgseo-fav-remove:hover,
.rgseo-fav-remove:focus-visible {
  transform: translateY(-2px) scale(1.045) !important;
}

.rgseo-fav-motion-active {
  box-shadow: 0 22px 44px var(--rg-orange-a14), 0 12px 30px var(--rg-black-a32) !important;
  border-color: var(--rg-orange-a42) !important;
}

.rgseo-fav-just-moved {
  animation: rgseoFavMovedSoft .78s cubic-bezier(.16,1,.3,1) !important;
}

@keyframes rgseoFavMovedSoft {
  0% { transform: translateY(0) scale(1); }
  35% { transform: translateY(-4px) scale(1.012); }
  70% { transform: translateY(2px) scale(1.004); }
  100% { transform: translateY(0) scale(1); }
}

.rgseo-recent-section .rgseo-fav-type {
  opacity: 1 !important;
  filter: saturate(1.08) brightness(1.02) !important;
}

.rgseo-recent-section .rgseo-fav-type-radio,
.rgseo-recent-section .rgseo-fav-type-tv {
  box-shadow: inset 0 1px 0 var(--rg-white-a06) !important;
}

@media (max-width: 700px){
  .rgseo-favorite-has-controls.rgseo-favorite-item {
    grid-template-columns: auto 1fr !important;
    grid-template-areas:
      "avatar title"
      "actions actions" !important;
    row-gap: 18px !important;
    padding: 22px !important;
  }

  .rgseo-favorite-has-controls .rgseo-fav-drag-handle {
    display: none !important;
  }

  .rgseo-favorite-has-controls .rgseo-fav-actions {
    justify-content: flex-end !important;
    gap: 18px !important;
    padding-top: 0 !important;
  }

  .rgseo-fav-reorder-controls {
    gap: 14px !important;
  }

  .rgseo-fav-reorder-controls button,
  .rgseo-fav-remove {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    font-size: 13px !important;
  }

}

.rgseo-favorite-has-controls.rgseo-favorite-item {
  transform-origin: center center !important;
  backface-visibility: hidden !important;
  will-change: transform, opacity, box-shadow, border-color !important;
}

.rgseo-fav-list-is-moving .rgseo-favorite-item:not(.rgseo-fav-motion-active) {
  transition: transform .48s cubic-bezier(.16,1,.3,1), opacity .38s ease, background .25s ease, border-color .25s ease !important;
}

.rgseo-fav-motion-active {
  z-index: 4 !important;
  position: relative !important;
  border-color: var(--rg-orange-a50) !important;
  box-shadow:
    0 22px 48px var(--rg-orange-a16),
    0 14px 34px var(--rg-black-a34) !important;
  background: linear-gradient(180deg, var(--rg-white-a075), var(--rg-white-a045)) !important;
}

.rgseo-favorite-has-controls .rgseo-fav-actions {
  justify-content: flex-end !important;
  gap: 18px !important;
}

.rgseo-fav-reorder-controls {
  gap: 18px !important;
}

.rgseo-fav-reorder-controls button,
.rgseo-fav-remove {
  transition:
    transform .22s cubic-bezier(.2,.8,.2,1),
    background .22s ease,
    color .22s ease,
    box-shadow .22s ease !important;
}

.rgseo-fav-reorder-controls button:active,
.rgseo-fav-remove:active {
  transform: translateY(0) scale(.92) !important;
}

.rgseo-fav-reorder-controls button:hover,
.rgseo-fav-reorder-controls button:focus-visible {
  box-shadow: 0 10px 22px var(--rg-cyan-soft-a12) !important;
}

.rgseo-recent-section .rgseo-fav-avatar,
.rgseo-recent-item .rgseo-fav-avatar {
  background: var(--rg-bg) !important;
}

.rgseo-recent-section .rgseo-fav-avatar img,
.rgseo-recent-item .rgseo-fav-avatar img {
  object-fit: cover !important;
}

@media (max-width: 700px){
  .rgseo-favorite-has-controls .rgseo-fav-actions {
    justify-content: flex-end !important;
    gap: 20px !important;
    width: 100% !important;
  }

  .rgseo-fav-reorder-controls {
    gap: 18px !important;
  }

  .rgseo-fav-reorder-controls button,
  .rgseo-fav-remove {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

}

.rgseo-continue-section {
  margin: 0 0 22px !important;
}

.rgseo-continue-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 8%, var(--rg-orange-a18), transparent 35%),
    linear-gradient(135deg, var(--rg-white-a075), var(--rg-white-a035));
  border: 1px solid var(--rg-white-a09);
  box-shadow: 0 18px 42px var(--rg-black-a24);
}

.rgseo-continue-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rgseo-continue-copy span {
  color: var(--rg-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rgseo-continue-copy a {
  color: var(--rg-text) !important;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none !important;
  line-height: 1.25;
}

.rgseo-continue-copy small {
  color: var(--rg-white-a58);
  font-weight: 700;
}

.rgseo-continue-action {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--rg-text) !important;
  background: var(--rg-orange);
  box-shadow: 0 14px 28px var(--rg-orange-a22);
  text-decoration: none !important;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;
}

.rgseo-continue-action:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 18px 34px var(--rg-orange-a30);
}

.rgseo-fav-pin {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  background: var(--rg-white-a08) !important;
  color: var(--rg-white-a75) !important;
  transition: transform .22s cubic-bezier(.2,.8,.2,1), background .22s ease, color .22s ease, box-shadow .22s ease !important;
}

.rgseo-fav-pin:hover,
.rgseo-fav-pin:focus-visible {
  background: var(--rg-orange-soft-a16) !important;
  color: var(--rg-orange-soft) !important;
  transform: translateY(-2px) scale(1.045) !important;
  outline: none !important;
}

.rgseo-fav-pin[aria-pressed="true"],
.rgseo-fav-pinned .rgseo-fav-pin {
  background: var(--rg-orange-soft-a18) !important;
  color: var(--rg-orange-soft) !important;
  box-shadow: inset 0 1px 0 var(--rg-white-a08), 0 10px 22px var(--rg-orange-soft-a10) !important;
}

.rgseo-fav-pinned {
  border-color: var(--rg-orange-soft-a22) !important;
}

.rgseo-fav-pinned::after {
  content: "FIJADO";
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--rg-orange-soft-a14);
  color: var(--rg-orange-soft);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  pointer-events: none;
}

/* Tendencias Premium */
.rgseo-trends-section {
  --rgseo-trends-accent: var(--rg-orange);
  --rgseo-trends-accent-soft: var(--rg-orange-soft);
  --rgseo-trends-wash: var(--rg-orange-a14);
  --rgseo-trends-border: var(--rg-orange-a22);
  --rgseo-trends-surface: var(--rg-white-a045);
  --rgseo-trends-surface-hover: var(--rg-white-a07);
  margin-bottom: 22px;
}

.rgseo-trends-section--premium {
  position: relative;
}

.rgseo-trends-section--responsive {
  container-type: inline-size;
}

.rgseo-trends-section--empty-ready {
  min-height: 0;
}

.rgseo-trends-section--empty {
  --rgseo-trends-surface: var(--rg-white-a04);
}

.rgseo-trends-section--surface {
  position: relative;
  overflow: hidden;
  padding: clamp(14px, 2.6vw, 18px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 8%, var(--rgseo-trends-wash), transparent 34%),
    radial-gradient(circle at 92% 0%, var(--rg-white-a06), transparent 30%),
    linear-gradient(145deg, var(--rg-white-a045), var(--rg-white-a025));
  border: 1px solid var(--rg-white-a08);
  box-shadow: inset 0 1px 0 var(--rg-white-a08), 0 18px 42px var(--rg-shadow-panel);
}

.rgseo-trends-section--surface::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, var(--rg-white-a075), transparent 40%);
  opacity: .62;
}

.rgseo-trends-section--surface > .rgseo-trends-head,
.rgseo-trends-section--surface > .rgseo-trends-list {
  position: relative;
  z-index: 1;
}

.rgseo-trends-section--surface .rgseo-trends-head--surface {
  border-color: var(--rgseo-trends-border);
  background:
    radial-gradient(circle at 12% 16%, var(--rgseo-trends-wash), transparent 34%),
    linear-gradient(135deg, var(--rg-white-a058), var(--rg-white-a028));
}

.rgseo-trends-section--standalone {
  margin: 0 0 22px;
}

.rgseo-trends-section--embedded {
  margin-top: 18px;
}

.rgseo-trends-section--auto {
  --rgseo-trends-accent: var(--rg-orange);
  --rgseo-trends-accent-soft: var(--rg-orange-soft);
  --rgseo-trends-wash: var(--rg-orange-a14);
  --rgseo-trends-border: var(--rg-orange-a22);
}

.rgseo-trends-section--tv {
  --rgseo-trends-accent: var(--rg-orange);
  --rgseo-trends-accent-soft: var(--rg-orange-soft);
  --rgseo-trends-wash: var(--rg-orange-a14);
  --rgseo-trends-border: var(--rg-orange-a22);
}

.rgseo-trends-section--radio {
  --rgseo-trends-accent: var(--rg-cyan-soft);
  --rgseo-trends-accent-soft: var(--rg-cyan);
  --rgseo-trends-wash: var(--rg-cyan-a12);
  --rgseo-trends-border: var(--rg-cyan-a22);
}

.rgseo-trends-section .rgseo-trends-head--responsive,
.rgseo-trends-section .rgseo-trends-list--responsive,
.rgseo-trends-section .rgseo-trend-chip--responsive,
.rgseo-trends-section .rgseo-trend-action--responsive,
.rgseo-trends-section .rgseo-trend-arrow--responsive {
  min-width: 0;
}

.rgseo-trends-section .rgseo-trends-head--premium {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
}

.rgseo-trends-section .rgseo-trends-head--surface {
  position: relative;
  overflow: hidden;
  padding: clamp(14px, 2.5vw, 18px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 16%, var(--rgseo-trends-wash), transparent 34%),
    linear-gradient(135deg, var(--rg-white-a055), var(--rg-white-a025));
  border: 1px solid var(--rg-white-a08);
  box-shadow: inset 0 1px 0 var(--rg-white-a08), 0 16px 34px var(--rg-shadow-card);
}

.rgseo-trends-section .rgseo-trends-head-icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--rgseo-trends-wash);
  color: var(--rgseo-trends-accent);
  border: 1px solid var(--rgseo-trends-border);
  box-shadow: inset 0 1px 0 var(--rg-white-a08), 0 12px 24px var(--rg-shadow-chip);
}

.rgseo-trends-section .rgseo-trends-title-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 4px;
}

.rgseo-trends-section .rgseo-trends-kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  color: var(--rgseo-trends-accent-soft);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rgseo-trends-section .rgseo-trends-title {
  margin: 0;
  color: var(--rgseo-fav-text);
  font-size: clamp(20px, 3vw, 25px);
  line-height: 1.12;
}

.rgseo-trends-section .rgseo-trends-subtitle {
  min-width: 0;
  color: var(--rg-text-a68);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.rgseo-trends-section .rgseo-trends-pill {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--rgseo-trends-wash);
  color: var(--rgseo-trends-accent-soft);
  border: 1px solid var(--rgseo-trends-border);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .03em;
}

.rgseo-trends-section .rgseo-trends-list--premium {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.rgseo-trends-section .rgseo-trends-list--bridge {
  align-items: stretch;
}

.rgseo-trends-section .rgseo-trend-chip--premium {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 74px;
  padding: 12px 13px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 12%, var(--rgseo-trends-wash), transparent 34%),
    linear-gradient(145deg, var(--rgseo-trends-surface), var(--rg-white-a025));
  border: 1px solid var(--rg-white-a07);
  color: var(--rg-text);
  text-decoration: none;
  box-shadow: inset 0 1px 0 var(--rg-white-a07), 0 14px 30px var(--rg-shadow-card);
  transition: transform .24s cubic-bezier(.2,.8,.2,1), background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.rgseo-trends-section .rgseo-trend-chip--bridge {
  overflow: hidden;
  position: relative;
}

.rgseo-trends-section .rgseo-trend-chip--bridge::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, var(--rg-white-a08), transparent 42%);
  opacity: .68;
}

.rgseo-trends-section .rgseo-trend-chip--premium:hover {
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 18% 12%, var(--rgseo-trends-wash), transparent 34%),
    linear-gradient(145deg, var(--rgseo-trends-surface-hover), var(--rg-white-a04));
  border-color: var(--rgseo-trends-border);
  box-shadow: inset 0 1px 0 var(--rg-white-a10), 0 18px 38px var(--rg-shadow-hover);
}

.rgseo-trends-section .rgseo-trend-chip--top {
  border-color: var(--rgseo-trends-border);
}

.rgseo-trends-section .rgseo-trend-rank {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--rgseo-trends-wash);
  color: var(--rgseo-trends-accent);
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px var(--rgseo-trends-border);
}

.rgseo-trends-section .rgseo-trend-rank--top {
  background: linear-gradient(135deg, var(--rgseo-trends-wash), var(--rg-white-a07));
  color: var(--rgseo-trends-accent-soft);
}

.rgseo-trends-section .rgseo-trend-rank--first {
  background: linear-gradient(135deg, var(--rg-orange-a14), var(--rg-white-a07));
  color: var(--rg-orange-soft);
  box-shadow: inset 0 0 0 1px var(--rg-orange-a28), 0 8px 18px var(--rg-orange-a14);
}

.rgseo-trends-section .rgseo-trend-rank--second {
  background: linear-gradient(135deg, var(--rg-cyan-a12), var(--rg-white-a07));
  color: var(--rg-cyan-soft);
  box-shadow: inset 0 0 0 1px var(--rg-cyan-a22), 0 8px 18px var(--rg-cyan-a12);
}

.rgseo-trends-section .rgseo-trend-rank--third {
  background: linear-gradient(135deg, var(--rg-white-a08), var(--rg-white-a035));
  color: var(--rg-white-a84);
  box-shadow: inset 0 0 0 1px var(--rg-white-a12), 0 8px 18px var(--rg-shadow-chip);
}

.rgseo-trends-section .rgseo-trend-rank--regular {
  color: var(--rg-text-a72);
}

.rgseo-trends-section .rgseo-trend-media,
.rgseo-trends-section .rgseo-trend-copy,
.rgseo-trends-section .rgseo-trend-action,
.rgseo-trends-section .rgseo-trend-arrow {
  position: relative;
  z-index: 1;
}

.rgseo-trends-section .rgseo-trend-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rgseo-trends-section .rgseo-trend-chip--tv {
  --rgseo-trends-accent: var(--rg-orange);
  --rgseo-trends-accent-soft: var(--rg-orange-soft);
  --rgseo-trends-wash: var(--rg-orange-a14);
  --rgseo-trends-border: var(--rg-orange-a22);
}

.rgseo-trends-section .rgseo-trend-chip--radio {
  --rgseo-trends-accent: var(--rg-cyan-soft);
  --rgseo-trends-accent-soft: var(--rg-cyan);
  --rgseo-trends-wash: var(--rg-cyan-a12);
  --rgseo-trends-border: var(--rg-cyan-a22);
}

.rgseo-trends-section .rgseo-trend-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.rgseo-trends-section .rgseo-trend-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--rg-text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.rgseo-trends-section .rgseo-trend-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--rg-text-a68);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.rgseo-trends-section .rgseo-trend-meta--bridge {
  flex-wrap: wrap;
  row-gap: 3px;
}

.rgseo-trends-section .rgseo-trend-type {
  color: var(--rgseo-trends-accent-soft);
}

.rgseo-trends-section .rgseo-trend-meta-separator {
  color: var(--rg-text-a42);
  font-weight: 900;
}

.rgseo-trends-section .rgseo-trend-count {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rgseo-trends-section .rgseo-trend-count--visits {
  color: var(--rg-text-a72);
}

.rgseo-trends-section .rgseo-trend-action {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.rgseo-trends-section .rgseo-trend-action-label {
  max-width: 98px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--rgseo-trends-accent-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
}

.rgseo-trends-section .rgseo-trend-arrow {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--rgseo-trends-wash);
  color: var(--rgseo-trends-accent-soft);
  border: 1px solid var(--rgseo-trends-border);
  transition: transform .22s ease, background .22s ease;
}

.rgseo-trends-section .rgseo-trend-chip--premium:hover .rgseo-trend-arrow {
  transform: translateX(2px);
  background: var(--rg-white-a08);
}

.rgseo-trends-section .rgseo-trend-chip--premium:hover .rgseo-trend-action-label {
  color: var(--rg-text);
}

.rgseo-trends-section .rgseo-trend-avatar {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 14px;
  padding: 3px;
  background:
    radial-gradient(circle at 24% 18%, var(--rgseo-trends-wash), transparent 40%),
    linear-gradient(145deg, var(--rg-card), var(--rg-bg));
  border: 1px solid var(--rgseo-trends-border);
  box-shadow: inset 0 1px 0 var(--rg-white-a08), 0 10px 22px var(--rg-shadow-chip);
}

.rgseo-trends-section .rgseo-trend-avatar--tv {
  --rgseo-trends-accent: var(--rg-orange);
  --rgseo-trends-accent-soft: var(--rg-orange-soft);
  --rgseo-trends-wash: var(--rg-orange-a14);
  --rgseo-trends-border: var(--rg-orange-a22);
}

.rgseo-trends-section .rgseo-trend-avatar--radio {
  --rgseo-trends-accent: var(--rg-cyan-soft);
  --rgseo-trends-accent-soft: var(--rg-cyan);
  --rgseo-trends-wash: var(--rg-cyan-a12);
  --rgseo-trends-border: var(--rg-cyan-a22);
}

.rgseo-trends-section .rgseo-trend-avatar img {
  border-radius: 11px;
  background: var(--rg-white-a96);
  padding: 2px;
  box-shadow: inset 0 0 0 1px var(--rg-black-a04);
}

.rgseo-trends-section .rgseo-trend-avatar.rgseo-fav-avatar-empty {
  padding: 0;
  color: var(--rgseo-trends-accent-soft);
}

.rgseo-trends-section .rgseo-trend-avatar.rgseo-fav-avatar-empty i {
  font-size: 13px;
}

.rgseo-trends-section .rgseo-trend-avatar.rgseo-fav-avatar-empty span {
  font-size: 9px;
  letter-spacing: .08em;
}


.rgseo-trends-section .rgseo-trends-empty--premium {
  position: relative;
  z-index: 1;
  min-height: 112px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: clamp(14px, 2.5vw, 18px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 18%, var(--rgseo-trends-wash), transparent 36%),
    linear-gradient(145deg, var(--rg-white-a05), var(--rg-white-a025));
  border: 1px dashed var(--rgseo-trends-border);
  box-shadow: inset 0 1px 0 var(--rg-white-a07), 0 12px 28px var(--rg-shadow-card);
}

.rgseo-trends-section .rgseo-trends-empty-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--rgseo-trends-accent-soft);
  background: var(--rgseo-trends-wash);
  border: 1px solid var(--rgseo-trends-border);
  box-shadow: inset 0 1px 0 var(--rg-white-a08), 0 10px 22px var(--rg-shadow-chip);
}

.rgseo-trends-section .rgseo-trends-empty-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.rgseo-trends-section .rgseo-trends-empty-title {
  color: var(--rg-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.rgseo-trends-section .rgseo-trends-empty-subtitle {
  color: var(--rg-text-a72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.rgseo-trends-section .rgseo-trends-empty-note {
  width: fit-content;
  max-width: 100%;
  margin-top: 3px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--rgseo-trends-accent-soft);
  background: var(--rgseo-trends-wash);
  border: 1px solid var(--rgseo-trends-border);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}


@media (max-width: 700px){
  .rgseo-trends-section--surface {
    padding: 12px;
    border-radius: 22px;
  }

  .rgseo-trends-section--responsive .rgseo-trends-head--responsive {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .rgseo-trends-section--responsive .rgseo-trends-pill {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .rgseo-trends-section--responsive .rgseo-trends-list--responsive {
    grid-template-columns: 1fr;
  }

  .rgseo-trends-section--responsive .rgseo-trend-chip--responsive {
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: start;
  }

  .rgseo-trends-section--responsive .rgseo-trend-action--responsive {
    grid-column: 3 / -1;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2px;
  }

  .rgseo-trends-section--responsive .rgseo-trend-action-label {
    max-width: none;
  }

  .rgseo-trends-section--responsive .rgseo-trend-arrow--responsive {
    width: 26px;
    height: 26px;
  }

  .rgseo-trends-section--responsive .rgseo-trend-meta--bridge {
    gap: 5px;
  }

  .rgseo-trends-section--responsive .rgseo-trend-title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .rgseo-trends-section--responsive .rgseo-trends-empty--responsive {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .rgseo-trends-section--responsive .rgseo-trends-empty-icon {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 430px){
  .rgseo-trends-section--responsive .rgseo-trends-head--responsive {
    gap: 10px;
  }

  .rgseo-trends-section--responsive .rgseo-trend-chip--responsive {
    gap: 9px;
    padding: 11px;
  }

  .rgseo-trends-section--responsive .rgseo-trend-rank {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .rgseo-trends-section--responsive .rgseo-trend-avatar {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 13px;
  }
}

.rgseo-fav-motion-active {
  transform-origin: center !important;
}

.rgseo-fav-just-moved {
  animation: rgseoFavMovedPremium 1.05s cubic-bezier(.18,.9,.18,1) !important;
}

@keyframes rgseoFavMovedPremium {
  0% { filter: brightness(1); }
  18% { filter: brightness(1.16); }
  48% { filter: brightness(1.08); }
  100% { filter: brightness(1); }
}

@media (max-width: 700px){
  .rgseo-continue-card {
    grid-template-columns: auto 1fr;
  }

  .rgseo-continue-action {
    grid-column: 1 / -1;
    width: 100%;
    height: 44px;
  }


  .rgseo-fav-pin,
  .rgseo-fav-reorder-controls button,
  .rgseo-fav-remove {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

}
.rgseo-fav-avatar:not(.rgseo-trend-avatar) {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border-radius: 18px !important;
  padding: 4px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 28% 20%, var(--rg-white-a10), transparent 38%),
    linear-gradient(145deg, var(--rg-card), var(--rg-bg)) !important;
  border: 1px solid var(--rg-white-a12) !important;
  box-shadow:
    inset 0 1px 0 var(--rg-white-a07),
    0 10px 22px var(--rg-black-a28) !important;
}

.rgseo-fav-avatar:not(.rgseo-trend-avatar) img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 14px !important;
  display: block !important;
  background: var(--rg-white-a96) !important;
  padding: 2px !important;
  box-shadow: inset 0 0 0 1px var(--rg-black-a04) !important;
}

.rgseo-favorite-item:hover .rgseo-fav-avatar,
.rgseo-recent-item:hover .rgseo-fav-avatar,
.rgseo-continue-card:hover .rgseo-fav-avatar {
  transform: translateY(-1px) scale(1.025) !important;
  border-color: var(--rg-orange-a22) !important;
  box-shadow:
    inset 0 1px 0 var(--rg-white-a08),
    0 14px 28px var(--rg-black-a34),
    0 0 0 1px var(--rg-orange-a06) !important;
}

.rgseo-fav-avatar-empty:not(.rgseo-trend-avatar) {
  padding: 0 !important;
  background:
    radial-gradient(circle at 25% 16%, var(--rg-orange-a18), transparent 42%),
    linear-gradient(145deg, var(--rg-card), var(--rg-bg)) !important;
}

.rgseo-fav-avatar-empty.rgseo-fav-avatar-tv:not(.rgseo-trend-avatar) {
  background:
    radial-gradient(circle at 25% 16%, var(--rg-orange-a20), transparent 42%),
    linear-gradient(145deg, var(--rg-card-2), var(--rg-bg)) !important;
}

.rgseo-fav-avatar-empty.rgseo-fav-avatar-radio:not(.rgseo-trend-avatar) {
  background:
    radial-gradient(circle at 25% 16%, var(--rg-cyan-soft-a18), transparent 42%),
    linear-gradient(145deg, var(--rg-card-2), var(--rg-bg)) !important;
}

.rgseo-fav-avatar-empty:not(.rgseo-trend-avatar) i {
  font-size: 15px !important;
}

.rgseo-fav-avatar-empty:not(.rgseo-trend-avatar) span {
  font-size: 10px !important;
  letter-spacing: .08em !important;
}

.rgseo-recent-section .rgseo-fav-avatar,
.rgseo-recent-item .rgseo-fav-avatar {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 17px !important;
}

.rgseo-recent-section .rgseo-fav-avatar img,
.rgseo-recent-item .rgseo-fav-avatar img {
  border-radius: 13px !important;
}

.rgseo-continue-card .rgseo-fav-avatar {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  border-radius: 20px !important;
}

@media (max-width: 700px){
  .rgseo-fav-avatar:not(.rgseo-trend-avatar) {
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    border-radius: 20px !important;
  }

  .rgseo-fav-avatar:not(.rgseo-trend-avatar) img {
    border-radius: 16px !important;
  }

  .rgseo-recent-section .rgseo-fav-avatar,
  .rgseo-recent-item .rgseo-fav-avatar {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
  }

  .rgseo-continue-card .rgseo-fav-avatar {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
  }

}

.rgseo-tv-fav-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 14px;
}

.rgseo-tv-fav-title-wrap{display:flex;align-items:center;gap:10px;min-width:0;}

.rgseo-tv-fav-heart{
  width:40px;
  height:40px;
  min-width:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:var(--rg-muted);
  background:linear-gradient(180deg,var(--rg-cyan-a98),var(--rg-cyan-a99));
  border:1px solid var(--rg-cyan-soft-a12);
  box-shadow:0 8px 14px var(--rg-black-a22),inset 0 1px 0 var(--rg-white-a05);
  font-size:16px;
}

.rgseo-tv-fav-head h3{
  margin:0!important;
  color:var(--rg-text)!important;
  font-size:19px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.02em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-shadow:none!important;
}

.rgseo-tv-fav-head p{margin:4px 0 0!important;color:var(--rg-side-muted);font-size:12px;line-height:1.25;}

.rgseo-tv-fav-count{
  min-width:38px;
  height:38px;
  padding:0 11px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
  color:var(--rg-orange-soft)!important;
  font-size:15px;
  font-weight:900;
  background:linear-gradient(180deg,var(--rg-cyan-a98),var(--rg-cyan-a99));
  border:1px solid var(--rg-orange-soft-a26);
}

.rgseo-tv-fav-body{
  display:grid;
  grid-template-columns:var(--rg-arrow-w) minmax(0,1fr) var(--rg-arrow-w);
  align-items:center;
  gap:10px;
  width:100%;
}

.rgseo-tv-fav-track{
  display:flex;
  align-items:center;
  gap:var(--rg-logo-gap);
  min-width:0;
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  padding:6px 1px 10px;
}

.rgseo-tv-fav-track::-webkit-scrollbar{display:none!important;}
.rgseo-fav-heading-compact,
.rgseo-tv-fav-prev,
.rgseo-tv-fav-next{min-width:0!important;}

.rgseo-tv-fav-arrow:hover,
.rgseo-tv-fav-arrow:focus-visible{
  transform:translateY(-1px) scale(1.035)!important;
  border-color:var(--rg-cyan-soft-a34)!important;
  outline:none!important;
}

.rgseo-tv-fav-arrow i{font-size:16px!important;}

.rgseo-tv-fav-empty{
  width:100%;
  min-height:102px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  text-align:center;
  color:var(--rg-side-muted);
  padding:12px;
}

.rgseo-tv-fav-empty span{
  width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  color:var(--rg-muted);background:linear-gradient(180deg,var(--rg-cyan-a98),var(--rg-cyan-a99));border:1px solid var(--rg-cyan-a20);
}

.rgseo-tv-fav-empty b{color:var(--rg-text);font-size:14px;}

.rgseo-tv-fav-empty small{color:var(--rg-side-muted);font-size:12px;}

.rgseo-favorites-page-premium .rgseo-fav-avatar,
.rgseo-favorites-home .rgseo-fav-avatar,
.rgseo-favorite-item .rgseo-fav-avatar,
.rgseo-recent-item .rgseo-fav-avatar{
  width:90px!important;
  height:60px!important;
  min-width:90px!important;
  max-width:90px!important;
  flex:0 0 90px!important;
  aspect-ratio:var(--rgseo-global-thumb-ratio)!important;
  border-radius:var(--rgseo-global-thumb-radius)!important;
  clip-path:inset(0 round var(--rgseo-global-thumb-radius))!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  line-height:0!important;
}

.rgseo-favorites-page-premium .rgseo-fav-avatar img,
.rgseo-favorites-home .rgseo-fav-avatar img,
.rgseo-favorite-item .rgseo-fav-avatar img,
.rgseo-recent-item .rgseo-fav-avatar img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
  border-radius:var(--rgseo-global-thumb-radius)!important;
  clip-path:inset(0 round var(--rgseo-global-thumb-radius))!important;
}

@media (max-width: 768px){
  .rgseo-favorites-page-premium .rgseo-fav-avatar,
  .rgseo-favorites-home .rgseo-fav-avatar,
  .rgseo-favorite-item .rgseo-fav-avatar,
  .rgseo-recent-item .rgseo-fav-avatar{
    width:86px!important;
    height:58px!important;
    min-width:86px!important;
    max-width:86px!important;
  }

}

@media (max-width: 420px){
  .rgseo-favorites-page-premium .rgseo-fav-avatar,
  .rgseo-favorites-home .rgseo-fav-avatar,
  .rgseo-favorite-item .rgseo-fav-avatar,
  .rgseo-recent-item .rgseo-fav-avatar{
    width:82px!important;
    height:55px!important;
    min-width:82px!important;
    max-width:82px!important;
  }

}

html body .rgseo-fav,html body .rgseo-fav *{box-sizing:border-box!important}

html body .rgseo-fav{width:100%!important;max-width:1500px!important;margin:24px auto 38px!important;padding:0 10px!important;color:var(--rg-text)!important;overflow:hidden!important;background:transparent!important;isolation:isolate!important}

html body .rgseo-fav a{text-decoration:none!important;color:inherit!important}

html body .rgseo-fav-hero{position:relative!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:24px!important;align-items:center!important;min-height:210px!important;padding:clamp(26px,3.5vw,44px)!important;margin:0 0 24px!important;border-radius:32px!important;overflow:hidden!important;background:radial-gradient(circle at 8% 70%,var(--rg-orange-a25),transparent 28%),radial-gradient(circle at 96% 100%,var(--rg-orange-a22),transparent 32%),radial-gradient(circle at 42% 0%,var(--rg-cyan-a16),transparent 38%),linear-gradient(135deg,var(--rg-panel) 0%,var(--rg-card-2) 50%,var(--rg-card) 100%)!important;border:1px solid var(--rg-white-a10)!important;box-shadow:0 24px 70px var(--rg-black-a38),inset 0 1px 0 var(--rg-white-a055)!important}

html body .rgseo-fav-hero:before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(120deg,var(--rg-white-a045),transparent 32%,transparent 72%,var(--rg-white-a025))!important}

html body .rgseo-fav-hero-icon{position:relative!important;z-index:1!important;width:96px!important;height:96px!important;min-width:96px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--rg-orange)!important;font-size:38px!important;background:conic-gradient(from 145deg,var(--rg-orange),var(--rg-orange),var(--rg-cyan),var(--rg-orange))!important;box-shadow:0 0 0 9px var(--rg-cyan-a88),0 0 32px var(--rg-orange-a30),0 0 42px var(--rg-cyan-a22),inset 0 0 20px var(--rg-black-a45)!important}

html body .rgseo-fav-hero-icon i{width:72px!important;height:72px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--rg-panel)!important;border:1px solid var(--rg-white-a11)!important}

html body .rgseo-fav-hero-copy{position:relative!important;z-index:1!important;min-width:0!important}

html body .rgseo-fav-eyebrow{display:inline-flex!important;width:max-content!important;max-width:100%!important;margin:0 0 12px!important;padding:8px 15px!important;border-radius:999px!important;color:var(--rg-orange)!important;background:var(--rg-orange-a13)!important;border:1px solid var(--rg-orange-a26)!important;text-transform:uppercase!important;font-size:.74rem!important;font-weight:950!important;letter-spacing:.09em!important}

html body .rgseo-fav-hero h1{color:var(--rg-text)!important;margin:0 0 12px!important;font-size:clamp(2.25rem,4vw,3.8rem)!important;line-height:1.02!important;letter-spacing:-.06em!important}

html body .rgseo-fav-hero p{color:var(--rg-text-a76)!important;max-width:760px!important;margin:0!important;font-size:clamp(1rem,1.25vw,1.14rem)!important;line-height:1.65!important}

html body .rgseo-fav-stats{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:repeat(3,minmax(98px,1fr))!important;gap:10px!important;min-width:330px!important}

html body .rgseo-fav-stat{display:grid!important;gap:4px!important;align-content:center!important;min-height:76px!important;padding:12px 14px!important;border-radius:18px!important;background:var(--rg-white-a06)!important;border:1px solid var(--rg-white-a10)!important}

html body .rgseo-fav-stat i{color:var(--rg-orange)!important;font-size:1rem!important}

html body .rgseo-fav-stat strong{font-size:1.35rem!important;line-height:1!important;color:var(--rg-text)!important;font-weight:950!important}

html body .rgseo-fav-stat span{font-size:.76rem!important;line-height:1.15!important;color:var(--rg-white-a72)!important;font-weight:850!important}

html body .rgseo-fav-layout{display:grid!important;gap:24px!important}

html body .rgseo-fav-section{width:100%!important;padding:clamp(20px,2.4vw,30px)!important;border-radius:30px!important;background:radial-gradient(circle at 2% 0%,var(--rg-cyan-a15),transparent 30%),radial-gradient(circle at 98% 0%,var(--rg-orange-a12),transparent 30%),linear-gradient(180deg,var(--rg-cyan-a985),var(--rg-cyan-a995))!important;border:1px solid var(--rg-white-a09)!important;box-shadow:0 20px 55px var(--rg-black-a34),inset 0 1px 0 var(--rg-white-a04)!important;overflow:hidden!important}

html body .rgseo-fav-heading{display:grid!important;grid-template-columns:62px minmax(0,1fr) auto!important;gap:15px!important;align-items:center!important;margin:0 0 18px!important}

html body .rgseo-fav-heading>i{width:62px!important;height:62px!important;min-width:62px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--rg-orange)!important;background:linear-gradient(135deg,var(--rg-cyan-a95),var(--rg-cyan-a98))!important;border:1px solid var(--rg-orange-a25)!important;box-shadow:0 0 0 8px var(--rg-orange-a055),0 0 24px var(--rg-orange-a18),inset 0 1px 0 var(--rg-white-a05)!important;font-size:24px!important}

html body .rgseo-fav-heading h2{color:var(--rg-text)!important;margin:0 0 4px!important;font-size:clamp(1.55rem,2vw,2rem)!important;line-height:1.08!important;letter-spacing:-.04em!important}

html body .rgseo-fav-heading p{color:var(--rg-white-a65)!important;margin:0!important;font-size:.98rem!important;line-height:1.4!important}

html body .rgseo-fav-total{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:7px 12px!important;border-radius:999px!important;background:var(--rg-white-a06)!important;border:1px solid var(--rg-white-a10)!important;color:var(--rg-white-a82)!important;font-size:.8rem!important;font-weight:900!important;white-space:nowrap!important}

html body .rgseo-fav-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}

html body .rgseo-fav-list{display:grid!important;gap:12px!important}

html body .rgseo-fav-card{min-width:0!important;display:grid!important;grid-template-columns:82px minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;padding:15px!important;border-radius:22px!important;background:radial-gradient(circle at 10% 0%,var(--rg-cyan-a13),transparent 42%),linear-gradient(180deg,var(--rg-cyan-a96),var(--rg-cyan-a99))!important;border:1px solid var(--rg-white-a09)!important;box-shadow:0 14px 30px var(--rg-black-a22),inset 0 1px 0 var(--rg-white-a035)!important;overflow:hidden!important}

html body .rgseo-fav-logo{width:82px!important;height:68px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:transparent!important}

html body .rgseo-fav-logo img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:14px!important}

html body .rgseo-fav-placeholder{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;border-radius:14px!important;background:var(--rg-white-a06)!important;color:var(--rg-orange)!important;font-weight:950!important}

html body .rgseo-fav-copy{min-width:0!important;display:grid!important;gap:5px!important}

html body .rgseo-fav-title{color:var(--rg-text)!important;font-size:1.05rem!important;font-weight:950!important;line-height:1.18!important;letter-spacing:-.02em!important;overflow-wrap:anywhere!important}

html body .rgseo-fav-meta{color:var(--rg-white-a62)!important;font-size:.86rem!important;font-weight:750!important}

html body .rgseo-fav-actions{display:grid!important;grid-template-columns:auto auto auto!important;grid-template-areas:"badge badge badge" "open up remove" "open down remove"!important;gap:8px!important;align-items:center!important;justify-items:end!important}

html body .rgseo-fav-badge{grid-area:badge!important;justify-self:end!important;min-height:30px!important;padding:6px 11px!important;border-radius:999px!important;font-size:.66rem!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;white-space:nowrap!important}

html body .rgseo-fav-badge-radio{color:var(--rg-cyan-soft)!important;background:var(--rg-cyan-a16)!important;border:1px solid var(--rg-cyan-a25)!important}

html body .rgseo-fav-badge-tv{color:var(--rg-orange)!important;background:var(--rg-orange-a14)!important;border:1px solid var(--rg-orange-a28)!important}

html body .rgseo-fav-open{grid-area:open!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:38px!important;padding:9px 12px!important;border-radius:14px!important;background:var(--rg-white-a06)!important;border:1px solid var(--rg-white-a12)!important;color:var(--rg-text)!important;font-weight:900!important;white-space:nowrap!important}

html body .rgseo-fav-btn{width:36px!important;height:36px!important;min-width:36px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;cursor:pointer!important;color:var(--rg-white-a84)!important;background:var(--rg-white-a055)!important;border:1px solid var(--rg-white-a12)!important;box-shadow:none!important}

html body .rgseo-fav-up{grid-area:up!important}

.rgseo-fav-down{grid-area:down!important}

.rgseo-fav-remove{grid-area:remove!important;color:var(--rg-orange)!important;background:var(--rg-orange-a14)!important;border-color:var(--rg-orange-a22)!important}

html body .rgseo-fav-empty{color:var(--rg-white-a72)!important;background:var(--rg-white-a04)!important;border:1px dashed var(--rg-white-a14)!important;border-radius:22px!important;padding:20px!important}

html body .rgseo-fav-lower{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important}

html body .rgseo-fav-continue-card{display:grid!important;grid-template-columns:82px minmax(0,1fr) 54px!important;align-items:center!important;gap:15px!important;padding:16px!important;border-radius:24px!important;background:radial-gradient(circle at 7% 52%,var(--rg-orange-a16),transparent 24%),linear-gradient(135deg,var(--rg-bg-a98),var(--rg-cyan-a99) 58%,var(--rg-cyan-a98))!important;border:1px solid var(--rg-white-a10)!important;box-shadow:0 16px 36px var(--rg-black-a28)!important}

html body .rgseo-fav-play{width:50px!important;height:50px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,var(--rg-orange),var(--rg-orange))!important;color:var(--rg-text)!important;box-shadow:0 0 24px var(--rg-orange-a26)!important}

@media (max-width: 1100px){html body .rgseo-fav-hero{grid-template-columns:auto minmax(0,1fr)!important}

.rgseo-fav-stats{grid-column:1/-1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;min-width:0!important}

.rgseo-fav-grid,.rgseo-fav-lower{grid-template-columns:1fr!important}

}

@media (max-width: 760px){html body .rgseo-fav{padding:0 6px!important;margin:18px auto 30px!important}

.rgseo-fav-hero{grid-template-columns:1fr!important;padding:24px 18px!important;border-radius:28px!important}

.rgseo-fav-hero-icon{width:86px!important;height:86px!important;min-width:86px!important;font-size:34px!important}

.rgseo-fav-hero-icon i{width:64px!important;height:64px!important}

.rgseo-fav-stats{grid-template-columns:1fr!important}

.rgseo-fav-section{padding:18px 14px!important;border-radius:26px!important}

.rgseo-fav-heading{grid-template-columns:56px minmax(0,1fr)!important}

.rgseo-fav-heading>i{width:56px!important;height:56px!important;min-width:56px!important;font-size:22px!important}

.rgseo-fav-total{grid-column:1/-1!important;justify-self:start!important}

.rgseo-fav-card{grid-template-columns:72px minmax(0,1fr)!important}

.rgseo-fav-logo{width:72px!important;height:62px!important}

.rgseo-fav-actions{grid-column:1/-1!important;display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important}

.rgseo-fav-open{flex:1 1 100%!important}

.rgseo-fav-continue-card{grid-template-columns:72px minmax(0,1fr) 46px!important}

.rgseo-fav-play{width:46px!important;height:46px!important}

}

html body .rgseo-fav{
  max-width:1500px!important;
  width:100%!important;
  overflow:visible!important;
}

html body .rgseo-fav-grid,
html body .rgseo-fav-lower{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr))!important;
}

html body .rgseo-fav-title,
html body .rgseo-fav-heading h2,
html body .rgseo-fav-hero h1,
html body .rgseo-fav-heading p,
html body .rgseo-fav-hero p{
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  white-space:normal!important;
  max-width:100%!important;
}

@media (max-width: 1100px){
  html body .rgseo-fav{
    padding:0 10px!important;
  }

  html body .rgseo-fav-hero{
    grid-template-columns:1fr!important;
    gap:18px!important;
    padding:26px 20px!important;
    min-height:0!important;
    border-radius:30px!important;
  }

  html body .rgseo-fav-hero-icon{
    width:88px!important;
    height:88px!important;
    min-width:88px!important;
    font-size:34px!important;
  }

  html body .rgseo-fav-hero-icon i{
    width:66px!important;
    height:66px!important;
  }

  html body .rgseo-fav-hero-copy{
    width:100%!important;
    min-width:0!important;
  }

  html body .rgseo-fav-eyebrow{
    font-size:.68rem!important;
    padding:7px 12px!important;
    letter-spacing:.075em!important;
  }

  html body .rgseo-fav-hero h1{
    font-size:clamp(2rem,7.5vw,3rem)!important;
    line-height:1.04!important;
    letter-spacing:-.045em!important;
  }

  html body .rgseo-fav-hero p{
    font-size:1rem!important;
    line-height:1.48!important;
  }

  html body .rgseo-fav-stats{
    grid-column:auto!important;
    width:100%!important;
    min-width:0!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }

  html body .rgseo-fav-stat{
    min-width:0!important;
    min-height:66px!important;
    padding:10px 8px!important;
    border-radius:16px!important;
  }

  html body .rgseo-fav-stat strong{
    font-size:1.22rem!important;
  }

  html body .rgseo-fav-stat span{
    font-size:.66rem!important;
    line-height:1.1!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  html body .rgseo-fav-layout{
    gap:20px!important;
  }

  html body .rgseo-fav-section{
    padding:20px 16px!important;
    border-radius:28px!important;
    overflow:hidden!important;
    max-width:100%!important;
  }

  html body .rgseo-fav-heading{
    grid-template-columns:56px minmax(0,1fr)!important;
    gap:14px!important;
    align-items:start!important;
  }

  html body .rgseo-fav-heading>i{
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    font-size:22px!important;
  }

  html body .rgseo-fav-heading h2{
    font-size:clamp(1.55rem,6vw,2.15rem)!important;
    line-height:1.08!important;
  }

  html body .rgseo-fav-heading p{
    font-size:.98rem!important;
    line-height:1.36!important;
  }

  html body .rgseo-fav-total{
    grid-column:1/-1!important;
    justify-self:start!important;
  }

  html body .rgseo-fav-grid,
  html body .rgseo-fav-lower{
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:100%!important;
  }

  html body .rgseo-fav-card{
    grid-template-columns:86px minmax(0,1fr)!important;
    gap:14px!important;
    padding:14px!important;
    min-height:0!important;
    width:100%!important;
    max-width:100%!important;
  }

  html body .rgseo-fav-logo{
    width:86px!important;
    height:70px!important;
  }

  html body .rgseo-fav-title{
    font-size:1.02rem!important;
    line-height:1.18!important;
  }

  html body .rgseo-fav-meta{
    font-size:.85rem!important;
  }

  html body .rgseo-fav-actions{
    grid-column:1/-1!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    width:100%!important;
  }

  html body .rgseo-fav-badge{
    order:1!important;
    margin-right:auto!important;
  }

  html body .rgseo-fav-open{
    order:2!important;
    grid-area:auto!important;
    flex:1 1 150px!important;
    min-width:150px!important;
    max-width:100%!important;
  }

  html body .rgseo-fav-up{
    order:3!important;
    grid-area:auto!important;
  }

  html body .rgseo-fav-down{
    order:4!important;
    grid-area:auto!important;
  }

  html body .rgseo-fav-remove{
    order:5!important;
    grid-area:auto!important;
  }

  html body .rgseo-fav-btn{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }

  html body .rgseo-fav-continue-card{
    grid-template-columns:78px minmax(0,1fr) 48px!important;
    gap:12px!important;
    padding:14px!important;
    border-radius:22px!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  html body .rgseo-fav-continue-card .rgseo-fav-logo{
    width:78px!important;
    height:66px!important;
  }

  html body .rgseo-fav-play{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
  }

}

@media (max-width: 480px){
  html body .rgseo-fav{
    padding:0 8px!important;
    margin:16px auto 30px!important;
  }

  html body .rgseo-fav-hero{
    padding:22px 16px!important;
    border-radius:26px!important;
  }

  html body .rgseo-fav-hero h1{
    font-size:clamp(1.95rem,10vw,2.55rem)!important;
  }

  html body .rgseo-fav-stats{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  html body .rgseo-fav-stat{
    padding:9px 6px!important;
    min-height:62px!important;
  }

  html body .rgseo-fav-stat span{
    font-size:.61rem!important;
  }

  html body .rgseo-fav-section{
    padding:18px 14px!important;
    border-radius:25px!important;
  }

  html body .rgseo-fav-heading{
    grid-template-columns:52px minmax(0,1fr)!important;
  }

  html body .rgseo-fav-heading>i{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
  }

  html body .rgseo-fav-heading h2{
    font-size:1.65rem!important;
  }

  html body .rgseo-fav-heading p{
    font-size:.94rem!important;
  }

  html body .rgseo-fav-card{
    grid-template-columns:78px minmax(0,1fr)!important;
    gap:12px!important;
    padding:13px!important;
  }

  html body .rgseo-fav-logo{
    width:78px!important;
    height:64px!important;
  }

  html body .rgseo-fav-title{
    font-size:.98rem!important;
  }

  html body .rgseo-fav-open{
    flex:1 1 100%!important;
  }

}

html body .rgseo-fav-continue-top{
  margin-top:0!important;
  margin-bottom:0!important;
  padding:18px!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-heading{
  margin-bottom:12px!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-heading h2{
  font-size:clamp(1.35rem,1.8vw,1.75rem)!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-heading p{
  font-size:.95rem!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-continue-card{
  grid-template-columns:78px minmax(0,1fr) 52px!important;
  min-height:96px!important;
  padding:14px 16px!important;
  border-radius:22px!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-continue-card .rgseo-fav-logo{
  width:78px!important;
  height:64px!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-title,
html body .rgseo-fav-continue-top a{
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-play{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
}

@media (max-width: 760px){
  html body .rgseo-fav-continue-top{
    padding:16px 14px!important;
  }

  html body .rgseo-fav-continue-top .rgseo-fav-heading{
    grid-template-columns:50px minmax(0,1fr)!important;
  }

  html body .rgseo-fav-continue-top .rgseo-fav-heading>i{
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
  }

  html body .rgseo-fav-continue-top .rgseo-fav-continue-card{
    grid-template-columns:66px minmax(0,1fr) 44px!important;
    gap:11px!important;
    padding:13px!important;
    min-height:86px!important;
  }

  html body .rgseo-fav-continue-top .rgseo-fav-continue-card .rgseo-fav-logo{
    width:66px!important;
    height:56px!important;
  }

  html body .rgseo-fav-continue-top .rgseo-fav-play{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
  }

}

html body .rgseo-fav-grid,
html body .rgseo-fav-list{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}

html body .rgseo-fav-card{
  grid-template-columns:78px minmax(0,1fr)!important;
  align-items:center!important;
}

html body .rgseo-fav-actions{
  grid-column:1/-1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:8px!important;
}

html body .rgseo-fav-badge{
  order:1!important;
  margin-right:auto!important;
}

html body .rgseo-fav-open{
  order:2!important;
  grid-area:auto!important;
  flex:1 1 130px!important;
  min-width:130px!important;
}

html body .rgseo-fav-up{
  order:3!important;
  grid-area:auto!important;
}

html body .rgseo-fav-down{
  order:4!important;
  grid-area:auto!important;
}

html body .rgseo-fav-remove{
  order:5!important;
  grid-area:auto!important;
}

html body .rgseo-fav-theme{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  min-height:26px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  color:var(--rg-orange)!important;
  background:var(--rg-orange-a13)!important;
  border:1px solid var(--rg-orange-a24)!important;
  font-size:.68rem!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}

html body .rgseo-fav [data-section-recent] .rgseo-fav-heading p{
  display:none!important;
}

@media (max-width: 1100px){
  html body .rgseo-fav-grid,
  html body .rgseo-fav-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  html body .rgseo-fav-card{
    grid-template-columns:82px minmax(0,1fr)!important;
  }

}

@media (max-width: 760px){
  html body .rgseo-fav-grid,
  html body .rgseo-fav-list{
    grid-template-columns:1fr!important;
  }

  html body .rgseo-fav-card{
    grid-template-columns:78px minmax(0,1fr)!important;
  }

  html body .rgseo-fav-theme{
    font-size:.64rem!important;
  }

}

html body .rgseo-fav{
  max-width:1500px!important;
}

html body .rgseo-fav-hero{
  grid-template-columns:112px minmax(0,1fr) minmax(300px,420px)!important;
  align-items:center!important;
  gap:clamp(18px,2.8vw,34px)!important;
  min-height:220px!important;
  padding:clamp(28px,3.8vw,48px)!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 8% 72%,var(--rg-orange-a30),transparent 30%),
    radial-gradient(circle at 96% 100%,var(--rg-orange-a27),transparent 33%),
    radial-gradient(circle at 42% 0%,var(--rg-cyan-a18),transparent 38%),
    linear-gradient(135deg,var(--rg-panel) 0%,var(--rg-card-2) 48%,var(--rg-card) 100%)!important;
  border:1px solid var(--rg-white-a115)!important;
  box-shadow:0 28px 78px var(--rg-black-a42),inset 0 1px 0 var(--rg-white-a06)!important;
}

html body .rgseo-fav-hero:after{
  content:""!important;
  position:absolute!important;
  left:28px!important;
  bottom:18px!important;
  width:190px!important;
  height:190px!important;
  border-radius:50%!important;
  pointer-events:none!important;
  background:radial-gradient(circle,var(--rg-orange-a13),transparent 68%)!important;
  filter:blur(10px)!important;
}

html body .rgseo-fav-hero-icon{
  width:108px!important;
  height:108px!important;
  min-width:108px!important;
  font-size:42px!important;
  box-shadow:0 0 0 11px var(--rg-cyan-a90),0 0 34px var(--rg-orange-a34),0 0 48px var(--rg-cyan-a24),inset 0 0 22px var(--rg-black-a45)!important;
}

html body .rgseo-fav-hero-icon i{
  width:80px!important;
  height:80px!important;
  font-size:34px!important;
}

html body .rgseo-fav-hero-copy{
  align-self:center!important;
}

html body .rgseo-fav-eyebrow{
  margin-bottom:14px!important;
  padding:9px 16px!important;
  font-size:.75rem!important;
  letter-spacing:.105em!important;
  background:var(--rg-orange-a14)!important;
  border-color:var(--rg-orange-a30)!important;
  box-shadow:inset 0 1px 0 var(--rg-white-a06)!important;
}

html body .rgseo-fav-hero h1{
  margin-bottom:14px!important;
  font-size:clamp(2.5rem,4.25vw,4.15rem)!important;
  line-height:.99!important;
  letter-spacing:-.07em!important;
  text-shadow:0 3px 18px var(--rg-black-a20)!important;
}

html body .rgseo-fav-hero p{
  max-width:720px!important;
  color:var(--rg-white-a82)!important;
  line-height:1.65!important;
}

html body .rgseo-fav-stats{
  align-self:stretch!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  padding:14px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,var(--rg-white-a05),var(--rg-white-a02))!important;
  border:1px solid var(--rg-white-a08)!important;
}

html body .rgseo-fav-stat{
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:start!important;
  align-content:center!important;
  gap:5px!important;
  min-height:86px!important;
  padding:14px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,var(--rg-white-a058),var(--rg-white-a028))!important;
}

html body .rgseo-fav-stat i{font-size:1.05rem!important;margin-bottom:2px!important}

html body .rgseo-fav-stat strong{font-size:1.48rem!important}

html body .rgseo-fav-stat span{font-size:.75rem!important;line-height:1.15!important}

html body .rgseo-fav-continue-top{
  padding:20px!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 0% 100%,var(--rg-orange-a14),transparent 28%),
    radial-gradient(circle at 100% 0%,var(--rg-cyan-a14),transparent 28%),
    linear-gradient(180deg,var(--rg-cyan-a985),var(--rg-cyan-a995))!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-heading{
  margin-bottom:13px!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-heading h2{
  font-size:clamp(1.45rem,2vw,1.95rem)!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-continue-card{
  grid-template-columns:88px minmax(0,1fr) 56px!important;
  min-height:100px!important;
  padding:16px 18px!important;
  border-radius:24px!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-continue-card .rgseo-fav-logo{
  width:88px!important;
  height:70px!important;
}

html body .rgseo-fav-continue-top .rgseo-fav-play{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
}

html body .rgseo-fav-card{
  grid-template-columns:82px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:center!important;
}

html body .rgseo-fav-copy{
  align-self:center!important;
  gap:7px!important;
}

html body .rgseo-fav-topline{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
}

html body .rgseo-fav-theme,
html body .rgseo-fav-badge-inline{
  min-height:26px!important;
  padding:5px 10px!important;
  font-size:.64rem!important;
  letter-spacing:.08em!important;
  line-height:1!important;
}

html body .rgseo-fav-badge-inline{
  grid-area:auto!important;
  justify-self:auto!important;
  margin:0!important;
}

html body .rgseo-fav-meta{
  color:var(--rg-text-a68)!important;
}

html body .rgseo-fav-actions{
  grid-column:1/-1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  grid-template-columns:none!important;
  grid-template-areas:none!important;
}

html body .rgseo-fav-open{
  order:1!important;
  grid-area:auto!important;
  flex:1 1 140px!important;
  min-width:140px!important;
  justify-content:center!important;
}

html body .rgseo-fav-up{order:2!important;grid-area:auto!important}

html body .rgseo-fav-down{order:3!important;grid-area:auto!important}

html body .rgseo-fav-remove{order:4!important;grid-area:auto!important}

html body .rgseo-fav-btn{
  grid-area:auto!important;
}

@media (max-width: 1200px){
  html body .rgseo-fav-hero{
    grid-template-columns:96px minmax(0,1fr)!important;
  }

  html body .rgseo-fav-stats{
    grid-column:1/-1!important;
  }

}

@media (max-width: 760px){
  html body .rgseo-fav-hero{
    grid-template-columns:1fr!important;
    padding:24px 18px!important;
    border-radius:28px!important;
    gap:18px!important;
    min-height:0!important;
  }

  html body .rgseo-fav-hero-icon{
    width:90px!important;
    height:90px!important;
    min-width:90px!important;
    font-size:34px!important;
  }

  html body .rgseo-fav-hero-icon i{
    width:68px!important;
    height:68px!important;
    font-size:30px!important;
  }

  html body .rgseo-fav-hero h1{
    font-size:clamp(2.05rem,9vw,3rem)!important;
    line-height:1.02!important;
  }

  html body .rgseo-fav-hero p{
    font-size:1rem!important;
    line-height:1.55!important;
  }

  html body .rgseo-fav-stats{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    padding:10px!important;
  }

  html body .rgseo-fav-stat{
    min-height:70px!important;
    padding:10px 8px!important;
    border-radius:18px!important;
  }

  html body .rgseo-fav-stat strong{font-size:1.23rem!important}

  html body .rgseo-fav-stat span{font-size:.63rem!important}

  html body .rgseo-fav-continue-top .rgseo-fav-continue-card{
    grid-template-columns:72px minmax(0,1fr) 46px!important;
    padding:14px!important;
    min-height:88px!important;
  }

  html body .rgseo-fav-continue-top .rgseo-fav-continue-card .rgseo-fav-logo{
    width:72px!important;
    height:58px!important;
  }

  html body .rgseo-fav-continue-top .rgseo-fav-play{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
  }

  html body .rgseo-fav-card{
    grid-template-columns:78px minmax(0,1fr)!important;
    padding:14px!important;
  }

  html body .rgseo-fav-open{
    flex:1 1 100%!important;
    min-width:0!important;
  }

}

@media (max-width: 480px){
  html body .rgseo-fav-hero{padding:22px 16px!important}

  html body .rgseo-fav-eyebrow{padding:8px 13px!important;font-size:.68rem!important}

  html body .rgseo-fav-theme,
  html body .rgseo-fav-badge-inline{font-size:.6rem!important}

}

@media (max-width: 760px){
  html body .rgseo-fav-hero{
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:14px!important;
    align-items:center!important;
    padding:20px 16px!important;
    border-radius:26px!important;
    min-height:0!important;
  }

  html body .rgseo-fav-hero-icon{
    width:70px!important;
    height:70px!important;
    min-width:70px!important;
    font-size:28px!important;
    align-self:start!important;
    margin-top:2px!important;
    box-shadow:0 0 0 8px var(--rg-cyan-a90),0 0 26px var(--rg-orange-a30),0 0 34px var(--rg-cyan-a20),inset 0 0 18px var(--rg-black-a45)!important;
  }

  html body .rgseo-fav-hero-icon i{
    width:52px!important;
    height:52px!important;
    font-size:24px!important;
  }

  html body .rgseo-fav-hero-copy{
    min-width:0!important;
    width:100%!important;
    align-self:center!important;
  }

  html body .rgseo-fav-eyebrow{
    margin:0 0 9px!important;
    padding:7px 12px!important;
    font-size:.62rem!important;
    letter-spacing:.08em!important;
  }

  html body .rgseo-fav-hero h1{
    margin:0 0 8px!important;
    font-size:clamp(2rem,8vw,2.55rem)!important;
    line-height:1.02!important;
    letter-spacing:-.05em!important;
  }

  html body .rgseo-fav-hero p{
    margin:0!important;
    font-size:.96rem!important;
    line-height:1.42!important;
    color:var(--rg-white-a78)!important;
  }

  html body .rgseo-fav-stats{
    grid-column:1/-1!important;
    width:100%!important;
    margin-top:4px!important;
    padding:8px!important;
    gap:7px!important;
    border-radius:20px!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  html body .rgseo-fav-stat{
    min-height:58px!important;
    padding:8px 7px!important;
    border-radius:15px!important;
    gap:2px!important;
  }

  html body .rgseo-fav-stat i{
    font-size:.9rem!important;
  }

  html body .rgseo-fav-stat strong{
    font-size:1.12rem!important;
    line-height:1!important;
  }

  html body .rgseo-fav-stat span{
    font-size:.59rem!important;
    line-height:1.1!important;
  }

}

@media (max-width: 380px){
  html body .rgseo-fav-hero{
    grid-template-columns:60px minmax(0,1fr)!important;
    padding:18px 14px!important;
  }

  html body .rgseo-fav-hero-icon{
    width:60px!important;
    height:60px!important;
    min-width:60px!important;
  }

  html body .rgseo-fav-hero-icon i{
    width:44px!important;
    height:44px!important;
    font-size:21px!important;
  }

  html body .rgseo-fav-hero h1{
    font-size:1.9rem!important;
  }

  html body .rgseo-fav-hero p{
    font-size:.9rem!important;
  }

}

html body .rgseo-fav .rgseo-fav-logo,
html body .rgseo-fav .rgseo-fav-continue-card .rgseo-fav-logo{
  width:92px!important;
  height:68px!important;
  min-width:92px!important;
  max-width:92px!important;
  flex:0 0 92px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
  clip-path:none!important;
}

html body .rgseo-fav .rgseo-fav-logo img,
html body .rgseo-fav .rgseo-fav-continue-card .rgseo-fav-logo img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:20px!important;
  background:transparent!important;
  box-shadow:none!important;
  clip-path:none!important;
}

html body .rgseo-fav .rgseo-fav-placeholder{
  width:100%!important;
  height:100%!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:var(--rg-white-a06)!important;
}

html body .rgseo-fav .rgseo-fav-card{
  grid-template-columns:92px minmax(0,1fr)!important;
  column-gap:16px!important;
}

html body .rgseo-fav .rgseo-fav-continue-card{
  grid-template-columns:92px minmax(0,1fr) 54px!important;
}

@media (max-width: 760px){
  html body .rgseo-fav .rgseo-fav-logo,
  html body .rgseo-fav .rgseo-fav-continue-card .rgseo-fav-logo{
    width:82px!important;
    height:62px!important;
    min-width:82px!important;
    max-width:82px!important;
    flex-basis:82px!important;
  }

  html body .rgseo-fav .rgseo-fav-card{
    grid-template-columns:82px minmax(0,1fr)!important;
    column-gap:13px!important;
  }

  html body .rgseo-fav .rgseo-fav-continue-card{
    grid-template-columns:82px minmax(0,1fr) 46px!important;
  }

}

html body [class*="favorite"] .rgseo-related-arrow,
html body [class*="favorit"] .rgseo-related-arrow{
width:76px!important;min-width:76px!important;max-width:76px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:999px!important;color:var(--rg-bg)!important;background:linear-gradient(180deg,var(--rg-cyan-soft) 0%,var(--rg-cyan) 100%)!important;border:1px solid var(--rg-cyan-soft-a78)!important;font-size:.72rem!important;font-weight:950!important;
}

/* Frontend Premium Recovery v1.7.40 */
.rgseo-favorites-page-premium,
.rgseo-fav,
.rgseo-trends-section{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid var(--rg-premium-border)!important;
  border-radius:var(--rg-premium-radius-xl)!important;
  background:radial-gradient(circle at 12% 0%,rgba(34,211,238,.13),transparent 35%),radial-gradient(circle at 92% 8%,rgba(255,138,61,.11),transparent 34%),var(--rg-premium-surface)!important;
  box-shadow:var(--rg-premium-shadow)!important;
}
.rgseo-favorites-hero,
.rgseo-fav-hero,
.rgseo-favorites-section,
.rgseo-fav-section{
  border:1px solid rgba(148,163,184,.18)!important;
  background:rgba(255,255,255,.045)!important;
  border-radius:var(--rg-premium-radius-lg)!important;
}
.rgseo-favorite-item,
.rgseo-fav-card,
.rgseo-fav .rgseo-fav-card,
.rgseo-trends-section .rgseo-fav-card{
  border:1px solid rgba(148,163,184,.20)!important;
  border-radius:20px!important;
  background:var(--rg-premium-card)!important;
  box-shadow:var(--rg-premium-shadow-soft)!important;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease!important;
}
.rgseo-favorite-item:hover,
.rgseo-favorite-item:focus-within,
.rgseo-fav-card:hover,
.rgseo-fav-card:focus-within{
  transform:translateY(-2px)!important;
  border-color:var(--rg-premium-border-strong)!important;
  background:var(--rg-premium-card-hover)!important;
  box-shadow:0 18px 34px rgba(0,0,0,.30),0 0 22px rgba(34,211,238,.09)!important;
}
.rgseo-fav-logo,
.rgseo-fav-avatar,
.rgseo-favorite-thumb,
.rgseo-fav-card .rgseo-fav-logo{
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.075)!important;
  border-radius:16px!important;
}
.rgseo-fav-title,
.rgseo-favorite-title,
.rgseo-favorites-title{
  color:var(--rg-text)!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
.rgseo-fav-meta,
.rgseo-favorite-meta,
.rgseo-favorites-meta{
  color:rgba(212,222,233,.86)!important;
}
.rgseo-favorite-button,
.rgseo-fav-open,
.rgseo-fav-play,
.rgseo-fav-action,
.rgseo-favorites-open{
  border:1px solid rgba(255,138,61,.28)!important;
  background:linear-gradient(180deg,rgba(255,186,116,.96),rgba(255,138,61,.96))!important;
  color:#111827!important;
  border-radius:999px!important;
  box-shadow:0 12px 24px rgba(255,138,61,.18)!important;
}
.rgseo-favorite-button.is-favorite,
.rgseo-fav-save.is-favorite{
  background:linear-gradient(180deg,rgba(103,232,249,.98),rgba(34,211,238,.94))!important;
  color:#07111f!important;
}
@media (max-width: 760px){
  .rgseo-favorites-page-premium,
  .rgseo-fav,
  .rgseo-trends-section{padding:16px 12px!important;border-radius:22px!important;}
  .rgseo-favorites-layout,
  .rgseo-fav-layout,
  .rgseo-fav-grid,
  .rgseo-favorites-list{grid-template-columns:1fr!important;gap:12px!important;}
  .rgseo-favorite-item,
  .rgseo-fav-card{border-radius:17px!important;padding:10px!important;min-height:76px!important;gap:11px!important;}
  .rgseo-fav-logo,
  .rgseo-fav-avatar,
  .rgseo-favorite-thumb{width:54px!important;min-width:54px!important;height:54px!important;}
  .rgseo-fav-title,
  .rgseo-favorite-title{font-size:.94rem!important;line-height:1.18!important;}
  .rgseo-fav-meta,
  .rgseo-favorite-meta{font-size:.74rem!important;line-height:1.32!important;}
  .rgseo-favorite-button,
  .rgseo-fav-open,
  .rgseo-fav-play{min-height:34px!important;padding:0 11px!important;font-size:.72rem!important;}
}
/* Frontend Premium Recovery v1.7.40 focus compatibility */
.rgseo-favorite-button:focus-visible,html body .rgseo-fav .rgseo-fav-card:focus-within{outline:none!important;box-shadow:var(--rg-premium-focus)!important;}


/* Frontend Color Harmony Recovery v1.7.40 */
.rgseo-favorites-page,
.rgseo-recent-only,
.rgseo-favorites-page-premium,
.rgseo-fav{
  background:transparent!important;
  color:var(--rg-text)!important;
}
.rgseo-fav-hero,
.rgseo-fav-heading,
.rgseo-fav-section,
.rgseo-fav-card,
.rgseo-fav-continue-card,
.rgseo-fav-empty,
.rgseo-continue-card,
.rgseo-favorites-section,
.rgseo-favorites-hero--visual-preflight{
  background:var(--rg-premium-card)!important;
  border:1px solid var(--rg-premium-border)!important;
  border-radius:20px!important;
  box-shadow:var(--rg-premium-shadow-soft)!important;
}
.rgseo-fav-hero,
.rgseo-favorites-page-premium,
.rgseo-fav{
  background-image:radial-gradient(circle at 8% 0%,rgba(88,215,255,.06),transparent 34%),radial-gradient(circle at 95% 0%,rgba(255,155,74,.05),transparent 28%)!important;
}
.rgseo-fav-badge,
.rgseo-fav-badge-inline,
.rgseo-fav-eyebrow,
.rgseo-fav-hero-kicker,
.rgseo-favorites-hero-kicker{
  background:rgba(255,255,255,.045)!important;
  border:1px solid var(--rg-premium-border)!important;
  color:var(--rg-muted)!important;
}
.rgseo-fav-heading-title,
.rgseo-fav-hero-title,
.rgseo-fav-empty-title{color:var(--rg-text)!important;}
.rgseo-fav-hero-subtitle,
.rgseo-fav-heading-subtitle--header-parity,
.rgseo-fav-empty-subtitle,
.rgseo-fav-meta,
.rgseo-continue-copy{color:var(--rg-muted)!important;}
.rgseo-fav-btn,
.rgseo-fav-open,
.rgseo-continue-action,
.rgseo-favorite-button{
  background:linear-gradient(180deg,rgba(255,155,74,.18),rgba(255,155,74,.10))!important;
  border:1px solid rgba(255,155,74,.28)!important;
  color:var(--rg-text)!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
.rgseo-fav-down,
.rgseo-fav-up,
.rgseo-fav-lower,
.rgseo-fav-pin,
.rgseo-fav-drag-handle{
  background:rgba(255,255,255,.045)!important;
  border:1px solid var(--rg-premium-border)!important;
  color:var(--rg-cyan-soft)!important;
}
@media (max-width:760px){
  .rgseo-fav-layout,
  .rgseo-favorites-layout--visual-preflight{grid-template-columns:1fr!important;gap:14px!important;}
  .rgseo-fav-card,
  .rgseo-fav-continue-card,
  .rgseo-fav-empty,
  .rgseo-continue-card{padding:14px!important;border-radius:18px!important;}
  .rgseo-fav-actions,
  .rgseo-fav-actions--responsive{grid-template-columns:1fr!important;gap:10px!important;}
  .rgseo-fav-btn,
  .rgseo-fav-open,
  .rgseo-continue-action,
  .rgseo-favorite-button{width:100%!important;justify-content:center!important;min-height:46px!important;}
}


/* Frontend Premium Polish v1.7.40 */
.rgseo-fav-hero,.rgseo-favorites-hero--visual-preflight{padding:clamp(15px,2.4vw,24px)!important;}
.rgseo-fav-hero-title,.rgseo-favorites-hero-title{font-size:clamp(1.5rem,3.5vw,2.45rem)!important;line-height:1.04!important;letter-spacing:-.052em!important;}
.rgseo-fav-card,.rgseo-fav-continue-card,.rgseo-continue-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease!important;}
.rgseo-fav-card:hover,.rgseo-fav-continue-card:hover,.rgseo-continue-card:hover{transform:translateY(-2px)!important;border-color:var(--rg-premium-line-hover)!important;box-shadow:0 18px 34px rgba(0,0,0,.24)!important;}
.rgseo-fav-btn,.rgseo-fav-open,.rgseo-continue-action,.rgseo-favorite-button{min-height:46px!important;font-weight:850!important;text-decoration:none!important;}
.rgseo-fav-logo,.rgseo-fav-avatar,.rgseo-fav-placeholder,.rgseo-fav-avatar-empty{border-radius:16px!important;border:1px solid var(--rg-premium-line)!important;background:rgba(255,255,255,.055)!important;}
@media (max-width:760px){
  .rgseo-fav-hero-title,.rgseo-favorites-hero-title{font-size:1.62rem!important;}
  .rgseo-fav-hero,.rgseo-favorites-hero--visual-preflight{padding:14px!important;}
  .rgseo-fav-card,.rgseo-fav-continue-card,.rgseo-continue-card{gap:12px!important;}
}


/* Frontend Visual Acceptance v1.7.40 */
@media (max-width:760px){
  .rgseo-fav-btn,.rgseo-fav-open,.rgseo-continue-action,.rgseo-favorite-button{min-height:var(--rg-acceptance-mobile-min-touch)!important;}
}
