.vulc-macro-dashboard {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    background: #f5f6f7;
    padding: 50px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    font-family: system-ui, -apple-system, sans-serif;
}
.vulc-filter-sidebar {
    background: #f8fafc;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.vulc-filter-sidebar h3 { font-size: 18px; margin-top: 0; color: #0f172a; margin-bottom: 20px; }
.vulc-filter-group { margin-bottom: 20px; }
.vulc-filter-group label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 6px; color: #475569; }
.vulc-filter-group select { width: 100%; padding: 8px 12px; border-radius: 6px; border: 1px solid #cbd5e1; font-size: 14px; }

/* STATS COUNTER AGGIORNATO */
.vulc-stats-counter { margin-top: 30px; font-size: 14px; font-weight: 700; color: #2E626A; border-top: 1px dashed #cbd5e1; padding-top: 15px; display: none;}

.vulc-charts-main { display: flex; flex-direction: column; gap: 25px; }
.vulc-chart-container { background: #ffffff; border: 1px solid #e2e8f0; padding: 25px; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02); height: 600px; position: relative; margin-bottom: 30px; padding-bottom: 60px; }
.vulc-chart-container-bar { background: #ffffff; border: 1px solid #e2e8f0; padding: 25px; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02); height: 700px; position: relative; margin-bottom: 30px; padding-bottom: 130px; }
.vulc-chart-container h4 { margin-top: 20; font-size: 16px; color: #1e293b; margin-bottom: 15px; }
.vulc-chart-header-flex { display: flex; justify-content: space-between; align-items: center; margin-bottom: 55px; }
.vulc-chart-header-flex h4 { margin: 0; }

/* MENU A TENDINA GRAFICI AGGIORNATO */
.vulc-chart-header-flex select { padding: 6px 12px; border-radius: 6px; border: 1px solid #2E626A; background: rgba(46, 98, 106, 0.05); color: #2E626A; font-weight: 600; cursor: pointer; }

/* LOADER AGGIORNATO */
.vulc-loader { grid-column: 1 / -1; text-align: center; padding: 50px; font-size: 16px; font-weight: 600; color: #2E626A; }

@media (max-width: 1024px) {
    .vulc-macro-dashboard { grid-template-columns: 1fr; }
    .vulc-chart-header-flex { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* Stili UI Comparazione Vulc */
.vulc-compare-section { margin-top: 30px; padding-top: 20px; border-top: 2px solid #e2e8f0; }
.vulc-compare-section h3 { font-size: 16px; color: #F59E0B; margin-bottom: 15px; }
.vulc-compare-filters { display: none; padding: 15px; background: rgba(245, 158, 11, 0.05); border: 1px dashed #F59E0B; border-radius: 8px; margin-bottom: 20px; }
.vulc-compare-filters label { color: #b45309; }
.vulc-compare-filters select { border-color: #fcd34d; }