#reports .rp-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}#reports .rp-heading h1,#reports .rp-heading h2{margin:0}#reports .rp-heading p{margin:6px 0;color:#64748b}.rp-filter{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin:16px 0}.rp-filter label{display:flex;flex-direction:column;gap:5px;font-size:13px}.rp-filter input{border:1px solid #cbd8e8;border-radius:6px;padding:8px}.rp-filter button,#reports .rp-heading button{min-height:36px}.rp-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:16px 0}.rp-cards>div{border:1px solid #d8e1ed;background:#fff;padding:14px;border-radius:6px;min-height:72px}.rp-cards span{display:block;color:#64748b;font-size:12px}.rp-cards strong{display:block;font-size:21px;margin-top:7px;overflow-wrap:anywhere}.rp-section{border-top:1px solid #d8e1ed;padding:18px 0;margin-top:16px}.rp-section h2{font-size:18px;margin:0 0 12px}.rp-section-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.rp-section-head span{font-size:13px;color:#64748b}.rp-bars{height:190px;display:flex;align-items:end;gap:5px;overflow-x:auto;border-bottom:1px solid #cbd8e8;padding:8px 8px 0}.rp-bar-wrap{height:100%;min-width:30px;flex:1;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:6px}.rp-bar{width:100%;max-width:44px;background:#1777d2;border-radius:4px 4px 0 0}.rp-bar-wrap small{font-size:10px;color:#64748b;white-space:nowrap}.rp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rp-table{overflow-x:auto}.rp-table table{min-width:500px}.rp-session{display:flex;gap:10px;flex-wrap:wrap}.rp-session span{border:1px solid #d8e1ed;border-radius:6px;padding:10px 12px;background:#fff;color:#64748b}.rp-session b{color:#10233d;margin-left:5px}.rp-error{color:#b42318}@media(max-width:1000px){.rp-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.rp-grid{grid-template-columns:1fr}}@media(max-width:600px){#reports .rp-heading{flex-direction:column}.rp-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.rp-filter{align-items:stretch;flex-direction:column}.rp-filter button{width:100%}}
