
.reports-view{padding:24px 26px 34px}.reports-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.reports-eyebrow,.report-card-kicker{margin:0;color:#7a8da7;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.reports-heading h3{margin:5px 0 5px;font-size:22px;color:#1d3048}.reports-heading p:last-child{margin:0;color:#73839a;font-size:12px}.reports-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.reports-summary-grid article{padding:15px;border:1px solid #e0e7f0;border-radius:12px;background:#fff}.reports-summary-grid span{display:block;color:#7b899a;font-size:10px;font-weight:700}.reports-summary-grid strong{display:block;margin-top:5px;color:#233a56;font-size:22px}.reports-filter-card{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:14px;border:1px solid #e0e7f0;border-radius:12px;background:#fff;margin-bottom:16px}.reports-filter-card>div{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:10px;flex:1}.reports-filter-card label{display:flex;flex-direction:column;gap:5px}.reports-filter-card label span{font-size:10px;font-weight:700;color:#667a92}.reports-filter-card input{height:36px;padding:0 10px;border:1px solid #d7e1ed;border-radius:8px;font:inherit;font-size:11px}.reports-filter-card button{height:36px;padding:0 11px;border:1px solid #d7e1ed;border-radius:8px;background:#f8fafc;color:#61738a;font:inherit;font-size:10px;font-weight:750;cursor:pointer}.reports-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.report-card{padding:17px;border:1px solid #dfe7f1;border-radius:13px;background:#fff}.report-card h4{margin:5px 0 6px;color:#243a55;font-size:15px}.report-card p{min-height:44px;margin:0 0 14px;color:#728198;font-size:11px;line-height:1.5}.report-card>div{display:flex;gap:8px}.report-card button{height:34px;padding:0 11px;border:1px solid #315f99;border-radius:8px;background:#315f99;color:#fff;font:inherit;font-size:10px;font-weight:750;cursor:pointer}.report-card button+button{border-color:#d8e2ee;background:#fff;color:#526a84}.reports-download-status{margin-top:14px;padding:10px 12px;border-radius:9px;background:#eff6ff;color:#315f99;font-size:10px;font-weight:700}.reports-download-status.hidden{display:none!important}body.dark-mode .reports-summary-grid article,body.dark-mode .reports-filter-card,body.dark-mode .report-card{background:#152236;border-color:#2c405b}body.dark-mode .reports-heading h3,body.dark-mode .report-card h4,body.dark-mode .reports-summary-grid strong{color:#edf5ff}body.dark-mode .reports-filter-card input,body.dark-mode .report-card button+button{background:#111d2e;border-color:#30445f;color:#e9f1fb}@media(max-width:800px){.reports-summary-grid,.reports-grid{grid-template-columns:1fr 1fr}.reports-filter-card{align-items:stretch;flex-direction:column}.reports-filter-card>div{grid-template-columns:1fr}}@media(max-width:560px){.reports-summary-grid,.reports-grid{grid-template-columns:1fr}}
