/* Phase116 - Casting DZ mobile-wide Facebook-like shell */
@media (min-width:861px){
  .dzm-bottom-nav,.cdz-mobile-sheet,.cdz-mobile-sheet-overlay{display:none!important}
}
@media (max-width:860px){
  html{scroll-behavior:smooth}
  body{min-height:100vh;background:radial-gradient(circle at top right,rgba(247,201,72,.20),transparent 25%),radial-gradient(circle at 0 12%,rgba(37,99,235,.25),transparent 32%),linear-gradient(180deg,#050914 0%,#08111f 50%,#050914 100%)!important;color:#f8fafc!important;padding-bottom:104px!important;overflow-x:hidden}
  body:not(.cdz-home-mobile) main,body:not(.cdz-home-mobile) .wrap,body:not(.cdz-home-mobile) .page,body:not(.cdz-home-mobile) .container{max-width:430px!important;width:calc(100% - 24px)!important;margin-inline:auto!important}
  body:not(.cdz-home-mobile) main{padding-top:18px!important;padding-bottom:32px!important}
  body:not(.cdz-home-mobile) section,body:not(.cdz-home-mobile) .section{border-radius:28px}
  body:not(.cdz-home-mobile) .page-hero,body:not(.cdz-home-mobile) .hero-box,body:not(.cdz-home-mobile) .hero,body:not(.cdz-home-mobile) .filters,body:not(.cdz-home-mobile) .empty-state,body:not(.cdz-home-mobile) .card,body:not(.cdz-home-mobile) .profile-card,body:not(.cdz-home-mobile) .casting-card,body:not(.cdz-home-mobile) .service-card,body:not(.cdz-home-mobile) .teacher-profile,body:not(.cdz-home-mobile) article{background:rgba(255,255,255,.065)!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 18px 55px rgba(0,0,0,.26)!important;backdrop-filter:blur(16px)!important;border-radius:27px!important}
  body:not(.cdz-home-mobile) h1{font-size:clamp(28px,8vw,40px)!important;line-height:1.22!important;letter-spacing:-.02em!important}
  body:not(.cdz-home-mobile) h2{font-size:clamp(22px,6vw,30px)!important;line-height:1.3!important}
  body:not(.cdz-home-mobile) p{line-height:1.85!important;color:#c5ccdc!important}
  body:not(.cdz-home-mobile) .grid,body:not(.cdz-home-mobile) .profiles-grid,body:not(.cdz-home-mobile) .casting-grid,body:not(.cdz-home-mobile) .services-grid,body:not(.cdz-home-mobile) .org-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
  body:not(.cdz-home-mobile) .card-actions,body:not(.cdz-home-mobile) .actions{gap:9px!important}
  body:not(.cdz-home-mobile) .btn,body:not(.cdz-home-mobile) button,body:not(.cdz-home-mobile) .view,body:not(.cdz-home-mobile) .mini{border-radius:16px!important;min-height:42px!important}
  body:not(.cdz-home-mobile) img{max-width:100%;height:auto}
  body:not(.cdz-home-mobile) img[data-cdz-default],body:not(.cdz-home-mobile) .avatar img,body:not(.cdz-home-mobile) .profile-img img{object-fit:cover;background:#fff url('/assets/images/default-profile.png') center/cover no-repeat!important}

  .cdz-main-header{position:sticky!important;top:0!important;z-index:9998!important;background:rgba(5,9,20,.82)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(18px)!important;box-shadow:0 14px 35px rgba(0,0,0,.22)!important}
  .cdz-header-inner{width:calc(100% - 20px)!important;max-width:430px!important;min-height:72px!important;margin:auto!important;padding-inline:2px!important;display:flex!important;gap:8px!important}
  .cdz-brand{order:3!important;margin-inline-start:auto!important}.cdz-brand span:last-child{display:none!important}.cdz-brand-mark{width:50px!important;height:50px!important;border-radius:18px!important;background:linear-gradient(135deg,#f7c948,#b98b12)!important;color:#111!important;box-shadow:0 0 30px rgba(247,201,72,.34)!important}
  .cdz-desktop-nav,.cdz-auth-links.desktop-only{display:none!important}
  .cdz-user-actions{order:1!important;gap:8px!important;margin:0!important;display:flex!important;align-items:center!important;flex:1!important}
  .cdz-icon-link,.cdz-menu-toggle{width:48px!important;height:48px!important;border-radius:18px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.13)!important;color:#e8ecf5!important;display:grid!important;place-items:center!important;backdrop-filter:blur(14px)!important;box-shadow:none!important}
  .cdz-icon-link:hover,.cdz-menu-toggle:hover{color:#f7c948!important;background:rgba(247,201,72,.10)!important;border-color:rgba(247,201,72,.24)!important}
  .cdz-profile-chip{width:48px!important;height:48px!important;padding:0!important;border-radius:18px!important;overflow:hidden!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.13)!important}.cdz-profile-chip img{width:100%!important;height:100%!important;border-radius:18px!important;object-fit:cover!important}.cdz-chip-text{display:none!important}
  .cdz-mobile-dropdown{display:none!important}

  .cdz-mobile-sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:.28s;z-index:10000}
  .cdz-mobile-sheet{position:fixed;top:0;right:-326px;width:min(320px,86vw);height:100dvh;z-index:10001;background:linear-gradient(180deg,#0b1220,#050914);border-left:1px solid rgba(255,255,255,.12);box-shadow:-25px 0 70px rgba(0,0,0,.45);padding:20px;transition:.32s ease;overflow:auto}
  body.cdz-sheet-open .cdz-mobile-sheet-overlay{opacity:1;pointer-events:auto}body.cdz-sheet-open .cdz-mobile-sheet{right:0}
  .cdz-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.cdz-sheet-logo{width:50px;height:50px;border-radius:18px;background:linear-gradient(135deg,#f7c948,#b98b12);display:grid;place-items:center;color:#111;font-weight:900}.cdz-sheet-close{width:42px;height:42px;border:0;border-radius:15px;background:rgba(255,255,255,.08);color:#fff;font-size:24px;cursor:pointer}.cdz-sheet-user{display:flex;gap:12px;align-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);padding:14px;border-radius:24px;margin-bottom:18px;color:#fff;text-decoration:none}.cdz-sheet-user img{width:55px;height:55px;border-radius:18px;object-fit:cover;background:#fff}.cdz-sheet-user b{display:block}.cdz-sheet-user small{color:#aeb7cb}.cdz-sheet-list{display:grid;gap:8px}.cdz-sheet-list a{color:#e8ecf5;display:flex;align-items:center;gap:12px;text-decoration:none;padding:14px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid transparent;font-weight:800}.cdz-sheet-list a:hover,.cdz-sheet-list a.active{border-color:rgba(247,201,72,.32);color:#f7c948;background:rgba(247,201,72,.08)}.cdz-sheet-list i{width:22px;height:22px;color:currentColor}.cdz-sheet-logout{color:#ff9a9a!important}

  .dzm-bottom-nav{position:fixed!important;left:50%!important;bottom:14px!important;transform:translateX(-50%)!important;width:min(92%,430px)!important;height:74px!important;background:rgba(10,16,29,.90)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:30px!important;backdrop-filter:blur(20px)!important;display:flex!important;align-items:center!important;justify-content:space-around!important;box-shadow:0 20px 55px rgba(0,0,0,.45)!important;z-index:9999!important;font-family:"Tajawal","Cairo",sans-serif!important;padding:0 10px!important}
  .dzm-nav-item{color:#aeb7cb!important;font-size:11px!important;text-align:center!important;text-decoration:none!important;display:grid!important;place-items:center!important;gap:4px!important;min-width:52px!important}.dzm-nav-item i{font-size:22px!important;display:block!important;margin:0!important}.dzm-nav-item.active,.dzm-nav-item:hover{color:#f7c948!important}.dzm-add-btn{width:64px!important;height:64px!important;border-radius:24px!important;background:#f7c948!important;color:#111!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:31px!important;margin-top:-34px!important;box-shadow:0 12px 38px rgba(247,201,72,.45)!important;text-decoration:none!important;flex:0 0 64px!important}.dzm-add-btn i{width:32px!important;height:32px!important}
}
@media(max-width:430px){body:not(.cdz-home-mobile) .grid,body:not(.cdz-home-mobile) .profiles-grid,body:not(.cdz-home-mobile) .casting-grid,body:not(.cdz-home-mobile) .services-grid,body:not(.cdz-home-mobile) .org-grid{grid-template-columns:1fr!important}.cdz-icon-link:nth-of-type(3){display:none!important}.cdz-user-actions{gap:6px!important}.cdz-icon-link,.cdz-menu-toggle{width:44px!important;height:44px!important}.dzm-bottom-nav{bottom:10px!important;width:calc(100% - 22px)!important}}
