/* v3.12.85 – Ana Admin / Platform İşlemleri işletme kartları */
.central-accounts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr));gap:16px;align-items:start}
.central-account-card{display:flex!important;flex-direction:column;gap:14px;min-width:0;padding:18px!important;border-radius:20px!important;overflow:hidden}
.central-account-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-width:0}
.central-account-main{display:flex;align-items:center;gap:13px;min-width:0;flex:1}
.central-account-avatar{width:48px;height:48px;border-radius:15px;flex:0 0 48px;font-size:15px}
.central-account-identity{display:flex;flex-direction:column;gap:3px;min-width:0}
.central-account-name{font-size:17px;line-height:1.25;color:#17152b;white-space:normal;overflow-wrap:anywhere}
.central-account-authorized{font-size:13px;line-height:1.35;color:#6b7280;white-space:normal;overflow-wrap:anywhere}
.central-account-status{flex:0 0 auto;align-items:flex-end;text-align:right;gap:6px;max-width:180px}
.central-account-status small{font-size:12px;line-height:1.35;white-space:normal}
.central-account-contact{display:flex;flex-wrap:wrap;gap:8px 10px;padding:11px 12px;background:#f8f7ff;border:1px solid #ebe7ff;border-radius:14px;min-width:0}
.central-account-contact>span{display:inline-flex;align-items:center;gap:6px;min-width:0;color:#5f5a73;font-size:13px;line-height:1.3}
.central-account-contact svg{width:15px;height:15px;flex:none;color:#6d3df5}
.central-account-contact>span>span{overflow-wrap:anywhere}
.central-account-metrics{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important;width:100%;min-width:0}
.central-account-metrics span{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;padding:11px 6px!important;border:1px solid #eeeaf8;background:#fbfaff!important;border-radius:13px!important}
.central-account-metrics b{font-size:18px!important;line-height:1.1;color:#241b3d!important}
.central-account-metrics small{font-size:12px;color:#77718a;line-height:1.2;white-space:normal;text-align:center}
.central-account-license{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(145px,.85fr)!important;gap:10px!important;width:100%;min-width:0}
.central-account-license select,.central-account-license input{width:100%;min-width:0;height:44px;margin:0}
.central-account-actions{display:flex!important;justify-content:flex-end!important;align-items:center;gap:8px!important;flex-wrap:wrap;width:100%}
.central-account-actions .btn{min-height:40px;white-space:normal;text-align:center}
@media (max-width:760px){
 .central-accounts-grid{grid-template-columns:1fr;gap:12px}
 .central-account-card{padding:15px!important;gap:12px}
 .central-account-head{flex-direction:column;gap:11px}
 .central-account-status{width:100%;max-width:none;flex-direction:row!important;align-items:center!important;justify-content:space-between;text-align:left}
 .central-account-main{width:100%}
 .central-account-contact{display:grid;grid-template-columns:1fr;gap:8px}
 .central-account-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .central-account-license{grid-template-columns:1fr!important}
 .central-account-actions{display:grid!important;grid-template-columns:1fr!important}
 .central-account-actions .btn{width:100%;margin:0}
}
@media (min-width:761px) and (max-width:1180px){
 .central-accounts-grid{grid-template-columns:1fr}
 .central-account-card{padding:18px!important}
 .central-account-contact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
 .central-account-actions .btn{flex:1 1 150px}
}
