.relatorios{padding:var(--space-6);max-width:var(--content-max);gap:var(--space-6);flex-direction:column;display:flex}.relatorios-head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);flex-wrap:wrap;display:flex}.relatorios-title{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--text-primary);margin:0}.relatorios-sub{font-size:var(--text-sm);color:var(--text-muted);margin:var(--space-1) 0 0}.date-range{align-items:center;gap:var(--space-2);background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-2) var(--space-4);display:flex}.date-range-label{font-size:var(--text-xs);color:var(--text-muted);font-weight:var(--font-medium);white-space:nowrap}.date-range-sep{color:var(--text-muted);font-size:var(--text-sm);padding:0 var(--space-1)}.date-input{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-sm);padding:var(--space-1) var(--space-2);cursor:pointer;transition:border-color var(--transition-base);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.date-input:focus{border-color:var(--color-accent);outline:none}[data-theme=light] .date-input{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.report-kpis{gap:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}.report-kpi{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-5) var(--space-6);gap:var(--space-1);flex-direction:column;display:flex}.kpi-label{font-size:var(--text-sm);color:var(--text-muted);font-weight:var(--font-medium)}.kpi-value{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--text-primary);letter-spacing:-.02em;line-height:1.2}.kpi--accent{color:var(--color-accent)}.kpi-hint{font-size:var(--text-xs);color:var(--text-muted)}.report-charts{gap:var(--space-4);grid-template-columns:1fr 340px;align-items:start;display:grid}.report-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-5) var(--space-6)}.report-card-head{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.report-card-title{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.report-card-aside{font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap}.report-svg{width:100%;height:auto;display:block;overflow:visible}.chart-empty{height:160px;color:var(--text-muted);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}.report-pie{align-items:center;gap:var(--space-4);flex-direction:column;display:flex}.report-pie-legend{gap:var(--space-2);flex-direction:column;width:100%;display:flex}.report-legend-row{align-items:center;gap:var(--space-2);font-size:var(--text-xs);display:flex}.report-legend-dot{border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.report-legend-name{color:var(--text-secondary);flex:1}.report-legend-pct{color:var(--text-muted);font-variant-numeric:tabular-nums}@media (max-width:900px){.report-kpis{grid-template-columns:repeat(2,1fr)}.report-charts{grid-template-columns:1fr}.report-pie{flex-direction:row;align-items:flex-start}}@media (max-width:600px){.relatorios{padding:var(--space-4)}.report-kpis{grid-template-columns:repeat(2,1fr)}.date-range{flex-wrap:wrap}.report-pie{flex-direction:column}}
