/* =========================================================
   PGP v233 — Liket/Saved first paint final lock
   يمنع ظهور الصفحة داكنة أول 3-4 ثواني.
   السبب: shared-head.php يحتوي قاعدة قديمة html,body بخلفية داكنة.
   هذا الملف مخصص فقط لمسار saved-items / liked.
   ========================================================= */

html.pgp-route-liked-firstpaint,
html.pgp-route-liked-firstpaint body,
html body.pgp-page-liked,
html body.pgp-page-saved,
html body:has(.saved-wrap),
html body:has(.saved-hero),
html body:has(#savedContent){
  background:#ffffff!important;
  background-color:#ffffff!important;
  background-image:none!important;
  color:#141414!important;
}

html.pgp-route-liked-firstpaint :is(
  .pgp-app-header,
  .pgp-app-header-inner,
  .saved-wrap,
  .saved-shell,
  .saved-hero,
  .wishlist-panel
),
html body.pgp-page-liked :is(
  .pgp-app-header,
  .pgp-app-header-inner,
  .saved-wrap,
  .saved-shell,
  .saved-hero,
  .wishlist-panel
){
  background:#ffffff!important;
  background-color:#ffffff!important;
  background-image:none!important;
}

html.pgp-route-liked-firstpaint :is(.saved-hero,.saved-card.empty-card),
html body.pgp-page-liked :is(.saved-hero,.saved-card.empty-card){
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
}

html.pgp-route-liked-firstpaint :is(.saved-hero h1,.saved-hero p,.saved-count,#savedCount,#savedCountMobile,.wishlist-panel h1,.wishlist-panel h2,.wishlist-panel h3,.wishlist-panel p),
html body.pgp-page-liked :is(.saved-hero h1,.saved-hero p,.saved-count,#savedCount,#savedCountMobile,.wishlist-panel h1,.wishlist-panel h2,.wishlist-panel h3,.wishlist-panel p){
  color:#141414!important;
  text-shadow:none!important;
}

html.pgp-route-liked-firstpaint :is(#savedNumber,#savedNumberMobile,.saved-count strong),
html body.pgp-page-liked :is(#savedNumber,#savedNumberMobile,.saved-count strong){
  color:#c4a800!important;
  text-shadow:none!important;
}

/* Bottom nav frame remains black 60% */
html body .tc-bottom-bar,
html body .pgp-bottom-nav{
  border-color:rgba(0,0,0,.60)!important;
  border:1px solid rgba(0,0,0,.60)!important;
}
