/* =========================================================
   Casting DZ Phase104 Final UI Layer
   ثابت على كل الصفحات: الهيدر، الصور الافتراضية، الشارات، الإعلانات
========================================================= */
:root{
  --cdz-bg:#020814;
  --cdz-panel:#0b1020;
  --cdz-line:rgba(255,255,255,.10);
  --cdz-text:#f8fafc;
  --cdz-muted:#9fb0c7;
  --cdz-gold:#d4af37;
  --cdz-gold2:#f4d76a;
  --cdz-blue:#1d9bf0;
  --cdz-red:#ef4444;
  --cdz-green:#22c55e;
  --cdz-shadow:0 24px 70px rgba(0,0,0,.36);
}
body{font-family:"Cairo",Tajawal,system-ui,sans-serif}
img[src=""], img:not([src]){
  opacity:0;
}
.cdz-default-profile-bg{
  background-image:url("/assets/images/default-profile.png");
  background-size:cover;
  background-position:center;
}
.cdz-avatar-img,
.profile-img,
.avatar img,
.user-avatar img,
.card-avatar img{
  background:#edf0f4 url("/assets/images/default-profile.png") center/cover no-repeat;
}
.cdz-main-header{
  position:sticky;
  top:0;
  z-index:9999;
  background:rgba(2,8,20,.90);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.10);
  direction:rtl;
}
.cdz-main-header *{box-sizing:border-box}
.cdz-header-inner{
  width:min(1320px,calc(100% - 28px));
  min-height:76px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.cdz-brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
}
.cdz-brand-mark{
  width:42px;
  height:42px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#111;
  background:linear-gradient(135deg,var(--cdz-gold),var(--cdz-gold2));
  box-shadow:0 0 28px rgba(212,175,55,.25);
}
.cdz-desktop-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  flex-wrap:wrap;
}
.cdz-desktop-nav a{
  color:#d8e1ed;
  text-decoration:none;
  padding:9px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  transition:.22s;
}
.cdz-desktop-nav a:hover,
.cdz-desktop-nav a.active{
  color:#111;
  background:linear-gradient(135deg,var(--cdz-gold),var(--cdz-gold2));
}
.cdz-user-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.cdz-icon-link{
  width:42px;
  height:42px;
  border-radius:15px;
  display:grid;
  place-items:center;
  color:#dbe7f5;
  text-decoration:none;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.11);
  transition:.22s;
  position:relative;
}
.cdz-icon-link:hover{
  transform:translateY(-2px);
  color:var(--cdz-gold2);
  border-color:rgba(212,175,55,.32);
  background:rgba(212,175,55,.10);
}
.cdz-profile-chip{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:46px;
  padding:5px 9px 5px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
}
.cdz-profile-chip img{
  width:36px;
  height:36px;
  border-radius:14px;
  object-fit:cover;
  background:#edf0f4 url("/assets/images/default-profile.png") center/cover no-repeat;
}
.cdz-profile-chip strong{
  display:block;
  font-size:12px;
  max-width:110px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.cdz-profile-chip span{
  display:block;
  color:#9fb0c7;
  font-size:10px;
  direction:ltr;
}
.cdz-auth-links{
  display:flex;
  gap:8px;
}
.cdz-btn{
  min-height:42px;
  padding:0 14px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-weight:900;
  font-size:13px;
}
.cdz-btn-gold{
  background:linear-gradient(135deg,var(--cdz-gold),var(--cdz-gold2));
  color:#111;
  border:none;
}
.cdz-mobile-head{
  display:none;
}
.cdz-mobile-menu{
  display:none;
}
.cdz-menu-toggle{
  width:42px;
  height:42px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.13);
  color:#fff;
  background:rgba(255,255,255,.06);
  font-size:22px;
  cursor:pointer;
}
.cdz-mobile-dropdown{
  display:none;
  width:min(1320px,calc(100% - 28px));
  margin:0 auto 12px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(8,14,24,.98);
  box-shadow:0 18px 50px rgba(0,0,0,.35);
}
.cdz-mobile-dropdown.active{
  display:grid;
  grid-template-columns:repeat(2,1fr);
}
.cdz-mobile-dropdown a{
  padding:14px;
  color:#dbe7f5;
  text-decoration:none;
  font-weight:900;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cdz-mobile-dropdown a:hover{
  background:rgba(212,175,55,.10);
  color:var(--cdz-gold2);
}
@media(max-width:940px){
  .cdz-header-inner{
    min-height:68px;
  }
  .cdz-desktop-nav,
  .cdz-auth-links.desktop-only,
  .cdz-profile-chip.desktop-only{
    display:none;
  }
  .cdz-mobile-head{
    display:flex;
    align-items:center;
    gap:7px;
  }
  .cdz-user-actions{
    margin-inline-start:auto;
  }
  .cdz-icon-link{
    width:38px;
    height:38px;
    border-radius:14px;
  }
  .cdz-profile-chip{
    padding:4px;
    border-radius:16px;
  }
  .cdz-profile-chip img{
    width:34px;
    height:34px;
    border-radius:13px;
  }
  .cdz-profile-chip .cdz-chip-text{
    display:none;
  }
}
@media(max-width:460px){
  .cdz-brand span:last-child{display:none}
  .cdz-icon-link:nth-child(3){display:none}
  .cdz-mobile-dropdown.active{grid-template-columns:1fr}
}
.cdz-badge-blue{
  width:23px;
  height:23px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  background:linear-gradient(135deg,#38bdf8,#1d4ed8);
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:0 6px 18px rgba(37,99,235,.35);
  vertical-align:middle;
}
.cdz-badge-gold{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff2aa,#d4af37,#a97812);
  color:#111;
  font-size:11px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(245,189,56,.25);
  vertical-align:middle;
}
.cdz-premium-card{
  position:relative;
  border:1px solid rgba(212,175,55,.36)!important;
  box-shadow:0 26px 80px rgba(212,175,55,.10),0 22px 70px rgba(0,0,0,.42)!important;
}
.cdz-premium-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(212,175,55,.16),transparent 32%,rgba(255,255,255,.04));
  z-index:1;
}
.cdz-premium-ribbon{
  position:absolute;
  top:14px;
  right:14px;
  z-index:5;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  background:linear-gradient(135deg,#fff2aa,#d4af37,#a97812);
  color:#111;
  font-weight:900;
  font-size:12px;
  box-shadow:0 14px 34px rgba(212,175,55,.28);
}
.cdz-ad-slot{
  width:min(1180px,calc(100% - 28px));
  margin:22px auto;
  border-radius:24px;
  border:1px dashed rgba(212,175,55,.42);
  background:linear-gradient(135deg,rgba(212,175,55,.10),rgba(56,189,248,.06));
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  color:#dbeafe;
  text-align:center;
}
.cdz-ad-slot strong{color:var(--cdz-gold2)}
.cdz-welcome-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  place-items:center;
  padding:18px;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(14px);
}
.cdz-welcome-modal.active{display:grid}
.cdz-welcome-card{
  width:min(520px,100%);
  border-radius:34px;
  padding:30px;
  background:radial-gradient(circle at top,rgba(212,175,55,.18),transparent 40%),linear-gradient(180deg,#111827,#070b12);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  text-align:center;
  box-shadow:0 34px 100px rgba(0,0,0,.65);
}
.cdz-welcome-card img{
  width:92px;
  height:92px;
  margin:0 auto 14px;
  border-radius:28px;
  object-fit:cover;
  background:#edf0f4 url("/assets/images/default-profile.png") center/cover no-repeat;
  border:3px solid var(--cdz-gold);
}
.cdz-welcome-card h2{margin:0 0 8px;font-size:30px}
.cdz-welcome-card p{color:#cbd5e1;line-height:1.9}
.cdz-welcome-card button{
  margin-top:18px;
  min-height:46px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  color:#111;
  background:linear-gradient(135deg,var(--cdz-gold),var(--cdz-gold2));
  font-weight:900;
}

/* Phase105 interaction and blue gift close */
.cdz-like-btn.liked,
[data-cdz-like].liked{
  background:rgba(239,68,68,.18)!important;
  border-color:rgba(239,68,68,.38)!important;
  color:#fecdd3!important;
}
.cdz-rating-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  place-items:center;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(12px);
  padding:18px;
}
.cdz-rating-modal.active{display:grid}
.cdz-rating-card{
  width:min(430px,100%);
  background:linear-gradient(180deg,#111827,#070b12);
  border:1px solid rgba(255,255,255,.13);
  border-radius:30px;
  padding:24px;
  text-align:center;
  color:#fff;
  box-shadow:0 32px 90px rgba(0,0,0,.60);
}
.cdz-rating-stars{
  display:flex;
  justify-content:center;
  gap:8px;
  direction:ltr;
  margin:16px 0;
}
.cdz-rating-stars button{
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#94a3b8;
  font-size:25px;
  cursor:pointer;
}
.cdz-rating-stars button.active{color:#f4d76a;background:rgba(212,175,55,.15);border-color:rgba(212,175,55,.35)}
.cdz-rating-card .cdz-submit-rating,
.cdz-rating-card .cdz-close-rating{
  min-height:42px;
  border:0;
  border-radius:999px;
  padding:0 16px;
  font-weight:900;
  cursor:pointer;
  margin:4px;
}
.cdz-rating-card .cdz-submit-rating{background:linear-gradient(135deg,#d4af37,#f4d76a);color:#111}
.cdz-rating-card .cdz-close-rating{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.13)}
.cdz-blue-gift-widget,.cdz-blue-badge-widget,.blue-badge-gift,.blue-badge-widget{
  position:relative;
}
.cdz-blue-gift-close{
  position:absolute;
  top:-10px;
  inset-inline-end:-10px;
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:#111827;
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  z-index:5;
  box-shadow:0 10px 25px rgba(0,0,0,.32);
}
.cdz-admin-flash{
  padding:14px 16px;
  margin:0 0 16px;
  border-radius:18px;
  background:#dcfce7;
  color:#166534;
  font-weight:900;
  border:1px solid #bbf7d0;
}
.cdz-old-header,.legacy-header,.secondary-header,.page-subnav,.duplicate-header{
  display:none!important;
}


/* Phase107 final header anti-duplication and mobile polish */
.cdz-main-header + .cdz-main-header,
.cdz-main-header ~ header.topbar,
.cdz-main-header ~ .topbar,
.cdz-main-header ~ .site-header,
.cdz-main-header ~ .main-header,
.cdz-main-header ~ .legacy-header,
.cdz-main-header ~ .mobile-header,
.cdz-main-header ~ nav.nav,
.cdz-main-header ~ .desktop-nav,
.cdz-main-header ~ .page-subnav,
.cdz-main-header ~ .secondary-header{display:none!important}
.cdz-main-header svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cdz-main-header .cdz-brand-mark{font-size:14px}.cdz-icon-link,.cdz-menu-toggle{box-shadow:0 12px 28px rgba(0,0,0,.24)}.cdz-menu-toggle svg{margin:auto}.cdz-mobile-dropdown{z-index:99999}.cdz-mobile-dropdown.active{animation:cdzDrop .18s ease-out}@keyframes cdzDrop{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:940px){.cdz-header-inner{width:calc(100% - 20px);gap:8px}.cdz-brand span:last-child{display:none}.cdz-user-actions{gap:7px}.cdz-profile-chip{display:flex;max-width:44px;overflow:hidden}.cdz-profile-chip img{width:36px;height:36px}.cdz-chip-text{display:none!important}.cdz-icon-link,.cdz-menu-toggle{width:42px;height:42px;border-radius:16px}.cdz-mobile-dropdown{position:absolute;left:10px;right:10px;top:calc(100% + 8px);width:auto;margin:0;grid-template-columns:1fr 1fr}.cdz-main-header{position:sticky}.cdz-desktop-nav{display:none!important}.desktop-only{display:none!important}}
@media(max-width:430px){.cdz-icon-link{width:39px;height:39px}.cdz-user-actions{gap:5px}.cdz-mobile-dropdown.active{grid-template-columns:1fr}.cdz-header-inner{min-height:64px}.cdz-brand-mark{width:40px!important;height:40px!important}.cdz-icon-link:nth-of-type(3){display:none}}
img[data-cdz-default], .profile-image img, .talent-profile img, .avatar img, .circle-inner img, .cdz-profile-chip img{background:#f2f3f5 url('/assets/images/default-profile.png') center/cover no-repeat}.initials{font-size:0!important;background:url('/assets/images/default-profile.png') center/cover no-repeat!important;color:transparent!important}.initials:before{content:'';display:block;width:100%;height:100%;background:url('/assets/images/default-profile.png') center/cover no-repeat}
.cdz-ad-thumb{width:82px;height:54px;border-radius:14px;object-fit:cover;background:#f1f5f9;border:1px solid #e5e7eb}.cdz-upload-box{border:1px dashed #cbd5e1;border-radius:18px;padding:12px;background:#f8fafc}.cdz-upload-box input[type=file]{background:#fff}.cdz-admin-card .field small{color:#64748b;font-weight:700}.cdz-preview-banner{width:100%;max-height:130px;object-fit:cover;border-radius:18px;border:1px solid #e5e7eb;margin-top:8px;background:#f1f5f9}


/* Phase108 final: one header + real default avatar everywhere */
body > header:not(.cdz-main-header),
body > .cdz-rh-header,
body > .topbar,
body > .nav,
body > .navbar,
body > .main-header:not(.cdz-main-header),
body > .site-header:not(.cdz-main-header),
body > .secondary-header,
body > .page-header:not(.cdz-main-header){display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;}
.cdz-main-header ~ .cdz-main-header{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;}
.cdz-rh-header{display:none!important;}
.initial,.initials,.teacher-img span,.profile-img span,.family-avatar span,.cdz-artist-avatar span,.publisher-logo,.avatar:not(:has(img)){
  color:transparent!important;font-size:0!important;background:#eef1f5 url('/assets/images/default-profile.png') center/cover no-repeat!important;
}
.initial:before,.initials:before,.teacher-img span:before,.profile-img span:before,.family-avatar span:before,.cdz-artist-avatar span:before,.publisher-logo:before,.avatar:not(:has(img)):before{
  content:'';display:block;width:100%;height:100%;background:url('/assets/images/default-profile.png') center/cover no-repeat!important;border-radius:inherit;
}
.teacher-img img,.profile-img img,.family-avatar img,.cdz-artist-avatar img,.avatar img,.circle-inner img,.cdz-profile-chip img,.cdz-avatar img{
  background:#eef1f5 url('/assets/images/default-profile.png') center/cover no-repeat!important;
}
.cdz-final-empty{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);border-radius:28px;padding:34px;text-align:center;color:#aab2c2;font-weight:800;}
.cdz-admin-hero{background:radial-gradient(circle at top right,rgba(212,175,55,.24),transparent 35%),linear-gradient(135deg,#ffffff,#f8fafc)!important;}
.cdz-admin-card{transition:.18s ease}.cdz-admin-card:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(15,23,42,.09)!important}


/* Phase111 final css */
.cdz-lang-menu{grid-column:1/-1;padding:12px;color:#dbe7f5;background:rgba(255,255,255,.04)}.cdz-lang-menu b{display:block;margin-bottom:8px}.cdz-lang-menu div{display:flex;flex-wrap:wrap;gap:6px}.cdz-lang-menu a{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:8px 10px!important;background:rgba(255,255,255,.04)}
.cdz-main-header svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.cdz-profile-chip img,.profile-card img,.avatar img,.profile-img img,.circle-inner img,.cdz-card-avatar img{background:#f2f3f5 url('/assets/images/default-profile.png') center/cover no-repeat}.initial,.initials,.teacher-img span,.profile-img span,.family-avatar span,.cdz-artist-avatar span,.publisher-logo{font-size:0!important;color:transparent!important;background:url('/assets/images/default-profile.png') center/cover no-repeat!important}.initial:before,.initials:before,.teacher-img span:before,.profile-img span:before,.family-avatar span:before,.cdz-artist-avatar span:before,.publisher-logo:before{content:'';display:block;width:100%;height:100%;background:url('/assets/images/default-profile.png') center/cover no-repeat}.cdz-ad-label{display:inline-flex;gap:6px;align-items:center;border:1px solid rgba(212,175,55,.25);background:rgba(212,175,55,.12);color:#f4d76a;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:900;margin-bottom:6px}.cdz-admin-pro-input{width:100%;padding:13px 14px;border-radius:16px;border:1px solid #dbe3ef;background:#fff;font-family:Cairo,Tajawal,sans-serif}.cdz-admin-pro-label{font-weight:900;color:#334155;display:block;margin:0 0 7px}.cdz-admin-pro-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.cdz-admin-pro-grid .full{grid-column:1/-1}@media(max-width:760px){.cdz-admin-pro-grid{grid-template-columns:1fr}}

