.reports-page{display:grid;gap:18px}
.reports-filter-card,.reports-result{margin:0}
.reports-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;align-items:end}
.reports-filter-grid label{margin:0}
.reports-conditional{display:contents}
.reports-presets{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
.reports-presets button{padding:8px 12px;background:#f1efec;color:#57534f;font-size:12px}
.reports-presets button:hover,.reports-presets button.active{background:#fff0e2;color:var(--orange-dark)}
.reports-generate{margin-left:auto}
.reports-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}
.reports-result-head h3{margin:0 0 5px}
.reports-result-head p{margin:0;color:var(--muted);font-size:12px}
.reports-export{display:flex;flex-wrap:wrap;gap:8px}
.reports-export button{padding:9px 12px}
.reports-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:14px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--line)}
.reports-meta>div{display:grid;gap:4px;padding:11px 13px;background:#faf9f7}
.reports-meta small{color:var(--muted);font-size:10px}
.reports-meta b{font-size:13px}
.reports-summary{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:0 0 16px}
.reports-summary>div{display:grid;gap:5px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fffaf5}
.reports-summary small{color:var(--muted);font-size:10px}
.reports-summary b{font-size:16px}
.reports-table-wrap{max-height:58vh;overflow:auto;border:1px solid var(--line);border-radius:10px}
.reports-table{min-width:920px}
.reports-table thead{position:sticky;top:0;z-index:2;background:#f7f5f2}
.reports-table th{white-space:nowrap}
.reports-table td{font-size:12px;vertical-align:top}
.reports-table .numeric{text-align:right;white-space:nowrap}
.reports-map-button{padding:6px 9px;background:#fff0e2;color:var(--orange-dark);font-size:11px;white-space:nowrap}
.reports-empty{padding:48px 20px;text-align:center;color:var(--muted)}
.reports-warning{margin:0 0 12px;padding:10px 12px;border-radius:8px;background:#fff8e6;color:#7a5a12;font-size:12px}
.report-map{height:min(62vh,520px);min-height:320px;border-radius:10px}
:root[data-theme="dark"] .reports-meta,:root[data-theme="dark"] .reports-table-wrap{border-color:var(--line)}
:root[data-theme="dark"] .reports-meta>div,:root[data-theme="dark"] .reports-summary>div,:root[data-theme="dark"] .reports-table thead{background:#302f2d;color:var(--ink)}
:root[data-theme="dark"] .reports-presets button{background:#353330;color:#ccc8c2}
:root[data-theme="dark"] .reports-presets button:hover,:root[data-theme="dark"] .reports-presets button.active{background:#3a3028;color:#f3a054}
@media(max-width:1200px){.reports-filter-grid{grid-template-columns:repeat(3,1fr)}.reports-summary{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.reports-filter-grid{grid-template-columns:1fr}.reports-generate{width:100%;margin-left:0}.reports-result-head{flex-direction:column}.reports-export{width:100%}.reports-export button{flex:1}.reports-meta{grid-template-columns:1fr 1fr}.reports-summary{grid-template-columns:1fr 1fr}.reports-table-wrap{max-height:none}}
