.report-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.report-summary .stat{padding:13px 16px}.report-summary .stat strong{font-size:1.25rem}.report-filter-card{padding:18px;margin-bottom:16px}.report-filter-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.report-filter-title h3{font-size:.95rem;margin:0}.report-filter-title small{color:var(--muted)}.report-filters{display:grid;grid-template-columns:1.1fr repeat(4,minmax(130px,.75fr));gap:10px}.report-filters label{margin:0;color:#53666f;font-size:.72rem}.report-filters input,.report-filters select{margin-top:6px;padding:10px}.report-filter-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:14px}.report-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.55fr);gap:16px}.report-card{overflow:hidden}.report-card .card-head{padding:15px 18px}.report-actions{display:flex;align-items:center;gap:8px}.report-actions .secondary{padding:8px 11px;font-size:.72rem}.report-count{font-size:.7rem;color:var(--muted);margin-right:4px}.report-table{width:100%;border-collapse:collapse;table-layout:fixed}.report-table th,.report-table td{text-align:left;padding:11px 12px;border-bottom:1px solid var(--line);font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-table th{background:#fafcfc;color:#788991;font-size:.61rem;text-transform:uppercase}.report-table th:nth-child(1){width:126px}.report-table th:nth-child(2){width:105px}.report-table th:nth-child(3){width:92px}.report-table th:nth-child(4){width:auto}.report-table th:nth-child(5){width:62px}.report-table th:nth-child(6){width:65px}.report-table th:nth-child(7){width:180px}.report-total{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;background:#f9fbfb;font-size:.72rem}.report-total b{font-size:.83rem}.saved-reports{padding:8px 18px 12px}.saved-report{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);cursor:pointer}.saved-report:last-child{border:0}.saved-report i{font-style:normal;width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#e8f8f5;color:var(--teal)}.saved-report b{font-size:.77rem;display:block}.saved-report small{font-size:.65rem;color:var(--muted)}.saved-report span{color:var(--teal)}.report-toast{position:fixed;right:24px;bottom:24px;background:var(--navy);color:#fff;padding:12px 16px;border-radius:9px;box-shadow:var(--shadow);font-size:.78rem;z-index:50}@media(max-width:1100px){.report-filters{grid-template-columns:repeat(3,1fr)}.report-layout{grid-template-columns:1fr}.report-card{overflow:auto}.report-table{min-width:820px}}@media(max-width:700px){.report-summary,.report-filters{grid-template-columns:1fr}.report-filter-actions,.report-actions{flex-wrap:wrap}.report-filter-actions .primary,.report-filter-actions .secondary{flex:1}}
