/* Phase129: launch-ready polish for mobile UX, ad dashboard, notifications and empty states */
:root{--cdz129-navy:#07111f;--cdz129-ink:#0f172a;--cdz129-muted:#64748b;--cdz129-line:#e2e8f0;--cdz129-gold:#f4c95d;--cdz129-gold2:#d4a72c;--cdz129-blue:#2563eb;--cdz129-green:#16a34a;--cdz129-red:#dc2626;--cdz129-card:#ffffff}
.cdz129-empty{border:1px dashed var(--cdz129-line);background:linear-gradient(135deg,#fff,#f8fafc);border-radius:28px;padding:28px;text-align:center;color:var(--cdz129-muted)}
.cdz129-empty strong{display:block;color:var(--cdz129-ink);font-size:20px;margin-bottom:6px}.cdz129-empty a{display:inline-flex;margin-top:14px;min-height:42px;align-items:center;justify-content:center;border-radius:999px;padding:0 16px;background:linear-gradient(135deg,var(--cdz129-gold),#ffe9a3);color:#111;text-decoration:none;font-weight:900}
.cdz129-status{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:900}.cdz129-status.pending,.cdz129-status.new{background:#dbeafe;color:#1d4ed8}.cdz129-status.reviewing{background:#fef3c7;color:#92400e}.cdz129-status.accepted,.cdz129-status.active{background:#dcfce7;color:#166534}.cdz129-status.rejected{background:#fee2e2;color:#991b1b}.cdz129-status.paused{background:#f1f5f9;color:#334155}
.cdz129-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}.cdz129-kpi{border:1px solid var(--cdz129-line);background:var(--cdz129-card);border-radius:24px;padding:16px;box-shadow:0 16px 36px rgba(15,23,42,.07)}.cdz129-kpi span{display:block;color:var(--cdz129-muted);font-size:12px;font-weight:900}.cdz129-kpi strong{display:block;color:var(--cdz129-ink);font-size:28px;line-height:1.2;margin-top:4px}.cdz129-progress{height:9px;border-radius:999px;background:#e2e8f0;overflow:hidden}.cdz129-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--cdz129-gold),#22c55e)}
.cdz129-price-box{border:1px solid rgba(244,201,93,.35);background:linear-gradient(135deg,#fff7dc,#ffffff);border-radius:24px;padding:16px;margin:12px 0;color:#4a3510}.cdz129-price-box strong{font-size:24px;color:#111}.cdz129-preview{display:none;margin-top:10px;border-radius:22px;overflow:hidden;border:1px solid var(--cdz129-line);background:#f8fafc}.cdz129-preview img{width:100%;max-height:240px;object-fit:cover;display:block}
.cdz129-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0}.cdz129-timeline span{position:relative;min-height:48px;border-radius:16px;background:#f1f5f9;color:#64748b;display:grid;place-items:center;text-align:center;font-size:12px;font-weight:900;padding:8px}.cdz129-timeline span.done{background:#dcfce7;color:#166534}.cdz129-timeline span.current{background:#fef3c7;color:#92400e;box-shadow:0 10px 24px rgba(245,189,56,.20)}
.cdz129-mobile-filter-toggle{display:none}.cdz129-install{position:fixed;left:14px;right:14px;bottom:86px;z-index:9999;background:linear-gradient(135deg,#07111f,#111827);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:14px;box-shadow:0 24px 70px rgba(0,0,0,.34);display:none;gap:12px;align-items:center}.cdz129-install.show{display:flex}.cdz129-install b{display:block}.cdz129-install small{color:#cbd5e1}.cdz129-install button,.cdz129-install a{border:0;border-radius:999px;min-height:38px;padding:0 12px;font-weight:900;white-space:nowrap}.cdz129-install .gold{background:linear-gradient(135deg,var(--cdz129-gold),#ffe9a3);color:#111}.cdz129-install .ghost{background:rgba(255,255,255,.08);color:#fff}
@media(max-width:800px){.cdz129-kpi-grid{grid-template-columns:repeat(2,1fr)}.cdz129-timeline{grid-template-columns:1fr}.cdz129-mobile-filter-toggle{display:flex;position:sticky;top:72px;z-index:50;margin:10px 0;min-height:46px;border:0;border-radius:999px;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--cdz129-gold),#ffe9a3);font-weight:900;color:#111;box-shadow:0 12px 28px rgba(15,23,42,.16)}.cdz129-collapsed-mobile{display:none!important}.cdz129-collapsed-mobile.open{display:block!important}.cdz129-install{bottom:78px}.cdz129-kpi strong{font-size:24px}}
