/* Shared compact B2B controls. No changes to the organic card layout. */
.vm-panel {max-width:1180px;margin:0 auto;padding:1.3rem;color:var(--home-text,#e2e8f0);font-family:'DM Sans',system-ui,sans-serif}
.vp-panel:has(#vendor-monetization-root:not([hidden])) {max-width:1180px}
#vendor-monetization-root {padding:1.1rem;background:#0b1220;border-radius:12px;box-sizing:border-box;width:100%}
.vm-panel h2,.vm-panel h3 {color:inherit}
.vm-panel [hidden] {display:none}
.vm-head,.vm-actions,.vm-filters {display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;justify-content:space-between}
.vm-head h2,.vm-panel h1 {margin:.2rem 0}.vm-actions {justify-content:flex-start;margin:.8rem 0}
.vm-section,.vm-opportunity {border:1px solid var(--home-border,#334155);border-radius:12px;padding:1.1rem;margin:1rem 0;background:var(--home-surface,#111b2e)}
.vm-section>h2,.vm-opportunity>h3 {margin:0 0 .9rem;font-size:1.15rem}.vm-section h3 {font-size:1rem}
.vm-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.vm-stats {display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.6rem;margin:1rem 0}
.vm-stats>div {padding:.8rem;border:1px solid var(--home-border,#334155);border-radius:8px}.vm-stats dt {font-size:.78rem;color:var(--home-muted,#94a3b8)}.vm-stats dd {font-size:1.35rem;font-weight:700;margin:.3rem 0 0}
.vm-field {display:flex;flex-direction:column;gap:.35rem;font-size:.86rem;min-width:0}.vm-field input,.vm-field select,.vm-field textarea,.vm-filters input,.vm-filters select {background:var(--home-bg,#0b1220);border:1px solid var(--home-border,#334155);border-radius:7px;padding:.6rem;color:inherit;font:inherit;width:100%;box-sizing:border-box}.vm-filters>label {flex:1;min-width:130px}
.vm-check {display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.5;margin:.45rem 0}.vm-check input{margin-top:.25rem;flex:none}.vm-checks {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 .6rem}
.vm-btn {background:#2563eb;border:1px solid #3b82f6;border-radius:7px;color:#fff;padding:.6rem .85rem;font:inherit;font-size:.86rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.vm-btn--quiet {background:transparent;border-color:var(--home-border,#475569);color:inherit}.vm-btn:disabled{opacity:.55;cursor:wait}.vm-btn:focus-visible,.vm-field :focus-visible {outline:2px solid #93c5fd;outline-offset:3px}
.vm-status {min-height:1.3rem;font-size:.85rem;color:#fbbf24}.vm-notice {font-size:.87rem;line-height:1.6;color:var(--home-muted,#94a3b8)}
.vm-table-wrap {max-width:100%;overflow:auto}.vm-table {width:100%;border-collapse:collapse;font-size:.83rem}.vm-table th,.vm-table td {text-align:left;border-bottom:1px solid var(--home-border,#334155);padding:.65rem;vertical-align:top}.vm-table th {white-space:nowrap}.vm-table td{max-width:360px;overflow-wrap:anywhere}.vm-table caption{text-align:left;margin:.5rem 0}
.vm-badge {display:inline-block;border:1px solid #64748b;background:rgba(148,163,184,.08);color:inherit;border-radius:5px;padding:.18rem .45rem;font-size:.72rem;font-weight:700;margin-bottom:.5rem}.wf-card--sponsored {border-color:#64748b}.vm-lead-form fieldset,.vm-panel fieldset{border:1px solid var(--home-border,#334155);border-radius:8px;margin:1rem 0;padding:.7rem}.vm-lead-form legend{font-size:.9rem}
.vm-tabs {display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0}.vm-tabs button[aria-selected=true]{background:#2563eb;color:white}.vm-detail {padding:.9rem;border:1px solid var(--home-border,#334155);margin:.5rem 0;border-radius:8px}.vm-detail summary{cursor:pointer;font-weight:600}.vm-empty{color:var(--home-muted,#94a3b8);font-size:.88rem}
@media(max-width:700px){.vm-panel{padding:.75rem}.vm-grid,.vm-checks{grid-template-columns:1fr}.vm-section,.vm-opportunity{padding:.8rem}.vm-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.vm-actions>.vm-btn{flex:1;text-align:center}.vm-table{min-width:570px}}
