.etm-ni-reporte-card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 24px !important;
    text-align: center !important;
    max-width: 400px !important;
}

.etm-ni-reporte-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
}

.etm-ni-reporte-header i { font-size: 28px !important; color: #3b82f6 !important; }
.etm-ni-reporte-header h3 { margin: 0 !important; font-size: 18px !important; }

.etm-ni-reporte-desc { font-size: 13px !important; color: #64748b !important; margin-bottom: 16px !important; }

.etm-ni-reporte-toggle-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.etm-ni-reporte-toggle { position: relative !important; display: inline-block !important; width: 44px !important; height: 24px !important; }
.etm-ni-reporte-toggle input { opacity: 0 !important; width: 0 !important; height: 0 !important; }
.etm-ni-reporte-toggle-slider {
    position: absolute !important; cursor: pointer !important; inset: 0 !important;
    background: #cbd5e1 !important; border-radius: 24px !important; transition: 0.2s !important;
}
.etm-ni-reporte-toggle-slider::before {
    content: "" !important; position: absolute !important; height: 18px !important; width: 18px !important;
    left: 3px !important; bottom: 3px !important; background: #fff !important; border-radius: 50% !important; transition: 0.2s !important;
}
.etm-ni-reporte-toggle input:checked + .etm-ni-reporte-toggle-slider { background: #3b82f6 !important; }
.etm-ni-reporte-toggle input:checked + .etm-ni-reporte-toggle-slider::before { transform: translateX(20px) !important; }