/* v7 commerce + cash: responsive, isolated from legacy screens */
.commerce-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;background:linear-gradient(115deg,#08335c,#0b6bb6);color:#fff;padding:18px 20px;border-radius:12px}
.commerce-head h1{font-size:20px;margin:0 0 5px}.commerce-head p{margin:0;color:#d7e8f6}.commerce-head button{background:#fff;color:#08335c}
.v7-filter{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.v7-filter .v7-search{min-width:260px;flex:1}.v7-filter select{min-width:170px}
.v7-table td:last-child,.v7-table th:last-child{text-align:right}.v7-mobile-list{display:none}.v7-mobile-list article{border:1px solid var(--line);border-radius:9px;padding:13px;margin-bottom:10px;background:#fff}.v7-mobile-list article>b{color:var(--navy);font-size:14px}.v7-mobile-list p{margin:8px 0;color:var(--text)}.v7-mobile-list p span{color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:700}.v7-mobile-list button{width:100%;margin-top:4px}
@media(max-width:760px){.commerce-head{align-items:flex-start;padding:15px;flex-direction:column}.commerce-head button{width:100%}.v7-filter{display:grid;grid-template-columns:1fr 1fr}.v7-filter .v7-search{grid-column:1/-1;min-width:0}.v7-filter select{min-width:0}.v7-filter input,.v7-filter select,.v7-filter button{width:100%}.v7-table{display:none}.v7-mobile-list{display:block}.v7-table+*{display:block}}
@media(max-width:430px){.v7-filter{grid-template-columns:1fr}.v7-filter .v7-search{grid-column:auto}.commerce-head h1{font-size:18px}}
.receivable-filter{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin-bottom:14px}.receivable-filter label{display:grid;gap:5px;font-size:12px;font-weight:700;color:var(--muted)}.receivable-filter input{min-width:170px}.receivable-alerts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:14px}.receivable-card{border:2px solid transparent;border-radius:12px;padding:15px;text-align:left;background:#fff;box-shadow:0 3px 12px rgba(15,40,70,.08);display:grid;gap:7px;cursor:pointer}.receivable-card small{font-size:12px;font-weight:800;text-transform:uppercase}.receivable-card strong{font-size:20px}.receivable-card span{font-size:12px}.receivable-card.active{transform:translateY(-2px);box-shadow:0 7px 18px rgba(15,40,70,.16)}.rc-blue{border-color:#4da3ff;background:#eef7ff;color:#075da8}.rc-green{border-color:#35b86b;background:#effbf3;color:#14763a}.rc-yellow{border-color:#e6ad24;background:#fff9e7;color:#986600}.rc-red{border-color:#e25b5b;background:#fff1f1;color:#a72828}
@media(max-width:1100px){.receivable-alerts{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.receivable-alerts{grid-template-columns:1fr 1fr}.receivable-filter{display:grid;grid-template-columns:1fr 1fr}.receivable-filter input,.receivable-filter button{width:100%;min-width:0}}@media(max-width:430px){.receivable-alerts,.receivable-filter{grid-template-columns:1fr}}
/* v69-187: enterprise sales dashboard */
.sales-dashboard{display:grid;gap:16px}.sales-report-head{display:flex;justify-content:space-between;align-items:flex-end}.sales-report-head h1{margin:4px 0;font-size:25px}.sales-report-head p,.chart-title p{margin:3px 0;color:#718096}.eyebrow{font-size:10px;font-weight:800;letter-spacing:1.6px;color:#0874b9}.sales-filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.sales-filters label{display:grid;gap:6px;font-size:11px;font-weight:700;color:#536779}.sales-filters select,.sales-filters input{min-width:145px}.sales-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sales-kpis article{position:relative;overflow:hidden}.sales-kpis article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#0b73b9}.sales-kpis small{color:#718096}.sales-kpis strong{display:block;font-size:24px;margin:9px 0;color:#153a5b}.sales-kpis .up{color:#15835c;font-size:12px;font-weight:700}.sales-kpis .neutral{color:#597184;font-size:12px}.sales-chart-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px}.chart-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.chart-title h2{font-size:16px;margin:0}.legend{display:flex;align-items:center;gap:6px;color:#607487;font-size:11px}.legend i{width:18px;height:3px;background:#0b73b9;margin-left:8px}.legend i.goal{background:#e2a72e}.sales-trend svg{width:100%;height:auto;overflow:visible}.sales-trend svg line{stroke:#e8eef3;stroke-width:1}.sales-trend svg text{font-size:10px;fill:#8091a0}.sales-trend .goal-line,.sales-trend .actual-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.sales-trend .goal-line{stroke:#e2a72e;stroke-dasharray:7 5}.sales-trend .actual-line{stroke:#0b73b9}.sales-trend circle{fill:#fff;stroke:#0b73b9;stroke-width:3}.sales-trend .axis-label{text-anchor:middle}.donut-wrap{display:grid;place-items:center;gap:20px}.sales-donut{width:165px;height:165px;border-radius:50%;background:conic-gradient(#086aa8 0 42%,#26a7df 42% 73%,#f2b84b 73% 90%,#a8bac8 90%);display:grid;place-items:center}.sales-donut:before{content:"";position:absolute;width:100px;height:100px;background:#fff;border-radius:50%}.sales-donut span{z-index:1;text-align:center}.sales-donut b,.sales-donut small{display:block}.sales-donut b{font-size:22px}.sales-donut-card ul{list-style:none;margin:0;padding:0;width:100%}.sales-donut-card li{display:flex;align-items:center;gap:8px;padding:5px 0;color:#526879}.sales-donut-card li b{margin-left:auto}.sales-donut-card li i{width:9px;height:9px;border-radius:3px;background:#086aa8}.sales-donut-card li:nth-child(2) i{background:#26a7df}.sales-donut-card li:nth-child(3) i{background:#f2b84b}.sales-donut-card li:nth-child(4) i{background:#a8bac8}.sales-bottom-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:16px}.sales-bars>div{display:grid;grid-template-columns:150px 1fr 45px;gap:10px;align-items:center;margin:14px 0}.sales-bars>div>div{height:9px;background:#e9eff4;border-radius:9px;overflow:hidden}.sales-bars i{display:block;height:100%;background:linear-gradient(90deg,#086aa8,#28a9df);border-radius:9px}.sales-bars b{text-align:right}.customer-list>div{display:grid;grid-template-columns:30px 1fr 45px;align-items:center;padding:9px 0;border-bottom:1px solid #edf1f4}.customer-list .rank{width:24px;height:24px;border-radius:7px;background:#e8f4fb;color:#086aa8;display:grid;place-items:center;font-weight:800}.customer-list small{display:block;color:#81909d;margin-top:3px}.customer-list b{text-align:right}.sales-detail{margin-bottom:10px}
@media(max-width:1050px){.sales-kpis{grid-template-columns:repeat(2,1fr)}.sales-chart-grid,.sales-bottom-grid{grid-template-columns:1fr}}@media(max-width:620px){.sales-report-head{align-items:flex-start}.sales-report-head .ghost{display:none}.sales-kpis{grid-template-columns:1fr}.sales-filters label,.sales-filters select,.sales-filters input{width:100%}.sales-filters label{flex:1 1 100%}.sales-bars>div{grid-template-columns:120px 1fr 38px}.legend{display:none}}
