.organization-card{width:min(880px,calc(100vw - 32px));max-height:92vh;overflow:auto}
.platform-shell .header-actions{display:flex;align-items:center;gap:10px}
.platform-shell td:last-child{min-width:180px}
.platform-actions,.payment-actions{display:flex;gap:6px;flex-wrap:wrap}
.payment-actions button{white-space:nowrap}
.status.pending_payment,.status.pending-payment{background:#fff3d7;color:#8a5a00}
.status.grace{background:#fff3d7;color:#8a5a00}
.status.read_only{background:#ffe8df;color:#a43b16}
.billing-notice{line-height:1.5}
@media(max-width:760px){.platform-shell .page-title>.header-actions{width:100%}.platform-shell .page-title>.header-actions button{flex:1}.organization-card{width:calc(100vw - 16px)}}
.portfolio-live{min-height:210px;display:flex;align-items:center;justify-content:center;padding:18px 0}
.dashboard-empty{width:100%;padding:32px 18px;text-align:center;color:var(--muted,#718078);border:1px dashed #d9e2dd;border-radius:10px;background:#fbfdfc}
.portfolio-products{width:100%;display:grid;gap:14px}
.portfolio-products>div{display:grid;grid-template-columns:minmax(110px,1fr) minmax(160px,3fr) auto;gap:12px;align-items:center;font-size:12px}
.portfolio-products i{display:block;height:9px;border-radius:99px;background:#edf3f0;overflow:hidden}
.portfolio-products i b{display:block;height:100%;border-radius:inherit;background:var(--brand)}
.portfolio-products strong{font-size:12px;white-space:nowrap}
#dashboardActivity .dashboard-empty,#dashboardHealth .dashboard-empty{margin-top:14px}
@media(max-width:760px){.portfolio-products>div{grid-template-columns:1fr auto}.portfolio-products i{grid-column:1/-1;grid-row:2}}
