.report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin:25px 0 20px}.report-stat{background:#fff;border:1px solid var(--line);border-radius:12px;padding:19px;border-top:3px solid var(--teal)}.report-stat:nth-child(2){border-top-color:var(--blue)}.report-stat:nth-child(3){border-top-color:var(--gold)}.report-stat:nth-child(4){border-top-color:var(--coral)}.report-stat p{font-size:12px;color:var(--muted);margin-bottom:9px}.report-stat h3{font:700 23px 'DM Sans';margin:0}.report-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.package-report{padding:13px 0;border-bottom:1px solid var(--line)}.package-report:last-child{border:0}.package-report>div{display:flex;justify-content:space-between;font-size:12px;margin-bottom:8px}.package-report strong{font-size:12px}.report-bar{height:7px;border-radius:10px;background:#e7eeec;overflow:hidden}.report-bar i{display:block;height:100%;background:var(--teal);border-radius:inherit}@media(max-width:1000px){.report-grid{grid-template-columns:repeat(2,1fr)}.report-columns{grid-template-columns:1fr}}@media(max-width:520px){.report-grid{grid-template-columns:1fr}}
