/* Phase148 — Unified readable dark UI, professional notifications/my-ads, and complete mobile bottom bar */
:root{
  --cdz148-bg:#050505;
  --cdz148-bg2:#0b0b0d;
  --cdz148-card:#121214;
  --cdz148-card2:#17171a;
  --cdz148-soft:#202126;
  --cdz148-gold:#D4AF37;
  --cdz148-gold2:#F4D77A;
  --cdz148-text:#F7F7F4;
  --cdz148-muted:#B8B8B8;
  --cdz148-border:rgba(212,175,55,.18);
  --cdz148-blue:#3b82f6;
  --cdz148-green:#22c55e;
  --cdz148-red:#ef4444;
  --cdz148-shadow:0 24px 70px rgba(0,0,0,.46);
  --cdz148-radius:26px;
}
html{background:var(--cdz148-bg)!important;color:var(--cdz148-text);}
body{
  font-family:'Cairo',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;
  background:
    radial-gradient(circle at 86% 4%, rgba(212,175,55,.10), transparent 28%),
    radial-gradient(circle at 8% 20%, rgba(59,130,246,.06), transparent 27%),
    linear-gradient(180deg,#050505 0%,#09090b 44%,#050505 100%)!important;
  color:var(--cdz148-text)!important;
}
body, input, textarea, select, button{font-family:'Cairo',system-ui,sans-serif!important;}
a{color:inherit}.cdz-main-header,.cdz-rh-header{
  background:rgba(5,5,5,.90)!important;
  border-bottom:1px solid var(--cdz148-border)!important;
  backdrop-filter:blur(18px)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.22)!important;
}
.cdz-brand,.cdz-rh-logo{color:var(--cdz148-text)!important}.cdz-brand-mark,.cdz-rh-logo-mark{
  background:linear-gradient(135deg,var(--cdz148-gold2),var(--cdz148-gold))!important;
  color:#090909!important;
  box-shadow:0 12px 32px rgba(212,175,55,.23)!important;
}
.cdz-desktop-nav a,.cdz-rh-desktop-nav a{color:#e7e7e7!important}.cdz-desktop-nav a:hover,.cdz-desktop-nav a.active,.cdz-rh-desktop-nav a:hover{color:var(--cdz148-gold2)!important}
.cdz-icon-link,.cdz-rh-icon,.cdz-rh-mobile-icon,.cdz-top-icons a{
  position:relative!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(212,175,55,.16)!important;
  color:#fff!important;
}
.cdz-icon-link:hover,.cdz-rh-icon:hover,.cdz-rh-mobile-icon:hover,.cdz-top-icons a:hover{border-color:rgba(212,175,55,.34)!important;background:rgba(212,175,55,.10)!important;color:var(--cdz148-gold2)!important}
.cdz-notif-badge,.cdz-inline-badge,.cdz-rh-notif small{
  position:absolute!important;
  top:-7px!important;
  left:-7px!important;
  min-width:20px!important;
  height:20px!important;
  padding:0 6px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ffea90,var(--cdz148-gold))!important;
  color:#070707!important;
  font-size:10px!important;
  line-height:20px!important;
  display:grid!important;
  place-items:center!important;
  font-weight:1000!important;
  border:2px solid #070707!important;
  box-shadow:0 8px 20px rgba(212,175,55,.22)!important;
  z-index:4!important;
}
.cdz-inline-badge{position:relative!important;top:auto!important;left:auto!important;display:inline-grid!important;margin-inline-start:auto!important;border-width:0!important;height:22px!important;line-height:22px!important;min-width:22px!important}
.cdz-profile-chip,.cdz-rh-desktop-user,.cdz-rh-mobile-bar{
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(212,175,55,.13)!important;
  color:var(--cdz148-text)!important;
}
/* shared page shell */
.cdz148-page{
  min-height:100vh;
  padding:24px 0 84px;
  color:var(--cdz148-text);
}
.cdz148-wrap{width:min(1180px,calc(100% - 28px));margin:0 auto;}
.cdz148-hero{
  border:1px solid var(--cdz148-border);
  border-radius:32px;
  padding:28px;
  background:
    radial-gradient(circle at 92% 18%, rgba(212,175,55,.20), transparent 28%),
    linear-gradient(135deg,rgba(23,23,26,.96),rgba(8,8,10,.96));
  box-shadow:var(--cdz148-shadow);
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  margin-bottom:18px;
  overflow:hidden;
  position:relative;
}
.cdz148-hero:after{content:"";position:absolute;inset:auto -20% -50% auto;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.10),transparent 66%);pointer-events:none}
.cdz148-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--cdz148-gold2);font-weight:900;font-size:13px;background:rgba(212,175,55,.08);border:1px solid var(--cdz148-border);padding:7px 12px;border-radius:999px;margin-bottom:10px}
.cdz148-hero h1{margin:0;color:#fff;font-size:clamp(28px,5vw,48px);line-height:1.18;font-weight:1000;letter-spacing:-.7px}.cdz148-hero p{margin:8px 0 0;color:var(--cdz148-muted);font-size:15px;max-width:760px;line-height:1.9}.cdz148-hero-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;position:relative;z-index:2}
.cdz148-btn{min-height:44px;border-radius:999px;padding:0 16px;border:1px solid rgba(212,175,55,.18);background:#151515;color:#fff;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.18s;white-space:nowrap}.cdz148-btn:hover{transform:translateY(-2px);border-color:rgba(212,175,55,.35)}.cdz148-btn.gold{background:linear-gradient(135deg,var(--cdz148-gold2),var(--cdz148-gold));color:#070707;border-color:transparent;box-shadow:0 14px 30px rgba(212,175,55,.18)}.cdz148-btn.blue{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;border-color:transparent}.cdz148-btn.red{background:linear-gradient(135deg,#fb7185,#dc2626);color:#fff;border-color:transparent}.cdz148-btn.ghost{background:rgba(255,255,255,.055)}
.cdz148-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 18px}.cdz148-stat{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025));border:1px solid rgba(212,175,55,.14);border-radius:24px;padding:18px;box-shadow:0 16px 44px rgba(0,0,0,.22)}.cdz148-stat span{display:block;color:var(--cdz148-muted);font-weight:800;font-size:13px}.cdz148-stat b{display:block;color:#fff;font-size:32px;line-height:1.1;margin-top:8px}.cdz148-stat small{color:var(--cdz148-gold2);font-weight:900}
.cdz148-panel{background:rgba(18,18,20,.86);border:1px solid rgba(212,175,55,.14);border-radius:30px;box-shadow:var(--cdz148-shadow);padding:18px;margin:16px 0}.cdz148-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.cdz148-panel h2{margin:0;font-size:22px;color:#fff}.cdz148-tabs{display:flex;gap:8px;flex-wrap:wrap}.cdz148-tab{border-radius:999px;padding:9px 13px;background:#1a1a1d;border:1px solid rgba(212,175,55,.12);color:#ddd;text-decoration:none;font-weight:900;font-size:13px}.cdz148-tab.active{background:linear-gradient(135deg,var(--cdz148-gold2),var(--cdz148-gold));color:#070707;border-color:transparent}
/* notifications */
.cdz148-notif-list{display:grid;gap:12px}.cdz148-notif{
  display:grid;grid-template-columns:58px 1fr auto;gap:14px;align-items:start;
  background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border:1px solid rgba(212,175,55,.12);border-radius:24px;padding:16px;position:relative;overflow:hidden;
}
.cdz148-notif:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:transparent}.cdz148-notif.unread{background:linear-gradient(135deg,rgba(212,175,55,.10),rgba(255,255,255,.03));border-color:rgba(212,175,55,.30)}.cdz148-notif.unread:before{background:linear-gradient(180deg,var(--cdz148-gold2),var(--cdz148-gold))}.cdz148-nicon{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:rgba(212,175,55,.10);border:1px solid var(--cdz148-border);color:var(--cdz148-gold2)}.cdz148-nicon svg{width:28px;height:28px}.cdz148-notif h3{margin:0 0 6px;color:#fff;font-size:18px}.cdz148-notif p{margin:0;color:#d2d2d2;line-height:1.85;font-size:14px}.cdz148-date{display:block;color:#85858a;font-size:12px;font-weight:800;margin-top:8px}.cdz148-pill{display:inline-flex;align-items:center;height:26px;border-radius:999px;padding:0 9px;font-size:11px;font-weight:1000;background:rgba(255,255,255,.08);color:#ddd;margin-bottom:7px}.cdz148-pill.unread{background:rgba(212,175,55,.16);color:var(--cdz148-gold2)}.cdz148-notif-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.cdz148-mini{min-height:34px;border-radius:999px;padding:0 11px;background:#202024;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.08);font-size:12px;font-weight:900;display:inline-flex;align-items:center}.cdz148-mini.gold{background:rgba(212,175,55,.16);color:var(--cdz148-gold2);border-color:rgba(212,175,55,.24)}
/* my ads */
.cdz148-filterbar{display:flex;gap:8px;align-items:center;justify-content:space-between;flex-wrap:wrap;background:rgba(255,255,255,.035);border:1px solid rgba(212,175,55,.11);border-radius:22px;padding:10px;margin-bottom:16px}.cdz148-search{min-height:42px;border-radius:999px;border:1px solid rgba(212,175,55,.14);background:#0c0c0e;color:#fff;padding:0 14px;min-width:min(300px,100%);outline:none}.cdz148-ads-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.cdz148-ad-card{display:grid;grid-template-columns:128px 1fr;gap:14px;align-items:stretch;background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.02));border:1px solid rgba(212,175,55,.13);border-radius:26px;padding:12px;box-shadow:0 16px 44px rgba(0,0,0,.22);overflow:hidden}.cdz148-ad-img{height:132px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#222,#111);display:grid;place-items:center;color:var(--cdz148-gold2);font-weight:1000}.cdz148-ad-img img{width:100%;height:100%;object-fit:cover}.cdz148-ad-content h3{margin:2px 0 6px;color:#fff;font-size:18px}.cdz148-ad-content p{margin:0 0 10px;color:var(--cdz148-muted);font-size:13px;line-height:1.7}.cdz148-ad-meta{display:flex;gap:7px;flex-wrap:wrap;margin:8px 0}.cdz148-tag{display:inline-flex;height:27px;align-items:center;border-radius:999px;background:#1c1c20;border:1px solid rgba(255,255,255,.07);color:#ddd;font-size:11px;font-weight:900;padding:0 9px}.cdz148-status{display:inline-flex;height:28px;border-radius:999px;padding:0 10px;align-items:center;font-size:11px;font-weight:1000;background:#2b2b2b;color:#eee}.cdz148-status.pending,.cdz148-status.reviewing,.cdz148-status.new{background:rgba(244,215,122,.14);color:var(--cdz148-gold2)}.cdz148-status.active,.cdz148-status.accepted,.cdz148-status.published{background:rgba(34,197,94,.14);color:#8af0aa}.cdz148-status.rejected{background:rgba(239,68,68,.15);color:#ff9ca5}.cdz148-status.paused,.cdz148-status.draft{background:rgba(148,163,184,.15);color:#cbd5e1}.cdz148-ad-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.cdz148-kpi{border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:9px;text-align:center}.cdz148-kpi b{display:block;color:#fff}.cdz148-kpi span{font-size:11px;color:var(--cdz148-muted);font-weight:800}.cdz148-empty{border:1px dashed rgba(212,175,55,.22);border-radius:28px;padding:28px;text-align:center;background:rgba(255,255,255,.03);color:var(--cdz148-muted)}.cdz148-empty b{display:block;color:#fff;font-size:22px;margin-bottom:6px}.cdz148-alert{border-radius:20px;border:1px solid rgba(239,68,68,.25);background:rgba(239,68,68,.10);color:#ffd7d7;padding:14px;margin:12px 0;font-weight:800}
/* dashboard polishing */
.cdz140-dash-shell,.cdz140-dash-wrap{background:transparent!important;color:var(--cdz148-text)!important}.cdz140-dash-wrap{width:min(1180px,calc(100% - 28px))!important}.cdz140-dash-hero,.cdz140-panel,.cdz140-action-card,.cdz140-stat,.cdz147-control-card{background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.02))!important;border:1px solid rgba(212,175,55,.14)!important;box-shadow:var(--cdz148-shadow)!important;color:var(--cdz148-text)!important}.cdz140-muted,.cdz140-action-card p{color:var(--cdz148-muted)!important}.cdz140-action-card h3,.cdz140-panel h2,.cdz147-control-card h3{color:#fff!important}.cdz140-ads-table{background:transparent!important;color:#fff!important}.cdz140-ads-table th{color:var(--cdz148-gold2)!important}.cdz140-ads-table td,.cdz140-ads-table th{border-color:rgba(212,175,55,.10)!important}
/* mobile facebook-like dark shell */
.dzm-bottom-nav.cdz148-bottom-nav,.dzm-bottom-nav{
  position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;z-index:9999!important;
  height:66px!important;display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:4px!important;
  padding:7px!important;border-radius:24px!important;background:rgba(9,9,11,.94)!important;border:1px solid rgba(212,175,55,.18)!important;box-shadow:0 22px 60px rgba(0,0,0,.42)!important;backdrop-filter:blur(18px)!important;
}
.dzm-bottom-nav .dzm-nav-item,.dzm-bottom-nav .dzm-add-btn{
  min-width:0!important;width:auto!important;height:auto!important;border-radius:18px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;background:transparent!important;color:#d8d8d8!important;text-decoration:none!important;font-weight:900!important;font-size:10px!important;position:relative!important;border:0!important;box-shadow:none!important;padding:0!important;
}
.dzm-bottom-nav .dzm-nav-item svg,.dzm-bottom-nav .dzm-add-btn svg{width:22px!important;height:22px!important;display:block!important}.dzm-bottom-nav .dzm-nav-item span,.dzm-bottom-nav .dzm-add-btn span{display:block!important;white-space:nowrap!important;line-height:1!important}.dzm-bottom-nav .dzm-nav-item:hover,.dzm-bottom-nav .dzm-nav-item.is-active{background:rgba(212,175,55,.10)!important;color:var(--cdz148-gold2)!important}.dzm-bottom-nav .cdz148-nav-plus{background:linear-gradient(135deg,var(--cdz148-gold2),var(--cdz148-gold))!important;color:#070707!important}.dzm-bottom-nav .cdz-notif-badge{top:2px!important;left:18%!important;min-width:17px!important;height:17px!important;font-size:9px!important;line-height:17px!important;padding:0 4px!important}
.cdz-mobile-sheet,.cdz-mobile-dropdown,.cdz-rh-mobile-dropdown{background:#0b0b0d!important;color:#fff!important;border-color:rgba(212,175,55,.16)!important}.cdz-sheet-list a,.cdz-mobile-dropdown a,.cdz-rh-mobile-dropdown a{background:rgba(255,255,255,.035)!important;border:1px solid rgba(212,175,55,.10)!important;color:#f0f0f0!important;border-radius:18px!important;margin:7px 0!important}.cdz-sheet-user{background:rgba(212,175,55,.08)!important;border-color:rgba(212,175,55,.18)!important}
@media(max-width:900px){
  body{padding-bottom:86px!important}.cdz148-hero{grid-template-columns:1fr;padding:22px;border-radius:26px}.cdz148-hero-actions{justify-content:flex-start}.cdz148-stats{grid-template-columns:repeat(2,1fr)}.cdz148-ads-grid{grid-template-columns:1fr}.cdz148-notif{grid-template-columns:50px 1fr}.cdz148-nicon{width:50px;height:50px;border-radius:18px}.cdz148-notif-actions{grid-column:1/-1;justify-content:flex-start}.cdz148-ad-card{grid-template-columns:104px 1fr}.cdz148-ad-img{height:118px}.cdz-main-header .cdz-header-inner{background:transparent!important}.cdz-desktop-nav,.cdz-user-actions>.cdz-icon-link:not(.cdz-has-badge),.cdz-profile-chip .cdz-chip-text{display:none!important}
}
@media(max-width:520px){
  .cdz148-wrap{width:min(100% - 18px,1180px)}.cdz148-page{padding-top:14px}.cdz148-hero h1{font-size:28px}.cdz148-stats{grid-template-columns:repeat(2,1fr);gap:9px}.cdz148-stat{padding:14px;border-radius:20px}.cdz148-stat b{font-size:26px}.cdz148-panel{padding:12px;border-radius:24px}.cdz148-ads-grid{gap:10px}.cdz148-ad-card{grid-template-columns:1fr;padding:10px;border-radius:22px}.cdz148-ad-img{height:164px}.cdz148-ad-kpis{grid-template-columns:repeat(3,1fr)}.dzm-bottom-nav.cdz148-bottom-nav,.dzm-bottom-nav{left:6px!important;right:6px!important;bottom:6px!important;height:62px!important;border-radius:22px!important;padding:5px!important}.dzm-bottom-nav .dzm-nav-item,.dzm-bottom-nav .dzm-add-btn{font-size:9px!important}.dzm-bottom-nav .dzm-nav-item svg,.dzm-bottom-nav .dzm-add-btn svg{width:20px!important;height:20px!important}.cdz148-filterbar{justify-content:flex-start}.cdz148-search{width:100%}
}
