.broker-only{display:none!important}
body.is-broker .broker-only{display:inline-flex!important}
.broker-dashboard{max-width:1180px;margin:0 auto}
.ev-broker-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.ev-broker-head h3{margin:0;color:var(--navy,#0b2b45)}
.ev-broker-head p{margin:4px 0 0;color:#6b7280}
.ev-broker-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:12px 0 18px}
.ev-broker-tab{border:1px solid rgba(183,143,48,.32);background:#fff;border-radius:18px;padding:14px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;font-weight:900;color:#0b2b45}
.ev-broker-tab b{background:#0b2b45;color:#d6b24a;border-radius:999px;padding:5px 10px;min-width:34px;text-align:center}
.ev-broker-tab.active{background:linear-gradient(135deg,#c9a646,#e5cf77);color:#071b2a}
.ev-broker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ev-broker-unit-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.ev-broker-unit-card img{width:100%;height:190px;object-fit:cover;display:block;background:#eee}
.ev-broker-unit-body{padding:12px 14px;display:grid;gap:8px}
.ev-broker-unit-top{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}
.ev-broker-status{border-radius:999px;padding:4px 9px;background:#eef2f7;color:#0b2b45;font-weight:900;text-transform:uppercase;font-size:11px}
.ev-broker-status.published{background:#e8f7ef;color:#087043}.ev-broker-status.pending{background:#fff4d6;color:#8a5a00}.ev-broker-status.removed{background:#fde8e8;color:#8a1f1f}
.ev-broker-unit-body h3{margin:0;font-size:16px;line-height:1.35;color:#061f35}.ev-broker-unit-body p{margin:0;color:#64748b;font-size:13px}.ev-broker-price{font-weight:900;color:#0b2b45!important}
.ev-broker-unit-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}
@media(max-width:900px){.ev-broker-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.ev-broker-grid{grid-template-columns:1fr}.ev-broker-head{align-items:flex-start;flex-direction:column}}
