.invoice-dashboard{width:100%}.invoice-dashboard__kpi,.invoice-dashboard__kpi--detail,.invoice-dashboard__kpi-skeleton{display:grid;border:.5px solid #eeede9;border-radius:8px;overflow:hidden;margin-bottom:16px;background:#fff;width:100%}.invoice-dashboard__kpi,.invoice-dashboard__kpi-skeleton{grid-template-columns:repeat(5,1fr)}.invoice-dashboard__kpi--detail{grid-template-columns:repeat(2,1fr)}.invoice-dashboard__kpi-item{padding:12px 16px;border-right:.5px solid #eeede9}.invoice-dashboard__kpi-item:last-child{border-right:none}.invoice-dashboard__kpi-label{font-size:10px;color:#888780;margin-bottom:3px}.invoice-dashboard__kpi-value{font-size:15px;font-weight:700;color:#1a1a18}.invoice-dashboard__kpi-value--amber{color:#633806}.invoice-dashboard__kpi-value--red{color:#a32d2d}.invoice-dashboard__kpi-value--blue{color:#0c447c}.invoice-dashboard__kpi-value--green{color:#3b6d11}.invoice-dashboard__list-header{display:flex;justify-content:flex-end;margin-bottom:8px}.invoice-dashboard__customer-list{display:flex;flex-direction:column;gap:8px}.invoice-dashboard__customer{border:.5px solid #d8d6ce;border-radius:8px;overflow:hidden}.invoice-dashboard__customer--collapsed .invoice-dashboard__customer-icon{transform:rotate(-90deg)}.invoice-dashboard__customer-header{display:grid;grid-template-columns:1fr 180px 180px 100px;align-items:center;gap:8px;padding:9px 14px;background:#f4f3ef;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .15s ease}.invoice-dashboard__customer-header:hover{background:#eeecea}.invoice-dashboard__customer-name{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#1a1a18}.invoice-dashboard__customer-icon{font-size:9px;color:#888780;transition:transform .15s ease;flex-shrink:0}.invoice-dashboard__customer-count{font-size:10px;color:#888780;font-weight:400}.invoice-dashboard__customer-column{display:flex;flex-direction:column;gap:1px}.invoice-dashboard__customer-column-label{font-size:9px;color:#888780;text-transform:uppercase;letter-spacing:.4px}.invoice-dashboard__customer-column-value{font-size:12px;font-weight:600}.invoice-dashboard__customer-column-value--invoiced{color:#3b6d11}.invoice-dashboard__customer-column-value--outstanding{color:#633806}.invoice-dashboard__table-wrap{display:block;overflow-x:auto}.invoice-dashboard__table{width:auto;min-width:100%;border-collapse:collapse;font-size:11px}.invoice-dashboard__table-head{background:#fafaf8;padding:6px 12px;text-align:left;font-weight:500;color:#5f5e5a;border-bottom:.5px solid #eeede9;white-space:nowrap}.invoice-dashboard__table-cell{padding:6px 12px;border-bottom:.5px solid #f4f3ef;vertical-align:middle}.invoice-dashboard__table-cell--currency{text-align:right}.invoice-dashboard__table-cell--rent{color:#5f5e5a}.invoice-dashboard__table-cell--period{color:#888780;font-style:italic}.invoice-dashboard__table-cell--invoiced{color:#3b6d11}.invoice-dashboard__table-cell--outstanding{color:#633806}.invoice-dashboard__table-row:hover{background:#fafaf8}.invoice-dashboard__link{background:none;border:none;color:#185fa5;cursor:pointer;font-size:11px;text-decoration:underline;padding:0}.invoice-dashboard__skeleton{border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#f7f7f7 37%,#f0f0f0 63%);background-size:400% 100%;-webkit-animation:skeleton-loading 1.4s ease infinite;animation:skeleton-loading 1.4s ease infinite}.invoice-dashboard__skeleton--label{width:80px;height:10px;margin-bottom:8px}.invoice-dashboard__skeleton--value{width:120px;height:18px}.invoice-dashboard__skeleton--name{width:220px;height:14px}.invoice-dashboard__skeleton--metric{width:100px;height:14px}.invoice-dashboard__skeleton--tag{width:70px;height:24px}.invoice-dashboard__customer-skeleton{border:.5px solid #d8d6ce;border-radius:8px;margin-bottom:8px;overflow:hidden}.invoice-dashboard__empty{margin-top:32px;padding:60px 20px;text-align:center;border:1px dashed #d8d6ce;border-radius:8px;background:#fafaf8}.invoice-dashboard__empty-icon{font-size:36px;margin-bottom:12px;color:#b8b6ae}.invoice-dashboard__empty-title{font-size:14px;font-weight:600;color:#1a1a18}@-webkit-keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}