/* Phase162: Professional readable login, unified admin, real ad sizes */
:root{
  --cdz162-admin-bg:#f0f4f9;
  --cdz162-admin-surface:#ffffff;
  --cdz162-admin-soft:#f8fafc;
  --cdz162-admin-text:#0f172a;
  --cdz162-admin-muted:#64748b;
  --cdz162-admin-line:#dbe4ef;
  --cdz162-admin-blue:#1877f2;
  --cdz162-admin-blue2:#0b5ed7;
  --cdz162-admin-green:#16a34a;
  --cdz162-admin-red:#dc2626;
  --cdz162-admin-amber:#f59e0b;
  --cdz162-admin-shadow:0 12px 34px rgba(15,23,42,.10);
}

/* Login */
body.cdz162-login-page{
  margin:0!important; min-height:100vh; font-family:'Cairo',Tahoma,Arial,sans-serif!important;
  background:radial-gradient(circle at 15% 5%, rgba(24,119,242,.20), transparent 32%),linear-gradient(135deg,#f3f7fd,#ffffff 50%,#eaf2ff)!important;
  color:var(--cdz162-admin-text)!important; display:grid; place-items:center; padding:24px;
}
.cdz162-login-wrap{width:min(1120px,100%); display:grid; grid-template-columns:1fr 1fr; border-radius:34px; overflow:hidden; background:#fff; border:1px solid rgba(24,119,242,.12); box-shadow:0 32px 90px rgba(15,23,42,.16)}
.cdz162-login-form{padding:42px;background:#fff;color:#0f172a}.cdz162-login-visual{position:relative;min-height:560px;background:linear-gradient(135deg,rgba(6,22,50,.15),rgba(6,22,50,.72)),url('https://images.unsplash.com/photo-1485846234645-a62644f84728?q=80&w=1600&auto=format&fit=crop');background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:42px;color:#fff;overflow:hidden}.cdz162-login-visual:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 24%)}
.cdz162-login-visual>div{position:relative;z-index:1}.cdz162-login-visual h2{font-size:46px;line-height:1.1;margin:0 0 10px;font-weight:1000}.cdz162-login-visual p{font-size:16px;line-height:1.9;color:rgba(255,255,255,.86);max-width:430px}.cdz162-login-logo{width:62px;height:62px;border-radius:20px;background:linear-gradient(135deg,#1877f2,#0b5ed7);display:grid;place-items:center;color:#fff;font-weight:1000;font-size:20px;box-shadow:0 18px 38px rgba(24,119,242,.28);margin-bottom:20px}.cdz162-login-form h1{margin:0 0 6px;font-size:34px;font-weight:1000;color:#0f172a}.cdz162-login-form .muted{color:#64748b;line-height:1.8;margin:0 0 22px}.cdz162-login-alert{padding:14px 16px;border-radius:16px;margin:18px 0;font-weight:900;background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.cdz162-login-field{margin:18px 0}.cdz162-login-field label{display:block;font-weight:900;color:#0f172a;margin-bottom:9px}.cdz162-login-field input{width:100%;border:1px solid #dbe4ef;border-radius:18px;padding:15px 16px;background:#f8fafc;color:#0f172a;font-family:inherit;font-weight:800;outline:none}.cdz162-login-field input:focus{border-color:#1877f2;background:#fff;box-shadow:0 0 0 4px rgba(24,119,242,.10)}.cdz162-login-btn{width:100%;border:0;border-radius:18px;padding:15px;background:linear-gradient(135deg,#1877f2,#0b5ed7);color:#fff;font-family:inherit;font-weight:1000;cursor:pointer;box-shadow:0 16px 32px rgba(24,119,242,.24)}.cdz162-login-links{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:18px}.cdz162-login-links a{color:#1877f2;text-decoration:none;font-weight:900}.cdz162-login-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.cdz162-login-trust div{background:#f8fafc;border:1px solid #e5edf7;border-radius:16px;padding:12px;text-align:center}.cdz162-login-trust b{display:block;color:#0b5ed7;font-size:18px}.cdz162-login-trust span{color:#64748b;font-size:11px;font-weight:800}
@media(max-width:850px){body.cdz162-login-page{padding:12px}.cdz162-login-wrap{grid-template-columns:1fr}.cdz162-login-visual{min-height:260px;order:-1}.cdz162-login-form{padding:24px}.cdz162-login-visual h2{font-size:32px}.cdz162-login-trust{grid-template-columns:1fr}}

/* Admin unified system */
body:has(.cdz-admin-shell), body.cdz-admin-body, body.cdz162-admin-page{background:var(--cdz162-admin-bg)!important;color:var(--cdz162-admin-text)!important;font-family:'Cairo',Tahoma,Arial,sans-serif!important;}
.cdz-admin-shell{background:var(--cdz162-admin-bg)!important;color:var(--cdz162-admin-text)!important;min-height:100vh!important;}
.cdz-admin-main, .admin-main, main.cdz-admin-main{background:var(--cdz162-admin-bg)!important;color:var(--cdz162-admin-text)!important;padding:24px!important;}
.cdz-admin-sidebar{background:#fff!important;border-left:1px solid var(--cdz162-admin-line)!important;box-shadow:8px 0 30px rgba(15,23,42,.06)!important;color:var(--cdz162-admin-text)!important;}
.cdz-admin-brand{background:linear-gradient(135deg,#eaf3ff,#fff)!important;border:1px solid #dbeafe!important;color:#0f172a!important;border-radius:22px!important;margin:14px!important;padding:16px!important;font-weight:1000!important;box-shadow:0 10px 24px rgba(24,119,242,.08)!important;}
.cdz-admin-nav a{background:transparent!important;border:1px solid transparent!important;color:#334155!important;border-radius:16px!important;margin:5px 10px!important;padding:12px 14px!important;font-weight:900!important;display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;}
.cdz-admin-nav a svg{width:20px!important;height:20px!important;stroke:#1877f2!important;color:#1877f2!important;fill:none!important;}
.cdz-admin-nav a:hover,.cdz-admin-nav a.active{background:#eaf3ff!important;border-color:#bfdbfe!important;color:#0b5ed7!important;}
.cdz-admin-main h1,.cdz-admin-main h2,.cdz-admin-main h3,.cdz-admin-main h4{color:#0f172a!important;}
.cdz-admin-main p,.cdz-admin-main small,.cdz-admin-main .muted,.cdz-admin-main .cdz152-sub,.cdz-admin-main .cdz138-sub{color:#64748b!important;}
.cdz-admin-card,.cdz152-panel,.cdz152-kpi,.cdz138-card,.card,.panel,.box,.dashboard-card{background:#fff!important;color:#0f172a!important;border:1px solid #e5edf7!important;border-radius:24px!important;box-shadow:var(--cdz162-admin-shadow)!important;}
.cdz152-manager-hero,.cdz152-control-hero,.cdz152-meta-hero,.cdz-admin-hero{background:linear-gradient(135deg,#ffffff,#f7fbff)!important;border:1px solid #dbeafe!important;color:#0f172a!important;box-shadow:var(--cdz162-admin-shadow)!important;border-radius:28px!important;}
.cdz152-manager-hero:before,.cdz152-control-hero:before,.cdz152-meta-hero:before,.cdz-admin-hero:before{background:radial-gradient(circle at 10% 0,rgba(24,119,242,.13),transparent 34%)!important;}
.cdz152-kpi b,.cdz-admin-card strong{color:#0b5ed7!important}.cdz152-kpi span,.cdz-admin-card span{color:#64748b!important;}
.cdz152-field label,.cdz138-toolbar label{color:#0f172a!important;font-weight:1000!important}.cdz152-field input,.cdz152-field select,.cdz152-field textarea,.cdz138-toolbar input,.cdz138-toolbar select,input,select,textarea{background:#fff!important;color:#0f172a!important;border:1px solid #dbe4ef!important;border-radius:14px!important;}.cdz152-field input:focus,.cdz152-field select:focus,.cdz152-field textarea:focus,input:focus,select:focus,textarea:focus{border-color:#1877f2!important;box-shadow:0 0 0 4px rgba(24,119,242,.10)!important;outline:none!important;}
.cdz152-btn,.btn,button{font-family:'Cairo',Tahoma,Arial,sans-serif}.cdz152-btn.gold,.btn-primary,.btn-gold{background:linear-gradient(135deg,#1877f2,#0b5ed7)!important;color:#fff!important;border:0!important;box-shadow:0 12px 26px rgba(24,119,242,.20)!important}.cdz152-btn:not(.red):not(.green):not(.gold),.btn-dark{background:#f1f5f9!important;color:#0f172a!important;border:1px solid #dbe4ef!important}.cdz152-btn.red,.btn-danger{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca!important}.cdz152-btn.green,.btn-success{background:#dcfce7!important;color:#166534!important;border:1px solid #bbf7d0!important}.cdz152-btn.blue{background:#eaf3ff!important;color:#0b5ed7!important;border:1px solid #bfdbfe!important}
.cdz152-table,.cdz138-table,table{color:#0f172a!important}.cdz152-table th,.cdz138-table th,table th{color:#334155!important;background:#f8fafc!important;border-bottom:1px solid #e5edf7!important}.cdz152-table td,.cdz138-table td,table td{color:#0f172a!important;background:#fff!important;border-color:#e5edf7!important}.cdz138-badge,.cdz152-badge,.badge{background:#eaf3ff!important;color:#0b5ed7!important;border:1px solid #bfdbfe!important}.cdz138-badge.bad,.badge.bad{background:#fee2e2!important;color:#991b1b!important;border-color:#fecaca!important}.cdz138-badge.ok,.badge.ok{background:#dcfce7!important;color:#166534!important;border-color:#bbf7d0!important}
.cdz152-preview-frame{background:#f8fafc!important;border:1px solid #dbeafe!important;color:#0f172a!important}.cdz152-preview-top,.cdz152-preview-card{background:#fff!important;border:1px solid #e5edf7!important;color:#0f172a!important}.cdz152-preview-tabs button.active{background:#1877f2!important;color:#fff!important}.cdz152-preview-tabs button{background:#fff!important;color:#0f172a!important;border:1px solid #dbe4ef!important}

/* True ad sizes */
.cdz152-ad-slot{width:100%!important;margin:18px 0!important;clear:both!important;contain:layout style!important;}
.cdz152-ad-shell{position:relative!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(15,23,42,.08)!important;overflow:hidden!important;color:#0f172a!important;display:grid!important;gap:12px!important;padding:12px!important;align-items:center!important;max-width:100%!important;}
.cdz152-ad-media{display:block!important;width:100%!important;aspect-ratio:var(--cdz-ad-ratio,1 / 1)!important;height:auto!important;min-height:auto!important;max-height:none!important;border-radius:14px!important;overflow:hidden!important;background:#f1f5f9!important;border:1px solid #e5e7eb!important;}
.cdz152-ad-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.cdz152-ad-label{position:absolute!important;top:8px!important;right:10px!important;background:rgba(255,255,255,.92)!important;color:#475569!important;border:1px solid #e5e7eb!important;border-radius:999px!important;padding:3px 8px!important;font-size:10px!important;font-weight:900!important;z-index:3!important}.cdz152-ad-close{position:absolute!important;top:8px!important;left:8px!important;width:26px!important;height:26px!important;border-radius:50%!important;background:rgba(15,23,42,.62)!important;color:#fff!important;border:0!important;z-index:3!important}.cdz161-ad-size{position:absolute!important;bottom:8px!important;right:10px!important;background:rgba(15,23,42,.70)!important;color:#fff!important;border-radius:999px!important;padding:3px 8px!important;font-size:10px!important;font-weight:800!important;z-index:3!important}.cdz152-ad-info h3{color:#0f172a!important;font-size:15px!important;margin:0 0 4px!important}.cdz152-ad-info p{color:#64748b!important;font-size:12px!important;margin:0 0 8px!important;line-height:1.55!important}.cdz152-ad-cta{display:inline-flex!important;background:#1877f2!important;color:#fff!important;border-radius:999px!important;padding:7px 13px!important;text-decoration:none!important;font-size:12px!important;font-weight:900!important}
.cdz152-type-banner .cdz152-ad-shell,.cdz152-placement-home_top_banner .cdz152-ad-shell{grid-template-columns:1fr!important;max-width:1200px!important;margin-inline:auto!important}.cdz152-type-banner .cdz152-ad-media,.cdz152-placement-home_top_banner .cdz152-ad-media{aspect-ratio:4 / 1!important}.cdz152-type-banner .cdz152-ad-info,.cdz152-placement-home_top_banner .cdz152-ad-info{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}
.cdz152-type-card .cdz152-ad-shell{max-width:640px!important;margin-inline:auto!important;grid-template-columns:minmax(180px,45%) 1fr!important}.cdz152-type-card .cdz152-ad-media{aspect-ratio:1 / 1!important}.cdz152-type-story .cdz152-ad-shell{max-width:420px!important;margin-inline:auto!important;grid-template-columns:1fr!important}.cdz152-type-story .cdz152-ad-media{aspect-ratio:9 / 16!important}.cdz152-type-inpage .cdz152-ad-shell,.cdz152-placement-casting_page .cdz152-ad-shell{max-width:900px!important;margin-inline:auto!important;grid-template-columns:1fr!important}.cdz152-type-inpage .cdz152-ad-media,.cdz152-placement-casting_page .cdz152-ad-media{aspect-ratio:18 / 5!important}.cdz152-type-bottom_long .cdz152-ad-shell,.cdz152-placement-bottom_banner .cdz152-ad-shell{max-width:1200px!important;margin-inline:auto!important;grid-template-columns:1fr!important}.cdz152-type-bottom_long .cdz152-ad-media,.cdz152-placement-bottom_banner .cdz152-ad-media{aspect-ratio:24 / 5!important}.cdz152-type-mobile_feed_card .cdz152-ad-shell,.cdz152-placement-mobile_feed_card .cdz152-ad-shell{max-width:520px!important;margin-inline:auto!important;grid-template-columns:1fr!important}.cdz152-type-mobile_feed_card .cdz152-ad-media,.cdz152-placement-mobile_feed_card .cdz152-ad-media{aspect-ratio:1 / 1!important}.cdz152-type-sidebar .cdz152-ad-shell,.cdz152-placement-profile_sidebar .cdz152-ad-shell{max-width:340px!important;margin-inline:auto!important;grid-template-columns:1fr!important}.cdz152-type-sidebar .cdz152-ad-media,.cdz152-placement-profile_sidebar .cdz152-ad-media{aspect-ratio:1 / 2!important}
@media(max-width:700px){.cdz152-ad-shell{grid-template-columns:1fr!important}.cdz152-type-card .cdz152-ad-shell{grid-template-columns:1fr!important}.cdz152-type-banner .cdz152-ad-info,.cdz152-placement-home_top_banner .cdz152-ad-info{display:block!important}.cdz152-ad-info{padding:0!important}.cdz152-type-banner .cdz152-ad-media,.cdz152-placement-home_top_banner .cdz152-ad-media{aspect-ratio:16 / 7!important}}
