.reports-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 26px;margin-bottom:18px;border:1px solid #dedaf7;border-radius:18px;background:linear-gradient(120deg,#fff 0,#f5f3ff 100%)}.reports-hero h2{font-size:28px;margin:3px 0}.reports-hero p{margin:0;color:var(--muted)}.report-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.report-group{padding:17px}.report-group-head{display:flex;align-items:center;gap:12px;padding-bottom:13px;margin-bottom:3px;border-bottom:1px solid var(--line)}.report-group-head>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:var(--violet);background:var(--violet-soft)}.report-group-head svg{width:20px}.report-group-head h3{font-size:16px;color:var(--ink);margin:0}.report-group-head p{font-size:11px;color:var(--muted);margin:2px 0 0}.report-link{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid var(--line);background:#fff;padding:8px 4px;text-align:left;color:var(--ink);font-weight:650}.report-link:last-child{border-bottom:0}.report-link:hover{color:var(--violet);padding-left:9px}.report-link svg{width:17px}.report-format-note{display:flex;align-items:center;gap:10px;margin-top:18px;padding:12px 14px;border-radius:12px;background:#f1f8f5;color:#30785d}.report-format-note svg{width:19px;flex:0 0 auto}.report-format-note span{font-size:12px}@media(max-width:800px){.report-group-grid{grid-template-columns:1fr}.reports-hero{align-items:flex-start;flex-direction:column}}
.reports-hero-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
